:root {
  --transparent-black: rgba(0, 0, 0, .12);
  --transparent-black-2: rgba(0, 0, 0, .12);
  --dark-cyan: #00b874;
  --teal: #0050b8;
  --dark-green: #184043;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@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: #333;
  background-color: #f5f5f5;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0 0 18px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 43px;
  font-weight: 500;
  line-height: 47px;
}

h2 {
  margin: 30px 0 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 31px;
}

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

h4 {
  margin: 10px 0 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin: 5px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto Slab, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  padding: 10px 23px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .25s;
  display: inline-block;
}

.button:hover, .button.blue {
  background-color: #0050b8;
}

.button.blue:hover {
  background-color: #000;
}

.tagline {
  margin-bottom: 4px;
  font-family: Roboto Slab, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.all-content {
  flex-direction: column;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.logo {
  border: 8px rgba(255, 255, 255, .38);
  margin-top: 0;
  margin-bottom: 31px;
  padding: 21px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 78px;
  font-weight: 500;
  line-height: 60px;
  display: inline-block;
}

.big-tagline {
  margin-bottom: 68px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 54px;
}

.byline {
  color: rgba(255, 255, 255, .74);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.footer-wrapper {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .34);
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-nav-link {
  width: 25%;
  height: 58px;
  float: left;
  opacity: .8;
  border-right: 1px solid rgba(255, 255, 255, .34);
  padding-top: 17px;
  text-decoration: none;
  transition: opacity .25s, background-color .25s;
  display: block;
}

.footer-nav-link:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, .09);
}

.subscribe {
  color: #fff;
  text-transform: uppercase;
  margin-top: 3px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.main-column {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}

.main-column.header {
  width: 100%;
  height: 20rem;
  max-width: none;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, .64);
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/gluten-toast.jpeg');
  background-position: 0 0, 91%;
  background-size: auto, cover;
  flex-direction: column;
  align-items: stretch;
  padding-top: 140px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
  box-shadow: inset -3px 0 rgba(0, 0, 0, .28);
}

.main-column.content {
  width: 100%;
  max-width: none;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  overflow: visible;
  box-shadow: inset -1px 0 rgba(0, 0, 0, .12);
}

.main-column.travel {
  width: 100%;
  height: 20rem;
  max-width: none;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, .64);
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/P3.jpg');
  background-position: 0 0, 91%;
  background-size: auto, cover;
  flex-direction: column;
  align-items: stretch;
  padding-top: 140px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
  box-shadow: inset -3px 0 rgba(0, 0, 0, .28);
}

.main-column.dining {
  width: 100%;
  height: 20rem;
  max-width: none;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, .64);
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/gluten-toast.jpeg');
  background-position: 0 0, 91%;
  background-size: auto, cover;
  flex-direction: column;
  align-items: stretch;
  padding-top: 140px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
  box-shadow: inset -3px 0 rgba(0, 0, 0, .28);
}

.main-column.reviews {
  width: 100%;
  height: 20rem;
  max-width: none;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, .64);
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/IMG_20220705_190346.jpg');
  background-position: 0 0, 91%;
  background-size: auto, cover;
  flex-direction: column;
  align-items: stretch;
  padding-top: 140px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
  box-shadow: inset -3px 0 rgba(0, 0, 0, .28);
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px rgba(0, 0, 0, .12), inset -1px 0 rgba(0, 0, 0, .12);
}

.nav-menu {
  float: left;
}

.nav-link {
  color: #184043;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 19px 22px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
  box-shadow: inset -1px 0 rgba(0, 0, 0, .12), 0 -1px rgba(0, 0, 0, 0);
}

.nav-link:hover {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset -1px 0 rgba(0, 0, 0, .12), 0 1px #000;
}

.nav-link.w--current {
  color: #fff;
  background-color: #184043;
  box-shadow: inset -1px 0 rgba(0, 0, 0, .12), 0 1px #02cf46;
}

.nav-link.w--current:hover {
  color: #184043;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #184043;
}

.nav-link.page {
  padding-left: 28px;
  padding-right: 28px;
}

.nav-link.coming-soon {
  display: none;
}

.article {
  z-index: 3;
  max-height: 30vh;
  color: #000;
  padding: 40px 40px 40px 20px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: block;
  position: relative;
  box-shadow: 0 1px rgba(0, 0, 0, .12);
}

.article:hover {
  color: #0050b8;
  background-color: #fcfcfc;
}

.article.suggested {
  width: 100%;
  float: left;
  box-shadow: none;
  border-top: 1px solid rgba(0, 0, 0, .09);
  border-left: 1px solid rgba(0, 0, 0, .09);
  border-right: 1px solid rgba(0, 0, 0, .09);
  padding: 22px;
}

.article.suggested.last {
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.image-wrapper {
  width: 30%;
  float: left;
  text-align: center;
  object-fit: cover;
  padding-right: 10px;
}

.article-text-wrapper {
  width: 70%;
  float: left;
  padding-top: 0;
  padding-left: 10px;
}

.arrow {
  float: right;
  margin-top: 0;
  font-size: 23px;
}

.article-info-wrapper {
  margin-top: 13px;
  display: none;
}

.article-info-text {
  color: rgba(0, 0, 0, .34);
  margin-right: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 10px;
  display: inline-block;
}

.article-info-text.tag {
  text-transform: none;
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 30px;
  padding: 4px 7px;
  display: inline-block;
}

.pagination-nav {
  z-index: 1;
  background-color: #fff;
  display: none;
  position: relative;
  box-shadow: 0 1px rgba(0, 0, 0, .12);
}

.form-wrapper {
  margin-top: 29px;
}

.field {
  height: 53px;
  color: #0050b8;
  background-color: rgba(0, 0, 0, .04);
  margin-bottom: 17px;
  padding: 15px 14px;
  font-size: 16px;
  font-weight: 300;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0);
}

.field:focus {
  border: 1px solid #0050b8;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0), 0 0 6px rgba(0, 0, 0, 0);
}

.field.big {
  height: 150px;
}

.field.first {
  width: 48%;
  float: left;
  margin-right: 3%;
}

.field.last {
  width: 49%;
  float: left;
}

.field.email {
  clear: both;
}

.success-message {
  color: #0050b8;
  background-color: rgba(0, 80, 184, .11);
  border: 1px solid rgba(0, 80, 184, .22);
  padding: 22px;
}

.success-message.on-dark {
  background-color: #fff;
  border-color: #000;
}

.section {
  padding: 40px;
  box-shadow: inset 0 -1px rgba(0, 0, 0, .12);
}

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

.social-link {
  opacity: .23;
  margin-right: 14px;
  transition: opacity .25s;
}

.social-link:hover {
  opacity: 1;
}

.thumbnail {
  width: 175px;
  height: 8rem;
  max-height: none;
  background-color: #fcfcfc;
  border: 1px solid rgba(0, 0, 0, .09);
  margin-right: 10px;
  padding: 4px;
}

