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

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

a {
  text-decoration: none;
}

.body {
  background-color: #fffae3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1920px;
  display: flex;
}

.heading {
  font-size: 4vw;
  line-height: 1;
}

.image {
  width: 25vw;
  max-width: none;
}

.heading-2 {
  color: #000100;
  font-family: Oswald, sans-serif;
}

.body-2 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-sec {
  background-image: url('../images/pc-hero.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  display: flex;
}

.section {
  width: 100%;
  max-width: 1920px;
}

.menu-sec {
  background-image: url('../images/pc-city.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  display: flex;
  position: relative;
}

.slide-sec, .delivery-order-online-sec {
  width: 100%;
  max-width: 1920px;
}

.catering-sec {
  background-image: url('../images/lebanese-food.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.footer {
  background-color: #020202;
  width: 100%;
  max-width: 1920px;
}

.buziko-link {
  color: #fff;
  text-align: center;
  background-color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: block;
}

.menu-div {
  background-color: #8f5549;
  border: 4px solid #e9c85b;
  border-top-width: 0;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
}

.image-2 {
  width: 100%;
  max-width: none;
}

.divider {
  background-color: #f2c542;
  width: 100%;
  height: 20px;
}

.menu-div-outer {
  background-color: #8f5549;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 60%;
  margin-bottom: 100px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.menu-button {
  background-color: #e9c85b;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 30vw;
  padding: 20px;
  display: flex;
}

.menu-button-div {
  background-color: #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 25vw;
  padding: 20px;
  display: flex;
}

.menu-button-h1 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Oswald, sans-serif;
  font-size: 3.5vw;
  line-height: 1;
}

.food-circles-div {
  z-index: 1000;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -13%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.food-circle-img {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.food-circle-div {
  padding-left: 10px;
  padding-right: 10px;
}

.slider {
  background-color: #000;
  height: 100%;
}

.image-3 {
  width: 100%;
  max-width: none;
  margin-top: 40px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
}

.image-4 {
  width: 100%;
  max-width: none;
}

.footer-h1 {
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 6vw;
  line-height: 1;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.social-div {
  background-color: #f2c542;
  width: 100%;
}

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

.footer-h2 {
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 4vw;
  line-height: 1;
}

.footer-h3 {
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

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

.social-h1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3vw;
  line-height: 1.2;
}

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

.image-5 {
  width: 10vw;
  max-width: none;
}

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

.menu-button-h1-copy {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 3.5vw;
  line-height: 1;
}

.menu-h1 {
  color: #fff;
  text-align: center;
  width: 75%;
  margin-bottom: 20px;
  font-size: 2vw;
  font-style: italic;
  line-height: 1.2;
}

.social-div-phone {
  background-color: #f2c542;
  width: 100%;
  display: none;
}

.image-6 {
  width: 15vw;
  max-width: none;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.delivery-div {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.delivery-img {
  width: 60%;
  max-width: none;
}

.delivery-h1 {
  color: red;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 3vw;
  line-height: 1;
}

.doordash-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-7 {
  width: 60%;
  max-width: none;
}

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

.order-online-div {
  background-image: url('../images/order-online-back.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.order-button {
  background-color: #e9c85b;
  border-radius: 5vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px;
  display: flex;
}

.order-button-div {
  background-color: #000;
  border-radius: 4vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px;
  display: flex;
}

.order-button-h1 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 3.5vw;
  line-height: 1;
}

.order-big-h1 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-shadow: 2px 0 2px #0003;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 8vw;
  line-height: 1;
}

.div-block-3 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  display: flex;
}

.image-8 {
  width: 15vw;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 10px;
}

.catering-h1 {
  color: #e9c85b;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 6vw;
  line-height: 1;
}

.catering-h2 {
  color: #e9c85b;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 4vw;
  line-height: 1;
}

.div-block-4 {
  background-color: #fff;
  width: 30%;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.catering-sm-type {
  color: #fff;
  text-align: center;
  width: 60%;
  font-weight: 400;
}

.catering-button {
  background-color: #e9c85b;
  border-radius: 5vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.catering-button-h1 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 3.5vw;
  line-height: 1.2;
}

.navbar {
  z-index: 2000;
  background-color: #ddd0;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-div {
  background-color: #000;
}

.icon {
  color: #000;
}

.menu-button-2 {
  z-index: 4000;
  background-color: #f2c542;
  position: relative;
  inset: 0% 0% auto auto;
}

.menu-button-2.w--open {
  z-index: 3000;
  background-color: #f2c542;
  position: fixed;
  inset: 0% 0% auto auto;
}

.nav-menu {
  background-color: #f2c542;
  height: 100vh;
  padding-top: 66px;
  position: fixed;
  inset: 0% 0% auto;
}

.navlink {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.2;
}

.image-9 {
  width: 4vw;
  max-width: none;
}

.arrow-link {
  margin-bottom: 20px;
  position: absolute;
  inset: auto auto 0%;
}

.body-3 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-page-section {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

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

.menu-logo-img {
  width: 10vw;
  max-width: none;
  margin-top: 10px;
}

.big-menu-top {
  color: #e8c75b;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 10vw;
  line-height: 1;
}

.menu-left-div {
  padding: 20px;
}

.menu-h1-copy {
  color: #fff;
  text-align: center;
  width: 75%;
  margin-bottom: 20px;
  font-size: 2vw;
  font-style: italic;
  line-height: 1.2;
}

.menu-page-h1 {
  color: #e9c85b;
  font-family: Oswald, sans-serif;
}

.menu-item {
  color: #e9c85b;
  font-family: Oswald, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.2;
}

.menu-descript {
  color: #fff;
  font-size: 1.5vw;
  font-style: italic;
  font-weight: 400;
}

.menu-item-white {
  color: #fff;
}

.p-menu {
  color: #fff;
  text-align: center;
  width: 85%;
  font-size: 1vw;
}

.menu-item-white-copy {
  color: #fff;
}

.menu-descript-copy {
  color: #fff;
  font-size: 1.5vw;
  font-style: italic;
  font-weight: 400;
}

.menu-item-copy {
  color: #e9c85b;
  font-family: Oswald, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-5 {
  border: 3px solid #e9c85b;
  border-radius: 100px;
  width: 75%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.catering-questions-h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 3vw;
  line-height: 1.2;
}

.catering-yellow {
  color: #e9c85b;
  font-family: Oswald, sans-serif;
}

.catering-form {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.catering-questions-div {
  margin-left: auto;
  margin-right: auto;
}

.question-h1 {
  color: #e9c85b;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  line-height: 1.2;
}

.form-block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.field-label-2 {
  color: #e1cb6c;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1;
}

.text-field-2 {
  color: #c1272d;
  background-color: #fff;
  border: 3px solid #80916f;
  border-radius: 13px;
  font-size: 1rem;
}

.textarea-2 {
  border: 3px solid #80916f;
  border-radius: 13px;
  margin-bottom: 20px;
}

.submit-button {
  color: #000;
  background-color: #e9c85b;
  border: 0 solid #000;
  border-radius: 13px;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
}

.body-4 {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.thank-you-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.thank-you-h1 {
  color: #fff;
  text-align: center;
  width: 75%;
  margin-top: 0;
  font-size: 3vw;
  line-height: 1.2;
}

.home-link {
  margin-bottom: 20px;
}

.image-7-copy {
  width: 75%;
  max-width: none;
}

.al-yemen-ezcateri-link {
  justify-content: center;
  display: flex;
}

.div-block-9 {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  width: 50%;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.image-22 {
  width: 300px;
  margin: 10px auto;
}

.ezcateri-link {
  justify-content: center;
  display: flex;
}

.image-23 {
  width: 10rem;
  max-width: none;
  height: 10rem;
}

.div-block-10 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .form-block {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .buziko-link {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .footer-h1 {
    font-size: 5vw;
  }

  .footer-h2 {
    font-size: 3vw;
  }

  .footer-h3 {
    margin-bottom: 20px;
    font-size: 2.5vw;
  }

  .social-h1 {
    font-size: 4vw;
  }

  .image-5 {
    width: 12vw;
    font-size: 12px;
  }

  .image-6 {
    width: 25vw;
  }

  .navlink {
    font-size: 4vw;
  }

  .image-9 {
    width: 6vw;
  }

  .div-block-9 {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .buziko-link {
    margin-bottom: 0;
  }

  .menu-div-outer {
    width: 75%;
  }

  .food-circles-div {
    width: 90%;
  }

  .footer-h1 {
    font-size: 50px;
  }

  .grid-3 {
    grid-template-columns: 1.25fr .75fr;
  }

  .social-div {
    display: none;
  }

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

  .footer-h2 {
    font-size: 35px;
  }

  .footer-h3 {
    font-size: 28px;
  }

  .social-h1 {
    font-size: 40px;
  }

  .image-5 {
    width: 100px;
  }

  .div-block-2 {
    padding-left: 20px;
  }

  .menu-h1 {
    font-size: 22px;
  }

  .social-div-phone {
    display: block;
  }

  .delivery-h1 {
    font-size: 45px;
  }

  .order-button {
    margin-bottom: 20px;
  }

  .order-button-h1 {
    font-size: 50px;
  }

  .order-big-h1 {
    font-size: 75px;
  }

  .catering-sm-type {
    width: 75%;
  }

  .catering-button {
    margin-bottom: 20px;
  }

  .catering-button-h1 {
    font-size: 25px;
  }

  .nav-menu {
    padding-top: 64px;
  }

  .navlink {
    font-size: 42px;
  }

  .image-9 {
    width: 50px;
  }

  .menu-logo-img {
    width: 25%;
  }

  .big-menu-top {
    font-size: 75px;
  }

  .menu-h1-copy, .menu-item {
    font-size: 22px;
  }

  .menu-descript {
    font-size: 16px;
  }

  .p-menu {
    font-size: 12px;
  }

  .menu-descript-copy {
    font-size: 16px;
  }

  .menu-item-copy {
    font-size: 22px;
  }

  .div-block-5 {
    width: 95%;
  }

  .catering-questions-h1 {
    font-size: 26px;
    line-height: 1.2;
  }

  .question-h1 {
    font-size: 2rem;
  }

  .field-label-2 {
    font-size: 1.5rem;
  }

  .submit-button {
    width: 100%;
  }

  .thank-you-h1 {
    width: 85%;
    font-size: 35px;
  }

  .div-block-9 {
    width: 70%;
  }

  .image-23 {
    width: 5rem;
    height: 5rem;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 60vw;
  }

  .hero-sec {
    background-position: 25%;
  }

  .catering-sec {
    background-position: 50%;
  }

  .buziko-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
  }

  .menu-div {
    padding: 10px;
  }

  .divider {
    height: 10px;
  }

  .menu-div-outer {
    width: 85%;
    margin-bottom: 220px;
  }

  .menu-button {
    width: 40vw;
    height: 40vw;
  }

  .menu-button-div {
    width: 35vw;
    height: 35vw;
  }

  .menu-button-h1 {
    font-size: 14px;
    line-height: 1.2;
  }

  .image-3 {
    margin-top: 50px;
  }

  .image-4 {
    width: 85%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-h1 {
    font-size: 45px;
  }

  .social-div {
    display: none;
  }

  .footer-h2 {
    font-size: 26px;
  }

  .footer-h3 {
    font-size: 20px;
    line-height: 1.2;
  }

  .social-h1 {
    font-size: 30px;
  }

  .menu-h1 {
    width: 85%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .image-6 {
    width: 50%;
  }

  .delivery-h1 {
    font-size: 30px;
  }

  .order-button {
    width: auto;
    height: auto;
    padding: 15px;
  }

  .order-button-div {
    width: auto;
    height: auto;
    padding: 10px;
  }

  .order-button-h1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 1.2;
  }

  .order-big-h1 {
    font-size: 60px;
  }

  .div-block-3 {
    width: 75%;
  }

  .image-8 {
    width: 30%;
  }

  .catering-h1 {
    font-size: 36px;
  }

  .catering-h2 {
    font-size: 26px;
  }

  .div-block-4 {
    width: 45%;
    height: 3px;
  }

  .catering-sm-type {
    width: 80%;
    font-size: 14px;
    line-height: 1.2;
  }

  .catering-button {
    width: auto;
    height: auto;
    padding: 10px;
  }

  .catering-button-h1 {
    margin: 5px;
    font-size: 14px;
    line-height: 1.2;
  }

  .navlink {
    font-size: 36px;
  }

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

  .big-menu-top {
    font-size: 50px;
  }

  .menu-left-div {
    padding-top: 0;
  }

  .menu-h1-copy {
    width: 85%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .menu-page-h1 {
    font-size: 30px;
  }

  .menu-item {
    font-size: 14px;
  }

  .menu-descript {
    font-size: 12px;
  }

  .menu-item-white, .menu-item-white-copy {
    font-size: 14px;
  }

  .menu-descript-copy {
    font-size: 12px;
  }

  .menu-item-copy {
    font-size: 14px;
    line-height: 1.4;
  }

  .catering-questions-h1 {
    font-size: 16px;
  }

  .form-block {
    width: 90%;
    height: auto;
    margin: 0 10px 37px 15px;
  }

  .field-label-2 {
    font-size: 1rem;
  }

  .submit-button {
    font-size: 1.5rem;
  }

  .thank-you-h1 {
    margin-bottom: 0;
    font-size: 28px;
  }

  .home-link {
    width: 85%;
    margin-bottom: 20px;
  }

  .div-block-9 {
    width: 60%;
    height: auto;
  }

  .image-22 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-10 {
    flex-direction: column;
    align-items: center;
  }
}

#w-node-_03ff25c8-b330-e824-601c-62782e2a01a0-2718ba18, #w-node-b55c8f2c-612c-e54b-0676-33ebc75e1d07-2718ba18, #w-node-_173eebc8-07f2-4283-5f6c-90ef90eb7a79-2718ba18, #w-node-ef8bb894-b87a-0e2f-9421-03e740a9034c-2718ba18, #w-node-_1f4577ad-1195-2423-cb32-6c374cdab3ab-2718ba18, #w-node-_9ffc92db-ef9f-a4b8-f9f6-10b324e1d217-2718ba18, #w-node-_4ca683e5-0554-597d-6288-725c8fc915f5-8fc915f2, #w-node-_4ca683e5-0554-597d-6288-725c8fc915f8-8fc915f2, #w-node-_4ca683e5-0554-597d-6288-725c8fc915fb-8fc915f2, #w-node-_4ca683e5-0554-597d-6288-725c8fc915fd-8fc915f2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4ca683e5-0554-597d-6288-725c8fc915ff-8fc915f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4ca683e5-0554-597d-6288-725c8fc91601-8fc915f2, #w-node-_4ca683e5-0554-597d-6288-725c8fc91604-8fc915f2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4ca683e5-0554-597d-6288-725c8fc91606-8fc915f2, #w-node-_4ca683e5-0554-597d-6288-725c8fc91608-8fc915f2, #w-node-_4ca683e5-0554-597d-6288-725c8fc9160c-8fc915f2, #w-node-_89948898-4e30-3fd2-3050-adba6f3cad64-8ae8d520, #w-node-dd561f7d-527d-e264-2939-a459f5f20436-8ae8d520, #w-node-c13ee155-4645-8178-9127-f143305e0d88-8ae8d520, #w-node-_89948898-4e30-3fd2-3050-adba6f3cad66-8ae8d520 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_89948898-4e30-3fd2-3050-adba6f3cad68-8ae8d520, #w-node-_89948898-4e30-3fd2-3050-adba6f3caeb2-8ae8d520 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c79ad759-e86f-cb03-68bb-7fa8023d488e-4a852e15 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-efea01ae-4242-12cb-1a90-7699aee9d5c4-4a852e15 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_305f3d8c-e1eb-fe4e-a706-10ec441e06e3-4a852e15, #w-node-a24897e2-730e-150e-d17c-82ddf10c3bb8-4a852e15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_1f4577ad-1195-2423-cb32-6c374cdab3ab-2718ba18 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9ffc92db-ef9f-a4b8-f9f6-10b324e1d217-2718ba18 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_4ca683e5-0554-597d-6288-725c8fc915f8-8fc915f2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_4ca683e5-0554-597d-6288-725c8fc915fb-8fc915f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4ca683e5-0554-597d-6288-725c8fc915fd-8fc915f2 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_4ca683e5-0554-597d-6288-725c8fc91604-8fc915f2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_89948898-4e30-3fd2-3050-adba6f3cad68-8ae8d520, #w-node-_89948898-4e30-3fd2-3050-adba6f3caeb2-8ae8d520, #w-node-_305f3d8c-e1eb-fe4e-a706-10ec441e06e3-4a852e15, #w-node-a24897e2-730e-150e-d17c-82ddf10c3bb8-4a852e15 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_03ff25c8-b330-e824-601c-62782e2a01a0-2718ba18, #w-node-b55c8f2c-612c-e54b-0676-33ebc75e1d07-2718ba18 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_173eebc8-07f2-4283-5f6c-90ef90eb7a79-2718ba18, #w-node-ef8bb894-b87a-0e2f-9421-03e740a9034c-2718ba18 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}


