:root {
  --black: #000;
  --white: white;
  --_themes---table--border-color: #c7c7c7;
  --_themes---table--header-bg: #f6f5f5;
  --gray: #767676;
  --transparent: transparent;
  --font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body {
  font-size: 1.1rem;
  line-height: 20px;
}

h1 {
  color: var(--black);
  letter-spacing: -.03125em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  color: var(--black);
  letter-spacing: -.046875em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

p {
  color: var(--black);
  letter-spacing: -.05em;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
}

a {
  -webkit-text-decoration: underline #000;
  text-decoration: underline #000;
}

ul {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  display: flex;
}

.map {
  z-index: 1;
  font-size: .9em;
  position: relative;
}

.map_img {
  z-index: 1;
  opacity: .54;
  width: 98em;
  position: relative;
}

.map_wohnung {
  z-index: 3;
  width: 13em;
  margin-top: 22.7em;
  margin-left: 16.6em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map_wohnung._1-1 {
  width: 29.3em;
  margin-top: 23.2em;
  margin-left: 20.2em;
}

.map_wohnung._1-1:hover {
  background-color: #0000;
}

.map_wohnung._1-2 {
  width: 29.3em;
  margin-top: 18.7em;
  margin-left: 20.2em;
}

.map_wohnung._1-3 {
  width: 29.5em;
  margin-top: 12.9em;
  margin-left: 19.9em;
}

.map_wohnung._1-3:hover {
  background-color: #0000;
}

.map_wohnung._2-1 {
  width: 10.1em;
  margin-top: 27.5em;
  margin-left: 54.9em;
}

.map_wohnung._2-1:hover {
  background-color: #0000;
}

.map_wohnung._2-2 {
  width: 23.6em;
  margin-top: 27.05em;
  margin-left: 63.5em;
}

.map_wohnung._2-2:hover {
  background-color: #0000;
}

.map_wohnung._2-3 {
  width: 9.8em;
  margin-top: 22.9em;
  margin-left: 54.9em;
}

.map_wohnung._2-3:hover {
  background-color: #0000;
}

.map_wohnung._2-4 {
  width: 31.4em;
  margin-top: 21.68em;
  margin-left: 63.5em;
}

.map_wohnung._2-4:hover {
  background-color: #0000;
}

.map_wohnung._2-5 {
  width: 9.8em;
  margin-top: 18.4em;
  margin-left: 54.9em;
}

.map_wohnung._2-5:hover {
  background-color: #0000;
}

.map_wohnung._2-6 {
  width: 31.4em;
  margin-top: 17.15em;
  margin-left: 63.5em;
}

.map_wohnung._2-6:hover {
  background-color: #0000;
}

.map_wohnung._2-7 {
  width: 9.8em;
  margin-top: 15em;
  margin-left: 54.9em;
}

.map_wohnung._2-7:hover {
  background-color: #0000;
}

.map_wohnung._2-8 {
  width: 31.4em;
  margin-top: 12.4em;
  margin-left: 63.5em;
}

.map_wohnung._2-8:hover {
  background-color: #0000;
}

.map_wohnung._2-9 {
  width: 30.1em;
  margin-top: 6.9em;
  margin-left: 64.4em;
}

.map_wohnung._2-9:hover {
  background-color: #0000;
}

.map_embed {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}

.bottom-bar {
  z-index: 5;
  width: 90%;
  height: 15em;
  display: none;
  position: relative;
  top: -5em;
}

.bottom-bar-div {
  width: 80%;
  height: 100%;
  display: flex;
}

.location {
  color: var(--black);
  height: 100%;
  line-height: 1.2;
}

.location-img {
  width: 20em;
  margin-left: 10em;
  display: none;
}

.page-wrapper {
  position: relative;
  overflow-x: clip;
}

.section.hide.haus {
  margin-top: 2em;
}

.container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.container.small {
  max-width: 69.5rem;
}

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

.page-padding.is-nav {
  padding-top: 1rem;
}

.page-padding.map {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.page-padding.is-about {
  padding-top: 5rem;
}

.page-padding.is-about.wohnung {
  padding-top: 1rem;
}

.page-padding.is-footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.page-padding.is-hero {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.page-padding.is-hero.remove-bottom-padding {
  padding-bottom: 0;
}

.navbar {
  z-index: 999;
  background-color: #ffffff80;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-wrapper {
  border-bottom: 1.5px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .5rem;
  display: flex;
}

.logo {
  width: 15rem;
}

.nav_link {
  color: #000;
  letter-spacing: -1px;
  padding: .5rem 1.5rem;
  font-family: Instrument Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  text-decoration-color: #83715c;
}

.nav_link:lang(de) {
  text-decoration-color: #85725e;
}

.nav_link.w--current {
  color: #a2866a;
}

.v-v_logo-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 6rem;
  display: flex;
}

.vernela-verstancla_logo {
  width: 26rem;
}

.hero-wrapper.is-home {
  background-image: url('../images/2062_Klosters_Aussen_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: static;
}

.heading-wrapper.is-hero {
  max-width: 80%;
  margin-top: 1rem;
  margin-bottom: 5rem;
}

.heading-wrapper.is-hero.wohnung {
  margin-top: 5rem;
  margin-bottom: 1rem;
}

.heading-wrapper.absolute {
  max-width: 50rem;
  padding-top: 1rem;
  padding-left: 1rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-wrapper.hide-desktop {
  display: none;
}

.heading-wrapper.hide-mobile {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-wrapper.hide-mobile.wohnungen {
  align-items: flex-start;
  display: block;
}

.hero-title-text {
  color: var(--black);
}

.hero_arrow-wrapper {
  border-bottom: 1.5px solid #000;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 2rem;
  display: flex;
}

.arrow-icon {
  width: 3.5rem;
}

.arrow-linked {
  color: var(--black);
}

.map-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1vw;
  display: flex;
}

.grid-table_wrap {
  font-size: 1rem;
}

.grid-table_heading {
  margin-bottom: 1rem;
  font-size: 3rem;
}

.grid-table {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_themes---table--border-color);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_themes---table--border-color);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_themes---table--border-color);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_themes---table--border-color);
  font-variant-numeric: tabular-nums;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  min-width: max-content;
  font-family: Instrument Sans, sans-serif;
  display: grid;
}

.grid-table.is-park {
  grid-template-columns: auto auto auto auto auto auto;
}

.grid-table_row {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_themes---table--border-color);
  white-space: nowrap;
  grid-template-columns: subgrid;
  font-weight: 400;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: grid;
}

.grid-table_row:hover, .grid-table_row.is-header {
  background-color: var(--_themes---table--header-bg);
}

.grid-table_row.is-header.wohnung {
  white-space: nowrap;
  border-bottom-width: 0;
}

.grid-table_row.is-header.wohnung:hover {
  background-color: var(--_themes---table--header-bg);
}

.grid-table_row.wohnung {
  border-bottom-width: 0;
}

.grid-table_row.wohnung:hover {
  background-color: var(--white);
}

.grid-table_cell {
  padding: .625rem 1rem;
}

.grid-table_cell.is-header {
  font-weight: 500;
}

.grid-table_cell.wohnung {
  border-bottom: 1px solid var(--_themes---table--border-color);
}

.grid-table_cell-text {
  letter-spacing: -.03em;
  font-weight: inherit;
}

.grid-table_css-codes {
  display: none;
}

.grid-table_overflow {
  max-width: 100%;
  overflow-x: auto;
}

.section_img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.matrics_card-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1.5px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.matrics_card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  display: flex;
}

