:root {
  --white: white;
  --black: black;
}

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

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

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

@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: #1a1b1f;
  background-image: linear-gradient(#fff, #fff);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Playfair Display, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

a {
  color: #43464d;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
  height: auto;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.divider.cc-dark-divider {
  background-color: #202020;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-store-home-wrap {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.section.contact-section {
  background-color: #f4f4f4;
  background-image: linear-gradient(#00000080, #00000080), url('../images/52548675652_71025eded3_o.webp');
  background-position: 0 0, 50% 69%;
  background-size: auto, cover;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-product-detail {
  align-items: center;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
}

.container.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

.container.footer {
  border-top: 1px solid #000;
  margin-top: 120px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.cc-add-to-cart-btn {
  margin-top: 10px;
  margin-right: 10px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.cart-footer {
  padding-top: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.product-name-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quantity {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cart {
  margin-left: 20px;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-quantity-field {
  background-color: #fff;
  border-color: #e6e6e6;
  width: 80px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 8px 12px 8px 20px;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-line-item {
  margin-bottom: 10px;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.black {
  color: #fff;
  background-color: #000;
}

.icon {
  display: block;
}

.logo-image {
  width: 200px;
  display: block;
}

.remove-button {
  text-decoration: none;
}

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px #00000014;
}

.products-heading {
  text-align: center;
  margin-bottom: 80px;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#00000080, #00000080), url('../images/home-header.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.about {
  background-image: url('../images/53281293104_203dc4d2f2_o.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.intro-header.about.on-the-road-header {
  background-image: url('../images/Newtons-Foodtruck-Farm-to-Table-Grille-Hero-min.webp');
  background-position: 5%;
  background-repeat: no-repeat;
}

.intro-header.weddings {
  background-image: url('../images/52548301898_bab313f621_o.webp');
  background-size: cover;
}

.intro-header.corporate {
  background-image: url('../images/53440096827_8064bdf946_o.webp');
  background-size: cover;
}

.intro-header.social {
  background-image: url('../images/53281293154_020bb8e568_o.webp');
  background-size: cover;
}

.intro-header.venues {
  background-image: url('../images/52549681323_ba29e8d9b1_o.webp');
  background-position: 50%;
  background-size: cover;
}

.collection-item {
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.intro-content {
  text-align: center;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 1140px;
  height: 90%;
  margin-bottom: 20px;
  display: flex;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.main-heading-wrap {
  margin-bottom: 60px;
}

.main-paragraph-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  margin-top: 60px;
  margin-bottom: 150px;
}

.subscribe-form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  margin-top: 20px;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 1fr 1fr;
  place-items: start;
  padding-top: 120px;
  padding-bottom: 60px;
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

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

.footer-link.w--current {
  color: #000;
  font-family: Lato, sans-serif;
}

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 620px;
  transition: opacity .6s;
  display: block;
  position: relative;
}

.product-image-wrap:hover {
  opacity: .9;
  color: #fff;
}

.product-image-wrap:active {
  opacity: .85;
  color: #fff;
}

.product-description {
  position: absolute;
  inset: auto auto 30px 30px;
}

.product-price-text {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.about-quote {
  text-align: center;
  width: 70%;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

.picture-placeholder {
  background-color: #f4f4f4;
  background-image: url('../images/Placeholder-1_1.svg');
  background-position: 45%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 460px;
}

.picture-placeholder.cc-about-2 {
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  height: 620px;
}

.picture-placeholder.cc-about-3 {
  background-image: url('../images/placeholder-2.svg');
  background-position: 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-1 {
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-size: cover;
}

.about-pictures-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 150px;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 10px;
}

.get-in-touch-form-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.credentials-inputs-wrap {
  display: flex;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.paragraph-contact-text {
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.support-link {
  opacity: .7;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: opacity .2s;
}

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

.support-link:active {
  opacity: .8;
}

.contacts-section {
  text-align: center;
  margin-bottom: 100px;
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-category-link {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: .8;
}

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

.products-category-link.w--current:hover {
  opacity: .8;
}

.products-category-link.w--current:active {
  opacity: .7;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('../images/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

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

.product-detail-measurement {
  align-items: center;
  display: flex;
}

.product-detail-main-details {
  margin-bottom: 30px;
}

.product-details-wrap {
  width: 50%;
  max-width: 470px;
  margin-bottom: 20px;
  margin-left: 100px;
}

.add-to-cart {
  margin-top: 30px;
}

.product-image {
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 700px;
  margin-bottom: 30px;
  display: flex;
}

.product-detail-cta-wrap {
  margin-top: 0;
  display: flex;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.product-detail-price {
  opacity: .6;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 52px;
}

.product-detail-name {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 52px;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  border-color: #e4e4e4;
  padding: 16px 24px;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 24px 24px 12px;
  font-weight: 400;
}

.full-width-form {
  background-color: #f4f4f4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.order-item-list {
  margin-bottom: -5px;
}

.order-item-description-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  height: 42px;
  margin-bottom: 16px;
}

.checkbox-label {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 14px;
  line-height: 26px;
}

.billing-address-toggle {
  align-items: center;
  margin-bottom: 20px;
}

.checkbox {
  margin-top: 0;
  margin-bottom: 4px;
}

.shipping-method {
  border-bottom-color: #e4e4e4;
  padding: 20px 24px;
}

.shipping-method-list {
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.blog-header-image {
  background-image: url('../images/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.option-list {
  font-size: 14px;
  line-height: 26px;
}

.option {
  margin-bottom: 25px;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay, .pay-with-browser {
  height: 42px;
}

.order-wrap {
  flex-basis: 750px;
}

.order-summary {
  flex-basis: 370px;
}

.billing-address-toggle-2 {
  align-items: stretch;
  margin-bottom: 10px;
}

.checkbox-label-2 {
  margin-bottom: 0;
}

.checkbox-2 {
  margin-top: 2px;
}

.cc-quantity-field-label {
  margin-bottom: 0;
}

.lined-heading {
  z-index: 2;
  background-color: var(--white);
  padding-left: 40px;
  padding-right: 40px;
  font-family: Playfair Display, sans-serif;
  font-weight: 700;
  position: relative;
}

.lined-heading.left-aligned {
  padding-left: 0;
  font-weight: 500;
}

.horizontal-line {
  background-color: #a3a3a3;
  width: 100%;
  height: 1px;
  position: absolute;
}

.lined-heading-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lined-heading-wrapper.left-aligned {
  justify-content: flex-start;
}

.lined-heading-wrapper.community-section-header {
  margin-bottom: 40px;
}

.long-image-link {
  width: 100%;
  height: 618px;
  color: var(--white);
  background-image: url('../images/53440096827_8064bdf946_o.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 210px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Playfair Display, sans-serif;
  text-decoration: none;
  display: flex;
}

.long-image-link:hover {
  color: var(--white);
}

.long-image-link.weddings {
  width: 100%;
  height: 600px;
  color: var(--white);
  background-image: none;
  border-radius: 210px;
  font-family: Playfair Display, sans-serif;
  text-decoration: none;
  transition: opacity .2s;
  overflow: hidden;
}

.long-image-link.weddings:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/52548301898_bab313f621_o.webp');
  background-size: auto, auto;
}

.long-image-link.corporate {
  background-image: linear-gradient(#00000080, #00000080), url('../images/53440096827_8064bdf946_o.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.long-image-link.social {
  background-image: linear-gradient(#00000080, #00000080), url('../images/53281293154_020bb8e568_o.webp');
  background-position: 0 0, 56%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading {
  text-decoration: none;
}

.paragraph {
  text-transform: none;
  font-family: Lato, sans-serif;
}

.column {
  text-align: left;
}

.column.text {
  z-index: 2;
}

.column.image {
  z-index: 1;
}

.skinny-image {
  object-fit: cover;
  height: 500px;
}

.skinny-image.left-oriented {
  object-position: 15% 50%;
}

.skinny-image.right-oriented {
  object-position: 87% 50%;
}

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

.column-2 {
  text-align: left;
  padding-left: 60px;
}

.column-2.text {
  z-index: 2;
}

.whitespace {
  width: 100%;
  height: 100px;
}

.whitespace._400 {
  height: 400px;
}

.whitespace._50 {
  height: 50px;
}

.whitespace._25 {
  height: 25px;
}

.whitespace._200 {
  height: 200px;
}

.grid-2 {
  grid-column-gap: 3px;
  grid-row-gap: 5px;
  grid-template-columns: 1.3fr 1fr;
}

.big-quote {
  font-size: 200px;
}

.testimonial {
  font-size: 18px;
  font-style: italic;
}

.div-container {
  margin-left: auto;
  margin-right: auto;
}

.div-container._600 {
  width: 100%;
}

.div-container._800 {
  max-width: 800px;
}

.div-container._400 {
  width: 400px;
}

.div-container._400.left {
  margin-left: 0;
}

.white-text {
  color: #fff;
}

.footer-logo {
  width: 300px;
}

.intro-pill-content {
  background-image: linear-gradient(#000000b3, #000000b3);
  border: 1px solid #fff;
  border-radius: 200px;
  width: 700px;
  max-width: 700px;
  padding: 60px 10px;
  font-size: 44px;
}

.image-cover {
  object-fit: cover;
  width: 100%;
}

.image-cover._800l {
  object-fit: cover;
  width: 100%;
  height: 800px;
}

.image-cover._300l {
  height: 300px;
}

.image-cover._350l {
  height: 350px;
}

.image-cover._350l.padded-bottom {
  margin-bottom: 20px;
}

.image-cover._400l {
  height: 400px;
}

.image-cover._390l {
  height: 390px;
}

.image-cover._390l.padded-bottom {
  margin-bottom: 20px;
}

.image-cover._600l {
  object-position: 50% 100%;
  height: 600px;
}

.image-cover._290l {
  height: 290px;
}

.image-cover._290l.padded-bottom {
  margin-bottom: 20px;
}

.grid-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-headshot {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.team-headshot.addison {
  object-fit: cover;
  object-position: 49% 50%;
}

.grid-4 {
  grid-template: "Area Area-2 Area-2"
                 "Area . Area-3"
                 ". . Area-3"
                 / 1fr 1fr 1fr;
}

.grid-4.corporate {
  grid-row-gap: 0px;
}

.grid-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.long-lightbox-image {
  height: 250px;
}

.square-grid-image, .wide-image-link {
  height: 300px;
}

.grid-5 {
  grid-template: "Area Area Area-2"
                 "Area-4 . Area-2"
                 "Area-4 Area-3 Area-3"
                 / 1fr 1fr 1fr;
}

.grid-6 {
  grid-template: ". . Area"
                 "Area-2 . Area"
                 "Area-2 . ."
                 / 1fr 1fr 1fr;
}

.paragraph-three-cols {
  column-count: 3;
}

.grid-7 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-2 {
  font-weight: 800;
}

.column-3 {
  text-align: left;
}

.column-3.bottom-space {
  flex-direction: column;
  display: flex;
}

.contact-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.form {
  text-align: left;
}

.event-background {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080), url('../images/53281293154_020bb8e568_o.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: relative;
}

.event-background:hover {
  transform: scale(1.2)translate(0);
}

.event-background.weddings {
  background-image: linear-gradient(#00000080, #00000080), url('../images/52548301898_bab313f621_o.webp');
}

.event-background.corporate {
  background-image: linear-gradient(#00000080, #00000080), url('../images/53440096827_8064bdf946_o.webp');
}

.absolute-container-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image.venue-logo {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.contact-item {
  align-items: stretch;
  margin-bottom: 15px;
  display: flex;
}

.contact-icon {
  width: 25px;
  height: 25px;
}

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

.contact-text {
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
}

.column-6.image {
  z-index: 1;
}

.heading-3 {
  font-size: 1em;
}

.subheader {
  font-size: .4em;
}

.kyproud-logo {
  width: 200px;
}

.flex-block {
  justify-content: space-between;
  align-items: flex-end;
  margin-right: 40px;
}

.social-link {
  width: 35px;
  margin-top: 20px;
}

.social-link.facebook-social-icon {
  margin-left: 10px;
}

.no-style-link {
  text-decoration: none;
}

.header-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.footer-contact {
  color: var(--black);
  text-decoration: none;
}

.footer-contact:hover {
  color: #555e48;
}

.grid-8 {
  grid-template-rows: auto;
}

.grid-8.logo-wall-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.caterer-logo-wall {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

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

.feed-louisville-block {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 100px;
}

.feed-louisville-logo {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.youtube-embed {
  aspect-ratio: 16 / 9;
}

.newsletter-wrapper {
  z-index: 999999;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  width: 350px;
  height: 50px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.newsletter-icon {
  background-color: #000;
  background-image: url('../images/envelope.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: -17px;
}

.newsletter-title {
  color: #555d48;
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 19px;
  display: flex;
}

.recaptcha-newsletter {
  background-color: #fff;
  margin-top: -20px;
  padding: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
}

.link, .link-2 {
  display: inline-block;
}

.cta-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .section.cc-product-detail {
    flex-direction: column;
  }

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

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

  .button {
    justify-content: center;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .text-field.cc-quantity-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-content {
    width: 80%;
    height: 100%;
  }

  .intro-text {
    width: auto;
  }

  .picture-placeholder.cc-about-2 {
    height: 460px;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .number-contact-wrap {
    margin-bottom: 20px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .product-details-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .order-summary {
    flex-basis: 320px;
  }

  .lined-heading {
    font-size: 2.7em;
    line-height: 1.5em;
  }

  .paragraph {
    text-transform: none;
    font-size: 1em;
    line-height: 1.8em;
  }

  .div-container._600 {
    max-width: 100%;
  }

  .kyproud-logo {
    width: 120px;
  }

  .header-logo {
    height: 120%;
  }

  .grid-8 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-areas: ". Area";
  }

  .caterer-logo-wall {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-bigger, .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .text-field.cc-subscribe-text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .cart-container {
    min-width: 360px;
  }

  .intro-content {
    width: 90%;
    height: 100%;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .about-quote {
    width: 80%;
    max-width: 470px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list {
    flex-direction: column;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .long-image-link {
    height: 416px;
  }

  .long-image-link.weddings {
    height: 300px;
    margin-bottom: 40px;
  }

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

  .skinny-image {
    width: 100%;
  }

  .flex-columns {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .intro-pill-content {
    font-size: 38px;
  }

  .image-cover._600l.padded-bottom {
    margin-bottom: 20px;
  }

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

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

  .square-grid-image, .wide-image-link {
    height: 200px;
  }

  .image {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .image.venue-logo {
    width: auto;
  }

  .mobile-padded {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .heading-3, .subheader {
    line-height: 1.5em;
  }

  .header-logo {
    height: 70%;
  }

  .grid-8.logo-wall-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .caterer-logo-wall {
    flex-flow: column;
  }
}

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

  h2 {
    font-size: 2.2em;
    line-height: 46px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container, .container.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cart {
    margin-right: 20px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cart-container {
    min-width: 320px;
  }

  .form-block, .about-quote, .get-in-touch-form-wrap, .blog-item, .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .list-item {
    flex-direction: column;
    align-items: center;
  }

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .lined-heading {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.2em;
  }

  .lined-heading.left-aligned {
    margin-left: 0;
  }

  .horizontal-line {
    display: none;
  }

  .long-image-link {
    height: 316px;
  }

  .paragraph {
    text-transform: none;
  }

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

  .column.text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .skinny-image.left-oriented {
    object-position: 26% 50%;
  }

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

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

  .flex-columns.bottom-margin, .column-2 {
    margin-bottom: 50px;
  }

  .column-2.text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .whitespace._400 {
    height: 200px;
  }

  .whitespace._200 {
    height: 100px;
  }

  .div-container._600 {
    max-width: 100%;
  }

  .div-container._400.left {
    width: auto;
  }

  .intro-pill-content {
    font-size: 30px;
  }

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

  .team-headshot-wrapper {
    margin-bottom: 20px;
  }

  .team-headshot {
    margin-bottom: 15px;
  }

  .square-grid-image, .wide-image-link {
    height: 150px;
  }

  .paragraph-three-cols {
    column-count: 1;
  }

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

  .column-3.bottom-space {
    margin-bottom: 100px;
  }

  .image.venue-logo {
    padding-top: 20px;
  }

  .column-4, .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .subheader {
    font-size: .5em;
  }

  .paragraph-4 {
    font-size: 1em;
    line-height: 1.8em;
  }

  .header-logo {
    height: 80%;
  }

  .caterer-logo-wall {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .newsletter-wrapper {
    width: 100%;
  }

  .newsletter-icon {
    background-size: 15px 15px;
    width: 25px;
    height: 25px;
    margin-left: -13px;
    top: -17px;
    left: 50%;
  }
}

#w-node-_1ad49762-49fb-94b8-7f74-aafa82007f99-bcbe2f38, #w-node-_062ad2c3-4e9c-0449-4cec-8413170207d5-bcbe2f38, #w-node-_8f272261-01af-9897-130c-a335b83304a5-bcbe2f38, #w-node-_6776d027-daab-add3-ec62-0ee0df7b2006-bcbe2f38, #w-node-_21a98a42-a691-099e-3aef-b2a1131872d4-bcbe2f38, #w-node-_1021fdd4-84ea-dff3-4fe7-c09f4c685eb6-bcbe2f38, #w-node-_05aeb9ae-94cc-d8d8-4e8e-5fea594805f3-87e29718 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971f-87e29718 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2f259360-45f0-86c4-02d0-3d3074049f8c-5da9920d, #w-node-c4576d15-6520-287f-8ca0-d9f5887f5e26-5da9920d, #w-node-_697a1053-eb25-ee87-8ef5-b22b31133d19-5da9920d, #w-node-_0718a4af-3c6e-e336-9349-a31b4cbcc2ea-5da9920d, #w-node-_075a4269-d34a-411c-6ab9-d0eb68b9f3f9-5da9920d, #w-node-_47c8d47e-e337-5a97-1d48-11a201a01786-5da9920d, #w-node-_00544449-fde6-3569-fb71-141712ce6f7c-5da9920d, #w-node-cc95fc47-8cfb-2443-5a40-7361152e7a57-5da9920d, #w-node-e18b4a17-ac0c-ee35-0c17-38f0ed9d6720-5da9920d, #w-node-_181e1980-a8b9-ed07-53fa-0b2e9eab2473-5da9920d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_339d3a94-6ecc-d132-2bb7-3a7997b306fc-75c59c86 {
  grid-area: Area;
}

#w-node-_015befcf-74b0-b236-199c-969288c1871d-75c59c86 {
  grid-area: Area-2;
}

#w-node-_4fd75792-aa9e-4cfb-ff98-14c082fc8e5c-75c59c86 {
  grid-area: Area-3;
}

#w-node-_3ef9d8f0-04a5-c7b8-1050-43710bbfe4b1-75c59c86, #w-node-_71fb7b04-9c43-09f8-bf45-abeb7a400563-75c59c86, #w-node-f6a3d9e3-61c4-d949-d803-a449f389af19-75c59c86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f62542a-0827-a6d4-ee9f-490d34174aa8-e5682495 {
  grid-area: Area;
}

#w-node-c7a78e79-313d-b20e-2db3-15929dc4b695-e5682495 {
  grid-area: Area-2;
}

#w-node-_8e5be3f8-668a-a229-0689-06f923f7e19b-e5682495 {
  grid-area: Area-3;
}

#w-node-_487eaf0e-9914-777e-9027-c955ce6ac0ab-e5682495 {
  grid-area: Area-4;
}

#w-node-db678e01-f31e-ac16-9be1-16fea9827dd8-e5682495, #w-node-_19aabb7c-0d8e-e9f5-9b67-76ae1d5b42b9-44ac518e, #w-node-_3e0a0979-c923-ebdc-573b-0b81675f65d7-44ac518e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd187587-b023-dfb2-7b66-1fee1b079880-44ac518e {
  grid-area: Area;
}

#w-node-e4ba1b3b-69b0-e65c-74b0-dbb5e3f158c5-44ac518e {
  grid-area: Area-2;
}

#w-node-_437d0a3f-90b8-d407-c1b8-5baf528790cd-44ac518e, #w-node-_3eea7b81-2795-4b93-de23-5c7b1193030c-44ac518e, #w-node-_7cf23a6e-a649-2b66-4764-3e20e1fc8b69-44ac518e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


