/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Forum&family=Inter:opsz,wght@14..32,100..900&display=swap);
/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************/
/*! 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;
}

/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss (1) ***!
  \**********************************************************************************************************************************************************/
@charset "UTF-8";
html {
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #444444;
  background-color: #ffffff;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}
body:has(.navigation-open) {
  overflow: hidden;
}
body.page-template-apartment-offer, body.page-template-financing, body.page-template-contact {
  background-image: url(images/bg-simple-subheader.jpg);
  background-position: top center;
  background-size: auto 520px;
  background-repeat: no-repeat;
  padding: 1px 0 0;
}
body.apartments-template, body.page-template-photo-gallery, body.page-template-house-standards, body.page-template-apartment-standard {
  background-image: url(images/bg-simple-subheader-2.jpg);
  background-position: top center;
  background-size: auto 520px;
  background-repeat: no-repeat;
  padding: 1px 0 0;
}

.page-content {
  background-color: #ffffff;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:hover, *:focus {
  outline: none;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.row {
  width: 100%;
  max-width: 1232px;
  padding: 0 48px;
  margin: 0 auto;
}
.row.row-small {
  max-width: 800px;
}

@media (max-width: 1920px) {
  body.page-template-financing, body.page-template-contact {
    background-image: url(images/bg-simple-subheader-medium.jpg);
  }
}
@media (max-width: 991px) {
  .row {
    padding: 0 24px;
  }
}
@media (max-width: 576px) {
  .row {
    padding: 0 16px;
  }
}
.main-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.main-logo svg {
  height: 23px;
  width: auto;
}

.main-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  width: 100%;
  height: auto;
  padding: 26px 45px;
}
.home .main-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-header--col {
  display: block;
}
.home .main-header--col:nth-child(1) {
  display: none;
}

@media (max-width: 991px) {
  .main-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px;
  }
}
.navigation-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

@media (max-width: 991px) {
  .navigation-wrapper {
    display: none;
  }
  body:has(.nav-btn.open) .navigation-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    background-color: #ffffff;
    padding: 88px 24px 24px;
  }
}
.navigation-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  list-style-type: none;
  background-color: #c5daee;
  border-radius: 30px;
  margin: 0;
  padding: 8px 24px;
}
.navigation-list#menu-submenu {
  background-color: #8ABFF3;
}
.navigation-list#menu-submenu .menu-item a {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navigation-list#menu-submenu .menu-item a:hover {
  color: #1C5D86;
}
.navigation-list#menu-hlavne-menu .menu-item {
  position: relative;
}
.navigation-list#menu-hlavne-menu .menu-item.current-menu-item::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 3px;
  background-color: #1C5D86;
  border-radius: 50%;
  content: "";
}
.navigation-list#menu-hlavne-menu .menu-item:not(.navigation-list#menu-hlavne-menu .menu-item.current-menu-item):hover::after {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 3px;
  background-color: #1C5D86;
  border-radius: 50%;
  content: "";
  -webkit-animation: dot-move 0.6s ease-in-out forwards;
          animation: dot-move 0.6s ease-in-out forwards;
}
.navigation-list .menu-item {
  display: inline-block;
}
.navigation-list .menu-item a {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #1C5D86;
}