.matrics_card.border_right {
  border-right: 1.5px solid #000;
}

.matric_number {
  color: var(--black);
  letter-spacing: -5px;
  font-family: Instrument Sans, sans-serif;
  font-size: 6.5rem;
  line-height: 1.1;
}

.paragraph {
  margin-top: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph.small {
  letter-spacing: -.25px;
  font-size: 1rem;
}

.paragraph.large {
  font-family: Instrument Sans, sans-serif;
  font-weight: 600;
}

.paragraph.capitals {
  text-transform: uppercase;
}

.paragraph.success {
  background-color: var(--white);
  border: 1.5px solid #000;
}

.paragraph.error {
  text-align: center;
  margin: 2em;
}

.column-wrapper {
  border-bottom: 1.5px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.column-wrapper.no-border {
  border-bottom-style: none;
}

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

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

.section-title-text.small {
  letter-spacing: -1px;
  font-size: 2.25rem;
}

.section-title-text.hide-desktop {
  display: none;
}

.section-title-text.medium {
  font-size: 3rem;
}

.column_img {
  object-fit: contain;
  width: 100%;
  height: 40em;
}

.column_img.home {
  height: auto;
}

.column_content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: grid;
}

.column_content-wrapper.no-margin {
  margin-top: 0;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--gray);
  letter-spacing: -.25px;
  justify-content: flex-start;
  align-items: center;
  font-family: Instrument Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

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

.button-arrow {
  width: 1rem;
}

.section_img-wrapper {
  position: relative;
}

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

.banner-wrapper {
  border-bottom: 1.5px solid #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.banner-wrapper.top-margin {
  border-top: 1.5px solid #000;
  margin-top: 5rem;
}

.slider {
  background-color: var(--transparent);
  height: 100%;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide {
  width: 28.75rem;
  margin-right: 1rem;
}

.slide-img {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
}

.slide-absolute {
  position: absolute;
  inset: 0%;
}

.slide-details-wrapper {
  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: flex-start;
  margin-top: 1rem;
  display: grid;
}

.details-left-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.details-right-wrapper {
  max-width: 25rem;
}

.more-details-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--gray);
  flex-flow: column;
  display: flex;
}

