@import "../../public/libs/glightbox/glightbox.min.css";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

:where(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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

:where(:root) {
  cursor: default;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  -webkit-tap-highlight-color: transparent;
}

:where(html) {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizespeed;
}

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

:where(body) {
  line-height: 1;
}

:where(ol, ul)[class] {
  list-style: none;
}

:where(img, picture, video, canvas, svg) {
  display: block;
  max-width: 100%;
  height: auto;
}

:where(input, button, textarea, select) {
  font: inherit;
}

:where(blockquote, q) {
  quotes: none;
}
:where(blockquote, q)::before, :where(blockquote, q)::after {
  content: "";
  content: none;
}

:where(table) {
  border-spacing: 0;
  border-collapse: collapse;
}

:where(hr) {
  height: 0;
  color: inherit;
}

:where(pre) {
  overflow: auto;
  font-family: monospace, monospace;
  font-size: 1em;
}

:where(svg:not([fill])) {
  fill: currentcolor;
}

:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

:where(textarea) {
  resize: vertical;
  margin: 0;
}

:where([type=search i]) {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
          appearance: button;
}

:where(details > summary:first-of-type) {
  display: list-item;
}

:where([aria-busy=true i]) {
  cursor: progress;
}

:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}

:where([aria-hidden=false i][hidden]) {
  display: initial;
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

:where(a:focus),
:where(input:focus),
:where(button:focus),
:where(select:focus),
:where(textarea:focus),
:where(div[tabindex]:focus) {
  opacity: 1;
}

@media (prefers-reduced-motion: no-preference) {
  *:focus {
    -webkit-transition: outline-offset 0.25s ease;
    transition: outline-offset 0.25s ease;
  }
}
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

.skip-link {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  word-wrap: normal !important;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  border: 0;
}
.skip-link:focus, .skip-link:active {
  z-index: 100000;
  top: 12px;
  left: 12px;
  display: block;
  width: auto;
  height: auto;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
  background-color: #202020;
  clip: auto !important;
  clip-path: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.site-wrapper {
  overflow: hidden;
}

body.has-nav-expanded, body.has-offer-open {
  overflow: hidden;
}

html {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #b19684;
  background-color: #f8f6f4;
}

body {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  background-color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-family: "Seeker", sans-serif;
  font-weight: 500;
  line-height: 1.75;
}

h1 {
  font-size: clamp(2rem, 1.5714rem + 1.1905vw, 3rem);
  line-height: 1.15;
}

h2 {
  font-size: clamp(1.75rem, 1.4286rem + 0.8929vw, 2.5rem);
  line-height: 1.25;
}

h3 {
  font-size: clamp(1.5rem, 1.1786rem + 0.8929vw, 2.25rem);
  line-height: 1.35;
}

h4 {
  font-size: clamp(1.25rem, 0.9286rem + 0.8929vw, 2rem);
  line-height: 1.56;
}

h5 {
  font-size: clamp(1.125rem, 0.9643rem + 0.4464vw, 1.5rem);
  line-height: normal;
}

h6 {
  font-size: 1rem;
  text-transform: uppercase;
}

p {
  margin-bottom: 1.75em;
}
p:last-of-type {
  margin-bottom: 0;
}

a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  -webkit-transition: 150ms ease-in-out all;
  transition: 150ms ease-in-out all;
}
a:hover, a:active {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
a:focus, a:focus-visible {
  outline-color: transparent;
}
a:has(> img) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

b,
strong {
  font-weight: 600;
}

i,
em {
  font-style: italic;
}

sup,
sub {
  font-size: 0.75em;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

:where(ul)[class] {
  margin: 0;
  padding: 0;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-bottom: 1em;
}

.button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: clamp(1rem, 0.7857rem + 0.5952vw, 1.5rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 24px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: normal;
  color: #f8f6f4;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #b19684;
  border: 1px solid #b19684;
  border-radius: 0;
  -webkit-transition: 250ms ease-in-out all;
  transition: 250ms ease-in-out all;
}
.button:hover, .button:active {
  text-decoration: none;
  background: #bfab9c;
  border-color: #bfab9c;
}
.button--light {
  color: #b19684;
  background: #f8f6f4;
  border-color: #f8f6f4;
}
.button--light:hover, .button--light:active {
  color: #f8f6f4;
}
.button--outline {
  color: #b19684;
  background: transparent;
}
.button--outline:hover, .button--outline:active {
  color: #f8f6f4;
  background: #bfab9c;
  border-color: #bfab9c;
}
.button--outline.button--light {
  color: #f8f6f4;
}
.button--text {
  color: #b19684;
  background: transparent;
  border-color: transparent;
}
.button--text:hover, .button--text:active {
  color: #f8f6f4;
  background: #bfab9c;
  border-color: transparent;
}
.button--text.button--light {
  color: #f8f6f4;
}
.button--text.button--light:hover, .button--text.button--light:active {
  color: #f8f6f4;
}
.button--arr::after {
  content: "";
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0.5V12.5M12 12.5H0M12 12.5L0.979591 1.47959' stroke='%23F8F6F4'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 250ms ease-in-out all;
  transition: 250ms ease-in-out all;
}
.button--arr:hover::after, .button--arr:active::after {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}
.button--arr.button--light::after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0V12M12 12H0M12 12L0.979591 0.97959' stroke='%23B19684'/%3E%3C/svg%3E%0A");
}
.button--arr.button--light:hover::after, .button--arr.button--light:active::after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0.5V12.5M12 12.5H0M12 12.5L0.979591 1.47959' stroke='%23F8F6F4'/%3E%3C/svg%3E%0A");
}
.button--arr.button--outline::after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0V12M12 12H0M12 12L0.979591 0.97959' stroke='%23B19684'/%3E%3C/svg%3E%0A");
}
.button--arr.button--outline:hover::after, .button--arr.button--outline:active::after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0.5V12.5M12 12.5H0M12 12.5L0.979591 1.47959' stroke='%23F8F6F4'/%3E%3C/svg%3E%0A");
}
.button--arr.button--outline.button--light::after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0.5V12.5M12 12.5H0M12 12.5L0.979591 1.47959' stroke='%23F8F6F4'/%3E%3C/svg%3E%0A");
}

.nav__toggle {
  cursor: pointer;
  position: relative;
  z-index: 101;
  display: none;
  place-content: center;
  width: 36px;
  height: 32px;
  margin-left: auto;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}
@media (max-width: 1200px) {
  .nav__toggle {
    display: grid;
  }
}
.nav__toggle > span {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  background: #bfab9c;
  border-radius: 0;
  -webkit-transition: 250ms ease-in-out all;
  transition: 250ms ease-in-out all;
}
.home .nav__toggle > span {
  background: #f8f6f4;
}
.is-fixed .nav__toggle > span {
  background: #bfab9c;
}
.has-nav-expanded .nav__toggle > span {
  background: #f8f6f4;
}
.nav__toggle > span::before, .nav__toggle > span::after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  background: #bfab9c;
  border-radius: 0;
  -webkit-transition: 250ms ease-in-out all;
  transition: 250ms ease-in-out all;
}
.home .nav__toggle > span::before, .home .nav__toggle > span::after {
  background: #f8f6f4;
}
.is-fixed .nav__toggle > span::before, .is-fixed .nav__toggle > span::after {
  background: #bfab9c;
}
.has-nav-expanded .nav__toggle > span::before, .has-nav-expanded .nav__toggle > span::after {
  background: #f8f6f4;
}
.nav__toggle > span::before {
  top: -7px;
}
.nav__toggle > span::after {
  top: 7px;
}
.nav__toggle.is-expanded > span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav__toggle.is-expanded > span::before {
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.nav__toggle.is-expanded > span::after {
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.nav--primary {
  position: relative;
}
.nav--primary .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .nav--primary .nav__list {
    position: fixed;
    top: 0;
    right: -101%;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: min(560px, 100%);
    height: 100vh;
    padding-block: 80px clamp(2rem, 0.9286rem + 2.9762vw, 4.5rem);
    padding-inline: 56px clamp(2rem, 0.9286rem + 2.9762vw, 4.5rem);
    background: #b19684;
    border-radius: 16px 0 0 16px;
    -webkit-transition: 350ms ease-in-out right;
    transition: 350ms ease-in-out right;
  }
}
@media (max-width: 959px) {
  .nav--primary .nav__list {
    padding-inline: 24px clamp(2rem, 0.9286rem + 2.9762vw, 4.5rem);
  }
}
@media (max-width: 1200px) {
  .nav--primary .nav__list.is-visible {
    right: 0;
  }
}
.nav--primary .nav__list.is-visible .nav__link {
  color: #f8f6f4;
}
.nav--primary .nav__list.is-visible .nav__button .button {
  color: #f8f6f4;
}
.nav--primary .nav__list.is-visible .nav__button svg path {
  stroke: #ffffff;
}
.nav--primary .nav__item {
  margin-right: clamp(1.5rem, 0.4286rem + 2.9762vw, 4rem);
}
@media (max-width: 1440px) {
  .nav--primary .nav__item {
    margin-right: 16px;
  }
}
.nav--primary .nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  color: #b19684;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1200px) {
  .nav--primary .nav__link {
    font-size: 0.75rem;
  }
}
.nav--primary .nav__link:hover, .nav--primary .nav__link:active {
  color: #c1ab9d;
  text-decoration: none;
}
.home .nav--primary .nav__link {
  color: #f8f6f4;
}
.is-fixed .nav--primary .nav__link {
  color: #b19684;
}
.is-visible .nav--primary .nav__link {
  color: #f8f6f4;
}
.nav--primary .nav__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav--primary .nav__button--phone {
  gap: clamp(1rem, 0.7857rem + 0.5952vw, 1.5rem);
  padding-inline: 40px;
  border-left: 1px solid #eae3de;
}
@media (max-width: 1440px) {
  .nav--primary .nav__button--phone {
    padding-inline: 16px;
  }
}
@media (max-width: 1200px) {
  .nav--primary .nav__button--phone {
    padding-left: 0;
    border-left: 0;
  }
}
.home .nav--primary .nav__button--phone {
  border-color: rgba(248, 246, 244, 0.2);
}
.is-fixed .nav--primary .nav__button--phone {
  border-color: #eae3de;
}
.nav--primary .nav__button--phone svg path {
  stroke: #b19684;
}
.home .nav--primary .nav__button--phone svg path {
  stroke: #f8f6f4;
}
.is-fixed .nav--primary .nav__button--phone svg path {
  stroke: #b19684;
}
.nav--primary .nav__button--phone .button {
  padding-inline: 0;
  color: #bfab9c;
}
.nav--primary .nav__button--phone .button:hover, .nav--primary .nav__button--phone .button:active {
  background: transparent;
}
.home .nav--primary .nav__button--phone .button {
  color: #f8f6f4;
}
.is-fixed .nav--primary .nav__button--phone .button {
  color: #b19684;
}
@media (max-width: 1200px) {
  .nav--primary .nav__button--offer .button {
    background: #bfab9c;
  }
}
.nav--footer .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(1.5rem, 0.4286rem + 2.9762vw, 4rem);
  row-gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav--footer .nav__link {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.nav--privacy .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1440px) {
  .nav--privacy .nav__list {
    gap: clamp(1.5rem, 0.8571rem + 1.7857vw, 3rem);
  }
}
.nav--privacy .nav__link {
  font-size: 0.75rem;
  opacity: 0.7;
}

