:root {
  --background--primary: #ececec;
  --labels--primary: #0d261f;
  --labels--black: #000;
  --labels--secondary: #788481;
  --separators--transparent: #7a7a7a26;
  --color--primary: #00a075;
  --background--secondary: #e6e6e6;
  --color--primaryaccent: #00a0751a;
}

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

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

@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 {
  background-color: var(--background--primary);
  color: var(--labels--primary);
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 32px;
}

li {
  margin-bottom: 4px;
}

strong {
  font-weight: bold;
}

em {
  color: var(--labels--secondary);
  font-size: 16px;
  font-style: italic;
}

.navbar {
  background-color: #ddd0;
  padding-left: 12px;
  padding-right: 12px;
  position: fixed;
  inset: 0% 0% auto;
}

.logotext {
  color: var(--labels--primary);
  margin-left: 12px;
  margin-right: 12px;
  font-family: Noto Serif, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.navigationcontainer {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  outline-color: var(--separators--transparent);
  outline-offset: -1px;
  background-color: #d9d9d9bf;
  border-radius: 8px;
  outline-width: 1px;
  outline-style: solid;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  height: 100%;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  display: flex;
}

.navigationmenu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.navigationlink {
  color: var(--labels--primary);
  text-decoration: none;
}

.buttonprimary {
  background-color: var(--color--primary);
  color: var(--background--primary);
  text-align: center;
  border-radius: 4px;
  padding: 12px 24px;
  font-family: Noto Sans Display, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.buttonprimary.w--current {
  opacity: .5;
  color: var(--labels--secondary);
  text-align: center;
  background-color: #323a441a;
}

.buttonprimary.color {
  background-color: var(--color--primary);
}

.container {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

._112emphasized {
  color: var(--labels--primary);
  text-align: center;
  letter-spacing: -.25rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans Display, sans-serif;
  font-size: 12vw;
  font-weight: 900;
  line-height: 110%;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.first {
  padding-top: 148px;
}

.section.secondary {
  border-top: 1px solid var(--separators--transparent);
  border-bottom: 1px solid var(--separators--transparent);
  background-image: linear-gradient(to bottom, var(--background--secondary), var(--background--secondary));
}

._88emphasized {
  color: var(--labels--primary);
  letter-spacing: -.15rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans Display, sans-serif;
  font-size: 88px;
  font-weight: 900;
  line-height: 110%;
}

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

._26regular {
  font-size: 26px;
  font-weight: 400;
  line-height: 135%;
}

._22semi {
  letter-spacing: -.05rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 135%;
}

._52emphasized {
  color: var(--labels--primary);
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans Display, sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 110%;
}

.brand {
  flex: 1;
  align-self: center;
}

.navigationrightwrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.buttonsecondary {
  color: var(--labels--primary);
  text-align: center;
  background-color: #323a4400;
  border: 1px solid #323a44;
  border-radius: 4px;
  padding: 12px 24px;
  font-family: Noto Sans Display, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.gallerygrid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._36emphasized {
  color: var(--labels--primary);
  letter-spacing: -.05rem;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans Display, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 110%;
}

.buttonsflex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  color: var(--labels--secondary);
  flex-flow: column;
  padding-top: 80px;
  padding-bottom: 20px;
  display: flex;
}

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

.footergridcell {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._12emphasized {
  font-size: 12px;
  font-weight: 700;
  line-height: 135%;
}

._12regular {
  font-size: 12px;
  line-height: 135%;
}

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

._12regular.centered.secondary, ._12regular.secondary {
  color: var(--labels--secondary);
}

.conversionimagecard {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--separators--transparent);
  background-color: var(--background--primary);
  color: var(--labels--secondary);
  border-radius: 2px;
  flex-flow: column;
  padding: 16px 16px 24px;
  text-decoration: none;
  transition: opacity .1s ease-in-out;
  display: flex;
}

.conversionimagecard:hover {
  opacity: .75;
}

.carouselimage {
  aspect-ratio: 4 / 5;
  outline-color: var(--separators--transparent);
  outline-offset: -1px;
  object-fit: cover;
  border-radius: 2px;
  outline-width: 1px;
  outline-style: solid;
  flex: 1;
}

.galleryimage {
  aspect-ratio: 5 / 4;
  outline-color: var(--separators--transparent);
  outline-offset: -1px;
  object-fit: cover;
  border-radius: 2px;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
}

.galleryimage.portrait {
  aspect-ratio: 4 / 5;
}

.bloghomewrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blogpreviewsmall {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background--secondary);
  outline-color: var(--separators--transparent);
  outline-offset: -1px;
  border-radius: 2px;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  height: 100%;
  padding: 8px 8px 20px;
  text-decoration: none;
  display: flex;
}

._18emphasized {
  color: var(--labels--primary);
  letter-spacing: -.02rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans Display, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 110%;
}

._18emphasized.color {
  color: #fff;
}

._18regular {
  color: var(--labels--primary);
  letter-spacing: -.02rem;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
}

._18regular.secondary {
  color: var(--labels--secondary);
}

._18regular.color {
  color: #00aa7d;
  -webkit-text-stroke-color: var(--color--primary);
}

.blogpreviewimagesmall {
  aspect-ratio: 3 / 2;
  outline-color: var(--separators--transparent);
  outline-offset: -1px;
  object-fit: cover;
  border-radius: 2px;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
}

.endgallerygrid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.galleryrowimage {
  aspect-ratio: 4 / 5;
  background-color: var(--separators--transparent);
  outline-color: var(--separators--transparent);
  outline-offset: -1px;
  object-fit: cover;
  border-radius: 2px;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
}

.conversiongallerywrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.reservationgallerygrid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.reservationimage {
  aspect-ratio: 1;
  border: 1px solid var(--separators--transparent);
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

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

.scrollwrap {
  position: relative;
}

.line {
  background-color: var(--separators--transparent);
  width: 100%;
  height: 1px;
}

.row16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
}

.row16.aligntopmin {
  justify-content: space-between;
  align-items: flex-start;
}

.column20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.column40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.row4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  display: flex;
}

._14regularitalic {
  font-style: italic;
  font-weight: 400;
  line-height: 135%;
}

._14regular {
  font-size: 14px;
  line-height: 135%;
}

._14regular.secondary {
  color: var(--labels--secondary);
}

.column12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.row40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pricingcard {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--separators--transparent);
  background-image: linear-gradient(#fff6, #fff6);
  border-radius: 8px;
  flex-flow: column;
  padding: 12px;
  display: flex;
  box-shadow: 0 15px 20px #0000001a;
}

.pricingcard.outlined {
  box-shadow: none;
  background-image: none;
}

._20regular {
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
}

._20regular.color {
  color: #00aa7d;
}

.column4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.column8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.column8.alignleftmin {
  justify-content: flex-start;
  align-items: flex-start;
}

.column80 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.blogtile {
  grid-column-gap: 12px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blogtile.featured {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blogtileimage {
  outline-color: var(--separators--transparent);
  outline-offset: -1px;
  object-fit: cover;
  border-radius: 4px;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
}

.blogtileimage.thumbnail {
  aspect-ratio: 1;
}

.bloggrid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.bloglink {
  width: 100%;
  text-decoration: none;
}

.footerlink {
  color: var(--labels--secondary);
  text-decoration: none;
}

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

.mobilecalendar {
  display: none;
}

.heroscrollwrap-v2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

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

.herodiv.second {
  margin-top: -50vh;
}

.padding-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.scrollanimation {
  height: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.rive {
  width: 2px;
  height: 40px;
}

.rive-2 {
  height: 40px;
}

.riveline {
  width: 20px;
  height: 60px;
}

.absolutescrolldiv {
  z-index: 1;
  color: var(--labels--secondary);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.navwrap {
  flex-flow: row;
  display: flex;
}

.navigationhamburgerlink, .menu {
  display: none;
}

.bodywrap {
  flex-flow: column;
  display: flex;
}

.strikethrough {
  color: #828d8a;
  -webkit-text-stroke-color: #828d8a;
  text-decoration: line-through;
}

.stickywrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  inset: 92px;
}

.offerbadge {
  background-color: var(--color--primaryaccent);
  border-radius: 100px;
  padding: 4px 12px;
}

.offerbadge.absolute {
  -webkit-backdrop-filter: brightness(200%) blur(6px);
  backdrop-filter: brightness(200%) blur(6px);
  position: absolute;
  inset: auto 4% -19% auto;
}

.offerbadge.tilt {
  transform: none;
}

.row8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.expandwrap {
  border: 1px solid var(--separators--transparent);
  background-color: var(--background--secondary);
  cursor: pointer;
  border-radius: 12px;
  width: 100%;
  padding: 12px 12px 0 16px;
  overflow: hidden;
}

.iconwrap {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

._16emphasized {
  font-size: 16px;
  line-height: 135%;
}

.expanderheading {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .offerbadge {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 4px;
    padding-right: 4px;
  }

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

  .navigationcontainer {
    margin-top: 4px;
    padding: 6px;
  }

  .navigationmenu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .buttonprimary {
    font-size: 16px;
  }

  ._112emphasized {
    font-size: 70px;
  }

  .section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section.first {
    padding-top: 100px;
  }

  ._88emphasized {
    font-size: 56px;
  }

  ._26regular, ._22semi {
    font-size: 18px;
  }

  ._52emphasized {
    font-size: 44px;
  }

  .brand.w--current {
    padding-left: 12px;
  }

  .buttonsecondary {
    font-size: 16px;
  }

  .footer {
    padding-left: 8px;
    padding-right: 8px;
  }

  ._12regular.secondary {
    font-size: 10px;
  }

  .conversionimagecard {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 8px 8px 16px;
  }

  ._18emphasized, ._18regular {
    font-size: 14px;
  }

  ._14regularitalic {
    font-size: 10px;
  }

  ._14regular {
    font-size: 12px;
  }

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

@media screen and (max-width: 479px) {
  .navbar {
    z-index: 10;
  }

  .navigationcontainer {
    justify-content: space-between;
    align-items: stretch;
    padding-right: 12px;
  }

  .navigationmenu {
    flex-flow: row;
    flex: 0 auto;
    display: none;
  }

  ._112emphasized {
    font-size: 60px;
  }

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

  ._88emphasized.centered {
    font-size: 48px;
  }

  ._26regular {
    font-size: 22px;
  }

  ._52emphasized {
    font-size: 36px;
  }

  .brand.w--current {
    flex: 1;
  }

  .navigationrightwrap {
    display: none;
  }

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

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

  ._18emphasized, ._18regular {
    font-size: 16px;
  }

  .endgallerygrid, .conversiongallerywrap {
    grid-template-columns: 1fr;
  }

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

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

  ._14regularitalic {
    font-size: 12px;
  }

  .row40 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pricingcard {
    position: static;
  }

  .column80 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blogtile {
    grid-template-columns: 3fr 1fr 1fr;
    width: 100%;
  }

  .blogtile.featured {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 2fr;
  }

  .mobilecalendar {
    width: 100%;
    display: block;
  }

  .calendar {
    width: 100%;
    display: none;
  }

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

  .navigationhamburgerlink {
    display: block;
  }

  .navigationhamburgerlink.close {
    padding: 10px 16px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu {
    z-index: 11;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--background--primary);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 16px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .menulogopadding {
    padding-top: 16px;
    padding-left: 10px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .menulink {
    padding: 8px 16px;
    text-decoration: none;
  }

  .menulink.offer {
    color: var(--color--primary);
  }

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

#w-node-_1df3d677-a80b-b235-214f-f0c27921b9dd-24438b85 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_1df3d677-a80b-b235-214f-f0c27921b9de-24438b85, #w-node-_1df3d677-a80b-b235-214f-f0c27921b9df-24438b85 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1df3d677-a80b-b235-214f-f0c27921b9e0-24438b85 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1df3d677-a80b-b235-214f-f0c27921b9e1-24438b85 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_1df3d677-a80b-b235-214f-f0c27921b9e2-24438b85 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1df3d677-a80b-b235-214f-f0c27921b9e3-24438b85, #w-node-_1df3d677-a80b-b235-214f-f0c27921b9e4-24438b85 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c67a1d93-727f-2719-9c67-d052076ed999-24438b85 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_1df3d677-a80b-b235-214f-f0c27921b9e5-24438b85, #w-node-_1df3d677-a80b-b235-214f-f0c27921b9e6-24438b85, #w-node-_1df3d677-a80b-b235-214f-f0c27921b9e7-24438b85 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1df3d677-a80b-b235-214f-f0c27921b9e8-24438b85 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_1df3d677-a80b-b235-214f-f0c27921b9e9-24438b85, #w-node-_1df3d677-a80b-b235-214f-f0c27921b9ea-24438b85, #w-node-_1df3d677-a80b-b235-214f-f0c27921b9eb-24438b85, #w-node-_1df3d677-a80b-b235-214f-f0c27921b9ec-24438b85, #w-node-_1df3d677-a80b-b235-214f-f0c27921b9ed-24438b85 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1df3d677-a80b-b235-214f-f0c27921b9ee-24438b85, #w-node-_1df3d677-a80b-b235-214f-f0c27921b9ef-24438b85 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1df3d677-a80b-b235-214f-f0c27921b9f0-24438b85, #w-node-_1df3d677-a80b-b235-214f-f0c27921b9f1-24438b85, #w-node-_1df3d677-a80b-b235-214f-f0c27921b9f2-24438b85 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1df3d677-a80b-b235-214f-f0c27921b9f3-24438b85 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ada3f2f4-fd8f-fbfc-6407-5bba9bbdae08-005b46f7 {
  grid-area: 1 / 2 / 12 / 3;
}

#w-node-f32fbbd1-96e6-1e89-a80d-86d4af199c5c-005b46f7, #w-node-a8b3031a-8748-6dbd-9543-173b6475f7cf-6475f7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98284d7d-e367-b5da-90e4-fb643ff693da-3ff693da {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1d814114-9d64-bc0e-74d1-72845f74aa73-d1047de4, #w-node-eaee967b-8830-5df0-512c-d7be27726867-27726867 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-ada3f2f4-fd8f-fbfc-6407-5bba9bbdae08-005b46f7 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f474acb3-e129-455d-c04c-a4341d000191-9db55493, #w-node-_30137885-8457-cb48-6601-c2e4d1047de6-d1047de4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


