:root {
  --1rem: 1rem;
  --1-5: 1.5;
  --aqua-dark: #134848;
  --aqua: #54c6c6;
  --white: white;
  --orange-dark: #4c2d00;
  --orange: #ff9e0b;
  --dark: #000;
  --_base-collection-2---blue-spoton: #1769ff;
  --_base-collection-2---gray-thumbnail: #efefef;
  --_base-collection-2---dark-gray: #575757;
  --_base-collection-2---blackish: #202020;
  --_base-collection-2---black: black;
}

body {
  color: #333;
  font-family: Outfit, sans-serif;
  font-size: var(--1rem);
  line-height: var(--1-5);
}

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

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo.brix---logo-v14 {
  max-width: 240px;
}

.brix---container-default-center {
  z-index: 999;
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.brix---header-nav-list-item-show-in-tablet {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-wrapper-rounded {
  background-color: #fff;
  border: 1px solid #2c2c2c;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 3px 10px #211f5414;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-logo-link-left {
  transform-style: preserve-3d;
  padding-left: 0;
  padding-right: 40px;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-left:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---btn-primary-small {
  border: 1px solid var(--aqua-dark);
  background-color: var(--aqua);
  color: var(--aqua-dark);
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border-radius: 8px;
  justify-content: center;
  padding: 8px 30px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  margin-left: 16px;
  font-weight: 700;
  display: flex;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---hamburger-menu-bar-bottom {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---hamburger-menu-bar-top {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-nav-list-item-left {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
}

.reserve-now {
  text-align: center;
  text-transform: uppercase;
  background-color: #2c2c2c;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 1.1rem;
  font-weight: 700;
  transition: all .3s;
}

.reserve-now:hover {
  transform: translate(0, -2px);
}

.reserve-now.yellow {
  text-align: center;
  text-align: center;
}

.brix---header-left-col {
  align-items: center;
  display: flex;
}

.brix---header-nav-link {
  color: #2c2c2c;
  text-transform: uppercase;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .3s;
}

.brix---header-nav-link.w--current {
  color: #2c2c2c;
}

.button-primary-2 {
  border: 1px solid var(--orange-dark);
  background-color: var(--orange);
  color: var(--orange-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 12px 40px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  transition: all .2s;
}

.button-primary-2:hover {
  transform: translate(0, -2px);
}

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

.button-primary-2.white {
  background-color: var(--orange);
  color: var(--orange-dark);
  letter-spacing: 1px;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.1rem;
  font-weight: 600;
}

.button-primary-2.white:hover {
  color: #252525;
  background-color: #fff;
  transform: translate(0, -5px);
}

.button-primary-2.white.border {
  border-style: solid;
  border-color: var(--orange-dark);
  background-color: var(--orange-dark);
  color: var(--orange);
}

.button-primary-2.red {
  background-color: var(--orange);
  color: var(--orange-dark);
  text-align: center;
  letter-spacing: 1px;
  border-style: solid;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}

.button-primary-2.red {
  background-color: var(--orange);
  color: var(--orange-dark);
  text-align: center;
  letter-spacing: 1px;
  border-style: solid;
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.button-primary-2.red:hover {
  transform: translate(0, -5px);
}

.div-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.uui-footer07_link {
  color: #fffae6;
  text-align: center;
  text-transform: uppercase;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_bottom-wrapper {
  border-top: 1px solid #fffae6;
  justify-content: center;
  margin-top: 1rem;
  padding-top: 2rem;
  text-decoration: none;
  display: flex;
}

.uui-padding-vertical-xlarge {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.uui-logo_logotype {
  border-radius: 8px;
  flex: none;
  height: 100%;
}

.uui-footer07_component {
  background-color: #252525;
  border-top: 1px solid #90cbef;
  padding-top: 20px;
}

.uui-footer07_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-text-size-small {
  color: #475467;
  letter-spacing: normal;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: #fffae6;
  text-transform: capitalize;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
}

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

.uui-footer07_link-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: max-content;
  justify-content: center;
  display: flex;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-footer07_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 4rem;
  display: flex;
}

.body {
  background-image: linear-gradient(#ffffffeb, #ffffffeb), url("https://cdn.prod.website-files.com/68ed254759995263c17229fc/68ed91ab9b312888182405e0_fork-back.jpg");
  background-position: 0 0, 50%;
  background-size: auto, 1200px;
}

.hero-without-image-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 140px 30px 80px;
  display: flex;
  position: relative;
}

.hero-without-image-3.contact {
  background-image: linear-gradient(#000000b3, #000000b3), url("https://cdn.prod.website-files.com/68ed254759995263c17229fc/68ed7ef6f93919562f22d8d0_shutterstock_397799917.avif");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-without-image-3.menu {
  background-image: linear-gradient(#000000a6, #000000a6), url("https://cdn.prod.website-files.com/68ed254759995263c17229fc/68ed7befa4a966b9dfe0ba07_486705325_675189831524602_3256059157097179529_n.avif");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-without-image-3.about {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/68ed254759995263c17229fc/68ed7ca5bddd189de140b104_476433592_641577284885857_2064467464681449167_n.avif");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-3 {
  color: var(--white);
  font-size: 5rem;
  line-height: var(--1-5);
  text-transform: capitalize;
}

.heading-9 {
  color: #52372a;
  margin-top: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.shadow-two-2 {
  border-radius: 20px;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-heading-left-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 30px;
  position: relative;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .brix---header-menu-wrapper-v2 {
    background-color: #2c2c2c;
    border: 1px solid #eff0f6;
    border-radius: 28px;
    margin-top: 19px;
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-nav-list-item-show-in-tablet {
    margin-bottom: 16px;
    padding-left: 0;
    display: block;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .brix---btn-primary-small.drawer {
    display: none;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---header-nav-list-item-left {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .reserve-now {
    font-weight: 700;
  }

  .reserve-now.yellow.drawer {
    display: none;
  }

  .brix---header-nav-link {
    color: var(--white);
    font-size: 2rem;
    font-weight: 300;
  }

  .image-10 {
    height: 280px;
  }

  .heading {
    font-size: 4rem;
  }

  .button-primary-2.white {
    font-size: 1.1rem;
  }

  .button-primary-2.white.border:hover {
    color: #fffae6;
    background-color: #52372a;
  }

  .button-primary-2.red {
    border-style: solid;
    border-width: 2px;
  }

  .button-primary-2.red {
    border: 2px solid #ba1e02;
  }

  .button-primary-2.red:hover {
    color: #ba1e02;
    background-color: #fffae6;
    border: 2px solid #ba1e02;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .team-member-image {
    aspect-ratio: 2;
  }

  .container-6 {
    max-width: 728px;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-footer07_link-list {
    grid-template-columns: 1fr;
  }

  .container, .container-7 {
    max-width: 728px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-contact03_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .goto-logo {
    aspect-ratio: 1;
    object-fit: contain;
    align-self: center;
    width: 120px;
    height: 120px;
  }

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

  .secondarycta-buttondiv {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 15px;
  }

  .secondarycta-paragraph {
    max-width: 240px;
  }

  .div-block-111 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }
}

@media screen and (max-width: 767px) {
  .brix---header-logo {
    max-width: 90%;
  }

  .brix---header-nav-list-item-show-in-tablet {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-primary-small.drawer {
    background-color: var(--white);
    color: #2c2c2c;
    background-color: var(--white);
    padding: 8px 26px;
    font-size: 1.3rem;
    font-weight: 700;
    display: block;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-left {
    padding-right: 0;
  }

  .reserve-now.yellow {
    color: #2c2c2c;
    background-color: #f8c039;
    font-size: 1.3rem;
  }

  .reserve-now.yellow.drawer {
    background-color: var(--white);
    background-color: var(--white);
    display: block;
  }

  .hero-without-image {
    padding: 3rem 1.5rem;
  }

  .hero-wrapper-two {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .image-10 {
    height: 240px;
  }

  .heading {
    margin-bottom: 20px;
  }

  .div-block-2 {
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .button-primary-2 {
    text-align: center;
  }

  .button-primary-2.white {
    font-size: 1.1rem;
  }

  .centered-heading.left {
    font-size: 4rem;
  }

  .margin-bottom-24px {
    text-align: left;
    font-size: 1rem;
  }

  .div-block-4 {
    flex-flow: row;
    justify-content: flex-start;
    display: flex;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

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

  .team-circles {
    padding: 60px 15px;
  }

  .team-member-name {
    font-size: 1.5rem;
  }

  .hero-wrapper-two-2 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-without-image-2 {
    padding: 60px 15px;
  }

  .heading-2 {
    line-height: 1.2;
  }

  .uui-footer07_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-footer07_component {
    padding-bottom: 40px;
  }

  .uui-footer07_link-list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .hero-without-image-3 {
    padding: 60px 15px;
  }

  .hero-without-image-3.menu, .hero-without-image-3.about, .hero-without-image-3.menu, .hero-without-image-3.about {
    padding-top: 100px;
  }

  .container {
    text-align: center;
  }

  .hero-wrapper-two-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .hero-heading-left-2, .hero-without-image-4 {
    padding: 60px 15px;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-contact03_contact-list {
    margin-top: 2rem;
  }

  .uui-contact03_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .tab-menu {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .tabs-menu {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .description {
    width: 100%;
  }

  .centered-heading-2 {
    text-shadow: 0 4px #b91619;
  }

  .centered-heading-2.white {
    text-shadow: 0 4px #f9eed1;
  }

  .dish-name {
    font-size: 1.5rem;
  }

  .wrapper {
    margin-bottom: 10px;
  }

  .top.more-lines {
    flex-flow: column;
    align-items: flex-start;
  }

  .line-menu {
    display: none;
  }

  .price {
    font-size: 1.5rem;
  }

  .secondarycta-flex {
    flex-flow: column;
  }

  .secondarycta-buttondiv {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

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

@media screen and (max-width: 479px) {
  .brix---header-logo {
    max-width: 84%;
  }

  .brix---header-nav-list-item-show-in-tablet {
    text-align: left;
    width: 100%;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .brix---container-default.navbar {
    padding-left: 10px;
  }

  .brix---header-nav-list-item-left {
    text-align: left;
    width: 100%;
  }

  .brix---header-nav-link {
    text-align: center;
  }

  .hero-without-image {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-2 {
    max-width: none;
  }

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

  .image-10 {
    height: 200px;
  }

  .heading {
    text-align: left;
    font-size: 3rem;
    line-height: 1.5;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .button-primary-2 {
    width: 100%;
    font-size: 1rem;
  }

  .button-primary-2.red {
    font-size: 1.2rem;
  }

  .centered-heading {
    margin-bottom: 24px;
    font-size: 2.5rem;
  }

  .centered-heading.left {
    font-size: 2.5rem;
  }

  .centered-heading._3 {
    margin-bottom: 10px;
    line-height: 1.2;
  }

  .div-block-4 {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .hero-split.lines {
    padding: 26px;
  }

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

  .team-member-name {
    font-size: 1.5rem;
  }

  .div-block-5 {
    justify-content: space-between;
    width: 100%;
  }

  .container-6 {
    max-width: none;
  }

  .hero-wrapper-two-2 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .uui-footer07_component {
    padding-bottom: 60px;
  }

  .uui-footer07_link-list {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-6 {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .container {
    max-width: none;
  }

  .heading-3 {
    font-size: 4rem;
  }

  .container-7 {
    max-width: none;
  }

  .text-contact {
    font-size: 1.3rem;
  }

  .uui-contact03_component {
    grid-template-columns: 1fr;
  }

  .nachos-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu {
    grid-template-columns: 1fr 1fr;
  }

  .description {
    font-size: .95rem;
  }

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

  .container-9 {
    max-width: none;
  }

  .centered-heading-2 {
    text-shadow: 0 2px #b91619;
    margin-bottom: 24px;
    font-size: 2.5rem;
  }

  .centered-heading-2.white {
    text-shadow: 0 2px #f9eed1;
  }

  .dish-name {
    white-space: normal;
    font-size: 1.3rem;
  }

  .top.more-lines {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .line-menu {
    width: 50%;
    display: none;
  }

  .price {
    font-size: 1.3rem;
  }

  .goto-logo {
    border-radius: 20px;
    align-self: center;
    width: 90px;
    height: 90px;
  }

  .secondarycta-buttondiv {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .secondarycta {
    padding-left: 12px;
    padding-right: 12px;
  }

  .secondarycta-paragraph {
    max-width: 230px;
  }
}

#w-node-_39ac3718-9418-2f59-8c75-28c31d49beb2-1d49bead {
  justify-self: center;
}

#w-node-_39ac3718-9418-2f59-8c75-28c31d49bec2-1d49bead, #w-node-_538c4109-a510-3238-2541-b3e98f70cf96-1d49bead {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_39ac3718-9418-2f59-8c75-28c31d49beb2-1d49bead {
    justify-self: center;
  }

  #w-node-_39ac3718-9418-2f59-8c75-28c31d49beb6-1d49bead, #w-node-_39ac3718-9418-2f59-8c75-28c31d49beb9-1d49bead, #w-node-_39ac3718-9418-2f59-8c75-28c31d49bebc-1d49bead, #w-node-_39ac3718-9418-2f59-8c75-28c31d49bebf-1d49bead, #w-node-_39ac3718-9418-2f59-8c75-28c31d49bec2-1d49bead, #w-node-_538c4109-a510-3238-2541-b3e98f70cf96-1d49bead {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_39ac3718-9418-2f59-8c75-28c31d49beb9-1d49bead, #w-node-_39ac3718-9418-2f59-8c75-28c31d49bebc-1d49bead {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_39ac3718-9418-2f59-8c75-28c31d49beb2-1d49bead {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_39ac3718-9418-2f59-8c75-28c31d49beb6-1d49bead, #w-node-_39ac3718-9418-2f59-8c75-28c31d49beb9-1d49bead, #w-node-_39ac3718-9418-2f59-8c75-28c31d49bebc-1d49bead, #w-node-_39ac3718-9418-2f59-8c75-28c31d49bebf-1d49bead, #w-node-_39ac3718-9418-2f59-8c75-28c31d49bec2-1d49bead, #w-node-_538c4109-a510-3238-2541-b3e98f70cf96-1d49bead {
    grid-column: span 1 / span 1;
  }
}
