:root {
  --sky-blue: #f4faff;
  --sky-blue-2: #40d7e3;
  --blue-hover: #057d86;
  --alice-blue: #89b3ce;
  --midnight-blue: black;
  --green-yellow: #adf344;
  --dark-slate-grey-2: #22504b;
  --dark-turquoise: #13142e;
  --white-2: white;
  --grey: #83898f;
  --white: #e3e6cf;
  --dark-slate-grey: #033f3f;
}

.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 {
  color: #333;
  cursor: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  cursor: none;
  text-decoration: underline;
}

.section {
  width: 100vw;
  height: 100vh;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: static;
  overflow: hidden;
}

.image {
  object-fit: cover;
  height: 100vh;
  position: static;
  inset: 0%;
}

.div-block-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100vw;
  height: 85vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.body {
  height: auto;
}

.text-block {
  color: var(--sky-blue);
  text-transform: uppercase;
  padding-left: 0;
  font-family: Anek Latin, sans-serif;
  font-size: 10vw;
  font-weight: 600;
  line-height: 1em;
  display: block;
}

.left-text {
  color: var(--sky-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Anek Latin, sans-serif;
  font-size: 10vw;
  font-weight: 600;
  line-height: .8em;
  display: block;
}

.right-text {
  color: var(--sky-blue);
  text-transform: uppercase;
  padding-left: 0;
  font-family: Anek Latin, sans-serif;
  font-size: 10vw;
  font-weight: 600;
  line-height: 1em;
  display: block;
}

.div-block-3 {
  justify-content: flex-end;
  display: flex;
}

.div-block-4 {
  align-items: stretch;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-image {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.hero-image-copy {
  object-fit: cover;
  height: 100vh;
  position: static;
  inset: 0%;
}

.hero-section {
  background-color: var(--sky-blue);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.hero-section._80vh {
  height: 85vh;
}

.hero-about {
  z-index: 0;
  background-color: #0000;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
  padding: 10vh 10vw;
}

.grid._3x {
  grid-column-gap: 10vw;
  padding-left: 10vw;
  padding-right: 10vw;
}

.grid._10vw {
  padding-left: 10vw;
  padding-right: 10vw;
}

.image-2 {
  object-fit: cover;
  width: 30vw;
  height: 30vw;
  position: relative;
}

.div-block-5 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 20px;
  padding-top: 60px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anek Latin, sans-serif;
  font-weight: 400;
}

.text-block-2 {
  padding-top: 3vh;
  padding-bottom: 3vh;
  padding-right: 10vw;
}

.button {
  color: var(--sky-blue-2);
  cursor: none;
  background-color: #0000;
  padding-left: 0;
  padding-right: 2vw;
  font-family: Anek Latin, sans-serif;
  font-size: 1vw;
  line-height: .8em;
  transition: color .7s;
}

.button:hover {
  color: var(--blue-hover);
  font-weight: 400;
}

.section-3, .home-accomodation {
  background-color: var(--sky-blue);
  width: 100vw;
  height: 100vh;
}

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

.nav-menu-button {
  z-index: auto;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  padding: 1vh 1vw;
  display: flex;
  position: relative;
}

.nav-menu-button:hover {
  color: #00bcc1;
}

.nav-menu-button:active {
  background-color: #0000;
}

.nav-menu-button:focus-visible {
  background-color: #0000;
}

.nav-menu-button[data-wf-focus-visible], .nav-menu-button.w--open {
  background-color: #0000;
}

.nav-fullscreen {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20vw;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.nav {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: fixed;
  inset: 60px 0% auto;
}

.nav.gf {
  width: 100vw;
  display: block;
  top: 5vh;
}

.nav-logo {
  z-index: 10000;
  text-decoration: none;
  position: relative;
}

.nav-fullscreen-link {
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-size: 120px;
  font-weight: 700;
  line-height: .9;
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
}

.nav-fullscreen-link:hover {
  color: #9a9a9a;
}

.nav-fullscreen-link.link-3 {
  color: var(--alice-blue);
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-family: Anek Latin, sans-serif;
  font-size: 4em;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s, transform .725s, color .6s cubic-bezier(.23, 1, .32, 1);
}

.nav-fullscreen-link.link-3:hover {
  font-weight: 800;
}

.nav-fullscreen-link.link-0 {
  color: var(--alice-blue);
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-family: Aneklatin expanded, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: .8;
  text-decoration: none;
  transition: font-size .6s, color .6s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
  bottom: 7px;
}

.nav-fullscreen-link.link-0:hover {
  color: var(--alice-blue);
  font-family: Aneklatin expanded, sans-serif;
  font-style: normal;
}

.nav-fullscreen-link.link-0.italic {
  color: var(--sky-blue-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: mixta-pro, sans-serif;
  font-style: italic;
  display: flex;
}

.nav-fullscreen-link-mask {
  z-index: 100000;
  text-align: center;
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 600px;
  height: 60px;
  padding-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  line-height: .8;
  display: flex;
  position: relative;
  overflow: visible;
}

.menu-page {
  color: var(--sky-blue-2);
  width: auto;
  font-family: Anek Latin, sans-serif;
  font-size: .8vw;
  line-height: 1.8em;
  text-decoration: none;
  transition: color .3s linear;
}

.menu-page:hover {
  color: #00bcc1;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  overflow: visible;
}

.logo {
  color: var(--midnight-blue);
  mix-blend-mode: normal;
  min-width: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Anek Latin, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  text-decoration: none;
  transition: color .7s;
  position: absolute;
}

.logo:hover {
  color: var(--green-yellow);
}

.logo._2 {
  color: var(--green-yellow);
  mix-blend-mode: normal;
  display: none;
}

.nav-fullscreen-bottom {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-menu-bar {
  background-color: #fff;
  width: 32px;
  height: 1px;
}

.nav-menu-bar._3, .nav-menu-bar._2 {
  width: 3vw;
}

.nav-menu-bar._1 {
  width: 2.4vw;
}

.text-size-xsmall {
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  transition: color .3s linear;
  display: flex;
}

.text-size-xsmall.text-align-center {
  margin-top: 0;
  padding-top: 10vh;
}

.nav-link-2 {
  color: var(--sky-blue-2);
  border: .05em solid #000;
  margin-right: 2vw;
  padding: 0 1.6vw;
  font-size: 1.6vw;
  font-weight: 500;
  text-decoration: none;
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
}

.nav-link-2:hover {
  color: #9a9a9a;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-26 {
  width: 3vw;
}

.action-button-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-fullscreen-background {
  z-index: 900;
  background-color: var(--dark-slate-grey-2);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-left: 20vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu {
  z-index: 10000;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.lottie-animation {
  opacity: 1;
  mix-blend-mode: normal;
  width: 6vw;
  height: 2em;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.h1 {
  aspect-ratio: auto;
  color: var(--sky-blue);
  text-transform: uppercase;
  object-fit: fill;
  background-color: #0000;
  margin: 0 auto 0 0;
  padding-left: 5vw;
  padding-right: 20px;
  font-family: Aneklatin expanded, sans-serif;
  font-size: 8vw;
  font-weight: 600;
  line-height: .8em;
  display: block;
  overflow: visible;
}

.h1.dark {
  color: var(--midnight-blue);
  padding-left: 0;
  font-size: 8vw;
}

.div-block-6 {
  width: 100vw;
  height: 100vh;
}

.hero-accomodation {
  opacity: 1;
  color: #0000;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.slider.accommodation {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.mask {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.slide {
  text-align: center;
  cursor: none;
  width: auto;
  height: auto;
}

.img {
  cursor: none;
  height: 100%;
  display: inline-block;
}

.left-arrow {
  background-image: linear-gradient(to right, var(--sky-blue), transparent);
  opacity: 0;
  width: 25%;
}

.right-arrow {
  opacity: 0;
  cursor: none;
  background-image: linear-gradient(#f4faffb0, #f4faffb0);
  border-radius: 0;
  width: 25%;
  display: none;
}

.slide-nav {
  height: 4vh;
  padding-top: 0;
  font-size: .7vw;
  line-height: 1em;
}

.div-block-7 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.div-block-8 {
  display: flex;
  position: relative;
}

.h3-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2vh;
  padding-bottom: 2vh;
  font-family: Anek Latin, sans-serif;
  font-weight: 400;
  line-height: 1.8em;
}

.div-block-9 {
  z-index: 1;
  background-color: var(--dark-turquoise);
  margin-bottom: 30vh;
  margin-right: 5vw;
  padding: 5vh 10vw 5vh 5vw;
  position: relative;
}

.image-27 {
  z-index: 0;
  object-fit: fill;
  width: 100vw;
  max-width: none;
  height: auto;
  position: static;
  overflow: visible;
}

.hero-restaurant {
  background-color: #0000;
  width: 100vw;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.section-5 {
  background-color: var(--dark-turquoise);
  width: 100%;
  height: 100vh;
}

.div-block-10 {
  align-items: center;
  height: 30vh;
  display: flex;
}

.div-block-11 {
  justify-content: space-between;
  align-items: stretch;
  height: 50vh;
  display: flex;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  height: 20vh;
  display: flex;
}

.image-28 {
  object-fit: contain;
  width: 100vw;
  max-width: none;
  height: auto;
  overflow: visible;
}

.button-1 {
  z-index: 1;
  border: .1em solid var(--sky-blue-2);
  color: var(--sky-blue-2);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: none;
  background-color: #0000;
  border-radius: 0;
  width: 15vw;
  margin: 5vh 1vw;
  padding: 1vh 2vw;
  font-size: .8vw;
  line-height: 2em;
  transition: background-color .7s;
  position: relative;
}

.button-1:hover {
  background-color: var(--sky-blue-2);
  color: var(--white-2);
}

.button-1.form {
  margin-left: 0;
  margin-right: 0;
}

.button-1.margin0 {
  margin-top: 1vh;
  margin-bottom: 1vh;
  margin-left: 0;
}

.button-1.margin0:hover {
  color: var(--white-2);
}

.div-block-13 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.div-block-14 {
  align-items: flex-start;
  width: 50vw;
  height: 100%;
  transition: width .7s;
  display: block;
  overflow: hidden;
}

.div-block-14:hover {
  justify-content: flex-start;
  width: 60vw;
  display: flex;
}

.div-block-15 {
  object-fit: fill;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 100%;
  display: block;
  overflow: hidden;
}

.heading-3 {
  color: var(--sky-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2vh;
  padding-bottom: 2vh;
  padding-left: 5vw;
}

.image-28-copy {
  object-fit: contain;
  width: 100vw;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  transition: margin 1s ease-in-out;
  overflow: visible;
}

.image-28-copy:hover {
  margin-left: -5vw;
  margin-right: 0;
  padding-left: 0;
}

.hero-activities {
  outline-offset: 0px;
  color: var(--dark-turquoise);
  background-color: #0000;
  outline: 3px #333;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
  overflow: hidden;
}

.hero-events {
  background-color: #0000;
  width: 100vw;
  height: auto;
  padding-top: 5vh;
  overflow: hidden;
}

.grid-2 {
  grid-column-gap: 5vw;
  grid-row-gap: 10vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 10vw;
  margin-right: 10vw;
}

.events-headline {
  color: var(--sky-blue-2);
  text-transform: uppercase;
  height: 10vh;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 2vw;
  font-style: italic;
  font-weight: 600;
  line-height: 1em;
}

.events-headline.dark {
  color: var(--dark-turquoise);
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.image-29, .image-30, .image-31 {
  object-fit: cover;
  height: 30vh;
}

.div-block-17 {
  padding-top: 5vh;
  padding-bottom: 10vh;
}

.text-block-3 {
  color: var(--sky-blue);
  font-family: Anek Latin, sans-serif;
  font-size: 1.4vw;
}

.bodycopy {
  color: var(--alice-blue);
  padding-top: 2vh;
  padding-bottom: 2vh;
  padding-right: 5vw;
  font-family: Anek Latin, sans-serif;
  font-size: .9vw;
  font-weight: 400;
  line-height: 1.8em;
  display: flex;
}

.bodycopy.dark {
  color: var(--grey);
  margin-right: 140px;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-right: 0;
  line-height: 1.8em;
}

.bodycopy._20vw {
  color: var(--alice-blue);
  width: 20vw;
  padding-right: 0;
  line-height: 1.4em;
}

.bodycopy.date {
  color: var(--alice-blue);
  padding-bottom: 1vh;
  font-size: .8vw;
}

.bodycopy.black {
  color: var(--grey);
  height: 20vh;
  padding-bottom: 10vh;
  padding-right: 2vw;
  font-size: .8vw;
  line-height: 1.4em;
}

.footer {
  z-index: 0;
  background-color: var(--dark-slate-grey-2);
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-18 {
  flex-direction: row;
  align-items: center;
  width: 67vw;
  display: flex;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33vw;
  margin-bottom: 21px;
  display: flex;
}

.lottie-animation-2 {
  width: 70vw;
  padding-top: 0;
  padding-bottom: 3vh;
  padding-left: 5.2vw;
  position: absolute;
}

.lottie-animation-3 {
  width: 100%;
  position: relative;
}

.text-block-4 {
  align-items: center;
  display: flex;
}

.div-block-20 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 140px;
  display: flex;
}

.div-block-21 {
  align-items: flex-start;
  margin-right: 100px;
  padding-top: 2vh;
  padding-bottom: 2vh;
  display: flex;
}

.text-block-5 {
  text-decoration: none;
}

.link-block {
  color: var(--sky-blue);
  padding-right: 2vw;
  text-decoration: none;
}

.active-footer-link {
  color: var(--sky-blue-2);
  cursor: none;
  font-size: .9vw;
  line-height: 1.8em;
  transition: color .7s;
}

.active-footer-link:hover {
  color: var(--blue-hover);
}

.social-icon {
  cursor: none;
  width: 2.4vw;
  max-width: none;
  margin-right: 2vw;
  padding-top: 5vh;
  padding-right: 0;
  font-size: 2vw;
  line-height: 1.9em;
}

.div-block-22 {
  z-index: -1;
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.lottie-animation-4 {
  z-index: 3;
  width: 30%;
  position: relative;
}

.div-block-23 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.h2 {
  color: var(--sky-blue-2);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 44vh;
  padding-left: 0;
  font-family: mixta-pro, sans-serif;
  font-size: 10vw;
  font-style: italic;
  font-weight: 500;
  line-height: .8em;
  position: relative;
  inset: 0%;
}

.h2.photo2 {
  position: static;
  inset: 0% 0% auto;
}

.h2.homepage {
  padding-left: 3vw;
  padding-right: 3vw;
  overflow: visible;
}

.h2.homepage.hero {
  color: var(--sky-blue-2);
  margin: 20px 40px 0 auto;
  padding-left: 0;
  padding-right: 15vw;
  font-size: 6vw;
}

.h2.accomodation {
  color: var(--sky-blue-2);
  background-color: #0000;
  width: 100vw;
  height: auto;
  margin-top: 5vh;
  margin-bottom: 10vh;
  margin-right: 20px;
  padding-top: 95px;
  padding-right: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 8vw;
}

.h2.discover {
  z-index: 1;
  margin-bottom: 0;
  position: absolute;
}

.h2.activities {
  color: var(--sky-blue-2);
  margin-top: 40vh;
  margin-bottom: 0;
  padding-left: 30vh;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 8vw;
}

.h2.fun {
  z-index: 3;
  text-align: center;
  padding-right: 20px;
  font-size: 6vw;
  font-weight: 500;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-24 {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 30vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-25 {
  z-index: 0;
  object-fit: contain;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-100vh {
  width: 100vw;
  height: 100vh;
}

.about {
  background-color: var(--sky-blue);
  width: 100vw;
  height: auto;
  position: relative;
}

.section-6 {
  background-color: #0000;
  width: 100vw;
  height: auto;
}

.accordion-item {
  width: 100%;
  padding-bottom: 20px;
  overflow: hidden;
}

.accordion-toggle {
  border-top: .05em solid #000;
  border-bottom: 0 solid #000;
  justify-content: flex-start;
  align-items: center;
  height: 15vh;
  margin: 10px 20vw 10px 30vw;
  padding: 5vh 0 10vh;
  display: flex;
}

.accordion-icon-2 {
  margin-right: 0;
}

.tab-name {
  color: var(--midnight-blue);
  text-transform: uppercase;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.6vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1em;
  transition: color .7s;
}

.tab-name:hover {
  color: var(--sky-blue-2);
  letter-spacing: normal;
}

.tab-name.black {
  color: var(--midnight-blue);
  font-size: 3vw;
}

.tab-name.black:hover {
  color: var(--sky-blue-2);
}

.dropdown-list-2 {
  background-color: #0000;
  flex-direction: row;
  align-items: center;
  padding: 0 20vw;
  display: block;
  position: static;
}

.bodycopy-investory {
  color: #000;
  width: 100%;
  padding-bottom: 2vh;
  padding-left: 25vw;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: .9vw;
  font-weight: 300;
  line-height: 1.7em;
}

.image-32 {
  width: 60vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.div-block-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  display: flex;
  overflow: hidden;
}

.image-full-width {
  object-fit: fill;
  width: 100vw;
  min-width: auto;
  height: 60vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.image-4 {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  overflow: visible;
}

.lottie-animation-bottom {
  width: 30%;
}

.lottie-wrapper {
  z-index: -1;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.about-copy {
  background-color: var(--sky-blue);
  width: 100vw;
  height: auto;
  position: relative;
}

.views {
  z-index: 0;
  background-color: var(--sky-blue);
  width: 100vw;
  height: auto;
  position: relative;
}

.headline-homepage {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: static;
  overflow: hidden;
}

.text-block-6 {
  color: var(--sky-blue-2);
  padding-bottom: 0;
  font-weight: 600;
  text-decoration: none;
  transition: color .7s;
}

.text-block-6:hover {
  color: var(--blue-hover);
}

.h4 {
  color: var(--sky-blue-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: mixta-pro, sans-serif;
  font-size: 5vw;
  font-style: italic;
  font-weight: 600;
  line-height: .8em;
  position: relative;
  left: -6vw;
}

.h4.black {
  color: var(--midnight-blue);
}

.h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Aneklatin expanded, sans-serif;
  font-size: 5vw;
  font-weight: 600;
  line-height: .8em;
  position: relative;
  left: -7vw;
}

.h5.white {
  color: var(--sky-blue);
  left: 0;
}

.h5.blue {
  color: var(--sky-blue-2);
  position: static;
}

.div-block-27 {
  padding-bottom: 10vh;
}

.div-block-28 {
  width: 100vw;
  overflow: hidden;
}

._2nd-image {
  object-fit: cover;
  width: 100%;
  height: 40vh;
}

._1st-image {
  object-fit: cover;
  width: 40vh;
  height: 40vh;
}

._3rd-image {
  object-fit: cover;
  width: 100%;
  height: 40vh;
}

.div-block-29 {
  z-index: 10;
  height: 100px;
  position: absolute;
}

.button-menu {
  z-index: 500;
  border: .1em none var(--sky-blue-2);
  background-color: var(--sky-blue-2);
  color: var(--sky-blue);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: none;
  border-radius: 0;
  width: 10vw;
  height: 4vh;
  margin: 0 1vw 0 0;
  padding-top: 1vh;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: .7vw;
  line-height: 2vh;
  transition: background-color .7s;
  display: inline-block;
  position: relative;
  inset: 0% 0% 0% 0;
}

.button-menu:hover {
  background-color: var(--blue-hover);
  color: var(--white-2);
}

.button-menu.book-now {
  text-align: center;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  border-width: 0;
  width: 10vh;
  height: 4vh;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-left: 10vw;
  padding-right: 16vw;
  display: block;
  position: relative;
  overflow: visible;
}

.button-menu.book-close {
  display: none;
}

.button-accomodation {
  z-index: 1;
  float: none;
  border: .1em none var(--sky-blue-2);
  background-color: var(--sky-blue-2);
  color: var(--sky-blue);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: none;
  border-radius: 0;
  width: auto;
  margin: 5vh 2vw 5vh 1vw;
  padding: 1vh 2vw;
  font-size: .8vw;
  line-height: 2em;
  position: static;
  inset: 0% auto auto 0%;
}

.button-accomodation:hover {
  background-color: var(--blue-hover);
  color: var(--sky-blue);
}

.hero-image-wrapper {
  object-fit: fill;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  overflow: hidden;
}

.booking-wrapper {
  z-index: 1000;
  background-color: var(--sky-blue);
  width: 100%;
  height: 100vh;
  margin-top: 0;
  font-weight: 400;
  display: flex;
  position: static;
  inset: 0%;
}

.div-block-30 {
  background-color: var(--white-2);
  height: 150vh;
  padding: 5vh 10vw;
  line-height: 40px;
  position: relative;
}

.form-field-wrapper {
  border-color: #dbdbdb;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-style: none;
  border-left-width: 1px;
  width: 30vw;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  display: inline-block;
  position: relative;
}

.form-label {
  color: #484848;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
}

.div-block-31 {
  align-items: center;
  display: flex;
}

.html-embed {
  color: var(--midnight-blue);
  mix-blend-mode: multiply;
  border: .05em #000;
  padding-right: 2vw;
  font-size: 14px;
  line-height: 20px;
}

.field-label, .field-label-2 {
  margin-bottom: 1vh;
  font-family: Anek Latin, sans-serif;
}

.field-label-3, .field-label-4 {
  font-family: Anek Latin, sans-serif;
}

.select-field {
  background-color: var(--white-2);
  border: .05em solid #000;
  margin-bottom: 1vh;
  padding: 1vh 1vw;
}

.form-block {
  height: 150px;
  min-height: 150px;
  margin-bottom: 75px;
  padding: 2vh 10vw 100vh;
  line-height: 5px;
  display: block;
  overflow: visible;
}

.heading-4 {
  margin-top: 8vh;
  margin-bottom: 3vh;
  padding-left: 10vw;
  font-family: mixta-pro, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1em;
}

.input-field {
  background-color: #0000;
  border: .05em solid #000;
  margin-bottom: 1vh;
  padding: 1vh 1vw;
  font-size: 14px;
  line-height: 20px;
}

.text-field-2 {
  background-color: #0000;
  border: .05em solid #000;
  margin-bottom: 1vh;
  padding: 1vh 1vw;
}

.html-embed-2 {
  mix-blend-mode: multiply;
}

.select-field-2, .select-field-3 {
  background-color: #0000;
  border: .05em solid #000;
  margin-bottom: 1vh;
  padding: 1vh 1vw;
}

.text-block-7 {
  font-family: mixta-pro, sans-serif;
}

.event-leadine-wrap {
  padding-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
}

.activities-slider-wrap {
  width: 100vw;
  position: static;
}

.event-button-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 5vh;
  display: none;
}

.button-activities-wrap {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-activities {
  z-index: 1;
  border: .1em none var(--sky-blue-2);
  background-color: var(--sky-blue-2);
  color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 0;
  width: 20vw;
  margin: 5vh 1vw;
  padding: 1vh 2vw;
  font-size: 1vw;
  transition: background-color .7s;
  position: relative;
}

.button-activities:hover {
  background-color: var(--blue-hover);
  color: var(--midnight-blue);
}

.h5-heading {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1vh;
  padding-bottom: 2vh;
  padding-right: 10vw;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1em;
}

.h5-heading.white {
  color: var(--sky-blue);
  font-family: Georgia, Times, Times New Roman, serif;
}

.small-heading {
  color: var(--midnight-blue);
  text-transform: uppercase;
  padding-top: 1vh;
  padding-bottom: 1vh;
  padding-right: 0;
  font-family: Anek Latin, sans-serif;
  font-size: .7vw;
  font-weight: 400;
  line-height: 1em;
}

.small-heading.dark {
  color: var(--midnight-blue);
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-right: 10vw;
  line-height: 1.8em;
}

.small-heading.bright {
  color: var(--alice-blue);
}

.slider-restaurant {
  opacity: 1;
  color: #0000;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.restaurant-reservation-button-wrap {
  z-index: 10;
  height: 100px;
  position: static;
}

.button-restaurant {
  z-index: 1;
  border: .1em none var(--sky-blue-2);
  background-color: var(--sky-blue-2);
  color: var(--sky-blue);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 0;
  width: 20vw;
  margin: 5vh 1vw;
  padding: 1vh 2vw;
  font-size: 1vw;
  transition: background-color .7s;
  position: static;
}

.button-restaurant:hover {
  background-color: var(--blue-hover);
  color: var(--sky-blue);
}

.text-block-8 {
  width: 20vw;
}

.bodycopy-copy {
  color: var(--grey);
  padding-top: 2vh;
  padding-bottom: 2vh;
  padding-right: 5vw;
  font-family: Anek Latin, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.8em;
}

.bodycopy-copy.dark {
  color: var(--midnight-blue);
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-right: 10vw;
  line-height: 1.8em;
}

.grid-about {
  grid-column-gap: 5vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding: 10vh 10vw;
}

.grid-about._3x {
  grid-column-gap: 10vw;
  padding-left: 10vw;
  padding-right: 10vw;
}

.grid-about._10vw {
  padding-left: 10vw;
  padding-right: 10vw;
}

.grid-copy {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding: 10vh 5vw;
}

.grid-copy._3x {
  grid-column-gap: 10vw;
  padding-left: 10vw;
  padding-right: 10vw;
}

.grid-copy._10vw {
  padding-left: 10vw;
  padding-right: 10vw;
}

.image-container-left {
  justify-content: center;
  align-items: flex-start;
  width: 35vw;
  height: 35vw;
  display: flex;
  overflow: hidden;
}

.image-container-right {
  justify-content: flex-end;
  align-items: stretch;
  width: 35vw;
  height: 35vw;
  display: flex;
  overflow: hidden;
}

.div-block-56 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 50px;
  padding-top: 0;
  padding-bottom: 1vh;
  padding-right: 2vw;
  font-size: 1vw;
  line-height: 2vh;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-block-33 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 5vh;
  font-family: mixta-pro, sans-serif;
  display: flex;
}

.navbar {
  z-index: 10000;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  height: 10vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.gf {
  width: 100vw;
  display: block;
  top: 5vh;
}

.container {
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.navbar-2, .navbar-2-copy {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.link-block-2 {
  padding-right: 6vw;
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.allrights {
  color: var(--blue-hover);
  padding-bottom: 0;
  font-weight: 600;
  text-decoration: none;
}

.allrights:hover {
  color: var(--blue-hover);
}

.header-menu-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.div-block-34 {
  width: 100vw;
  padding-left: 0;
}

.section-7 {
  background-color: var(--sky-blue);
  width: 100vw;
  height: auto;
}

.tab-link-text {
  color: var(--midnight-blue);
  white-space: nowrap;
  cursor: none;
  font-family: mixta-pro, sans-serif;
  font-size: 1.2vw;
  font-style: normal;
  text-decoration: none;
  transition: font-size .7s, color .7s;
}

.tab-link-text:hover {
  color: var(--sky-blue-2);
}

.tab-link-tab-1 {
  text-align: center;
  background-color: #0000;
  width: 16vw;
  padding: 1vh 3vw;
  font-size: 2vw;
  line-height: .8em;
}

.tab-link-tab-1.w--current {
  color: var(--sky-blue-2);
  text-align: center;
  text-transform: none;
  background-color: #0000;
  width: 16vw;
  padding-left: 1vw;
  padding-right: 1vw;
  font-family: mixta-pro, sans-serif;
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  line-height: .8em;
  text-decoration: underline;
  transition: text-indent .7s;
}

.tab-link-tab-1.w--current:hover {
  color: var(--sky-blue-2);
}

.tab-link-tab-2 {
  text-align: center;
  background-color: #0000;
  width: 16vw;
  padding: 1vh 1vw;
  font-size: 2vw;
  line-height: .8em;
}

.tab-link-tab-2.w--current {
  color: var(--sky-blue-2);
  background-color: #0000;
  border-bottom: 1px #000;
  text-decoration: underline;
}

.tab-link-tab-3 {
  text-align: center;
  background-color: #0000;
  width: 16vw;
  padding: 1vh 1vw;
  font-size: 2vw;
  line-height: .8em;
}

.tab-link-tab-3.w--current {
  color: var(--sky-blue-2);
  background-color: #0000;
  text-decoration: underline;
}

.tab-link-tab-4 {
  text-align: center;
  background-color: #0000;
  width: 16vw;
  padding: 1vh 1vw;
  font-size: 2vw;
  line-height: .8em;
}

.tab-link-tab-4.w--current {
  color: var(--sky-blue-2);
  text-align: center;
  background-color: #0000;
  width: 16vw;
  text-decoration: underline;
}

.tab-link-tab-5 {
  text-align: center;
  background-color: #0000;
  width: 16vw;
  padding: 1vh 1vw;
  font-size: 2vw;
  line-height: .8em;
}

.tab-link-tab-5.w--current {
  color: var(--sky-blue-2);
  text-align: center;
  cursor: none;
  background-color: #0000;
  width: 16vw;
  padding: 1vh 3vw;
  text-decoration: underline;
}

.text-block-9 {
  font-size: 1px;
}

.div-block-35 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 5vh;
  display: flex;
  position: relative;
}

.tabs-content {
  padding-top: 0;
  padding-bottom: 0;
}

.image-33 {
  width: 60vw;
}

.tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane-tab-1 {
  width: 100vw;
  height: auto;
}

.tabs-menu {
  align-self: auto;
  align-items: flex-start;
  padding-top: 5vh;
  padding-bottom: 1vh;
  display: flex;
}

.grid-accommodation-item {
  grid-column-gap: 3vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 10px;
  padding: 10vh 5vw 20vh;
}

.grid-accommodation-item._3x {
  grid-column-gap: 10vw;
  padding-left: 10vw;
  padding-right: 10vw;
}

.grid-accommodation-item._10vw {
  padding-left: 10vw;
  padding-right: 10vw;
}

.accommodation-reservation {
  z-index: 10;
  height: 100px;
  position: static;
}

.button-accommodation {
  z-index: 1;
  border: .1em none var(--sky-blue-2);
  background-color: var(--sky-blue-2);
  color: var(--sky-blue);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 0;
  width: 20vw;
  margin: 0 0;
  padding: 1vh 2vw;
  font-size: .8vw;
  line-height: 2em;
  transition: background-color .7s;
  display: block;
  position: static;
}

.button-accommodation:hover {
  background-color: var(--blue-hover);
  color: var(--sky-blue);
}

.accommodation-textual-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.h6-heading {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: .8em;
}

.bodycopy-accommodation {
  color: var(--midnight-blue);
  padding-top: 2vh;
  padding-bottom: 2vh;
  padding-right: 5vw;
  font-family: Anek Latin, sans-serif;
  font-size: .9vw;
  font-weight: 400;
  line-height: 1.8em;
}

.bodycopy-accommodation.dark {
  color: var(--midnight-blue);
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-right: 10vw;
  line-height: 1.8em;
}

.bodycopy-accommodation._20vw {
  width: 20vw;
}

.image-accommodation {
  object-fit: contain;
  width: auto;
  height: 120%;
}

.contact-page {
  background-color: var(--dark-slate-grey-2);
  width: 100%;
  height: 100vh;
  display: flex;
}

.section-8 {
  background-color: var(--sky-blue);
  width: 100vw;
  height: 300vh;
}

.div-block-36 {
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 130vh;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.lottie-animation-5 {
  z-index: 2;
  text-indent: 10px;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  width: 55vw;
  padding-top: 5vh;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.div-block-37 {
  height: 50vh;
}

.div-block-38 {
  width: 30vw;
  height: 30vw;
  position: absolute;
}

.image-34 {
  object-fit: cover;
  width: 20vw;
  height: 20vw;
  position: absolute;
}

.image-35 {
  object-fit: cover;
  width: 20vw;
  height: 20vw;
  position: absolute;
  inset: 8% 15% 0% auto;
}

.image-36 {
  z-index: 2;
  object-fit: cover;
  width: 25vw;
  height: 25vw;
  position: absolute;
  inset: 17% auto 0% 23%;
}

.image-37 {
  z-index: 0;
  object-fit: cover;
  width: 20vw;
  height: 20vw;
  position: absolute;
  inset: 17% auto 0% 58%;
}

.image-36-copy {
  z-index: 2;
  object-fit: cover;
  width: 25vw;
  height: 25vw;
  position: absolute;
  inset: 17% auto 0% 23%;
}

.image-activity-1 {
  z-index: 2;
  object-fit: cover;
  width: 15vw;
  height: 15vw;
  position: absolute;
  inset: 54% auto 0% 39%;
}

.image-activity-2 {
  z-index: 0;
  object-fit: cover;
  width: 15vw;
  height: 15vw;
  position: absolute;
  inset: 44% auto 0% 72%;
}

.image-activity-3 {
  z-index: 0;
  object-fit: cover;
  width: 25vw;
  height: 25vw;
  position: absolute;
  inset: 35% auto 0% 16%;
}

.image-activity-4 {
  z-index: 0;
  object-fit: cover;
  width: 20vw;
  height: 20vw;
  position: absolute;
  inset: 54% auto 0% 58%;
}

.image-activity-5 {
  z-index: 0;
  object-fit: cover;
  width: 10vw;
  height: 10vw;
  position: absolute;
  inset: 71% auto 0% 64%;
}

.div-block-39 {
  z-index: 900;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 10vh;
  padding-left: 5vw;
  padding-right: 2vw;
  display: flex;
  position: relative;
}

.logo-wrap {
  z-index: 9999;
  text-decoration: none;
  position: relative;
}

.logo-wrap.w--current {
  z-index: 10000;
}

.header-menu-wrap-2 {
  z-index: 1000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: fixed;
}

.text-block-10 {
  z-index: auto;
  color: var(--midnight-blue);
  font-family: Anek Latin, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  position: relative;
}

.nav-menu-2 {
  z-index: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu-button-new {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.cursor-wrapper {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: var(--green-yellow);
  opacity: 1;
  color: var(--green-yellow);
  mix-blend-mode: normal;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: static;
}

.page-loader {
  z-index: 10000;
  background-color: var(--sky-blue-2);
  align-items: flex-end;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-activity-6 {
  z-index: 0;
  object-fit: cover;
  width: 20vw;
  height: 20vw;
  position: absolute;
  inset: 48% auto 0% 22%;
}

.image-activity-3-summer {
  z-index: 0;
  object-fit: cover;
  width: 28vw;
  height: 28vw;
  position: absolute;
  inset: 54% auto 0% 64%;
}

.image-activity-4-summer {
  z-index: 0;
  object-fit: cover;
  width: 18vw;
  height: 18vw;
  position: absolute;
  inset: 17% auto 0% 41%;
}

.image-activity-1-summer {
  z-index: 2;
  object-fit: cover;
  width: 22vw;
  height: 22vw;
  position: absolute;
  inset: 57% auto 0% 15%;
}

.image-activity-2-summer {
  z-index: 0;
  object-fit: cover;
  width: 12vw;
  height: 12vw;
  position: absolute;
  inset: 38% auto 0% 32%;
}

.image-activity-5-summer {
  z-index: 0;
  object-fit: cover;
  width: 10vw;
  height: 10vw;
  position: absolute;
  inset: 32% auto 0% 64%;
}

.image-activity-6-summer {
  z-index: 0;
  object-fit: cover;
  width: 20vw;
  height: 20vw;
  position: absolute;
  inset: 80% auto 0% 11%;
}

.activities-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 160vh;
  margin-top: 0;
  display: flex;
  position: relative;
}

.image-activity-3-hp {
  z-index: 0;
  object-fit: cover;
  width: 25vw;
  height: 25vw;
  position: absolute;
  inset: 53% auto 0% 6%;
}

.image-activity-6-hp {
  z-index: 0;
  object-fit: cover;
  width: 20vw;
  height: 20vw;
  position: absolute;
  inset: 48% auto 0% 22%;
}

.image-activity-1-hp {
  z-index: 3;
  object-fit: cover;
  width: 15vw;
  height: 15vw;
  position: absolute;
  inset: 54% auto 0% 39%;
}

.image-activity-4-hp {
  z-index: 0;
  object-fit: cover;
  width: 20vw;
  height: 20vw;
  position: absolute;
  inset: 54% auto 0% 58%;
}

.image-activity-2-hp {
  z-index: 0;
  object-fit: cover;
  width: 15vw;
  height: 15vw;
  position: absolute;
  inset: 44% auto 0% 72%;
}

.image-activity-5-hp {
  z-index: 0;
  object-fit: cover;
  width: 10vw;
  height: 10vw;
  position: absolute;
  inset: 85% auto 0% 52%;
}

.h3-heading-copy, .h3-heading-copy-copy {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2vh;
  padding-bottom: 2vh;
  font-family: Anek Latin, sans-serif;
  font-weight: 400;
  line-height: 1.8em;
}

.div-block-24-copy {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 10vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.restaurant-sqare-box {
  z-index: 1;
  background-color: var(--dark-slate-grey-2);
  margin-bottom: 30vh;
  margin-right: 5vw;
  padding: 5vh 5vw;
  position: relative;
}

.activities-button-wrap {
  z-index: 10;
  height: 100px;
  display: block;
  position: relative;
}

.button-activities-2 {
  z-index: 1;
  border: .1em none var(--sky-blue-2);
  background-color: var(--sky-blue-2);
  color: var(--sky-blue);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: none;
  border-radius: 0;
  width: 20vw;
  margin: 5vh 1vw;
  padding: 1vh 2vw;
  font-size: .8vw;
  line-height: 2em;
  transition: background-color .7s;
  position: relative;
}

.button-activities-2:hover {
  background-color: var(--blue-hover);
  color: var(--sky-blue);
}

.special-offers {
  background-color: #0000;
  width: 100vw;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  overflow: hidden;
}

.special-offers-grid-wrap {
  padding-top: 20vh;
  padding-bottom: 0;
}

.special-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 10vw;
  margin-right: 10vw;
}

.copy-special-offers {
  color: var(--midnight-blue);
  padding-top: 2vh;
  padding-bottom: 2vh;
  padding-right: 5vw;
  font-family: Anek Latin, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1em;
}

.copy-special-offers.dark {
  color: var(--midnight-blue);
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-right: 10vw;
  line-height: 1.8em;
}

.copy-special-offers._20vw {
  color: var(--alice-blue);
  width: 20vw;
  line-height: 1.7em;
}

.copy-special-offers.date {
  font-size: .8vw;
}

.offers-subheadline {
  margin-top: 3vh;
  margin-bottom: 2vh;
  font-family: mixta-pro, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1em;
}

.offers-subheadline.h6 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 500;
}

.skiing-offers-wrap {
  background-color: #0000;
  width: 100vw;
  height: auto;
}

.discover-fun {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  width: 100vw;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.discover-fun-wrap {
  display: flex;
  position: relative;
}

.button-text {
  color: var(--sky-blue-2);
  background-color: #0000;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 2vw;
  font-family: Anek Latin, sans-serif;
  font-size: 1vw;
  line-height: .8em;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.accomodation {
  background-color: var(--sky-blue);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.button-offers {
  z-index: 1;
  border: .1em none var(--sky-blue-2);
  background-color: var(--sky-blue-2);
  color: var(--sky-blue);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 0;
  width: 20vw;
  margin: 5vh 1vw 5vh 0;
  padding: 1vh 2vw;
  font-size: .8vw;
  line-height: 2em;
  transition: background-color .7s;
  position: static;
}

.button-offers:hover {
  background-color: var(--blue-hover);
  color: var(--sky-blue);
}

.button-about {
  z-index: 100;
  border: .1em none var(--sky-blue-2);
  background-color: var(--sky-blue-2);
  color: var(--sky-blue);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 20vw;
  margin: 0 0;
  padding: 1vh 2vw;
  font-size: .8vw;
  line-height: 2em;
  transition: background-color .7s;
  display: block;
  position: absolute;
  inset: auto 0% 10% 40%;
}

.button-about:hover {
  background-color: var(--blue-hover);
  color: var(--sky-blue);
}

.h5-heading-small-white {
  color: var(--sky-blue-2);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 1vh 0 2vh 0;
  font-family: mixta-pro, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: .9em;
}

.h5-heading-small-white.white {
  color: var(--sky-blue);
}

.div-block-40 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.transition {
  z-index: 10000;
  background-color: #0000;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.transition-content {
  background-color: var(--sky-blue-2);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.transition-trigger {
  display: none;
}

.page-wrap {
  width: 100vw;
  overflow: hidden;
}

.page-wrapper {
  z-index: 0;
  background-color: var(--white-2);
  opacity: 1;
  width: 100vw;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

.background-color-change {
  background-color: #0000;
}

.div-block-43, .background-color-about {
  background-color: var(--sky-blue);
}

.background-restaurant {
  background-color: var(--sky-blue);
  width: 100vw;
  overflow: hidden;
}

.background-activities {
  background-color: var(--sky-blue);
}

.bacground-special-offers {
  background-color: #0000;
}

.button-close {
  z-index: 1000;
  border: .1em none var(--sky-blue-2);
  background-color: var(--sky-blue-2);
  color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: none;
  border-radius: 0;
  width: 10vw;
  height: 4vh;
  margin: 0 1vw 0 0;
  padding-top: 1vh;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: .7vw;
  line-height: 2vh;
  transition: background-color .7s;
  display: inline-block;
  position: absolute;
  inset: 0% 0% 0% 0;
}

.button-close:hover {
  background-color: var(--blue-hover);
  color: var(--midnight-blue);
}

.div-block-44 {
  position: relative;
}

.lottie-animation-6 {
  width: 50vw;
}

.div-block-47 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 15vh;
  padding-bottom: 5vh;
  padding-left: 30vw;
  display: flex;
  position: absolute;
}

.activities-ext-font {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Aneklatin expanded, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
  left: -7vw;
}

.activities-ext-font.white {
  color: var(--sky-blue);
  left: 0;
}

.activities-ext-font.blue {
  color: var(--sky-blue-2);
  line-height: 1.2em;
  position: static;
}

.activities-ext-font._1 {
  font-size: 2vw;
  left: 3vw;
}

.activities-ext-font._2, .activities-ext-font._4 {
  left: 1vw;
}

.activities-italic-font {
  color: var(--sky-blue-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: mixta-pro, sans-serif;
  font-size: 2vw;
  font-style: italic;
  font-weight: 600;
  line-height: .8em;
  position: relative;
  left: -6vw;
}

.activities-italic-font.black {
  color: var(--midnight-blue);
}

.activities-italic-font._1 {
  left: 2vw;
}

.activities-italic-font._2 {
  left: 0;
}

.activities-italic-font._3 {
  left: 3vw;
}

.activities-italic-font._4 {
  left: -4vw;
}

.activities-ext-font-2 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Aneklatin expanded, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
  left: -7vw;
}

.activities-ext-font-2.white {
  color: var(--sky-blue);
  left: 0;
}

.activities-ext-font-2.blue {
  color: var(--sky-blue-2);
  line-height: 1.2em;
  position: static;
}

.activities-ext-font-2._1 {
  font-size: 2vw;
  left: 3vw;
}

.activities-ext-font-2._2, .activities-ext-font-2._4 {
  left: 1vw;
}

.activities-ext-font-3 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Aneklatin expanded, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
  left: -7vw;
}

.activities-ext-font-3.white {
  color: var(--sky-blue);
  left: 0;
}

.activities-ext-font-3.blue {
  color: var(--sky-blue-2);
  line-height: 1.2em;
  position: static;
}

.activities-ext-font-3._1 {
  font-size: 2vw;
  left: 3vw;
}

.activities-ext-font-3._2, .activities-ext-font-3._4 {
  left: 1vw;
}

.activities-ext-font-4 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Aneklatin expanded, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
  left: -7vw;
}

.activities-ext-font-4.white {
  color: var(--sky-blue);
  left: 0;
}

.activities-ext-font-4.blue {
  color: var(--sky-blue-2);
  line-height: 1.2em;
  position: static;
}

.activities-ext-font-4._1 {
  font-size: 2vw;
  left: 3vw;
}

.activities-ext-font-4._2, .activities-ext-font-4._4 {
  left: 1vw;
}

.activities-italic-font-1 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: mixta-pro, sans-serif;
  font-size: 2vw;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
  left: -6vw;
}

.activities-italic-font-1.black {
  color: var(--midnight-blue);
}

.activities-italic-font-1._1 {
  left: 2vw;
}

.activities-italic-font-1._2 {
  left: 0;
}

.activities-italic-font-1._3 {
  left: 3vw;
}

.activities-italic-font-1._4 {
  left: -4vw;
}

.activities-italic-font-1.blue {
  color: var(--sky-blue-2);
  text-indent: 0;
  font-size: 2vw;
  line-height: 1.2em;
  text-decoration: none;
}

.activities-italic-font-2 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: mixta-pro, sans-serif;
  font-size: 2vw;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
  left: -6vw;
}

.activities-italic-font-2.black {
  color: var(--midnight-blue);
}

.activities-italic-font-2._1 {
  left: 2vw;
}

.activities-italic-font-2._2 {
  left: 0;
}

.activities-italic-font-2._3 {
  left: 3vw;
}

.activities-italic-font-2._4 {
  left: -4vw;
}

.activities-italic-font-2.blue {
  color: var(--sky-blue-2);
  line-height: 1.2em;
}

.activities-italic-font-3 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: mixta-pro, sans-serif;
  font-size: 2vw;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
  left: -6vw;
}

.activities-italic-font-3.black {
  color: var(--midnight-blue);
}

.activities-italic-font-3._1 {
  left: 2vw;
}

.activities-italic-font-3._2 {
  left: 0;
}

.activities-italic-font-3._3 {
  left: 3vw;
}

.activities-italic-font-3._4 {
  left: -4vw;
}

.activities-italic-font-3.blue {
  color: var(--sky-blue-2);
  line-height: 1.2em;
}

.activities-italic-font-4 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: mixta-pro, sans-serif;
  font-size: 2vw;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
  left: -6vw;
}

.activities-italic-font-4.black {
  color: var(--midnight-blue);
}

.activities-italic-font-4._1 {
  left: 2vw;
}

.activities-italic-font-4._2 {
  left: 0;
}

.activities-italic-font-4._3 {
  left: 3vw;
}

.activities-italic-font-4._4 {
  left: -4vw;
}

.activities-italic-font-4.blue {
  color: var(--white-2);
  line-height: 1.2em;
}

.winter-activities {
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 150vh;
  display: flex;
  position: relative;
}

.winter-activities-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 15vh;
  padding-bottom: 5vh;
  padding-left: 30vw;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: absolute;
  overflow: visible;
}

.summer-activities-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 15vh 35vw 5vh 0;
  display: flex;
  position: absolute;
}

.bodycopy-footer {
  color: var(--sky-blue);
  border-radius: 0;
  margin-top: 0;
  margin-right: 160px;
  padding: 0 10vw 0 10px;
  font-family: Anek Latin, sans-serif;
  font-size: .9vw;
  font-weight: 400;
  line-height: 1.8em;
  display: flex;
}

.bodycopy-footer.dark {
  color: var(--grey);
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-right: 10vw;
  line-height: 1.8em;
}

.bodycopy-footer._20vw {
  color: var(--alice-blue);
  width: 20vw;
  line-height: 1.4em;
}

.bodycopy-footer.date {
  color: var(--alice-blue);
  padding-bottom: 1vh;
  font-size: .8vw;
}

.bodycopy-footer.black {
  color: var(--grey);
  height: 25vh;
  padding-right: 2vw;
  font-size: .8vw;
  line-height: 1.4em;
}

.link-4 {
  color: var(--sky-blue-2);
  text-decoration: none;
}

.hero-image-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.div-block-55 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-5 {
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100vw;
  max-width: none;
  height: 110vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: inline-block;
  position: static;
}

.image-38 {
  object-fit: fill;
  height: auto;
  position: static;
}

.slide-1 {
  height: auto;
}

.slider-1, .slider-4, .slider-2, .slider-3 {
  height: 55vh;
}

.video-play-wrapper {
  z-index: 0;
  color: #000;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: .2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-vimeo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vr-video {
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: auto;
  padding: 0 0 0;
  display: flex;
  overflow: hidden;
}

.custom-video-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
  position: static;
}

.div-block-115 {
  justify-content: flex-end;
  width: 100vw;
  padding-bottom: 20vh;
  padding-right: 18vw;
  display: flex;
}

.image-56 {
  padding-left: 1vw;
  padding-right: 1vw;
}

.video-play-pause-toggle {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 1.5em 1.5em auto auto;
}

.video-play-pause-wrapper {
  background-color: #ffffffe6;
  border-radius: 999em;
  width: 5em;
  height: 5em;
  transition: all .25s;
}

.video-play-pause-wrapper:hover {
  transform: scale(1.2);
}

.video-play-pause-wrapper:active {
  transform: scale(.95);
}

.link-block-6 {
  width: 8vw;
  height: 5vh;
}

.play-pause--icon {
  width: 1em;
  height: 1em;
  font-size: 1.7em;
}

.video-pause-wrapper {
  z-index: 1;
  color: #000;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.gutter-outside {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
  position: static;
}

.vimeo-embed {
  width: 50vw;
  height: auto;
  position: static;
  inset: 0%;
}

.image-55 {
  padding-left: 1vw;
  padding-right: 1vw;
}

.section-video {
  width: auto;
  height: auto;
  padding: 0 0;
  position: static;
}

.video-prez {
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0 0 0;
  display: flex;
  overflow: hidden;
}

.tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4 {
  width: 100vw;
}

.booking_popup {
  display: none;
  position: fixed;
  inset: 0%;
}

.booking_wrapper {
  text-align: center;
}

.booking-transition {
  z-index: 1;
  background-color: var(--sky-blue-2);
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
  transform: translate(0, 100vh);
}

.section-9 {
  font-size: 10px;
}

.team-slider {
  background-color: var(--white-2);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 1px #e4ebf3;
  min-width: auto;
  padding: 80px 10px 0;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  color: var(--sky-blue-2);
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 45px;
  font-style: italic;
}

.centered-subheading {
  color: var(--grey);
  text-align: center;
  width: 100%;
  max-width: none;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: .9vw;
  line-height: 1.8em;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  text-align: center;
  width: 70%;
  max-width: none;
  height: auto;
  margin-bottom: 18px;
  padding-left: 60px;
  padding-right: 100px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: var(--sky-blue-2);
  margin-bottom: 12px;
  padding-left: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
}

.team-member-text {
  color: var(--grey);
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 60px;
  font-family: Anek Latin, sans-serif;
  font-size: .9vw;
  line-height: 1.8em;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.grid-3 {
  display: block;
}

.columns {
  text-align: center;
  width: 100%;
  padding-bottom: 220px;
  padding-left: 100px;
  padding-right: 100px;
}

@media screen and (min-width: 1920px) {
  .booking-wrapper {
    height: 90vh;
    padding-bottom: 60px;
  }

  .div-block-55 {
    width: auto;
  }

  .image-5 {
    opacity: .8;
    mix-blend-mode: normal;
    background-color: #000;
    width: 100vw;
    height: auto;
  }

  .container-w1.gutter-outside {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .hero-about {
    height: auto;
  }

  .grid {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .button {
    font-size: 1.4vw;
  }

  .nav-menu-links-wrap-2 {
    display: none;
  }

  .nav {
    top: 40px;
  }

  .nav-fullscreen-link {
    font-size: 80px;
  }

  .container-large {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-fullscreen-bottom {
    grid-template-columns: 1fr 1.4fr 1fr;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .action-button-wrap {
    display: none;
  }

  .h1 {
    padding-bottom: .5vh;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 12vw;
    line-height: .8em;
  }

  .hero-accomodation {
    height: 70vh;
  }

  .slider {
    height: 40vh;
  }

  .mask {
    width: 60%;
  }

  .slide-nav {
    font-size: .8vw;
  }

  .button-1 {
    width: 20vw;
    font-size: 1.2vw;
  }

  .button-1.form {
    width: 60vw;
    font-size: 1.4vw;
  }

  .button-1.margin0 {
    margin-top: 1vh;
    margin-bottom: 1vh;
  }

  .grid-2 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .events-headline {
    font-size: 3vw;
  }

  .bodycopy {
    font-size: 1.4vw;
  }

  .bodycopy.dark {
    font-size: 1.2vw;
  }

  .bodycopy._20vw {
    font-size: 1.4vw;
  }

  .bodycopy.date {
    font-size: 1vw;
  }

  .bodycopy.black {
    font-size: 1.2vw;
  }

  .footer {
    flex-direction: row;
  }

  .div-block-18 {
    width: 60vw;
  }

  .div-block-21 {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .link-block {
    padding-right: 5vw;
  }

  .active-footer-link {
    font-size: 1.4vw;
  }

  .social-icon {
    width: 4vw;
  }

  .h2.homepage.hero {
    font-size: 12vw;
  }

  .h2.accomodation {
    margin-top: 0;
  }

  .div-block-25 {
    height: auto;
  }

  .accordion-toggle {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .dropdown-list-2 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .bodycopy-investory {
    font-size: 1.2vw;
  }

  ._2nd-image, ._1st-image, ._3rd-image {
    height: 20vh;
  }

  .button-menu {
    width: 20vw;
    font-size: 1.2vw;
  }

  .booking-wrapper {
    mix-blend-mode: normal;
    height: 120vh;
    line-height: 30px;
    position: static;
  }

  .div-block-30 {
    height: 0;
    padding-bottom: 0;
  }

  .form-block {
    height: 2px;
    margin-bottom: auto;
    padding-bottom: 0;
  }

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

  .small-heading.bright {
    font-size: 1vw;
  }

  .navbar {
    top: 40px;
  }

  .header-menu-wrap-2 {
    display: flex;
  }

  .cursor-wrapper {
    display: none;
  }

  .activities-wrapper {
    height: 100vh;
  }

  .button-activities-2 {
    width: 30vw;
    font-size: 1.2vw;
  }

  .button-text {
    font-size: 1.2vw;
  }

  .bodycopy-footer {
    font-size: 1.4vw;
  }

  .bodycopy-footer.dark {
    font-size: 1.2vw;
  }

  .bodycopy-footer._20vw {
    font-size: 1.4vw;
  }

  .bodycopy-footer.date {
    font-size: 1vw;
  }

  .bodycopy-footer.black {
    font-size: 1.2vw;
  }

  .image-5 {
    object-fit: cover;
  }

  .video-play-wrapper:active {
    transform: scale(.9);
  }

  .div-block-115 {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .video-play-pause-wrapper:hover {
    transform: none;
  }

  .video-play-pause-wrapper:active {
    transform: scale(.9);
  }

  .link-block-6 {
    width: 15vw;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-template-columns: 1fr;
  }

  .image-2 {
    width: 70vw;
    height: 70vw;
  }

  .nav-fullscreen {
    padding-left: 5vw;
  }

  .nav {
    top: 24px;
  }

  .nav-fullscreen-link {
    font-size: 56px;
  }

  .nav-fullscreen-link-mask {
    width: auto;
  }

  .container-large {
    padding-left: 24px;
    padding-right: 24px;
  }

  .logo {
    max-height: 24px;
    font-size: 4vw;
    position: relative;
  }

  .nav-fullscreen-bottom {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-fullscreen-bottom-center {
    display: none;
  }

  .nav-fullscreen-background {
    padding-left: 5vw;
  }

  .h1 {
    line-height: .8em;
  }

  .mask {
    width: 90%;
  }

  .slide-nav {
    font-size: 2vw;
  }

  .button-1.form {
    font-size: 1.8vw;
  }

  .button-1.margin0 {
    width: 40vw;
    margin-top: 1vh;
    margin-bottom: 1vh;
    font-size: 2vw;
  }

  .bodycopy {
    padding-right: 2vw;
    font-size: 2.4vw;
  }

  .bodycopy.dark {
    font-size: 2vw;
  }

  .bodycopy.date {
    font-size: 1.4vw;
  }

  .footer {
    flex-direction: column;
  }

  .div-block-18 {
    align-items: flex-start;
    height: 30vh;
  }

  .div-block-19 {
    justify-content: flex-end;
    width: 100vw;
    padding-bottom: 5vh;
  }

  .div-block-20 {
    width: 100vw;
    padding-left: 5vw;
    font-size: 7vw;
  }

  .div-block-21 {
    align-items: center;
    height: 5vh;
    padding-left: 5vw;
    font-size: 3vw;
  }

  .link-block {
    padding-right: 5vw;
    font-size: 3vw;
  }

  .active-footer-link {
    font-size: 2.4vw;
  }

  .social-icon {
    width: 4vw;
    height: 5vh;
    padding-top: 0;
    font-size: 8vw;
    line-height: 1.9;
  }

  .accordion-toggle {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .dropdown-list-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .button-menu {
    width: 20vw;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 1.6vw;
  }

  .heading-4, .h5-heading {
    font-size: 6vw;
  }

  .image-container-left, .image-container-right {
    width: 70vw;
    height: 70vw;
  }

  .navbar {
    top: 24px;
  }

  .grid-accommodation-item {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .header-menu-wrap-2 {
    display: flex;
  }

  .nav-menu-button-new {
    padding-right: 3vw;
  }

  .cursor-wrapper {
    display: none;
  }

  .div-block-41, .div-block-42 {
    align-items: center;
    display: flex;
  }

  .link-block-4 {
    align-items: flex-end;
    display: flex;
  }

  .button-close {
    width: 20vw;
    font-size: 2vw;
  }

  .div-block-44 {
    width: 25vw;
  }

  .div-block-45 {
    padding-left: 5vw;
  }

  .bodycopy-footer {
    padding-right: 2vw;
    font-size: 2.4vw;
  }

  .bodycopy-footer.dark {
    font-size: 2vw;
  }

  .bodycopy-footer.date {
    font-size: 1.4vw;
  }

  .image-5 {
    width: auto;
  }

  .video-vimeo-wrapper {
    height: 50vh;
  }

  .div-block-115 {
    justify-content: center;
    padding-left: 20vw;
    padding-right: 20vw;
  }

  .video-play-pause-toggle {
    top: 1em;
    right: 1em;
  }

  .video-play-pause-wrapper {
    font-size: .8em;
  }

  .link-block-6 {
    width: 20vw;
  }

  .vimeo-embed {
    width: 100vw;
    height: 50vh;
  }

  .section-video {
    padding-top: 10em;
    padding-bottom: 0;
  }

  .team-slider {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    grid-template-columns: 1fr;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .image-2 {
    width: 90vw;
    height: 90vw;
  }

  .div-block-5 {
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .button {
    font-size: 6vw;
  }

  .nav-fullscreen {
    width: 100vw;
    font-size: 14px;
  }

  .nav-fullscreen-link {
    font-size: 32px;
  }

  .nav-fullscreen-link.link-0 {
    font-size: 30px;
    line-height: 1.3;
  }

  .logo {
    max-height: 34px;
    padding-left: 0;
    font-size: 7vw;
    position: relative;
    inset: 0% 0% 5%;
  }

  .lottie-animation {
    width: auto;
    height: auto;
    padding-right: 10px;
  }

  .h1 {
    font-size: 11vw;
  }

  .hero-accomodation {
    overflow: hidden;
  }

  .mask {
    width: 100%;
  }

  .slide {
    height: auto;
  }

  .img {
    box-sizing: border-box;
    aspect-ratio: auto;
    max-width: none;
    height: 40vh;
    padding-right: 0;
    display: inline-block;
  }

  .slide-nav {
    height: 4vh;
    font-size: 3vw;
  }

  .div-block-7 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hero-restaurant {
    flex-direction: column;
  }

  .button-1 {
    width: 90vw;
    margin-top: 1vh;
    margin-bottom: 1vh;
    padding-left: 0;
    font-size: 3vw;
  }

  .button-1.form {
    border-width: .2em;
    width: 90vw;
    font-size: 3vw;
    line-height: 2em;
  }

  .button-1.margin0 {
    width: 90vw;
    font-size: 3vw;
  }

  .div-block-13 {
    flex-direction: column;
  }

  .hero-activities {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

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

  .events-headline {
    pointer-events: auto;
    mix-blend-mode: normal;
    flex-flow: column;
    margin-top: 1vh;
    margin-bottom: 1vh;
    font-size: 9vw;
    display: flex;
  }

  .div-block-17 {
    flex-flow: column;
    display: flex;
  }

  .bodycopy {
    flex-flow: column;
    font-size: 4vw;
  }

  .bodycopy.dark {
    margin-right: 10px;
    padding-top: 1vh;
    font-size: 4vw;
  }

  .bodycopy._20vw {
    width: 90vw;
    font-size: 4vw;
  }

  .bodycopy.date {
    font-size: 3vw;
  }

  .bodycopy.black {
    font-size: 4vw;
  }

  .div-block-18 {
    justify-content: center;
    width: 100vw;
    height: 50vh;
    position: relative;
  }

  .div-block-19 {
    justify-content: flex-end;
    padding-bottom: 5vh;
  }

  .lottie-animation-2 {
    width: 140vw;
    padding-left: 0;
    inset: 10% 0% auto;
  }

  .div-block-21 {
    justify-content: flex-start;
    height: auto;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .link-block {
    padding-right: 5vw;
  }

  .active-footer-link {
    font-size: 4vw;
    line-height: 2em;
  }

  .social-icon {
    width: 9vw;
    height: 5vh;
    margin-right: 4vw;
    padding-top: 0;
  }

  .h2.homepage.hero {
    font-size: 15vw;
  }

  .h2.accomodation {
    width: auto;
    height: auto;
    margin-top: 5vh;
    font-size: 10vw;
    inset: auto;
  }

  .h2.activities {
    margin-left: 10px;
    padding-left: 0;
  }

  .h2.fun {
    font-size: 15vw;
  }

  .div-block-24 {
    width: 100vw;
    height: 10vh;
    padding-top: 0;
  }

  .tab-name {
    font-size: 5vw;
  }

  .tab-name.black {
    font-size: 6vw;
  }

  .bodycopy-investory {
    padding-left: 0;
    font-size: 4vw;
  }

  .image-full-width {
    justify-content: center;
    align-items: center;
    height: 20vh;
  }

  .image-4 {
    width: 265.195vw;
    height: 50vh;
  }

  .headline-homepage {
    padding-bottom: 15vh;
  }

  .h4, .h5 {
    margin-left: 10px;
    padding-left: 10px;
    font-size: 10vw;
  }

  .h5.white {
    font-size: 10vw;
  }

  .div-block-27 {
    padding-bottom: 3vh;
  }

  ._2nd-image {
    box-sizing: border-box;
    width: 90vw;
    height: 90vw;
    display: block;
    overflow: auto;
  }

  ._1st-image {
    outline-offset: 0px;
    vertical-align: middle;
    mix-blend-mode: normal;
    outline: 3px #333;
    width: 90vw;
    height: 90vw;
    display: inline-block;
  }

  ._3rd-image {
    width: 90vw;
    height: 90vw;
  }

  .button-menu {
    width: 36vw;
    font-size: 3vw;
  }

  .button-menu.book-now {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .button-accomodation {
    width: 90vw;
    margin-top: 0;
    font-size: 3vw;
    position: absolute;
    top: auto;
    left: 20px;
  }

  .booking-wrapper {
    height: 150vh;
    display: flex;
  }

  .div-block-30 {
    padding: 2vh 5vw;
  }

  .form-field-wrapper {
    width: 45vw;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
    line-height: 2px;
  }

  .heading-4 {
    padding-left: 0;
    font-size: 11vw;
  }

  .text-block-7 {
    line-height: 10px;
  }

  .h5-heading {
    padding-top: 0;
    font-size: 8vw;
  }

  .h5-heading.white {
    font-size: 12vw;
  }

  .small-heading {
    font-size: 3vw;
  }

  .small-heading.bright {
    font-size: 4vw;
  }

  .slider-restaurant {
    height: 81vh;
  }

  .restaurant-reservation-button-wrap {
    align-items: flex-end;
    height: 100vh;
    display: flex;
  }

  .button-restaurant {
    width: 90vw;
    font-size: 3vw;
  }

  .grid-about {
    grid-template-columns: 1fr;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-container-left {
    width: 90vw;
    height: auto;
  }

  .image-container-right {
    width: 90vw;
    height: 90vw;
  }

  .div-block-33 {
    flex-direction: column;
  }

  .tab-link-text {
    font-size: 6vw;
  }

  .tab-link-tab-1 {
    text-align: center;
    width: 90vw;
    padding: 2vh 1vw;
  }

  .tab-link-tab-1.w--current {
    width: 90vw;
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-size: 2vw;
  }

  .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4 {
    width: 90vw;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .tab-link-tab-4.w--current {
    width: 90vw;
  }

  .tab-link-tab-5 {
    width: 90vw;
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-size: 4vw;
  }

  .tab-link-tab-5.w--current {
    width: 90vw;
    padding: 2vh 1vw;
  }

  .div-block-35 {
    padding-top: 5vh;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-top: 1vh;
  }

  .grid-accommodation-item {
    grid-column-gap: 1vw;
    grid-template-columns: 1fr;
    padding: 2vh 0 5vh;
  }

  .button-accommodation {
    width: 90vw;
    font-size: 3vw;
  }

  .accommodation-textual-content {
    padding-left: 5vw;
  }

  .h6-heading {
    font-size: 9vw;
  }

  .bodycopy-accommodation {
    font-size: 4vw;
  }

  .image-accommodation {
    width: 90vw;
    height: 50vw;
  }

  .contact-page {
    overflow: hidden;
  }

  .section-8 {
    height: 260vh;
    overflow: hidden;
  }

  .lottie-animation-5 {
    width: 200vw;
  }

  .image-activity-1 {
    width: 25vw;
    height: 25vw;
  }

  .image-activity-2 {
    width: 30vw;
    height: 30vw;
  }

  .image-activity-3 {
    width: 50vw;
    height: 50vw;
  }

  .image-activity-4 {
    width: 38vw;
    height: 38vw;
  }

  .image-activity-5 {
    width: 22vw;
    height: 22vw;
  }

  .div-block-39 {
    align-items: center;
    padding-left: 3vw;
    padding-right: 0;
  }

  .logo-wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 5vh;
    display: flex;
    position: static;
    bottom: auto;
  }

  .logo-wrap.w--current {
    bottom: 10px;
  }

  .header-menu-wrap-2 {
    display: flex;
  }

  .nav-menu-2 {
    width: auto;
    position: static;
  }

  .nav-menu-button-new {
    width: 20vw;
    height: auto;
    padding-right: 0;
  }

  .cursor-wrapper {
    display: none;
  }

  .image-activity-6 {
    width: 40vw;
    height: 40vw;
  }

  .image-activity-3-summer {
    width: 36vw;
    height: 36vw;
  }

  .image-activity-4-summer, .image-activity-1-summer {
    width: 48vw;
    height: 48vw;
  }

  .image-activity-2-summer {
    width: 70vw;
    height: 70vw;
  }

  .image-activity-5-summer {
    width: 20vw;
    height: 20vw;
  }

  .image-activity-6-summer {
    width: 32vw;
    height: 32vw;
  }

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

  .image-activity-3-hp {
    width: 50vw;
    height: 50vw;
  }

  .image-activity-6-hp {
    width: 40vw;
    height: 40vw;
  }

  .image-activity-1-hp {
    width: 20vw;
    height: 20vw;
  }

  .image-activity-4-hp {
    width: 45vw;
    height: 45vw;
  }

  .image-activity-2-hp, .image-activity-5-hp {
    width: 30vw;
    height: 30vw;
  }

  .div-block-24-copy {
    height: 10vh;
    left: -20%;
  }

  .button-activities-2 {
    width: 90vw;
    font-size: 3vw;
  }

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

  .offers-subheadline.h6 {
    font-size: 9vw;
  }

  .discover-fun {
    flex-direction: column;
    height: auto;
  }

  .button-text {
    font-size: 4vw;
  }

  .accomodation {
    height: auto;
  }

  .button-offers {
    width: 90vw;
    font-size: 3vw;
  }

  .button-about {
    width: 90vw;
    font-size: 3vw;
    left: 5%;
  }

  .h5-heading-small-white {
    flex-flow: column;
    flex: 0 auto;
    align-self: auto;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 84vw;
    font-size: 8vw;
    display: block;
    position: absolute;
    overflow: visible;
  }

  .div-block-41 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-42 {
    align-items: flex-start;
    padding-left: 5vw;
  }

  .button-close {
    width: auto;
  }

  .div-block-44 {
    width: 35vw;
  }

  .div-block-45 {
    padding-left: 5vw;
  }

  .div-block-46 {
    padding-bottom: 2vh;
  }

  .activities-ext-font, .activities-ext-font.white, .activities-italic-font, .activities-ext-font-2, .activities-ext-font-2.white, .activities-ext-font-3, .activities-ext-font-3.white, .activities-ext-font-4, .activities-ext-font-4.white, .activities-italic-font-1, .activities-italic-font-2, .activities-italic-font-3, .activities-italic-font-4 {
    font-size: 10vw;
  }

  .bodycopy-footer, .bodycopy-footer.dark {
    font-size: 4vw;
  }

  .bodycopy-footer._20vw {
    width: 90vw;
    font-size: 4vw;
  }

  .bodycopy-footer.date {
    font-size: 3vw;
  }

  .bodycopy-footer.black {
    font-size: 4vw;
  }

  .vr-video {
    align-items: center;
    padding-top: 5vw;
    padding-left: 0;
    padding-right: 0;
  }

  .custom-video-wrapper {
    height: 30vh;
  }

  .link-block-6 {
    width: 30vw;
  }

  .container-w1.gutter-outside {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .vimeo-embed {
    width: 100vw;
    height: 40vh;
  }

  .section-video {
    width: auto;
    padding: 0 0;
  }

  .video-prez {
    align-items: center;
    padding-top: 5vw;
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    height: auto;
    margin-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
  }

  .centered-subheading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 4vw;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-image-two {
    padding-left: 0;
    padding-right: 0;
  }

  .team-member-name-two {
    padding-right: 20px;
  }

  .team-member-text {
    padding-right: 20px;
    font-size: 4vw;
  }

  .columns {
    padding-left: 60px;
    padding-right: 60px;
  }

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

#w-node-d7681c8e-86f6-bff2-80e5-115aad9c2a89-52645839, #w-node-_62046b64-6d2c-edf1-b08e-951db0bb5ef0-52645839, #w-node-_8233b57d-a56a-fadd-74ec-2e7951bd8b0e-52645839, #w-node-c55ae3a9-d417-53ff-ca97-74ddf639357c-52645839, #w-node-d793e241-1283-12a7-0992-04a7632b220f-52645839, #w-node-d793e241-1283-12a7-0992-04a7632b2210-52645839, #w-node-_36fdc107-22d5-0540-1948-db373ac9f77d-52645839, #w-node-_36fdc107-22d5-0540-1948-db373ac9f77e-52645839, #w-node-_789766a8-223e-e27e-bd3b-10e1beb7f255-5664583c, #w-node-_789766a8-223e-e27e-bd3b-10e1beb7f256-5664583c, #w-node-_93c98647-2ee9-841c-0574-30e445d5bfcd-5664583c, #w-node-_9e4c620b-4c85-ae02-5104-72a30ae72f9f-5664583c, #w-node-_9e4c620b-4c85-ae02-5104-72a30ae72f9e-5664583c, #w-node-_93c98647-2ee9-841c-0574-30e445d5bfce-5664583c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf7b8f09-3707-546d-33c5-1e804a49d0a3-3b64583e {
  justify-self: start;
}

#w-node-bf7b8f09-3707-546d-33c5-1e804a49d0a4-3b64583e {
  justify-self: center;
}

#w-node-bf7b8f09-3707-546d-33c5-1e804a49d0a7-3b64583e {
  justify-self: end;
}

#w-node-e41a1817-632d-b8e8-38b4-cbf73230c61d-3b64583e, #w-node-faff55c3-f7a7-b4f7-e7b8-2bb1752da50f-3b64583e, #w-node-_8f2e7df4-22d8-2023-f92a-f48da9b2304c-3b64583e, #w-node-c89b0b12-0a5f-0554-8df4-fd68af4a8434-3b64583e, #w-node-c89b0b12-0a5f-0554-8df4-fd68af4a8443-3b64583e, #w-node-c89b0b12-0a5f-0554-8df4-fd68af4a8444-3b64583e, #w-node-d9a488b7-530c-d716-4dee-f319b7b87788-3b64583e, #w-node-d9a488b7-530c-d716-4dee-f319b7b87797-3b64583e, #scroll-video.w-node-f0c28610-f4d9-eb66-fdca-3b627f7d1b7d-ae64583f, #scroll-video.w-node-c3228d5f-df27-98b1-1214-bc664d428c60-ae64583f, #scroll-video.w-node-_26deaf26-9a97-0486-dd8d-c9f1bc6f6abb-ae64583f, #w-node-_2acb584f-d461-92c8-469a-a4b536fb02e5-61645840, #w-node-e41a1817-632d-b8e8-38b4-cbf73230c61d-35645843, #w-node-_62046b64-6d2c-edf1-b08e-951db0bb5ef0-35645843, #w-node-_8233b57d-a56a-fadd-74ec-2e7951bd8b0e-35645843, #w-node-c55ae3a9-d417-53ff-ca97-74ddf639357c-35645843, #w-node-d793e241-1283-12a7-0992-04a7632b220f-35645843, #w-node-d793e241-1283-12a7-0992-04a7632b2210-35645843, #w-node-_36fdc107-22d5-0540-1948-db373ac9f77d-35645843, #w-node-_36fdc107-22d5-0540-1948-db373ac9f77e-35645843, #w-node-_629eda07-7a2f-c480-9405-bf49a3e6c21f-70645844, #w-node-e41a1817-632d-b8e8-38b4-cbf73230c61d-70645844, #w-node-_51968d1c-29c3-f55a-ea23-c9b46d9f7a8a-70645844, #w-node-_56b57bb9-89e3-33b2-f4a0-8d5b11106ec5-70645844, #w-node-_62046b64-6d2c-edf1-b08e-951db0bb5ef0-70645844, #w-node-_8233b57d-a56a-fadd-74ec-2e7951bd8b0e-70645844, #w-node-c55ae3a9-d417-53ff-ca97-74ddf639357c-70645844, #w-node-d793e241-1283-12a7-0992-04a7632b220f-70645844, #w-node-d793e241-1283-12a7-0992-04a7632b2210-70645844, #w-node-_36fdc107-22d5-0540-1948-db373ac9f77d-70645844, #w-node-_36fdc107-22d5-0540-1948-db373ac9f77e-70645844, #w-node-_62046b64-6d2c-edf1-b08e-951db0bb5ef0-98645845, #w-node-_8233b57d-a56a-fadd-74ec-2e7951bd8b0e-98645845, #w-node-c55ae3a9-d417-53ff-ca97-74ddf639357c-98645845, #w-node-d793e241-1283-12a7-0992-04a7632b220f-98645845, #w-node-d793e241-1283-12a7-0992-04a7632b2210-98645845, #w-node-_36fdc107-22d5-0540-1948-db373ac9f77d-98645845, #w-node-_36fdc107-22d5-0540-1948-db373ac9f77e-98645845, #w-node-_8476039a-7733-0898-6c3e-5cccf2cbc701-98645845, #w-node-_8476039a-7733-0898-6c3e-5cccf2cbc702-98645845, #w-node-_953b7c5f-c436-e06c-60e2-7da107ed0500-98645845, #w-node-_953b7c5f-c436-e06c-60e2-7da107ed0501-98645845, #w-node-_62046b64-6d2c-edf1-b08e-951db0bb5ef0-71c47936, #w-node-_8233b57d-a56a-fadd-74ec-2e7951bd8b0e-71c47936, #w-node-c55ae3a9-d417-53ff-ca97-74ddf639357c-71c47936, #w-node-d793e241-1283-12a7-0992-04a7632b220f-71c47936, #w-node-d793e241-1283-12a7-0992-04a7632b2210-71c47936, #w-node-_36fdc107-22d5-0540-1948-db373ac9f77d-71c47936, #w-node-_36fdc107-22d5-0540-1948-db373ac9f77e-71c47936, #w-node-_8476039a-7733-0898-6c3e-5cccf2cbc701-71c47936, #w-node-_8476039a-7733-0898-6c3e-5cccf2cbc702-71c47936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-bf7b8f09-3707-546d-33c5-1e804a49d0a3-3b64583e, #w-node-bf7b8f09-3707-546d-33c5-1e804a49d0a4-3b64583e, #w-node-bf7b8f09-3707-546d-33c5-1e804a49d0a7-3b64583e {
    align-self: center;
  }
}


@font-face {
  font-family: 'Aneklatin expanded';
  src: url('../fonts/aneklatin_expanded-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aneklatin expanded';
  src: url('../fonts/aneklatin_expanded-extrabold.ttf') format('truetype'), url('../fonts/aneklatin_expanded-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aneklatin expanded';
  src: url('../fonts/aneklatin_expanded-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aneklatin expanded';
  src: url('../fonts/aneklatin_expanded-extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aneklatin expanded';
  src: url('../fonts/aneklatin_expanded-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aneklatin expanded';
  src: url('../fonts/aneklatin_expanded-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aneklatin expanded';
  src: url('../fonts/aneklatin_expanded-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}