:root {
  --bg: #f4f4f4;
  --tan: #d6bd9a;
  --blue: #3131cc;
  --dark-slate-blue: #213b87;
}

.nav-bar {
  z-index: 5;
  border-bottom: 2px solid #eaeaea;
  align-items: center;
  padding: 20px 5%;
  display: flex;
  position: relative;
}

.header {
  align-items: center;
  width: 85%;
  margin: 0 auto;
  display: flex;
}

.header.space {
  justify-content: space-between;
  width: 90vw;
}

.header.fullwidth {
  width: 100%;
}

.logo {
  width: 8vw;
}

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

.logo.white.pointer:hover {
  color: var(--tan);
  margin-left: 10px;
}

.logo.w100 {
  width: 130px;
}

.loader {
  z-index: 99999;
  background-color: var(--bg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

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

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

.section.blue.min-h {
  min-height: 300px;
}

.section.blue.min-h.center {
  justify-content: center;
  min-height: 200px;
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.section.tan.min-h {
  min-height: 300px;
}

.section.tan.min-h.center {
  justify-content: center;
}

.section.horizontal {
  flex-direction: row;
  align-items: flex-start;
}

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

.section.horizontal.white.nopadding {
  z-index: 5;
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.z-7 {
  z-index: 7;
}

.section.z-7.nopadding {
  padding: 0 0%;
}

.section.border-b {
  border-bottom: 2px solid #eaeaea;
}

.section.border-b.p-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section.hide {
  display: none;
}

.nav-burger {
  color: var(--bg);
  cursor: pointer;
}

.nav-burger:hover {
  color: var(--tan);
}

.book-btn {
  border: 3px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  margin-left: 0;
  padding: 10px 18px;
  font-family: Averta, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.book-btn:hover {
  background-color: var(--dark-slate-blue);
  color: var(--bg);
}

.book-btn.m-tb15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.book-btn._w-40 {
  width: 40%;
  font-size: 1.3em;
}

.bg-color {
  z-index: -7;
  background-color: var(--bg);
  position: fixed;
  inset: 0%;
}

.heading1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Averta, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
}

.heading1.cormorant {
  font-family: Cormorant, sans-serif;
  font-size: 2.4em;
}

.heading1.cormorant.tan {
  color: var(--tan);
}

.heading1.cormorant.center {
  text-align: center;
  margin-bottom: 10px;
}

.heading1.m-15 {
  margin-bottom: 15px;
}

.heading2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Averta, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.heading2.cormorant {
  font-family: Cormorant, sans-serif;
}

.heading2.cormorant.white {
  color: #fff;
}

.heading2.cormorant.white.m-b5 {
  margin-bottom: 5px;
}

.heading2.cormorant.tan {
  color: var(--tan);
}

.heading2.cormorant.tan.m-b5 {
  margin-bottom: 5px;
}

.heading2.center {
  text-align: center;
  display: block;
}

.heading2.center.pointer:hover {
  color: var(--bg);
  position: relative;
  bottom: 10px;
}

.heading2.center.grey {
  color: #3333;
}

.heading2.white {
  color: var(--bg);
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.heading2.white.m-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading2.white.pointer:hover {
  color: var(--tan);
  padding-left: 10px;
}

.heading2.pointer {
  cursor: pointer;
}

.heading2.m-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading2.m-b10 {
  margin-bottom: 10px;
}

.heading2.m-b10.pointer:hover {
  color: var(--tan);
  margin-left: 10px;
}

.heading2.m-b10.pointer.hide {
  display: none;
}

.info-bar-vertical {
  z-index: 4;
  border-right: 2px solid #eaeaea;
  width: 10%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.svg1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
}

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

.svg1.white.pointer:hover {
  color: var(--tan);
  position: relative;
  bottom: 5px;
}

.svg1.pointer {
  cursor: pointer;
  display: none;
}

.svg1.black.pointer {
  color: #333;
}

.svg1.black.pointer:hover {
  color: var(--tan);
  position: relative;
  bottom: 5px;
}

.img1 {
  margin: 10px auto;
  position: relative;
}

.container {
  width: 85%;
  margin: 24px auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.container.half {
  width: 50%;
}

.container.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container.horizontal {
  align-items: center;
  display: flex;
  position: relative;
}

.container.horizontal._w-75 {
  width: 75%;
}

.container.fullwidth {
  width: 100%;
  padding-left: 0;
}

.container.fullwidth.hide {
  display: none;
}

.container.m-t20 {
  margin-top: 20px;
}

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

.bg-decor1 {
  z-index: -4;
  background-color: var(--tan);
  border-radius: 20%;
  width: 85%;
  height: 125vw;
  position: absolute;
  inset: 25vw auto auto -5%;
}

.bg-decor2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
  width: 850px;
  height: 650px;
  position: absolute;
  inset: auto auto -9% -10%;
}

.heading3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Averta, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.1em;
}

.heading3.rotate {
  transform: rotate(-90deg);
}

.heading3.cormorant {
  font-family: Cormorant, sans-serif;
}

.heading3.cormorant.m-b10 {
  margin-bottom: 10px;
}

.heading3.cormorant.m-t15 {
  margin-top: 15px;
  font-weight: 400;
}

.heading3.cormorant.m-t15.underline {
  text-decoration: underline;
}

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

.heading3.normal.m-b20 {
  margin-bottom: 20px;
}

.heading3.m-20 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading3.m-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.heading3.m-b10 {
  margin-bottom: 10px;
}

.heading3.p-b12px {
  margin-bottom: 12px;
}

.info-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 25% 0%;
}

.info-vertical.tan-text {
  color: var(--tan);
}

.info-vertical.tan-text.z2 {
  z-index: 2;
}

.info-vertical.white-text {
  color: #fff;
}

.heading4 {
  font-family: Averta, Arial, sans-serif;
  font-size: .9em;
  line-height: 1em;
}

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

.heading4.grey {
  color: #33333373;
}

.heading4.grey.m-b20 {
  margin-bottom: 20px;
}

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

.heading4.center.m-t10 {
  margin-top: 10px;
}

.footer {
  border-top: 2px solid #eaeaea;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 10px 5%;
  display: flex;
}

.nav-main-menu {
  z-index: 999;
  background-color: var(--blue);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.btn-getin {
  z-index: 5;
  background-color: var(--bg);
  outline-offset: 0px;
  cursor: pointer;
  outline: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-width: auto;
  padding: 12px 27px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 12px;
}

.horizontal {
  display: flex;
}

.columns-horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-end;
  display: flex;
}

.bookform {
  z-index: 99999;
  background-color: #d6bd9ad9;
  display: none;
  position: relative;
}

.textarea {
  width: 100%;
  max-height: 60vh;
  position: relative;
}

.form-column {
  border-right: 1px solid #f4f4f433;
  height: 75vh;
  padding-left: 20px;
  padding-right: 20px;
}

.submit-button {
  background-color: var(--dark-slate-blue);
  width: 42.4384%;
  margin-top: auto;
  font-family: Averta, Arial, sans-serif;
  font-weight: 700;
  position: absolute;
}

.svg3 {
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.svg3.pointer {
  cursor: pointer;
}

.svg3.pointer:hover {
  color: var(--bg);
}

.img_rect {
  position: relative;
}

.slider_homepage {
  z-index: 5;
  height: 85vh;
  overflow: hidden;
}

.fullwidth {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.h-500px {
  background-color: var(--bg);
  height: 450px;
}

.h-500px.flex-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 500px;
  padding-bottom: 20px;
  display: flex;
}

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

.border-r {
  border-right: 2px solid #e7e7e7;
}

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

.svg2 {
  width: 30px;
}

.svg2.pointer {
  cursor: pointer;
}

.svg0 {
  width: 50px;
}

._w-85 {
  width: 85%;
}

.m-b10 {
  margin-bottom: 10px;
}

.gallery {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.centered-container {
  text-align: center;
  flex: 1;
  max-width: 100%;
}

.gallery-grid-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

.gallery-lightbox.max-h8 {
  object-fit: cover;
  max-height: 800px;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transform: rotate(0);
}

.gallery-thumbnail.max-h800 {
  max-height: 800px;
  position: relative;
}

.form-block {
  display: none;
}

@media screen and (min-width: 1920px) {
  .nav-bar {
    z-index: 5;
    border-bottom: 2px solid #eaeaea;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: relative;
  }

  .header {
    align-items: center;
    width: 85%;
    margin: 30px auto 20px;
    display: flex;
  }

  .logo {
    width: 7vw;
  }

  .logo.w100 {
    width: 250px;
  }

  .loader {
    z-index: 9999;
    display: none;
    position: fixed;
  }

  .section {
    padding-bottom: 40px;
    padding-right: 5%;
    position: relative;
  }

  .section.blue {
    padding-bottom: 50px;
  }

  .section.border-b {
    border-bottom-width: 2px;
  }

  .book-btn {
    border: 3px solid var(--dark-slate-blue);
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .book-btn._w-40 {
    width: 40%;
  }

  .bg-color {
    z-index: -7;
    background-color: var(--bg);
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0%;
  }

  .heading1 {
    font-size: 2.5em;
    line-height: 2em;
    position: static;
  }

  .heading2 {
    font-size: 1.1vw;
  }

  .heading2.cormorant {
    font-size: 1.3vw;
  }

  .heading2.center.grey {
    font-size: 1.5vw;
  }

  .img1 {
    margin-left: 0;
  }

  .container.horizontal._w-75 {
    width: 75%;
  }

  .container.fullwidth {
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .container.nopadding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bg-decor2 {
    width: 1000px;
    height: 900px;
    bottom: -5%;
  }

  .heading3 {
    font-size: 1.3em;
  }

  .info-vertical.white-text {
    align-items: flex-end;
    width: 10%;
    left: 25px;
  }

  .bookform {
    background-color: #d6bd9ad9;
  }

  .slider_homepage {
    background-color: var(--dark-slate-blue);
    justify-content: center;
    align-items: center;
    width: 95%;
    max-height: 90vh;
    display: flex;
  }

  .image {
    width: 100%;
  }

  .fullwidth {
    justify-content: flex-end;
    align-items: center;
  }

  ._w-85 {
    width: 85%;
  }

  .gallery {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .centered-container {
    max-width: 100%;
  }

  .gallery-grid-container {
    width: 100%;
  }

  .gallery-thumbnail {
    object-fit: cover;
    overflow: visible;
  }

  .gallery-thumbnail.max-h800 {
    object-fit: cover;
    object-position: 50% 20%;
    max-height: 900px;
    overflow: hidden;
  }

  .gallery-thumbnail._w-960 {
    width: 960px;
  }
}

@media screen and (max-width: 991px) {
  .logo {
    width: 90px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 80px;
  }

  .heading1 {
    font-size: 1.7em;
  }

  .heading2 {
    font-size: 1.2em;
  }

  .info-bar-vertical {
    display: none;
  }

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

  .bg-decor2 {
    width: 300px;
    height: 300px;
  }

  .info-vertical {
    left: -25px;
  }

  .info-vertical.white-text {
    flex-direction: column;
    align-items: center;
    left: -25px;
  }

  .form-column {
    height: auto;
  }

  .img_rect {
    height: 200px;
  }

  .h-500px.flex-bottom {
    height: auto;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .icon, .icon-2 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .header.space {
    justify-content: space-between;
  }

  .logo {
    margin-left: auto;
    position: relative;
  }

  .book-btn {
    border-width: 2px;
    padding: 8px 10px;
    font-size: .9em;
  }

  .heading1 {
    font-size: 1.2em;
  }

  .heading1.cormorant {
    font-size: 1.8em;
  }

  .heading1.cormorant.center {
    font-size: 1.2em;
  }

  .heading2 {
    font-size: 1em;
  }

  .heading2.white.pointer {
    margin-bottom: 5px;
  }

  .heading2.white.pointer.m-10 {
    margin-bottom: 10px;
  }

  .svg1 {
    width: 35px;
  }

  .container.half {
    width: 100%;
  }

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

  .bg-decor1 {
    border-radius: 16%;
    width: 95%;
    height: 150vw;
    top: 10vw;
    left: -13%;
  }

  .heading3 {
    margin-bottom: 12px;
    font-size: .8rem;
  }

  .heading3.rotate {
    transform: none;
  }

  .heading3.m-20 {
    margin-bottom: 10px;
  }

  .info-vertical {
    left: -50px;
  }

  .info-vertical.tan-text.z2, .info-vertical.white-text {
    font-size: .8em;
    position: relative;
    left: 0;
  }

  .heading4.center.m-t10 {
    font-size: .75em;
  }

  .nav-main-menu {
    display: none;
  }

  .columns-horizontal {
    flex-direction: column;
  }

  .fullwidth {
    object-fit: cover;
  }

  .border-r {
    border-right-style: none;
  }

  .center {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .svg2 {
    width: 27px;
  }

  .svg2.pointer {
    width: 24px;
  }

  .svg0 {
    width: 45px;
  }

  .gallery {
    padding: 0;
  }

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

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .column {
    padding-left: 0;
  }

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

#w-node-_0c14085c-ef96-deb6-3ea5-c2cfa5d530a6-6f077878 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_713cd368-7409-5f5b-e829-e0be6bc5a709-6f077878 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-d773a4de-96c0-f76d-3632-7437bebcb235-6f077878 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_1af82f61-6b16-c5ec-e235-017d2a26805a-6f077878 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-fa40ee61-2932-ca6f-7a0b-01cfe2ce55f6-6f077878 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_92cae240-d7fa-3083-7eea-d00569215663-6f077878 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-b9774008-d69f-a090-a10b-6b5b173391d1-6f077878 {
  grid-area: span 3 / span 5 / span 3 / span 5;
}

#w-node-c8b2e028-1a28-0abd-c7aa-3f023301776d-6f077878 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_9ee463ec-20ae-9c18-75d7-3af1989f96d4-6f077878 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_5bb0ad47-1663-0478-1334-717d7bd510aa-6f077878, #w-node-_8078b99c-2448-ac73-8811-d9b45f62546d-6f077878 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_029c09fd-d805-e10c-4039-1492ec3cc48f-6f077878 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-eb473bf0-fc9a-e809-24ed-fae5ffd73f43-6f077878 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-a1ae0d3f-3912-6c40-1c21-6fe9865fee6d-54f83805 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-a1ae0d3f-3912-6c40-1c21-6fe9865fee6f-54f83805 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-a1ae0d3f-3912-6c40-1c21-6fe9865fee71-54f83805 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-a1ae0d3f-3912-6c40-1c21-6fe9865fee73-54f83805 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-a1ae0d3f-3912-6c40-1c21-6fe9865fee75-54f83805 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-a1ae0d3f-3912-6c40-1c21-6fe9865fee77-54f83805 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-a1ae0d3f-3912-6c40-1c21-6fe9865fee79-54f83805 {
  grid-area: span 3 / span 5 / span 3 / span 5;
}

#w-node-a1ae0d3f-3912-6c40-1c21-6fe9865fee7b-54f83805 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-a1ae0d3f-3912-6c40-1c21-6fe9865fee7d-54f83805 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-a1ae0d3f-3912-6c40-1c21-6fe9865fee7f-54f83805, #w-node-a1ae0d3f-3912-6c40-1c21-6fe9865fee81-54f83805 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-a1ae0d3f-3912-6c40-1c21-6fe9865fee83-54f83805 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-a1ae0d3f-3912-6c40-1c21-6fe9865fee85-54f83805 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

@media screen and (min-width: 1920px) {
  #w-node-_0c14085c-ef96-deb6-3ea5-c2cfa5d530a6-6f077878 {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-_713cd368-7409-5f5b-e829-e0be6bc5a709-6f077878 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-d773a4de-96c0-f76d-3632-7437bebcb235-6f077878 {
    grid-row: span 2 / span 2;
  }

  #w-node-a1ae0d3f-3912-6c40-1c21-6fe9865fee6d-54f83805 {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-a1ae0d3f-3912-6c40-1c21-6fe9865fee6f-54f83805 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-a1ae0d3f-3912-6c40-1c21-6fe9865fee71-54f83805 {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8078b99c-2448-ac73-8811-d9b45f62546d-6f077878 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_029c09fd-d805-e10c-4039-1492ec3cc48f-6f077878 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-eb473bf0-fc9a-e809-24ed-fae5ffd73f43-6f077878 {
    grid-column: span 5 / span 5;
  }

  #w-node-a1ae0d3f-3912-6c40-1c21-6fe9865fee81-54f83805 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-a1ae0d3f-3912-6c40-1c21-6fe9865fee83-54f83805 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-a1ae0d3f-3912-6c40-1c21-6fe9865fee85-54f83805 {
    grid-column: span 5 / span 5;
  }
}


@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/cormorant.bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}