@charset "UTF-8";
/*
Theme Name: Maroon Homes
Author: Bidari Digital Projects
Author URI: https://www.bidari.es/
Description: Custom theme made for Maroon Homes
Version: 1.8.2
Text Domain: custom_theme
*/
/* ---------------- Reset start ---------------- */
html {
  margin-top: 0 !important;
  box-sizing: border-box;
}

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

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul, ol {
  padding: 0;
  margin: 0;
}

menu,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

video {
  width: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

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

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

/* ----------------- Reset end ----------------- */
@font-face {
  font-family: "AcidGrotesk";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local("AcidGrotesk"), url("/wp-content/themes/maroonhomes/assets/fonts/typography/AcidGrotesk-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "AcidGrotesk";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local("AcidGrotesk"), url("/wp-content/themes/maroonhomes/assets/fonts/typography/AcidGrotesk-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Iskry-Two";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local("Iskry-Two"), url("/wp-content/themes/maroonhomes/assets/fonts/typography/Iskry-Two.woff2") format("woff2");
}
@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("/wp-content/themes/maroonhomes/assets/fonts/icons/icomoon.woff?qvby9v") format("woff");
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sound-off:before {
  content: "\e902";
}

.icon-sound-on:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-chevron-left:before {
  content: "\e906";
}

.icon-chevron-right:before {
  content: "\e907";
}

.icon-chevron-up:before {
  content: "\e908";
}

.icon-chevron-down:before {
  content: "\e905";
}

/**
 * Mixin: scrimGradient
 * Description: Generates a linear gradient background with customizable color stops.
 * 
 * Parameters:
 *   - $startColor: The starting color of the gradient. Default: $color-black.
 *   - $direction: The direction of the gradient. Default: 'to bottom'.
 * 
 * Usage:
 *   @include scrimGradient($startColor, $direction);
 * 
 * Example:
 *   @include scrimGradient($color-red, 'to right');
 */
:root {
  --clr-brand-primary: #5C1D21;
  --clr-brand-primary-light: oklch(from var(--clr-brand-primary) clamp(0, l + 0.22, 1) calc(c * 0.9) h);
  --clr-brand-primary-dark: oklch(from var(--clr-brand-primary) clamp(0, l - 0.22, 1) calc(c * 0.9) h);
  --clr-brand-secondary: #F2ECDE;
  --clr-text-base: var(--clr-brand-primary);
  --clr-text-secondary: #616161;
  --clr-text-bold: var(--clr-brand-primary);
  --clr-link-base: var(--clr-text-base);
  --clr-background-1: #FDFAF2;
  --clr-background-2: #f4f4f4;
  --clr-background-3: hsl(from var(--clr-background-2) h s 92%);
  --clr-background-4: hsl(from var(--clr-background-2) h s 88%);
  --clr-background-placeholder: rgba(0, 0, 0, 0.1);
  --clr-background-hover: rgba(0, 0, 0, 0.05);
  --clr-background-hover-dark: rgba(0, 0, 0, 0.1);
  --clr-backdrop: rgba(0, 0, 0, 0.5);
  --clr-border-base: var(--clr-brand-primary);
  --clr-text-highlight: var(--clr-text-base);
  --clr-text-highlight-background: var(--clr-brand-secondary);
  --clr-sidebar-link-active-background: hsl(from var(--clr-brand-primary) h s 94%);
  --clr-sidebar-link-active-text: hsl(from var(--clr-brand-primary) h s 35%);
}

:root {
  --standard-vertical-spacing: 48px;
  --medium-vertical-spacing: 70px;
  --big-vertical-spacing: 96px;
  --standard-grid-spacing: 24px;
  --small-grid-spacing: 12px;
  --text-width-limit: 90ch;
  --border-radius-base: 0px;
  --border-radius-input: var(--border-radius-base);
  --border-radius-button: 0;
  --h-header: 80px;
  --h-mobile-menu: calc(100dvh - var(--h-header));
}
@media (min-width: 1024px) {
  :root {
    --h-header: 100px;
    --h-mobile-menu: unset;
  }
}
@media (min-width: 1024px) {
  :root {
    --standard-vertical-spacing: 64px;
    --big-vertical-spacing: 248px;
    --standard-grid-spacing: 32px;
  }
}

:root {
  --transition-curve: cubic-bezier(0.4, 0, 0.2, 1);
}

:root {
  --ff-base: "AcidGrotesk", sans-serif;
  --ff-titles: "Iskry-Two", serif;
  --fs-base: 1.4rem;
  --fs-small: 1.2rem;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-base: var(--fw-regular);
  --fw-strong: var(--fw-medium);
  --fw-section-titles: var(--fw-regular);
  --fw-page-titles: var(--fw-regular);
  --lh-base: 1.3;
  --bold-text-shadow: 0.5px 0 0 currentColor;
}
@media (min-width: 1024px) {
  :root {
    --fs-base: 1.7rem;
    --lh-base: 1.4;
  }
}
@media (min-width: 1200px) {
  :root {
    --fs-base: 1.9rem;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--ff-base);
  font-size: var(--fs-base);
  font-weight: var(--fw-base);
  line-height: var(--lh-base);
  color: var(--clr-text-base);
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*::-moz-selection {
  background-color: var(--clr-text-highlight-background);
  color: var(--clr-text-highlight);
}

*::selection {
  background-color: var(--clr-text-highlight-background);
  color: var(--clr-text-highlight);
}

b,
strong {
  font-weight: var(--fw-strong);
  color: var(--clr-text-bold);
}

p {
  margin: 0 0 2rem;
  word-break: break-word;
}

small {
  font-size: 0.8em;
}

html,
body {
  -webkit-tap-highlight-color: transparent;
}

@media all and (display-mode: standalone) {
  body {
    -webkit-touch-callout: none;
  }
}
body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  background: var(--clr-background-1);
}

@media screen and (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }
}
#page_main {
  flex-grow: 1;
  margin-top: var(--page-main-margin-top, 60px);
}
@media (min-width: 1024px) {
  #page_main {
    --page-main-margin-top: 90px;
  }
}

body:has(.immersive-hero) #page_main {
  --page-main-margin-top: 0px;
}

.standard-margin-bottom {
  margin-bottom: var(--standard-vertical-spacing);
}

.standard-vertical-padding {
  padding-block: var(--standard-vertical-spacing);
}

.big-vertical-padding {
  padding-block: var(--big-vertical-spacing);
}

text-container {
  display: block;
}
text-container.center {
  text-align: center;
}