@-webkit-keyframes dot-move {
  0% {
    left: 0%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  50% {
    left: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes dot-move {
  0% {
    left: 0%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  50% {
    left: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .navigation-list {
    display: block;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    background-color: transparent;
    background-color: initial;
    border-radius: 0;
    border-radius: initial;
    padding: 0;
    padding: initial;
    margin: 40px 0 0;
  }
  .navigation-list:first-child {
    margin: 0;
  }
  .navigation-list#menu-submenu {
    background-color: transparent;
    background-color: initial;
  }
  .navigation-list#menu-submenu .menu-item {
    width: 100%;
  }
  .navigation-list#menu-submenu .menu-item a {
    display: block;
    color: #ffffff;
    text-align: center;
    background-color: #8ABFF3;
    border-radius: 16px;
    padding: 8px 16px;
  }
  .navigation-list .menu-item {
    display: block;
    margin: 16px 0 0;
  }
  .navigation-list .menu-item:first-child {
    margin: 0;
  }
  .navigation-list .menu-item a {
    display: block;
    font-size: 1.375rem;
    text-align: center;
  }
}
.motto {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 44px;
     -moz-column-gap: 44px;
          column-gap: 44px;
}
.motto--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.motto--icon svg {
  width: 145px;
  height: auto;
}
.motto--content {
  display: block;
  border-left: 1px solid #1C5D86;
  padding: 12px 0 12px 44px;
}
.motto--content h1 {
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 4.25rem;
  color: #1C5D86;
  margin: 0;
}
.motto--content p {
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2rem;
  color: #1C5D86;
  margin: 8px 0 0;
}

@media (max-width: 991px) {
  .motto {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .motto--icon svg {
    width: 100px;
  }
  .motto--content {
    padding: 12px 0 12px 32px;
  }
  .motto--content h1 {
    font-size: 3rem;
    line-height: 3.125rem;
  }
  .motto--content p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (max-width: 576px) {
  .motto {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    grid-row-gap: 24px;
    row-gap: 24px;
  }
  .motto--icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .motto--icon svg {
    width: auto;
    height: 180px;
  }
  .motto--content {
    text-align: center;
    border-left: none;
    padding: 0;
  }
  .motto--content h1 {
    font-weight: 500;
    font-size: 3rem;
    line-height: 3.25rem;
    color: #ffffff;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
    margin: 0 0 16px;
  }
  .motto--content p {
    max-width: 270px;
    font-size: 1.875rem;
    line-height: 2.5rem;
    color: #ffffff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
    margin: 0 auto;
  }
}
.main-intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 100vh;
  background-image: url(images/main-intro.jpg);
  background-position-y: -100px;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  padding: 120px;
}
.main-intro::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
}

@supports (-webkit-overflow-scrolling: touch) {
  .main-intro {
    background-attachment: scroll;
  }
}
@media (max-width: 991px) {
  .main-intro {
    min-height: 75vh;
    background-position-y: 0;
    padding: 170px 24px 240px;
  }
}
@media (max-width: 576px) {
  .main-intro {
    padding: 16px 16px 100px;
  }
}
.about-project {
  display: block;
  margin: 64px 0 104px;
}
.about-project--header {
  display: block;
}
.about-project--body {
  display: block;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 140px;
     -moz-column-gap: 140px;
          column-gap: 140px;
  margin: 10px 0 0;
}
.about-project--body p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 18px 0;
}
.about-project--body p + .section-header h3 {
  margin-top: 30px;
}
.about-project--body p:first-child {
  margin-top: 0;
}
.about-project--body p:last-child {
  margin-bottom: 0;
}
.about-project--body p img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .about-project {
    margin: 56px 0 72px;
  }
  .about-project--body {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    margin: 16px 0 0;
  }
  .about-project--body p img {
    border-radius: 16px;
  }
}
@media (max-width: 576px) {
  .about-project {
    margin: 64px 0 88px;
  }
}
.section-header {
  display: block;
}
.section-header.section-header-center {
  text-align: center;
}
.section-header h2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-weight: 400;
  font-size: 2.625rem;
  line-height: 2.875rem;
  color: #1C5D86;
  margin: 0;
}
.section-header h3 {
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.75rem;
  color: #1C5D86;
  margin: 0;
}
.section-header h3.title-icon::before {
  left: -58px;
  width: 31px;
  height: 58px;
}
.section-header h4 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #444444;
  margin: 0;
}
.section-header h4.title-icon::before {
  left: -45px;
  width: 19px;
  height: 35px;
}
.section-header p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #444444;
  margin: 8px auto;
}
.section-header p.subtitle {
  font-family: "Forum", serif;
  font-size: 1.875rem;
  line-height: 2.125rem;
}
.section-header p.medium-size {
  max-width: 720px;
}
.section-header p:first-child {
  margin-top: 0;
}
.section-header p:last-child {
  margin-bottom: 0;
}
.section-header p.color-blue {
  font-weight: 300;
  color: #1C5D86;
  margin: 0;
}
.section-header p small {
  font-size: 0.8125rem;
  line-height: 1.75rem;
}
.section-header *.title-icon {
  position: relative;
}
.section-header *.title-icon::before {
  position: absolute;
  background-image: url(images/leaf-title.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

@media (max-width: 576px) {
  .section-header h2 {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .section-header h2 svg {
    height: 40px;
    width: auto;
  }
  .section-header h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .section-header h4.title-icon::before {
    left: -30px;
    width: 15px;
    height: 28px;
  }
  .section-header p.subtitle {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 4px 0 0;
  }
}
.schedule {
  display: block;
}
.schedule--header {
  display: block;
}
.schedule--body {
  display: block;
  margin: 56px 0 0;
}

@media (max-width: 576px) {
  .schedule--body {
    margin: 40px 0 0;
  }
}
.schedule-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  grid-row-gap: 60px;
  row-gap: 60px;
}

@media (max-width: 991px) {
  .schedule-grid {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 40px;
  }
}
@media (max-width: 576px) {
  .schedule-grid {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.stage {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #1C5D86;
  text-align: center;
}
.stage--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 3.5rem;
  background-color: #ffffff;
  border: 1px solid #EBD5AF;
  border-radius: 14px;
  padding: 0 16px;
}
.stage--header:has(svg) {
  background-color: #FEF5E5;
}
.stage h4 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 14px 0;
  padding: 0 16px;
}
.stage p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0;
  padding: 0 16px;
}

@media (max-width: 576px) {
  .stage--header {
    font-size: 1.5rem;
    line-height: 3rem;
    border-radius: 16px;
  }
  .stage h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 8px 0 12px;
  }
  .stage p {
    line-height: 1.5rem;
  }
}
.nature {
  display: block;
  margin: 96px 0 0;
}
.nature--header {
  display: block;
  margin: 0 0 40px;
}
.nature--preview {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 35vh;
  color: #ffffff;
  text-align: center;
  background-image: url(images/tatranska-lomnica.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  padding: 0 48px;
}
.nature--preview h2 {
  font-weight: 400;
  font-size: 7.875rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 -25px;
}
.nature--body {
  display: block;
  padding: 75px 0 120px;
}

@supports (-webkit-overflow-scrolling: touch) {
  .nature--preview {
    background-attachment: scroll;
  }
}
@media (max-width: 991px) {
  .nature {
    margin: 72px 0 0;
  }
  .nature--header {
    margin: 0 0 32px;
  }
  .nature--preview {
    height: 25vh;
    padding: 0 24px;
  }
  .nature--preview h2 {
    font-size: 4.5rem;
    margin: 0 0 -15px;
  }
  .nature--body {
    display: block;
    padding: 48px 0 72px;
  }
}
@media (max-width: 576px) {
  .nature {
    margin: 88px 0 0;
  }
  .nature--preview {
    height: 40vh;
    padding: 0 16px;
  }
  .nature--preview h2 {
    font-size: 2.25rem;
    margin: 0 0 -7px;
  }
  .nature--body {
    padding: 48px 0 88px;
  }
}
.benefits {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: 495px 1fr;
  grid-column-gap: 128px;
  -webkit-column-gap: 128px;
     -moz-column-gap: 128px;
          column-gap: 128px;
}
.benefits--preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.benefits--preview img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
}
.benefits--list {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 25px;
  row-gap: 25px;
}
.benefits--list .buttons {
  margin: 64px 0 0;
}