.agent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .agent {
    gap: clamp(1.5rem, 1.2857rem + 0.5952vw, 2rem);
  }
}
@media (max-width: 576px) {
  .agent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.agent__image {
  width: 100px;
  height: 110px;
}
.agent__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.agent__info {
  letter-spacing: 0.8px;
}
.agent__info__name {
  font-weight: 500;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=date],
textarea {
  width: 100%;
  padding-block: 6px;
  padding-inline: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  color: #b19684;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(177, 150, 132, 0.3);
  -webkit-transition: 250ms ease-in-out all;
  transition: 250ms ease-in-out all;
}
input[type=text]:focus-visible, input[type=text]:focus,
input[type=tel]:focus-visible,
input[type=tel]:focus,
input[type=email]:focus-visible,
input[type=email]:focus,
input[type=date]:focus-visible,
input[type=date]:focus,
textarea:focus-visible,
textarea:focus {
  border-color: #b19684;
  outline: 0;
}
.offer-form input[type=text],
.offer-form input[type=tel],
.offer-form input[type=email],
.offer-form input[type=date],
.offer-form textarea {
  padding-block: 0;
  color: #f8f6f4;
  border-color: #f8f6f4;
}
input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=date]::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
  color: #fff;
  opacity: 1;
}

textarea {
  resize: none;
  height: 10em;
}

input[type=checkbox] {
  position: relative;
  display: grid;
  place-content: center;
  width: 16px;
  height: 16px;
  margin: 0;
  font: inherit;
  color: #f8f6f4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 1;
  background: transparent;
  border: 1px solid rgba(177, 150, 132, 0.3);
  border-radius: 0;
  -webkit-transition: 250ms ease-in-out all;
  transition: 250ms ease-in-out all;
}
.offer-form input[type=checkbox] {
  border-color: #f8f6f4;
}
input[type=checkbox]::before {
  content: "";
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 0;
  -webkit-transition: 250ms ease-in-out all;
  transition: 250ms ease-in-out all;
}
input[type=checkbox]:checked {
  border-color: #b19684;
}
input[type=checkbox]:checked::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  background: #b19684;
}
.offer-form input[type=checkbox]:checked::before {
  background: #f8f6f4;
}

.form {
  width: 100%;
}
.form__row {
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .form__row {
    margin-top: clamp(1rem, 0.5714rem + 1.1905vw, 2rem);
  }
}
.offer-form .form__row {
  margin-top: 16px;
}
.form__label {
  font-family: "Seeker", sans-serif;
  font-weight: 500;
  line-height: 3.12;
  text-transform: uppercase;
}
.offer-form .form__label {
  font-size: 0.75rem;
}
.form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(2rem, 0.9286rem + 2.9762vw, 4.5rem);
}
@media (max-width: 575px) {
  .form__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.offer-form .form__footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: clamp(1.5rem, 0.8571rem + 1.7857vw, 3rem);
}
.form__acceptance .wpcf7-form-control {
  display: block;
}
.form__acceptance .wpcf7-list-item {
  margin: 0;
}
.form__acceptance .wpcf7-list-item label {
  cursor: pointer;
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b19684;
}
.offer-form .form__acceptance .wpcf7-list-item label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 10px;
  color: #f8f6f4;
}
.form__acceptance .wpcf7-list-item label span {
  -webkit-transition: 150ms ease-in-out all;
  transition: 150ms ease-in-out all;
}
.form__acceptance .wpcf7-list-item label a {
  text-decoration: underline;
}
.form__acceptance .wpcf7-list-item label input[type=checkbox]:checked + span {
  color: #b19684;
}
.offer-form .form__submit {
  width: 100%;
  margin-top: 24px;
}
.offer-form .form__submit .button {
  width: 100%;
}
.form .wpcf7-form .wpcf7-response-output {
  margin-inline: 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: #f8f6f4 !important;
  text-align: center;
  border-radius: 4px;
}
.form .wpcf7-form.sent .wpcf7-response-output {
  background-color: #9e7b64 !important;
  border: none !important;
}
.form .wpcf7-form.unaccepted .wpcf7-response-output {
  background-color: orange !important;
  border-color: orange;
}
.form .wpcf7-form.invalid .wpcf7-response-output, .form .wpcf7-form.failed .wpcf7-response-output, .form .wpcf7-form.spam .wpcf7-response-output, .form .wpcf7-form.unaccepted .wpcf7-response-output, .form .wpcf7-form.aborted .wpcf7-response-output {
  background-color: red !important;
  border-color: red;
}
.form .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  padding-top: 2px;
  font-size: 10px;
}
.offer-form .form .wpcf7-not-valid-tip {
  color: #f8f6f4;
}

#formularz-oferta .form__acceptance .wpcf7-list-item label input[type=checkbox]:checked + span {
  color: #f8f6f4 !important;
}

.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  padding-inline: clamp(1.5rem, 0.2143rem + 3.5714vw, 4.5rem);
  background: transparent;
  -webkit-transition: 250ms ease-in-out background, 250ms ease-in-out backdrop-filter;
  transition: 250ms ease-in-out background, 250ms ease-in-out backdrop-filter;
}
.header.is-fixed {
  background: #f8f6f4;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(1920px, 100%);
  margin-inline: auto;
  padding-block: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 250ms ease-in-out all;
  transition: 250ms ease-in-out all;
}
@media (max-width: 576px) {
  .header__inner {
    padding-block: 16px;
  }
}
.home .header__inner {
  border-color: #f8f6f4;
}
.is-fixed .header__inner {
  padding-block: 16px;
  border-color: transparent;
}
.header__branding svg path {
  fill: #b19684;
}
.home .header__branding svg path {
  fill: #f8f6f4;
}
.is-fixed .header__branding svg path {
  fill: #b19684;
}