body.no-overflow {
  overflow: hidden !important;
  -webkit-overflow-scrolling: auto;
}
@media (min-width: 1024px) {
  body.no-overflow {
    overflow: auto !important;
  }
}

:root {
  --w-container-sm: 720px;
  --w-container-md: 860px;
  --w-container-lg: 1320px;
  --w-container-xl: 1800px;
  --w-container-full: 100%;
  --container-padding: 20px;
}
@media (min-width: 600px) {
  :root {
    --container-padding: clamp(20px, 5vw, 60px);
  }
}

b-container {
  display: block;
}

.container-sm {
  width: min(100% - var(--container-padding) * 2, var(--w-container-sm));
  margin-inline: auto;
}

.container-md {
  width: min(100% - var(--container-padding) * 2, var(--w-container-md));
  margin-inline: auto;
}

.container-lg {
  width: min(100% - var(--container-padding) * 2, var(--w-container-lg));
  margin-inline: auto;
}

.container-xl {
  width: min(100% - var(--container-padding) * 2, var(--w-container-xl));
  margin-inline: auto;
}

.container-full {
  width: min(100% - var(--container-padding) * 2, var(--w-container-full));
  margin-inline: auto;
}

.full-max-width {
  --container-padding: 0;
}
.full-max-width > * {
  --container-padding: 40px;
}
@media (min-width: 600px) {
  .full-max-width > * {
    --container-padding: 32px;
  }
}

b-anchor {
  display: block;
  position: relative;
  top: -80px;
}

.page-template-page_apartment #apartments_navigation {
  position: fixed;
  top: var(--h-header);
  z-index: 10;
  width: 100%;
  padding-bottom: 20px;
  background-color: var(--clr-header-background, transparent);
  transition: background-color 0.3s 0s var(--transition-curve), color 0.3s var(--transition-curve);
}
@media (min-width: 1024px) {
  .page-template-page_apartment #apartments_navigation {
    top: unset;
    bottom: 0;
    padding-block: 20px;
    background-color: var(--apartments-navigation-background, transparent);
  }
}
.page-template-page_apartment #apartments_navigation b-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media (min-width: 1920px) {
  .page-template-page_apartment #apartments_navigation b-container {
    gap: 40px;
  }
}
.page-template-page_apartment #apartments_navigation nav {
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  body.page-scrolled #apartments_navigation {
    --apartments-navigation-background: var(--clr-background-1);
    --clr-header-links: var(--clr-text-base);
    transition: background-color 0.3s var(--transition-curve), color 0.3s var(--transition-curve);
  }
}

.page-template-page_apartment #apartments_navigation .home-title {
  display: none;
}
@media (min-width: 1024px) {
  .page-template-page_apartment #apartments_navigation .home-title {
    display: block;
    margin: 0;
    padding: 0;
    text-wrap: nowrap;
    text-transform: uppercase;
    letter-spacing: var(--header-link-letter-spacing);
    font-size: var(--fz-header-link);
    text-shadow: var(--bold-text-shadow);
    color: var(--clr-header-links);
    transition: color 0.5s var(--transition-curve);
  }
}

.page-template-page_apartment #apartments_navigation .apartments-list {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin-inline: auto;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.page-template-page_apartment #apartments_navigation .apartments-list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 600px) {
  .page-template-page_apartment #apartments_navigation .apartments-list {
    gap: 32px;
  }
}
@media (min-width: 1920px) {
  .page-template-page_apartment #apartments_navigation .apartments-list {
    gap: 40px;
  }
}
.page-template-page_apartment #apartments_navigation .apartments-list li {
  flex-shrink: 0;
  scroll-snap-align: start;
}

@media (max-width: 1023px) {
  .page-template-page_apartment #apartments_navigation nav {
    padding-inline: 11px;
  }
  .page-template-page_apartment #apartments_navigation nav a {
    padding-inline: 6px;
  }
}

.page-template-page_apartment #apartments_navigation nav.show-arrows {
  padding-inline: 11px;
}
.page-template-page_apartment #apartments_navigation nav.show-arrows a {
  padding-inline: 6px;
}

.page-template-page_apartment #apartments_navigation .apartments-list a {
  position: relative;
  display: block;
  text-wrap: nowrap;
  text-transform: uppercase;
  letter-spacing: var(--header-link-letter-spacing);
  font-size: 1.25rem;
  color: var(--clr-header-links);
}
@media (min-width: 600px) {
  .page-template-page_apartment #apartments_navigation .apartments-list a {
    padding-inline: unset;
  }
}
@media (min-width: 1024px) {
  .page-template-page_apartment #apartments_navigation .apartments-list a {
    font-size: var(--fz-header-link);
  }
}
@media (any-hover: hover) {
  .page-template-page_apartment #apartments_navigation .apartments-list a:hover {
    text-shadow: var(--bold-text-shadow);
  }
}
.page-template-page_apartment #apartments_navigation .apartments-list a.active {
  text-shadow: var(--bold-text-shadow);
}

.page-template-page_apartment #apartments_navigation .apartments-scroll-button {
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  width: 30px;
  padding: 0;
  border: none;
  font-size: 24px;
  color: var(--clr-header-links);
  outline: none;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-appearance: none;
  transition: opacity 0.2s var(--transition-curve);
}
.page-template-page_apartment #apartments_navigation .apartments-scroll-button[data-direction=left] {
  left: 0;
  justify-content: flex-start;
}
.page-template-page_apartment #apartments_navigation .apartments-scroll-button[data-direction=right] {
  right: 0;
  justify-content: flex-end;
}
.page-template-page_apartment #apartments_navigation .apartments-scroll-button b-icon {
  margin-top: 2px;
  font-size: 12px;
}

.page-template-page_apartment #apartments_navigation nav.show-arrows .apartments-scroll-button {
  opacity: 1;
  pointer-events: auto;
}

button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  font-family: var(--ff-base);
  -webkit-appearance: none;
}

button-container {
  display: flex;
  align-items: center;
}
button-container.center {
  justify-content: center;
}
button-container.left {
  justify-content: flex-start;
}