@media (max-width: 991px) {
  .benefits {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 40px;
  }
  .benefits--preview img {
    border-radius: 16px;
  }
  .benefits--list {
    row-gap: 16px;
  }
  .benefits--list .section-header {
    padding: 0 0 0 44px;
  }
  .benefits--list .buttons {
    margin: 48px 0 0;
  }
}
@media (max-width: 576px) {
  .benefits--list .section-header {
    padding: 0 0 0 30px;
  }
  .benefits--list .buttons {
    margin: 24px 0 0;
  }
  .benefits--list .buttons .btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  row-gap: 8px;
}
.buttons.buttons-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  border-radius: 30px;
  padding: 12px 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.btn svg {
  height: 24px;
  width: auto;
}
.btn.btn-blue {
  color: #ffffff;
  background-color: #1C5D86;
}
.btn.btn-blue:hover {
  background-color: rgb(23.5925925926, 78.3611111111, 112.9074074074);
}
.btn.btn-white {
  color: #1C5D86;
  background-color: #ffffff;
}
.btn.btn-white:hover {
  background-color: rgb(247.35, 247.35, 247.35);
}
.btn.btn-border-blue {
  border: 1px solid #1C5D86;
}
.btn.btn-w-100 {
  width: 100%;
}
.btn.btn-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media (max-width: 576px) {
  .btn {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    font-size: 0.875rem;
    padding: 10px 20px;
  }
  .btn svg {
    height: 20px;
  }
}
.main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #ffffff;
  background-color: #1C5D86;
  padding: 22px 24px;
}
.main-footer svg {
  height: 15px;
  width: auto;
}
.main-footer--col {
  display: inline-block;
  border-left: 1px solid #ffffff;
  margin: 0 0 0 22px;
  padding: 0 0 0 32px;
}
.main-footer--col a {
  color: #ffffff;
}

@media (max-width: 576px) {
  .main-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    color: #ffffff;
    background-color: #1C5D86;
    padding: 22px 24px;
  }
  .main-footer svg {
    height: 15px;
    width: auto;
  }
  .main-footer--col {
    border-left: none;
    margin: 0;
    padding: 0;
  }
  .main-footer--col a {
    color: #ffffff;
  }
}
#contact {
  position: relative;
  background-image: url(images/bg-contact.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  padding: 56px 0 108px;
}
#contact::after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 235px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
  content: "";
}