.header-image {
  height: 470px;
  background-image: url('../images/IMG_20220705_192736_Bokeh.jpg');
  background-position: 50% 0;
  background-size: cover;
  margin-top: 57px;
  padding-top: 49px;
  position: relative;
}

.content-section {
  z-index: 10;
  background-color: #fff;
  padding-top: 47px;
  padding-bottom: 47px;
  position: relative;
  box-shadow: 0 -1px rgba(0, 0, 0, .07);
}

.content-section.footer {
  text-align: center;
}

.hollow-button {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .19);
  border: 3px solid #fff;
  padding: 7px 15px;
  font-family: Roboto Condensed, sans-serif;
  text-decoration: none;
  transition: border-color .25s;
  display: inline-block;
}

.hollow-button:hover {
  border-color: #0050b8;
}

.author-image {
  border: 7px solid #fff;
  margin: -70px auto 18px;
  display: block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
}

.author-column {
  text-align: center;
  padding-left: 40px;
  padding-right: 63px;
}

.subscribe-section {
  color: #fff;
  text-align: center;
  background-color: #b8c6cc;
  background-image: url('../images/waterfall.jpg');
  background-position: 0;
  padding-top: 52px;
  padding-bottom: 52px;
  display: none;
  box-shadow: inset 0 1px rgba(0, 0, 0, .12);
}

.about-text {
  margin-bottom: 26px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: none;
}

.sign-up-field {
  width: 80%;
  height: 57px;
  float: left;
  background-color: #fff;
  border: 0 solid #000;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: box-shadow .25s;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0);
}

.sign-up-field:focus {
  box-shadow: inset 0 0 rgba(0, 0, 0, 0), inset 0 0 0 2px #0050b8;
}

.sign-up-button {
  width: 20%;
  height: 57px;
  text-transform: uppercase;
  background-color: #0050b8;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  transition: background-color .25s;
}

.sign-up-button:hover {
  background-color: rgba(0, 80, 184, .72);
}

.author-social-links {
  border-top: 1px solid rgba(0, 0, 0, .09);
  margin-top: 32px;
  padding-top: 32px;
}

.author-connect {
  color: #c2c2c2;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 12px;
}