.section-title {
  font-size: 0.75rem;
  line-height: 2.8;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.footer {
  padding-block: clamp(3rem, 0.2679rem + 7.5893vw, 9.375rem);
  color: #f8f6f4;
  background: #b19684;
  border-radius: 16px 16px 0 0;
}
.footer__inner {
  width: min(1920px, 100%);
  margin-inline: auto;
  padding-inline: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
}
.footer__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.5rem, 0.4286rem + 2.9762vw, 4rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 64px;
  padding-bottom: clamp(1.5rem, 0.4286rem + 2.9762vw, 4rem);
}
@media (max-width: 959px) {
  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .footer__top {
    padding-right: 0;
  }
}
.footer__top .back-to-top {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 959px) {
  .footer__top .back-to-top {
    top: 0;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
@media (max-width: 575px) {
  .footer__top .back-to-top {
    top: -84px;
    padding: 2px;
    background: #b19684;
    border-radius: 24px;
  }
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__social a {
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  background: #c1ab9d;
  border-radius: 40px;
}
.footer__nav {
  margin-left: 13.5rem;
}
@media (max-width: 1300px) {
  .footer__nav {
    margin-left: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
  }
}
@media (max-width: 1100px) {
  .footer__nav {
    margin-left: 0;
  }
}
@media (max-width: 959px) {
  .footer__nav {
    width: 100%;
  }
}
.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
  row-gap: 24px;
  padding-block: clamp(1.5rem, 0.4286rem + 2.9762vw, 4rem);
  border-top: 1px solid rgba(248, 246, 244, 0.2);
  border-bottom: 1px solid rgba(248, 246, 244, 0.2);
}
.footer__contact__label {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 2.8;
  color: #c1ab9d;
  text-transform: uppercase;
  letter-spacing: 6px;
  border-bottom: 10px;
}
.footer__contact a {
  font-family: "Seeker", sans-serif;
  font-size: clamp(1.75rem, 1.4286rem + 0.8929vw, 2.5rem);
  color: #ffffff;
  letter-spacing: 0.4px;
}
@media (max-width: 576px) {
  .footer__contact a {
    font-size: clamp(1.125rem, 0.9643rem + 0.4464vw, 1.5rem);
  }
}
@media (max-width: 359px) {
  .footer__contact a {
    font-size: 1rem;
  }
}
.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.5rem, 0.8571rem + 1.7857vw, 3rem);
  padding-top: clamp(1.5rem, 0.4286rem + 2.9762vw, 4rem);
  font-size: 0.75rem;
}
@media (max-width: 1120px) {
  .footer__copy {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__copy .footer__nav {
  margin-left: 0;
}
@media (max-width: 1140px) {
  .footer__copy .footer__nav {
    width: 100%;
  }
}
.footer__copy p {
  margin-bottom: 0;
  opacity: 0.7;
}
.footer__copy p:first-of-type {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .footer__copy p:first-of-type {
    margin-left: 0;
  }
}
.footer__copy p:nth-of-type(2) {
  margin-left: auto;
  opacity: 1;
}
@media (max-width: 800px) {
  .footer__copy p:nth-of-type(2) {
    margin-left: 0;
  }
}
.footer__copy p:nth-of-type(2) a {
  font-weight: 500;
  text-decoration: underline;
}
.footer__note {
  margin-top: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .footer__note {
    text-align: left;
  }
}

.page-header {
  width: min(1920px, 100%);
  margin-top: 118px;
  margin-inline: auto;
  padding-top: clamp(3rem, 1.0714rem + 5.3571vw, 7.5rem);
  padding-bottom: clamp(3rem, 2.5714rem + 1.1905vw, 4rem);
  padding-inline: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
}
@media (max-width: 576px) {
  .page-header {
    margin-top: 74px;
  }
}
.page-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  width: min(1420px, 100%);
  margin-inline: auto;
}
.page-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 575px) {
  .page-header__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-header__content-inner {
  width: 100%;
  max-width: 700px;
}
@media (max-width: 576px) {
  .page-header__content-inner {
    padding-bottom: 32px;
  }
}
.page-header__title {
  font-family: "Seeker", sans-serif;
  font-size: clamp(2rem, 1.5714rem + 1.1905vw, 3rem);
  text-transform: uppercase;
}
.page-header__description {
  width: 100%;
  max-width: 800px;
  margin-top: clamp(1.5rem, 0.8571rem + 1.7857vw, 3rem);
  font-weight: 400;
}
@media (max-width: 576px) {
  .page-header__description {
    padding-top: 32px;
  }
}
.page-header__description b {
  font-weight: 500;
}
.page-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.page-header__buttons .button {
  white-space: nowrap;
}
.page-header__buttons .button svg {
  width: 12px;
  min-width: 12px;
}
.page-header__buttons .button--outline svg path {
  -webkit-transition: 250ms ease-in-out all;
  transition: 250ms ease-in-out all;
}
.page-header__buttons .button--outline:hover svg path, .page-header__buttons .button--outline:active svg path {
  stroke: #f8f6f4;
}

.page-content {
  width: min(1920px, 100%);
  margin-block: 0 clamp(3rem, 0.2679rem + 7.5893vw, 9.375rem);
  margin-inline: auto;
  padding-inline: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
}
.page-content__inner {
  max-width: 1420px;
  margin-inline: auto;
  padding-top: clamp(1.5rem, 0.4286rem + 2.9762vw, 4rem);
  border-top: 1px solid rgba(177, 150, 132, 0.3);
}

.galleries {
  margin-block: clamp(3rem, 0.2679rem + 7.5893vw, 9.375rem);
}
.galleries__header {
  width: min(1920px, 100%);
  margin-inline: auto;
  padding-inline: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
  text-align: center;
}
.galleries__title {
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid rgba(177, 150, 132, 0.3);
}
.galleries__tabs {
  margin-top: clamp(2rem, 1.1429rem + 2.381vw, 4rem);
}
.galleries__tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(1rem, 0.5714rem + 1.1905vw, 2rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 575px) {
  .galleries__tabs__nav {
    gap: 4px;
  }
}
.galleries__tabs__link {
  cursor: pointer;
  display: block;
  padding: 20px clamp(1.5rem, 1.2857rem + 0.5952vw, 2rem);
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.7;
  background: rgba(248, 248, 248, 0.51);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid #f1ece9;
}
@media (max-width: 575px) {
  .galleries__tabs__link {
    padding: 10px 16px;
  }
}
.galleries__tabs__link:hover, .galleries__tabs__link:active {
  text-decoration: underline;
  opacity: 1;
}
.galleries__tabs__link.is-active {
  font-weight: 600;
  text-decoration: underline;
  opacity: 1;
}
.galleries__tabs__content {
  display: grid;
  margin-top: clamp(2rem, 1.1429rem + 2.381vw, 4rem);
}
.galleries__tabs__section {
  pointer-events: none;
  grid-column: 1/2;
  grid-row: 1/2;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 250ms ease-in-out opacity;
  transition: 250ms ease-in-out opacity;
}
.galleries__tabs__section.is-active {
  pointer-events: auto;
  height: auto;
  visibility: visible;
  opacity: 1;
}
.galleries__slider {
  position: relative;
}
.galleries__slider .splide__slide {
  width: 100%;
  max-width: 1000px;
}
@media (max-width: 1200px) {
  .galleries__slider .splide__slide {
    max-width: 75%;
  }
}
.galleries__slider .splide__slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.galleries__slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.galleries__slider .splide__controls {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-inline: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
}
.galleries__slider .splide__button {
  pointer-events: all;
  cursor: pointer;
  padding: 17px 40px;
  background: #ffffff;
  border: none;
  border-radius: 50px;
  -webkit-transition: 150ms ease-in-out background-color;
  transition: 150ms ease-in-out background-color;
}
@media (max-width: 576px) {
  .galleries__slider .splide__button {
    padding: 10px 20px;
  }
}
.galleries__slider .splide__button:hover {
  background-color: #f8f6f4;
}
.galleries__slider .splide__button--next {
  margin-left: auto;
}
.galleries__footer {
  width: min(1298px, 100%);
  margin-inline: auto;
  padding-block: clamp(2rem, 1.1429rem + 2.381vw, 4rem);
  padding-inline: clamp(1.5rem, 0.8571rem + 1.7857vw, 3rem);
  text-align: center;
  letter-spacing: 0.8px;
  border-bottom: 1px solid rgba(177, 150, 132, 0.3);
}
@media (max-width: 575px) {
  .galleries__footer {
    font-size: 0.75rem;
  }
}
.galleries--page {
  width: min(1920px, 100%);
  margin-top: 0;
  margin-inline: auto;
  padding-inline: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
}
.galleries--page .galleries__tabs {
  width: min(1420px, 100%);
  margin-top: 0;
  margin-inline: auto;
  padding-top: clamp(3rem, 2.5714rem + 1.1905vw, 4rem);
  padding-right: clamp(1.5rem, 0.4286rem + 2.9762vw, 4rem);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1421' height='148' viewBox='0 0 1421 148' fill='none'%3E%3Cpath d='M0 1L1371 1.00012C1398.06 1.00012 1420 22.9382 1420 50.0001L1420 148' stroke='%23F1ECE9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
@media (max-width: 959px) {
  .galleries--page .galleries__tabs {
    padding-right: 0;
    background: none;
  }
}
@media (max-width: 575px) {
  .galleries--page .galleries__tabs {
    padding-top: 0;
  }
}
.galleries--page .galleries__tabs__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 575px) {
  .galleries--page .galleries__tabs__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.galleries--page .galleries__item {
  width: calc(50% - 5px);
}
@media (max-width: 575px) {
  .galleries--page .galleries__item {
    width: 100%;
  }
}
.galleries--page .galleries__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.galleries--page .galleries__item a img {
  aspect-ratio: 783/510;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.large-image {
  height: 100vh;
  max-height: 856px;
}
@media (max-width: 960px) {
  .large-image {
    aspect-ratio: 16/9;
    height: unset;
  }
}
.large-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.footer-contact {
  padding-block: 100px clamp(3rem, 0.2679rem + 7.5893vw, 9.375rem);
  background: #f6f1ee;
}
@media (max-width: 1300px) {
  .footer-contact {
    padding-block: clamp(3rem, 0.2679rem + 7.5893vw, 9.375rem);
  }
}
.footer-contact__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(1920px, 100%);
  margin-inline: auto;
  padding-inline: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
}
.footer-contact__heading {
  margin-bottom: clamp(2rem, 0.1786rem + 5.0595vw, 6.25rem);
}
.footer-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(2rem, 0.9286rem + 2.9762vw, 4.5rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(1920px, 100%);
  margin-inline: auto;
  padding-inline: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
}
@media (max-width: 959px) {
  .footer-contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-contact__content {
  min-width: 530px;
}
@media (max-width: 1300px) {
  .footer-contact__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - clamp(2rem, 0.9286rem + 2.9762vw, 4.5rem) / 2);
            flex: 1 1 calc(50% - clamp(2rem, 0.9286rem + 2.9762vw, 4.5rem) / 2);
    min-width: unset;
  }
}
@media (max-width: 959px) {
  .footer-contact__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: unset;
  }
}
.footer-contact__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.5rem, 0.8571rem + 1.7857vw, 3rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(1.5rem, 0.8571rem + 1.7857vw, 3rem);
  padding-top: clamp(1.5rem, 0.8571rem + 1.7857vw, 3rem);
  border-top: 1px solid rgba(177, 150, 132, 0.3);
}
@media (max-width: 575px) {
  .footer-contact__address svg {
    display: none;
  }
}
.footer-contact__address__label {
  margin-bottom: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 2.8;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.footer-contact__address__content {
  letter-spacing: 0.8px;
}
.footer-contact__address__content span {
  font-weight: 600;
}
.footer-contact__form {
  max-width: 964px;
}
@media (max-width: 1300px) {
  .footer-contact__form {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - clamp(2rem, 0.9286rem + 2.9762vw, 4.5rem) / 2);
            flex: 1 1 calc(50% - clamp(2rem, 0.9286rem + 2.9762vw, 4.5rem) / 2);
  }
}
@media (max-width: 959px) {
  .footer-contact__form {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: unset;
  }
}
.footer-contact__form__description {
  margin-bottom: clamp(2rem, 0.1786rem + 5.0595vw, 6.25rem);
  font-weight: 500;
  letter-spacing: 0.8px;
}