@supports (-webkit-overflow-scrolling: touch) {
  #contact {
    background-attachment: scroll;
  }
}
.contact {
  z-index: 2;
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px 24px;
}
.contact--form {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  margin: 10px 0 0;
}
.contact--form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  grid-row-gap: 8px;
  row-gap: 8px;
}
.contact--form form .label-box {
  display: block;
  width: 100%;
}
.contact--form form .label-box.label-box-full {
  grid-column: span 2;
}
.contact--form form .label-box.label-box-acceptance {
  display: grid;
  grid-template-columns: 18px 1fr;
  grid-column-gap: 12px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.contact--form form .label-box.label-box-acceptance p {
  margin: 0;
}
.contact--form form .label-box.label-box-acceptance .wpcf7-acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 0 0;
}
.contact--form form .label-box.label-box-acceptance .wpcf7-list-item {
  margin: 0;
}
.contact--form form .label-box:has(.wpcf7-submit) {
  text-align: center;
  margin-top: 4px;
}
.contact--form form .label-box:has(a) {
  color: #444444;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.contact--form form .label-box:has(a) a {
  color: #1C5D86;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.contact--form form .label-box label {
  display: block;
  width: 100%;
}
.contact--form form .label-box label h3 {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #444444;
  margin: 0;
}
.contact--form form .label-box label span {
  display: block;
}
.contact--form form .label-box label span input, .contact--form form .label-box label span textarea {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  background-color: #F4F4F4;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
}
.contact--form form .label-box label span textarea {
  height: 86px;
}
.contact--form form .label-box label span .wpcf7-not-valid-tip {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 4px;
}
.contact--form form .label-box .wpcf7-submit {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #ffffff;
  background-color: #8ABFF3;
  border: none;
  border-radius: 30px;
  padding: 12px 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.contact--form form .label-box .wpcf7-submit:hover {
  background-color: #1C5D86;
}
.contact--form form .label-box .wpcf7-spinner {
  display: none;
}
.contact--form form .wpcf7-response-output {
  grid-column: 1/3;
  border: 1px solid #c5daee;
  margin: 16px 0 0 0;
  padding: 16px;
}

@media (max-width: 576px) {
  #contact {
    padding: 48px 0 80px;
  }
  .contact {
    border-radius: 16px;
  }
  .contact--form {
    margin: 16px 0 0;
  }
  .contact--form form {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .contact--form form .label-box.label-box-full {
    grid-column: span 1;
  }
  .contact--form form .label-box:has(.wpcf7-submit) {
    margin-top: 8px;
  }
  .contact--form form .label-box .wpcf7-submit {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 10px 20px;
  }
  .contact--form form .wpcf7-response-output {
    grid-column: 1/2;
  }
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox] {
    --active: #1C5D86;
    --active-inner: #e8f5f1;
    --focus: 2px rgba(#1C5D86, 0.3);
    --border: rgba(0,0,0,0.54118);
    --border-hover: #1C5D86;
    --background: #ffffff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 2px solid rgba(0,0,0,0.54118);
    border: 2px solid var(--bc, var(--border));
    border-radius: 3px;
    background: #ffffff;
    background: var(--b, var(--background));
    -webkit-transition: background 0.3s, border-color 0.3s;
    transition: background 0.3s, border-color 0.3s;
  }
  input[type=checkbox]:after {
    position: absolute;
    top: 1px;
    left: 5px;
    display: block;
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    -webkit-transform: rotate(var(--r, 20deg));
            transform: rotate(var(--r, 20deg));
    -webkit-transition: opacity 0.2s, -webkit-transform 0.3s ease;
    transition: opacity 0.2s, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.2s;
    transition: transform 0.3s ease, opacity 0.2s, -webkit-transform 0.3s ease;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    content: "";
  }
  input[type=checkbox]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    --r: 43deg;
  }
  input[type=checkbox]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:not(.switch):after {
    opacity: 0;
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked {
    --o: 1;
  }
}
.fixed-subheader {
  z-index: -1;
  position: relative;
  display: block;
}
.fixed-subheader--background {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.fixed-subheader--background img {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 527px;
  -o-object-fit: cover;
     object-fit: cover;
}
.fixed-subheader--background::after {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(62.74%, rgba(255, 255, 255, 0.33)), color-stop(79.57%, rgba(255, 255, 255, 0.71)), to(#FFFFFF));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.33) 62.74%, rgba(255, 255, 255, 0.71) 79.57%, #FFFFFF 100%);
  content: "";
}
.fixed-subheader--title {
  z-index: 3;
  position: relative;
  display: block;
}
.fixed-subheader--title img {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 527px;
  -o-object-fit: cover;
     object-fit: cover;
}
.fixed-subheader--title h1 {
  position: fixed;
  -webkit-transform: translateY(calc(-100% + 25px));
          transform: translateY(calc(-100% + 25px));
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 7.875rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 991px) {
  .fixed-subheader--background img {
    height: 50vh;
  }
  .fixed-subheader--title img {
    height: 50vh;
  }
  .fixed-subheader--title h1 {
    -webkit-transform: translateY(calc(-100% + 11px));
            transform: translateY(calc(-100% + 11px));
    font-size: 3.5rem;
    padding: 0 16px;
  }
}
.location {
  display: block;
  margin: 0 0 24px 0;
}
.location--header {
  display: block;
  padding: 24px 0 0;
}
.location--header h2 {
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  color: #444444;
  margin: 0;
}
.location--body {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 36px;
  row-gap: 36px;
  margin: 76px 0 0;
}

@media (max-width: 991px) {
  .location--body {
    row-gap: 32px;
    margin: 48px 0 0;
  }
}
@media (max-width: 576px) {
  .location--header h2 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
  .location--body {
    row-gap: 40px;
    margin: 40px 0 0;
  }
}
.location-tile {
  display: grid;
  grid-template-columns: 565px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 52px;
  -webkit-column-gap: 52px;
     -moz-column-gap: 52px;
          column-gap: 52px;
}
.location-tile:nth-child(even) {
  grid-template-columns: 1fr 565px;
}
.location-tile--preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-row: 1/2;
}
.location-tile:nth-child(even) .location-tile--preview {
  grid-column: 2/3;
}
.location-tile--preview img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.location-tile--body {
  display: block;
  grid-row: 1/2;
}
.location-tile:nth-child(even) .location-tile--body {
  grid-column: 1/2;
}
.location-tile--body h3 {
  display: block;
  font-weight: 400;
  font-size: 2.625rem;
  line-height: 2.875rem;
  color: #1C5D86;
  margin: 0;
}
.location-tile--body p {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #444444;
  margin: 18px 0 0;
}

@media (max-width: 991px) {
  .location-tile {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-template-columns: 320px 1fr;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .location-tile:nth-child(even) {
    grid-template-columns: 1fr 320px;
  }
  .location-tile--preview {
    padding: 4px 0 0;
  }
  .location-tile--preview img {
    border-radius: 16px;
  }
  .location-tile--body h3 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .location-tile--body p {
    margin: 12px 0 0;
  }
}
@media (max-width: 576px) {
  .location-tile {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 12px;
  }
  .location-tile:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .location-tile--preview {
    grid-row: 1/2;
    padding: 4px 0 0;
  }
  .location-tile:nth-child(even) .location-tile--preview {
    grid-column: 1/2;
  }
  .location-tile--preview img {
    border-radius: 16px;
  }
  .location-tile--body {
    grid-row: 2/3;
  }
  .location-tile:nth-child(even) .location-tile--body {
    grid-column: 1/2;
  }
  .location-tile--body h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .location-tile--body p {
    margin: 8px 0 0;
  }
}
.map-container {
  display: block;
  background-color: rgba(251, 240, 222, 0.6980392157);
  border-radius: 20px;
  margin: 88px 0 64px;
}
.map-container--header {
  display: block;
  text-align: center;
  padding: 12px 24px;
}
.map-container--header p {
  display: inline-block;
  width: 100%;
  max-width: 629px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #444444;
  margin: 0 auto;
}
.map-container--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-container--body img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 576px) {
  .map-container {
    border-radius: 16px;
    margin: 80px 0;
  }
  .map-container--header {
    padding: 12px 24px;
  }
  .map-container--header p {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
  .map-container--body img {
    border-radius: 16px;
  }
}
.financing {
  display: block;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 140px 0 50px;
  padding: 40px;
}
.financing--header {
  display: block;
}
.financing--header .section-header h2 {
  margin: 0 0 25px;
}
.financing--header .section-header p {
  margin-top: 0;
}
.financing--body {
  display: block;
  margin: 88px 0 0;
}
.financing--body--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 64px;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
  margin: 32px 0 0;
}
.financing--logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  margin: 25px 0 64px;
}
.financing--logos img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.financing--contact {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  text-align: center;
  margin: 30px 0;
}
.financing--contact p {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #444444;
  margin: 20px 0;
}
.financing--contact p:first-child {
  margin-top: 0;
}
.financing--contact p:last-child {
  margin-bottom: 0;
}
.financing--contact p.small {
  font-size: 0.875rem;
}
.financing--contact p a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: inherit;
}
.financing--seller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 46px;
     -moz-column-gap: 46px;
          column-gap: 46px;
  background-color: #F0F5FB;
  border-radius: 14px;
  padding: 30px 36px;
}