.button-primary,
body input[type=button],
body input[type=submit] {
  --btn-clr-background: transparent;
  --btn-clr-border: var(--clr-brand-primary);
  --btn-clr-text: var(--clr-brand-primary);
  display: block;
  padding: var(--btn-padding, 8px 20px);
  background-color: var(--btn-clr-background);
  color: var(--btn-clr-text);
  border: var(--btn-border-width, 1px) solid var(--btn-clr-border);
  border-radius: var(--border-radius-button);
  font-family: var(--ff-base);
  font-size: var(--fs-button, 1.4rem);
  font-weight: var(--fw-base);
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
  transition: all 0.2s var(--transition-curve);
}
@media (min-width: 600px) {
  .button-primary,
  body input[type=button],
  body input[type=submit] {
    --fs-button: 1.65rem;
    --btn-padding: 12px 20px;
    --btn-border-width: 2px;
  }
}
@media (any-hover: hover) {
  .button-primary:hover,
  body input[type=button]:hover,
  body input[type=submit]:hover {
    --btn-clr-background: var(--clr-brand-secondary);
    cursor: pointer;
  }
}
.button-primary:focus,
body input[type=button]:focus,
body input[type=submit]:focus {
  --btn-clr-background: var(--clr-brand-secondary);
  cursor: pointer;
}
.button-primary:active,
body input[type=button]:active,
body input[type=submit]:active {
  --btn-clr-background: var(--clr-brand-secondary);
  cursor: pointer;
}

.button-link {
  --btn-clr-background: transparent;
  --btn-clr-border: var(--clr-brand-primary);
  --btn-clr-text: var(--clr-brand-primary);
  display: block;
  padding-bottom: var(--btn-padding, 4px);
  background-color: var(--btn-clr-background);
  color: var(--btn-clr-text);
  border: none;
  border-bottom: 0.5px solid var(--btn-clr-border);
  font-family: var(--ff-base);
  font-size: var(--fs-button, 1.4rem);
  font-weight: var(--fw-base);
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
  transition: all 0.2s var(--transition-curve);
}
@media (min-width: 600px) {
  .button-link {
    --btn-padding: 8px;
    --fs-button: 1.9rem;
  }
}
.button-link:hover, .button-link:focus, .button-link:active {
  cursor: pointer;
}

body #cmplz-cookiebanner-container .cmplz-cookiebanner {
  --cmplz_category_header_always_active_color: #ffffff;
  margin: 0;
  padding: 14px var(--container-padding);
  width: 100%;
}
@media (max-width: 1023px) {
  body #cmplz-cookiebanner-container .cmplz-cookiebanner {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  body #cmplz-cookiebanner-container .cmplz-cookiebanner {
    padding: 12px var(--container-padding);
  }
}

body #cmplz-cookiebanner-container .cmplz-cookiebanner:not(.cmplz-dismissed) {
  display: flex;
  gap: 20px;
}

body #cmplz-cookiebanner-container .cmplz-header,
body #cmplz-cookiebanner-container .cmplz-divider,
body #cmplz-cookiebanner-container .cmplz-documents {
  display: none;
}

body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-message {
  margin-bottom: 0px;
  font-size: var(--fs-base);
  line-height: var(--lh-base);
}

body #cmplz-cookiebanner-container .cmplz-buttons {
  align-items: center;
  justify-content: flex-start;
  flex-direction: row !important;
}

body #cmplz-cookiebanner-container .cmplz-buttons .cmplz-btn {
  --btn-clr-background: transparent;
  --btn-clr-border: var(--clr-brand-secondary);
  --btn-clr-text: var(--clr-brand-secondary);
  height: auto;
  min-width: auto;
  width: auto;
  padding: var(--btn-padding, 9px 22px);
  background-color: var(--btn-clr-background);
  color: var(--btn-clr-text);
  border: 1px solid var(--btn-clr-border);
  border-radius: var(--border-radius-button);
  font-family: var(--ff-base);
  font-size: var(--fs-base);
  font-weight: var(--fw-base);
}

#cmplz-manage-consent .cmplz-manage-consent {
  display: none;
}

#contact_section section-title {
  --section-title-max-width: 550px;
}

#contact_section contact-form {
  display: block;
  padding-block: var(--standard-vertical-spacing);
}
#contact_section contact-form input[type=submit] {
  min-width: var(--submit-min-width, 100px);
  margin-inline: auto;
}
@media (min-width: 1024px) {
  #contact_section contact-form input[type=submit] {
    --submit-min-width: 200px;
  }
}

#contact_section .contact-cta {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  #contact_section .contact-cta {
    margin-bottom: 42px;
  }
}

body .fancybox__container {
  --fancybox-bg: #ffffff;
  --fancybox-color: #000000;
}

body .fancybox__toolbar {
  --f-button-bg: #ffffff;
  --f-button-color: #000000;
  --f-button-hover-bg: var(--clr-background-hover);
  --f-button-hover-color: #000000;
  font-family: var(--ff-base);
  font-weight: var(--fw-regular);
  text-shadow: none;
}

body .is-compact .fancybox__footer {
  background: transparent;
}

#page_footer b-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 32px;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media (min-width: 600px) {
  #page_footer b-container {
    padding-top: 32px;
    padding-bottom: 64px;
  }
}

#page_footer::before {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - var(--container-padding) * 2);
  margin-inline: auto;
  background-color: var(--clr-border-base);
}

#page_footer .title {
  font-size: var(--fs-small);
  text-transform: uppercase;
}
@media (min-width: 600px) {
  #page_footer .title {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}

#page_footer .company-links li,
#page_footer .menu li {
  display: flex;
  gap: 8px;
  font-size: var(--fs-small);
}
@media (min-width: 600px) {
  #page_footer .company-links li,
  #page_footer .menu li {
    font-size: 1.65rem;
  }
}

#page_footer a {
  text-transform: uppercase;
  color: var(--clr-text-base);
  letter-spacing: 1px;
}
@media (any-hover: hover) {
  #page_footer a:hover {
    text-shadow: var(--bold-text-shadow);
  }
}

:root {
  --form-input-background: transparent;
  --form-input-text: var(--clr-text-base);
  --form-input-border: var(--clr-border-base);
  --form-input-border-hover: #ababab;
  --form-input-border-active: var(--clr-brand-primary);
  --form-input-border-focus: var(--clr-brand-primary);
  --form-input-placeholder: #757575;
}

