@font-face {
  font-family: Branch;
  src: url("/api/media/file/28-65c3be5ce824f98dc71e69d5_Branch.otf?v=7bd47e3674a0") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Maytra;
  src: url("/api/media/file/29-65c3be5ce824f98dc71e69d7_Maytra.otf?v=1cf801f8accd") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Derivia;
  src: url("/api/media/file/30-65c3be5ce824f98dc71e69e8_Derivia-Regular.otf?v=f38460d4dcef") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Adelia;
  src: url("/api/media/file/61-65dee80223de35d6d97ee1ee_adelia.otf?v=beea60b449c4") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #262b31;
  --green: #3f412d;
  --yellow: #eded96;
  --dim-grey: #737373;
  --gainsboro: #eaebe7;
  --white: white;
  --white-smoke: #f5f4f4;
  --primary-font: Derivia, sans-serif;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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;
}

.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("/api/media/file/81-custom-checkbox-checkmark.589d534424.svg?v=1247de3d9f8c");
  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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  color: var(--black);
  letter-spacing: -2px;
  direction: ltr;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Derivia, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 8rem;
}

h2 {
  color: var(--green);
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Derivia, sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 3.75rem;
}

h3 {
  color: var(--yellow);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Derivia, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.5rem;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.75rem;
}

h5 {
  color: var(--dim-grey);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

p {
  text-align: justify;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.25rem;
}

a {
  color: var(--green);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.header-logo {
  width: 160px;
}

.navbar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar-brand {
  max-width: 10%;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.menu-button {
  max-width: 10%;
}

.nav-menu-wrapper {
  max-width: 90%;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  border-radius: 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #fedcb6;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--yellow);
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  border-bottom: 2px solid var(--yellow);
  font-weight: 700;
  text-decoration: none;
}

.navbar-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 10px;
  position: relative;
}

.top-button {
  background-color: var(--yellow);
  color: var(--green);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  padding: 20px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  transition: all .4s;
  display: flex;
}

.top-button:hover {
  background-color: var(--gainsboro);
}

.header {
  z-index: 1000;
  background-color: var(--green);
  border-bottom: 1px solid #ffffff26;
  border-radius: 1px;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-section {
  background-color: var(--gainsboro);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 90vh;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.container {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

.container.webcam {
  margin-top: 60px;
}

.paragraph-large {
  letter-spacing: -.5px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.div-half-block {
  width: 50%;
}

.eyebrow-heading {
  color: var(--green);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.spacer {
  min-height: 20px;
  color: var(--white);
  align-self: stretch;
}

.spacer.main {
  margin-bottom: 50px;
}

.read-more-link {
  color: var(--yellow);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.read-more-link:hover {
  color: var(--green);
}

.bold-text {
  color: var(--yellow);
  font-weight: 400;
}

.button-primary {
  border: 1px solid var(--green);
  background-color: var(--gainsboro);
  color: var(--green);
  text-align: left;
  text-transform: none;
  white-space: normal;
  border-radius: 40px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 15px 60px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .35s ease-in-out;
  display: inline-block;
}

.button-primary:hover {
  border-color: var(--green);
  color: var(--green);
}

.button-secondary {
  border: 1px solid var(--green);
  color: var(--green);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 40px;
  padding: 15px 60px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .35s;
}

.button-secondary:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}

.small-text {
  -webkit-text-stroke-color: #505358;
  font-size: 14px;
  line-height: 18px;
}

.spacer-medium {
  width: 100%;
  min-height: 1rem;
}

.primary-color-bg {
  background-color: var(--green);
  color: var(--white);
}

.secondary-color-bg {
  background-color: var(--yellow);
  color: var(--white);
}

.dark-color-bg {
  background-color: var(--black);
  color: var(--white);
}

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

.space-between {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

.quick-stack {
  grid-row-gap: 40px;
  margin-right: 60px;
  padding-left: 0;
  padding-right: 0;
}

.amenities-list {
  border: 1px solid var(--dim-grey);
  background-color: var(--white-smoke);
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 250px;
  height: 185px;
  padding: 20px;
  display: flex;
}

.amneties-icon {
  height: 80px;
}

.large-heading {
  z-index: 1;
  color: var(--white-smoke);
  text-align: center;
  mix-blend-mode: overlay;
  font-family: Poppins, sans-serif;
  font-size: 6.5vw;
  font-weight: 300;
  line-height: 100%;
  position: relative;
}

.call-to-action-end {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.container-small {
  padding-left: 20px;
  padding-right: 20px;
}

.footer {
  background-color: var(--green);
  color: var(--white);
  padding-top: 100px;
  padding-bottom: 40px;
}

.white-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 6rem;
  font-weight: 300;
}

.white-text.duplicate {
  font-size: 1rem;
}

.white-text.footer {
  padding-top: 0;
  font-size: 3.5rem;
}

.white-text.rich {
  font-size: 1rem;
}

.footer-copyright {
  border: 0 solid #000;
  border-top: 1px solid #d9d9d91f;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1rem;
  font-size: 14px;
  display: flex;
}

.footer-link {
  color: var(--yellow);
  font-size: .9rem;
}

.footer-legal-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer-legal-links {
  color: var(--white);
  text-decoration: none;
}

.footer-legal-links:hover {
  color: var(--yellow);
}

.info-bubble {
  border: 1px solid var(--dim-grey);
  color: var(--dim-grey);
  text-align: center;
  -webkit-text-stroke-color: var(--dim-grey);
  border-radius: 20px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.info-bubble-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

.image-border {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.apartment-price {
  color: var(--green);
  letter-spacing: -1px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  display: flex;
}

.apartment-link-block {
  text-decoration: none;
  transition: opacity .25s;
  display: block;
}

.apartment-link-block:hover {
  opacity: .9;
  color: var(--dim-grey);
}

.apartment-title-info {
  justify-content: space-between;
  align-items: center;
  margin: 20px;
}

.bubble-sale-status {
  color: var(--yellow);
  text-align: right;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.apartment-block-wrapper {
  background-color: var(--white-smoke);
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.inner-hero-section {
  background-color: var(--green);
  padding-top: 100px;
  padding-bottom: 100px;
}

.style-guide-show-padding {
  text-align: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
}

.image-full-center {
  z-index: 1;
  width: 60%;
  position: relative;
}

.image-left-small {
  z-index: 5;
  width: 25%;
  margin-right: -5%;
  position: relative;
}

.image-right-small {
  z-index: 5;
  width: 25%;
  margin-left: -5%;
  position: relative;
}

.flex-block {
  flex-direction: row;
  align-items: center;
}

.blurb-center {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.lightbox-link {
  display: inline-block;
}

.gallery-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.contact-form {
  background-color: var(--green);
  outline-color: var(--dim-grey);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  margin-left: 60px;
  padding: 20px 30px 40px;
}

.form-fields {
  border: 1px solid var(--dim-grey);
  margin-bottom: 20px;
}

.agency-info {
  align-items: center;
  display: flex;
}

.agent-avatar {
  aspect-ratio: 1;
  object-fit: cover;
  width: 150px;
  max-width: 150px;
  height: 150px;
  max-height: 150px;
}

.utility-page-wrap {
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 80vh;
  max-height: 100%;
  margin-top: -51px;
  display: flex;
}

.utility-page-wrap._50 {
  margin-top: 0;
}

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

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

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pagination {
  margin-top: 20px;
}

.footer-contact {
  justify-content: space-between;
  align-items: center;
}

.apartment-list-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event-date-start-end {
  grid-column-gap: 10px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.event-link {
  text-align: left;
  text-decoration: none;
  display: block;
}

.event-link:hover {
  mix-blend-mode: luminosity;
}

.event-venue {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.hero-heading {
  z-index: 2;
  color: var(--green);
  font-family: Poppins, sans-serif;
  font-weight: 300;
  position: relative;
}

.hero-main-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
  margin-top: -50px;
  margin-bottom: -75px;
  position: relative;
}

.hero-main-image.mobile {
  display: none;
}

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

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

.italic-text {
  font-family: Adelia, sans-serif;
  font-size: 4.5rem;
  font-style: normal;
}

.small-text-cta {
  color: var(--black);
  text-transform: uppercase;
  display: inline;
}

.hero-small-cta {
  text-align: center;
  position: absolute;
  inset: auto 0% 20px;
}

.intro-scroll-image {
  max-width: 300px;
}

.intro-scroll-image.right {
  max-width: 370px;
  position: relative;
  left: -85px;
}

.intro-scroll-image.left {
  max-width: 400px;
}

.intro-scroll-image.leftbutt {
  max-width: 330px;
}

.intro-image-column {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.intro-home-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-home-wrapper {
  min-height: 80vh;
  display: flex;
}

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

.reservation-form {
  background-color: var(--green);
  width: 400px;
  padding: 40px;
  position: relative;
  left: 49px;
}

.field-label {
  color: var(--gainsboro);
  font-weight: 300;
}

.text-field {
  margin-bottom: 20px;
}

.div-block-10 {
  background-image: url("/api/media/file/37-65c4686a90c8d7703116671f_Sonngruber-3.jpg?v=ace6dcd65035");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 80%;
  justify-content: flex-end;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.mountains-around-block {
  background-image: linear-gradient(#262b31a1, #262b31a1), url("/api/media/file/52-65d4d7ecc4772da378f3b414_sonngruber-1-.png?v=f90605ee7239");
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 500px;
}

.footer-social-link {
  grid-column-gap: 20px;
  justify-content: flex-end;
  margin-top: 30px;
  display: flex;
}

.footer-spacer {
  height: 100px;
}

.amenities-block {
  background-image: url("/api/media/file/49-65c4927fa677c0698678b54f_PHOTO-2024-01-10-08-21-59.jpg?v=43205de56f73");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: visible;
}

.featured-image {
  width: 100%;
}

.heading-dark {
  color: var(--green);
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

.full-width-image {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 5%;
  max-height: 600px;
}

.apartment-information {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.heading {
  font-weight: 400;
}

.side-bar_link {
  align-items: stretch;
  display: flex;
  box-shadow: 0 0 8px #00000040;
}

.side-bar_text-wrapper {
  color: #fff;
  background-color: #3f412de6;
  align-items: center;
  width: 11rem;
  padding: 1rem 2rem;
  display: flex;
}

.side-bar_text-wrapper.is-2 {
  background-color: #eded96e6;
}

.side-bar_icon-wrapper {
  background-color: #eded96;
  padding: 1rem;
}

.side-bar_icon-wrapper.is-2 {
  background-color: #3f412d;
}

.side-bar_icon-wrapper.is-3 {
  background-color: #eaebe7;
}

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

.text-size-regular.text-weight-bold {
  color: var(--yellow);
}

.text-size-regular.text-weight-bold:hover {
  color: var(--white-smoke);
}

.text-size-regular.text-weight-bold.text-color-dark {
  color: #3f412d;
}

.text-size-regular.text-weight-bold.text-color-dark:hover {
  color: var(--green);
}

.side-bar {
  z-index: 98;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
  position: fixed;
  inset: auto 0% 50% auto;
  transform: translate(0, 50%);
}

.side-bar_icon {
  width: 2rem;
  height: auto;
}

.features {
  margin-bottom: 0;
}

.image {
  object-fit: cover;
  min-height: 300px;
}

.image.services._3 {
  object-fit: none;
}

.heading-2 {
  color: var(--gainsboro);
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

.heading-3, .heading-4 {
  color: var(--dim-grey);
}

.container-copy {
  max-width: 1400px;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-2 {
  width: 100%;
  height: 50%;
  min-height: 60vh;
}

.button {
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  border-radius: .6rem;
  padding: 1rem 1.5rem .88rem;
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1;
  transition: color .2s cubic-bezier(.23, 1, .32, 1), background-color .2s cubic-bezier(.23, 1, .32, 1);
  box-shadow: 0 1px 1px #0000000d, 0 4px 4px #0000000d, 0 10px 24px #0000000d;
}

.button:hover {
  color: #fff;
  background-color: #3f412d;
}

.text-weight-bold {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.pricing_column {
  min-height: 4.75rem;
  color: var(--green);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 1.25rem;
  display: flex;
}

.pricing_column.halbpension {
  align-items: center;
}

.pricing_column.is-header-column {
  align-items: center;
  min-height: 4.75rem;
}

.pricing_column.is-header-column.halbpension {
  align-items: center;
}

.pricing_column.is-width-large {
  min-width: 14rem;
  max-width: 14rem;
}

.text-size-medium {
  width: 100%;
  color: var(--green);
  font-size: 1rem;
}

.text-size-medium.terms {
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
}

.text-size-medium.text-weight-bold-copy {
  color: var(--white);
}

.text-size-medium.spacerr {
  padding-top: 31px;
}

.pricing_component-copy {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: block;
}

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

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

.margin-top.margin-xlarge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

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

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

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

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

.pricing_header-row {
  color: #fff;
  background-color: #3f412d;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.pricing_top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.pricing_item {
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.pricing_item:nth-child(2n) {
  background-color: #f4f4f4;
}

.text-weight-semibold {
  color: var(--gainsboro);
  font-weight: 400;
}

.text-weight-semibold.prezzi {
  font-weight: 300;
}

.pricing_content {
  flex-direction: column;
  overflow: auto;
}

.pricing_content.mobile {
  display: none;
}

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

.pricing_component.winter {
  margin-bottom: 40px;
  display: none;
}

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

.pricing_header-link {
  align-items: center;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.pricing_header-link:hover {
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
}

.bold-text-2 {
  font-weight: 500;
}

.heading-5 {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.text-block {
  white-space: normal;
  word-break: keep-all;
  font-size: .8rem;
}

.text-block-2 {
  font-size: .8rem;
}

.link {
  color: var(--yellow);
}

.link.imprint {
  color: var(--green);
}

.paragraph {
  text-align: justify;
}

.div-block-11 {
  text-align: right;
  position: relative;
  left: 90px;
}

.text-span-2 {
  margin-left: 0;
  padding-left: 0;
}

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

.collection-item {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.image-3 {
  object-fit: cover;
  width: 300%;
  height: 200px;
}

.lightbox-link-2 {
  height: 200px;
}

.image-4 {
  object-fit: cover;
  width: 500px;
  height: 100%;
}

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

.lightbox-link-3 {
  height: 100%;
  max-height: 150px;
}

.collection-list-wrapper {
  margin-top: 20px;
}

.text-block-3 {
  position: absolute;
}

.text-span-3 {
  margin-left: -8px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

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

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--black);
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_label {
  color: #fe0000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_title {
  color: #151010;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.fs-cc-prefs_button {
  background-color: #151010;
  border: 2px solid #7f7f80;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #151010;
  background-color: #fff;
  border-color: #151010;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-banner_text-link {
  color: #151010;
  border-bottom: 2px solid #151010;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.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_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #1b1311;
  border: 2px solid #7f7f80;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #151010;
  background-color: #f5f5f5;
  border-color: #a6a7a8;
}

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

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-banner_text-link-2 {
  border-bottom: 2px solid var(--green);
  color: var(--green);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_button-2 {
  border: 2px solid var(--yellow);
  background-color: var(--green);
  color: #fff;
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button-2.fs-cc-button-alt {
  border-color: var(--green);
  color: var(--black);
  -webkit-text-stroke-color: var(--green);
  background-color: #f5f5f5;
}

.fs-cc-prefs_overlay-2 {
  z-index: -1;
  background-color: #3f412da6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_label-2 {
  color: #434343;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_title-2 {
  color: #434343;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_text-2 {
  color: #434343;
  font-size: .75rem;
}

.fs-cc-prefs_button-2 {
  background-color: var(--green);
  border: 2px solid #434343;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button-2.fs-cc-button-alt {
  color: var(--green);
  -webkit-text-stroke-color: var(--green);
  background-color: #fff;
  border-color: #434343;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
  color: var(--green);
}

.footer_logo {
  width: 8rem;
  height: auto;
  margin-top: 40px;
}

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

.text-span-4 {
  margin-left: -3px;
  padding-left: 0;
}

.columns {
  align-items: center;
  display: flex;
}

.wg-selector-highlight {
  background-color: #4049ff;
  width: 100%;
  height: 100%;
}

.wg-selector-highlight.h2 {
  background-color: var(--yellow);
  transform: translate(-100%);
}

.wg-selector-highlight.h1 {
  background-color: var(--yellow);
}

.wg-selector-highlight-wrapper {
  width: 100%;
  height: 2px;
  margin-top: .25rem;
  overflow: hidden;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw1 {
  display: flex;
}

.wg-element-wrapper.sw1.mobile {
  display: none;
}

.wg-element-wrapper.sw3 {
  margin-top: 20px;
}

.wg-selector-1 {
  color: #000;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.wg-selector-1:hover {
  color: #4049ff;
}

.wg-selector-1.w--current {
  cursor: default;
}

.wg-selector-1.s2 {
  opacity: .5;
}

.text-block-5, .text-block-6 {
  color: var(--white);
  font-size: .9rem;
}

.div-block-12 {
  text-align: right;
}

.heading-6 {
  aspect-ratio: auto;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.75rem;
}

.heading-7, .bold-text-3 {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.heading-8, .heading-9, .heading-10, .heading-11 {
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 300;
}

.bold-text-4, .heading-12, .heading-13, .heading-14, .heading-15 {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.heading-16, .heading-17 {
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 300;
}

.columns-2 {
  align-items: center;
  display: flex;
}

.date-field {
  color: #151e24;
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.date-field:hover {
  border-color: #ccd5e0;
}

.date-field:focus {
  border-color: #642eff;
}

.date-field::placeholder {
  color: #a0a6b0;
}

.text-block-7 {
  margin-top: 5px;
}

.reservation-form-copy {
  background-color: var(--green);
  width: 100%;
  padding: 40px;
  position: relative;
  left: 0;
}

.field-label-2, .field-label-3, .field-label-4, .field-label-5, .checkbox-label, .field-label-6, .field-label-7, .field-label-8, .field-label-9 {
  color: var(--white);
}

.checkbox-label-2 {
  color: var(--yellow);
}

.section {
  display: none;
}

.amenities-block-copy {
  background-image: url("/api/media/file/52-65d4d7ecc4772da378f3b414_sonngruber-1-.png?v=f90605ee7239");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 75%;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.amenities-block-copy.image-herol {
  background-position: 0%;
}

.quick-stack-copy {
  grid-row-gap: 40px;
  padding-left: 140px;
  padding-right: 0;
}

.image-5 {
  object-fit: cover;
  width: 400px;
  max-width: none;
  height: 250px;
}

.image-6 {
  border: 2px solid var(--dim-grey);
  object-fit: cover;
  width: 400px;
  height: 250px;
}

.image-5-copy {
  border: 2px solid var(--dim-grey);
  object-fit: none;
  width: 400px;
  max-width: none;
  height: 250px;
}

.footer_link {
  color: var(--yellow);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.footer_link:hover {
  text-decoration: underline;
}

.text-size-medium-2 {
  color: var(--white);
  font-size: 1.25rem;
  line-height: 25px;
}

.footer_facebook-link {
  color: var(--yellow);
  transition: transform .2s;
}

.footer_facebook-link:hover {
  transform: scale(1.1);
}

.text-style-link {
  color: var(--yellow);
  text-decoration: none;
}

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

.footer_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

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

.footer_legal-link {
  font-size: 1rem;
  text-decoration: none;
}

.footer_legal-link:hover {
  text-decoration: underline;
}

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

.footer_facebook-icon {
  width: 2rem;
  height: 2rem;
}

.footer_right-wrapper {
  flex-direction: column;
  display: flex;
}

.line-divider {
  background-color: #3f412d1a;
  width: 100%;
  height: 1px;
}

.footer_text {
  width: 50rem;
  height: auto;
}

.padding-global {
  background-color: var(--green);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.padding-section-large.padding-footer {
  padding-bottom: 1rem;
}

.footer_left-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.footer_logo-2 {
  width: 6rem;
  height: auto;
  margin-top: 10px;
}

.footer_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  display: grid;
}

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

.footer_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer_bottom-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.text-size-medium-2-copy {
  color: var(--white);
  margin-top: 9px;
  font-size: 1.25rem;
  line-height: 25px;
}

.link-2, .link-3, .link-block {
  color: var(--yellow);
}

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

.white-text-copy {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.white-text-copy.duplicate {
  font-size: 1rem;
}

.white-text-copy.footer {
  padding-top: 0;
  font-size: 3.5rem;
}

.white-text-copy.rich {
  font-size: 1rem;
}

.white-text-copy.mega {
  margin-bottom: 40px;
  font-size: 120px;
  line-height: 120px;
}

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

.mobile {
  display: none;
}

.cell, .cell-2 {
  justify-content: center;
  align-items: flex-end;
}

.heading-18 {
  font-family: Poppins, sans-serif;
}

.rich-text-block {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
}

.heading-19, .heading-20 {
  font-family: Poppins, sans-serif;
}

.rich-text-block-2 {
  margin-bottom: 60px;
}

.wg-selector-2-fill.f1 {
  background-color: var(--yellow);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wg-selector-2-fill.f2 {
  background-color: var(--yellow);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.wg-selector2-text-lang2 {
  position: relative;
}

.wg-selector2-text-lang2.it-de {
  color: var(--yellow);
}

.wg-selector2-text-lang1 {
  color: var(--black);
  position: relative;
}

.wg-selector-2 {
  color: #000;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.wg-selector-2:hover {
  color: #4049ff;
}

.wg-selector-2.w--current {
  cursor: default;
}

.wg-selector-2.s2 {
  color: var(--yellow);
}

.wg-selector-2.s2:hover {
  color: var(--white);
}

.wg-selector-2.s2.itde.w--current {
  color: var(--black);
}

.infosection-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 15em;
  padding-bottom: 15em;
}

.infosection-container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.infosection-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  width: 30em;
}

.infosection-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.infosection-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  min-height: 30em;
}

.heading-21 {
  color: var(--black);
  font-family: Poppins, sans-serif;
}

.infosection-vertikal-flex {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-text-wrapper {
  padding-top: 12em;
  padding-bottom: 6em;
}

.rich-text-container {
  width: 100%;
  max-width: 87.5em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 170px;
  padding-right: 170px;
}

.info-site-rich-text h1 {
  font-family: Poppins, sans-serif;
}

.info-site-rich-text h2 {
  text-align: left;
  font-family: Poppins, sans-serif;
}

.info-site-rich-text h3 {
  color: var(--green);
  margin-top: 46px;
  font-family: Poppins, sans-serif;
  font-size: 2.2rem;
}

.info-site-rich-text h4 {
  font-size: 1.5rem;
}

.info-site-rich-text p {
  margin-top: 1.5em;
  margin-bottom: 1.875em;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.info-site-rich-text.margin-up {
  margin-top: 50px;
}

.figure {
  width: 50em;
  margin-top: 1px;
}

.figure.hide-on-mobile {
  margin-top: 4em;
  margin-bottom: 2em;
  box-shadow: 2px 2px 6px #0003;
}

.paragraph-2 {
  margin-bottom: 30px;
}

.hide-on-desktop {
  display: none;
}

.hide-on-mobile {
  width: 40em;
}

.hide-in-desktop {
  display: none;
}

.image-9 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.figure-3 {
  box-shadow: 2px 2px 5px #0003;
}

.image-wrapper {
  padding-bottom: 10em;
}

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

.image-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 22px;
  padding-right: 22px;
  display: grid;
}

.image-10 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13 {
  text-decoration: none;
}

.image-11, .image-12 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -2px;
    font-size: 6rem;
    line-height: 6rem;
  }

  h2 {
    letter-spacing: 0;
    font-size: 3rem;
    line-height: 3rem;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  p {
    line-height: 1.25rem;
  }

  .nav-button-wrapper {
    max-width: 30%;
    margin-left: 0;
  }

  .navbar-brand.w--current {
    max-width: 11%;
  }

  .nav-menu {
    background-color: var(--black);
    flex-flow: column;
    place-content: stretch space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .menu-button {
    padding: 5px;
  }

  .menu-button.w--open {
    background-color: var(--yellow);
    color: var(--yellow);
  }

  .nav-menu-wrapper {
    max-width: 100%;
  }

  .nav-link {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    display: block;
  }

  .nav-link:hover {
    color: var(--black);
  }

  .navbar-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .top-button {
    padding: 10px 20px;
  }

  .nav-list-item {
    border-bottom: 1px solid var(--green);
    border-top-width: 1px;
    border-top-color: var(--white);
    align-self: stretch;
  }

  .nav-list-item:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .icon {
    color: var(--white-smoke);
    font-size: 2rem;
  }

  .hero-section {
    min-height: 50vh;
    padding-top: 80px;
  }

  .paragraph-large {
    font-size: 1.275rem;
    line-height: 1.5rem;
  }

  .div-half-block {
    width: 75%;
  }

  .eyebrow-heading {
    line-height: 1rem;
  }

  .spacer {
    min-height: 15px;
  }

  .button-primary {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .button-secondary {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .space-between {
    margin-top: 60px;
    margin-bottom: 60px;
  }

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

  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer-copyright {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .info-bubble-wrap {
    flex-direction: row;
  }

  .apartment-price {
    letter-spacing: -1px;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .apartment-title-info {
    margin: 10px;
  }

  .apartment-block-wrapper {
    align-self: stretch;
  }

  .pricing-block {
    flex: none;
  }

  .inner-hero-section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .image-full-center {
    width: 50%;
  }

  .image-left-small, .image-right-small {
    width: 30%;
  }

  .contact-form {
    margin-left: 0;
    padding: 20px;
  }

  .utility-page-wrap {
    height: 60vh;
  }

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

  .footer-contact {
    align-items: center;
  }

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

  .intro-image-column {
    flex-direction: row;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .info-home-wrapper {
    flex-direction: column;
  }

  .reservation-form {
    width: 300px;
  }

  .div-block-10 {
    background-size: cover;
  }

  .mountains-around-block {
    height: 300px;
  }

  .footer-social-link {
    justify-content: flex-start;
  }

  .side-bar_link {
    flex: auto;
  }

  .side-bar_text-wrapper {
    display: none;
  }

  .side-bar_icon-wrapper {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .side-bar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    inset: auto 0% 0%;
    transform: none;
  }

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

  .pricing_component-copy {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

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

  .pricing_header-row, .pricing_item {
    min-width: 72rem;
  }

  .pricing_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .reservation-form-copy {
    width: 300px;
  }

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

  .footer_top-wrapper {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

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

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

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

  .rich-text-container {
    max-width: 55rem;
    padding-left: 4em;
    padding-right: 4em;
  }

  .figure {
    width: 40em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: .875rem;
    line-height: 18px;
  }

  h1 {
    letter-spacing: 0;
    font-size: 4.5rem;
    line-height: 4.5rem;
  }

  h2 {
    letter-spacing: 0;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  h4 {
    margin-top: 0;
  }

  p {
    line-height: 1.125rem;
  }

  .nav-button-wrapper {
    max-width: 35%;
  }

  .navbar-brand {
    max-width: 15%;
    padding-left: 0;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    flex-direction: column;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .menu-button {
    padding: 5px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    display: block;
  }

  .nav-list-item {
    text-align: left;
    align-self: stretch;
  }

  .icon {
    font-size: 28px;
    font-style: normal;
    line-height: 24px;
  }

  .hero-section {
    min-height: 30vh;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-large {
    font-size: 1.175rem;
    line-height: 1.35rem;
  }

  .div-half-block {
    width: 100%;
  }

  .eyebrow-heading {
    font-size: .875rem;
  }

  .button-primary {
    letter-spacing: .5px;
    font-size: 14px;
    line-height: 20px;
  }

  .button-secondary {
    letter-spacing: .5px;
  }

  .spacer-medium {
    min-height: .7rem;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .amenities-list {
    height: 160px;
  }

  .amneties-icon {
    height: 50px;
  }

  .call-to-action-end {
    padding: 20px;
  }

  .container-small {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-copyright {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .footer-legal-wrapper {
    margin-bottom: 1rem;
  }

  .info-bubble-wrap {
    flex-direction: column;
  }

  .apartment-price {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .apartment-title-info {
    flex-direction: row;
    align-items: center;
  }

  .apartment-block-wrapper {
    align-self: stretch;
  }

  .pricing-block {
    grid-column-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .inner-hero-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .image-full-center {
    width: 38%;
  }

  .image-left-small {
    margin-right: 0%;
  }

  .image-right-small {
    margin-left: 0%;
  }

  .flex-block {
    grid-column-gap: 1%;
    flex-direction: row;
  }

  .blurb-center {
    margin-top: 40px;
  }

  .contact-form {
    padding: 15px;
  }

  .footer-contact {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .event-date-start-end {
    justify-content: flex-start;
  }

  .intro-image-column {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .reservation-form {
    width: 100%;
  }

  .div-block-10 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 40px;
  }

  .amenities-block {
    background-size: 100%;
  }

  .apartment-information {
    grid-row-gap: 20px;
    flex-direction: row;
    align-items: flex-start;
  }

  .container-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing_column.is-header-column {
    font-size: 1rem;
  }

  .pricing_column.is-width-large {
    min-width: 10rem;
  }

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

  .pricing_component-copy {
    grid-row-gap: 3rem;
  }

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

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

  .pricing_component {
    grid-row-gap: 3rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title, .fs-cc-prefs_title-2 {
    font-size: 1.25rem;
  }

  .reservation-form-copy {
    width: 100%;
  }

  .amenities-block-copy {
    background-size: 100%;
  }

  .quick-stack-copy {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer_top-wrapper {
    grid-row-gap: 2.5rem;
  }

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

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

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

  .footer_legal-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    grid-template-columns: max-content 1fr 1fr;
    grid-auto-flow: row;
    justify-items: start;
    display: flex;
  }

  .footer_link-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
  }

  .footer_bottom-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr max-content;
    align-items: center;
  }

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

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

  h2 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  h4 {
    margin-bottom: 0;
    font-size: 1.25rem;
  }

  .nav-button-wrapper {
    width: auto;
    max-width: 80%;
  }

  .navbar-brand {
    max-width: 25%;
  }

  .navbar-brand.w--current {
    max-width: 30%;
  }

  .nav-menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-button {
    max-width: 13%;
    padding: 5px;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-button {
    text-align: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
  }

  .nav-list-item {
    text-align: left;
    align-self: flex-start;
    width: 100%;
  }

  .icon {
    font-size: 28px;
  }

  .hero-section {
    min-height: 55vh;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-large {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  .spacer {
    min-height: 10px;
  }

  .button-primary {
    text-align: center;
    background-image: none;
    justify-content: flex-start;
    align-items: baseline;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button-secondary {
    background-position: 93%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-text {
    font-size: 13px;
    line-height: 16px;
  }

  .spacer-medium {
    min-height: .6rem;
  }

  .space-between {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .quick-stack {
    margin-top: 60px;
    margin-right: 0;
  }

  .amenities-list {
    width: 100%;
    height: 140px;
    padding: 10px;
  }

  .amneties-icon {
    height: 35px;
  }

  .call-to-action-end {
    padding: 20px 0;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .white-text {
    margin-left: 0;
    margin-right: 12px;
    font-size: 2rem;
  }

  .white-text.footer {
    margin-left: 0;
    font-size: 2rem;
  }

  .white-text.rich {
    margin-left: 0;
  }

  .footer-copyright {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-link {
    margin-top: 10px;
  }

  .footer-legal-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: max-content;
    grid-auto-flow: row;
    width: 100%;
    display: grid;
  }

  .footer-legal-links {
    font-size: 14px;
  }

  .info-bubble-wrap {
    flex-direction: column;
    display: flex;
  }

  .image-border {
    width: 100%;
  }

  .apartment-price {
    margin-top: 0;
  }

  .apartment-link-block {
    justify-content: center;
    display: flex;
  }

  .apartment-title-info {
    flex-direction: row;
    align-items: flex-start;
    width: 90%;
  }

  .apartment-block-wrapper {
    align-self: stretch;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .pricing-block {
    flex-direction: column;
    align-items: flex-end;
    width: 110px;
    margin-top: 5px;
  }

  .inner-hero-section {
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .image-full-center, .image-left-small, .image-right-small {
    width: 100%;
  }

  .flex-block {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .blurb-center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gallery-column {
    margin-bottom: 20px;
  }

  .agency-info {
    display: none;
  }

  .agent-avatar {
    max-width: 70px;
    max-height: none;
  }

  .collection-list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .hero-main-image {
    min-height: 0;
    display: none;
  }

  .hero-main-image.mobile {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .italic-text {
    font-size: 1.5rem;
  }

  .intro-scroll-image {
    width: 100%;
    max-width: 350px;
  }

  .intro-image-column {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
  }

  .info-home-wrapper {
    min-height: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .reservation-form {
    margin-top: 40px;
    padding: 20px;
    top: 0;
    left: auto;
  }

  .div-block-10 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 184px 10px 10px;
  }

  .mountains-around-block {
    height: 200px;
  }

  .footer-social-link {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-spacer {
    height: 60px;
  }

  .amenities-block {
    background-position: 50% 0;
    background-size: 100%;
  }

  .heading-dark {
    font-size: 1.75rem;
  }

  .apartment-information {
    flex-direction: column;
  }

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

  .container-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-2 {
    height: 200px;
    min-height: 0;
  }

  .button {
    font-size: 1rem;
  }

  .pricing_column {
    min-height: 0;
    font-size: 1rem;
  }

  .pricing_column.halbpension {
    display: none;
  }

  .pricing_column.is-header-column {
    min-height: 0;
  }

  .pricing_column.is-header-column.halbpension {
    display: none;
  }

  .pricing_component-copy {
    grid-template-columns: 1fr;
  }

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

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

  .pricing_header-row {
    min-width: 0;
  }

  .pricing_top {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing_item {
    min-width: 0;
  }

  .pricing_content {
    max-width: 100%;
  }

  .pricing_content.mobile {
    margin-bottom: 20px;
    display: block;
  }

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

  .text-block {
    white-space: pre-wrap;
  }

  .text-span-2 {
    margin-left: 0;
  }

  .column {
    margin-bottom: 45px;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-banner_button, .fs-cc-banner_button-2 {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_button-2 {
    margin-bottom: .5rem;
  }

  .column-2 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .text-block-4 {
    margin-bottom: 15px;
  }

  .prices {
    margin-left: 15px;
    margin-right: 15px;
  }

  .columns {
    flex-flow: column;
  }

  .wg-element-wrapper.sw1 {
    background-color: #262b31;
    display: flex;
  }

  .wg-element-wrapper.sw1.mobile {
    display: flex;
  }

  .div-block-12 {
    text-align: left;
  }

  .heading-8, .heading-9, .heading-10 {
    font-size: 2rem;
  }

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

  .div-block-13 {
    display: none;
  }

  .reservation-form-copy {
    padding: 20px;
    top: 0;
    left: auto;
  }

  .amenities-block-copy {
    background-position: 50% 0;
    background-size: 100%;
  }

  .amenities-block-copy.image-herol {
    display: none;
  }

  .quick-stack-copy {
    margin-top: 46px;
  }

  .column-copy {
    margin-bottom: 45px;
    display: none;
  }

  .footer_top-wrapper {
    grid-row-gap: 48px;
  }

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

  .column-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .white-text-copy {
    margin-left: 12px;
    margin-right: 12px;
  }

  .white-text-copy.footer {
    margin-left: 0;
    font-size: 2rem;
  }

  .mobile {
    display: block;
  }

  .column-4 {
    margin-top: 30px;
  }

  .rich-text-wrapper {
    padding-bottom: 5em;
  }

  .rich-text-container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .info-site-rich-text h2 {
    text-align: left;
  }

  .info-site-rich-text h3 {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .info-site-rich-text h4 {
    font-size: 1rem;
  }

  .info-site-rich-text p {
    font-size: .9rem;
  }

  .figure {
    width: 30em;
  }

  .figure.hide-on-mobile {
    display: inline-block;
  }

  .paragraph-2 {
    font-size: .8125em;
  }

  .image-8 {
    width: 0;
  }

  .hide-on-desktop, .hide-on-mobile, .hide-in-desktop {
    display: inline-block;
  }

  .figure-2 {
    margin-top: 15px;
  }

  .image-wrapper {
    flex-flow: row;
  }

  .image-inner {
    grid-template-columns: 1fr;
    padding-left: 50px;
    padding-right: 50px;
  }

  .bold-rich-text {
    font-size: 1.4rem;
  }

  .div-block-14 {
    display: none;
  }
}

#w-node-_871cb8fa-49d5-65b7-02d1-e4e4c7558c13-01a14906 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-b51140e9-e830-9af5-56cf-71b858f44640-01a14906 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b51140e9-e830-9af5-56cf-71b858f44641-01a14906, #w-node-b51140e9-e830-9af5-56cf-71b858f44642-01a14906, #w-node-_411aa725-f045-fa6d-5388-0d0b776fbe3f-01a14906 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b797e014-cfd8-5ee5-8448-afa6162a7861-162a785c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_129e7c7c-a899-452f-fcaa-fe136e917c1b-6e917bea, #w-node-_09986bc8-8b89-9686-9f22-4270830f7998-01a1496c, #w-node-_09986bc8-8b89-9686-9f22-4270830f79c8-01a1496c, #w-node-_09986bc8-8b89-9686-9f22-4270830f79ff-01a1496c, #w-node-_09986bc8-8b89-9686-9f22-4270830f7a2f-01a1496c, #w-node-a35456db-d204-b98c-e69f-6b26333c6d9c-01a1496c, #w-node-a35456db-d204-b98c-e69f-6b26333c6dcc-01a1496c, #w-node-a35456db-d204-b98c-e69f-6b26333c6e01-01a1496c, #w-node-a35456db-d204-b98c-e69f-6b26333c6e31-01a1496c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef2997c7-f692-09f5-59eb-fc0701add5da-01a14970 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-b51140e9-e830-9af5-56cf-71b858f44640-01a14970 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b51140e9-e830-9af5-56cf-71b858f44641-01a14970, #w-node-b51140e9-e830-9af5-56cf-71b858f44642-01a14970, #w-node-_411aa725-f045-fa6d-5388-0d0b776fbe3f-01a14970 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79af098b-c841-ff33-13d3-b60b4b466d02-4b466cf8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_642d9af3-86bc-8928-8177-abd9d385f0e9-01a14990, #w-node-_642d9af3-86bc-8928-8177-abd9d385f119-01a14990, #w-node-_642d9af3-86bc-8928-8177-abd9d385f151-01a14990, #w-node-_642d9af3-86bc-8928-8177-abd9d385f181-01a14990, #w-node-_642d9af3-86bc-8928-8177-abd9d385f0e9-01a14991, #w-node-_642d9af3-86bc-8928-8177-abd9d385f119-01a14991, #w-node-_642d9af3-86bc-8928-8177-abd9d385f151-01a14991, #w-node-_642d9af3-86bc-8928-8177-abd9d385f181-01a14991 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_871cb8fa-49d5-65b7-02d1-e4e4c7558c13-01a14906 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_871cb8fa-49d5-65b7-02d1-e4e4c7558c14-01a14906 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b797e014-cfd8-5ee5-8448-afa6162a7861-162a785c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-b797e014-cfd8-5ee5-8448-afa6162a7862-162a785c, #w-node-b797e014-cfd8-5ee5-8448-afa6162a7867-162a785c, #w-node-b797e014-cfd8-5ee5-8448-afa6162a786c-162a785c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ef2997c7-f692-09f5-59eb-fc0701add5da-01a14970 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-ef2997c7-f692-09f5-59eb-fc0701add5db-01a14970 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79af098b-c841-ff33-13d3-b60b4b466d02-4b466cf8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_79af098b-c841-ff33-13d3-b60b4b466d03-4b466cf8, #w-node-_79af098b-c841-ff33-13d3-b60b4b466d0a-4b466cf8, #w-node-_79af098b-c841-ff33-13d3-b60b4b466d11-4b466cf8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_871cb8fa-49d5-65b7-02d1-e4e4c7558c13-01a14906 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_871cb8fa-49d5-65b7-02d1-e4e4c7558c14-01a14906 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b51140e9-e830-9af5-56cf-71b858f44640-01a14906 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b51140e9-e830-9af5-56cf-71b858f44641-01a14906, #w-node-b51140e9-e830-9af5-56cf-71b858f44642-01a14906, #w-node-_411aa725-f045-fa6d-5388-0d0b776fbe3f-01a14906 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b797e014-cfd8-5ee5-8448-afa6162a7861-162a785c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-b797e014-cfd8-5ee5-8448-afa6162a7862-162a785c, #w-node-b797e014-cfd8-5ee5-8448-afa6162a7867-162a785c, #w-node-b797e014-cfd8-5ee5-8448-afa6162a786c-162a785c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ef2997c7-f692-09f5-59eb-fc0701add5da-01a14970 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-ef2997c7-f692-09f5-59eb-fc0701add5db-01a14970 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b51140e9-e830-9af5-56cf-71b858f44640-01a14970 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b51140e9-e830-9af5-56cf-71b858f44641-01a14970, #w-node-b51140e9-e830-9af5-56cf-71b858f44642-01a14970, #w-node-_411aa725-f045-fa6d-5388-0d0b776fbe3f-01a14970 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79af098b-c841-ff33-13d3-b60b4b466d02-4b466cf8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_79af098b-c841-ff33-13d3-b60b4b466d03-4b466cf8, #w-node-_79af098b-c841-ff33-13d3-b60b4b466d0a-4b466cf8, #w-node-_79af098b-c841-ff33-13d3-b60b4b466d11-4b466cf8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_871cb8fa-49d5-65b7-02d1-e4e4c7558c13-01a14906 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_871cb8fa-49d5-65b7-02d1-e4e4c7558c14-01a14906 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b797e014-cfd8-5ee5-8448-afa6162a7861-162a785c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b797e014-cfd8-5ee5-8448-afa6162a7862-162a785c, #w-node-b797e014-cfd8-5ee5-8448-afa6162a7867-162a785c, #w-node-b797e014-cfd8-5ee5-8448-afa6162a786c-162a785c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ef2997c7-f692-09f5-59eb-fc0701add5da-01a14970 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ef2997c7-f692-09f5-59eb-fc0701add5db-01a14970 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79af098b-c841-ff33-13d3-b60b4b466d02-4b466cf8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_79af098b-c841-ff33-13d3-b60b4b466d03-4b466cf8, #w-node-_79af098b-c841-ff33-13d3-b60b4b466d0a-4b466cf8, #w-node-_79af098b-c841-ff33-13d3-b60b4b466d11-4b466cf8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Branch';
  src: url('/api/media/file/28-65c3be5ce824f98dc71e69d5_Branch.otf?v=7bd47e3674a0') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maytra';
  src: url('/api/media/file/29-65c3be5ce824f98dc71e69d7_Maytra.otf?v=1cf801f8accd') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Derivia';
  src: url('/api/media/file/30-65c3be5ce824f98dc71e69e8_Derivia-Regular.otf?v=f38460d4dcef') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adelia';
  src: url('/api/media/file/61-65dee80223de35d6d97ee1ee_adelia.otf?v=beea60b449c4') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}