.footer-wrapper {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.footer-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.footer-nav-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Instrument Sans, sans-serif;
  line-height: 18px;
  display: flex;
}

.footer-nav-wrap.top-margin {
  margin-top: 1.5rem;
}

.footer-nav-wrap.top-margin.hidden {
  display: none;
}

.footer-link {
  color: var(--black);
  text-underline-offset: 2px;
  background-color: #3898ec00;
  font-family: Instrument Sans, sans-serif;
  font-weight: 400;
}

.footer-link.download {
  text-decoration: underline;
}

.footer-link.underlink {
  text-underline-offset: 2px;
  text-decoration: underline;
}

.footer-link.form-button {
  flex: 0 auto;
  text-decoration: underline;
}

.footer-logo {
  width: 100%;
}

.footer-logo-wrapper {
  color: var(--black);
  width: 100%;
  margin-top: 12rem;
}

.haus-listings {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  max-height: 60vh;
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: flex;
  overflow: scroll;
}

.div-block {
  display: flex;
}

.map-embed {
  width: 100%;
}

.footer-link-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--black);
  text-underline-offset: 2px;
  display: flex;
}

.footer-arrow {
  width: 1rem;
}

.dynamic_counter_code {
  display: none;
}

.form {
  display: flex;
}

.form-text-field-div-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  display: flex;
}

.form-text-field {
  border: 1px solid #000;
}

.form-text-field-div {
  flex: 1;
  margin-bottom: 1em;
}

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

.form-wrapper {
  margin-top: 1em;
}

.senden-button-div {
  margin-top: 2em;
  display: flex;
}

.privacy_policy-wrapper {
  border-bottom: 1.5px solid #000;
  padding-bottom: 5rem;
}

