:root {
  --body-font: #404040;
  --color-1: #80938f;
  --color-two: #bd9e47;
  --white: white;
  --body-font-light: #7e7e7e;
  --body-font-dark: black;
  --color-one-light: #bacec8;
  --color-one-dark: #425050;
  --color-two-light: #eed99e;
  --color-two-dark: #7e6622;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--body-font);
  flex-direction: column;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wild wolf, sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  z-index: 1;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color-1);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  color: var(--body-font);
  margin-bottom: .25rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.7;
}

blockquote {
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.fs-styleguide_color-sample.is-text-color {
  background-color: #535f65;
}

.fs-styleguide_color-sample.is-secondary {
  background-color: var(--color-two);
}

.fs-styleguide_color-sample.is-primary {
  background-color: var(--color-1);
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.icon-1x1-small {
  width: 2rem;
  font-size: 1.4rem;
}

.button {
  background-color: var(--color-1);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.heading-medium {
  font-size: 2rem;
  line-height: 1.2;
}

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

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

.text-weight-bold {
  font-weight: 700;
}

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

.icon-medium {
  height: 3rem;
}

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

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: #f4f4f4;
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

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

.text-size-medium.has--margin {
  margin-top: 3.5rem;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

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

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.input {
  border: 1px solid var(--body-font-light);
  background-color: #0000;
  border-radius: .2rem;
  height: 2.6rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-size-tiny {
  color: #bdbdbd;
  font-size: .75rem;
  font-weight: 200;
}

.icon-1x1-medium {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  display: flex;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  background-color: var(--body-font-dark);
  color: var(--color-one-light);
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.show-tablet {
  display: none;
}

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

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
  font-size: 3rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.button-secondary {
  border: .125rem solid var(--color-1);
  color: var(--color-1);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  color: var(--color-1);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 3rem;
}

.padding-large {
  padding: 6rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge, .padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

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

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

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

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

.padding-vertical.padding-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20rem;
  padding-bottom: 12rem;
}

.padding-vertical.padding-hero.dome {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 15rem;
  padding-bottom: 15rem;
  overflow: visible;
}

.padding-vertical.hero-in-padding {
  padding-top: 12rem;
  padding-bottom: 4rem;
}

.padding-vertical.padding-hero-simple {
  padding-top: 10rem;
  padding-bottom: 2rem;
}

.padding-vertical.hero-landing {
  padding-top: 12rem;
  padding-bottom: 4rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero {
  color: var(--white);
  background-image: url('../images/home-hero.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero.homepage {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.footer_component {
  background-color: var(--color-one-dark);
  color: var(--color-one-light);
  margin-top: auto;
  padding-top: 4rem;
}

.footer_component.landing-footer {
  padding-top: 0;
}

._2-grid-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

._2-grid-col.v-align-center {
  align-items: center;
}

._2-grid-col.v-align-center.hide {
  display: none;
}

._2-grid-col.is-review {
  align-items: center;
}

._2-grid-col.is-about {
  place-items: stretch center;
}

._2-grid-col.booking {
  place-content: start center;
  place-items: start center;
}

._3-gird-col {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

._3-gird-col.contrast-greay {
  filter: grayscale();
}

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

._5-grid-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

._6-grid-col {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.titular_element {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 6em;
  display: flex;
}

.titular-element_hldr {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.modal-nav-component {
  z-index: 999;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(#232632cc, #232632cc);
  justify-content: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

.main-nav-component {
  z-index: 100;
  position: relative;
}

.main-nav-component.fixed {
  position: fixed;
  inset: 0% 0% auto;
}

.main-nav-component.absolute {
  position: absolute;
  inset: 0% 0% auto;
}

.primary-nav {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.primary-nav_nav-bar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  width: 8rem;
  display: block;
}

.primary-nav_desktop-nav-bar {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  align-items: center;
  display: flex;
}

.primary-nav_brgr {
  display: none;
}

.secundary-nav_nav-bar {
  justify-content: space-between;
  padding-top: .4rem;
  padding-bottom: .4rem;
  display: flex;
}

.mobile-nav_nav-element {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.nav-element_header {
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  display: flex;
}

.nav-element_body {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 1.8rem;
  display: flex;
}

.nav-element_footer {
  color: var(--color-one-light);
  text-align: center;
  height: 40px;
  font-size: .8rem;
}

.brgr-pleca {
  background-color: var(--white);
  height: .2em;
}

.footer_legal {
  justify-content: space-between;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  padding-top: .4rem;
  padding-bottom: .4rem;
  font-size: .8rem;
  display: flex;
}

.system-color-card {
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding: 2rem;
  display: flex;
}

.system-color-card.color-one {
  background-color: var(--color-1);
}

.system-color-card.color-two {
  background-color: var(--color-two);
}

.system-color-card.color-three {
  background-color: #fb8500;
}

.system-color-card.color-four {
  background-color: var(--body-font);
  color: var(--body-font);
}

.btn {
  border: 1px solid var(--color-1);
  background-color: var(--color-1);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: .8rem 1.4rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.btn:hover {
  filter: brightness(80%);
}

.btn.brdr {
  color: var(--color-1);
  background-color: #0000;
  border-width: 3px;
}

.btn.brdr:hover {
  background-color: #80938f4d;
}

.btn.contrast {
  border-color: var(--color-two);
  background-color: var(--color-two);
}

.btn.send {
  width: 100%;
  margin-top: .5rem;
  display: block;
}

.btn.white {
  background-color: var(--white);
  color: var(--color-1);
  border-style: none;
}

.btn.margin-top {
  margin-top: 1.5rem;
}

.btn-icon {
  background-color: var(--color-1);
  color: #fff;
  padding: .65em .6em .65em 1em;
  text-decoration: none;
  display: inline-block;
}

.btn-icon.brdr {
  border: 2px solid var(--color-one-dark);
  color: var(--color-one-dark);
  background-color: #0000;
}

.btn-icon.brdr.small {
  font-size: .8rem;
}

.btn-icon.brdr.stretch {
  padding: .2em 0;
}

.btn-icon.brdr.stretch.small {
  margin-bottom: .4em;
}

.btn-icon.brdr.white {
  border-color: var(--white);
  color: var(--white);
}

.btn-icon.just-text {
  color: var(--color-1);
  background-color: #0000;
  padding: 0;
}

.icon-btn-container {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  line-height: 1.6;
  display: flex;
}

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

.icon-font {
  text-align: center;
  text-transform: lowercase;
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Materialicons, sans-serif;
  font-size: 1.4em;
  line-height: 1;
  text-decoration: none;
}

.icon-font.icon-1x1-medium {
  font-size: 3em;
}

.icon-font.icon-1x1-large {
  font-size: 4em;
}

.brgr {
  flex-direction: column;
  justify-content: space-between;
  width: 1.875rem;
  height: 1.25rem;
  display: flex;
}

.close-btn {
  width: 35px;
  height: 35px;
}

.btn-nav {
  color: var(--white);
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 4px solid #0000;
  padding: 0;
  font-size: .9rem;
  transition: opacity .2s;
  display: inline-block;
}

.btn-nav:hover {
  opacity: .6;
}

.btn-nav.w--current {
  border-bottom: 4px solid var(--color-1);
}

.btn-nav.dropper {
  color: var(--color-one-light);
  padding-right: 2rem;
}

.btn-nav.cta {
  background-color: var(--color-two);
  color: var(--white);
  border-radius: .2rem;
  margin-left: 1rem;
}

.accordion_header {
  color: var(--color-one-dark);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: .8rem;
  font-size: 1.4rem;
  display: flex;
}

.accordion_display {
  height: 0;
  overflow: hidden;
}

.accordion_content {
  background-color: var(--color-one-light);
  color: var(--body-font);
  padding: 1.4rem;
}

.footer-brand {
  width: 150px;
  margin-bottom: 0;
}

.footer-link {
  color: var(--color-one-light);
  text-transform: capitalize;
  font-size: .9rem;
  display: block;
}

.shades-color {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.color-shade {
  min-height: 60px;
}

.color-shade.color-one {
  background-color: var(--color-1);
}

.color-shade.color-two {
  background-color: var(--color-two);
}

.color-shade.body-font {
  background-color: var(--body-font);
}

.color-shade.color-one-light {
  background-color: var(--color-one-light);
}

.color-shade.color-one-dark {
  background-color: var(--color-one-dark);
}

.color-shade.color-two-light {
  background-color: var(--color-two-light);
}

.color-shade.color-two-dark {
  background-color: var(--color-two-dark);
}

.color-shade.body-font-light {
  background-color: var(--body-font-light);
}

.color-shade.body-font-dark {
  background-color: var(--body-font-dark);
}

.font-color-1 {
  color: var(--color-1);
}

.font-color-2 {
  color: var(--color-two);
}

.simple-card_image {
  position: relative;
}

.simple-card_content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding: 1.4rem 1.8rem;
  display: grid;
}

.simple-card_content.align-center {
  text-align: center;
  justify-items: center;
}

.bullet-icon-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  display: flex;
}

.bullet-icon-card_icon {
  background-color: var(--color-one-light);
  color: var(--color-one-dark);
  border-radius: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bullet-icon-card_icon.medium-size {
  width: 50px;
  height: 50px;
}

.btn-dropper_icon {
  margin-right: 10px;
}

.megamenu-dropper.w--open {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: fixed;
  left: 0%;
  right: 0%;
}

.megamenu {
  background-color: var(--white);
  border: 1px solid #fafafa;
  border-radius: .4rem;
  width: 100%;
  max-width: 64rem;
  min-height: 200px;
  padding: 1.4rem;
  box-shadow: 0 20px 40px -10px #0000004d;
}

.form-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.required {
  color: #fb8500;
}

.address {
  background-color: #fafafa;
  border-radius: .2rem;
  padding: .8rem 1.5rem;
  font-style: normal;
}

.map-card {
  width: 100%;
  min-width: 300px;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.g-map {
  height: 100%;
  display: none;
}

.hover {
  z-index: 1;
  opacity: 0;
  color: var(--color-one-light);
  background-color: #80938f80;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover:hover {
  opacity: 1;
}

.hover_icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3rem;
  font-size: 1.6rem;
  display: flex;
}

.hover_icon.is-abs {
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
}

.hover_icon.is-abs:hover {
  opacity: 1;
}

.system-modal-nav {
  justify-content: flex-end;
  display: flex;
  position: fixed;
  inset: 0%;
}

.system-section-bg-color {
  padding: 6rem 190px;
}

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

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

.btn-modal-nav {
  color: var(--color-1);
  background-color: #0000;
  padding-left: .8rem;
  padding-right: .8rem;
  font-size: 2rem;
  display: block;
}

.close.close-btn {
  color: var(--color-1);
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  text-decoration: none;
  display: flex;
}

.accordion_icon {
  width: 26px;
  height: 26px;
}

.lightbox {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.lightbox.is-map {
  justify-content: center;
  align-items: center;
  padding-top: 0%;
  display: flex;
}

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

.botonera.display-block {
  display: block;
}

.element-content-grid {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.element-content-grid.align-center {
  text-align: center;
  justify-items: center;
}

.element-content-grid.full-widht {
  justify-items: stretch;
}

.element-content-grid.huge-gap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.element-content-grid.small-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.element-content-grid.is-center {
  grid-template-rows: auto;
  align-items: center;
}

.tabs-component_tabs-menu {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.tabs-component_tab {
  background-color: var(--color-one-light);
  color: var(--color-1);
  text-align: center;
  margin-right: .8rem;
}

.tabs-component_tab.w--current {
  background-color: var(--color-1);
  color: var(--color-one-light);
}

.tabs-component_content {
  padding-top: 2rem;
}

.main-nav-component_bg-shade {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000004d;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-in {
  border-bottom: 10px solid var(--color-1);
  background-color: var(--color-two);
  color: var(--white);
  text-align: center;
}

.hero-in.about-bg {
  background-image: url('../images/activities-bg.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-in.about-bg.dome {
  background-image: url('../images/DJI_0316-copy-min.webp');
  background-position: 50% 40%;
  background-attachment: scroll;
}

.hero-in.about-bg.tiny-home {
  background-image: url('../images/_DSC9475-min.webp');
  background-position: 50%;
  background-size: cover;
}

.hero-in.about-bg.aer-dome {
  background-image: url('../images/aer-dome_outside-1.webp');
  background-position: 50% 67%;
  background-attachment: scroll;
}

.hero-in.contact-bg {
  background-image: url('../images/home-reserve-today.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-in.gallery-bg {
  background-image: url('../images/home-amenities.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-in.gallery-bg.tiny-home {
  background-image: url('../images/_DSC9495-min.webp');
  background-position: 50% 25%;
}

.flex-element {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.flex-element.align-center {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.flex-element.small-gap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.flex-element.small-gap.text-align-right.footer {
  margin-top: 2rem;
}

.flex-element.text-align-right {
  justify-content: flex-end;
}

.icon-button {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  display: flex;
}

.icon-button.sm {
  padding: .3rem;
}

.footer-link-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.hero-simple {
  background-color: var(--color-two);
  color: var(--color-one-light);
  text-align: center;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_trigger, .fs-cc-prefs_trigger {
  display: none;
}

.text-content-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.text-content-grid.align-center {
  text-align: center;
  justify-items: center;
}

.text-content-grid.small-gap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-content-grid.text-align-right {
  text-align: left;
  justify-items: start;
}

.hero-bg {
  background-image: url('../images/hero-6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.splash-page-wrapper {
  color: var(--white);
  background-image: url('../images/hero-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  position: relative;
}

.splash-page-container {
  width: 600px;
  min-height: 100px;
}

.splash-page-brand {
  width: 60%;
}

.flex-row-elements {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.hero-landing {
  background-color: var(--color-1);
  color: var(--white);
}

.landing-form-card {
  background-color: var(--white);
  color: var(--body-font);
  padding: 2.25rem;
}

.form-block {
  margin-bottom: 0;
}

.cta-element {
  background-color: var(--color-1);
  color: var(--white);
  background-image: url('../images/hero-6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.cta-element-content {
  width: 100%;
  max-width: 60%;
  min-height: 20px;
}

.display-none {
  display: none;
}

.progress-bar-component {
  z-index: 110;
  background-color: var(--color-1);
  width: 100%;
  height: 8px;
  position: fixed;
  inset: 0% 0% auto;
}

.progress-bar {
  background-color: var(--color-one-dark);
  width: 100%;
  height: 100%;
}

.fix-bottom-bar {
  z-index: 100;
  justify-content: center;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.hero-content {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--white);
  background-color: #0006;
  border-radius: .5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 5rem;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-content.is-test {
  z-index: 3;
  background-color: #0000;
  margin-bottom: 2.9rem;
  position: static;
  inset: auto 0% 0%;
}

._2-gridl-col_3-1 {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 66.6667fr 33.3333%;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.hero-copy-hldr {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-copy-hldr.hero-copy-one {
  z-index: 2;
  margin-top: -5rem;
  margin-left: 0;
}

.hero-copy-hldr.hero-copy-two {
  right: auto;
}

.hero-text {
  z-index: 1;
  text-align: center;
  position: relative;
}

.fixed-on-scroll-nav {
  z-index: 110;
  background-color: #34403f;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
}

.block-title {
  color: var(--color-two);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.block-title.centered {
  text-transform: uppercase;
  justify-content: center;
}

.block-title.is-gallery {
  margin-bottom: 0;
}

.text-back-title {
  z-index: 0;
  opacity: .15;
  text-transform: uppercase;
  font-family: Wild wolf, sans-serif;
  font-size: 6.5rem;
  line-height: 1;
  position: absolute;
}

.text-back-title.white {
  color: var(--white);
}

.reserve-card-bg {
  background-color: var(--color-1);
  background-image: url('../images/home-reserve-today.webp');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200%;
  height: 43.75rem;
  position: relative;
}

.reserve-card-bg.is-alt {
  background-image: url('../images/IMG_0942-min.webp');
  background-position: 50%;
  width: 135%;
}

.reserve-today {
  overflow: hidden;
}

.amenities {
  background-image: url('../images/home-amenities.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.flex-vertical-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ammenities-icon {
  max-width: 50%;
}

.backdrop-block {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000004d;
  border-radius: .5rem;
  padding: 4rem 2rem;
}

.activities {
  background-image: url('../images/2736F42F-C768-466F-8AA9-E45D561619A9-min.webp'), url('../images/activities-bg.webp');
  background-position: 50%, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  position: relative;
}

.white-block {
  background-color: var(--white);
  border-radius: .5rem;
  padding: 6rem 2rem 4rem;
}

.geodome {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.bg-color-top {
  background-color: #34403f;
  min-height: 600px;
  position: absolute;
  inset: 0% 0% auto;
}

.flex-horizontal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.activities-icon {
  max-width: 30%;
}

.link {
  color: var(--color-1);
  text-decoration: underline;
}

.activities-last-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  padding-top: 9rem;
  padding-bottom: 9rem;
  font-family: Wild wolf, sans-serif;
  font-size: 3rem;
  line-height: 1.3;
  display: flex;
}

.big-text {
  font-size: 6rem;
}

.footer-5-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.medium-text {
  line-height: 1;
}

.domes-info {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/dome.svg');
  background-position: 0 0, 110%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 45%;
}

.centered-title {
  justify-content: center;
  margin-bottom: 3rem;
  display: flex;
}

.pleca {
  background-color: #bacec880;
  width: 100%;
  height: .25rem;
}

.gallery-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5rem;
  display: grid;
}

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

.gallery {
  background-color: #313e3e;
}

.bg-video {
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.lottie-wrap {
  z-index: 3;
  background-image: url('../images/hex.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: auto auto 5%;
}

.dome {
  background-image: url('../images/home-hero.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.lottie {
  width: 50%;
  height: 50%;
  position: static;
  inset: 0%;
}

.hero--overlay {
  z-index: 3;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.review {
  align-items: center;
  width: 50%;
  height: 30rem;
  display: flex;
  left: 10%;
}

.mask {
  background-color: #33403f;
}

.review-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 3rem 5rem;
  display: flex;
}

.review-paragraph-wrap {
  color: #d1d1d1;
  margin-bottom: 3rem;
}

.slide-nav {
  display: none;
}

.review-customer-wrap {
  color: #fff;
  font-weight: 700;
}

.arrow-wrap {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 6%;
  display: flex;
  position: absolute;
  inset: auto 4rem -15% auto;
}

.arrow-wrap.is-right {
  right: 0;
}

.arrow-icon {
  object-fit: contain;
  height: 100%;
  transform: rotate(-90deg);
}

.arrow-icon.is-right {
  transform: rotate(90deg);
}

.reviews {
  overflow: hidden;
}

.star-icon {
  width: 4%;
}

.star-icon-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: .5rem;
  display: flex;
}

.reviews-bg {
  display: none;
}

.nav-dropdown {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 4px solid #0000;
  font-size: .9rem;
}

.nav-dropdown-list {
  padding: 1rem .5rem;
  right: auto;
}

.nav-dropdown-list.w--open {
  background-color: var(--color-one-dark);
}

.nav-dropdown-link {
  transition: transform .3s;
  transform: translate(0);
}

.nav-dropdown-link:hover {
  transform: translate(5%);
}

.nav-dropdown-link.w--current {
  color: var(--color-two-light);
}

.page-trigger {
  height: 10vh;
}

.nav-dropdown-toggle {
  padding-left: 0;
  padding-right: 25px;
}

.nav-dropdown-icon {
  margin-right: 0;
}

.div-block {
  padding-top: 100%;
  position: relative;
}

.div-block-2 {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pet-span {
  color: var(--color-one-dark);
  cursor: pointer;
  text-decoration: underline;
}

.pet-form-wrapper {
  width: 100%;
  overflow: hidden;
}

.image-load {
  z-index: 1;
  object-fit: cover;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.icon-font-2 {
  text-align: center;
  text-transform: lowercase;
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Materialicons, sans-serif;
  font-size: 1.125em;
  line-height: 1;
  text-decoration: none;
}

.nav-dd_wrap {
  height: 0;
  overflow: hidden;
}

.nav-dd_content {
  color: #383838;
  background-color: #f9f9f9;
  padding: 1.4rem;
}

.tinyhomes-info {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/tiny-home.svg');
  background-position: 0 0, 110%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 45%;
}

.escape-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #bacec8cc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 2rem;
  display: flex;
}

.escape-image {
  height: 5rem;
  margin-bottom: 2rem;
}

.slider {
  width: 100%;
  height: 600px;
}

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

.image-max.square {
  aspect-ratio: 1;
  position: absolute;
  inset: 0%;
}

.slide {
  width: 100%;
  height: 100%;
}

.booking-embed {
  width: 100%;
}

.gift-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 4rem;
  display: flex;
}

.gift-card-embed {
  margin-top: 2rem;
  margin-bottom: 0;
}

.btn-group {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.btn-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  margin-top: 2rem;
  display: flex;
}

.tabs-menu {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.tab-link {
  background-color: var(--color-two);
  opacity: .6;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.tab-link.w--current {
  background-color: var(--color-two);
  opacity: 1;
}

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

.og {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.og-img {
  object-fit: contain;
  height: 30rem;
}

.og-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.anchor-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--color-two-dark);
  color: var(--color-1);
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  padding-bottom: 1rem;
  display: flex;
}

.availability-embed {
  color: var(--color-one-dark);
  position: static;
  top: 50%;
}

.calendar {
  width: 100%;
  height: auto;
}

.book-wrap {
  color: var(--white);
  position: relative;
}

.book-container {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.h1-style {
  font-family: Wild wolf, sans-serif;
}

.h1-style.is-book {
  color: var(--color-two);
  text-align: center;
  font-size: 5rem;
}

.color-overlay {
  z-index: 2;
  opacity: .6;
  background-color: #80948f;
  position: absolute;
  inset: 0%;
}

.sticky-wrap {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.sticky-element {
  position: sticky;
  top: 5rem;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .8rem;
  }

  h1 {
    font-size: 3rem;
  }

  .hide-tablet {
    display: none;
  }

  .heading-medium {
    font-size: 1.8rem;
  }

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

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 4rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

  ._2-grid-col.is-about {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  ._5-grid-col {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._6-grid-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .modal-nav-component {
    display: none;
  }

  .primary-nav {
    z-index: 900;
    background-color: #b2b2b2;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
  }

  .primary-nav_desktop-nav-bar {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    display: none;
  }

  .primary-nav_brgr {
    display: block;
  }

  .mobile-nav_nav-element {
    max-width: 70%;
  }

  .nav-element_body {
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .btn {
    font-size: .9rem;
  }

  .brgr {
    width: 2rem;
    height: 1.5rem;
  }

  .btn-modal-nav {
    color: var(--color-1);
    text-transform: capitalize;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 9px 0;
    font-size: 1.5rem;
    display: flex;
  }

  .accordion_icon {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0% -5% 0% auto;
  }

  .element-content-grid.is--pad {
    margin-top: 2rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .main-nav-component_bg-shade {
    height: 8vh;
  }

  .flex-element.small-gap.social {
    justify-content: center;
  }

  ._2-gridl-col_3-1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-back-title {
    font-size: 5rem;
  }

  .text-back-title.is-gallery {
    font-size: 3.5rem;
  }

  .domes-info {
    background-image: linear-gradient(#fff9, #fff9), url('../images/dome.svg');
    background-position: 0 0, 120%;
    background-size: auto, 60%;
  }

  .review {
    left: 0%;
  }

  .review-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .arrow-wrap {
    right: -4rem;
  }

  .arrow-wrap.is-right {
    right: -8rem;
  }

  .nav-dropdown {
    color: var(--color-1);
    font-size: 1.5rem;
  }

  .nav-dd {
    color: var(--color-1);
    text-transform: capitalize;
    cursor: pointer;
    font-size: 1.5rem;
  }

  .nav-dd_header {
    justify-content: center;
    align-items: center;
    padding-top: 9px;
    padding-bottom: 9px;
    display: flex;
    position: relative;
  }

  .nav-dd_content {
    padding-left: 1.4rem;
  }

  .modal-dd.w--open {
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    display: flex;
    position: static;
  }

  .icon {
    margin-right: 0;
    right: -2.5rem;
  }

  .dropdown-toggle {
    color: var(--color-1);
    padding: 0;
  }

  .tinyhomes-info {
    background-image: linear-gradient(#fff9, #fff9), url('../images/tiny-home.svg');
    background-position: 0 0, 120%;
    background-size: auto, 60%;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  p {
    font-size: .9rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

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

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 3rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-vertical.padding-hero {
    padding-top: 10rem;
    padding-bottom: 24rem;
  }

  .padding-vertical.hero-landing {
    padding-top: 8rem;
  }

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

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero.homepage {
    height: 92vh;
  }

  ._2-grid-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  ._2-grid-col.is-review {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 3rem;
  }

  ._2-grid-col.is-about {
    grid-template-columns: 1fr;
  }

  ._2-grid-col.booking {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  ._3-gird-col {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  ._4-grid-col {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  ._5-grid-col {
    grid-template-columns: 1fr 1fr;
  }

  ._6-grid-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .modal-nav-component {
    display: none;
  }

  .main-nav-component.absolute {
    height: 8vh;
    position: static;
  }

  .brand {
    width: auto;
  }

  .primary-nav_desktop-nav-bar {
    display: none;
  }

  .primary-nav_brgr {
    display: block;
  }

  .mobile-nav_nav-element {
    max-width: 80%;
  }

  .nav-element_body {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .brgr-pleca {
    background-color: var(--white);
  }

  .btn {
    padding-top: .7rem;
    padding-bottom: .7rem;
    font-size: .8rem;
  }

  .brgr {
    width: 2rem;
    height: 1.5rem;
  }

  .simple-card_content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .system-section-bg-color {
    padding-left: 0;
    padding-right: 0;
  }

  .btn-modal-nav {
    text-transform: capitalize;
    font-size: 1.8rem;
  }

  .btn-modal-nav.w--current {
    color: var(--color-1);
    font-weight: 700;
  }

  .element-content-grid.is-center {
    padding-top: 2.9rem;
  }

  .main-nav-component_bg-shade {
    height: 8vh;
  }

  .text-content-grid.text-align-right {
    justify-items: start;
  }

  .hero-content {
    align-items: center;
    max-width: 100%;
  }

  .hero-copy-hldr.hero-copy-one {
    margin-left: 0;
  }

  .hero-copy-hldr.hero-copy-two {
    right: 0;
  }

  .block-title {
    justify-content: center;
  }

  .text-back-title {
    font-size: 4rem;
  }

  .reserve-card-bg.is-alt {
    background-position: 50% 100%;
    width: 100%;
  }

  .footer-5-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .gallery-grid.is-escsape {
    grid-template-columns: 1fr 1fr;
  }

  .dome {
    background-image: url('../images/DJI_0309-copy-min.webp');
    background-position: 50% 100%;
  }

  .review {
    width: 100%;
    height: 35rem;
  }

  .arrow-wrap {
    height: 10%;
    inset: auto auto -20% 35%;
  }

  .arrow-wrap.is-right {
    top: auto;
    left: auto;
    right: 35%;
  }

  .nav-dropdown {
    color: var(--color-1);
    text-transform: capitalize;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-list {
    justify-content: center;
    display: none;
    position: static;
  }

  .nav-dropdown-list.w--open {
    background-color: #0000;
  }

  .nav-dropdown-link {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.3rem;
  }

  .nav-dropdown-toggle {
    padding: 9px 30px 9px 20px;
    font-size: 1.8rem;
  }

  .nav-logo {
    width: auto;
    height: 5vh;
  }

  .slider {
    height: 300px;
  }
}

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

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

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-medium.has--margin {
    margin-top: 1.5rem;
    font-size: 1rem;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-vertical.padding-hero {
    padding-top: 8rem;
    padding-bottom: 25rem;
  }

  .padding-vertical.padding-hero.dome {
    padding-top: 10rem;
    padding-bottom: 24rem;
  }

  .padding-vertical.hero-landing {
    padding-top: 6rem;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  ._2-grid-col {
    grid-template-columns: 1fr;
  }

  ._2-grid-col.is-review {
    justify-items: center;
  }

  ._3-gird-col {
    grid-template-columns: 1fr;
  }

  ._4-grid-col {
    grid-template-columns: 1fr 1fr;
  }

  ._5-grid-col, ._6-grid-col {
    grid-template-columns: 1fr;
  }

  .footer_legal {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    padding-top: .7em;
    padding-bottom: .7em;
    font-size: 1.2em;
    font-weight: 500;
  }

  .btn-icon {
    font-size: 1rem;
  }

  .map-card {
    min-width: 0;
  }

  .btn-modal-nav {
    font-size: 1.4rem;
  }

  .botonera {
    grid-template-columns: auto;
  }

  .tabs-component_tabs-menu {
    flex-wrap: wrap;
  }

  .tabs-component_tab {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .text-content-grid.text-align-right {
    justify-items: center;
  }

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

  .hero-copy-hldr {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-direction: column;
  }

  .text-back-title.is-gallery {
    font-size: 3rem;
  }

  .reserve-card-bg {
    width: 100%;
    height: 12.5rem;
  }

  .reserve-card-bg.is-alt {
    height: 15rem;
  }

  .ammenities-icon {
    max-width: 70%;
  }

  .backdrop-block {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .activities {
    background-image: url('../images/2736F42F-C768-466F-8AA9-E45D561619A9-min-copy-min.webp');
    background-position: 70% 90%;
    background-repeat: repeat;
    background-size: cover;
  }

  .activities-last-cta {
    font-size: 1rem;
  }

  .big-text {
    font-size: 4.1rem;
  }

  .footer-5-grid {
    grid-template-columns: 2fr;
  }

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

  .domes-info {
    background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/dome.svg');
    background-position: 0 0, 50% 100%;
    background-size: auto, contain;
    padding-bottom: 9rem;
  }

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

  .dome {
    background-position: 70% 100%;
  }

  .review {
    background-color: var(--color-one-dark);
    left: auto;
  }

  .review-wrap {
    padding: 2rem 0;
  }

  .arrow-wrap {
    height: 7%;
    bottom: -15%;
    left: 20%;
  }

  .arrow-wrap.is-right {
    right: 20%;
  }

  .star-icon {
    width: 1rem;
  }

  .reviews-container {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }

  .reviews-bg {
    background-color: #33403f;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .tinyhomes-info {
    background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/tiny-home.svg');
    background-position: 0 0, 50% 100%;
    background-size: auto, contain;
    padding-bottom: 9rem;
  }

  .h1-style.is-book {
    font-size: 3.5rem;
  }

  .sticky-wrap {
    position: static;
  }
}

#w-node-ad82927c-e7d2-b5d1-29ec-495e5a667063-e664bcdd, #w-node-_8a98218c-76a5-0d22-b262-d192386ed03b-e664bcdd, #w-node-cec564c7-f0cf-d606-6036-28f480cb6bbe-e664bcdd, #w-node-_58c438ae-acfe-7cbc-51aa-6e1dd3fe5796-e664bcdd, #w-node-_11866ad6-62e6-a542-15d7-7898eca46a49-e664bcdd, #w-node-da974271-52ba-e337-1b4c-08e30a28385d-e664bcdd, #w-node-_7445f14d-0073-5f25-b8d6-3edac1abd655-e664bcdd, #w-node-_4c8e2585-3160-ed1b-fcbc-05ea0078ffa1-e664bcdd, #w-node-_4c8e2585-3160-ed1b-fcbc-05ea0078ffa7-e664bcdd, #w-node-_4c8e2585-3160-ed1b-fcbc-05ea0078ffaf-e664bcdd, #w-node-_4c8e2585-3160-ed1b-fcbc-05ea0078ffb5-e664bcdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c29cef3c-e542-4bef-8af5-10af8945c8a2-e664bcdd {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-c29cef3c-e542-4bef-8af5-10af8945c88f-e664bcdd {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_2a962317-a206-e114-69bf-cfda069b3fb5-e664bcdd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e86cc813-028c-c954-060b-6905916b33a4-e664bcdd, #w-node-c14a3db3-38f3-dde7-0a25-ca4829b19222-e664bcdd, #w-node-c654745a-50b5-2808-fc12-651e6bec26b1-e664bcdd, #w-node-_5fb3e78f-fabe-e58e-5105-07f7da687752-e664bcdd, #w-node-_307768f0-26cb-2a59-98f3-0cf9b0e0484f-e664bcdd, #w-node-_307768f0-26cb-2a59-98f3-0cf9b0e04852-e664bcdd, #w-node-_307768f0-26cb-2a59-98f3-0cf9b0e04854-e664bcdd, #w-node-_45c9d7e9-7b7d-904c-0f6f-b879fcc7f0b8-e664bcdd, #w-node-_45c9d7e9-7b7d-904c-0f6f-b879fcc7f0bb-e664bcdd, #w-node-_45c9d7e9-7b7d-904c-0f6f-b879fcc7f0bd-e664bcdd, #w-node-d7bc0dbe-d6fd-838b-78d0-464d79bcac62-e664bcdd, #w-node-d7bc0dbe-d6fd-838b-78d0-464d79bcac65-e664bcdd, #w-node-d7bc0dbe-d6fd-838b-78d0-464d79bcac67-e664bcdd, #w-node-_3ff60731-e812-24cd-395f-478d3beb79a6-e664bcdd, #w-node-_3ff60731-e812-24cd-395f-478d3beb79a9-e664bcdd, #w-node-_3ff60731-e812-24cd-395f-478d3beb79ab-e664bcdd, #w-node-_5481f155-1430-edda-538c-e3d48cfac8bb-e664bcdd, #w-node-_5481f155-1430-edda-538c-e3d48cfac8be-e664bcdd, #w-node-_5481f155-1430-edda-538c-e3d48cfac8c0-e664bcdd, #w-node-e314bf2c-9762-c120-c76b-20db726c06ab-94e77f99, #w-node-_64cdede4-5351-f0fe-7e33-66b1e64fb1d9-94e77f99, #w-node-_7c7e8304-ae59-76dd-133e-ca1dbb741e38-94e77f99, #w-node-_3acecfd2-140d-2955-8ffb-5060ad26e78a-ad26e78a, #w-node-_4f674e38-1c90-baf1-0b00-f46755aedecd-e664bce8, #w-node-bade1b71-4e82-6480-3653-324041f63b47-e664bce8, #w-node-bade1b71-4e82-6480-3653-324041f63b48-e664bce8, #w-node-_4b25708d-f532-04e1-e5c5-d85db4a0cb14-e664bce8, #w-node-_752c57a5-7b30-f10c-8e77-c24adca76537-e664bce8, #w-node-_4b25708d-f532-04e1-e5c5-d85db4a0cb1f-e664bce8, #w-node-cbe4eff9-06ce-0a3f-546d-5a4400e17594-e664bce8, #w-node-cbe4eff9-06ce-0a3f-546d-5a4400e17589-e664bce8, #w-node-_90b49977-ad5d-2213-a797-53383936be2e-e664bce8, #w-node-_90b49977-ad5d-2213-a797-53383936be5f-e664bce8, #w-node-_90b49977-ad5d-2213-a797-53383936be68-e664bce8, #w-node-_90b49977-ad5d-2213-a797-53383936be6c-e664bce8, #w-node-_90b49977-ad5d-2213-a797-53383936be6d-e664bce8, #w-node-bad157ad-1779-1611-04c0-13e1827b7065-e664bce8, #w-node-bad157ad-1779-1611-04c0-13e1827b706e-e664bce8, #w-node-e2cdab30-2cae-3173-bbcf-912343694ad4-e664bce8, #w-node-b3a5b0f1-cdbc-f27d-9bd4-d1759f4e35f1-e664bce8, #w-node-_8c884d31-3dd1-61c3-59b4-2df26f2a92bb-e664bce8, #w-node-_8c884d31-3dd1-61c3-59b4-2df26f2a92c4-e664bce8, #w-node-_156d95f5-d0d3-ff29-5462-60020a49e82e-e664bce8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_156d95f5-d0d3-ff29-5462-60020a49e835-e664bce8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_156d95f5-d0d3-ff29-5462-60020a49e838-e664bce8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7d4f969-3085-f023-8e4e-b1bb62793789-e664bce8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d7d4f969-3085-f023-8e4e-b1bb6279378c-e664bce8, #w-node-_6afaf929-5c2c-e1fb-4798-92e5cc80cc15-e664bce9, #w-node-_91165bcf-d678-50bd-4fa4-68ec28ecfc1c-e664bce9, #w-node-_94139b1c-51c6-54c5-73fc-2ab254129c18-e664bce9, #w-node-_3cfc44d9-98a1-d3c4-18d5-32f49116c9d9-e664bce9, #w-node-_3cfc44d9-98a1-d3c4-18d5-32f49116c9df-e664bce9, #w-node-_3cfc44d9-98a1-d3c4-18d5-32f49116c9e5-e664bce9, #w-node-_3cfc44d9-98a1-d3c4-18d5-32f49116c9f7-e664bce9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fa8fdca-a7a0-0057-3b65-3222b15d88a2-e664bce9, #w-node-_8d983287-54de-081f-f94b-b2cfaad1faf8-e664bcea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8be1c0cd-efc8-8f57-99e3-78f0e17de7b2-e664bcea, #w-node-b041b094-4dcd-856a-c102-d6b49cccb63e-e664bcea, #w-node-_54c5f1c2-d31b-b63d-6ea4-63a3bd7eb063-e664bcea, #w-node-d652ca7a-0514-7851-2416-757e71b9a7c7-e664bcea, #w-node-d44bdcb6-e18f-a6c6-f2ea-14fbd9a8169a-e664bcea, #w-node-a5ed7327-0a59-ae8e-f16a-c1abbbd43882-e664bcea, #w-node-_28493d1a-b11b-3c41-1150-713812b18d10-e664bcea, #w-node-_7f4bb4ba-05cd-40a3-b411-dfd66c59f842-e664bcea, #w-node-_29a39d5e-982c-0da5-e05d-671dc37d9b27-e664bcea, #w-node-_2de4fffb-61dd-d0b8-ae06-fa02cf19a19c-e664bcea, #w-node-bbb18006-f076-2136-8917-4386add5bb5c-e664bcea, #w-node-bd289ef0-75ef-a6eb-8916-62bcb40d578d-e664bcea, #w-node-_71b0988d-9802-4fcc-a7ea-5d63830e2b03-e664bcea, #w-node-_876d9c7e-fda6-f59e-f793-3612861cd393-e664bcea, #w-node-_9d40ca63-62ef-8fc3-0c0c-3cec5dbdb71c-e664bcea, #w-node-_8dc3e69e-b1e6-e031-a34b-5ef789255e5a-e664bcea, #w-node-_37566060-f88c-2374-c0c7-5853007a58e5-e664bcea, #w-node-_113ffd38-0bdf-9730-0713-b1741651669e-e664bcea, #w-node-_783e3bcf-a58c-550b-ca94-28e8b16ad2a0-e664bcea, #w-node-b8effdb1-7e64-0ec7-cb63-f527f3fbbb96-e664bcea, #w-node-_7fdf2288-e960-325f-6bb5-7d85f4776935-e664bcea, #w-node-_3ab33fc7-ff55-cf8e-a37e-e3da8c0d761e-e664bcea, #w-node-_7b92b819-f885-9f1f-d66a-ff32d7fc5273-e664bcea, #w-node-ad3d0c39-f058-585a-ae78-d23deff8a1a6-e664bcea, #w-node-dc2f0b65-8a68-3e19-1ef8-5a1b9d3ab59c-e664bcea, #w-node-dc2f0b65-8a68-3e19-1ef8-5a1b9d3ab5a1-e664bcea, #w-node-dc2f0b65-8a68-3e19-1ef8-5a1b9d3ab5a7-e664bcea, #w-node-dc2f0b65-8a68-3e19-1ef8-5a1b9d3ab5ad-e664bcea, #w-node-dc2f0b65-8a68-3e19-1ef8-5a1b9d3ab5b3-e664bcea, #w-node-dc2f0b65-8a68-3e19-1ef8-5a1b9d3ab5b9-e664bcea, #w-node-dc2f0b65-8a68-3e19-1ef8-5a1b9d3ab5bf-e664bcea, #w-node-dc2f0b65-8a68-3e19-1ef8-5a1b9d3ab5c5-e664bcea, #w-node-dc2f0b65-8a68-3e19-1ef8-5a1b9d3ab5cb-e664bcea, #w-node-dc2f0b65-8a68-3e19-1ef8-5a1b9d3ab5d1-e664bcea, #w-node-dc2f0b65-8a68-3e19-1ef8-5a1b9d3ab5d7-e664bcea, #w-node-dc2f0b65-8a68-3e19-1ef8-5a1b9d3ab5dd-e664bcea, #w-node-_08caf83d-0d38-9fc5-359a-1a0b58c263c4-e664bcea, #w-node-_08caf83d-0d38-9fc5-359a-1a0b58c263c9-e664bcea, #w-node-_08caf83d-0d38-9fc5-359a-1a0b58c263cf-e664bcea, #w-node-_08caf83d-0d38-9fc5-359a-1a0b58c263d5-e664bcea, #w-node-_08caf83d-0d38-9fc5-359a-1a0b58c263db-e664bcea, #w-node-_08caf83d-0d38-9fc5-359a-1a0b58c263e1-e664bcea, #w-node-_08caf83d-0d38-9fc5-359a-1a0b58c263e7-e664bcea, #w-node-_08caf83d-0d38-9fc5-359a-1a0b58c263ed-e664bcea, #w-node-_08caf83d-0d38-9fc5-359a-1a0b58c263f3-e664bcea, #w-node-_08caf83d-0d38-9fc5-359a-1a0b58c263f9-e664bcea, #w-node-_08caf83d-0d38-9fc5-359a-1a0b58c263ff-e664bcea, #w-node-_08caf83d-0d38-9fc5-359a-1a0b58c26405-e664bcea, #w-node-_38b46d14-42bd-176a-deef-b900dba8129b-e664bceb, #w-node-_9b1f1939-4ae7-259a-1800-f9bf2bc6464c-e664bceb, #w-node-e3c1b3af-794d-88f0-83e0-96c3501cd7d8-e664bceb, #w-node-_9b1f1939-4ae7-259a-1800-f9bf2bc64654-e664bceb, #w-node-_9b1f1939-4ae7-259a-1800-f9bf2bc64662-e664bceb, #w-node-_6e81798c-4a09-71de-39ef-116c7fc8b446-e664bceb, #w-node-_180cde95-680c-d6eb-effb-92666d5ba302-e664bcec, #w-node-abef9549-f0a9-2be2-15cc-b1fbffbba787-e664bcec, #w-node-abef9549-f0a9-2be2-15cc-b1fbffbba788-e664bcec, #w-node-abef9549-f0a9-2be2-15cc-b1fbffbba78a-e664bcec, #w-node-_30e1af4f-557a-0c87-b13e-61a49fa2fb20-e664bcec, #w-node-_30e1af4f-557a-0c87-b13e-61a49fa2fb21-e664bcec, #w-node-_30e1af4f-557a-0c87-b13e-61a49fa2fb23-e664bcec, #w-node-cebbb878-0138-9d00-f422-e0e6d928ecc6-e664bcec, #w-node-_65f8a752-db45-af35-08af-da2233fb504b-e664bcec, #w-node-_28f9dd25-26c8-c4b8-5e83-5e3d39821270-e664bcec, #w-node-_28f9dd25-26c8-c4b8-5e83-5e3d39821271-e664bcec, #w-node-_28f9dd25-26c8-c4b8-5e83-5e3d39821273-e664bcec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d983287-54de-081f-f94b-b2cfaad1faf8-e664bcef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8be1c0cd-efc8-8f57-99e3-78f0e17de7b2-e664bcef, #w-node-_8be1c0cd-efc8-8f57-99e3-78f0e17de821-e664bcef, #w-node-_8be1c0cd-efc8-8f57-99e3-78f0e17de827-e664bcef, #w-node-_8be1c0cd-efc8-8f57-99e3-78f0e17de82d-e664bcef, #w-node-_8be1c0cd-efc8-8f57-99e3-78f0e17de833-e664bcef, #w-node-_8be1c0cd-efc8-8f57-99e3-78f0e17de839-e664bcef, #w-node-_8be1c0cd-efc8-8f57-99e3-78f0e17de83f-e664bcef, #w-node-_27fccaf1-a8f0-b949-f4ba-f26ec29d48c1-e664bcef, #w-node-_67d4dd73-022e-4d6f-fa4d-4544aa2d8e62-e664bcef, #w-node-_2e763591-6cd1-0165-663d-ca7b66286180-e664bcef, #w-node-c34e2351-95ef-9636-4a89-850c9f87239b-e664bcef, #w-node-c66df217-d226-3b57-e5b4-062935b999a3-e664bcef, #w-node-aa04f8d5-7529-0836-d8d9-da4657179007-e664bcef, #w-node-eb2ce254-32e1-b2d9-8b8e-e3fbd2986257-e664bcef, #w-node-_9e9616ca-5aa5-d653-2f75-fbe6d84a7745-e664bcef, #w-node-_7fd1fd0d-2f58-901b-e2ad-b2bb75a28501-e664bcef, #w-node-fabcd8db-6773-913c-4625-2d338e548867-e664bcef, #w-node-ad493467-c65f-f6fb-0ab7-129c727e7707-e664bcef, #w-node-_12ee872a-8c6c-79f8-e1c3-a3a49cc24191-e664bcef, #w-node-ed26cbd6-e32c-d154-b48e-ec0c25675823-e664bcef, #w-node-_0102b1e4-4002-46cb-7ec1-915ac0768602-e664bcef, #w-node-_3c9a32b7-2a24-966b-bea1-de1e0d22d234-e664bcef, #w-node-_21f40f9d-1374-81c3-aad8-4460c2dace60-e664bcef, #w-node-d87b60dc-37e2-f090-39ff-2368838243f8-e664bcef, #w-node-_04de7b04-fbc3-6691-e959-bc460dc8fc7f-e664bcef, #w-node-_31937439-5770-d42a-e0dc-b0aa4f540606-e664bcef, #w-node-_281901b3-ad05-295f-54cf-21036b1d6ddc-e664bcef, #w-node-_50d21661-b766-abb9-63e3-73d432d21670-e664bcef, #w-node-c6f598bd-9d49-3711-3ff0-3bd771a0f94f-e664bcef, #w-node-_8668132a-d3e0-3492-305f-7736b570c079-e664bcef, #w-node-_482346a2-a6e8-111f-cd3f-b9f9caef32a7-e664bcef, #w-node-_1b4ac175-b24b-d391-a338-72e36bb924f7-e664bcef, #w-node-e1fc6248-3dee-7216-b735-2f7463c47a54-e664bcef, #w-node-_326a2afb-4805-7908-cb84-0870b70e3f33-e664bcef, #w-node-_2ff08bd9-586f-08e4-305a-0dbbe4431ab7-e664bcef, #w-node-d91c92db-2019-b3af-278a-b43c21decc29-e664bcef, #w-node-fbdbbfe9-4c9a-a57a-fddb-9ec71e4f0c07-e664bcef, #w-node-d51b1bef-7ba6-e8da-0d99-2c14861efef2-e664bcef, #w-node-_9929532c-24cf-6d3f-24fc-336051249955-e664bcef, #w-node-b846c8db-9a4d-b262-3cb7-bca0cf15070a-e664bcf0, #w-node-_26c6368b-bdfb-d52c-c120-a8fed94a48c3-e664bcf0, #w-node-_6afaf929-5c2c-e1fb-4798-92e5cc80cc15-e664bcf1, #w-node-_91165bcf-d678-50bd-4fa4-68ec28ecfc1c-e664bcf1, #w-node-_94139b1c-51c6-54c5-73fc-2ab254129c18-e664bcf1, #w-node-_290bfcb9-3246-4168-39f6-f2b8ea93fd80-e664bcf1, #w-node-_290bfcb9-3246-4168-39f6-f2b8ea93fd92-e664bcf1, #w-node-_5432e650-5a02-de5d-43f3-637fd47b6775-e664bcf1, #w-node-e676e84c-7442-03c3-08ac-e9ed3226a282-e664bcf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f726706-0cff-eba6-0cba-8dbc759fc3bb-e664bcf1, #w-node-_8d983287-54de-081f-f94b-b2cfaad1faf8-e664bcf2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8be1c0cd-efc8-8f57-99e3-78f0e17de7b2-e664bcf2, #w-node-_8be1c0cd-efc8-8f57-99e3-78f0e17de821-e664bcf2, #w-node-_8be1c0cd-efc8-8f57-99e3-78f0e17de827-e664bcf2, #w-node-_8be1c0cd-efc8-8f57-99e3-78f0e17de82d-e664bcf2, #w-node-_8be1c0cd-efc8-8f57-99e3-78f0e17de833-e664bcf2, #w-node-_8be1c0cd-efc8-8f57-99e3-78f0e17de839-e664bcf2, #w-node-_8be1c0cd-efc8-8f57-99e3-78f0e17de83f-e664bcf2, #w-node-_27fccaf1-a8f0-b949-f4ba-f26ec29d48c1-e664bcf2, #w-node-_67d4dd73-022e-4d6f-fa4d-4544aa2d8e62-e664bcf2, #w-node-_2e763591-6cd1-0165-663d-ca7b66286180-e664bcf2, #w-node-c34e2351-95ef-9636-4a89-850c9f87239b-e664bcf2, #w-node-c66df217-d226-3b57-e5b4-062935b999a3-e664bcf2, #w-node-aa04f8d5-7529-0836-d8d9-da4657179007-e664bcf2, #w-node-eb2ce254-32e1-b2d9-8b8e-e3fbd2986257-e664bcf2, #w-node-_9e9616ca-5aa5-d653-2f75-fbe6d84a7745-e664bcf2, #w-node-_7fd1fd0d-2f58-901b-e2ad-b2bb75a28501-e664bcf2, #w-node-fabcd8db-6773-913c-4625-2d338e548867-e664bcf2, #w-node-ad493467-c65f-f6fb-0ab7-129c727e7707-e664bcf2, #w-node-_12ee872a-8c6c-79f8-e1c3-a3a49cc24191-e664bcf2, #w-node-ed26cbd6-e32c-d154-b48e-ec0c25675823-e664bcf2, #w-node-_0102b1e4-4002-46cb-7ec1-915ac0768602-e664bcf2, #w-node-_3c9a32b7-2a24-966b-bea1-de1e0d22d234-e664bcf2, #w-node-_21f40f9d-1374-81c3-aad8-4460c2dace60-e664bcf2, #w-node-d87b60dc-37e2-f090-39ff-2368838243f8-e664bcf2, #w-node-_04de7b04-fbc3-6691-e959-bc460dc8fc7f-e664bcf2, #w-node-_31937439-5770-d42a-e0dc-b0aa4f540606-e664bcf2, #w-node-_281901b3-ad05-295f-54cf-21036b1d6ddc-e664bcf2, #w-node-_50d21661-b766-abb9-63e3-73d432d21670-e664bcf2, #w-node-c6f598bd-9d49-3711-3ff0-3bd771a0f94f-e664bcf2, #w-node-_8668132a-d3e0-3492-305f-7736b570c079-e664bcf2, #w-node-_482346a2-a6e8-111f-cd3f-b9f9caef32a7-e664bcf2, #w-node-_1b4ac175-b24b-d391-a338-72e36bb924f7-e664bcf2, #w-node-e1fc6248-3dee-7216-b735-2f7463c47a54-e664bcf2, #w-node-_326a2afb-4805-7908-cb84-0870b70e3f33-e664bcf2, #w-node-_2ff08bd9-586f-08e4-305a-0dbbe4431ab7-e664bcf2, #w-node-d91c92db-2019-b3af-278a-b43c21decc29-e664bcf2, #w-node-fbdbbfe9-4c9a-a57a-fddb-9ec71e4f0c07-e664bcf2, #w-node-d51b1bef-7ba6-e8da-0d99-2c14861efef2-e664bcf2, #w-node-_9929532c-24cf-6d3f-24fc-336051249955-e664bcf2, #w-node-_02f82b1c-428b-02b9-b2b9-8e5a9a3c3566-e664bcf2, #w-node-eb30e491-6ac2-851e-c356-2b1eda80fa75-e664bcf2, #w-node-eb30e491-6ac2-851e-c356-2b1eda80fa7a-e664bcf2, #w-node-eb30e491-6ac2-851e-c356-2b1eda80fa80-e664bcf2, #w-node-eb30e491-6ac2-851e-c356-2b1eda80fa86-e664bcf2, #w-node-eb30e491-6ac2-851e-c356-2b1eda80fa8c-e664bcf2, #w-node-eb30e491-6ac2-851e-c356-2b1eda80fa92-e664bcf2, #w-node-caeec8a9-ba46-f667-ae0e-52056461bb0e-e664bcf5, #w-node-e10551c4-b55d-d6d5-8eba-ca291c85b387-e664bcf5, #w-node-_988d5d84-e236-b657-1590-e77f7e7552bd-e664bcf5, #w-node-_014c7f12-6911-1442-3fe8-0f18e5109346-e664bcf5, #w-node-_61b7bdcd-c787-85d7-c07f-81c713e29ce0-e664bcf5, #w-node-ed821805-d179-4f47-c00c-246f322f69c0-e664bcf5, #w-node-b1ec3422-7177-ec8e-6803-988ad3ce538b-e664bcf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b8c4c21-353d-00c3-581e-6c4b922edcca-e664bcf5, #w-node-_8b8c4c21-353d-00c3-581e-6c4b922edcd0-e664bcf5, #w-node-_8b8c4c21-353d-00c3-581e-6c4b922edcd6-e664bcf5, #w-node-_99aba75a-ddf7-e29b-e984-a7daeaf659e3-e664bcf5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e81c0715-5d50-c28f-3cba-eb66cce21ee1-e664bcf5, #w-node-_090a2100-fa87-99a1-e336-45acef394bb8-e664bcf5, #w-node-ddbbf711-20c2-5587-23a3-5a16501ff7da-e664bcf5, #w-node-e81c0715-5d50-c28f-3cba-eb66cce21ee0-e664bcf5, #w-node-f8248e99-068a-db40-b013-5a14569ea6c2-e664bcf5, #w-node-_83946ab7-6250-d482-e922-244550ea4aca-e664bcf5, #w-node-_83946ab7-6250-d482-e922-244550ea4acd-e664bcf5, #w-node-_5d96f85e-22b2-0016-a8e2-4901a06ffdea-e664bcf5, #w-node-_5d96f85e-22b2-0016-a8e2-4901a06ffded-e664bcf5, #w-node-_7b71d404-a807-926d-ede1-46949ab4e884-e664bcf5, #w-node-aaed85ab-9fef-67cb-e3b8-1778eca0f28c-e664bcf5, #w-node-_3b668e10-80d5-3daa-ffad-beaaadaf668f-e664bcf5, #w-node-e11cec5f-e03a-3ba6-0d39-addbb3581b39-e664bcf5, #w-node-_99a044af-e5f4-df49-1082-518487983e43-e664bcf5, #w-node-_97cf4d3d-b2d9-34fb-1cb5-810ca61968ed-e664bcf5, #w-node-_57872768-dc98-85d0-fd39-1c9aeaa73ad7-e664bcf5, #w-node-aaed85ab-9fef-67cb-e3b8-1778eca0f295-e664bcf5, #w-node-e60aa262-1a66-736a-e8eb-6896371b7064-e664bcf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c87c9fbd-6f42-be5f-bd70-a913e1534d83-e664bcf5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_08a39fab-9048-1306-fe14-144abb07c7fd-e664bcf5, #w-node-_38937516-b5fd-046f-27b2-ef80968d09c4-e664bcf5, #w-node-_4000eafc-4ace-50ca-3ceb-bc87f6c3cabc-e664bcf5, #w-node-ff214ab4-a7d4-483b-d715-a9c956a8f372-e664bcf5, #w-node-_290834a0-617a-4c45-26f4-8e71e5877a5e-e664bcf5, #w-node-_98da05e5-af2c-824b-0757-4870697cc986-e664bcf5, #w-node-_194f375f-8e58-eefe-c854-2a7f6c02e1e7-e664bcf5, #w-node-_3f1ae1a8-bbe9-1720-42fb-bdc48e58c7a5-e664bcf5, #w-node-_26181c85-623b-99ec-1c7e-7ddcc2cd2730-e664bcf5, #w-node-_01be828e-2129-9994-ae57-51bd4539b0f3-e664bcf5, #w-node-ff9275c1-4ff3-a440-d803-6512541634de-e664bcf5, #w-node-ee13054c-7c29-26a0-365a-e21d7ed8b4b1-e664bcf5, #w-node-f0e12622-cc47-e275-7eb1-4dfae5b3d4e4-e664bcf6, #w-node-f98c639b-6e6d-1b24-9b0f-7ed6892ea4f8-e664bcf6, #w-node-f38ca997-52b8-fbdf-7f1d-f267419bcb60-e664bcf6, #w-node-_1858de75-c223-c124-b937-57e41796fc5b-e664bcf6, #w-node-_7b47482f-f37d-406f-3a84-571b561b2472-e664bcf7, #w-node-_31506f22-a94b-aa2b-d309-955e9d82aebe-e664bcf9, #w-node-_723aaaee-6ccd-bddb-07bf-2ed2c0bee48c-e664bcf9, #w-node-_5300ea2f-801c-f29f-ba49-80ef5786c289-e664bcf9, #w-node-_42f3d9f1-bc46-406e-1165-a061aa4bfc55-e664bcf9, #w-node-_0824f59f-e005-5fbd-5a47-d2574da7d6e7-e664bcf9, #w-node-a6f22e9f-65a1-114a-801b-464c612da599-e664bcf9, #w-node-ee3ec7be-38b9-7719-2a74-5928dffac693-e664bcf9, #w-node-f3fc8e39-f40c-6ca7-f6b6-692b0e23cb58-e664bcf9, #w-node-f3fc8e39-f40c-6ca7-f6b6-692b0e23cb59-e664bcf9, #w-node-f3fc8e39-f40c-6ca7-f6b6-692b0e23cb5a-e664bcf9, #w-node-a3010ea2-c7fb-28f0-52d2-bbd36c1552ed-e664bcf9, #w-node-_43d1c9e6-e120-eb80-c11f-fcfa552f53ea-e664bcf9, #w-node-_22eb192a-80f1-cc95-b53a-bc3b67b4c892-e664bcf9, #w-node-_5c51ddf4-4288-caa1-a3ca-762fc480a4d6-e664bcf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c51ddf4-4288-caa1-a3ca-762fc480a4d7-e664bcf9, #w-node-_5c51ddf4-4288-caa1-a3ca-762fc480a4df-e664bcf9, #w-node-_5c51ddf4-4288-caa1-a3ca-762fc480a4e7-e664bcf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5acd2148-cfca-5a6b-e873-4ac94a43b6ea-e664bcf9, #w-node-_0387630c-0de7-8a7d-b608-2f16157ce335-e664bcf9, #w-node-_63881cc4-475f-2695-5fc1-d5c39e05adce-e664bcf9, #w-node-a0f27b05-0dcc-dc98-defa-6964227c54d0-e664bcf9, #w-node-_7dbba0b5-9cd5-5308-df75-6ab74307e2ca-e664bcf9, #w-node-e676d4de-b8aa-815a-6814-1188162b89ce-e664bcf9, #w-node-bef14f26-d0d5-9d60-8459-c06f5716fb0b-5716fb0b, #w-node-d980ae38-0b9e-6584-e258-79aacaa62c00-5716fb0b, #w-node-_8fa82d00-4a41-0802-7ad5-d2cff9cb9e99-f9cb9e99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5686c67e-5df6-90cf-fb18-4b160bd5b965-0bd5b964 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6afaf929-5c2c-e1fb-4798-92e5cc80cc15-05b8fd2e, #w-node-_91165bcf-d678-50bd-4fa4-68ec28ecfc1c-05b8fd2e, #w-node-_94139b1c-51c6-54c5-73fc-2ab254129c18-05b8fd2e, #w-node-_290bfcb9-3246-4168-39f6-f2b8ea93fd80-05b8fd2e, #w-node-_290bfcb9-3246-4168-39f6-f2b8ea93fd92-05b8fd2e, #w-node-_5432e650-5a02-de5d-43f3-637fd47b6775-05b8fd2e, #w-node-e676e84c-7442-03c3-08ac-e9ed3226a282-05b8fd2e, #w-node-_63909b38-580a-ff0b-ffdb-186e041d9d29-05b8fd2e, #w-node-_63909b38-580a-ff0b-ffdb-186e041d9d36-05b8fd2e, #w-node-cf362955-4f27-b63b-4d1c-46258e9c3aca-05b8fd2e, #w-node-_63909b38-580a-ff0b-ffdb-186e041d9d40-05b8fd2e, #w-node-_6afaf929-5c2c-e1fb-4798-92e5cc80cc15-2b0a3aa8, #w-node-_91165bcf-d678-50bd-4fa4-68ec28ecfc1c-2b0a3aa8, #w-node-_94139b1c-51c6-54c5-73fc-2ab254129c18-2b0a3aa8, #w-node-_3cfc44d9-98a1-d3c4-18d5-32f49116c9d9-2b0a3aa8, #w-node-_3cfc44d9-98a1-d3c4-18d5-32f49116c9df-2b0a3aa8, #w-node-_3cfc44d9-98a1-d3c4-18d5-32f49116c9e5-2b0a3aa8, #w-node-_3cfc44d9-98a1-d3c4-18d5-32f49116c9f7-2b0a3aa8, #w-node-_2461afaa-293a-710b-710f-a249d83b70e5-2b0a3aa8, #w-node-_2461afaa-293a-710b-710f-a249d83b70da-2b0a3aa8, #w-node-_84f41bb4-c448-ad05-35fa-01d00460280f-2b0a3aa8, #w-node-_2461afaa-293a-710b-710f-a249d83b70e3-2b0a3aa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d983287-54de-081f-f94b-b2cfaad1faf8-48eb1b6c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aa04f8d5-7529-0836-d8d9-da4657179007-48eb1b6c, #w-node-eb2ce254-32e1-b2d9-8b8e-e3fbd2986257-48eb1b6c, #w-node-_9e9616ca-5aa5-d653-2f75-fbe6d84a7745-48eb1b6c, #w-node-_7fd1fd0d-2f58-901b-e2ad-b2bb75a28501-48eb1b6c, #w-node-fabcd8db-6773-913c-4625-2d338e548867-48eb1b6c, #w-node-ad493467-c65f-f6fb-0ab7-129c727e7707-48eb1b6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d983287-54de-081f-f94b-b2cfaad1faf8-a1d6e527 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8be1c0cd-efc8-8f57-99e3-78f0e17de7b2-a1d6e527, #w-node-b041b094-4dcd-856a-c102-d6b49cccb63e-a1d6e527, #w-node-_54c5f1c2-d31b-b63d-6ea4-63a3bd7eb063-a1d6e527, #w-node-d652ca7a-0514-7851-2416-757e71b9a7c7-a1d6e527, #w-node-d44bdcb6-e18f-a6c6-f2ea-14fbd9a8169a-a1d6e527, #w-node-a5ed7327-0a59-ae8e-f16a-c1abbbd43882-a1d6e527, #w-node-_28493d1a-b11b-3c41-1150-713812b18d10-a1d6e527, #w-node-_7f4bb4ba-05cd-40a3-b411-dfd66c59f842-a1d6e527, #w-node-_29a39d5e-982c-0da5-e05d-671dc37d9b27-a1d6e527, #w-node-_2de4fffb-61dd-d0b8-ae06-fa02cf19a19c-a1d6e527, #w-node-bbb18006-f076-2136-8917-4386add5bb5c-a1d6e527, #w-node-bd289ef0-75ef-a6eb-8916-62bcb40d578d-a1d6e527, #w-node-_71b0988d-9802-4fcc-a7ea-5d63830e2b03-a1d6e527, #w-node-_876d9c7e-fda6-f59e-f793-3612861cd393-a1d6e527, #w-node-_9d40ca63-62ef-8fc3-0c0c-3cec5dbdb71c-a1d6e527, #w-node-_8dc3e69e-b1e6-e031-a34b-5ef789255e5a-a1d6e527, #w-node-_37566060-f88c-2374-c0c7-5853007a58e5-a1d6e527, #w-node-_113ffd38-0bdf-9730-0713-b1741651669e-a1d6e527, #w-node-_783e3bcf-a58c-550b-ca94-28e8b16ad2a0-a1d6e527, #w-node-b8effdb1-7e64-0ec7-cb63-f527f3fbbb96-a1d6e527, #w-node-_7fdf2288-e960-325f-6bb5-7d85f4776935-a1d6e527, #w-node-_3ab33fc7-ff55-cf8e-a37e-e3da8c0d761e-a1d6e527, #w-node-_7b92b819-f885-9f1f-d66a-ff32d7fc5273-a1d6e527, #w-node-ad3d0c39-f058-585a-ae78-d23deff8a1a6-a1d6e527, #w-node-_3fb194c8-3547-d53b-f8c4-07d6118cc0cf-076d53c0, #w-node-_8a98218c-76a5-0d22-b262-d192386ed03b-076d53c0, #w-node-cec564c7-f0cf-d606-6036-28f480cb6bbe-076d53c0, #w-node-_58c438ae-acfe-7cbc-51aa-6e1dd3fe5796-076d53c0, #w-node-_11866ad6-62e6-a542-15d7-7898eca46a49-076d53c0, #w-node-da974271-52ba-e337-1b4c-08e30a28385d-076d53c0, #w-node-_7445f14d-0073-5f25-b8d6-3edac1abd655-076d53c0, #w-node-_4c8e2585-3160-ed1b-fcbc-05ea0078ffa1-076d53c0, #w-node-_4c8e2585-3160-ed1b-fcbc-05ea0078ffa7-076d53c0, #w-node-_4c8e2585-3160-ed1b-fcbc-05ea0078ffaf-076d53c0, #w-node-_4c8e2585-3160-ed1b-fcbc-05ea0078ffb5-076d53c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c29cef3c-e542-4bef-8af5-10af8945c8a2-076d53c0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-c29cef3c-e542-4bef-8af5-10af8945c88f-076d53c0 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_2a962317-a206-e114-69bf-cfda069b3fb5-076d53c0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e86cc813-028c-c954-060b-6905916b33a4-076d53c0, #w-node-c14a3db3-38f3-dde7-0a25-ca4829b19222-076d53c0, #w-node-c654745a-50b5-2808-fc12-651e6bec26b1-076d53c0, #w-node-_5fb3e78f-fabe-e58e-5105-07f7da687752-076d53c0, #w-node-_307768f0-26cb-2a59-98f3-0cf9b0e0484f-076d53c0, #w-node-_307768f0-26cb-2a59-98f3-0cf9b0e04852-076d53c0, #w-node-_307768f0-26cb-2a59-98f3-0cf9b0e04854-076d53c0, #w-node-_45c9d7e9-7b7d-904c-0f6f-b879fcc7f0b8-076d53c0, #w-node-_45c9d7e9-7b7d-904c-0f6f-b879fcc7f0bb-076d53c0, #w-node-_45c9d7e9-7b7d-904c-0f6f-b879fcc7f0bd-076d53c0, #w-node-d7bc0dbe-d6fd-838b-78d0-464d79bcac62-076d53c0, #w-node-d7bc0dbe-d6fd-838b-78d0-464d79bcac65-076d53c0, #w-node-d7bc0dbe-d6fd-838b-78d0-464d79bcac67-076d53c0, #w-node-_3ff60731-e812-24cd-395f-478d3beb79a6-076d53c0, #w-node-_3ff60731-e812-24cd-395f-478d3beb79a9-076d53c0, #w-node-_3ff60731-e812-24cd-395f-478d3beb79ab-076d53c0, #w-node-_5481f155-1430-edda-538c-e3d48cfac8bb-076d53c0, #w-node-_5481f155-1430-edda-538c-e3d48cfac8be-076d53c0, #w-node-_5481f155-1430-edda-538c-e3d48cfac8c0-076d53c0, #w-node-_2461afaa-293a-710b-710f-a249d83b70e5-d6fde54d, #w-node-_2461afaa-293a-710b-710f-a249d83b70da-d6fde54d, #w-node-_84f41bb4-c448-ad05-35fa-01d00460280f-d6fde54d, #w-node-_2461afaa-293a-710b-710f-a249d83b70e3-d6fde54d, #w-node-_83d3de4f-f8ca-f146-b132-b433805640fd-8ea75f23, #w-node-_83d3de4f-f8ca-f146-b132-b43380564106-8ea75f23, #w-node-_83d3de4f-f8ca-f146-b132-b4338056410c-8ea75f23, #w-node-_83d3de4f-f8ca-f146-b132-b433805640f0-8ea75f23, #w-node-_6afaf929-5c2c-e1fb-4798-92e5cc80cc15-d2e7cf44, #w-node-_91165bcf-d678-50bd-4fa4-68ec28ecfc1c-d2e7cf44, #w-node-_94139b1c-51c6-54c5-73fc-2ab254129c18-d2e7cf44, #w-node-_3cfc44d9-98a1-d3c4-18d5-32f49116c9d9-d2e7cf44, #w-node-_3cfc44d9-98a1-d3c4-18d5-32f49116c9df-d2e7cf44, #w-node-_3cfc44d9-98a1-d3c4-18d5-32f49116c9e5-d2e7cf44, #w-node-_3cfc44d9-98a1-d3c4-18d5-32f49116c9f7-d2e7cf44, #w-node-_2461afaa-293a-710b-710f-a249d83b70e5-d2e7cf44, #w-node-_2461afaa-293a-710b-710f-a249d83b70da-d2e7cf44, #w-node-_84f41bb4-c448-ad05-35fa-01d00460280f-d2e7cf44, #w-node-_2461afaa-293a-710b-710f-a249d83b70e3-d2e7cf44, #w-node-_83d3de4f-f8ca-f146-b132-b433805640fd-d2e7cf44, #w-node-_83d3de4f-f8ca-f146-b132-b43380564106-d2e7cf44, #w-node-_83d3de4f-f8ca-f146-b132-b4338056410c-d2e7cf44, #w-node-_83d3de4f-f8ca-f146-b132-b433805640f0-d2e7cf44, #w-node-_6afaf929-5c2c-e1fb-4798-92e5cc80cc15-0fca1805, #w-node-_91165bcf-d678-50bd-4fa4-68ec28ecfc1c-0fca1805, #w-node-_94139b1c-51c6-54c5-73fc-2ab254129c18-0fca1805, #w-node-_290bfcb9-3246-4168-39f6-f2b8ea93fd80-0fca1805, #w-node-_290bfcb9-3246-4168-39f6-f2b8ea93fd92-0fca1805, #w-node-_5432e650-5a02-de5d-43f3-637fd47b6775-0fca1805, #w-node-e676e84c-7442-03c3-08ac-e9ed3226a282-0fca1805, #w-node-_63909b38-580a-ff0b-ffdb-186e041d9d29-0fca1805, #w-node-_63909b38-580a-ff0b-ffdb-186e041d9d36-0fca1805, #w-node-cf362955-4f27-b63b-4d1c-46258e9c3aca-0fca1805, #w-node-_63909b38-580a-ff0b-ffdb-186e041d9d40-0fca1805, #w-node-_965f904a-afb4-1d16-0383-9aaf5c7329af-0fca1805, #w-node-_965f904a-afb4-1d16-0383-9aaf5c7329bc-0fca1805, #w-node-_965f904a-afb4-1d16-0383-9aaf5c7329c2-0fca1805, #w-node-_965f904a-afb4-1d16-0383-9aaf5c7329a2-0fca1805, #w-node-_63909b38-580a-ff0b-ffdb-186e041d9d29-1eb7cdcb, #w-node-_63909b38-580a-ff0b-ffdb-186e041d9d36-1eb7cdcb, #w-node-cf362955-4f27-b63b-4d1c-46258e9c3aca-1eb7cdcb, #w-node-_63909b38-580a-ff0b-ffdb-186e041d9d40-1eb7cdcb, #w-node-_965f904a-afb4-1d16-0383-9aaf5c7329af-d60161da, #w-node-_965f904a-afb4-1d16-0383-9aaf5c7329bc-d60161da, #w-node-_965f904a-afb4-1d16-0383-9aaf5c7329c2-d60161da, #w-node-_965f904a-afb4-1d16-0383-9aaf5c7329a2-d60161da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c87c9fbd-6f42-be5f-bd70-a913e1534d83-e664bcf5, #w-node-_5686c67e-5df6-90cf-fb18-4b160bd5b965-0bd5b964 {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c29cef3c-e542-4bef-8af5-10af8945c8a2-e664bcdd {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-c29cef3c-e542-4bef-8af5-10af8945c88f-e664bcdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start center;
  }

  #w-node-_2a962317-a206-e114-69bf-cfda069b3fb5-e664bcdd {
    grid-area: 3 / 1 / 4 / 3;
    align-self: end;
  }

  #w-node-_73db721b-b691-beda-29fd-2ee294e77f9f-94e77f99 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-c87c9fbd-6f42-be5f-bd70-a913e1534d83-e664bcf5, #w-node-_5686c67e-5df6-90cf-fb18-4b160bd5b965-0bd5b964 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c29cef3c-e542-4bef-8af5-10af8945c8a2-076d53c0 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-c29cef3c-e542-4bef-8af5-10af8945c88f-076d53c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start center;
  }

  #w-node-_2a962317-a206-e114-69bf-cfda069b3fb5-076d53c0 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c29cef3c-e542-4bef-8af5-10af8945c8a2-e664bcdd {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_73db721b-b691-beda-29fd-2ee294e77f9f-94e77f99 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4b25708d-f532-04e1-e5c5-d85db4a0cb1f-e664bce8, #w-node-_90b49977-ad5d-2213-a797-53383936be68-e664bce8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3d360aaa-99df-ea0d-731d-ab1075d1abbf-e664bce8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bad157ad-1779-1611-04c0-13e1827b706e-e664bce8, #w-node-_8c884d31-3dd1-61c3-59b4-2df26f2a92c4-e664bce8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9fa8fdca-a7a0-0057-3b65-3222b15d88a2-e664bce9, #w-node-_4f726706-0cff-eba6-0cba-8dbc759fc3bb-e664bcf1 {
    grid-column: span 1 / span 1;
  }

  #w-node-c29cef3c-e542-4bef-8af5-10af8945c8a2-076d53c0 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wild wolf';
  src: url('../fonts/Wild-Wolf.ttf') format('truetype'), url('../fonts/Wild-Wolf.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Weirdmelone';
  src: url('../fonts/Weirdmelone.ttf') format('truetype'), url('../fonts/Weirdmelone.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}