.plans {
  width: min(1920px, 100%);
  margin-block: clamp(3rem, 2.5714rem + 1.1905vw, 4rem);
  margin-inline: auto;
  padding-inline: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
}
.plans__inner {
  width: min(1420px, 100%);
  margin-inline: auto;
  padding-right: clamp(1.5rem, 0.4286rem + 2.9762vw, 4rem);
}
@media (max-width: 959px) {
  .plans__inner {
    padding-right: 0;
    background: none;
  }
}
.plans__tabs {
  margin-top: clamp(2rem, 1.1429rem + 2.381vw, 4rem);
}
.plans__tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, 0.5714rem + 1.1905vw, 2rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 959px) {
  .plans__tabs__nav {
    gap: 10px;
  }
}
.plans__tabs__link {
  display: block;
  padding: 20px clamp(1.5rem, 1.2857rem + 0.5952vw, 2rem);
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.7;
  background: rgba(248, 248, 248, 0.51);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid #f1ece9;
}
@media (max-width: 959px) {
  .plans__tabs__link {
    padding: 20px 5px;
  }
}
.plans__tabs__link:hover, .plans__tabs__link:active {
  text-decoration: underline;
  opacity: 1;
}
.plans__tabs__link.is-active {
  font-weight: 600;
  text-decoration: underline;
  opacity: 1;
}
.plans__tabs__content {
  display: grid;
  margin-top: clamp(2rem, 1.1429rem + 2.381vw, 4rem);
}
.plans__tabs__section {
  pointer-events: none;
  grid-column: 1/2;
  grid-row: 1/2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 250ms ease-in-out opacity;
  transition: 250ms ease-in-out opacity;
}
.plans__tabs__section.is-active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.plans__plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 859px) {
  .plans__plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.plans__plan__title {
  font-size: clamp(1.125rem, 0.9643rem + 0.4464vw, 1.5rem);
}
.plans__plan__images {
  max-width: 650px;
}
@media (max-width: 1300px) {
  .plans__plan__images {
    max-width: 50%;
  }
}
@media (max-width: 859px) {
  .plans__plan__images {
    max-width: unset;
  }
}
.plans__plan__image {
  margin-bottom: 16px;
  padding: 56px 86px;
  border: 1px solid rgba(177, 150, 132, 0.3);
  border-radius: 16px;
}
@media (max-width: 1600px) {
  .plans__plan__image {
    padding: clamp(1.5rem, 0.8571rem + 1.7857vw, 3rem);
  }
}
.plans__plan__image:last-of-type {
  margin-bottom: 0;
}
.plans__plan__info {
  width: 100%;
  max-width: 500px;
  margin-top: 32px;
}
@media (max-width: 859px) {
  .plans__plan__info {
    max-width: unset;
    margin-top: 0;
  }
}
.plans__plan__rooms {
  margin-top: 16px;
}
.plans__plan__room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-block: 16px;
  font-size: 1rem;
  letter-spacing: 0.7px;
  border-bottom: 1px solid rgba(177, 150, 132, 0.3);
}
.plans__plan__room__area {
  margin-left: auto;
}
.plans__plan__pdfs {
  margin-top: clamp(1.5rem, 0.2143rem + 3.5714vw, 4.5rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.offer-form {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: -101%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: min(560px, 100%);
  height: 100vh;
  padding-block: 80px clamp(2rem, 0.9286rem + 2.9762vw, 4.5rem);
  padding-inline: 56px clamp(2rem, 0.9286rem + 2.9762vw, 4.5rem);
  color: #f8f6f4;
  background: #b19684;
  border-radius: 16px 0 0 16px;
  -webkit-transition: 350ms ease-in-out right;
  transition: 350ms ease-in-out right;
}
@media (max-width: 959px) {
  .offer-form {
    padding-inline: 24px clamp(2rem, 0.9286rem + 2.9762vw, 4.5rem);
  }
}
.offer-form__heading {
  font-family: "Seeker", sans-serif;
  font-size: clamp(1.125rem, 0.9643rem + 0.4464vw, 1.5rem);
  text-transform: uppercase;
}
.offer-form__description {
  margin-top: 20px;
  font-size: 0.875rem;
  line-height: 1.71;
  letter-spacing: 0.7px;
}
.offer-form__form {
  margin-top: 24px;
}
.offer-form__close {
  cursor: pointer;
  position: absolute;
  top: clamp(1.5rem, 0.8571rem + 1.7857vw, 3rem);
  right: clamp(1.5rem, 0.8571rem + 1.7857vw, 3rem);
  padding: 0;
  background: none;
  border: none;
}
.offer-form.is-visible {
  right: 0;
}

.home-hero {
  position: relative;
  height: 100vh;
}
@media (max-width: 575px) {
  .home-hero {
    max-height: 600px;
  }
}
.home-hero__inner {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-29.52%, #000000), color-stop(22.56%, rgba(0, 0, 0, 0.1)), color-stop(35.77%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(62.61%, rgba(0, 0, 0, 0)), color-stop(73.76%, rgba(0, 0, 0, 0.37)), color-stop(98.98%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, #000000 -29.52%, rgba(0, 0, 0, 0.1) 22.56%, rgba(0, 0, 0, 0) 35.77%), linear-gradient(180deg, rgba(0, 0, 0, 0) 62.61%, rgba(0, 0, 0, 0.37) 73.76%, rgba(0, 0, 0, 0.6) 98.98%);
}
@media (max-width: 575px) {
  .home-hero__inner {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-29.52%, #000000), color-stop(22.56%, rgba(0, 0, 0, 0.1)), color-stop(35.77%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(42.61%, rgba(0, 0, 0, 0)), color-stop(73.76%, rgba(0, 0, 0, 0.65)), color-stop(98.98%, rgba(0, 0, 0, 0.75)));
    background: linear-gradient(180deg, #000000 -29.52%, rgba(0, 0, 0, 0.1) 22.56%, rgba(0, 0, 0, 0) 35.77%), linear-gradient(180deg, rgba(0, 0, 0, 0) 42.61%, rgba(0, 0, 0, 0.65) 73.76%, rgba(0, 0, 0, 0.75) 98.98%);
  }
}
.home-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: min(1920px, 100%);
  height: 100%;
  margin-inline: auto;
  padding-bottom: 80px;
  padding-inline: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
  color: #ffffff;
}
@media (max-width: 576px) {
  .home-hero__content {
    padding-top: 80px;
    padding-bottom: 66px;
  }
}
@media (max-width: 575px) {
  .home-hero__heading {
    font-size: clamp(1.25rem, 0.9286rem + 0.8929vw, 2rem);
  }
}
.home-hero__text {
  margin-top: 24px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 6px;
}
@media (max-width: 575px) {
  .home-hero__text {
    font-size: 0.625rem;
  }
}
.home-hero__slider {
  height: 100%;
}
.home-hero__slider .splide__track {
  height: 100%;
}
.home-hero__slider .splide__list {
  height: 100%;
}
.home-hero__slider .splide__slide {
  height: 100%;
}
.home-hero__slider .splide__slide img {
  scale: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 2000ms ease-in-out scale;
  transition: 2000ms ease-in-out scale;
}
.home-hero__slider .splide__slide.is-active img {
  scale: 1.025;
}
.home-hero__slider .splide__controls {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-inline: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
}
@media (max-width: 575px) {
  .home-hero__slider .splide__controls {
    display: none;
  }
}
.home-hero__slider .splide__button {
  pointer-events: all;
  cursor: pointer;
  padding: 17px 40px;
  background: #ffffff;
  border: none;
  border-radius: 50px;
  -webkit-transition: 150ms ease-in-out background-color;
  transition: 150ms ease-in-out background-color;
}
@media (max-width: 576px) {
  .home-hero__slider .splide__button {
    padding: 10px 20px;
  }
}
.home-hero__slider .splide__button:hover {
  background-color: #f8f6f4;
}
.home-hero__slider .splide__button--next {
  margin-left: auto;
}
.home-hero__slider .splide__pagination {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 15px;
  background: red;
  background: rgba(248, 246, 244, 0.15);
  border-radius: 20px;
}
@media (max-width: 576px) {
  .home-hero__slider .splide__pagination {
    bottom: 24px;
  }
}
.home-hero__slider .splide__pagination li {
  width: auto;
  height: auto;
}
.home-hero__slider .splide__pagination li button {
  cursor: pointer;
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  background: #ffffff;
  border: 0;
  border-radius: 6px;
}
.home-hero__slider .splide__pagination li button.is-active {
  background: #bfab9c;
}

.home-investment {
  scroll-margin-top: 150px;
}
.home-investment__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: clamp(2.25rem, 0.8571rem + 3.869vw, 5.5rem) 0;
  margin-bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 899px) {
  .home-investment__points {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home-investment__points span {
  height: 100%;
  width: 1px;
  background: #b19684;
  margin: 0 auto;
  height: 5rem;
}
@media (max-width: 899px) {
  .home-investment__points span {
    display: none;
  }
}
.home-investment-point {
  text-align: center;
  font-family: "Seeker", sans-serif;
  font-weight: 500;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-investment-point__number {
  font-size: clamp(1.7rem, 0.5714rem + 1.1905vw, 1.875rem);
  margin-bottom: 0.9rem;
  line-height: 0.9;
}
@media (max-width: 899px) {
  .home-investment-point__number {
    font-size: 23px;
  }
}
.home-investment-point__text {
  font-weight: 500;
  line-height: 1.75rem;
}
@media (max-width: 899px) {
  .home-investment-point__text {
    font-size: 15px;
  }
}
@media (max-width: 899px) {
  .home-investment-point {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 50%;
  }
  .home-investment-point + .home-investment-point {
    border-left: 0;
  }
  .home-investment-point:nth-child(2n) {
    border-left: 1px solid #b19684;
  }
  .home-investment-point:nth-child(5), .home-investment-point:nth-child(6) {
    margin-top: 4rem;
  }
}
@media (max-width: 600px) {
  .home-investment-point {
    width: 100%;
    border: 0 !important;
    height: auto;
  }
  .home-investment-point:not(:first-child) {
    margin-top: 2rem;
  }
  .home-investment-point__number {
    margin-bottom: 0;
    line-height: 1.5;
  }
}
.home-investment__header {
  width: min(1920px, 100%);
  margin: 0 auto;
  padding-block: clamp(3rem, 1.6071rem + 3.869vw, 6.25rem);
  padding-inline: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
  padding-bottom: 5rem;
}
.home-investment__header__box {
  padding-inline: 56px 36px;
}
@media (max-width: 1440px) {
  .home-investment__header__box {
    padding-inline: 24px;
  }
}
@media (max-width: 959px) {
  .home-investment__header__box {
    padding-inline: 0;
  }
}
@media (max-width: 575px) {
  .home-investment__header__box {
    padding-inline: 0;
  }
}
@media (max-width: 1440px) {
  .home-investment__header {
    padding-block: clamp(3rem, 1.6071rem + 3.869vw, 6.25rem) clamp(3rem, 0.2679rem + 7.5893vw, 9.375rem);
    padding-bottom: 60px;
  }
}
.home-investment__text {
  margin-top: clamp(3rem, 2.5714rem + 1.1905vw, 4rem);
  font-family: "Seeker", sans-serif;
  font-size: clamp(2rem, 1.14rem + 1.1905vw, 3rem);
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.48px;
}
.home-investment__text--mobile {
  display: none;
}
@media (max-width: 575px) {
  .home-investment__text {
    margin-top: 24px;
    font-weight: bold;
    font-size: 0.9rem;
  }
}
@media (max-width: 899px) {
  .home-investment__text {
    font-size: 15px;
    display: none;
  }
  .home-investment__text--mobile {
    font-weight: 500;
    display: block;
    font-size: 24px;
    line-height: 35px;
  }
}
.home-investment__description {
  margin-top: clamp(2rem, 0.9286rem + 2.9762vw, 4.5rem);
  font-weight: 400;
  letter-spacing: 0.8px;
  width: 51%;
}
@media (max-width: 959px) {
  .home-investment__description {
    width: 100%;
  }
}
.home-investment__description b {
  font-weight: 500;
}
.home-investment__inner {
  width: min(1920px, 100%);
  margin: 0 auto;
  padding-inline: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
}
.home-investment__sections {
  padding-top: 5rem;
  padding-inline: 56px 36px;
  background-image: url("data:image/svg+xml,%3Csvg width='1621' height='239' viewBox='0 0 1621 239' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1621 1L50.0001 1.00014C22.9381 1.00014 1.00009 22.9382 1.00009 50.0001L1.00011 239' stroke='%23F1ECE9'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
@media (max-width: 1440px) {
  .home-investment__sections {
    padding-top: clamp(3rem, 2.5714rem + 1.1905vw, 4rem);
    padding-inline: 24px;
  }
}
@media (max-width: 959px) {
  .home-investment__sections {
    padding: 0;
    background: none;
  }
}
.home-investment__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1440px) {
  .home-investment__section {
    gap: clamp(2rem, 1.1429rem + 2.381vw, 4rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-block: clamp(2rem, 1.1429rem + 2.381vw, 4rem);
  }
}
@media (max-width: 959px) {
  .home-investment__section {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .home-investment__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-investment__section:nth-of-type(1) {
  margin-top: 0;
}
.home-investment__section:nth-of-type(1) .home-investment__section__image {
  width: min(635px, 50%);
  max-height: 641px;
  border-radius: 24px 200px 24px 24px;
}
@media (max-width: 1440px) {
  .home-investment__section:nth-of-type(1) .home-investment__section__image {
    border-radius: 24px 100px 24px 24px;
  }
}
@media (max-width: 767px) {
  .home-investment__section:nth-of-type(1) .home-investment__section__image {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 100%;
    max-height: unset;
  }
}
.home-investment__section:nth-of-type(1) .home-investment__section__content {
  margin-left: 170px;
}
@media (max-width: 1600px) {
  .home-investment__section:nth-of-type(1) .home-investment__section__content {
    margin-left: clamp(3rem, 1.0714rem + 5.3571vw, 7.5rem);
  }
}
@media (max-width: 1440px) {
  .home-investment__section:nth-of-type(1) .home-investment__section__content {
    margin-left: 0;
  }
}
.home-investment__section:nth-of-type(2) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: calc(clamp(3rem, 1.0714rem + 5.3571vw, 7.5rem) * -1);
}
@media (max-width: 1440px) {
  .home-investment__section:nth-of-type(2) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}
@media (max-width: 959px) {
  .home-investment__section:nth-of-type(2) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.home-investment__section:nth-of-type(2) .home-investment__section__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: min(635px, 50%);
  max-height: 641px;
  border-radius: 24px 24px 200px;
}
@media (max-width: 1440px) {
  .home-investment__section:nth-of-type(2) .home-investment__section__image {
    border-radius: 24px 24px 100px;
  }
}
@media (max-width: 767px) {
  .home-investment__section:nth-of-type(2) .home-investment__section__image {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 100%;
    max-height: unset;
  }
}
.home-investment__section:nth-of-type(2) .home-investment__section__content {
  margin-right: 130px;
  margin-left: auto;
}
@media (max-width: 1600px) {
  .home-investment__section:nth-of-type(2) .home-investment__section__content {
    margin-left: clamp(3rem, 1.0714rem + 5.3571vw, 7.5rem);
  }
}
@media (max-width: 1440px) {
  .home-investment__section:nth-of-type(2) .home-investment__section__content {
    margin-right: 0;
    margin-left: 0;
  }
}
.home-investment__section:nth-of-type(3) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 75px;
}
@media (max-width: 1440px) {
  .home-investment__section:nth-of-type(3) {
    margin-top: 0;
  }
}
@media (max-width: 959px) {
  .home-investment__section:nth-of-type(3) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.home-investment__section:nth-of-type(3) .home-investment__section__image {
  width: min(791px, 50%);
  max-height: 536px;
  border-radius: 24px 200px 24px 24px;
}
@media (max-width: 1440px) {
  .home-investment__section:nth-of-type(3) .home-investment__section__image {
    border-radius: 24px 100px 24px 24px;
  }
}
@media (max-width: 767px) {
  .home-investment__section:nth-of-type(3) .home-investment__section__image {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 100%;
    max-height: unset;
  }
}
.home-investment__section:nth-of-type(3) .home-investment__section__content {
  margin-left: 130px;
}
@media (max-width: 1600px) {
  .home-investment__section:nth-of-type(3) .home-investment__section__content {
    margin-left: clamp(3rem, 1.0714rem + 5.3571vw, 7.5rem);
  }
}
@media (max-width: 1440px) {
  .home-investment__section:nth-of-type(3) .home-investment__section__content {
    margin-left: 0;
  }
}
.home-investment__section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.home-investment__section__content {
  width: min(550px, 50%);
  padding-bottom: 40px;
  border-bottom: 1px solid #f1ece9;
}
@media (max-width: 767px) {
  .home-investment__section__content {
    width: 100%;
  }
}
.home-investment__section__title {
  font-family: "Seeker", sans-serif;
  font-size: clamp(1.125rem, 0.9643rem + 0.4464vw, 1.5rem);
  font-weight: 500;
  line-height: 2.08;
  text-transform: uppercase;
}
.home-investment__section__description {
  max-width: 550px;
  margin-top: 12px;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.home-location {
  scroll-margin-top: 150px;
  margin-block: clamp(3rem, 1.0714rem + 5.3571vw, 7.5rem);
  padding-top: clamp(2rem, 0.9286rem + 2.9762vw, 4.5rem);
  background: #f6f1ee;
}
.home-location__header {
  width: min(1920px, 100%);
  margin-inline: auto;
  padding-inline: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
}
.home-location__title {
  padding-bottom: clamp(1.5rem, 1.1786rem + 0.8929vw, 2.25rem);
  border-bottom: 1px solid rgba(177, 150, 132, 0.3);
}
.home-location__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(3rem, 1.6071rem + 3.869vw, 6.25rem);
  width: min(1920px, 100%);
  margin-top: clamp(1.5rem, 0.8571rem + 1.7857vw, 3rem);
  margin-inline: auto;
  padding-inline: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
}
@media (max-width: 959px) {
  .home-location__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.home-location__heading {
  font-size: clamp(1.25rem, -0.1429rem + 3.169vw, 5rem);
  line-height: 1.02;
}
@media (max-width: 767px) {
  .home-location__heading {
    font-size: clamp(1.25rem, 0.9286rem + 0.8929vw, 2rem);
  }
}
.home-location__description {
  font-weight: 500;
}
.home-location__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(1920px, 100%);
  margin-top: 30px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .home-location__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-location__places {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
  padding-bottom: clamp(1.5rem, 0.8571rem + 1.7857vw, 3rem);
  margin-bottom: clamp(1.5rem, 0.8571rem + 1.7857vw, 3rem);
  background-image: url("data:image/svg+xml,%3Csvg width='642' height='687' viewBox='0 0 642 687' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00003 0L1.0002 662C1.00021 675.255 11.7454 686 25.0002 686L642 686' stroke='url(%23paint0_linear_0_843)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_0_843' x1='329.5' y1='703.278' x2='-489.107' y2='100.025' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6F1EE'/%3E%3Cstop offset='0.935' stop-color='%23B19684'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}
.home-location__place {
  position: relative;
  display: grid;
  grid-template-columns: 6px 50px 1fr;
  gap: clamp(1.5rem, 0.8571rem + 1.7857vw, 3rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 475px;
  margin-top: clamp(1.5rem, 0.8571rem + 1.7857vw, 3rem);
  margin-left: -2px;
}
.home-location__place:first-of-type {
  margin-top: 40px;
}
.home-location__place::before {
  content: "";
  position: relative;
  z-index: 4;
  width: 6px;
  height: 6px;
  background: #b19684;
  border-radius: 6px;
}
.home-location__place::after {
  content: "";
  position: absolute;
  left: -4px;
  width: 14px;
  height: 14px;
  background: #f6f1ee;
  border-radius: 14px;
}
.home-location__place__title {
  font-family: "Seeker", sans-serif;
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 959px) {
  .home-location__place__title {
    font-size: 1rem;
  }
}
.home-location__place__distance {
  font-size: 0.875rem;
  line-height: 1.8;
}
.home-location__map {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1.9;
}
@media (max-width: 767px) {
  .home-location__map {
    aspect-ratio: unset;
    height: 400px;
  }
}
.home-location__map #mapa {
  width: 100%;
  height: 100%;
}
.home-location__map::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: linear-gradient(105deg, rgb(246, 241, 238) 5%, rgba(246, 241, 238, 0) 40%);
}
@media (max-width: 767px) {
  .home-location__map::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(246, 241, 238)), color-stop(20%, rgba(246, 241, 238, 0)));
    background: linear-gradient(180deg, rgb(246, 241, 238) 0%, rgba(246, 241, 238, 0) 20%);
  }
}

.map-legend {
  border: 1px solid #F1ECE9;
  border-radius: 8px;
  padding: 1.18rem 2rem;
  position: absolute;
  bottom: 1rem;
  right: 5rem;
  z-index: 3;
  max-width: 56%;
  background: #F6F1EE;
  -webkit-box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.0509803922);
  font-family: "aktiv-grotesk-extended", sans-serif;
}
@media (max-width: 767px) {
  .map-legend {
    bottom: 15px;
    left: 15px;
    width: calc(100% - 60px);
  }
}
@media (max-width: 500px) {
  .map-legend {
    padding: 1rem;
  }
}
.map-legend button {
  background: transparent;
  border: 0;
}
.map-legend .splide {
  gap: 1.56rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map-legend .splide__track {
  width: calc(100% - 10px);
}
.map-legend__item {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map-legend__item img {
  width: 2.375rem;
  height: auto;
}
@media (max-width: 500px) {
  .map-legend__item img {
    width: 1.5rem;
  }
}
.map-legend__item span {
  color: #b19684;
  font-size: 0.875rem;
  font-weight: 500;
}

.home-offer {
  scroll-margin-top: 9.375rem;
  margin-block: clamp(3rem, 0.2679rem + 7.5893vw, 9.375rem);
}
.home-offer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: clamp(1.5rem, 0.2143rem + 3.5714vw, 4.5rem);
  padding-inline: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
  text-align: center;
}
.home-offer__heading {
  margin-bottom: 0;
  font-family: "Seeker", sans-serif;
  font-size: clamp(1.25rem, 0.9286rem + 0.8929vw, 2rem);
  font-weight: 500;
  line-height: 1.56;
  text-transform: uppercase;
}
.home-offer__description {
  letter-spacing: 0.05rem;
}
.home-offer__map {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
}
.home-offer__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-offer__svg path {
  cursor: pointer;
  fill-opacity: 0.01;
  -webkit-transition: 250ms ease-in-out fill-opacity;
  transition: 250ms ease-in-out fill-opacity;
}
.home-offer__svg path:hover, .home-offer__svg path:active {
  fill-opacity: 0.5;
}
@media (max-width: 47.9375rem) {
  .home-offer__tooltips {
    display: grid;
  }
}
@media (max-width: 47.9375rem) {
  .home-offer__tooltip-wrapper {
    pointer-events: none !important;
    grid-column: 1/2;
    grid-row: 1/2;
    height: auto;
  }
}
.home-offer__tooltip-wrapper:hover, .home-offer__tooltip-wrapper:active {
  text-decoration: none;
}
.home-offer__tooltip {
  position: absolute;
  z-index: 100;
  width: 100vw;
  max-width: 42.8125rem;
  background: #f8f6f4;
  -webkit-transition: 350ms ease-in-out opacity;
  transition: 350ms ease-in-out opacity;
}
@media (max-width: 47.9375rem) {
  .home-offer__tooltip {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    -webkit-transform: unset !important;
        -ms-transform: unset !important;
            transform: unset !important;
    max-width: unset;
    margin-top: 1rem;
    text-align: left;
  }
}
.home-offer__tooltip-link {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
}
.home-offer__tooltip .js-tooltip-close {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
}
.home-offer__tooltip__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 35.9375rem) {
  .home-offer__tooltip__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-offer__tooltip__link {
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 1.25rem;
  font-family: "Seeker", sans-serif;
  font-size: 0.75rem;
  color: #f8f6f4;
  text-transform: uppercase;
  background: #b19684;
}
.home-offer__tooltip__link:hover, .home-offer__tooltip__link:active {
  text-decoration: none;
  background: #bfab9c;
}
.home-offer__tooltip__image {
  width: 100%;
  max-width: 18.125rem;
  height: 100%;
  max-height: 100%;
  border-radius: 0 1rem 1rem 0;
}
@media (max-width: 35.9375rem) {
  .home-offer__tooltip__image {
    max-width: unset;
    max-height: 16.4375rem;
    padding-inline: 1rem;
    border-radius: 1rem;
  }
}
.home-offer__tooltip__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.home-offer__tooltip__content {
  padding-block: clamp(1.5rem, 1.2857rem + 0.5952vw, 2rem);
  padding-inline: clamp(1.5rem, 1.2857rem + 0.5952vw, 2rem);
}
.home-offer__tooltip__heading {
  font-size: clamp(1.125rem, 0.9643rem + 0.4464vw, 1.5rem);
  text-transform: uppercase;
  white-space: nowrap;
}
.home-offer__tooltip__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}
.home-offer__tooltip__status .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.25rem 0.75rem;
  font-family: "Seeker", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #f8f6f4;
  text-transform: uppercase;
}
.home-offer__tooltip__status .tag--free {
  background: #77a06a;
}
.home-offer__tooltip__status .tag--reserved {
  background: #e3bc81;
}
.home-offer__tooltip__status .tag--sold {
  background: #e38181;
}
.home-offer__tooltip__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding-top: 0.75rem;
  border-top: 0.0625rem solid rgba(177, 150, 132, 0.3);
}
.home-offer__tooltip__info__item {
  width: calc(50% - 0.75rem);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0437rem;
  white-space: nowrap;
}
@media (max-width: 47.9375rem) {
  .home-offer__tooltip__info__item {
    width: 100%;
  }
}
.home-offer__tooltip__info__item span {
  font-weight: 500;
}
.home-offer__table {
  width: min(1920px, 100%);
  margin-top: clamp(3rem, 1.0714rem + 5.3571vw, 7.5rem);
  margin-inline: auto;
  padding-inline: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
}
.home-offer__table__title {
  width: 100%;
  font-family: "aktiv-grotesk-extended", sans-serif;
}
.home-offer__table__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(1.5rem, 0.4286rem + 2.9762vw, 4rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 88.75rem;
  margin-top: clamp(1.5rem, 1.2857rem + 0.5952vw, 2rem);
  margin-inline: auto;
}
@media (max-width: 47.9375rem) {
  .home-offer__table__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.home-offer__table__heading {
  font-family: "Seeker", sans-serif;
  font-size: clamp(1.125rem, 0.9643rem + 0.4464vw, 1.5rem);
  font-weight: 500;
}
@media (max-width: 47.9375rem) {
  .home-offer__table__heading {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-block: 1rem;
  }
}
.home-offer__table__description {
  font-weight: 500;
  letter-spacing: 0.8;
}
.home-offer__table__wrapper {
  max-width: 88.75rem;
  margin-top: clamp(1.5rem, 0.4286rem + 2.9762vw, 4rem);
  margin-inline: auto;
}
.home-offer__table__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.7857rem + 0.5952vw, 1.5rem);
}
.home-offer__table__item {
  scroll-margin-top: 15.625rem;
  display: grid;
  grid-template-columns: 15.625rem minmax(0, 1.5fr) 2.5fr 1fr;
  -webkit-column-gap: clamp(1.5rem, 0.8571rem + 1.7857vw, 3rem);
     -moz-column-gap: clamp(1.5rem, 0.8571rem + 1.7857vw, 3rem);
          column-gap: clamp(1.5rem, 0.8571rem + 1.7857vw, 3rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  background: #f8f6f4;
  border: 0.0625rem solid #f1ece9;
}
@media (max-width: 86.25rem) {
  .home-offer__table__item {
    grid-template-columns: 15.625rem minmax(0, 1.5fr) 2fr 1fr;
  }
}
@media (max-width: 71.25rem) {
  .home-offer__table__item {
    grid-template-columns: 15.625rem minmax(0, 1fr) minmax(0, 1fr);
    row-gap: 1rem;
  }
}
@media (max-width: 52.5rem) {
  .home-offer__table__item {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1rem;
  }
}
@media (max-width: 35.9375rem) {
  .home-offer__table__item {
    grid-template-columns: 1fr;
  }
}
.home-offer__table__image {
  aspect-ratio: 250/183;
  min-width: 15.625rem;
  max-width: 15.625rem;
}
@media (max-width: 71.25rem) {
  .home-offer__table__image {
    grid-column: 1;
    grid-row: span 2;
  }
}
@media (max-width: 52.5rem) {
  .home-offer__table__image {
    grid-row: span 3;
    aspect-ratio: unset;
    min-width: unset;
    max-width: unset;
    height: 100%;
  }
}
@media (max-width: 35.9375rem) {
  .home-offer__table__image {
    aspect-ratio: 250/183;
  }
}
.home-offer__table__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.home-offer__table__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media (max-width: 35.9375rem) {
  .home-offer__table__house {
    grid-column: 1;
  }
}
.home-offer__table__house__title {
  font-family: "Seeker", sans-serif;
  font-size: clamp(1.125rem, 0.9643rem + 0.4464vw, 1.5rem);
  text-transform: uppercase;
}
.home-offer__table__house__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
  font-size: 0.875rem;
}
.home-offer__table__house__status .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem 0.75rem;
  font-family: "Seeker", sans-serif;
  font-size: 0.75rem;
  color: #f8f6f4;
  text-transform: uppercase;
}
.home-offer__table__house__status .tag--free {
  background: #77a06a;
}
.home-offer__table__house__status .tag--reserved {
  background: #e3bc81;
}
.home-offer__table__house__status .tag--sold {
  background: #e38181;
}
.home-offer__table__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  font-weight: 400;
}
@media (max-width: 71.25rem) {
  .home-offer__table__area {
    grid-column: 2/span 2;
  }
}
@media (max-width: 52.5rem) {
  .home-offer__table__area {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (max-width: 35.9375rem) {
  .home-offer__table__area {
    grid-column: 1;
    grid-row: unset;
  }
}
.home-offer__table__area__item {
  width: calc(60% - 0.5rem);
  white-space: nowrap;
}
@media (max-width: 86.25rem) {
  .home-offer__table__area__item {
    width: 100%;
  }
}
@media (max-width: 71.25rem) {
  .home-offer__table__area__item {
    width: calc(60% - 0.5rem);
  }
}
@media (max-width: 52.5rem) {
  .home-offer__table__area__item {
    width: 100%;
  }
}
.home-offer__table__area__item:nth-of-type(odd) {
  width: calc(40% - 0.5rem);
}
@media (max-width: 86.25rem) {
  .home-offer__table__area__item:nth-of-type(odd) {
    width: 100%;
  }
}
@media (max-width: 71.25rem) {
  .home-offer__table__area__item:nth-of-type(odd) {
    width: calc(40% - 0.5rem);
  }
}
@media (max-width: 52.5rem) {
  .home-offer__table__area__item:nth-of-type(odd) {
    width: 100%;
  }
}
.home-offer__table__area__item span {
  font-weight: 500;
}
.home-offer__table__button {
  padding-right: 2rem;
  text-align: right;
}
@media (max-width: 90rem) {
  .home-offer__table__button {
    padding-right: 0;
  }
}
@media (max-width: 71.25rem) {
  .home-offer__table__button {
    grid-column: 3;
    grid-row: 1;
  }
}
@media (max-width: 52.5rem) {
  .home-offer__table__button {
    grid-column: 2;
    grid-row: 3;
    text-align: left;
  }
}
@media (max-width: 35.9375rem) {
  .home-offer__table__button {
    grid-column: 1;
    grid-row: unset;
  }
}
.home-offer__table__button .button {
  white-space: nowrap;
}

.home-quote {
  margin-block: clamp(3rem, 0.2679rem + 7.5893vw, 9.375rem);
}
.home-quote__inner {
  width: min(1920px, 100%);
  margin-inline: auto;
  padding-inline: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
}
.home-quote__quote {
  font-family: "Seeker", sans-serif;
  font-size: clamp(2rem, 1.5714rem + 1.1905vw, 3rem);
  line-height: 1.45;
}
@media (max-width: 575px) {
  .home-quote__quote {
    font-size: clamp(1.5rem, 1.1786rem + 0.8929vw, 2.25rem);
  }
}
.home-quote__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(2rem, 0.9286rem + 2.9762vw, 4.5rem);
}
@media (max-width: 960px) {
  .home-quote__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-quote__author {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 575px) {
  .home-quote__author {
    font-size: 0.875rem;
  }
}
.home-quote__author span {
  font-weight: 400;
}
.home-quote__image {
  max-width: 722px;
  margin-top: -120px;
}
@media (max-width: 1680px) {
  .home-quote__image {
    margin-top: 0;
  }
}
@media (max-width: 1320px) {
  .home-quote__image {
    max-width: 50%;
    margin-top: -40px;
  }
}
@media (max-width: 960px) {
  .home-quote__image {
    max-width: unset;
    margin-top: 0;
  }
}
.home-quote__image__description {
  max-width: 650px;
  margin-top: clamp(3rem, 1.0714rem + 5.3571vw, 7.5rem);
  margin-left: auto;
}
@media (max-width: 1320px) {
  .home-quote__image__description {
    margin-top: clamp(2rem, 0.9286rem + 2.9762vw, 4.5rem);
  }
}

.contractors {
  margin-block: clamp(3rem, 0.2679rem + 7.5893vw, 9.375rem);
}
.contractors__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: min(1920px, 100%);
  margin-inline: auto;
  padding-inline: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
}
@media (max-width: 1200px) {
  .contractors__inner {
    gap: clamp(1.5rem, 1.1786rem + 0.8929vw, 2.25rem);
  }
}
@media (max-width: 959px) {
  .contractors__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contractors__item {
  padding: clamp(1.5rem, 0.4286rem + 2.9762vw, 4rem);
  padding-bottom: clamp(2rem, 0.9286rem + 2.9762vw, 4.5rem);
  border: 1px solid #f1ece9;
  border-radius: 8px;
}
.contractors__item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 575px) {
  .contractors__item__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contractors__item__title {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.contractors__item__text {
  margin-top: clamp(1.5rem, 0.4286rem + 2.9762vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.8px;
}
.contractors__item__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.5rem, 0.8571rem + 1.7857vw, 3rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(1.5rem, 0.4286rem + 2.9762vw, 4rem);
}
.contractors__item__button::before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10px;
          flex: 1 1 10px;
  height: 1px;
  background-color: #f1ece9;
}
.contractors__item__button a {
  font-size: 0.75rem;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.house-hero {
  width: min(1920px, 100%);
  margin-top: 7.375rem;
  margin-inline: auto;
  padding-top: clamp(3rem, 1.0714rem + 5.3571vw, 7.5rem);
  padding-inline: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
}
.house-hero__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  margin-bottom: clamp(1.5rem, 1.2857rem + 0.5952vw, 2rem);
}
@media (max-width: 767px) {
  .house-hero__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 36rem) {
  .house-hero {
    margin-top: 4.625rem;
  }
}
.house-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  width: min(88.75rem, 100%);
  margin-inline: auto;
}
.house-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 35.9375rem) {
  .house-hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.house-hero__content-inner {
  width: 100%;
  max-width: 64rem;
  padding-bottom: 2.5rem;
  border-bottom: 0.0625rem solid rgba(177, 150, 132, 0.3);
}
@media (max-width: 36rem) {
  .house-hero__content-inner {
    padding-bottom: 2rem;
  }
}
.house-hero__title {
  font-family: "Seeker", sans-serif;
  font-size: clamp(2rem, 1.5714rem + 1.1905vw, 3rem);
  text-transform: uppercase;
}
.house-hero__info {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 59.9375rem) {
  .house-hero__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.house-hero__info__item {
  margin-bottom: 0.25rem;
  font-weight: 500;
  line-height: 1.92;
  letter-spacing: 0.7px;
}
.house-hero__info__item:not(.house-hero__info__item--top) {
  width: 31%;
}
.house-hero__info__item:not(.house-hero__info__item--top):nth-child(4) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
@media (max-width: 90rem) {
  .house-hero__info__item:not(.house-hero__info__item--top) {
    width: 50%;
  }
  .house-hero__info__item:not(.house-hero__info__item--top):nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .house-hero__info__item:not(.house-hero__info__item--top):nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .house-hero__info__item:not(.house-hero__info__item--top):nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .house-hero__info__item:not(.house-hero__info__item--top):nth-child(4) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .house-hero__info__item:not(.house-hero__info__item--top):nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .house-hero__info__item:not(.house-hero__info__item--top):nth-child(6) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 59.9375rem) {
  .house-hero__info__item:not(.house-hero__info__item--top) {
    width: 100%;
  }
}
.house-hero__info__item:not(.house-hero__info__item--top):nth-child(1), .house-hero__info__item:not(.house-hero__info__item--top):nth-child(5) {
  width: 38%;
}
@media (max-width: 90rem) {
  .house-hero__info__item:not(.house-hero__info__item--top):nth-child(1), .house-hero__info__item:not(.house-hero__info__item--top):nth-child(5) {
    width: 50%;
  }
}
@media (max-width: 59.9375rem) {
  .house-hero__info__item:not(.house-hero__info__item--top):nth-child(1), .house-hero__info__item:not(.house-hero__info__item--top):nth-child(5) {
    width: 100%;
  }
}
.house-hero__info__item span {
  font-weight: 600;
}
.house-hero__info__item span.tag {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-family: "Seeker", sans-serif;
  font-size: 0.75rem;
  color: #f8f6f4;
  text-transform: uppercase;
}
.house-hero__info__item span.tag--free {
  background-color: #77a06a;
}
.house-hero__info__item span.tag--reserved {
  background-color: #e3bc81;
}
.house-hero__info__item span.tag--sold {
  background-color: #e38181;
}
.house-hero__info__item span.pht-label {
  font-size: 70%;
  cursor: pointer;
  display: block;
}
.house-hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 3.4rem;
}
@media (max-width: 600px) {
  .house-hero__buttons {
    margin-left: auto;
    margin-right: auto;
  }
}
.house-hero__buttons .button {
  padding-inline: 3.8rem;
  font-size: 1rem;
  white-space: nowrap;
}
.house-hero__buttons .button svg {
  width: 0.75rem;
  min-width: 0.75rem;
}
.house-hero__buttons .button--outline svg path {
  -webkit-transition: 250ms ease-in-out all;
  transition: 250ms ease-in-out all;
}
.house-hero__buttons .button--outline:hover svg path, .house-hero__buttons .button--outline:active svg path {
  stroke: #f8f6f4;
}
.house-hero__description {
  width: 100%;
  max-width: 56.625rem;
  padding-top: 2.5rem;
  font-weight: 500;
}
@media (max-width: 36rem) {
  .house-hero__description {
    padding-top: 2rem;
  }
}

.house-icons {
  width: min(1920px, 100%);
  margin-inline: auto;
  padding-inline: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
}
.house-icons__inner {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: clamp(1rem, 0.7857rem + 0.5952vw, 1.5rem);
  row-gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: min(1420px, 100%);
  margin-inline: auto;
  padding-block: clamp(2rem, 1.1429rem + 2.381vw, 4rem);
  border-bottom: 1px solid #f1ece9;
}
@media (max-width: 1200px) {
  .house-icons__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .house-icons__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .house-icons__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 300px) {
  .house-icons__inner {
    grid-template-columns: 1fr;
  }
}
.house-icons__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.5rem, 1.2857rem + 0.5952vw, 2rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.house-icons__item__icon {
  display: grid;
  gap: 16px;
  place-items: center;
  width: 90px;
  min-width: 90px;
  height: 90px;
  background: #f6f3f1;
  border: 1px solid #eae3de;
  border-radius: 16px;
}
.house-icons__item__text {
  font-size: 0.875rem;
  font-weight: 400;
}
.house-icons__item__text span {
  font-weight: 500;
}

.house-images {
  margin-block: clamp(3rem, 2.5714rem + 1.1905vw, 4rem);
  margin-inline: auto;
  padding-left: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
}
.house-images__inner {
  padding-left: calc((100% - 1420px - clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem)) / 2);
}
.house-images .splide__track {
  border-radius: 16px;
}
.house-images .splide__slide {
  width: 100%;
  max-width: 670px;
}
@media (max-width: 767px) {
  .house-images .splide__slide {
    max-width: 75%;
  }
}
.house-images .splide__slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 670/468;
  width: 100%;
}
.house-images .splide__slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.house-images .splide__controls {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-right: clamp(1.5rem, -1.875rem + 9.375vw, 9.375rem);
}
.house-images .splide__button {
  pointer-events: all;
  cursor: pointer;
  padding: 17px 40px;
  background: #ffffff;
  border: none;
  border-radius: 50px;
  -webkit-transition: 150ms ease-in-out background-color;
  transition: 150ms ease-in-out background-color;
}
@media (max-width: 576px) {
  .house-images .splide__button {
    padding: 10px 20px;
  }
}
.house-images .splide__button:hover {
  background-color: #f8f6f4;
}
.house-images .splide__button--next {
  margin-left: auto;
}