@media screen and (max-width: 991px) {
  .section.hide {
    display: none;
  }

  .logo-link {
    padding-left: 0;
  }

  .nav_link {
    padding: 1rem;
    font-size: 1rem;
  }

  .nav {
    background-color: var(--white);
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 1rem;
  }

  .menu_btn {
    padding: .75rem;
    font-size: 1.5rem;
  }

  .menu_btn.w--open {
    background-color: var(--white);
    color: var(--black);
  }

  .vernela-verstancla_logo {
    width: 20rem;
  }

  .hero-wrapper.is-home {
    height: 70vh;
  }

  .heading-wrapper.is-hero {
    max-width: 100%;
    margin-bottom: 2.5rem;
  }

  .heading-wrapper.hide-desktop {
    display: block;
  }

  .heading-wrapper.hide-desktop.padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: none;
  }

  .heading-wrapper.hide-mobile {
    display: none;
  }

  .heading-wrapper.hide-mobile.wohnungen {
    margin-top: 5em;
  }

  .hero-title-text {
    font-family: Instrument Sans, sans-serif;
    font-size: 2.75rem;
  }

  .hero_arrow-wrapper {
    padding-bottom: 1rem;
  }

  .arrow-icon {
    width: 2.5rem;
  }

  .grid-table_heading {
    font-size: 2.75rem;
  }

  .grid-table_cell {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .grid-table_cell-text {
    font-size: 1rem;
  }

  .matrics_card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-right: 0;
  }

  .matric_number {
    font-size: 5rem;
  }

  .paragraph {
    font-size: 1.125rem;
  }

  .column-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .column-wrapper.padding-less-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1rem;
  }

  .section-title-text {
    font-size: 2.75rem;
  }

  .section-title-text.right-align {
    text-align: left;
  }

  .section-title-text.small {
    font-size: 1.5rem;
  }

  .section-title-text.medium {
    font-size: 2.75rem;
  }

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

  .column_img {
    margin-bottom: 1rem;
  }

  .column_content-wrapper {
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

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

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

  .footer-content-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .footer-link {
    font-size: 1rem;
  }

  .haus-listings {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .page-padding.is-about {
    padding-top: 2rem;
  }

  .vernela-verstancla_logo {
    width: 17rem;
  }

  .hero-title-text {
    font-size: 2.25rem;
  }

  .grid-table_heading {
    letter-spacing: -2px;
    font-size: 2.25rem;
  }

  .grid-table {
    font-size: .875rem;
  }

  .matrics_card-wrapper {
    grid-template-columns: 1fr;
    margin-top: 1rem;
    padding-bottom: 0;
  }

  .matrics_card.border_right {
    border-bottom: 1px solid #000;
    border-right-style: none;
  }

  .matric_number {
    font-size: 4rem;
  }

  .section-title-text {
    letter-spacing: -2px;
    font-size: 2.25rem;
  }

  .section-title-text.small {
    font-size: 1.35rem;
  }

  .section-title-text.medium {
    font-size: 2.25rem;
  }

  .section-title-text.large {
    font-size: 3rem;
  }

  .banner-wrapper.top-margin {
    margin-top: 2.5rem;
  }

  .slide {
    width: 90%;
  }

  .slide-details-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .details-left-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .details-right-wrapper {
    max-width: 100%;
  }

  .footer-content-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-logo-wrapper {
    margin-top: 3rem;
  }

  .haus-listings {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .menu_btn {
    background-color: #fff0;
    padding: .5rem;
  }

  .vernela-verstancla_logo {
    width: 15rem;
  }

  .hero-wrapper.is-home {
    height: 90vh;
  }

  .heading-wrapper.absolute {
    padding-right: 1rem;
    display: none;
  }

  .heading-wrapper.hide-desktop.padding {
    display: block;
  }

  .hero-title-text {
    letter-spacing: -1px;
    font-size: 2rem;
  }

  .grid-table_heading {
    font-size: 2rem;
  }

  .matric_number {
    font-size: 3.5rem;
  }

  .section-title-text {
    letter-spacing: -1px;
    font-size: 2rem;
  }

  .section-title-text.hide-desktop {
    display: block;
  }

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

  .section-title-text.large {
    font-size: 2.25rem;
  }

  .column_content-wrapper, .column_content-wrapper.no-margin {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .slide-details-wrapper {
    display: flex;
  }

  .form-text-field-div-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
  }
}

#w-node-af01be72-c10d-8bcb-1320-8f62a355d0d1-e1941e68, #w-node-_54511f5c-ddfd-4179-a975-709b581d44e4-e1941e68 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-df28626f-5791-c18c-c2d3-31b92f37e90c-e1941e68 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-bc997300-9600-ce31-4945-8f00a8246d56-e1941e68 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba85de71-66a7-2c9d-ae88-78e952154271-e1941e68 {
  align-self: end;
}

#w-node-_48262782-e35c-8615-e43c-d2b055a60a5f-55a60a5f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ae67b3de-c737-e83b-2f5f-ac508bf524c0-8bf524c0, #w-node-d465139f-67ec-7559-4f90-14664a7f1890-dee25123 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

@media screen and (max-width: 991px) {
  #w-node-_61aee76c-d993-b61c-f3b1-1ec3726ad7a2-e1941e68 {
    order: -9999;
  }

  #w-node-_5e6c0074-cb3c-fa43-16fb-63e7c05973e3-e1941e68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d72c3187-9153-299d-f230-2282eb76c903-e1941e68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c6fa9cca-695e-c131-e5fb-126ae8b43875-e1941e68 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