.subtitle {
  border-bottom: 1px solid rgba(0, 0, 0, .09);
  margin-bottom: 24px;
  padding-bottom: 31px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.article-heading {
  margin-bottom: 18px;
  font-size: 43px;
  font-weight: 700;
  line-height: 47px;
}

.images {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 17px;
}

.quote {
  border-left: 3px solid rgba(0, 0, 0, .09);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 37px;
  font-size: 26px;
  font-weight: 300;
  line-height: 31px;
}

.credits {
  color: rgba(255, 255, 255, .61);
  text-shadow: 0 1px rgba(0, 0, 0, .12), 1px 1px 3px rgba(0, 0, 0, .11);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  position: absolute;
  top: 35px;
  right: 44px;
}

.big-image {
  border: 6px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
}

.image-text {
  color: #b8b8b8;
  text-align: left;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 300;
}

.share-article-wrapper {
  border-top: 3px solid rgba(0, 0, 0, .09);
  margin-top: 42px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.share-btn {
  width: 56px;
  float: left;
  margin-right: 14px;
  display: block;
}

.share-btn.facebook {
  width: 49px;
}

.alternative-h2 {
  margin-top: 0;
  font-weight: 300;
}

.alternative-h2.suggestions {
  text-align: center;
  margin-bottom: 36px;
}

.footer-link {
  color: #a6a6a6;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  margin-left: 9px;
  margin-right: 9px;
  font-family: Roboto Condensed, sans-serif;
  text-decoration: none;
  transition: color .25s, border-color .25s;
}

.footer-link:hover {
  border-bottom: 2px solid #c7c7c7;
}

.footer-link.proof {
  border: 2px solid rgba(0, 0, 0, .12);
  padding: 7px 8px;
}

.footer-link.proof:hover {
  color: #0050b8;
  border-color: #0050b8;
}

.thumbnail-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.header-container {
  padding-top: 345px;
}

.menu-wrapper {
  display: none;
}

.content-section-copy {
  z-index: 10;
  background-color: #fff;
  padding-top: 47px;
  padding-bottom: 47px;
  position: relative;
  box-shadow: 0 -1px rgba(0, 0, 0, .07);
}

.content-section-copy.footer {
  text-align: center;
}

.footer-section {
  z-index: 10;
  background-color: #fff;
  padding-top: 47px;
  padding-bottom: 47px;
  position: relative;
  box-shadow: 0 -1px rgba(0, 0, 0, .07);
}

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

.heading, .paragraph, .paragraph-2, .paragraph-3, .bold-text {
  font-family: Montserrat, sans-serif;
}

.rich-text-block {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.paragraph-4, .bold-text-2, .paragraph-5 {
  font-family: Montserrat, sans-serif;
}

.overflow-hidden {
  overflow: hidden;
}

.navbar_menu-button {
  z-index: 999;
  width: 3rem;
  height: 3rem;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  cursor: pointer;
  background-color: #d6d6d6;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .375rem .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

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

.cs-img_wrapper {
  width: 100%;
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}

.footer_navigation-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_social-list {
  width: 55%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-32 {
  float: left;
  object-fit: none;
  margin-top: 15px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.heading-32.text-color-gray300, .heading-32.text-color-graytrue300 {
  font-family: Montserrat, sans-serif;
}

.button-text-3 {
  color: #fff;
  letter-spacing: -.02em;
}

.button-icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.button-icon.is-bottom {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.navbar_container {
  width: 100%;
  -webkit-backdrop-filter: blur(5rem);
  backdrop-filter: blur(5rem);
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.footer_contact-wrpper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 2rem;
  display: flex;
}

.footer_contact-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.footer1_left-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

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

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.div-block-111 {
  display: block;
}

.portfolio-gallery_image-waterfall {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer_nav-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.navbar_right-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: rgba(255, 255, 255, .03);
  border: 1px #696969;
  border-radius: 10px;
  align-items: center;
  padding: .375rem;
  display: flex;
}

.footer_navlink {
  color: #ff5330;
  letter-spacing: -.035rem;
  text-transform: uppercase;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.1;
}

.navbar_menu-dropdown {
  flex-direction: column;
  align-items: flex-end;
  margin-left: .625rem;
  display: flex;
  position: relative;
}

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

.padding-horizontal.padding-small {
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.text-span-5 {
  color: #ff5330;
}

.navbar_menu-grid {
  width: 100%;
  min-width: 25rem;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

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

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

.navbar_toggle {
  z-index: 100;
  width: 3rem;
  height: 3rem;
  border: 1px solid #a3a3a3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.navbar_toggle:hover {
  background-color: #ff5330;
}

.padding-section-large-conclusion {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 2rem;
  display: flex;
}

.pali-layout-2 {
  align-content: center;
  justify-items: stretch;
  display: block;
}

.text-condensed-normal {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.footer_second-wrapper-top {
  justify-content: space-between;
  display: flex;
}

.menu-overlay {
  z-index: 5;
  cursor: pointer;
  background-color: rgba(12, 14, 6, .75);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portfolio-gallery_lightbox-link {
  width: 100%;
  height: 100%;
  display: block;
}

.portfolio-gallery_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer_second-wrapper {
  width: 50%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.padding-global-9 {
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.navbar-2 {
  z-index: 9999;
  width: 100%;
  height: 6rem;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar_menu-2 {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.cs-hero-2 {
  display: block;
}

.button-text {
  padding-bottom: 4px;
  display: block;
}

.button-text.is-bottom {
  display: none;
  position: absolute;
  bottom: -100%;
}

.line-divider-2 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
}

.footer_legal-paragraph {
  color: #525252;
  font-size: .825rem;
}

.cs-hero_component {
  z-index: 10;
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.cs-hero_component.starwood {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.navbar_right-inner-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
  position: relative;
}

.navbar_base {
  z-index: 10;
  height: 6rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_base.is-left {
  z-index: 100;
  position: relative;
}

.navbar_menu-line-middle {
  width: 100%;
  height: 1.5px;
  background-color: #292929;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.navbar_logo-wrapper.is-desktop, .navbar_logo-wrapper.is-mobile {
  display: none;
}

.navbar_menu-line-bottom {
  width: 100%;
  height: 1.5px;
  background-color: #292929;
}

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

.padding-vertical.padding-xxlarge {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.footer-3 {
  background-color: #000;
  border-top: 1px solid #333;
  display: none;
}

.footer_component {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.social-lottie-animation {
  width: 2rem;
  height: 2rem;
}

.social-lottie-animation.is-3 {
  width: 1.75rem;
  height: 1.75rem;
}

.social-lottie-animation.is-2 {
  width: 2.5rem;
  height: 2.5rem;
  padding-bottom: .25rem;
}

.footer1_credit-text {
  padding-bottom: 0;
  font-size: .875rem;
}

.portfolio-gallery_image-2 {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portfolio-gallery_image-2.diamond {
  object-fit: cover;
}

.portfolio-gallery_image-2.lowercanyon {
  object-fit: cover;
  display: inline-block;
}

.padding-section-large-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.padding-section-large {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 2rem;
  display: flex;
}

.navbar_link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: .02rem;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-right: 1px #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.navbar_link.w--current {
  color: #ff5330;
}

.transition_bottom-tab {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ff5330;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cs-std-text_component-ccb-mobile {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: none;
}

.cs-hero_h1 {
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
}

.heading-style-h3 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h3.starwood {
  font-size: 2rem;
  line-height: 1.5;
}

.portfolio-gallery_row-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: minmax(auto, auto) auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
  margin-bottom: 20px;
}

.navbar_component {
  width: 100%;
  height: 0;
  justify-content: space-between;
  display: flex;
  position: static;
}

.footer1_link {
  color: #ff5330;
  text-transform: uppercase;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.3755rem;
  font-weight: 300;
  text-decoration: none;
}

.navbar_menu {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.padding-section-large-8 {
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
}

.footer_right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: right;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer_logo-wrapper {
  margin-bottom: 3rem;
}

.portfolio-gallery_image-wrapper-2-2-copy-copy {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

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

.margin-bottom.margin-small {
  margin-bottom: 0;
  padding-bottom: 10px;
  display: block;
}

.cs-img-2 {
  margin-bottom: 0;
}

.transition-trigger {
  display: none;
}

.transition_top-tab {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: end;
  align-items: start;
  justify-items: end;
  padding-top: 40px;
}

.footer1_top-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 1rem;
  grid-template-rows: minmax(auto, .5fr);
  grid-template-columns: .75fr 1fr;
  align-content: stretch;
  align-items: start;
  padding-top: 0;
}

.footer_first-wrapper {
  width: 34%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.navbar_right-wrapper-2 {
  z-index: 99999;
  align-items: center;
  display: none;
  position: relative;
  overflow: hidden;
}

.navbar_menu-line {
  width: 100%;
  height: 1px;
  background-color: #c33f40;
}

.navbar_menu-line.tan-line {
  background-color: #fff;
}

.cs-hero_visual-outer-wrapper {
  padding-top: 52.5%;
  position: relative;
  overflow: hidden;
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.navbar_menu-base {
  z-index: 5;
  background-color: #000;
  border-radius: .625rem;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-color-graytrue400 {
  color: #a3a3a3;
}

.cs-hero_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.navbar_menu-line-top {
  width: 100%;
  height: 1.5px;
  background-color: #292929;
}

.padding-section-xxlarge {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.navbar_toggle-spacer {
  height: .325rem;
}

.clip {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 1px;
  display: block;
  position: relative;
  overflow: hidden;
}

.heading-30 {
  float: left;
  object-fit: none;
  margin-top: 15px;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.heading-30.text-color-graytrue300 {
  font-family: Montserrat, sans-serif;
}

.portfolio-gallery_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.portfolio-gallery_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.heading-33 {
  color: #333;
  font-family: Montserrat, sans-serif;
}

.heading-33.waimea {
  margin-top: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.cs-std-text_component {
  grid-column-gap: 5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.text-size-large.text-color-graytrue300 {
  font-family: Montserrat, sans-serif;
  line-height: 2rem;
}

.text-size-large.text-color-graytrue300.waimea {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.portfolio-gallery_image-wrapper-2 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.cs-img {
  margin-bottom: 60px;
}

.footer_orange-link {
  color: #ff5330;
}

.footer_nav-link {
  font-size: 1.25rem;
  display: inline-block;
}

.cs-hero_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portfolio-gallery_lightbox-link-pali4 {
  width: 100%;
  height: 100%;
  display: none;
}

.footer_logo-section-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.disclaimer {
  text-transform: none;
}

.disclaimer.text-color-graytrue500 {
  color: #ff5330;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: .9rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-logo-image {
  width: 15rem;
}

.padding-section-large-copy {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 2rem;
  display: flex;
}

.text-color-graytrue100 {
  color: #f5f5f5;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: none;
}

.footer_second-wrapper-bootmo {
  margin-top: 2rem;
}

.cs-hero_top-wrapper {
  width: 80%;
}

.cs-hero_image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer_contact-title {
  font-size: 2.25rem;
}

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

.padding-bottom.padding-xxlarge {
  padding-bottom: 1rem;
}

.button-2 {
  min-height: 2.1rem;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ff5330;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.75rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar_button {
  z-index: 100;
  height: 3rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  border: 1px solid #ff5330;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cs-std-text_component-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.transition {
  z-index: 2147483647;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-12 {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.navbar_logo-word-image {
  height: 1.5rem;
  padding-top: 1px;
  padding-bottom: 1px;
}

.navbar_logo-word-image.is-1 {
  width: auto;
  height: 5rem;
}

.heading-34 {
  color: #333;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-34.waimea {
  padding-top: 0;
}

.padding-global-8 {
  padding-left: 5%;
  padding-right: 5%;
}

.cs-img_coconutbay {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 0% 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cs-std-text_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.cs-img_img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 0% 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer_h1 {
  transform-origin: 0 100%;
  color: #fff;
  font-size: 4rem;
}

.cs-std-text_component-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.navbar_menu-dropdown-list.w--open {
  background-color: rgba(221, 221, 221, 0);
  margin-top: -1rem;
  margin-right: -1rem;
  position: absolute;
  bottom: auto;
}

.footer_legal-wrapper {
  overflow: hidden;
}

.footer1_social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.text-size-xlarge {
  font-size: 2rem;
  font-weight: 500;
}

.text-size-xlarge.text-color-graytrue300 {
  line-height: 2.2rem;
}

.text-size-xlarge.text-color-graytrue300.canyon {
  font-family: Roboto Slab, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.text-size-xlarge.text-color-graytrue300.waimea {
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.navbar_logo-word-wrapper {
  position: relative;
  overflow: hidden;
}

.navbar_logo-word-wrapper.is-1 {
  padding-right: .625rem;
}

.cs-hero_bottom {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: flex;
}

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

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: none;
}

.text-size-tiny {
  font-size: .75rem;
  font-weight: 500;
}

.padding-global-2 {
  padding-left: 1%;
  padding-right: 1%;
}

.cs-text {
  text-transform: none;
}

.cs-text.text-color-graytrue500 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
}

.footer1_component {
  color: #fff;
  border-top: 1px solid #333;
}

.main-wrapper.background-color-black.blog-post {
  margin-top: 0;
  padding-top: 100px;
}

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

.button-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1.45px solid #ff5330;
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  padding: .575rem 1.5rem;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  overflow: hidden;
}

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

.button-3:active {
  background-color: #e44120;
  border-color: #e44120;
}

.button-3.is-nav {
  background-color: #ff5330;
  border-color: #ff5330;
  margin-top: .15rem;
  margin-bottom: .15rem;
  display: none;
}

.button-3.is-nav:hover {
  background-color: #e44120;
  border-color: #e44120;
}

.button-3.is-nav:active {
  background-color: #ff5330;
  border-color: #ff5330;
}

.heading-35 {
  float: left;
  object-fit: none;
  margin-top: 15px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.padding-global-10 {
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.heading-31 {
  float: left;
  object-fit: none;
  margin-top: 15px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.navbar_right-wrapper-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: rgba(255, 255, 255, .03);
  border: 1px #696969;
  border-radius: 10px;
  align-items: center;
  padding: .375rem;
  display: flex;
}

.padding-global-11 {
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.cs-hero-4 {
  display: block;
}

.button-text-4 {
  padding-bottom: 4px;
  display: block;
}

.button-text-4.is-bottom {
  display: none;
  position: absolute;
  bottom: -100%;
}

.padding-section-large-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.padding-section-large-11 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: flex;
}

.portfolio-gallery_row-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: minmax(auto, auto) auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
  margin-bottom: 20px;
}

.cs-img-3 {
  margin-bottom: 0;
}

.padding-global-12 {
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.heading-36 {
  float: left;
  object-fit: none;
  margin-top: 15px;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.portfolio-gallery_component-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-4 {
  min-height: 2.1rem;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ff5330;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.75rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cs-std-text_component-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.heading-37 {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.heading-38 {
  color: #ff5330;
  text-transform: none;
  padding-top: 40px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.cs-std-text_component-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.cs-std-text_component-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.padding-global-13 {
  padding-left: 1%;
  padding-right: 1%;
}

.post-body {
  padding-top: 0;
  padding-bottom: 0;
}

.post-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.post-container1 {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container {
  margin-top: 100px;
}

.article-coming-soon {
  z-index: 3;
  color: #000;
  padding: 40px 40px 40px 20px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: none;
  position: relative;
  box-shadow: 0 1px rgba(0, 0, 0, .12);
}

.article-coming-soon:hover {
  color: #0050b8;
  background-color: #fcfcfc;
}

.article-coming-soon.suggested {
  width: 100%;
  float: left;
  box-shadow: none;
  border-top: 1px solid rgba(0, 0, 0, .09);
  border-left: 1px solid rgba(0, 0, 0, .09);
  border-right: 1px solid rgba(0, 0, 0, .09);
  padding: 22px;
}

.article-coming-soon.suggested.last {
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.text-span-6 {
  font-size: 1.5rem;
  font-weight: 600;
}

.heading-34-right {
  color: #333;
  text-align: right;
  text-transform: none;
  margin-top: 0;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.header-section {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/journey.jpeg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  padding: 140px 3% 115px;
}

.hero-content {
  grid-column-gap: 60px;
  grid-template-rows: auto;
}

.grid-column-hero {
  text-decoration: none;
  position: relative;
}

.display-heading {
  color: #fff;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 116%;
}

.hero-image {
  min-width: 460px;
}

.hero-image-wrap {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.button-green {
  color: #fff;
  background-color: #184043;
  padding: 18px 42px;
  font-size: 16px;
}

.highlight-span {
  background-image: url('../images/Scratch.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image {
  z-index: -1;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-2 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-green {
  color: #184043;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.paragraph-green.joinus {
  margin: 20px;
}

.content-section-green {
  background-color: #184043;
  padding: 80px 3% 100px;
}

.container-3 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.content-heading-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-bottom: 60px;
}

.grid-column {
  text-decoration: none;
  position: relative;
}

.section-heading-white {
  color: #fff;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
}

.grid-content.justify-right {
  flex-direction: row;
  display: flex;
}

.button-white {
  color: #184043;
  background-color: #fff;
  padding: 16px 60px;
  font-size: 16px;
}

.image-feature {
  width: 100%;
}

.grid-column-content {
  text-decoration: none;
  position: relative;
}

.content-grid {
  grid-column-gap: 62px;
  grid-template-rows: auto;
}

.content-grid.grid-gap {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1fr;
}

.section-heading-green {
  color: #184043;
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
}

.section-heading-green.padding-below-32 {
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
}

.container-large-4 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content-section-short {
  background-color: #f3f3f3;
  padding: 40px 3% 60px;
}

.collection-list-wrapper {
  background-color: rgba(0, 0, 0, 0);
}

.collection-list-wrapper-2 {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
}

.collection-list-wrapper-2:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.paragraph-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.link-block, .link-block-2 {
  color: #fff;
  text-decoration: none;
}

.blog-link-block {
  color: #fff;
  flex-direction: column;
  align-items: stretch;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.image-blog {
  width: 500px;
  height: 20rem;
  max-height: 20rem;
  max-width: 500px;
  align-self: stretch;
  display: block;
}

.text-span-7 {
  font-weight: 700;
}

.paragraph-header {
  color: #fff;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.paragraph-header.joinus {
  margin: 20px 0 20px 60px;
}

.body, .body-2, .body-3, .body-4, .body-5, .body-6, .body-7, .body-8, .body-9, .body-10, .body-11, .body-12 {
  background-color: #fff;
}

.paragraph-7 {
  font-family: Montserrat, sans-serif;
}

.paragraph-8 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.image-2 {
  display: block;
}

.link-block-3 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  margin-left: 2%;
  display: flex;
}

.link-block-4 {
  margin-left: 10px;
  margin-right: auto;
  padding-left: 0%;
}

.link-block-4.w--current {
  flex-direction: row;
  order: 0;
  justify-content: flex-end;
  margin-left: 10px;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.image-3 {
  display: inline-block;
  position: relative;
}

.text-span-8 {
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .navbar {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .navbar_right-wrapper {
    border-style: none;
  }

  .navbar_toggle:hover {
    background-color: #ff5330;
  }

  .navbar_right-wrapper-3 {
    border-style: none;
  }

  .link-block-4.w--current {
    margin-left: 10px;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .padding-global-9, .padding-global-11 {
    text-decoration: none;
  }

  .link-block-4.w--current {
    margin-left: 10px;
    margin-right: auto;
  }
}

@media screen and (min-width: 1920px) {
  .main-column.header, .main-column.travel, .main-column.dining, .main-column.reviews {
    height: 30rem;
    max-height: none;
  }

  .portfolio-gallery_image-2.lowercanyon {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .link-block-4.w--current {
    margin-left: 10px;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .all-content {
    position: relative;
  }

  .logo {
    border-style: none;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .big-tagline, .footer-wrapper {
    display: none;
  }

  .main-column.header {
    height: 25rem;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-haley-black-2087391-1.jpg');
    background-position: 0 0, 91%;
    background-size: auto, cover;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 174px;
  }

  .main-column.travel {
    height: 25rem;
    background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/P3.jpg');
    background-position: 0 0, 91%;
    background-size: auto, cover;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 174px;
  }

  .main-column.dining {
    height: 25rem;
    background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/gluten-toast.jpeg');
    background-position: 0 0, 91%;
    background-size: auto, cover;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 174px;
  }

  .main-column.reviews {
    height: 25rem;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-haley-black-2087391-1.jpg');
    background-position: 0 0, 91%;
    background-size: auto, cover;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 174px;
  }

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

  .nav-link {
    color: #184043;
    padding-left: 13px;
    padding-right: 13px;
  }

  .section {
    padding: 25px 20px;
  }

  .header-image {
    height: 357px;
  }

  .header-container {
    padding-top: 241px;
  }

  .footer_contact-wrpper {
    margin-right: 0;
  }

  .navbar_right-wrapper {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
  }

  .navbar_menu-dropdown {
    margin-left: .4rem;
  }

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

  .navbar_menu-grid {
    min-width: 50vw;
    grid-auto-flow: row;
  }

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

  .navbar_toggle {
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .navbar-2 {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .navbar_base {
    height: 5rem;
  }

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

  .footer-3 {
    display: none;
  }

  .portfolio-gallery_image-2.diamond {
    object-fit: cover;
  }

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

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

  .navbar_link {
    border-bottom: 1px #d2d2cf;
  }

  .cs-std-text_component-ccb-mobile {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .portfolio-gallery_row-2 {
    grid-template-rows: auto auto;
  }

  .navbar_menu {
    min-height: auto;
  }

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

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

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .padding-section-xxlarge {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .portfolio-gallery_row {
    grid-template-columns: 1fr;
  }

  .cs-std-text_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .cs-hero_top-wrapper {
    width: auto;
  }

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

  .cs-std-text_component-3, .cs-std-text_component-2, .cs-std-text_component-4 {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .navbar_right-wrapper-3 {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
  }

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

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

  .portfolio-gallery_row-3 {
    grid-template-rows: auto auto;
  }

  .cs-std-text_component-5, .cs-std-text_component-6, .cs-std-text_component-7 {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .heading-34-right {
    text-align: left;
  }

  .hero-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-column-hero {
    max-width: 550px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero-image {
    min-width: auto;
  }

  .grid-content.justify-right {
    flex-direction: column;
  }

  .image-feature {
    max-width: 400px;
  }

  .grid-column-content {
    padding: 30px;
  }

  .content-grid {
    grid-column-gap: 32px;
  }

  .content-grid.grid-gap {
    grid-column-gap: 32px;
    grid-template-columns: 1.5fr;
  }

  .image-blog {
    width: 100%;
  }

  .link-block-4, .link-block-4.w--current {
    margin-left: 10px;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .all-content {
    padding-bottom: 59px;
    position: relative;
  }

  .logo {
    float: left;
    border-width: 5px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 14px;
    padding: 160px 14px 13px;
    font-size: 42px;
    line-height: 30px;
    display: inline-block;
  }

  .big-tagline {
    float: right;
    margin-bottom: 57px;
    font-size: 25px;
    line-height: 29px;
    display: inline-block;
  }

  .footer-wrapper {
    background-color: #000;
  }

  .main-column {
    width: 100%;
    max-width: 1000px;
  }

  .main-column.header, .main-column.travel {
    max-width: 1000px;
    text-align: left;
    padding-top: 37px;
    padding-bottom: 42px;
    position: static;
  }

  .main-column.dining {
    max-width: 1000px;
    text-align: left;
    background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/gluten-toast.jpeg');
    background-position: 0 0, 91%;
    background-size: auto, cover;
    padding-top: 37px;
    padding-bottom: 42px;
    position: static;
  }

  .main-column.reviews {
    max-width: 1000px;
    text-align: left;
    padding-top: 37px;
    padding-bottom: 42px;
    position: static;
  }

  .navbar {
    box-shadow: none;
    justify-content: flex-end;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: row;
    display: flex;
  }

  .nav-link {
    color: #184043;
    background-color: #fff;
    box-shadow: inset 0 1px rgba(255, 255, 255, .23);
  }

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

  .nav-link.w--current {
    box-shadow: none;
  }

  .nav-link.page {
    color: #000;
    background-color: #fff;
    box-shadow: inset -1px 0 rgba(0, 0, 0, .12);
  }

  .nav-link.page.w--current {
    color: #00b874;
  }

  .nav-link.page.w--current:hover {
    background-color: #fff;
  }

  .article.suggested {
    width: auto;
    box-shadow: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section {
    padding: 27px 10px;
  }

  .social-link {
    margin-left: 0;
    margin-right: 19px;
  }

  .thumbnail {
    margin-bottom: 10px;
  }

  .header-image {
    height: 117px;
    padding-top: 0;
  }

  .content-section {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .author-image {
    float: left;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 15px;
  }

  .author-column {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .subscribe-section {
    padding-left: 28px;
    padding-right: 28px;
  }

  .about-text {
    margin-bottom: 16px;
  }

  .sign-up-field {
    width: 70%;
  }

  .sign-up-button {
    width: 30%;
  }

  .author-social-links {
    margin-top: 19px;
    margin-bottom: 0;
    padding-top: 15px;
  }

  .author-connect {
    margin-bottom: 10px;
  }

  .credits {
    top: 5px;
    right: 10px;
  }

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

  .menu {
    float: right;
    color: #184043;
    background-color: #fff;
    margin-top: 1px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 17px;
  }

  .menu:active {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon {
    float: left;
    color: #184043;
    background-color: #fff;
    margin-right: 5px;
  }

  .menu-icon:active {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-wrapper {
    background-color: #fff;
    border-left: 1px solid rgba(0, 0, 0, .09);
    display: block;
  }

  .menu-wrapper:hover {
    background-color: #fff;
  }

  .menu-wrapper:active {
    background-color: #fff;
    border: 1px #000;
    display: none;
  }

  .menu-wrapper.w--open {
    background-color: #fff;
  }

  .content-section-copy, .footer-section {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .navbar_menu-dropdown {
    margin-left: 1px;
  }

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

  .navbar_menu-grid {
    min-width: 60vw;
    grid-template-columns: 1fr;
  }

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

  .navbar_toggle {
    border-radius: 6px;
  }

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

  .portfolio-gallery_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .navbar_base {
    height: 5rem;
  }

  .navbar_logo-wrapper.is-desktop, .navbar_logo-wrapper.is-mobile {
    display: none;
  }

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

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

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

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

  .navbar_link {
    min-height: auto;
    padding: 1.5rem;
  }

  .cs-std-text_component-ccb-mobile {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cs-hero_h1 {
    font-size: 2.5rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .portfolio-gallery_row-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

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

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

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

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

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

  .portfolio-gallery_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .cs-std-text_component {
    grid-template-columns: 1fr;
    display: none;
  }

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

  .text-size-large.text-color-graytrue300 {
    padding-top: 10px;
  }

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

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

  .navbar_button {
    display: none;
  }

  .cs-std-text_component-3 {
    grid-template-columns: 1fr;
    display: block;
  }

  .navbar_logo-word-image {
    height: 1.65rem;
  }

  .cs-std-text_component-2 {
    grid-template-columns: 1fr;
    display: none;
  }

  .footer_h1 {
    font-size: 3.2rem;
  }

  .cs-std-text_component-4 {
    grid-template-columns: 1fr;
    display: block;
  }

  .text-size-xlarge {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.125rem;
  }

  .navbar_logo-word-wrapper.is-1 {
    padding-right: .25rem;
  }

  .cs-hero_bottom, .footer_layout {
    grid-template-columns: 1fr;
  }

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

  .button-3 {
    text-align: center;
    flex-wrap: wrap;
  }

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

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

  .portfolio-gallery_row-3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .portfolio-gallery_component-3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .cs-std-text_component-5 {
    grid-template-columns: 1fr;
    display: block;
  }

  .cs-std-text_component-6 {
    grid-template-columns: 1fr;
    display: none;
  }

  .cs-std-text_component-7 {
    grid-template-columns: 1fr;
    display: block;
  }

  .article-coming-soon.suggested {
    width: auto;
    box-shadow: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-34-right {
    text-align: left;
  }

  .hero-content {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .grid-content.justify-right {
    flex-direction: column;
  }

  .content-grid, .content-grid.grid-gap {
    grid-template-columns: 1fr;
  }

  .body, .body-2, .body-3, .body-4, .body-5, .body-6, .body-7 {
    background-color: #fff;
  }

  .link-block-3 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    display: flex;
  }

  .link-block-4 {
    margin-left: 10px;
    margin-right: auto;
  }

  .link-block-4.w--current {
    margin-right: auto;
    padding-right: 0;
  }
}

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

  .logo {
    float: none;
    margin-top: 140px;
    margin-bottom: 13px;
    padding-top: 20px;
    display: inline-block;
  }

  .main-column.header {
    padding-bottom: 41px;
  }

  .main-column.travel {
    background-image: linear-gradient(to bottom, null, null), url('../images/P3.jpg');
    padding-bottom: 41px;
  }

  .main-column.dining {
    background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/gluten-toast.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-bottom: 41px;
  }

  .main-column.reviews {
    padding-bottom: 41px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .nav-link {
    color: #184043;
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px rgba(255, 255, 255, .22);
  }

  .article {
    max-height: none;
    flex-direction: column;
    display: flex;
  }

  .article.suggested {
    box-shadow: none;
  }

  .image-wrapper {
    width: 100%;
    text-align: left;
    align-self: flex-start;
  }

  .article-text-wrapper {
    width: 100%;
  }

  .field.first, .field.last {
    width: 100%;
    float: none;
  }

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

  .social-link {
    margin-bottom: 23px;
  }

  .thumbnail {
    height: 8rem;
  }

  .sign-up-field {
    width: 100%;
    margin-bottom: 13px;
  }

  .sign-up-button {
    width: 100%;
  }

  .footer-link {
    margin-bottom: 17px;
    display: block;
  }

  .menu {
    color: #184043;
    background-color: #fff;
  }

  .menu:active {
    color: #184043;
    mix-blend-mode: normal;
    background-color: #fff;
  }

  .menu-icon {
    color: #184043;
  }

  .menu-icon:active {
    color: #184043;
    background-color: #fff;
  }

  .menu-wrapper, .menu-wrapper:active, .menu-wrapper.w--open {
    background-color: #fff;
  }

  .footer_social-list {
    width: 70%;
    margin-top: 1.5rem;
  }

  .heading-32 {
    margin-left: 15px;
    font-size: 14px;
  }

  .footer_contact-wrpper {
    flex-direction: row;
  }

  .div-block-111 {
    display: block;
  }

  .footer_nav-links-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .footer_navlink._2 {
    top: 80px;
  }

  .footer_navlink._3 {
    top: 140px;
  }

  .footer_navlink._5 {
    top: 260px;
  }

  .footer_navlink._4 {
    top: 200px;
  }

  .navbar_menu-dropdown {
    margin-left: 0;
    position: static;
  }

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

  .navbar_menu-grid {
    width: 96%;
    min-width: 35vw;
  }

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

  .footer_left {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .footer_second-wrapper-top {
    flex-direction: column;
  }

  .menu-overlay {
    display: none;
  }

  .footer_second-wrapper {
    width: 100%;
  }

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

  .navbar_logo-wrapper, .navbar_logo-wrapper.is-mobile {
    display: none;
  }

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

  .footer_component {
    flex-direction: column;
  }

  .padding-section-large-9 {
    grid-template-rows: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .navbar_link.top-item {
    border-top-style: none;
  }

  .cs-std-text_component-ccb-mobile {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cs-hero_h1 {
    font-size: 2.5rem;
  }

  .portfolio-gallery_row-2 {
    grid-template-rows: auto auto auto;
  }

  .footer_logo-wrapper {
    margin-bottom: 2rem;
  }

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

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .footer_first-wrapper {
    width: 100%;
  }

  .navbar_menu-base {
    padding-top: 0;
  }

  .cs-hero_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 5rem;
  }

  .heading-30 {
    font-size: 14px;
  }

  .cs-std-text_component {
    grid-template-columns: 1fr;
    display: none;
  }

  .text-size-large.text-color-graytrue300 {
    padding-top: 10px;
  }

  .footer_paragraph-link {
    font-size: 15px;
  }

  .footer_orange-link.is-1 {
    overflow-wrap: anywhere;
  }

  .footer_contact-title {
    font-size: 2rem;
    line-height: 1.2;
  }

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

  .cs-std-text_component-3 {
    grid-template-columns: 1fr;
    display: block;
  }

  .navbar_logo-word-image.is-1 {
    width: auto;
    height: 5rem;
  }

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

  .cs-std-text_component-2, .cs-std-text_component-4 {
    grid-template-columns: 1fr;
    display: block;
  }

  .navbar_menu-dropdown-list.w--open {
    margin-top: 3.5rem;
    padding-left: .8rem;
  }

  .text-size-xlarge {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cs-hero_bottom {
    grid-template-columns: 1fr;
  }

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

  .heading-35, .heading-31 {
    margin-left: 15px;
    font-size: 14px;
  }

  .padding-section-large-10 {
    grid-template-rows: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .portfolio-gallery_row-3 {
    grid-template-rows: auto auto auto;
  }

  .heading-36 {
    font-size: 14px;
  }

  .cs-std-text_component-5, .cs-std-text_component-6, .cs-std-text_component-7 {
    grid-template-columns: 1fr;
    display: block;
  }

  .post-container1 {
    width: 80%;
  }

  .article-coming-soon.suggested {
    box-shadow: none;
  }

  .heading-34-right {
    text-align: left;
  }

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

  .content-heading-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .grid-content.justify-right {
    flex-direction: column;
  }

  .grid-column-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-section-short {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-blog {
    width: 100%;
    height: 15rem;
  }

  .link-block-4 {
    margin-left: 10px;
    margin-right: auto;
    display: block;
  }

  .link-block-4.w--current {
    justify-content: flex-end;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .image-3 {
    display: block;
  }
}

#w-node-_26e1e396-8f3e-8ca1-da03-72e4f43a1ce9-8818fcc8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_42d8ae07-b0b8-a2d8-d6a9-4b44161572f9-8818fcc8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_42d8ae07-b0b8-a2d8-d6a9-4b4416157304-8818fcc8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_34725d26-5a08-f9e1-2518-745e745d831f-8818fcc8 {
  align-self: center;
}

#w-node-_70a666cf-2106-2e5b-3998-6cde7f202538-8818fcc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2c5ef9a-4d09-f4a4-395a-82d17a31310e-8818fcc8 {
  justify-self: end;
}

#w-node-_5d988deb-d71d-9a3b-84b1-b2ac19a2030d-8818fcc8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-d35bf5d2-4a63-c894-4075-1c95b48255aa-8818fcc9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d35bf5d2-4a63-c894-4075-1c95b48255ac-8818fcc9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-d35bf5d2-4a63-c894-4075-1c95b48255b7-8818fcc9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dd87-8818fcc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dd88-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd89-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd9e-8818fcc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dda0-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dda8-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb0-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb8-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddc0-8818fcc9 {
  justify-self: end;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcb-8818fcc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcc-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcd-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dde2-8818fcc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dde4-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddec-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddf4-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddfc-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de04-8818fcc9 {
  justify-self: end;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690de0e-8818fcc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690de0f-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de10-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de25-8818fcc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690de27-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de2f-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de37-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de3f-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de47-8818fcc9 {
  justify-self: end;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690df9e-8818fcc9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dfa0-8818fcc9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dfa3-8818fcc9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6b86cb8f-edea-9c4d-6391-075e8b545dda-8818fcc9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6b86cb8f-edea-9c4d-6391-075e8b545ddf-8818fcc9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5221caf5-f63b-fb85-8207-75409fd05147-8818fcca {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5221caf5-f63b-fb85-8207-75409fd05149-8818fcca {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_5221caf5-f63b-fb85-8207-75409fd05154-8818fcca {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a5b17d1b-29b8-32e6-7e50-e677ee816d44-8818fccb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a5b17d1b-29b8-32e6-7e50-e677ee816d46-8818fccb {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-a5b17d1b-29b8-32e6-7e50-e677ee816d51-8818fccb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dd87-8818fccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dd88-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd89-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd9e-8818fccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dda0-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dda8-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb0-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb8-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddc0-8818fccb {
  justify-self: end;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcb-8818fccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcc-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcd-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dde2-8818fccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dde4-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddec-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddf4-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddfc-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de04-8818fccb {
  justify-self: end;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690de0e-8818fccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690de0f-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de10-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de25-8818fccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690de27-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de2f-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de37-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de3f-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de47-8818fccb {
  justify-self: end;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690df30-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690df4a-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690df6d-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690df6f-8818fccb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690df9e-8818fccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dfa3-8818fccb {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dfae-8818fccb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dfb0-8818fccb {
  grid-area: 2 / 1 / 4 / 3;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dfc0-8818fccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dfc5-8818fccb {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dfd0-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dfd1-8818fccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dfd3-8818fccb {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dfe9-8818fccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62dfe367-3b75-946a-a469-08e055a21765-8818fccc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_62dfe367-3b75-946a-a469-08e055a21767-8818fccc {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_62dfe367-3b75-946a-a469-08e055a21772-8818fccc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dd87-8818fccc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dd88-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd89-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd9e-8818fccc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dda0-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dda8-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb0-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb8-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddc0-8818fccc {
  justify-self: end;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcb-8818fccc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcc-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcd-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dde2-8818fccc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dde4-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddec-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddf4-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddfc-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de04-8818fccc {
  justify-self: end;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690de0e-8818fccc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690de0f-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de10-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de25-8818fccc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690de27-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de2f-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de37-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de3f-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de47-8818fccc {
  justify-self: end;
}

#w-node-fd363e01-c0e6-e957-aa7d-5124494399a0-8818fccd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fd363e01-c0e6-e957-aa7d-5124494399a2-8818fccd {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-fd363e01-c0e6-e957-aa7d-5124494399ad-8818fccd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4e411483-7177-0beb-803e-8609302b3f70-8818fcce {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4e411483-7177-0beb-803e-8609302b3f72-8818fcce {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_4e411483-7177-0beb-803e-8609302b3f7d-8818fcce {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dd87-8818fcce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dd88-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd89-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd9e-8818fcce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dda0-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dda8-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb0-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb8-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddc0-8818fcce {
  justify-self: end;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcb-8818fcce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcc-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcd-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dde2-8818fcce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dde4-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddec-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddf4-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddfc-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de04-8818fcce {
  justify-self: end;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690de0e-8818fcce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690de0f-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de10-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de25-8818fcce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690de27-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de2f-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de37-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de3f-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de47-8818fcce {
  justify-self: end;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690e062-8818fcce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690e063-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690e064-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690e079-8818fcce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690e07b-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690e083-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690e08b-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690e093-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690e09b-8818fcce {
  justify-self: end;
}

#w-node-_42f1463b-52d2-261a-458c-7d5dbfd16b36-8818fcd0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_42f1463b-52d2-261a-458c-7d5dbfd16b38-8818fcd0 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_42f1463b-52d2-261a-458c-7d5dbfd16b43-8818fcd0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5a4b1363-c5ae-7c3e-ffb5-ef2d2e8e7b4e-8818fcd1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5a4b1363-c5ae-7c3e-ffb5-ef2d2e8e7b50-8818fcd1 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_5a4b1363-c5ae-7c3e-ffb5-ef2d2e8e7b5b-8818fcd1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3cc9db59-a791-bd8c-7b4a-26365da9a648-8818fcd2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3cc9db59-a791-bd8c-7b4a-26365da9a64a-8818fcd2 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_3cc9db59-a791-bd8c-7b4a-26365da9a655-8818fcd2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dd87-8818fcd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dd88-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd89-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd9e-8818fcd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dda0-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dda8-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb0-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb8-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddc0-8818fcd2 {
  justify-self: end;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcb-8818fcd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcc-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcd-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dde2-8818fcd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dde4-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddec-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddf4-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddfc-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de04-8818fcd2 {
  justify-self: end;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690de0e-8818fcd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690de0f-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de10-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de25-8818fcd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690de27-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de2f-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de37-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de3f-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de47-8818fcd2 {
  justify-self: end;
}

#w-node-c4f83a3a-2c61-22e3-1207-6b6f1013cc30-8818fcd3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c4f83a3a-2c61-22e3-1207-6b6f1013cc32-8818fcd3 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-c4f83a3a-2c61-22e3-1207-6b6f1013cc3d-8818fcd3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f825dfb0-86b0-9fc7-c054-b2cee244986c-8818fcd4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f825dfb0-86b0-9fc7-c054-b2cee244986e-8818fcd4 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-f825dfb0-86b0-9fc7-c054-b2cee2449879-8818fcd4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dd87-8818fcd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dd88-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd89-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd9e-8818fcd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dda0-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dda8-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb0-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb8-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddc0-8818fcd4 {
  justify-self: end;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcb-8818fcd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcc-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcd-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dde2-8818fcd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dde4-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddec-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddf4-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddfc-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de04-8818fcd4 {
  justify-self: end;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690de0e-8818fcd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690de0f-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de10-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de25-8818fcd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690de27-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de2f-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de37-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de3f-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de47-8818fcd4 {
  justify-self: end;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690df30-8818fcd4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dfd0-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dfd1-8818fcd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e15621-0a28-e1e6-d9c7-04169690dfd3-8818fcd4 {
  grid-area: 2 / 1 / 4 / 2;
}

@media screen and (min-width: 1920px) {
  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dfa3-8818fcc9 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_93ac2dad-6fbe-9147-2e74-c7b76efdc605-8818fccc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dda0-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dda8-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb0-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb8-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddc0-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dde4-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddec-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddf4-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddfc-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de04-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de27-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de2f-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de37-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de3f-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de47-8818fcc9 {
    justify-self: start;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dfa0-8818fcc9 {
    grid-column-end: 3;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dfa3-8818fcc9, #w-node-_6b86cb8f-edea-9c4d-6391-075e8b545ddf-8818fcc9 {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-_6b86cb8f-edea-9c4d-6391-075e8b545ddd-8818fcc9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dda0-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dda8-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb0-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb8-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddc0-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dde4-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddec-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddf4-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddfc-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de04-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de27-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de2f-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de37-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de3f-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de47-8818fccb {
    justify-self: start;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dfa3-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dfb0-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dfc5-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dfd3-8818fccb {
    grid-area: 3 / 1 / 5 / 2;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dda0-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dda8-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb0-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb8-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddc0-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dde4-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddec-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddf4-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddfc-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de04-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de27-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de2f-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de37-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de3f-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de47-8818fccc, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dda0-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dda8-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb0-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb8-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddc0-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dde4-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddec-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddf4-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddfc-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de04-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de27-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de2f-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de37-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de3f-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de47-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690e07b-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690e083-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690e08b-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690e093-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690e09b-8818fcce, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dda0-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dda8-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb0-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb8-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddc0-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dde4-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddec-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddf4-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddfc-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de04-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de27-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de2f-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de37-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de3f-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de47-8818fcd2, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dda0-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dda8-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb0-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddb8-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddc0-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dde4-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddec-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddf4-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddfc-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de04-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de27-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de2f-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de37-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de3f-8818fcd4, #w-node-f0e15621-0a28-e1e6-d9c7-04169690de47-8818fcd4 {
    justify-self: start;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dfd3-8818fcd4 {
    grid-area: 3 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d2c5ef9a-4d09-f4a4-395a-82d17a31310e-8818fcc8 {
    justify-self: start;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd88-8818fcc9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd8b-8818fcc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcc-8818fcc9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcf-8818fcc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690de0f-8818fcc9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690de12-8818fcc9, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dfa0-8818fcc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dfa3-8818fcc9, #w-node-_6b86cb8f-edea-9c4d-6391-075e8b545ddf-8818fcc9 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_6b86cb8f-edea-9c4d-6391-075e8b545ddd-8818fcc9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd88-8818fccb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd8b-8818fccb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcc-8818fccb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcf-8818fccb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690de0f-8818fccb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690de12-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dfa0-8818fccb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dfa3-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dfb0-8818fccb {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dfb5-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dfc2-8818fccb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dfc5-8818fccb, #w-node-f0e15621-0a28-e1e6-d9c7-04169690dfd3-8818fccb {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dfda-8818fccb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd88-8818fccc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd8b-8818fccc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcc-8818fccc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcf-8818fccc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690de0f-8818fccc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690de12-8818fccc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd88-8818fcce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd8b-8818fcce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcc-8818fcce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcf-8818fcce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690de0f-8818fcce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690de12-8818fcce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690e063-8818fcce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690e066-8818fcce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd88-8818fcd2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd8b-8818fcd2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcc-8818fcd2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcf-8818fcd2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690de0f-8818fcd2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690de12-8818fcd2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd88-8818fcd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dd8b-8818fcd4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcc-8818fcd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690ddcf-8818fcd4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690de0f-8818fcd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690de12-8818fcd4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dfd3-8818fcd4 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-f0e15621-0a28-e1e6-d9c7-04169690dfda-8818fcd4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