form input[type=text],
form input[type=password],
form input[type=email],
form input[type=url],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=datetime],
form input[type=datetime-local],
form input[type=week],
form input[type=number],
form input[type=search],
form input[type=tel],
form input[type=color],
form select,
form textarea {
  font-family: var(--ff-base);
  font-size: var(--fs-base);
  font-weight: var(--fw-base);
  color: var(--form-input-text);
  color-scheme: dark;
  line-height: var(--lh-base);
  min-height: 44px !important;
  width: 100%;
  padding: 0;
  background-color: var(--form-input-background);
  border: none;
  border-bottom: 1px solid;
  border-color: var(--form-input-border);
  border-radius: var(--border-radius-input);
  outline: none;
  resize: vertical;
  transition: border-color 0.2s var(--transition-curve);
  -webkit-appearance: none;
}
@media (any-hover: hover) {
  form input[type=text]:hover,
  form input[type=password]:hover,
  form input[type=email]:hover,
  form input[type=url]:hover,
  form input[type=date]:hover,
  form input[type=month]:hover,
  form input[type=time]:hover,
  form input[type=datetime]:hover,
  form input[type=datetime-local]:hover,
  form input[type=week]:hover,
  form input[type=number]:hover,
  form input[type=search]:hover,
  form input[type=tel]:hover,
  form input[type=color]:hover,
  form select:hover,
  form textarea:hover {
    border-color: var(--form-input-border-hover);
  }
}
form input[type=text]:active,
form input[type=password]:active,
form input[type=email]:active,
form input[type=url]:active,
form input[type=date]:active,
form input[type=month]:active,
form input[type=time]:active,
form input[type=datetime]:active,
form input[type=datetime-local]:active,
form input[type=week]:active,
form input[type=number]:active,
form input[type=search]:active,
form input[type=tel]:active,
form input[type=color]:active,
form select:active,
form textarea:active {
  border-color: var(--form-input-border-active);
}
form input[type=text]:focus-visible,
form input[type=password]:focus-visible,
form input[type=email]:focus-visible,
form input[type=url]:focus-visible,
form input[type=date]:focus-visible,
form input[type=month]:focus-visible,
form input[type=time]:focus-visible,
form input[type=datetime]:focus-visible,
form input[type=datetime-local]:focus-visible,
form input[type=week]:focus-visible,
form input[type=number]:focus-visible,
form input[type=search]:focus-visible,
form input[type=tel]:focus-visible,
form input[type=color]:focus-visible,
form select:focus-visible,
form textarea:focus-visible {
  border-color: var(--form-input-border-focus);
}
form input[type=text]::-moz-placeholder, form input[type=password]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=url]::-moz-placeholder, form input[type=date]::-moz-placeholder, form input[type=month]::-moz-placeholder, form input[type=time]::-moz-placeholder, form input[type=datetime]::-moz-placeholder, form input[type=datetime-local]::-moz-placeholder, form input[type=week]::-moz-placeholder, form input[type=number]::-moz-placeholder, form input[type=search]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=color]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder {
  font-size: var(--fs-base);
  color: var(--form-input-placeholder);
}
form input[type=text]::placeholder,
form input[type=password]::placeholder,
form input[type=email]::placeholder,
form input[type=url]::placeholder,
form input[type=date]::placeholder,
form input[type=month]::placeholder,
form input[type=time]::placeholder,
form input[type=datetime]::placeholder,
form input[type=datetime-local]::placeholder,
form input[type=week]::placeholder,
form input[type=number]::placeholder,
form input[type=search]::placeholder,
form input[type=tel]::placeholder,
form input[type=color]::placeholder,
form select::placeholder,
form textarea::placeholder {
  font-size: var(--fs-base);
  color: var(--form-input-placeholder);
}

form select {
  height: 44px !important;
}

form textarea {
  min-height: 120px !important;
}

contact-form {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

form .label-above .nf-field-label {
  margin-bottom: 0;
}

form .nf-field-label .nf-label-span, form .nf-field-label label {
  font-family: var(--ff-titles);
  font-size: var(--fs-small);
  font-weight: var(--fw-base);
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  form .nf-field-label .nf-label-span, form .nf-field-label label {
    font-size: 2rem;
  }
}

form input[type=checkbox] {
  position: relative;
  display: inline-block;
  margin-top: 2px;
  padding: 10px;
  background-color: var(--form-input-background);
  border: 2px solid;
  border-color: var(--form-input-border);
  border-radius: var(--border-radius-base);
  -webkit-appearance: none;
  transition: border-color 0.2s var(--transition-curve);
}
@media (any-hover: hover) {
  form input[type=checkbox]:hover {
    border-color: var(--form-input-border-hover);
  }
}

form input[type=checkbox]:checked {
  color: var(--clr-text-base);
}

form input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 2rem;
  position: absolute;
  top: 0px;
  left: 2px;
  color: var(--clr-text-base);
  -webkit-appearance: none;
}

nf-fields-wrap {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

#ninja_forms_required_items,
.nf-field-container {
  margin-bottom: 0 !important;
}

.nf-form-fields-required {
  display: none;
}

body .ninja-forms-req-symbol {
  color: var(--clr-text-base);
}

body .nf-error-msg {
  color: #e80000;
}

body .nf-error.listimage-wrap .nf-field-element ul, body .nf-error .ninja-forms-field {
  border: none;
  border-bottom: 1px solid var(--clr-text-base);
}

.nf-after-form-content .nf-error-msg {
  margin-top: 24px;
}

.nf-form-content .nf-field-container.checkbox-container .nf-field-element {
  display: flex;
  align-items: center;
}

.nf-form-content .nf-field-container.checkbox-container .nf-field-label label {
  font-family: var(--ff-base);
  font-size: var(--fs-base);
  text-transform: unset;
}

.nf-response-msg {
  margin-bottom: 5rem;
  text-align: center;
}

:root {
  --clr-header-background: var(--clr-background-1);
  --clr-header-mobile-menu-background: var(--clr-background-1);
  --clr-header-links: var(--clr-text-base);
  --clr-header-links-active: var(--clr-text-base);
  --fz-header-link: 1.8rem;
  --fw-header-link: var(--fw-base);
  --fz-submenu-link: var(--fz-header-link);
  --horizontal-link-padding: 8px;
  --header-link-letter-spacing: 1.5px;
}
@media (min-width: 1024px) {
  :root {
    --fz-header-link: 1.5rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --fz-header-link: 1.65rem;
  }
}

#page_header {
  position: var(--header-position, sticky);
  top: 0;
  left: 0%;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 100vw;
  height: var(--h-header);
  margin: 0 auto !important;
  background-color: var(--clr-header-background);
  transition: background-color 0.5s var(--transition-curve);
}
@media (max-width: 1023px) {
  #page_header b-container {
    width: min(100% - var(--container-padding), var(--w-container-full));
    margin-right: 0;
  }
}

body:has(.immersive-hero) #page_header {
  --header-position: fixed;
}

#page_header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  #page_header nav {
    align-items: baseline;
  }
}
#page_header nav .desktop-navigation, #page_header nav .menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 1023px) {
  body #page_header .desktop-navigation {
    display: none;
  }
}

