@font-face {
  font-family: Gilroy;
  src: url('../fonts/gilroy.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: URW Gothic;
  src: url('../fonts/urwgothic-book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: URW Gothic;
  src: url('../fonts/urwgothic-bookoblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: URW Gothic;
  src: url('../fonts/urwgothic-demi.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: URW Gothic;
  src: url('../fonts/urwgothic-demioblique.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --light-1: #f6f4ef;
  --dark-1-80: #132430cc;
  --dark-1: #172d3e;
  --accent-1: #bc9e59;
  --light-2: #ede9df;
  --accent-2: #4a7fce;
  --dark-2: #2e7688;
  --light-1-30: #f6f4ef4d;
  --white: white;
  --light-1-15: #f6f4ef26;
  --light-1-60: #f6f4ef99;
  --dark-1-12: #1324301f;
  --accent-1-30: #bc9e594d;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--light-1);
  color: var(--dark-1-80);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: .75em;
  padding-right: .75em;
  font-family: Fraunces, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

h1 {
  color: var(--dark-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: URW Gothic, sans-serif;
  font-size: 4.75em;
  font-weight: 700;
  line-height: 1.03em;
}

h2 {
  color: var(--dark-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: URW Gothic, sans-serif;
  font-size: 3.75em;
  font-weight: 700;
  line-height: 1.05em;
}

h3 {
  color: var(--dark-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: URW Gothic, sans-serif;
  font-size: 2.75em;
  font-weight: 700;
  line-height: 1.09em;
}

h4 {
  color: var(--dark-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: URW Gothic, sans-serif;
  font-size: 2.125em;
  font-weight: 700;
  line-height: 1.15em;
}

h5 {
  color: var(--dark-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: URW Gothic, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.21em;
}

h6 {
  color: var(--dark-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: URW Gothic, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.22em;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.12em;
  line-height: 1.6em;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 2.2em;
  font-size: 1.12em;
  line-height: 1.6em;
}

li {
  padding: .3em;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  color: var(--dark-1);
  font-weight: 600;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 1px solid var(--accent-1);
  color: var(--dark-1);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: .9em;
  padding: .2em 0 .2em 1.2em;
  font-size: 1.37em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5em;
}

figure {
  border-radius: .75em;
  margin-top: 2.7em;
  margin-bottom: 2.7em;
  overflow: hidden;
}

figcaption {
  background-color: var(--light-2);
  color: var(--dark-1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.2em 2em;
  font-size: .9em;
  line-height: 1.5em;
}

.read-more-text {
  font-family: Open Sans, sans-serif;
}

.read-more-text h1 {
  margin-bottom: .4em;
}

.read-more-text h2, .read-more-text h3, .read-more-text h4, .read-more-text h5, .read-more-text h6 {
  margin-top: 1em;
  margin-bottom: .4em;
}

.read-more-text p {
  margin-bottom: 1.4em;
  font-family: Open Sans, sans-serif;
}

.read-more-text a {
  border-bottom: 1px solid var(--accent-2);
  color: var(--accent-2);
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94);
}

.read-more-text a:hover {
  border-bottom-color: var(--dark-1);
  color: var(--dark-1);
}

.link {
  border-bottom: 1px solid var(--accent-2);
  color: var(--accent-2);
  text-decoration: none;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94), color .2s cubic-bezier(.25, .46, .45, .94);
}

.link:hover {
  border-bottom-color: var(--dark-1);
  color: var(--dark-1);
}

.section-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100svh;
  padding-top: .75em;
  padding-bottom: .75em;
  display: flex;
}

.hero {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 10;
  border-radius: .75em;
  width: 100%;
  height: 100%;
  position: absolute;
}

.wrapper-hero {
  z-index: 20;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.dimming-video {
  z-index: 20;
  opacity: .3;
  background-color: #0000008a;
  border-radius: .75em;
  position: absolute;
  inset: 0%;
}

.hero-center {
  grid-row-gap: 1.3em;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5em 4%;
  display: flex;
}

.heading-hero {
  color: var(--light-1);
  max-width: 8em;
  font-size: 6em;
  line-height: 1em;
}

.heading-hero.cms {
  font-size: 4vw;
}

.heading-hero.dark {
  color: var(--dark-1);
  font-size: 6em;
}

.wave {
  background-image: url('../images/wave_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 4.38em;
  height: .38em;
}

.paragraph-hero {
  color: var(--light-1);
  max-width: 14em;
  font-family: Open Sans, sans-serif;
  font-size: 1.38em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph-hero.cms {
  max-width: 20em;
}

.paragraph-hero.large {
  color: var(--light-1);
  max-width: 24em;
}

.paragraph-hero.dark {
  color: var(--dark-1-80);
  max-width: 20em;
}

.paragraph-hero.dark.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-bottom {
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.link-circle {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0e1a2333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.8em;
  height: 3.8em;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.link-circle:hover {
  background-color: #0e1a2366;
}

.icon-circle {
  object-fit: contain;
  width: 1.5em;
  max-width: none;
  height: 1.5em;
}

.icon-circle.large {
  width: 2em;
  height: 2em;
}

.wrapper-icon-circle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-top {
  width: 100%;
  padding: 1.44em;
}

.navbar {
  background-color: #0000;
}

.grid-nav {
  grid-column-gap: .2em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  place-items: center stretch;
}

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

.nav-right {
  grid-column-gap: .7em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo {
  object-fit: contain;
  height: 4em;
}

.brand {
  padding: .6em .3em;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--light-1);
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 1.9em 1.8em 1.6em;
  font-family: URW Gothic, sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.2em;
}

.nav-link.dark {
  color: var(--dark-1);
  border-left-width: 1px;
  border-left-color: #000;
  border-right-width: 1px;
  border-right-color: #000;
}

.nav-link.dark.burger {
  text-align: left;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding: .5em 0;
  position: relative;
}

.wrapper-button {
  grid-column-gap: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-button {
  color: var(--light-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  padding-top: .3em;
  font-family: URW Gothic, sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.2em;
}

.text-button.dark {
  color: var(--dark-1);
}

.button {
  border-radius: .63em;
  padding: 1.2em;
  text-decoration: none;
  transition: padding .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  box-shadow: inset 0 0 0 1px #f6f4ef00;
}

.button:hover {
  box-shadow: inset 0 0 0 1px var(--light-1-30);
  padding-left: 1.9em;
  padding-right: 1.9em;
}

.button.dark {
  box-shadow: inset 0 0 0 1px #13243000;
}

.button.dark:hover {
  box-shadow: inset 0 0 0 1px #1324304d;
}

.button.is-navbar18-button {
  z-index: 1;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: relative;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.icon-button {
  flex: none;
  width: 1.13em;
  max-width: none;
  height: 1.13em;
}

.button-dark {
  background-color: var(--dark-1);
  border-radius: .63em;
  padding: 1.2em 1.9em;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.button-dark:hover {
  background-color: var(--dark-2);
}

.button-dark.small {
  padding: .8em 1.7em;
}

.button-dark.full {
  width: 100%;
}

.button-dark.absolute {
  position: absolute;
  bottom: 5%;
  right: 5%;
}

.desktop-button {
  grid-column-gap: .7em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile-button {
  grid-column-gap: .7em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.button-light {
  background-color: var(--light-1);
  border-radius: .63em;
  padding: 1.2em 1.9em;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.button-light:hover {
  background-color: var(--white);
}

.button-light.small {
  padding: .8em 1.7em;
}

.menu-button {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--light-1);
  background-color: #0e1a2333;
  border-radius: .63em;
  padding: .8em;
  font-size: 1.35em;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.menu-button:hover {
  background-color: #0e1a2366;
}

.menu-button.w--open {
  background-color: #0e1a2399;
}

.section {
  border-radius: .75em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: .75em;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.section.background {
  background-color: var(--light-2);
}

.section.appartement {
  background-color: var(--light-2);
  padding-top: 2em;
  padding-bottom: 4em;
}

.section.no-margin-top {
  padding-top: 0;
}

.section.no-margin-bottum {
  padding-bottom: 0;
}

.content {
  z-index: 50;
  width: 100%;
  max-width: 82em;
  padding-left: 3.5em;
  padding-right: 3.5em;
  position: relative;
}

.content.narrow {
  max-width: 56em;
}

.content.template {
  grid-row-gap: 8em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 56em;
  display: flex;
}

.content.appartement {
  max-width: none;
}

.block {
  grid-row-gap: 1.3em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block.left {
  text-align: left;
  align-items: flex-start;
  padding: 4em 5%;
}

.heading {
  max-width: 12em;
  margin-bottom: -.17em;
}

.heading.light {
  color: var(--light-1);
}

.heading.small {
  max-width: 25em;
}

.wave-accent {
  background-image: url('../images/wave_light.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 4.38em;
  height: .38em;
}

.paragraph {
  max-width: 27em;
  margin-bottom: .5em;
  font-family: Open Sans, sans-serif;
}

.paragraph.light {
  color: var(--light-1);
  max-width: 40em;
}

.paragraph.large {
  max-width: 38em;
}

.subtitle {
  color: var(--dark-1);
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: -.5em;
  font-family: URW Gothic, sans-serif;
  font-size: .65em;
  font-weight: 700;
  line-height: 1.2em;
}

.subtitle.light {
  color: var(--light-1);
}

.grid-services {
  grid-column-gap: 1em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3.7em;
}

.grid-services.appartement {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.border-icon-service {
  border: 1px solid var(--dark-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.6em;
  height: 4.6em;
  display: flex;
}

.service {
  grid-row-gap: 1.2em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-service {
  object-fit: contain;
  width: 2em;
  height: 2em;
}

.heading-service {
  max-width: 9em;
  margin-bottom: -.2em;
}

.heading-service.appartement {
  font-size: 1em;
}

.paragraph-service {
  max-width: 18em;
  font-size: 1em;
  line-height: 1.6em;
}

.section-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: .75em;
  display: flex;
}

.footer {
  background-color: var(--light-2);
  border-radius: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.grid-footer {
  grid-column-gap: 3em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 66em;
  margin-top: 8.4em;
  margin-bottom: 8.4em;
  padding-left: 3em;
  padding-right: 3em;
}

.bottom-footer {
  background-color: var(--dark-2);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.8em 1em;
  display: flex;
}

.link-bottom-footer {
  opacity: .4;
  color: var(--light-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 1.3em 1.6em 1em;
  font-family: URW Gothic, sans-serif;
  font-size: .63em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.link-bottom-footer:hover {
  opacity: 1;
}

.space-footer {
  background-color: var(--light-1);
  opacity: .4;
  border-radius: 100%;
  flex: none;
  width: 3px;
  height: 3px;
  margin-left: 1em;
  margin-right: 1em;
}

.block-footer {
  grid-row-gap: 1.8em;
  color: var(--dark-1-80);
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo-footer {
  height: 6em;
}

.paragraph-footer {
  color: var(--dark-1);
  margin-top: -.3em;
  font-style: italic;
}

.link-footer {
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  text-decoration: none;
  display: flex;
}

.text-footer {
  color: var(--dark-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  font-family: URW Gothic, sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.text-footer:hover {
  opacity: .3;
}

.border-icon-footer {
  border: 1px solid var(--light-1-15);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: flex;
}

.icon-footer {
  object-fit: contain;
  width: 2em;
  height: 2em;
}

.section-full {
  border-radius: .75em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: .75em;
  display: flex;
}

.section-full.background {
  background-color: var(--light-2);
}

.section-full.dark {
  background-color: var(--dark-1);
  padding-bottom: 8rem;
}

.section-full.margin-top {
  margin-top: 8.75rem;
}

.grid-instagram {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.image-instagram {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.link-instagram {
  border-radius: .75em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-instagram {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0e1a234d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.6em;
  height: 4.6em;
  display: flex;
  position: absolute;
}

.slider {
  background-color: var(--dark-1);
  border-radius: .75em;
  min-height: 30vw;
  overflow: hidden;
}

.image-slide {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-slide.bot {
  object-position: 50% 100%;
}

.slide-nav {
  display: none;
}

.slide-arrow {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 1em;
  display: flex;
}

.slide-arrow.left2 {
  bottom: 4rem;
  left: -60px;
}

.slide-arrow.right2 {
  bottom: 4rem;
  right: -60px;
}

.block-circle {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0e1a2333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.6em;
  height: 4.6em;
  display: flex;
}

.slider-reviews {
  background-color: #0000;
  border-radius: .75em;
  height: auto;
  overflow: hidden;
}

.block-circle-light {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0e1a230d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.6em;
  height: 4.6em;
  display: flex;
}

.block-circle-light.filled {
  background-color: var(--light-1);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  flex: none;
}

.review {
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8em 15%;
  display: flex;
}

.heading-review {
  max-width: 23em;
  font-family: Fraunces, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.25em;
}

.avatar-review {
  border-radius: 100%;
  width: 4.4em;
  height: 4.4em;
}

.block-review {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.2em;
  display: flex;
}

.name-review {
  margin-top: 1em;
  font-size: 1em;
  line-height: 1.2em;
}

.info-review {
  margin-top: .1em;
  font-size: .75em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4em;
}

.link-banner {
  background-color: #907c78;
  border-radius: .75em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  min-height: 34em;
  padding: 6em 3.6em 3.6em;
  text-decoration: none;
  transition: width .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-banner:hover {
  width: 110%;
}

.link-banner.color {
  background-color: #3f6f7d;
}

.banners {
  grid-column-gap: .75em;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.wrapper-banner {
  z-index: 10;
  grid-column-gap: 1em;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.heading-banner {
  color: var(--light-1);
  max-width: 20ch;
  margin-bottom: -.17em;
}

.paragraph-banner {
  color: var(--light-1);
  max-width: 35ch;
  margin-top: 1.2em;
}

.wrapper-paragraph-banner {
  overflow: hidden;
}

.image-banner {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper {
  margin-top: 2em;
}

.collection-list {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item {
  background-color: var(--white);
  border-radius: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.link-thumbnail {
  border-radius: .75em;
  overflow: hidden;
}

.image-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 28em;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
}

.image-thumbnail:hover {
  transform: scale(1.05);
}

.block-stay {
  grid-row-gap: 1.4em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.7em;
  display: flex;
}

.paragraph-stay {
  max-width: 20em;
  font-size: 1em;
  line-height: 1.6em;
}

.paragraph-stay.light {
  color: var(--white);
}

.paragraph-stay.bold {
  font-weight: 600;
}

.paragraph-stay.bold.small {
  font-size: .8em;
}

.heading-stay {
  margin-bottom: -.3em;
}

.heading-stay.light {
  color: var(--light-1);
}

.link-heading-stay {
  text-decoration: none;
}

.button-outline-dark {
  background-color: #0000;
  border-radius: .63em;
  padding: 1.2em 1.9em;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  box-shadow: inset 0 0 0 1px #13243026;
}

.button-outline-dark:hover {
  box-shadow: inset 0 0 0 2px var(--accent-1);
}

.button-outline-dark.small {
  padding: .8em 1.7em;
}

.button-outline-dark.small:hover {
  box-shadow: inset 0 0 0 2px var(--dark-1);
}

.block-button {
  grid-column-gap: .75em;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.empty-state {
  background-color: var(--white);
  text-align: center;
  border-radius: .75em;
  padding: 1.2em;
}

.text-empty {
  color: var(--dark-1);
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.5em;
}

.subsection {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 8.75em;
  display: flex;
}

.subsection.color {
  background-color: var(--light-2);
  border-radius: .75rem;
}

.grid-2-columns {
  grid-column-gap: 4em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
}

.image-map {
  object-fit: cover;
  border-radius: .75em;
  width: 100%;
}

.image-full {
  z-index: 0;
  border-radius: 0 0 .75em .75em;
  width: 100%;
  margin-top: -8vw;
  position: relative;
}

.strip {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.strip-block {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-strip {
  object-fit: cover;
  border-radius: .75em;
  width: 26vw;
  height: 32vw;
  margin-left: 1.8em;
  margin-right: 1.8em;
}

.image-strip.margin {
  margin-top: 5.4em;
}

.section-navbar {
  z-index: 500;
  background-color: var(--light-1);
  border-radius: 0 0 .75em .75em;
  padding-left: .75em;
  padding-right: .75em;
  position: fixed;
  inset: 0% 0% auto;
}

.section-top {
  border-radius: .75em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  margin-bottom: .75em;
  padding-top: 8em;
  padding-bottom: 8.5em;
  display: flex;
}

.section-top.padding-0-0 {
  margin-top: 5em;
  padding-top: 0;
  padding-bottom: 0;
}

.section-top.image-bg {
  background-image: linear-gradient(to bottom, #00000026, #00000026), linear-gradient(to bottom, var(--dark-1), var(--dark-1));
  min-height: 42vw;
  padding-top: 10em;
  padding-bottom: 10em;
}

.section-top.image-bg.image {
  background-image: url('../images/ostsee9_1.avif'), linear-gradient(to bottom, #00000026, #00000026), linear-gradient(to bottom, var(--dark-1), var(--dark-1));
  background-position: 50%, 0 0, 0 0;
  background-size: auto, auto, auto;
}

.section-top.dark {
  background-color: var(--dark-1);
}

.section-top.padding-0 {
  padding-bottom: 0;
}

.wrapper-top {
  grid-row-gap: 1.3em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 82em;
  padding-left: 3.5em;
  padding-right: 3.5em;
  display: flex;
}

.collection-list-page {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-page {
  grid-column-gap: .75em;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.collection-item-page:nth-child(2n) {
  flex-direction: row-reverse;
}

.link-thumbnail-page {
  border-radius: .75em;
  width: 100%;
  height: 35rem;
  overflow: hidden;
}

.image-thumbnail-page {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
}

.image-thumbnail-page:hover {
  transform: scale(1.03);
}

.block-stay-page {
  grid-row-gap: 1.4em;
  background-color: var(--dark-1);
  text-align: left;
  border-radius: .75em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding: 3.2em;
  display: flex;
}

.button-outline-light {
  box-shadow: inset 0 0 0 1px var(--light-1-30);
  background-color: #0000;
  border-radius: .63em;
  padding: 1.2em 1.9em;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.button-outline-light:hover {
  box-shadow: inset 0 0 0 2px var(--light-1);
}

.button-outline-light.small {
  box-shadow: inset 0 0 0 1px var(--white);
  padding: .8em 1.7em;
}

.wrapper-stay-single {
  grid-column-gap: .75em;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 80vh;
  display: flex;
}

.image-main-single {
  object-fit: cover;
  border-radius: .75em;
  width: 100%;
  height: 100%;
}

.block-main-single {
  width: 100%;
  height: 100%;
  position: relative;
}

.block-stay-single {
  grid-row-gap: 1.25em;
  background-color: var(--dark-1);
  text-align: left;
  border-radius: .75em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding: 3.2em;
  display: flex;
}

.collection-list-gallery {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-cms-gallery {
  border-radius: .75em;
  width: 100%;
}

.image-block {
  object-fit: cover;
  border-radius: .75em;
  width: 100%;
}

.heading-quote {
  max-width: 23em;
  font-family: Fraunces, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.25em;
}

.signature-quote {
  height: 2.4em;
  margin-top: 1em;
}

.info-signature-quote {
  margin-top: -.3em;
  font-size: .875em;
  line-height: 1.1em;
}

.block-image-top {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 3em;
  margin-bottom: 2em;
  display: flex;
}

.image-top {
  z-index: 16;
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
  border-radius: .75em;
  width: 30%;
  margin-top: 8%;
  position: relative;
}

.image-top.left {
  z-index: 5;
  margin-top: 0%;
  margin-right: -15%;
  transform: rotate(-9deg);
}

.image-top.right {
  z-index: 15;
  margin-top: 4%;
  margin-left: -15%;
  transform: rotate(7deg);
}

.reservation {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56em;
  margin-top: 4.5em;
  padding-left: 3.5em;
  padding-right: 3.5em;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.field-label {
  color: var(--dark-1);
  letter-spacing: .03em;
  margin-bottom: .5em;
  font-family: URW Gothic, sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.2em;
}

.text-field {
  background-color: var(--white);
  color: var(--dark-1);
  border: 1px solid #0000;
  border-radius: .63em;
  height: 3.56em;
  margin-bottom: 0;
  padding: 1em 1.2em;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: var(--accent-1);
}

.text-field::placeholder {
  color: #13243080;
}

.block-field {
  width: 100%;
}

.wrapper-field {
  grid-column-gap: .75em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.8em;
  display: flex;
}

.select-field {
  background-color: var(--white);
  color: var(--dark-1);
  border: 1px solid #0000;
  border-radius: .63em;
  height: 3.56em;
  margin-bottom: 0;
  padding: 1em;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.select-field:focus {
  border-color: var(--accent-1);
}

.textarea {
  background-color: var(--white);
  color: var(--dark-1);
  border: 1px solid #0000;
  border-radius: .63em;
  min-width: 100%;
  max-width: 100%;
  min-height: 14em;
  max-height: 30em;
  margin-bottom: 0;
  padding: 1em 1.2em;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.textarea:focus {
  border-color: var(--accent-1);
}

.textarea::placeholder {
  color: #13243080;
}

.heading-field {
  margin-bottom: 1.7em;
}

.submit-button {
  background-color: var(--dark-1);
  color: var(--light-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  border-radius: .63em;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.4em 3.4em 2.1em;
  font-family: URW Gothic, sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.2em;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  background-color: var(--dark-2);
}

.submit-button.coming-soon {
  flex: 0 auto;
  width: auto;
  height: 4.56em;
  margin-left: 0;
  margin-right: 0;
  padding: 1em 1.2em;
  overflow: clip;
}

.form {
  grid-row-gap: 1.9em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form.coming-soon {
  grid-column-gap: 1.9em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 40em;
}

.form.coming-soon.start {
  width: 30em;
}

.group-field {
  width: 100%;
}

.text-success {
  color: var(--dark-1);
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.4em;
}

.success-message {
  background-color: var(--light-2);
  border-radius: .75em;
  padding: 1.4em 1.6em;
}

.error-message {
  background-color: #cc000014;
  border-radius: .75em;
  margin-top: 1.4em;
  padding: 1.4em 1.6em;
}

.text-error {
  color: #c00;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.4em;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 8em 3em 4em;
  display: flex;
}

.utility-page-content {
  grid-row-gap: 1.3em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 22em;
  display: flex;
}

.utility-page-form {
  grid-row-gap: 1.3em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-template {
  margin-bottom: .6em;
}

.grid-colors {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-color {
  background-color: var(--white);
  border-radius: .75em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 8em;
  padding: 1em 1.2em;
  display: flex;
}

.block-color.light-1 {
  background-color: var(--light-1);
}

.block-color.light-1-60 {
  background-color: var(--light-1-60);
}

.block-color.light-1-30 {
  background-color: var(--light-1-30);
}

.block-color.light-1-15 {
  background-color: var(--light-1-15);
}

.block-color.light-2 {
  background-color: var(--light-2);
}

.block-color.dark-1 {
  background-color: var(--dark-1);
}

.block-color.dark-2 {
  background-color: var(--dark-2);
}

.block-color.dark-1-80 {
  background-color: var(--dark-1-80);
}

.block-color.dark-1-12 {
  background-color: var(--dark-1-12);
}

.block-color.accent-1 {
  background-color: var(--accent-1);
}

.block-color.accent-1-30 {
  background-color: var(--accent-1-30);
}

.block-color.accent-2 {
  background-color: var(--accent-2);
}

.hex-color {
  opacity: .5;
  color: var(--dark-1);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: URW Gothic, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.3em;
}

.hex-color.light {
  color: var(--light-1);
}

.text-color {
  color: var(--dark-1);
  letter-spacing: .05em;
  margin-bottom: .15em;
  font-family: URW Gothic, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3em;
}

.text-color.light {
  color: var(--light-1);
}

.button-template {
  grid-column-gap: .75em;
  grid-row-gap: 1em;
  background-color: var(--dark-1);
  border-radius: .75em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .7em;
  padding: 1.4em;
  display: flex;
}

.button-template.light {
  background-color: var(--light-2);
}

.paragraph-template {
  margin-bottom: 2.2em;
}

.fraunces {
  font-family: Fraunces, sans-serif;
  font-weight: 300;
}

.font-template {
  grid-column-gap: .75em;
  grid-row-gap: 1em;
  background-color: var(--light-2);
  border-radius: .75em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .7em;
  padding: 2em;
  display: flex;
}

.grid-licensing {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-template {
  object-fit: cover;
  border-radius: .75em;
  width: 100%;
  max-height: 32em;
}

.grid-icon-licensing {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  grid-auto-columns: auto;
  justify-content: start;
}

.form-block-2 {
  margin-top: 4em;
}

.div-block {
  margin-top: 2em;
}

.navbar18_component {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: var(--light-1);
  color: var(--dark-1);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar18_component.main {
  z-index: 0;
  background-color: #0000;
  padding-top: .75em;
  padding-bottom: .75em;
}

.navbar18_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar18_logo-link {
  z-index: 2;
  padding-left: 0;
}

.navbar18_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar18_menu {
  background-color: var(--light-2);
  border-radius: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100dvh;
  padding-left: 5%;
  padding-right: 5%;
  transition: height .5s;
  position: absolute;
  inset: 0% 0% auto;
  overflow: auto;
}

.navbar18_menu-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 4.5rem;
  display: flex;
  position: relative;
}

.navbar18_links-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  width: 100%;
  max-width: 50rem;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 3rem;
  display: flex;
}

.navbar18_link {
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-family: URW Gothic, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.navbar18_link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar18_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-size-large {
  font-size: 1.25rem;
}

.navbar18_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar18_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.icon-embed-xsmall {
  color: var(--dark-1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.icon-embed-xsmall:hover {
  color: var(--dark-2);
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.navbar18_menu-button {
  z-index: 1;
  padding: 0;
}

.navbar18_menu-button.w--open {
  background-color: #c8c8c800;
}

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-icon4_line-top {
  background-color: var(--dark-1);
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.menu-icon4_line-middle {
  background-color: var(--dark-1);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon4_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.menu-icon4_line-middle-base {
  background-color: var(--dark-1);
  width: 24px;
  height: 2px;
  position: absolute;
}

.menu-icon4_line-bottom {
  background-color: var(--dark-1);
  width: 24px;
  height: 2px;
}

.section_content31 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.content31_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.content31_component.small {
  grid-template-columns: 1.25fr 1fr;
}

.content31_content {
  margin-bottom: 4rem;
}

.content31_newsletter {
  background-color: var(--light-2);
  border-radius: .75rem;
  padding: 2rem;
  position: sticky;
  top: 7.2rem;
  overflow: hidden;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  margin: 0 0 1rem;
}

.margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h6 {
  font-family: URW Gothic, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.content31_form {
  margin-bottom: 0;
}

.content31_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.form_input::placeholder {
  color: var(--\<unknown\|relume-variable-neutral-shade-7-60\>);
}

.text-size-tiny {
  font-size: .75rem;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.content31_block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.content31_block.margin-top {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.button-2 {
  background-color: var(--dark-1);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: URW Gothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.button-2:hover {
  background-color: var(--dark-2);
}

.button-2.absolute {
  pointer-events: none;
  width: 15rem;
  position: absolute;
  inset: auto 5% 5% auto;
}

.section_layout16 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.layout16_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium {
  font-size: 1.125rem;
}

.layout16_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.layout16_item-list.fw {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout16_item-list.fw.flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout16_item {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  display: flex;
}

.layout16_item.bg {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--light-1);
  border-radius: .75em;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.layout16_item-icon-wrapper {
  flex: 0 auto;
  align-self: flex-start;
}

.layout16_item-text-wrapper {
  flex: 0 auto;
}

.margin-top {
  margin: 1rem 0 0;
}

.margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.xl {
  margin-top: 4rem;
}

.margin-top.small {
  margin-top: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
  align-items: center;
}

.button-3 {
  border-radius: .63em;
  padding: 1.2em;
  text-decoration: none;
  transition: padding .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  box-shadow: inset 0 0 0 1px #f6f4ef00;
}

.button-3:hover {
  box-shadow: inset 0 0 0 1px var(--light-1-30);
  padding-left: 1.9em;
  padding-right: 1.9em;
}

.button-3.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-3.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout16_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.layout16_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_gallery8 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

.text-align-center {
  text-align: center;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.gallery8_list {
  column-count: 2;
  column-gap: 2rem;
}

.gallery8_lightbox-link {
  object-fit: cover;
  border-radius: .75rem;
  width: 100%;
  max-width: 100%;
  height: 20rem;
  margin-bottom: 2rem;
  display: inline-block;
  overflow: clip;
}

.gallery8_lightbox-link.big {
  height: 40rem;
}

.gallery8_lightbox-link.auto {
  height: 100%;
}

.gallery8_image-wrapper-large {
  object-fit: cover;
  border-radius: .75rem;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: clip;
}

.gallery8_image1 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery8_image-wrapper {
  border-radius: .75rem;
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.gallery8_image3, .gallery8_image2 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery8_image4 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider3_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.slider3_mask {
  width: 33.33%;
  overflow: visible;
}

.slider3_slide {
  padding-left: .875rem;
  padding-right: .875rem;
}

.slider-content-replace-this-div {
  text-align: center;
  border: 2px dashed #0000001a;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider3_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.section_gallery18 {
  overflow: hidden;
}

.gallery18_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery18_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
}

.gallery18_mask {
  width: 33.33%;
  overflow: visible;
}

.gallery18_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery18_lightbox-link {
  width: 100%;
}

.gallery18_image-wrapper {
  border-radius: .7rem;
  width: 100%;
  overflow: hidden;
}

.gallery18_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-arrow {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.item-list.gap-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.image {
  border-radius: .75rem;
}

.image.grundriss {
  border-radius: 0;
}

.image-2 {
  width: 350px;
  height: 100%;
}

.div-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-footer-2 {
  color: #172d3e;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-family: URW Gothic, sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.2em;
}

.slide-2, .mask-2 {
  width: 100%;
  height: 100%;
}

.slider-2 {
  border-radius: .75em;
  width: 100%;
  height: 100%;
}

.icon, .icon-2 {
  color: var(--dark-1);
}

.white {
  color: var(--white);
}

.info-block {
  border: 2px solid var(--white);
  border-radius: .75em;
  padding: .75rem;
}

.image-logo {
  width: 30em;
  padding: 60px;
}

.div-block-4 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_layout179 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

.layout179_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout179_item {
  text-align: center;
}

.layout179_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.layout179_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.padding-top {
  padding-top: 7rem;
}

.padding-top.small {
  padding-top: 1rem;
}

.padding-top.big {
  padding-top: 20rem;
}

.list-item {
  font-family: Open Sans, sans-serif;
}

.faq11_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.section_faq11 {
  color: #000;
  background-color: #fff;
}

.faq11_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.faq11_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq11_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.margin-top-2, .margin-top-2.margin-medium, .margin-top-2.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-4 {
  color: #000;
  text-align: center;
  background-color: #f2e9e4;
  border: 1px #000;
  border-radius: 15px;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

.button-4.is-secondary {
  color: #000;
  background-color: #0000;
}

.faq11_content {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq11_accordion {
  background-color: #faf8f6;
  border: 1px #000;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.read-more-btn {
  width: 100%;
}

.read-more-btn.button-dark.small {
  width: 15em;
  margin-top: 1em;
}

.list-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15rem;
  padding-bottom: 8rem;
  display: flex;
}

.div {
  padding-left: 3rem;
  padding-right: 3rem;
}

.rich-text-block-2 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  width: 550px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.8em;
  }

  h2 {
    font-size: 2.9em;
  }

  h3 {
    font-size: 2.3em;
  }

  h4 {
    font-size: 1.6em;
  }

  h5 {
    font-size: 1.3em;
  }

  .heading-hero {
    font-size: 10vw;
  }

  .heading-hero.cms {
    font-size: 6vw;
  }

  .hero-top {
    padding: 1.2em;
  }

  .nav-menu {
    background-color: var(--dark-2);
    border-radius: .75em;
    margin-top: .7em;
    padding: 1em .5em;
  }

  .nav-link.dark {
    color: var(--light-2);
  }

  .nav-link.dark.burger {
    color: var(--dark-1);
    font-size: 2rem;
  }

  .desktop-button {
    display: none;
  }

  .mobile-button {
    grid-row-gap: .5em;
    flex-direction: column;
    margin-top: .5em;
    display: flex;
  }

  .menu-button.dark {
    color: var(--dark-1);
    background-color: #0e1a230d;
  }

  .menu-button.dark:hover {
    background-color: #0e1a231a;
  }

  .section {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .content.template {
    grid-row-gap: 7em;
  }

  .content.appartement {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-services.appartement {
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-footer {
    margin-top: 6.4em;
    margin-bottom: 6.4em;
  }

  .slide-arrow.left2 {
    left: -40px;
  }

  .slide-arrow.right2 {
    right: -40px;
  }

  .review {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .link-banner {
    min-height: 28em;
  }

  .banners {
    grid-row-gap: .75em;
    flex-direction: column;
  }

  .image-thumbnail {
    height: 32vw;
  }

  .block-stay {
    padding: 2em;
  }

  .subsection {
    margin-top: 6.75em;
  }

  .grid-2-columns {
    grid-column-gap: 3em;
  }

  .image-strip {
    margin-left: 1em;
    margin-right: 1em;
  }

  .section-top {
    padding-top: 6em;
    padding-bottom: 6.5em;
  }

  .link-thumbnail-page {
    height: 52vw;
  }

  .block-stay-page {
    padding: 2em;
  }

  .wrapper-stay-single {
    grid-row-gap: .75em;
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: auto;
  }

  .block-stay-single {
    width: 100%;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .navbar18_container {
    grid-auto-columns: 1fr;
  }

  .navbar18_menu {
    flex-direction: column;
    justify-content: center;
    position: absolute;
  }

  .navbar18_menu-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar18_links-wrapper {
    padding-top: 12.5rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }

  .navbar18_link {
    font-size: 2.5rem;
  }

  .navbar18_bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar18_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar18_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .menu-icon4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-icon4_line-top {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon4_line-middle {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon4_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon4_line-middle-base {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon4_line-bottom {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .content31_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .content31_component.small {
    grid-template-columns: 1.25fr;
  }

  .content31_content {
    margin-bottom: 3rem;
  }

  .content31_newsletter {
    position: static;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout16_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .slider3_component {
    padding-left: 0;
    padding-right: 0;
  }

  .slider3_mask {
    width: 100%;
  }

  .slider3_slide {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
  }

  .layout179_content {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 3.1em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 1.9em;
  }

  h4 {
    font-size: 1.5em;
  }

  h6 {
    font-size: 1.1em;
  }

  .hero-center {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .heading-hero.dark {
    font-size: 5em;
  }

  .paragraph-hero {
    font-size: 1.26em;
  }

  .icon-circle.large {
    width: 1.5em;
    height: 1.5em;
  }

  .button.is-navbar18-button {
    padding: .25rem 1rem;
  }

  .section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .content {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .block.left {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-services {
    grid-template-columns: 1fr 1fr;
  }

  .grid-footer {
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
    margin-top: 5.4em;
    margin-bottom: 5.4em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .bottom-footer {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .logo-footer {
    height: 6em;
  }

  .grid-instagram {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link-instagram.hide {
    display: none;
  }

  .icon-instagram {
    width: 3.8em;
    height: 3.8em;
  }

  .slide-arrow {
    padding-left: 2%;
    padding-right: 2%;
  }

  .slide-arrow.left2 {
    left: -25px;
  }

  .slide-arrow.right2 {
    right: -25px;
  }

  .block-circle, .block-circle-light, .block-circle-light.filled {
    width: 3.8em;
    height: 3.8em;
  }

  .review {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .link-banner {
    min-height: 24em;
    padding: 2em;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .image-thumbnail {
    height: 100vw;
  }

  .block-stay {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .subsection {
    margin-top: 5.75em;
  }

  .grid-2-columns {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .image-strip {
    width: 39vw;
    height: 47vw;
    margin-left: .7em;
    margin-right: .7em;
  }

  .section-top {
    padding-top: 5em;
    padding-bottom: 5.5em;
  }

  .section-top.image-bg {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .collection-list-page {
    grid-row-gap: .75em;
  }

  .collection-item-page, .collection-item-page:nth-child(2n) {
    flex-direction: column;
  }

  .link-thumbnail-page {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 90vw;
  }

  .block-stay-page {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    padding: 3em 2.5em;
  }

  .block-stay-single {
    padding: 3em 2.5em;
  }

  .reservation {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .utility-page-wrap {
    padding: 6em 1.5em 2em;
  }

  .grid-colors, .grid-licensing {
    grid-template-columns: 1fr 1fr;
  }

  .grid-icon-licensing {
    grid-template-columns: auto auto auto auto;
  }

  .navbar18_component {
    min-height: 4rem;
  }

  .navbar18_menu-wrapper {
    padding-top: 4rem;
  }

  .navbar18_links-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar18_link {
    font-size: 1.5rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .content31_content {
    margin-bottom: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .layout16_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery8_list {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .gallery8_lightbox-link {
    margin-bottom: 1.5rem;
  }

  .slider3_component {
    padding-bottom: 3rem;
  }

  .slider3_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery18_slider {
    padding-bottom: 3rem;
  }

  .gallery18_mask {
    width: 50%;
  }

  .gallery18_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .layout179_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .faq11_question {
    padding: 1rem 1.25rem;
  }

  .faq11_icon-wrapper {
    width: 1.75rem;
  }

  .faq11_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq11_content {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .section-text {
    justify-content: center;
    align-items: flex-start;
  }

  .div {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rich-text-block-2 {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.6em;
  }

  h4 {
    font-size: 1.4em;
  }

  h5 {
    font-size: 1.2em;
  }

  .heading-hero {
    font-size: 12vw;
  }

  .heading-hero.cms {
    font-size: 8vw;
  }

  .heading-hero.dark {
    font-size: 3em;
  }

  .paragraph-hero.dark.center {
    text-align: center;
  }

  .hero-bottom {
    margin-bottom: 1em;
  }

  .nav-link.dark.burger {
    font-size: 1.4rem;
  }

  .button-dark.absolute {
    bottom: 11%;
  }

  .section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .block.left {
    justify-content: center;
    align-items: center;
  }

  .heading, .paragraph.light {
    text-align: center;
  }

  .grid-services.appartement {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-footer {
    margin-top: 4.4em;
    margin-bottom: 4.4em;
  }

  .slide-arrow.left2 {
    left: -20px;
  }

  .slide-arrow.right2 {
    right: -20px;
  }

  .review {
    padding: 4em 20%;
  }

  .block-stay {
    padding: 2em 1.5em;
  }

  .subsection {
    margin-top: 4.75em;
  }

  .grid-2-columns {
    grid-row-gap: 3em;
  }

  .section-top {
    padding-top: 4em;
    padding-bottom: 4.5em;
  }

  .block-stay-single {
    padding-left: 2em;
    padding-right: 2em;
  }

  .block-image-top {
    margin-top: 1.5em;
  }

  .image-top, .image-top.left {
    width: 6rem;
  }

  .wrapper-field {
    grid-row-gap: 1.8em;
    flex-direction: column;
  }

  .submit-button {
    flex: 0 auto;
    width: 100%;
    padding: 2em;
  }

  .grid-colors {
    grid-template-columns: 1fr;
  }

  .button-template {
    flex-direction: column;
  }

  .grid-icon-licensing {
    grid-template-columns: auto auto;
  }

  .navbar18_menu-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .navbar18_links-wrapper {
    flex-flow: column;
    flex: 0 auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-top: 40%;
  }

  .navbar18_bottom {
    flex: none;
  }

  .icon-embed-xsmall {
    width: 2.5rem;
    height: 2.5rem;
  }

  .content31_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .content31_component.small {
    grid-template-columns: 1.25fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .content31_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .layout16_content, .layout16_item-list {
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-2 {
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .layout179_content {
    grid-template-columns: 1fr;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq11_content {
    grid-template-columns: 1fr;
  }

  .section-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
}

#w-node-c5be53ab-e8ea-f81d-f69a-f841ec241da0-71221d74, #w-node-c5be53ab-e8ea-f81d-f69a-f841ec241da7-71221d74, #w-node-c5be53ab-e8ea-f81d-f69a-f841ec241dae-71221d74, #w-node-c5be53ab-e8ea-f81d-f69a-f841ec241db5-71221d74, #w-node-c5be53ab-e8ea-f81d-f69a-f841ec241dbc-71221d74, #w-node-c5be53ab-e8ea-f81d-f69a-f841ec241dc4-71221d74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da81788b-53f4-05a4-680d-70eae9a9d4dd-71221d74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_54145bf7-0c91-5c2f-40d3-2bd13e028223-3e028220, #w-node-_54145bf7-0c91-5c2f-40d3-2bd13e028229-3e028220, #w-node-_54145bf7-0c91-5c2f-40d3-2bd13e028230-3e028220, #w-node-_58703736-196d-087a-5c77-205121b9361a-21b93618, #w-node-_58703736-196d-087a-5c77-205121b9361f-21b93618, #w-node-_58703736-196d-087a-5c77-205121b93624-21b93618, #w-node-_58703736-196d-087a-5c77-205121b93629-21b93618, #w-node-_58703736-196d-087a-5c77-205121b9362e-21b93618, #w-node-_7055beb5-4684-e756-5027-6ce817b06fc9-17b06fc7, #w-node-_7055beb5-4684-e756-5027-6ce817b06fe1-17b06fc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfa72421-748e-d7eb-1955-c271a0cc5e16-71221d77, #w-node-_03ccc11b-55f6-b755-22b6-d15d38b5839f-71221d77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d558e463-72ec-b9c3-940f-2a61f08fcbae-71221d77, #w-node-d558e463-72ec-b9c3-940f-2a61f08fcbb5-71221d77, #w-node-d558e463-72ec-b9c3-940f-2a61f08fcbbc-71221d77, #w-node-d558e463-72ec-b9c3-940f-2a61f08fcbc3-71221d77, #w-node-d558e463-72ec-b9c3-940f-2a61f08fcbca-71221d77, #w-node-d558e463-72ec-b9c3-940f-2a61f08fcbd1-71221d77, #w-node-_173c54f7-89e1-3e54-efa4-f77f9f4ec8db-71221d7a, #w-node-_173c54f7-89e1-3e54-efa4-f77f9f4ec8e2-71221d7a, #w-node-_173c54f7-89e1-3e54-efa4-f77f9f4ec8e9-71221d7a, #w-node-_173c54f7-89e1-3e54-efa4-f77f9f4ec8f0-71221d7a, #w-node-_173c54f7-89e1-3e54-efa4-f77f9f4ec8f7-71221d7a, #w-node-_173c54f7-89e1-3e54-efa4-f77f9f4ec8ff-71221d7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_088f5da9-4a0e-905d-8326-0c59157ad14f-71221d7a, #w-node-_088f5da9-4a0e-905d-8326-0c59157ad155-71221d7a, #w-node-_088f5da9-4a0e-905d-8326-0c59157ad15b-71221d7a, #w-node-_4d50fec3-5f1e-6a40-cca2-edc5bf3a6976-71221d7a, #w-node-b950d9b1-bb6c-590c-c194-6253a84474ff-71221d7a, #w-node-b155144d-0a7e-8f39-8385-3aabd3d7667e-71221d7a, #w-node-_6055f975-649c-269c-79d4-ff7936e29fb9-71221d7a, #w-node-_157497e1-ace9-9c44-aa66-7407f9bf6c9c-71221d7a, #w-node-_381a76dc-770b-cf9c-6f79-c38cea22437f-71221d7a, #w-node-f9cbf421-7d1a-ea3a-6e4b-beaf0176c3a5-71221d7a, #w-node-f9e3c0d8-f13e-76d8-823c-366d816f4398-71221d7a, #w-node-f469f482-ad0e-6014-02bd-bbe234ac454c-71221d7a, #w-node-_923eb8b2-15ba-7bb7-e180-3ca55a2b5ed7-71221d7a, #w-node-_923eb8b2-15ba-7bb7-e180-3ca55a2b5edd-71221d7a, #w-node-_923eb8b2-15ba-7bb7-e180-3ca55a2b5ee3-71221d7a, #w-node-_923eb8b2-15ba-7bb7-e180-3ca55a2b5ee9-71221d7a, #w-node-_923eb8b2-15ba-7bb7-e180-3ca55a2b5eef-71221d7a, #w-node-_923eb8b2-15ba-7bb7-e180-3ca55a2b5ef5-71221d7a, #w-node-_923eb8b2-15ba-7bb7-e180-3ca55a2b5efb-71221d7a, #w-node-_923eb8b2-15ba-7bb7-e180-3ca55a2b5f01-71221d7a, #w-node-_923eb8b2-15ba-7bb7-e180-3ca55a2b5f07-71221d7a, #w-node-_923eb8b2-15ba-7bb7-e180-3ca55a2b5f0d-71221d7a, #w-node-_923eb8b2-15ba-7bb7-e180-3ca55a2b5f13-71221d7a, #w-node-_923eb8b2-15ba-7bb7-e180-3ca55a2b5f19-71221d7a {
  align-self: start;
}

#w-node-e61edb74-5152-8ff2-38c6-2b3550557016-71221d7b, #w-node-e5be0fa9-ebc9-01e5-da82-381e05d62c4f-71221d7d, #w-node-e61edb74-5152-8ff2-38c6-2b3550557016-71221d7d, #w-node-d7d4d133-3bd7-9f8b-eb64-8daef71219e0-71221d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e29d2dfa-5197-0809-1e9f-7c01d210d5a5-71221d7d, #w-node-e29d2dfa-5197-0809-1e9f-7c01d210d5ab-71221d7d, #w-node-e29d2dfa-5197-0809-1e9f-7c01d210d5b1-71221d7d {
  align-self: start;
}

#w-node-_47576589-f35d-ff22-fdf6-2e1109a4b7c8-71221d7d, #w-node-_0da50863-0679-3d2b-43ed-34d891348b66-71221d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_17f26a9b-fd8b-a54a-14dd-5b725ee3e96d-71221d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_17f26a9b-fd8b-a54a-14dd-5b725ee3e973-71221d7e {
  align-self: start;
}

#w-node-_17f26a9b-fd8b-a54a-14dd-5b725ee3e979-71221d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_17f26a9b-fd8b-a54a-14dd-5b725ee3e97f-71221d7e {
  align-self: start;
}

#w-node-_4427ed55-3738-c65c-1829-24b935aa47d6-71221d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4427ed55-3738-c65c-1829-24b935aa47dc-71221d7e {
  align-self: start;
}

#w-node-_4427ed55-3738-c65c-1829-24b935aa47e2-71221d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4427ed55-3738-c65c-1829-24b935aa47e8-71221d7e {
  align-self: start;
}

#w-node-_3f7460bc-1a09-1791-24f8-c0f1f314b4a1-71221d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3f7460bc-1a09-1791-24f8-c0f1f314b4a7-71221d7e {
  align-self: start;
}

#w-node-_3f7460bc-1a09-1791-24f8-c0f1f314b4ad-71221d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3f7460bc-1a09-1791-24f8-c0f1f314b4b3-71221d7e {
  align-self: start;
}

#w-node-e971e42b-b260-a106-944f-6a035513f9b7-71221d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e971e42b-b260-a106-944f-6a035513f9bd-71221d7e {
  align-self: start;
}

#w-node-e971e42b-b260-a106-944f-6a035513f9c3-71221d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e971e42b-b260-a106-944f-6a035513f9c9-71221d7e {
  align-self: start;
}

#w-node-_32020145-0b36-7d47-fd70-12e872171c66-71221d7f, #w-node-a39cb1b1-1cb9-7c06-3d54-048ac370b540-71221d7f, #w-node-_62684d2c-c439-dffa-7721-30a1b612658a-71221d7f, #w-node-_655d5446-45ec-30e0-0e79-3861836f714b-71221d7f, #w-node-_61c8514a-d1a2-c16c-a0d0-f52e28d25b71-71221d7f, #w-node-_6d044549-9349-5492-1833-77cfcc07fe6a-71221d7f, #w-node-_005c8adf-3e1f-62cd-f188-eacea1aa6fe6-71221d7f, #w-node-_06d4846e-a643-5adb-7f1e-a48dc1e2f5e4-71221d7f, #w-node-_9d119c88-1638-2a55-37ac-ae269f4b6fed-71221d7f, #w-node-b94852bd-0fa9-cd94-05eb-320c1c865e8a-71221d7f, #w-node-_5e01fc2b-b080-348d-413d-1b82d8c12f77-71221d7f, #w-node-e9e6cd3e-d20c-d9b3-e86e-5c4597f34c41-71221d7f, #w-node-_3a3fca51-cbd3-ed14-2f97-ead778795be2-71221d7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2cc0ba2-4540-9801-e43d-84cd06a9e826-d476ede0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d2cc0ba2-4540-9801-e43d-84cd06a9e82c-d476ede0 {
  align-self: start;
}

#w-node-d2cc0ba2-4540-9801-e43d-84cd06a9e832-d476ede0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d2cc0ba2-4540-9801-e43d-84cd06a9e838-d476ede0 {
  align-self: start;
}

#w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97d22-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97d2c-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97d27-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97d31-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97d36-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97d3c-d476ede0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97d7c-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97d82-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97d88-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97d8e-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97d94-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97d9a-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97da0-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97da6-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97dac-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97db2-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97db8-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97dbe-d476ede0, #w-node-b438e2dc-29fb-decb-b31c-cc65f7408598-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97df7-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97df1-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97dfd-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97e03-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97e09-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97e0f-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97e15-d476ede0, #w-node-_8b8ef1b4-76cd-2b38-49cf-b47d50d97e1b-d476ede0, #w-node-_76658b86-a641-eff0-7743-94c2958aea00-d476ede0, #w-node-_6845714f-69dd-d58a-f33d-b8af1fc2ab00-d476ede0, #w-node-_28746621-f02b-431a-e179-f84c56f2f19b-d476ede0, #w-node-c81e6637-1b64-1f92-877b-ac019d2c43a8-d476ede0, #w-node-e913efa0-73ec-e35e-cf03-b5f48fa7f9b7-d476ede0, #w-node-e959f146-b15e-40b6-2881-9ad00305cf93-d476ede0, #w-node-_17a7ab31-f14c-d408-624f-72fceebbfcbd-d476ede0, #w-node-d88f4437-2436-7418-fc0b-66b03c340e51-d476ede0, #w-node-_0873b72f-bd9b-75d5-cd60-ac603b544471-d476ede0, #w-node-_0873b72f-bd9b-75d5-cd60-ac603b544477-d476ede0, #w-node-_0873b72f-bd9b-75d5-cd60-ac603b544483-d476ede0, #w-node-b55b2e39-9035-2363-3b01-70762cd52027-d476ede0, #w-node-b55b2e39-9035-2363-3b01-70762cd5202d-d476ede0, #w-node-b55b2e39-9035-2363-3b01-70762cd52039-d476ede0, #w-node-b55b2e39-9035-2363-3b01-70762cd5203f-d476ede0, #w-node-b55b2e39-9035-2363-3b01-70762cd52045-d476ede0, #w-node-b55b2e39-9035-2363-3b01-70762cd52051-d476ede0, #w-node-b55b2e39-9035-2363-3b01-70762cd5205d-d476ede0, #w-node-b55b2e39-9035-2363-3b01-70762cd52063-d476ede0, #w-node-b55b2e39-9035-2363-3b01-70762cd52069-d476ede0, #w-node-b55b2e39-9035-2363-3b01-70762cd5206f-d476ede0, #w-node-b55b2e39-9035-2363-3b01-70762cd52075-d476ede0, #w-node-_383b391c-fc65-76dc-900b-61994ca1feda-d476ede0, #w-node-_383b391c-fc65-76dc-900b-61994ca1fee0-d476ede0, #w-node-_383b391c-fc65-76dc-900b-61994ca1feec-d476ede0, #w-node-c9135c41-3d67-b54f-2ce6-b74c6ace03fa-d476ede0, #w-node-c9135c41-3d67-b54f-2ce6-b74c6ace0400-d476ede0, #w-node-c9135c41-3d67-b54f-2ce6-b74c6ace040c-d476ede0, #w-node-_3f9b06f0-d0ac-8f06-3832-75e66223ffa5-d476ede0, #w-node-_79cfbed4-6dc8-e9b9-30fb-c3018b050164-d476ede0, #w-node-_5eb55206-184e-ad62-d73b-13f375a0fc18-d476ede0 {
  align-self: start;
}

#w-node-c0398b0f-0c3f-20ac-1cde-dc01d70b30b2-18e3f200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c0398b0f-0c3f-20ac-1cde-dc01d70b30b8-18e3f200 {
  align-self: start;
}

#w-node-c0398b0f-0c3f-20ac-1cde-dc01d70b30be-18e3f200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c0398b0f-0c3f-20ac-1cde-dc01d70b30c4-18e3f200 {
  align-self: start;
}

#w-node-cea783a9-8572-e4c8-c5c2-84dd97cb6595-18e3f200, #w-node-cea783a9-8572-e4c8-c5c2-84dd97cb659a-18e3f200, #w-node-cea783a9-8572-e4c8-c5c2-84dd97cb659f-18e3f200, #w-node-cea783a9-8572-e4c8-c5c2-84dd97cb65a4-18e3f200, #w-node-cea783a9-8572-e4c8-c5c2-84dd97cb65a9-18e3f200, #w-node-cea783a9-8572-e4c8-c5c2-84dd97cb65af-18e3f200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbcef8e7-7619-8366-39d4-d274d5700ffb-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701001-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701007-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d570100d-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701013-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701019-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d570101f-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701025-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d570102b-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701031-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701037-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d570103d-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701052-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701053-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701059-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701065-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d570106b-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701071-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701077-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d570107d-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701083-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701089-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d570108f-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701095-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d570109b-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d57010a1-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d57010a7-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d57010ad-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d57010b3-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d57010be-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d57010c4-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d57010d0-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d57010db-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d57010e1-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d57010ed-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d57010f3-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d57010f9-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d57010ff-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701105-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d570110b-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701111-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701117-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d570111d-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701129-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d570112f-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d570113b-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701147-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d570114d-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701159-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d570115f-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701165-18e3f200, #w-node-bbcef8e7-7619-8366-39d4-d274d5701171-18e3f200 {
  align-self: start;
}

#w-node-_9c6bffe7-acd8-80e1-336d-1451b4413f47-bcf3e3cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9c6bffe7-acd8-80e1-336d-1451b4413f4d-bcf3e3cd {
  align-self: start;
}

#w-node-_9c6bffe7-acd8-80e1-336d-1451b4413f53-bcf3e3cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9c6bffe7-acd8-80e1-336d-1451b4413f59-bcf3e3cd {
  align-self: start;
}

#w-node-_45f71cf0-a9a5-5916-3121-7cb059717ccb-bcf3e3cd, #w-node-_45f71cf0-a9a5-5916-3121-7cb059717cd0-bcf3e3cd, #w-node-_45f71cf0-a9a5-5916-3121-7cb059717cd5-bcf3e3cd, #w-node-_45f71cf0-a9a5-5916-3121-7cb059717cda-bcf3e3cd, #w-node-_45f71cf0-a9a5-5916-3121-7cb059717cdf-bcf3e3cd, #w-node-_45f71cf0-a9a5-5916-3121-7cb059717ce5-bcf3e3cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46d172b5-b73f-f122-82b1-261ea6b05e3b-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05e41-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05e47-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05e4d-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05e53-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05e59-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05e5f-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05e65-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05e6b-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05e71-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05e77-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05e7d-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05e92-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05e93-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05e99-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05ea5-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05eab-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05eb1-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05eb7-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05ebd-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05ec3-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05ec9-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05ecf-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05ed5-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05edb-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05ee1-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05ee7-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05eed-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05ef3-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05efe-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05f04-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05f10-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05f1b-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05f21-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05f2d-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05f33-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05f39-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05f3f-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05f45-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05f4b-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05f51-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05f57-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05f5d-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05f69-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05f6f-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05f7b-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05f87-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05f8d-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05f99-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05f9f-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05fa5-bcf3e3cd, #w-node-_46d172b5-b73f-f122-82b1-261ea6b05fb1-bcf3e3cd {
  align-self: start;
}

#w-node-bd069cbd-e850-47af-cdd2-4bc7f801fabd-fc864ce7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-bd069cbd-e850-47af-cdd2-4bc7f801fac3-fc864ce7 {
  align-self: start;
}

#w-node-bd069cbd-e850-47af-cdd2-4bc7f801fac9-fc864ce7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-bd069cbd-e850-47af-cdd2-4bc7f801facf-fc864ce7 {
  align-self: start;
}

#w-node-a655746a-ce5f-f9cf-2069-ab8548c76d74-fc864ce7, #w-node-a655746a-ce5f-f9cf-2069-ab8548c76d79-fc864ce7, #w-node-a655746a-ce5f-f9cf-2069-ab8548c76d7e-fc864ce7, #w-node-a655746a-ce5f-f9cf-2069-ab8548c76d83-fc864ce7, #w-node-a655746a-ce5f-f9cf-2069-ab8548c76d88-fc864ce7, #w-node-a655746a-ce5f-f9cf-2069-ab8548c76d8e-fc864ce7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9962da6-64a4-be28-11a6-d2773f46984c-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f469852-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f469858-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f46985e-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f469864-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f46986a-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f469870-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f469876-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f46987c-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f469882-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f469888-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f46988e-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f4698a3-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f4698a4-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f4698aa-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f4698b6-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f4698bc-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f4698c2-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f4698c8-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f4698ce-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f4698d4-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f4698da-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f4698e0-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f4698e6-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f4698ec-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f4698f2-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f4698f8-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f4698fe-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f469904-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f46990f-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f469915-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f469921-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f46992c-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f469932-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f46993e-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f469944-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f46994a-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f469950-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f469956-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f46995c-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f469962-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f469968-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f46996e-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f46997a-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f469980-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f46998c-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f469998-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f46999e-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f4699aa-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f4699b0-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f4699b6-fc864ce7, #w-node-a9962da6-64a4-be28-11a6-d2773f4699c2-fc864ce7 {
  align-self: start;
}

#w-node-dfa72421-748e-d7eb-1955-c271a0cc5e16-d8370b55, #w-node-_03ccc11b-55f6-b755-22b6-d15d38b5839f-d8370b55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d558e463-72ec-b9c3-940f-2a61f08fcbae-d8370b55, #w-node-d558e463-72ec-b9c3-940f-2a61f08fcbb5-d8370b55, #w-node-d558e463-72ec-b9c3-940f-2a61f08fcbbc-d8370b55, #w-node-d558e463-72ec-b9c3-940f-2a61f08fcbc3-d8370b55, #w-node-d558e463-72ec-b9c3-940f-2a61f08fcbca-d8370b55, #w-node-d558e463-72ec-b9c3-940f-2a61f08fcbd1-d8370b55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_54145bf7-0c91-5c2f-40d3-2bd13e028229-3e028220, #w-node-e61edb74-5152-8ff2-38c6-2b3550557016-71221d7b, #w-node-e61edb74-5152-8ff2-38c6-2b3550557016-71221d7d, #w-node-_47576589-f35d-ff22-fdf6-2e1109a4b7c8-71221d7d {
    order: -9999;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'URW Gothic';
  src: url('../fonts/urwgothic-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'URW Gothic';
  src: url('../fonts/urwgothic-bookoblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'URW Gothic';
  src: url('../fonts/urwgothic-demi.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'URW Gothic';
  src: url('../fonts/urwgothic-demioblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}