/**
 * Settings
 */
/**
 * Easings
 */
/**
 * Core
 */
[data-sal] {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: var(--sal-duration, 0.2s);
          transition-duration: var(--sal-duration, 0.2s);
  -webkit-transition-delay: var(--sal-delay, 0s);
          transition-delay: var(--sal-delay, 0s);
  -webkit-transition-timing-function: var(--sal-easing, ease);
          transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  -webkit-transition-duration: 0.55s;
          transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  -webkit-transition-duration: 0.85s;
          transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  -webkit-transition-duration: 0.95s;
          transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
          transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  -webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
          transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
          transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/**
 * Animations
 */
[data-sal|=fade] {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-sal=slide-up] {
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
}

[data-sal=slide-down] {
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
}

[data-sal=slide-left] {
  -webkit-transform: translateX(20%);
      -ms-transform: translateX(20%);
          transform: translateX(20%);
}

[data-sal=slide-right] {
  -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
          transform: translateX(-20%);
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-sal=zoom-in] {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

[data-sal=zoom-out] {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

[data-sal|=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-sal=flip-left] {
  -webkit-transform: perspective(2000px) rotateY(-91deg);
          transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  -webkit-transform: perspective(2000px) rotateY(91deg);
          transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  -webkit-transform: perspective(2000px) rotateX(-91deg);
          transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  -webkit-transform: perspective(2000px) rotateX(91deg);
          transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
          animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.page-template-template-gallery .page-header__buttons {
  display: none !important;
}

.page-template-template-gallery .page-header__description {
  max-width: unset;
  width: 100%;
}
@media (max-width: 700px) {
  .page-template-template-gallery .page-header__description {
    padding: 0;
    margin: 0;
  }
}

[data-sal=slide-up] {
  -webkit-transform: translateY(5%);
      -ms-transform: translateY(5%);
          transform: translateY(5%);
}

[data-sal=zoom-in] {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.home-offer__heading {
  scroll-margin-top: 6rem;
}