body:not(.immersive-header-scrolled):has(.immersive-hero) {
  --clr-header-background: transparent;
  --clr-header-links: var(--clr-brand-secondary);
  --clr-header-links-active: var(--clr-brand-secondary);
}
body:not(.immersive-header-scrolled):has(.immersive-hero) .logo svg .cls-1 {
  fill: var(--clr-brand-secondary);
}

@media (max-width: 1023px) {
  body.header-is-open {
    --clr-header-links: var(--clr-brand-primary) !important;
    --clr-header-links-active: var(--clr-brand-primary) !important;
  }
  body.header-is-open .logo svg .cls-1 {
    fill: var(--clr-brand-primary) !important;
  }
}

#page_header .logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  transform-origin: left;
  width: 116px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: transform 0.2s var(--transition-curve);
}
@media (min-width: 1024px) {
  #page_header .logo {
    width: 180px;
  }
}
@media (min-width: 1200px) {
  #page_header .logo {
    width: 200px;
  }
}
#page_header .logo svg {
  width: 100%;
  height: auto;
}

#page_header .desktop-navigation li {
  position: relative;
  display: block;
}
@media (max-width: 1023px) {
  #page_header .desktop-navigation li {
    width: 100%;
  }
}
#page_header .desktop-navigation li a, #page_header .desktop-navigation li .menu-item-trigger {
  position: relative;
  display: block;
  padding-block: 6px;
  color: var(--clr-header-links);
  font-size: var(--fz-header-link);
  font-weight: var(--fw-header-link);
  line-height: 1.6;
  letter-spacing: var(--header-link-letter-spacing);
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: color 0.2s var(--transition-curve);
}
#page_header .desktop-navigation li a:hover, #page_header .desktop-navigation li a:focus, #page_header .desktop-navigation li a.active, #page_header .desktop-navigation li .menu-item-trigger:hover, #page_header .desktop-navigation li .menu-item-trigger:focus, #page_header .desktop-navigation li .menu-item-trigger.active {
  text-shadow: var(--bold-text-shadow);
}
#page_header .desktop-navigation li.current_page_item > a {
  text-shadow: var(--bold-text-shadow);
}

#page_header .desktop-navigation .has-button > a {
  padding-inline: 14px;
  border: 1px solid var(--clr-header-links);
  background-color: var(--btn-clr-background, transparent);
}
#page_header .desktop-navigation .has-button > a:hover, #page_header .desktop-navigation .has-button > a:focus, #page_header .desktop-navigation .has-button > a.active {
  --btn-clr-background: var(--clr-brand-secondary);
  font-weight: var(--fw-base);
}

#page_header .desktop-navigation .has-button.current_page_item > a {
  --btn-clr-background: var(--clr-brand-secondary);
  font-weight: var(--fw-base);
}

body:not(.immersive-header-scrolled) #page_header .desktop-navigation .has-button > a:hover, body:not(.immersive-header-scrolled) #page_header .desktop-navigation .has-button > a:focus, body:not(.immersive-header-scrolled) #page_header .desktop-navigation .has-button > a.active {
  color: var(--clr-brand-primary);
}

.language-switcher .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: none;
}

.language-switcher ul {
  display: flex;
  align-items: center;
  gap: 13px;
}
.language-switcher ul li {
  position: relative;
}
.language-switcher ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6px;
  display: block;
  height: 20px;
  width: 1px;
  background-color: var(--clr-header-links);
  transition: background-color 0.2s var(--transition-curve);
}
.language-switcher ul .wpml-ls-current-language a {
  text-shadow: var(--bold-text-shadow);
}

body .language-switcher .wpml-ls-legacy-list-horizontal li a.wpml-ls-link {
  padding-inline: 0 !important;
}
body .language-switcher .wpml-ls-legacy-list-horizontal li a.wpml-ls-link span {
  vertical-align: unset;
}

mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 90;
  display: block;
  height: 100dvh;
  width: 100vw;
  background-color: var(--clr-header-mobile-menu-background);
  opacity: 0;
  pointer-events: none;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  transition: right 0.2s var(--transition-curve), opacity 0.2s var(--transition-curve);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
mobile-menu::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  mobile-menu {
    display: none;
  }
}

body.header-is-open mobile-menu {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}

mobile-menu nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-top: var(--h-header);
  text-align: center;
}
mobile-menu nav > div:first-child {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
mobile-menu nav .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

mobile-menu li {
  position: relative;
  display: block;
}
@media (max-width: 1023px) {
  mobile-menu li {
    width: 100%;
  }
}
mobile-menu li a {
  position: relative;
  display: inline-block;
  color: var(--clr-header-links);
  font-size: var(--fz-header-link);
  font-weight: var(--fw-header-link);
  line-height: 1.4;
  letter-spacing: var(--header-link-letter-spacing);
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.2s var(--transition-curve), background-color 0.2s var(--transition-curve);
}
mobile-menu li a:hover, mobile-menu li a:focus, mobile-menu li a.active {
  text-shadow: var(--bold-text-shadow);
}
mobile-menu li.current-menu-item > a {
  text-shadow: var(--bold-text-shadow);
}

mobile-menu .has-button {
  margin-top: 6px;
}

mobile-menu .has-button > a {
  padding: 4px 22px;
  border: 1px solid var(--clr-header-links);
  background-color: var(--btn-clr-background, transparent);
}
mobile-menu .has-button > a:hover, mobile-menu .has-button > a:focus, mobile-menu .has-button > a.active {
  --btn-clr-background: var(--clr-brand-secondary);
  font-weight: var(--fw-base);
}

mobile-menu .has-button.current_page_item > a {
  --btn-clr-background: var(--clr-brand-secondary);
  font-weight: var(--fw-base);
}

mobile-menu .language-switcher {
  padding-block: 48px;
}

#mobile_menu_button {
  --mobile-toggle-size: 60px;
  --mobile-toggle-color: var(--clr-header-links);
  --mobile-toggle-icon-width: 18px;
  position: relative;
  display: block;
  width: var(--mobile-toggle-size);
  height: var(--mobile-toggle-size);
  background-color: transparent;
  border: none;
  color: var(--mobile-toggle-color);
  cursor: pointer;
  -webkit-appearance: none;
}
@media (any-hover: hover) {
  #mobile_menu_button:hover {
    --mobile-toggle-color: var(--clr-header-links-active);
  }
}
@media (min-width: 1024px) {
  #mobile_menu_button {
    display: none !important;
  }
}