@media (max-width: 991px) {
  .financing {
    border-radius: 16px;
    margin: 160px 0 48px;
    padding: 32px;
  }
  .financing--header .section-header h2 {
    margin: 0 0 24px;
  }
  .financing--body {
    margin: 56px 0 0;
  }
  .financing--body--grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 32px;
    margin: 32px 0 0;
  }
  .financing--logos {
    gap: 32px;
    margin: 24px 0 56px;
  }
  .financing--seller {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
    row-gap: 24px;
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    border-radius: 16px;
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .financing {
    padding: 32px 16px 24px;
  }
  .financing--body {
    margin: 80px 0 0;
  }
  .financing--body--grid {
    row-gap: 40px;
    margin: 40px 0 0;
  }
  .financing--logos {
    gap: 32px;
    margin: 40px 0 56px;
  }
  .financing--seller {
    width: calc(100% + 32px);
    margin: 0 0 0 -16px;
    padding: 16px;
  }
}
.financing-tile {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}
.financing-tile--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 94px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  border: 1px solid #EBD5AF;
  border-radius: 14px;
  padding: 20px 16px;
}
.financing-tile--header--icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.financing-tile--header--icon svg {
  height: 46px;
  width: auto;
}
.financing-tile--header--title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.625rem;
  text-align: center;
  color: #1C5D86;
}
.financing-tile--body {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #444444;
  text-align: center;
  margin: 20px 0 0;
  padding: 0 8px;
}

@media (max-width: 991px) {
  .financing-tile--header {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    border-radius: 16px;
    padding: 16px;
  }
  .financing-tile--header--icon svg {
    height: 40px;
  }
  .financing-tile--body {
    margin: 12px 0 0;
    padding: 0 16px;
  }
}
.gallery {
  display: block;
  background-color: #e1ecf8;
  border-radius: 20px;
  margin: 170px 0 100px;
  overflow: hidden;
}
.gallery--header {
  display: block;
  padding: 30px;
}
.gallery--header--navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 24px 0 0;
}
.gallery--header--navigation ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.gallery--header--navigation ul li {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #444444;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 10px 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.gallery--header--navigation ul li:hover {
  color: #ffffff;
  background-color: #1C5D86;
}
.gallery--header--navigation ul li.active-item {
  color: #ffffff;
  background-color: #1C5D86;
}
.gallery--grid {
  display: block;
}
.gallery--grid--body {
  display: none;
}
.gallery--grid--body.active {
  display: block;
}