#mobile_menu_button b-icon {
  position: absolute;
  right: 20px;
  display: block;
  height: 1px;
  width: var(--mobile-toggle-icon-width);
  background-color: var(--mobile-toggle-color);
  transform-origin: left center;
  transition: transform 0.5s var(--transition-curve), opacity 0.5s var(--transition-curve);
}
#mobile_menu_button b-icon:first-child {
  top: 22px;
}
#mobile_menu_button b-icon:last-child {
  bottom: 21px;
}

.header-is-open #mobile_menu_button b-icon:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
.header-is-open #mobile_menu_button b-icon:first-child {
  transform: translateY(3px) rotate(45deg);
}
.header-is-open #mobile_menu_button b-icon:last-child {
  transform: translateY(0) rotate(-45deg);
}

#page_header .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3000;
  margin: 0;
  text-align: left;
  overflow: hidden;
}
#page_header .submenu li {
  display: block;
}

#page_header .menu .menu-item-has-children button,
#page_header .menu .homes-navigation-trigger button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#page_header .menu .menu-item-has-children button b-icon,
#page_header .menu .homes-navigation-trigger button b-icon {
  font-size: 1.2rem;
  transition: transform 0.3s var(--transition-curve);
}

#page_header .menu .menu-item-has-children.active b-icon,
body:has(#homes_navigation.active) #page_header .menu .homes-navigation-trigger b-icon {
  transform: rotate(180deg);
}

#page_header .submenu a {
  display: flex;
  align-items: center;
  padding-block: 0px !important;
  font-size: var(--fz-submenu-link);
  line-height: 1.2;
  white-space: nowrap;
}

#page_header .menu li:last-child .submenu {
  left: auto;
  right: 0;
}

#page_header .submenu {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--transition-curve);
}
@media (max-width: 1023px) {
  #page_header .submenu {
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s var(--transition-curve), max-height 0.3s var(--transition-curve);
  }
}
#page_header .submenu.open {
  pointer-events: all;
}

#page_header .menu-item-has-children.active .submenu {
  max-height: 500px;
  opacity: 1;
}

#homes_navigation {
  position: fixed;
  top: var(--h-header);
  z-index: 10;
  width: 100%;
  padding-bottom: 20px;
  background-color: var(--clr-header-background);
  opacity: 0;
  pointer-events: none;
  transition: background-color 0.5s var(--transition-curve), opacity 0.5s var(--transition-curve);
}
#homes_navigation b-container {
  position: relative;
}

#homes_navigation .menu {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
  margin-inline: auto;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#homes_navigation .menu::-webkit-scrollbar {
  display: none;
}
@media (min-width: 600px) {
  #homes_navigation .menu {
    gap: 32px;
  }
}
@media (min-width: 1920px) {
  #homes_navigation .menu {
    justify-content: flex-end;
    gap: 40px;
  }
}
#homes_navigation .menu li {
  flex-shrink: 0;
  scroll-snap-align: start;
}

#homes_navigation nav.show-arrows {
  padding-inline: 11px;
}

#homes_navigation .menu a {
  position: relative;
  display: block;
  padding-inline: 6px;
  text-wrap: nowrap;
  text-transform: uppercase;
  letter-spacing: var(--header-link-letter-spacing);
  font-size: 1.25rem;
  color: var(--clr-header-links);
}
@media (min-width: 600px) {
  #homes_navigation .menu a {
    padding-inline: unset;
  }
}
@media (min-width: 1024px) {
  #homes_navigation .menu a {
    font-size: var(--fz-header-link);
  }
}
@media (any-hover: hover) {
  #homes_navigation .menu a:hover {
    text-shadow: var(--bold-text-shadow);
  }
}

#homes_navigation .menu li.current_page_item a {
  text-shadow: var(--bold-text-shadow);
}

#homes_navigation .homes-scroll-button {
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  width: 30px;
  padding: 0;
  border: none;
  font-size: 24px;
  color: var(--clr-header-links);
  outline: none;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-appearance: none;
  transition: opacity 0.2s var(--transition-curve);
}
#homes_navigation .homes-scroll-button[data-direction=left] {
  left: 0;
  justify-content: flex-start;
}
#homes_navigation .homes-scroll-button[data-direction=right] {
  right: 0;
  justify-content: flex-end;
}
#homes_navigation .homes-scroll-button b-icon {
  margin-top: 2px;
  font-size: 12px;
}

#homes_navigation nav.show-arrows .homes-scroll-button {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 1024px) {
  #homes_navigation.active {
    opacity: 1;
    pointer-events: auto;
  }
}

image-container,
.wp-block-image {
  display: flex;
}
image-container picture,
.wp-block-image picture {
  display: flex;
  width: 100%;
}
image-container img,
.wp-block-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-base);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

image-container.with-background {
  background-color: var(--clr-background-3);
  border-radius: var(--border-radius-base);
}

@media (max-width: 1023px) {
  #page_image b-container {
    width: 100%;
  }
}
#page_image b-container image-container {
  height: auto;
  aspect-ratio: var(--aspect-ratio, 4/3);
}
@media (min-width: 600px) {
  #page_image b-container image-container {
    --aspect-ratio: 16/9;
  }
}
@media (min-width: 1024px) {
  #page_image b-container image-container {
    height: clamp(300px, 45vh, 700px);
    --aspect-ratio: none;
  }
}
#page_image b-container img {
  -o-object-position: center;
     object-position: center;
  border-radius: var(--border-radius-base);
}
@media (max-width: 1023px) {
  #page_image b-container img {
    border-radius: 0;
  }
}

a {
  text-decoration: none;
  color: var(--clr-text-base);
}

wysiwyg-content a,
.link,
.link a,
.nf-form-cont a {
  text-decoration: none;
  color: var(--clr-link-base) !important;
  border-bottom: 1px solid var(--clr-brand-primary);
  font-weight: var(--fw-base);
  word-break: break-all;
  transition: border-color 0.2s var(--transition-curve);
  cursor: pointer;
}
@media (any-hover: hover) {
  wysiwyg-content a:hover,
  .link:hover,
  .link a:hover,
  .nf-form-cont a:hover {
    border-color: var(--clr-link-base);
  }
}

ul.list {
  list-style: none;
  margin: 0;
  padding-left: 20px;
}
ul.list > li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  margin-right: 1rem;
  transform: translateY(-5px);
  background-color: var(--clr-text-base);
}
ul.list li {
  margin-bottom: 5px;
}

b-map {
  display: block;
  background-color: var(--clr-background-placeholder);
  border-radius: var(--border-radius-base);
  overflow: hidden;
}
b-map iframe {
  height: 100%;
  width: 100%;
}

#page_hero {
  position: relative;
  height: 100svh;
  width: 100%;
  background-color: var(--clr-background-2);
}

#page_hero image-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#page_hero image-container::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.1;
}

#page_hero video-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#page_hero video-container::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.2;
}

#page_hero text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: var(--clr-brand-secondary);
  text-transform: uppercase;
}

#page_hero text-container .description {
  font-size: 4rem;
  line-height: 0.9;
}
@media (min-width: 600px) {
  #page_hero text-container .description {
    font-size: clamp(3rem, 6.5vw, 9rem);
    line-height: 0.9;
  }
}
#page_hero text-container .description em {
  display: block;
  font-family: var(--ff-titles);
}

.screen-reader-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.horizontal-scroll {
  display: flex;
  align-items: center;
  justify-items: center;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.horizontal-scroll::-webkit-scrollbar {
  display: none;
}
@media (any-hover: hover) {
  .horizontal-scroll {
    scroll-snap-type: unset;
  }
}

.image-gallery.horizontal-scroll {
  scroll-snap-type: unset;
}

.image-gallery li {
  flex-shrink: 0;
  scroll-snap-align: start;
}

@media (max-width: 599px) {
  .image-gallery li,
  .image-gallery image-container {
    height: 100%;
  }
}

.image-gallery image-container img {
  width: auto;
}
@media (min-width: 600px) {
  .image-gallery image-container img {
    height: calc(90vh - var(--h-header) - 40px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  }
}

slider-counter {
  display: flex;
  align-items: center;
  padding-block: 10px;
}
@media (min-width: 600px) {
  slider-counter {
    display: none;
  }
}

.slider-arrows {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding-block: 30px;
}
@media (max-width: 599px) {
  .slider-arrows {
    display: none;
  }
}
.slider-arrows button {
  color: var(--clr-text-base);
  font-size: 30px;
  cursor: pointer;
  transition: scale 0.3s var(--transition-curve), opacity 0.3s var(--transition-curve);
}
@media (any-hover: hover) {
  .slider-arrows button:hover {
    scale: 1.1;
  }
}
.slider-arrows button:active {
  scale: 0.95;
}

.has-horizontal-scroll-buttons.scroll-start .slider-arrows button:first-child,
.has-horizontal-scroll-buttons.scroll-end .slider-arrows button:last-child {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

page-title {
  --max-width: 32ch;
  display: block;
  margin-bottom: var(--margin-bottom, 20px);
}
@media (min-width: 600px) {
  page-title {
    --margin-bottom: 32px;
  }
}

page-title.center {
  text-align: center;
}
page-title.center h1, page-title.center .subtitle {
  margin-inline: auto;
}

page-title h1 {
  max-width: var(--max-width);
  font-family: var(--ff-base);
  font-size: var(--font-size, 3rem);
  line-height: var(--line-height, 1.15);
  font-weight: var(--fw-page-titles);
  text-transform: uppercase;
  text-wrap: pretty;
}
@media (min-width: 600px) {
  page-title h1 {
    --font-size: clamp(3rem, 4vw, 6rem);
  }
}

page-title .subtitle {
  max-width: 60ch;
  margin-top: var(--margin-top, 8px);
  margin-bottom: 0;
  font-size: var(--font-size, 1.8rem);
  line-height: var(--line-height, 1.45);
  text-wrap: pretty;
}
@media (min-width: 600px) {
  page-title .subtitle {
    --font-size: 1.8rem;
    --line-height: 1.6;
  }
}
@media (min-width: 1024px) {
  page-title .subtitle {
    --margin-top: 16px;
  }
}

section-title {
  display: block;
  max-width: var(--section-title-max-width, 800px);
  margin-bottom: 24px;
}
section-title.center {
  text-align: center;
  margin-inline: auto;
}
section-title.center .subtitle {
  margin-inline: auto;
}

section-title .title {
  margin-bottom: 24px;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1.2;
}
@media (min-width: 600px) {
  section-title .title {
    margin-bottom: 16px;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 1;
  }
}
section-title .title em {
  display: block;
  font-family: var(--ff-titles);
}

section-title .subtitle {
  max-width: 75ch;
  margin-top: 10px;
  margin-bottom: 0;
  text-wrap: pretty;
}
section-title .subtitle p:last-child {
  margin-bottom: 0;
}

.subsection-title {
  margin-bottom: 4px;
  font-family: var(--ff-base);
  font-size: 2rem;
}

video-container {
  position: relative;
  display: block;
  overflow: hidden;
}
video-container video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
video-container .video-background {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-aspect-ratio: 16/9) {
  #page_hero video-container iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  #page_hero video-container iframe {
    width: 177.78svh;
  }
}

.video-sound-toggle {
  position: absolute;
  bottom: var(--bottom-position, 30px);
  left: var(--container-padding);
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: var(--clr-brand-secondary);
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .video-sound-toggle {
    --bottom-position: 42px;
    font-size: 36px;
  }
}
.video-sound-toggle b-icon {
  display: none;
}
.video-sound-toggle.muted .sound-off {
  display: block;
}
.video-sound-toggle:not(.muted) .sound-on {
  display: block;
}

@media (min-width: 1024px) {
  body:has(#apartments_navigation) .video-sound-toggle {
    --bottom-position: 60px;
  }
}

wysiwyg-content {
  display: block;
}
wysiwyg-content.limit-width {
  max-width: var(--text-width-limit);
}

wysiwyg-content ul,
wysiwyg-content ol {
  margin-left: 2rem;
  margin-bottom: 2rem;
}
wysiwyg-content li {
  margin-bottom: 1rem;
}
wysiwyg-content li ul {
  margin-top: 10px;
}
wysiwyg-content ul {
  list-style: none;
}
wysiwyg-content ul > li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  margin-left: -2rem;
  margin-right: 10px;
  transform: translateY(-5px);
  background-color: var(--clr-text-base);
}

wysiwyg-content h2,
wysiwyg-content h3,
wysiwyg-content h4 {
  margin-bottom: var(--title-margin-bottom, 1rem);
  text-wrap: pretty;
  font-weight: var(--fw-strong);
}

wysiwyg-content h2:not(:first-child) {
  margin-top: 3.6rem;
}
@media (min-width: 600px) {
  wysiwyg-content h2:not(:first-child) {
    margin-top: 4.2rem;
  }
}

wysiwyg-content h3:not(:first-child) {
  margin-top: 2.4rem;
}
@media (min-width: 600px) {
  wysiwyg-content h3:not(:first-child) {
    margin-top: 3rem;
  }
}

wysiwyg-content p {
  text-wrap: pretty;
  line-height: 1.4;
}

.wp-block-embed.is-type-video iframe {
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: var(--border-radius-base);
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  margin-block: 40px;
}

.error404 #page_main {
  --page-main-margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.error404 #page_main #message_404 {
  width: 100%;
}