@media (max-width: 576px) {
  .gallery {
    border-radius: 16px;
    margin: 170px 0 80px;
  }
  .gallery--header {
    padding: 32px 16px 40px;
  }
  .gallery--header--navigation ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    grid-row-gap: 8px;
    row-gap: 8px;
  }
  .gallery--header--navigation ul li {
    display: block;
    font-size: 0.875rem;
    text-align: center;
    padding: 8px 16px;
  }
  .gallery--grid {
    display: block;
  }
  .gallery--grid--body {
    display: none;
  }
  .gallery--grid--body.active {
    display: block;
  }
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 5px;
  gap: 5px;
}
.gallery-grid:has(.gallery-grid--preview), .gallery-grid:has(.gallery-grid--video) {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-grid--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.gallery-grid--item:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.gallery-grid--item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gallery-grid--preview {
  display: block;
  aspect-ratio: 3/2;
}
.gallery-grid--video {
  display: block;
  aspect-ratio: 9/16;
}
.gallery-grid--video iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }
  .gallery-grid:has(.gallery-grid--preview), .gallery-grid:has(.gallery-grid--video) {
    grid-template-columns: 1fr;
  }
}
.financing-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 630px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}
.financing-box--preview {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.financing-box--preview img {
  height: 190px;
  width: auto;
  border-radius: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.financing-box--content {
  display: block;
}
.financing-box--content h5 {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #1C5D86;
  margin: 0;
}
.financing-box--content p {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #444444;
  margin: 0;
}
.financing-box--content p strong {
  font-weight: 700;
}
.financing-box--content p a {
  display: block;
  color: inherit;
}

@media (max-width: 991px) {
  .financing-box {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .financing-box--preview img {
    height: 180px;
    border-radius: 16px;
  }
}
@media (max-width: 576px) {
  .financing-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    grid-row-gap: 12px;
    row-gap: 12px;
  }
  .financing-box--preview img {
    height: 160px;
  }
}
.offer {
  display: block;
  margin: 120px 0 88px;
}
.offer--floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 32px 0 48px;
}
.offer--floor--preview {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 660px;
}
.offer--floor--preview svg {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.offer--floor--preview--options {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}
.offer--floor--preview--options svg {
  width: 100%;
  height: auto;
}
.offer--floor--preview--options svg g {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.offer--floor--preview--options svg g:hover {
  opacity: 1;
}
.offer--floor--plan {
  display: block;
  margin: 56px 0 0;
}
.offer--list {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 6px;
  row-gap: 6px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}
.offer--list[data-filter-floor] .offer--list--row, .offer--list[data-filter-environment] .offer--list--row {
  display: none;
}
.offer--list[data-filter-floor] .offer--list--row.row-header, .offer--list[data-filter-environment] .offer--list--row.row-header {
  display: grid;
}
.offer--list[data-filter-floor="1"] .offer--list--row[data-floor="1"] {
  display: grid;
}
.offer--list[data-filter-floor="2"] .offer--list--row[data-floor="2"] {
  display: grid;
}
.offer--list[data-filter-floor="3"] .offer--list--row[data-floor="3"] {
  display: grid;
}
.offer--list[data-filter-floor="4"] .offer--list--row[data-floor="4"] {
  display: grid;
}
.offer--list[data-filter-environment=false] .offer--list--row[data-environment=false] {
  display: grid;
}
.offer--list[data-filter-environment=true] .offer--list--row[data-environment=true] {
  display: grid;
}
.offer--list--filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0 0 20px;
}
.offer--list--filter select {
  display: inline-block;
  min-width: 220px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("data:image/svg+xml;utf8,                    <svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27>                        <polyline points=%276 9 12 15 18 9%27 />                    </svg>") no-repeat right 12px center;
  background-size: 16px;
  color: #444444;
  border: 1px solid #DDE7ED;
  border-radius: 5px;
  padding: 10px 48px 10px 16px;
}
.offer--list--row {
  display: grid;
  grid-template-columns: 100px 1fr 104px 120px 136px 144px 120px 128px;
  grid-column-gap: 24px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  background-color: #ffffff;
  padding: 8px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#list-parking .offer--list--row {
  grid-template-columns: 180px 1fr 190px 160px 128px;
}
.offer--list--row:nth-child(odd) {
  background-color: #F5F5F5;
}
.offer--list--row.row-header {
  background-color: #dee7ed;
  padding: 12px 10px;
}
.offer--list--row:not(.row-header):hover {
  background-color: #FEF5E5;
  cursor: pointer;
}
.offer--list--col {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #444444;
}
.row-header .offer--list--col {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #1C5D86;
}

@media (max-width: 991px) {
  .offer--list {
    width: calc(100% + 24px);
    overflow-x: auto;
  }
}
@media (max-width: 576px) {
  .offer--list {
    width: calc(100% + 16px);
  }
  .offer--list--row {
    grid-template-columns: 80px 1fr 80px 92px 104px 112px 96px 120px;
  }
  .offer--list--col {
    font-size: 0.875rem;
  }
  .row-header .offer--list--col {
    font-size: 0.75rem;
  }
}
.tag {
  display: inline-block;
  width: 100%;
  max-width: 140px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 30px;
  padding: 4px 12px;
}
.tag.tag-free {
  color: #457B2E;
  background-color: #DEF1E3;
}
.tag.tag-reserved {
  color: #D48E14;
  background-color: #F9EDDA;
}
.tag.tag-sold {
  color: #CB371A;
  background-color: #F1DEDE;
}

@media (max-width: 576px) {
  .tag {
    max-width: none;
    max-width: initial;
    font-weight: 400;
    font-size: 0.875rem;
    padding: 4px 10px;
  }
}
.floor-plan {
  display: none;
}
.floor-plan.is-active {
  display: block;
}
.floor-plan--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 8px 0 0;
}
.floor-plan--body svg {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.floor-plan--body svg:nth-child(2) {
  display: none;
}
.floor-plan--body svg .status-free .plan-preview g:first-child {
  fill: #CCF1D5;
}
.floor-plan--body svg .status-free .apartment-state {
  fill: #457B2E;
}
.floor-plan--body svg .status-reserved .plan-preview g:first-child {
  fill: #FAD491;
}
.floor-plan--body svg .status-reserved .apartment-state {
  fill: #D48E14;
}
.floor-plan--body svg .status-sold .plan-preview g:first-child {
  fill: #FFAFAF;
}
.floor-plan--body svg .status-sold .apartment-state {
  fill: #CB371A;
}
.floor-plan--body svg .plan-preview {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.floor-plan--body svg .plan-preview:hover {
  opacity: 1;
}
.floor-plan--body--cta {
  display: block;
  width: 100%;
  margin: 24px 0 0;
}

.apartment-detail {
  display: block;
  margin: 150px 0 120px;
}
.apartment-detail--header {
  display: block;
}
.apartment-detail--header h2 {
  display: block;
  font-weight: 400;
  font-size: 3.125rem;
  line-height: 3.125rem;
  color: #0A3B5B;
  margin: 0;
}
.apartment-detail--body {
  display: grid;
  grid-template-columns: 430px 1fr;
  grid-column-gap: 120px;
  -webkit-column-gap: 120px;
     -moz-column-gap: 120px;
          column-gap: 120px;
  margin: 8px 0 0;
}
.apartment-detail--body--col {
  display: block;
}

@media (max-width: 991px) {
  .apartment-detail {
    margin: 180px 0 120px;
  }
  .apartment-detail--header h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .apartment-detail--body {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 48px;
    margin: 16px 0 0;
  }
  .apartment-detail--body--col:first-child {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .apartment-detail--body--col:last-child {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (max-width: 576px) {
  .apartment-detail {
    margin: 140px 0 80px;
  }
  .apartment-detail--header h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .apartment-detail--body {
    row-gap: 40px;
    margin: 0;
  }
}
.apartment-preview {
  display: block;
}
.apartment-preview--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.apartment-preview--main img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.apartment-preview--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 0;
}
.apartment-preview--secondary img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.apartment-description {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}
.apartment-description--header {
  display: block;
}
.apartment-description--header h3 {
  display: block;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 3rem;
  color: #0A3B5B;
  margin: 0;
}
.apartment-description--body {
  display: block;
  margin: 4px 0 0;
}
.apartment-description--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 72px 0 0;
}
.apartment-description--footer .buttons {
  max-width: 265px;
}

@media (max-width: 576px) {
  .apartment-description--footer {
    margin: 40px 0 0;
  }
  .apartment-description--footer .buttons {
    max-width: 100%;
  }
}
.apartment-info {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 30px 1fr 100px;
  grid-column-gap: 12px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  padding: 8px 10px;
}
.apartment-info.apartment-info-highlighted {
  background-color: #c5daee;
  border-radius: 10px;
}
.apartment-info.apartment-info-highlighted, .apartment-info.apartment-info:last-child {
  padding: 16px 10px;
}
.apartment-info--col {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
}
.apartment-info--col:first-child {
  color: #1C5D86;
}
.apartment-info:last-child .apartment-info--col:nth-child(2), .apartment-info-highlighted .apartment-info--col:nth-child(2) {
  text-transform: uppercase;
}
.apartment-info--col:last-child {
  text-align: right;
}
.apartment-info:last-child .apartment-info--col, .apartment-info-highlighted .apartment-info--col {
  font-weight: 700;
  color: #1C5D86;
}

@media (max-width: 576px) {
  .apartment-info--col {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.gallery-popup-wrapper {
  display: none;
}

.gallery-popup {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 80px 1fr 80px;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
}
.gallery-popup--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery-popup--arrow button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 8px;
  padding: 16px 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.gallery-popup--arrow button:hover {
  background-color: white;
}
.gallery-popup--arrow button svg {
  height: 24px;
}
.gallery-popup--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90%;
  padding: 80px;
  overflow: hidden;
}
.gallery-popup--content img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 576px) {
  .gallery-popup {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 60px;
  }
  .gallery-popup--arrow {
    grid-row: 2/3;
    padding: 0 4px;
  }
  .gallery-popup--arrow:nth-child(1) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .gallery-popup--arrow:nth-child(3) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .gallery-popup--arrow button {
    padding: 8px;
  }
  .gallery-popup--arrow button svg {
    height: 14px;
  }
  .gallery-popup--content {
    grid-column: 1/3;
    grid-row: 1/2;
    padding: 24px 0;
  }
}
.nav-btn {
  z-index: 10000;
  position: relative;
  display: none;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #1C5D86;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.nav-btn span {
  position: absolute;
  left: 10px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #1C5D86;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.nav-btn span:nth-child(1) {
  top: 10px;
}
.nav-btn span:nth-child(2), .nav-btn span:nth-child(3) {
  top: 18px;
}
.nav-btn span:nth-child(4) {
  top: 26px;
}
.nav-btn.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.nav-btn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav-btn.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

@media (max-width: 991px) {
  .nav-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.content-box {
  display: block;
  margin: 80px 0;
}
.content-box:first-child {
  margin-top: 0;
}
.content-box:last-child {
  margin-bottom: 0;
}
.content-box--header {
  display: block;
  margin: 0 0 8px;
  padding: 0 0 0 40px;
}
.content-box--body {
  display: block;
  background-color: #F0F5FB;
  border-radius: 14px;
  margin: 0 0 10px;
  padding: 32px 40px;
}
.content-box--body:last-child {
  margin: 0;
}
.content-box--body.body-silver {
  background-color: #F7F7F7;
}

@media (max-width: 991px) {
  .content-box {
    width: calc(100% + 32px);
    margin: 56px 0 0 -16px;
  }
  .content-box--header {
    padding: 0 0 0 24px;
  }
  .content-box--body {
    border-radius: 12px;
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .content-box--body:has(.equipment) {
    padding: 16px;
  }
}
.item-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 44px;
  -webkit-column-gap: 44px;
     -moz-column-gap: 44px;
          column-gap: 44px;
  grid-row-gap: 30px;
  row-gap: 30px;
}
.item-list--col {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}
.item-list--col.col-2 {
  grid-column: span 2;
}
.item-list--col h3 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #1C5D86;
  margin: 0;
}
.item-list--col p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #444444;
  margin: 0 0 24px;
}
.item-list--col p:last-child {
  margin: 0;
}
.item-list--col p:has(svg) {
  text-align: center;
}
.item-list--col ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.item-list--col ul li {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #1C5D86;
}
.item-list--col ul li::before {
  position: relative;
  top: -1px;
  content: "• ";
}

@media (max-width: 991px) {
  .item-list {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 24px;
  }
  .item-list--col.col-2 {
    grid-column: span 1;
  }
  .item-list--col h3 {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .item-list--col p {
    margin: 0 0 18px;
  }
}
.equipment {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 70px;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}
.equipment.equipment-doors {
  grid-template-columns: 190px repeat(4, 1fr);
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}
.equipment.equipment-bath {
  grid-template-columns: 310px 256px 1fr;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}
.equipment.equipment-tiles {
  grid-template-columns: 310px 1fr;
  -webkit-column-gap: 120px;
     -moz-column-gap: 120px;
          column-gap: 120px;
}
.equipment--col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.equipment--col:has(.tile) {
  display: block;
}

@media (max-width: 991px) {
  .equipment {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .equipment.equipment-doors {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .equipment.equipment-bath {
    grid-template-columns: repeat(3, auto);
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .equipment.equipment-tiles {
    grid-template-columns: 240px 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .equipment-doors .equipment--col:nth-child(1) {
    display: none;
  }
}
@media (max-width: 576px) {
  .equipment {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 16px;
  }
  .equipment.equipment-doors {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .equipment.equipment-bath {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .equipment.equipment-tiles {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .equipment-doors .equipment--col:nth-child(2) {
    grid-column: 1/4;
    grid-row: 2/3;
  }
}
.floor {
  position: relative;
  display: block;
}
.floor::after {
  position: absolute;
  right: 24px;
  top: 16px;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #444444;
  content: "ilustračné foto";
}
.floor--title {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  color: #1C5D86;
  margin: 0 0 6px;
}
.floor--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 44px 34px 0;
}
.floor--body img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.floor--preview {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  overflow: hidden;
}

@media (max-width: 991px) {
  .floor::after {
    right: 16px;
    top: 14px;
  }
  .floor--title {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0 0 6px;
  }
  .floor--body {
    padding: 0 32px 24px 0;
  }
  .floor--preview {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 576px) {
  .floor {
    width: 100%;
  }
  .floor--preview {
    width: 120px;
    height: 120px;
  }
}
.doors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.doors--thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px 0 0;
}
.doors--thumb::after {
  position: absolute;
  right: 0;
  top: -10px;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #444444;
  content: "ilustračné foto";
}
.doors--thumb img {
  width: 100%;
  height: auto;
}
.doors--preview {
  display: block;
}
.doors--preview h4 {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  color: #1C5D86;
  margin: 0 0 6px;
}
.doors--preview img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 991px) {
  .doors--preview h4 {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.bath {
  display: block;
}
.bath:has(.bath--preview) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bath--title {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  color: #1C5D86;
  margin: 0 0 6px;
}
.bath--thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px 0 0;
}
.bath--thumb::after {
  position: absolute;
  right: 0;
  top: -10px;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #444444;
  content: "ilustračné foto";
}
.bath--thumb img {
  width: 100%;
  height: auto;
}
.bath--preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bath--preview img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 991px) {
  .bath--title {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .bath--thumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .bath--thumb img {
    width: auto;
    height: 180px;
  }
  .bath--preview {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .bath--preview img {
    max-width: 100%;
    width: auto;
    height: 180px;
  }
}
@media (max-width: 576px) {
  .bath--thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bath--thumb img {
    width: 100%;
    height: auto;
  }
  .bath--preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bath--preview img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.tiles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  gap: 10px;
}

.tile {
  display: block;
  margin: 0 0 10px 0;
}
.tile:last-child {
  margin: 0;
}
.tile--title {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  color: #1C5D86;
  margin: 0 0 6px;
}
.tile--thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px 0 0;
}
.tile--thumb::after {
  position: absolute;
  right: 0;
  top: -10px;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #444444;
  content: "ilustračné foto";
}
.tile--thumb img {
  width: 100%;
  height: auto;
}
.tile--preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tile--preview img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 991px) {
  .tile--title {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.panorama {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box-content-grid {
  display: grid;
  grid-template-columns: 1fr 96px;
  grid-column-gap: 16px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #444444;
}
.box-content-grid strong {
  font-weight: 700;
}
.box-content-grid a {
  display: block;
  color: inherit;
}

.toast {
  position: fixed;
  top: 2rem;
  right: 2rem;
  padding: 24px 32px;
  border-radius: 4px;
  background: #1C5D86;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
}

.toast--error {
  background: #CB371A;
}

.toast--visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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