.error404 #message_404 h1 {
  margin-bottom: 20px;
}

.error404 #message_404 span {
  font-size: 16rem;
  line-height: 0.7;
}
@media (min-width: 390px) {
  .error404 #message_404 span {
    font-size: clamp(18rem, 40vw, 30rem);
  }
}

.home #page_header .logo {
  transition: opacity 0.5s var(--transition-curve);
}

.home:not(.immersive-header-scrolled) #page_header .logo {
  opacity: 0;
  pointer-events: none;
}

.home #front_page_content {
  text-align: center;
}
.home #front_page_content h1 {
  margin-bottom: 36px;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1.2;
}
@media (min-width: 600px) {
  .home #front_page_content h1 {
    font-size: clamp(3rem, 5vw, 6rem);
    line-height: 1.1;
  }
}
.home #front_page_content h1 em {
  display: block;
  font-family: var(--ff-titles);
}
.home #front_page_content p {
  margin-bottom: 32px;
  font-size: 1.4rem;
  line-height: 1.3;
  text-wrap: pretty;
}
@media (min-width: 600px) {
  .home #front_page_content p {
    font-size: clamp(1.4rem, 2vw, 2.4rem);
  }
}

@media (min-width: 600px) {
  .home #front_page_content {
    --fs-button: 2.4rem;
  }
}

.page-template-page_home #page_hero text-container {
  max-width: 90%;
}

.page-template-page_apartment {
  --vertical-spacing: 40px;
}
@media (min-width: 1024px) {
  .page-template-page_apartment {
    --vertical-spacing: 140px;
  }
}

.page-template-page_home #description,
.page-template-page_apartment #description {
  text-align: center;
  text-wrap: pretty;
}
.page-template-page_home #description .title,
.page-template-page_apartment #description .title {
  margin-bottom: 4px;
  font-size: var(--fs-base);
  font-weight: var(--fw-strong);
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 600px) {
  .page-template-page_home #description .title,
  .page-template-page_apartment #description .title {
    letter-spacing: 2px;
  }
}
.page-template-page_home #description .home-title,
.page-template-page_apartment #description .home-title {
  display: block;
  margin-bottom: 2px;
  font-family: var(--ff-titles);
  font-size: var(--fs-small);
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .page-template-page_home #description .home-title,
  .page-template-page_apartment #description .home-title {
    display: none;
  }
}
.page-template-page_home #description p,
.page-template-page_apartment #description p {
  margin-bottom: 0;
}

.page-template-page_home #description {
  padding-block: 78px;
}
@media (min-width: 1024px) {
  .page-template-page_home #description {
    padding-block: 64px;
  }
}

.page-template-page_apartment #description {
  padding-top: var(--vertical-spacing);
  padding-bottom: 38px;
}
@media (min-width: 1024px) {
  .page-template-page_apartment #description {
    padding-bottom: 25px;
  }
}

.page-template-page_apartment #description .title {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: var(--ff-titles);
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: var(--fw-base);
  line-height: 1.1;
}

.page-template-page_home #video_section {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .page-template-page_home #video_section {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .page-template-page_home #video_section b-container {
    width: 100%;
  }
}
.page-template-page_home #video_section::after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - var(--container-padding) * 2);
  margin-inline: auto;
  background-color: var(--clr-border-base);
}
.page-template-page_home #video_section video-container {
  max-height: calc(100svh - var(--h-header));
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .page-template-page_home #video_section video-container {
    margin-bottom: 60px;
  }
}
.page-template-page_home #video_section video-container iframe {
  height: 56.25vw;
}

.page-template-page_home #features,
.page-template-page_apartment #features {
  text-align: center;
}
.page-template-page_home #features .title,
.page-template-page_apartment #features .title {
  margin-bottom: 10px;
  font-family: var(--ff-titles);
  font-size: var(--fs-small);
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .page-template-page_home #features .title,
  .page-template-page_apartment #features .title {
    font-size: 2rem;
  }
}

.page-template-page_apartment #features {
  margin-bottom: var(--vertical-spacing);
}

.page-template-page_home #features {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .page-template-page_home #features {
    margin-bottom: 50px;
  }
}

.page-template-page_home #apartments li {
  position: relative;
  flex-shrink: 0;
  scroll-snap-align: start;
}
@media (max-width: 599px) {
  .page-template-page_home #apartments li image-container {
    width: 100vw;
  }
}
@media (min-width: 600px) {
  .page-template-page_home #apartments li image-container {
    height: 80vh;
    height: 80svh;
  }
}
.page-template-page_home #apartments li .title {
  position: absolute;
  bottom: 37px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: calc(100% - 50px);
  padding: 9px;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
@media (min-width: 600px) {
  .page-template-page_home #apartments li .title {
    bottom: 50px;
    width: calc(100% - 120px);
    padding: 16px;
  }
}

.page-template-page_home #apartments image-container {
  aspect-ratio: 3/4;
}

.page-template-page_home #home_history_cta {
  padding-block: 70px;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-template-page_home #home_history_cta {
    padding-block: 250px;
  }
}
.page-template-page_home #home_history_cta .description {
  margin-bottom: 32px;
  font-size: 3rem;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .page-template-page_home #home_history_cta .description {
    margin-bottom: 100px;
    font-size: clamp(3rem, 4.5vw, 6rem);
    line-height: 1.1;
  }
}
.page-template-page_home #home_history_cta .description em {
  display: block;
  font-family: var(--ff-titles);
}
.page-template-page_home #home_history_cta .button-link {
  text-transform: unset;
  letter-spacing: unset;
}

.page-template-page_house_history #page_main {
  --page-main-margin-top: 0;
}

.page-template-page_house_history #content {
  text-align: center;
}
.page-template-page_house_history #content .content-title {
  margin-bottom: 42px;
}
@media (min-width: 600px) {
  .page-template-page_house_history #content .content-title {
    margin-bottom: 72px;
  }
}
.page-template-page_house_history #content .name {
  text-transform: uppercase;
  font-family: var(--ff-titles);
  font-size: clamp(3rem, 8vw, 9rem);
  line-height: 1.1;
}
.page-template-page_house_history #content .location {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
}
@media (min-width: 600px) {
  .page-template-page_house_history #content .location {
    font-size: 2.4rem;
  }
}

@media (min-width: 1024px) {
  .page-template-page_company #description {
    --big-vertical-spacing: 180px;
  }
}
