:root {
  --white: white;
  --forest-green: #38802d;
  --dark-goldenrod: #a98037;
  --pale-goldenrod: #f7f0ad;
  --pale-goldenrod-2: #f7f1a9;
  --black: black;
  --midnight-blue: #2d2d42;
  --greenblack: #3d4f4b;
  --lemon-chiffon: #f6f2c2;
}

.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: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
}

.hero-sec {
  background-image: linear-gradient(#000 7%, #fff0 26%), url('../images/shish-hero.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  display: flex;
  position: relative;
}

.shish-logo-img {
  width: 50%;
  max-width: none;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.hero-h1 {
  color: var(--forest-green);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.navbar {
  background-color: #0000;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.icon {
  background-image: linear-gradient(124deg, var(--dark-goldenrod), var(--pale-goldenrod) 23%, var(--dark-goldenrod) 53%, var(--pale-goldenrod-2) 77%, var(--dark-goldenrod));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3rem;
}

.image {
  width: 300px;
  margin-top: 10px;
  margin-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.swoosh-img {
  width: 100%;
  max-width: none;
  position: absolute;
  inset: auto 0% -33%;
}

.gallery-sec {
  background-image: url('../images/shish-slide10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: flex;
}

.navbar-2 {
  z-index: 10000;
  width: 100%;
}

.menu-button-2 {
  z-index: 2000;
  background-color: #0000;
  border-bottom-left-radius: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.menu-button-2.w--open {
  z-index: 3500;
  background-color: #0000;
}

.icon-3 {
  background-color: var(--black);
  background-image: linear-gradient(132deg, var(--dark-goldenrod), var(--pale-goldenrod) 25%, var(--dark-goldenrod) 50%, var(--pale-goldenrod-2) 75%, var(--dark-goldenrod));
  color: #f4d12b;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3rem;
}

.nav-menu {
  z-index: 3400;
  background-color: #fbee3d;
  background-image: linear-gradient(151deg, var(--dark-goldenrod), var(--pale-goldenrod) 45%, var(--pale-goldenrod) 77%, var(--dark-goldenrod));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 63px;
  padding-bottom: 0;
  display: flex;
}

.nav-link {
  z-index: 2001;
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

.link-block-2 {
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.order-button {
  color: #0000;
  background-color: #f4d12b;
  border-radius: 100px;
  width: 30%;
  margin-left: auto;
  margin-right: 10%;
}

.order-h1 {
  background-image: linear-gradient(131deg, var(--dark-goldenrod), var(--pale-goldenrod) 21%, #d1aa65 52%, var(--pale-goldenrod-2) 79%, var(--dark-goldenrod));
  color: #9b2121;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 10px auto 0;
  padding: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
  overflow: hidden;
}

.shish-logo-div {
  z-index: 10000;
  display: block;
  position: absolute;
  inset: 0% auto auto;
}

.image-2 {
  margin-top: 10px;
  margin-left: 10px;
}

.image-3 {
  width: 400px;
}

.link-block-3 {
  margin-top: auto;
  margin-bottom: 0;
  position: relative;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 75%;
  margin-top: 178px;
  margin-bottom: 40px;
}

.gallery-div {
  border: 0px solid var(--pale-goldenrod);
  background-image: linear-gradient(124deg, var(--dark-goldenrod), var(--pale-goldenrod) 25%, var(--dark-goldenrod) 49%, var(--pale-goldenrod-2) 75%, var(--dark-goldenrod));
  box-shadow: 3px 3px 3px #000000ad;
}

.gallery-img {
  width: 100%;
  max-width: none;
  padding: 5px;
}

.falafal-img {
  padding: 5px;
}

.order-sec {
  width: 80%;
  max-width: 1920px;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--midnight-blue);
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.order-outside-div {
  background-image: linear-gradient(120deg, var(--dark-goldenrod), var(--pale-goldenrod) 25%, var(--dark-goldenrod) 52%, var(--pale-goldenrod-2) 79%, var(--dark-goldenrod));
  width: 100%;
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding: 5px;
}

.order-left-div {
  border: 0 solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  height: 100%;
}

.order-h2 {
  color: var(--white);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.image-4 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.order-h3 {
  color: var(--white);
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 10px;
  font-family: Varela, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.image-5 {
  width: 75%;
  margin: 20px auto;
}

.link-block-4 {
  display: flex;
}

.order-right-div {
  border-right: 0px solid var(--pale-goldenrod-2);
  margin-top: 10px;
  margin-bottom: 10px;
}

.catering-sec {
  background-image: url('../images/shish-catering.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin-top: 20px;
  padding: 20px;
  display: flex;
}

.catering-div {
  border: 4px solid var(--pale-goldenrod-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
}

.catering-big-h1 {
  background-image: linear-gradient(131deg, var(--dark-goldenrod), var(--pale-goldenrod) 21%, #d1aa65 52%, var(--pale-goldenrod-2) 79%, var(--dark-goldenrod));
  color: #9b2121;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 auto;
  padding: 0 10px 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 18rem;
  font-weight: 900;
  line-height: 18rem;
}

.catering-small-h1 {
  background-image: linear-gradient(131deg, var(--dark-goldenrod), var(--pale-goldenrod) 21%, #d1aa65 52%, var(--pale-goldenrod-2) 79%, var(--dark-goldenrod));
  color: #9b2121;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
}

.catering-h2 {
  color: var(--white);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
}

.link-block-5 {
  width: 400px;
  margin-bottom: 20px;
}

.reviews-sec {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  max-width: 1920px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-right-radius: 30px;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  width: 25vw;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
}

.reviews-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding-right: 20px;
  display: flex;
}

.reviews-bubble-div {
  border: 2px solid var(--greenblack);
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--white) 50%, var(--lemon-chiffon));
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: skew(0deg);
}

.stars-img {
  width: 200px;
  max-width: none;
  margin-top: 20px;
  padding-top: 20px;
}

.paragraph {
  padding: 20px;
}

.image-7 {
  width: 60px;
  position: absolute;
  inset: 9% auto 0% -60px;
}

.review-name-p {
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.slider {
  background-color: #0000;
  width: 25vw;
  height: auto;
}

.slide {
  height: auto;
}

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

.reviews-slide-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.social-div {
  background-image: url('../images/shish-social.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin: 20px auto;
  padding-top: 10px;
  display: flex;
}

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

.social-top-div {
  height: 100%;
  position: relative;
}

.image-8 {
  width: 30%;
  max-width: none;
  margin-left: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-9 {
  width: 40%;
  max-width: none;
  margin-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-10 {
  width: 35%;
  position: absolute;
  inset: 105px 0% 0% 31%;
}

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

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  margin-left: auto;
}

.social-img {
  width: 70%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.social-svg-img {
  width: 80%;
  margin: auto;
}

.social-bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.social-button {
  width: 75%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.gift-card-div {
  background-image: url('../images/shish-gift-food.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
  display: flex;
  overflow: hidden;
}

.image-12 {
  width: 75%;
  margin: 20px;
  transform: rotate(-11deg);
}

.about-div {
  border: 3px solid var(--dark-goldenrod);
  background-color: var(--white);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin: 20px;
  display: flex;
}

.about-h1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

.about-divider {
  background-color: var(--dark-goldenrod);
  width: 90%;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
}

.about-p {
  text-align: center;
  width: 80%;
  margin: 20px auto;
  font-size: 1rem;
  line-height: 1.2rem;
}

.location-sec {
  background-color: var(--greenblack);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.loc-h1 {
  background-image: linear-gradient(130deg, var(--dark-goldenrod), var(--pale-goldenrod) 23%, var(--pale-goldenrod) 39%, #b69a67 57%, var(--pale-goldenrod-2) 67%, var(--pale-goldenrod-2) 87%, var(--dark-goldenrod));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  width: 75%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.loc-div {
  border: 3px solid var(--pale-goldenrod-2);
  background-color: var(--midnight-blue);
  margin: 10px;
  padding: 10px;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.loch2 {
  color: var(--pale-goldenrod-2);
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.text-span {
  font-size: 20px;
  line-height: 1px;
}

.loc-h3 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

.address-div {
  margin-bottom: 10px;
}

.loc-h4 {
  color: var(--white);
  text-align: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.dropdown {
  width: 80%;
}

.dropdown-toggle {
  z-index: 2000;
  background-image: linear-gradient(125deg, var(--dark-goldenrod), var(--pale-goldenrod) 28%, #cfab6b 58%, var(--pale-goldenrod) 74%, var(--dark-goldenrod));
  border-radius: 100px;
  width: 100%;
}

.text-block {
  color: var(--black);
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.icon-4 {
  font-size: 2rem;
}

.map-link {
  margin-top: 20px;
  margin-right: 0;
}

.social-link {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.facebook-img {
  width: 4rem;
  max-width: none;
  height: auto;
}

.map-img {
  object-fit: fill;
  width: 100%;
  max-width: none;
}

.text-span-2 {
  font-size: 22px;
}

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

.landing-sec {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.grid-landing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.landing-h1 {
  background-image: linear-gradient(125deg, var(--dark-goldenrod), #e0cf8a 17%, var(--pale-goldenrod) 37%, #af915c 50%, #dbcb8b 61%, var(--pale-goldenrod-2) 84%, var(--dark-goldenrod));
  color: var(--lemon-chiffon);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Playfair Display, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.landing-h2 {
  color: var(--pale-goldenrod-2);
  text-align: center;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.landing-h3 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.landing-h4 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 1rem;
}

.link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shish-hero-logo-img {
  width: 100%;
  max-width: none;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: auto;
  display: inline-block;
}

.buziko-link {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.buziko-sec {
  background-image: linear-gradient(124deg, var(--dark-goldenrod), var(--pale-goldenrod) 26%, var(--dark-goldenrod) 50%, var(--pale-goldenrod-2) 77%, var(--dark-goldenrod));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.delivery-sec {
  width: 100%;
}

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

.delivery-h1 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Playfair Display, sans-serif;
}

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

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

.al-loc-sec {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.al-address-div {
  background-color: #000000ba;
  border: 4px solid #c5a041;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  display: flex;
  transform: translate(-52px);
}

.al-address-h1 {
  color: #fbea78;
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
}

.al-h1-fax {
  font-size: 28px;
  line-height: 28px;
}

.al-hours-p {
  color: #fff;
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-weight: 700;
}

.photo-p {
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 25px;
  line-height: 30px;
}

.grid-12 {
  grid-row-gap: 0px;
}

.menu-food-pic {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

.tab-link-tab-1 {
  background-color: var(--midnight-blue);
  border-right: 3px solid #fff;
}

.tab-link-tab-1.w--current {
  background-color: var(--greenblack);
  color: #fff;
  border-right: 4px solid #fff;
}

.heading-7 {
  color: var(--dark-goldenrod);
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-weight: 900;
}

.tab-link-tab-2 {
  background-color: var(--midnight-blue);
  color: #fff;
}

.tab-link-tab-2.w--current {
  background-color: var(--greenblack);
}

.menu-takeout-div {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.bold-text {
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-weight: 900;
}

.photo-discript {
  background-color: var(--greenblack);
  text-align: center;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  display: flex;
  transform: translate(-43px);
}

.image-18 {
  width: 100%;
}

.photo-div {
  width: 300px;
}

.menu-div {
  background-color: #f6f2c27d;
  max-width: 1920px;
}

.paragraph-2 {
  text-align: left;
  margin-left: 20px;
  margin-right: 100px;
}

.body-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-7-copy {
  color: var(--dark-goldenrod);
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-weight: 900;
}

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

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

.heading-8 {
  color: var(--forest-green);
  text-align: center;
  text-transform: uppercase;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-style: italic;
}

.paragraph-2-copy {
  text-align: center;
}

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

.catering-menu-div {
  background-color: #f6f2c27d;
}

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

.top-sec {
  background-image: url('../images/shish-landing.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.image-23 {
  width: 30%;
  max-width: none;
  margin: 10px;
  padding-bottom: 0;
}

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

.link-block-13 {
  margin-bottom: 20px;
}

.delivery-icon-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 20px;
  display: flex;
}

.image-24 {
  width: 75%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.div-block-11 {
  margin-top: 20px;
  overflow: hidden;
}

.about-text-div {
  overflow: hidden;
}

.dropdown-list {
  background-color: var(--greenblack);
}

.dropdown-link {
  border-bottom: 1px solid var(--pale-goldenrod-2);
  color: var(--pale-goldenrod-2);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.dropdown-link-2 {
  color: var(--pale-goldenrod);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.dropdown-link-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.delivery-drop-h1 {
  color: var(--black);
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.image-25 {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  position: fixed;
  inset: 0%;
}

.deliv-sec {
  width: 100%;
}

.yemen-sec {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

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

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

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

.image-27 {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.haneeth-h3 {
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}

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

.gallery {
  width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.gallery-h1 {
  color: var(--greenblack);
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

.image-28 {
  width: 100%;
  max-width: none;
  padding-bottom: 20px;
}

.link-block-14 {
  width: 400px;
}

.button {
  border: 3px solid var(--pale-goldenrod-2);
  background-color: var(--midnight-blue);
  color: var(--white);
  border-radius: 20px;
  margin-top: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  inset: 0% 100px auto auto;
}

.map-al-img {
  object-fit: fill;
  width: 100%;
  max-width: none;
}

.map-al-link {
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.nav-link-ypsi-menu {
  z-index: 2001;
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

@media screen and (min-width: 1920px) {
  .swoosh-img {
    bottom: -26%;
  }

  .order-h1 {
    font-size: 5rem;
  }

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

  .link-block-3 {
    width: 30%;
  }

  .landing-sec {
    max-width: 1920px;
  }

  .landing-h1 {
    font-size: 5rem;
  }

  .landing-h2 {
    font-size: 3rem;
  }

  .landing-h3 {
    font-size: 2rem;
    line-height: 1.5;
  }

  .landing-h4 {
    font-size: 1.5rem;
  }

  .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12 {
    margin: 20px;
  }

  .delivery-h1 {
    margin-bottom: 40px;
    font-size: 3rem;
  }

  .heading-7 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .text-block-3 {
    font-size: 2rem;
    line-height: 1;
  }

  .menu-div {
    width: 1600px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .heading-7-copy {
    font-size: 2rem;
    line-height: 3rem;
  }

  .paragraph-2-copy {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

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

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

@media screen and (max-width: 991px) {
  .shish-logo-img {
    width: 80%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .swoosh-img {
    bottom: -25%;
  }

  .navbar-2 {
    z-index: 10000;
  }

  .menu-button-2 {
    z-index: 3500;
  }

  .menu-button-2.w--open {
    z-index: 40000;
  }

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

  .order-button {
    width: 50%;
  }

  .shish-logo-div {
    margin-top: 10px;
  }

  .order-sec {
    width: 100%;
  }

  .order-h2 {
    font-size: 2rem;
  }

  .order-h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .catering-h2 {
    font-size: 2rem;
  }

  .reviews-sec {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-4 {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .reviews-div {
    margin-right: 0;
  }

  .reviews-bubble-div {
    margin-right: 20px;
  }

  .slider {
    width: 30vw;
  }

  .reviews-slide-div {
    width: auto;
  }

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

  .social-div {
    height: auto;
    margin-bottom: 20px;
  }

  .social-button, .gift-card-div {
    margin-bottom: 20px;
  }

  .image-12 {
    width: 50%;
  }

  .grid-8 {
    width: 90%;
  }

  .loc-h3 {
    font-size: 18px;
  }

  .loc-h4 {
    font-size: 15px;
  }

  .text-block {
    font-size: 1rem;
  }

  .text-span-2 {
    font-size: 18px;
  }

  .landing-sec, .grid-10 {
    height: 100%;
  }

  .grid-landing {
    width: 100%;
  }

  .landing-h1 {
    font-size: 3rem;
  }

  .landing-h3 {
    font-size: 18px;
  }

  .landing-h4 {
    font-size: 15px;
  }

  .shish-hero-logo-img {
    width: 80%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .buziko-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .al-address-div {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .al-address-h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .al-hours-p {
    font-size: 16px;
  }

  .paragraph-2 {
    margin-left: 60px;
  }

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

  .delivery-drop-h1 {
    font-size: 1rem;
  }

  .image-25 {
    width: auto;
    height: 100vh;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .map-al-link {
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .icon {
    font-size: 2rem;
  }

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

  .swoosh-img {
    inset: auto 0% -14%;
  }

  .nav-link {
    font-size: 3rem;
  }

  .order-button {
    width: 40%;
    margin-right: 15%;
  }

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

  .shish-logo-div {
    left: 0;
  }

  .order-left-div {
    border: 0 solid #000;
    margin-left: 10px;
    margin-right: 10px;
  }

  .order-h2 {
    font-size: 45px;
  }

  .order-h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .catering-big-h1 {
    font-size: 200px;
    line-height: 200px;
  }

  .catering-small-h1 {
    font-size: 50px;
  }

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

  .reviews-sec {
    width: 100%;
  }

  .grid-4 {
    width: auto;
    padding-top: 10px;
  }

  .image-6 {
    width: 120%;
    max-width: none;
    height: auto;
    margin-top: auto;
    margin-left: -20%;
  }

  .reviews-bubble-div {
    margin-bottom: 20px;
  }

  .stars-img {
    width: 150px;
  }

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

  .image-7 {
    top: 58%;
  }

  .slider {
    width: 50vw;
  }

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

  .social-div {
    width: 90%;
  }

  .image-8 {
    margin-left: 10px;
  }

  .image-9 {
    margin-right: 10px;
  }

  .grid-7 {
    height: auto;
  }

  .social-svg-img {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-button {
    width: 75%;
    margin-bottom: 10px;
  }

  .grid-8 {
    width: 75%;
  }

  .text-block {
    font-size: 1.5rem;
  }

  .body-2 {
    background-size: auto;
  }

  .landing-sec {
    height: auto;
  }

  .grid-landing {
    width: 75%;
    padding-left: 0;
    padding-right: 0;
  }

  .landing-h1 {
    margin-bottom: 20px;
    font-size: 4rem;
  }

  .shish-hero-logo-img {
    width: 70%;
  }

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

  .al-address-div {
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    transform: translate(0, -33px);
  }

  .menu-div {
    background-color: #f6f2c27d;
  }

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

  .catering-menu-div {
    background-image: linear-gradient(to top, #f6f2c27d, #fff);
  }

  .delivery-icon-div {
    margin-left: 0;
    margin-right: 0;
  }

  .image-24 {
    width: 40%;
    margin-top: 20px;
  }

  .delivery-drop-h1 {
    font-size: 1.5rem;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .button {
    right: 79px;
  }

  .nav-link-ypsi-menu {
    font-size: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-sec {
    height: 550px;
  }

  .shish-logo-img {
    width: 80%;
    padding-top: 10px;
  }

  .image {
    width: 200px;
  }

  .swoosh-img {
    top: 498px;
    bottom: auto;
  }

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

  .nav-link {
    font-size: 2rem;
  }

  .order-button {
    width: 48%;
    margin-right: 21%;
  }

  .order-h1 {
    font-size: 33px;
    line-height: 1.1;
  }

  .shish-logo-div {
    width: 200px;
    margin-top: 0;
    left: 0;
  }

  .image-3 {
    width: 300px;
  }

  .link-block-3 {
    margin-bottom: 12px;
  }

  .grid {
    margin-top: 101px;
  }

  .order-sec {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .order-outside-div {
    margin-left: 25px;
    margin-right: 25px;
  }

  .order-left-div {
    margin-top: 0;
  }

  .order-h2 {
    font-size: 38px;
  }

  .order-h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .order-right-div {
    margin-top: 0;
    margin-bottom: 0;
  }

  .catering-big-h1 {
    font-size: 100px;
    line-height: 1.1;
  }

  .catering-small-h1 {
    font-size: 40px;
    line-height: 1.1;
  }

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

  .link-block-5 {
    width: 250px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .catering-button-img {
    max-width: none;
  }

  .reviews-sec {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: auto;
    margin-bottom: 0;
  }

  .grid-4 {
    background-image: none;
    border-top-right-radius: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .image-6 {
    width: 100%;
  }

  .reviews-div {
    justify-content: flex-start;
    padding-right: 0;
    position: relative;
    top: -90px;
  }

  .reviews-bubble-div {
    background-image: linear-gradient(to bottom, var(--white) 49%, var(--lemon-chiffon));
    margin-bottom: -60px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .stars-img {
    transform: rotate(0);
  }

  .image-7 {
    inset: -58px 0% auto 52%;
    transform: rotate(90deg);
  }

  .slider {
    width: 90vw;
  }

  .grid-5 {
    grid-auto-rows: auto;
  }

  .social-div {
    border-radius: 30px;
    height: auto;
    margin-bottom: 10px;
  }

  .image-8 {
    width: 45%;
    top: 12%;
  }

  .image-9 {
    width: 55%;
  }

  .image-10 {
    width: 50%;
    top: 20vh;
    left: 40%;
  }

  .social-img {
    width: 75%;
    display: block;
  }

  .social-svg-img {
    display: none;
  }

  .social-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-button {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .gift-card-div {
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-12 {
    width: 75%;
  }

  .about-div {
    width: 90%;
    margin: 0 auto 20px;
  }

  .about-h1 {
    font-size: 2.5rem;
  }

  .about-p {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 14px;
    line-height: 1.2;
  }

  .loc-h1 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 3rem;
    line-height: 1;
  }

  .grid-8 {
    width: 90%;
  }

  .loch2 {
    font-size: 22px;
  }

  .loc-h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .loc-h4 {
    font-size: 14px;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block, .icon-4 {
    font-size: 1rem;
  }

  .grid-10 {
    height: auto;
  }

  .grid-landing {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .landing-h1 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 3rem;
  }

  .landing-h2 {
    font-size: 22px;
  }

  .landing-h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .landing-h4 {
    font-size: 14px;
  }

  .shish-hero-logo-img {
    width: 80%;
    margin-top: 10px;
  }

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

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

  .al-address-h1 {
    font-size: 25px;
    line-height: 28px;
  }

  .photo-p {
    line-height: 20px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    border-bottom: 3px solid #fff;
    border-right-width: 0;
  }

  .tab-link-tab-2 {
    border-bottom: 3px solid #fff;
  }

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

  .bold-text {
    font-size: 12px;
  }

  .photo-discript {
    transform: translate(-14px);
  }

  .paragraph-2 {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
  }

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

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

  .catering-menu-div {
    background-image: none;
  }

  .image-23 {
    width: 200px;
    margin-right: auto;
  }

  .image-24 {
    width: 60%;
  }

  .delivery-drop-h1 {
    font-size: 1rem;
  }

  .image-25 {
    width: auto;
    max-width: none;
    height: 100vh;
    position: fixed;
  }

  .haneeth-h3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1rem;
  }

  .gallery {
    width: 90%;
    padding-top: 0;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-14 {
    width: 250px;
  }

  .button {
    background-color: var(--midnight-blue);
    top: 8%;
    right: auto;
  }

  .nav-link-ypsi-menu {
    font-size: 2rem;
  }
}

#w-node-e1c5fb5a-37c5-97a4-6854-80f653d870dc-bc0ec948, #w-node-d8430bb8-f4db-2a6f-5492-291863d30613-bc0ec948, #w-node-_972c4a9d-d002-b611-ef09-0c988571399d-bc0ec948, #w-node-_5927f98c-7043-0dc6-2e25-3fe07a2ce400-bc0ec948, #w-node-b25591ec-f846-e366-bd31-9a6ff1999d22-bc0ec948, #w-node-ab9cb36c-1952-2649-0882-50a1a1a6fa16-bc0ec948, #w-node-_7c08c394-ea1f-d6b6-5913-18da1b44b027-bc0ec948, #w-node-_9591f809-8d31-968f-564b-ce8146791e0b-bc0ec948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99337c7f-de99-c87c-0f19-5dd151c1bb72-bc0ec948 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b416c09d-f90b-99e4-c50b-4c2c8ea0d938-bc0ec948 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_93aaffa1-a782-530e-f8bd-5984527f9f2e-bc0ec948 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_435493fd-6ee9-7193-4245-73ae3ba8d5b8-bc0ec948, #w-node-_5ad9524a-ee88-4551-7e01-835c015353cf-bc0ec948, #w-node-_40833941-c348-a437-8473-82217395b76d-bc0ec948, #w-node-_26deaa92-9428-1e4e-8c5f-fa1f942b0dd0-bc0ec948, #w-node-_3be921eb-eaf9-dc14-16b7-392cfa2b36b7-bc0ec948 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c26a5a15-a955-a003-3e32-c1ef4e3bcc0e-bc0ec948, #w-node-_760d2dca-0031-5de6-173c-474166883340-bc0ec948, #w-node-f6221ac8-cb38-ff45-de58-703a1bdebe62-bc0ec948 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d523e086-f4f4-23d8-e705-19db64075f59-bc0ec948 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb002-1a2baffe {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb004-1a2baffe, #w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb005-1a2baffe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb007-1a2baffe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb00d-1a2baffe, #w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb019-1a2baffe, #w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb01b-1a2baffe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3f723f0c-7221-b1be-cfbf-c37d59dd762f-1a2baffe {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3f723f0c-7221-b1be-cfbf-c37d59dd7631-1a2baffe, #w-node-_3f723f0c-7221-b1be-cfbf-c37d59dd7632-1a2baffe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3f723f0c-7221-b1be-cfbf-c37d59dd7634-1a2baffe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f723f0c-7221-b1be-cfbf-c37d59dd763a-1a2baffe, #w-node-_3f723f0c-7221-b1be-cfbf-c37d59dd7650-1a2baffe, #w-node-_3f723f0c-7221-b1be-cfbf-c37d59dd7652-1a2baffe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb0a6-1a2baffe {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb0a8-1a2baffe {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb0a9-1a2baffe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb0ad-1a2baffe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb0b6-1a2baffe {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb0b8-1a2baffe, #w-node-d8af8aa5-9fd2-909b-170e-245c6f7a3a6e-1f5bfef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10a0e278-f967-76c0-9732-caa07c730daf-1f5bfef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6e1432ea-c1a9-0038-f6c1-b951d307300b-1f5bfef1, #w-node-_6e1432ea-c1a9-0038-f6c1-b951d307300c-1f5bfef1, #w-node-_1c68659f-7856-b6cc-eab2-bcdae208d544-1f5bfef1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6e1432ea-c1a9-0038-f6c1-b951d307300e-1f5bfef1 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_6e1432ea-c1a9-0038-f6c1-b951d307300f-1f5bfef1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6e1432ea-c1a9-0038-f6c1-b951d3073011-1f5bfef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9327344f-e69c-82eb-5ea8-7543b90a922e-1f5bfef1, #w-node-_9327344f-e69c-82eb-5ea8-7543b90a9230-1f5bfef1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9327344f-e69c-82eb-5ea8-7543b90a9231-1f5bfef1 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9327344f-e69c-82eb-5ea8-7543b90a9232-1f5bfef1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9327344f-e69c-82eb-5ea8-7543b90a9234-1f5bfef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bb1ab1c-d5fe-dcff-037b-2a0769dd6d93-1f5bfef1, #w-node-_6bb1ab1c-d5fe-dcff-037b-2a0769dd6d95-1f5bfef1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6bb1ab1c-d5fe-dcff-037b-2a0769dd6d96-1f5bfef1 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_6bb1ab1c-d5fe-dcff-037b-2a0769dd6d97-1f5bfef1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6bb1ab1c-d5fe-dcff-037b-2a0769dd6d99-1f5bfef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5564c5c-86c5-d350-28d1-290e2b418c91-04d740d7, #w-node-a5564c5c-86c5-d350-28d1-290e2b418cbd-04d740d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e1c5fb5a-37c5-97a4-6854-80f653d870dc-cefe86f5, #w-node-d8430bb8-f4db-2a6f-5492-291863d30613-cefe86f5, #w-node-_972c4a9d-d002-b611-ef09-0c988571399d-cefe86f5, #w-node-_5927f98c-7043-0dc6-2e25-3fe07a2ce400-cefe86f5, #w-node-b25591ec-f846-e366-bd31-9a6ff1999d22-cefe86f5, #w-node-ab9cb36c-1952-2649-0882-50a1a1a6fa16-cefe86f5, #w-node-_7c08c394-ea1f-d6b6-5913-18da1b44b027-cefe86f5, #w-node-_9591f809-8d31-968f-564b-ce8146791e0b-cefe86f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99337c7f-de99-c87c-0f19-5dd151c1bb72-cefe86f5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b416c09d-f90b-99e4-c50b-4c2c8ea0d938-cefe86f5 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_93aaffa1-a782-530e-f8bd-5984527f9f2e-cefe86f5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_435493fd-6ee9-7193-4245-73ae3ba8d5b8-cefe86f5, #w-node-_5ad9524a-ee88-4551-7e01-835c015353cf-cefe86f5, #w-node-_40833941-c348-a437-8473-82217395b76d-cefe86f5, #w-node-_26deaa92-9428-1e4e-8c5f-fa1f942b0dd0-cefe86f5, #w-node-_3be921eb-eaf9-dc14-16b7-392cfa2b36b7-cefe86f5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c26a5a15-a955-a003-3e32-c1ef4e3bcc0e-cefe86f5, #w-node-_760d2dca-0031-5de6-173c-474166883340-cefe86f5, #w-node-f6221ac8-cb38-ff45-de58-703a1bdebe62-cefe86f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d523e086-f4f4-23d8-e705-19db64075f59-cefe86f5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e1c5fb5a-37c5-97a4-6854-80f653d870dc-fbe232c8, #w-node-d8430bb8-f4db-2a6f-5492-291863d30613-fbe232c8, #w-node-_972c4a9d-d002-b611-ef09-0c988571399d-fbe232c8, #w-node-_5927f98c-7043-0dc6-2e25-3fe07a2ce400-fbe232c8, #w-node-b25591ec-f846-e366-bd31-9a6ff1999d22-fbe232c8, #w-node-ab9cb36c-1952-2649-0882-50a1a1a6fa16-fbe232c8, #w-node-_7c08c394-ea1f-d6b6-5913-18da1b44b027-fbe232c8, #w-node-_9591f809-8d31-968f-564b-ce8146791e0b-fbe232c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99337c7f-de99-c87c-0f19-5dd151c1bb72-fbe232c8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b416c09d-f90b-99e4-c50b-4c2c8ea0d938-fbe232c8 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_93aaffa1-a782-530e-f8bd-5984527f9f2e-fbe232c8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-dd8ed594-ded9-3561-3566-0d5e5cca4684-fbe232c8, #w-node-_2dff21f4-9e2a-dba0-7d0c-82c8efdd9e60-fbe232c8, #w-node-_435493fd-6ee9-7193-4245-73ae3ba8d5b8-fbe232c8, #w-node-_5ad9524a-ee88-4551-7e01-835c015353cf-fbe232c8, #w-node-_40833941-c348-a437-8473-82217395b76d-fbe232c8, #w-node-_26deaa92-9428-1e4e-8c5f-fa1f942b0dd0-fbe232c8, #w-node-_3be921eb-eaf9-dc14-16b7-392cfa2b36b7-fbe232c8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c26a5a15-a955-a003-3e32-c1ef4e3bcc0e-fbe232c8, #w-node-_760d2dca-0031-5de6-173c-474166883340-fbe232c8, #w-node-f6221ac8-cb38-ff45-de58-703a1bdebe62-fbe232c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d523e086-f4f4-23d8-e705-19db64075f59-fbe232c8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e1c5fb5a-37c5-97a4-6854-80f653d870dc-2cfc69f8, #w-node-d8430bb8-f4db-2a6f-5492-291863d30613-2cfc69f8, #w-node-_972c4a9d-d002-b611-ef09-0c988571399d-2cfc69f8, #w-node-_5927f98c-7043-0dc6-2e25-3fe07a2ce400-2cfc69f8, #w-node-b25591ec-f846-e366-bd31-9a6ff1999d22-2cfc69f8, #w-node-ab9cb36c-1952-2649-0882-50a1a1a6fa16-2cfc69f8, #w-node-_7c08c394-ea1f-d6b6-5913-18da1b44b027-2cfc69f8, #w-node-_9591f809-8d31-968f-564b-ce8146791e0b-2cfc69f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99337c7f-de99-c87c-0f19-5dd151c1bb72-2cfc69f8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b416c09d-f90b-99e4-c50b-4c2c8ea0d938-2cfc69f8 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_93aaffa1-a782-530e-f8bd-5984527f9f2e-2cfc69f8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_435493fd-6ee9-7193-4245-73ae3ba8d5b8-2cfc69f8, #w-node-_5ad9524a-ee88-4551-7e01-835c015353cf-2cfc69f8, #w-node-_40833941-c348-a437-8473-82217395b76d-2cfc69f8, #w-node-_26deaa92-9428-1e4e-8c5f-fa1f942b0dd0-2cfc69f8, #w-node-_3be921eb-eaf9-dc14-16b7-392cfa2b36b7-2cfc69f8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c26a5a15-a955-a003-3e32-c1ef4e3bcc0e-2cfc69f8, #w-node-_760d2dca-0031-5de6-173c-474166883340-2cfc69f8, #w-node-f6221ac8-cb38-ff45-de58-703a1bdebe62-2cfc69f8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d523e086-f4f4-23d8-e705-19db64075f59-2cfc69f8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_435493fd-6ee9-7193-4245-73ae3ba8d5b8-bc0ec948 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_40833941-c348-a437-8473-82217395b76d-bc0ec948 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_26deaa92-9428-1e4e-8c5f-fa1f942b0dd0-bc0ec948 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3be921eb-eaf9-dc14-16b7-392cfa2b36b7-bc0ec948 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d523e086-f4f4-23d8-e705-19db64075f59-bc0ec948 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb002-1a2baffe, #w-node-_3f723f0c-7221-b1be-cfbf-c37d59dd762f-1a2baffe {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb0a6-1a2baffe {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb0a8-1a2baffe, #w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb0b6-1a2baffe {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb0b8-1a2baffe, #w-node-_59955316-e3a2-f3b1-ea06-34aeabd93806-3f0658cc, #w-node-_59955316-e3a2-f3b1-ea06-34aeabd939c2-3f0658cc, #w-node-_59955316-e3a2-f3b1-ea06-34aeabd93b1c-3f0658cc, #w-node-_59955316-e3a2-f3b1-ea06-34aeabd93bb9-3f0658cc, #w-node-a5564c5c-86c5-d350-28d1-290e2b418b02-04d740d7, #w-node-a5564c5c-86c5-d350-28d1-290e2b418c85-04d740d7, #w-node-_435493fd-6ee9-7193-4245-73ae3ba8d5b8-cefe86f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_40833941-c348-a437-8473-82217395b76d-cefe86f5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_26deaa92-9428-1e4e-8c5f-fa1f942b0dd0-cefe86f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3be921eb-eaf9-dc14-16b7-392cfa2b36b7-cefe86f5 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d523e086-f4f4-23d8-e705-19db64075f59-cefe86f5, #w-node-_435493fd-6ee9-7193-4245-73ae3ba8d5b8-fbe232c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_40833941-c348-a437-8473-82217395b76d-fbe232c8 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_26deaa92-9428-1e4e-8c5f-fa1f942b0dd0-fbe232c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3be921eb-eaf9-dc14-16b7-392cfa2b36b7-fbe232c8 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d523e086-f4f4-23d8-e705-19db64075f59-fbe232c8, #w-node-_435493fd-6ee9-7193-4245-73ae3ba8d5b8-2cfc69f8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_40833941-c348-a437-8473-82217395b76d-2cfc69f8 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_26deaa92-9428-1e4e-8c5f-fa1f942b0dd0-2cfc69f8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3be921eb-eaf9-dc14-16b7-392cfa2b36b7-2cfc69f8 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d523e086-f4f4-23d8-e705-19db64075f59-2cfc69f8, #w-node-_59955316-e3a2-f3b1-ea06-34aeabd93806-7ddca8f2, #w-node-_59955316-e3a2-f3b1-ea06-34aeabd939c2-7ddca8f2, #w-node-_59955316-e3a2-f3b1-ea06-34aeabd93b1c-7ddca8f2, #w-node-_59955316-e3a2-f3b1-ea06-34aeabd93bb9-7ddca8f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e1c5fb5a-37c5-97a4-6854-80f653d870dc-bc0ec948, #w-node-d8430bb8-f4db-2a6f-5492-291863d30613-bc0ec948, #w-node-_972c4a9d-d002-b611-ef09-0c988571399d-bc0ec948, #w-node-_5927f98c-7043-0dc6-2e25-3fe07a2ce400-bc0ec948, #w-node-b25591ec-f846-e366-bd31-9a6ff1999d22-bc0ec948, #w-node-ab9cb36c-1952-2649-0882-50a1a1a6fa16-bc0ec948, #w-node-_7c08c394-ea1f-d6b6-5913-18da1b44b027-bc0ec948, #w-node-_9591f809-8d31-968f-564b-ce8146791e0b-bc0ec948 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_99337c7f-de99-c87c-0f19-5dd151c1bb72-bc0ec948 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-b416c09d-f90b-99e4-c50b-4c2c8ea0d938-bc0ec948 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_26deaa92-9428-1e4e-8c5f-fa1f942b0dd0-bc0ec948, #w-node-_3be921eb-eaf9-dc14-16b7-392cfa2b36b7-bc0ec948, #w-node-f6221ac8-cb38-ff45-de58-703a1bdebe62-bc0ec948 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb002-1a2baffe, #w-node-_3f723f0c-7221-b1be-cfbf-c37d59dd762f-1a2baffe, #w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb0a6-1a2baffe {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb0a8-1a2baffe, #w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb0b6-1a2baffe, #w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb0b8-1a2baffe, #w-node-d8af8aa5-9fd2-909b-170e-245c6f7a3a6e-1f5bfef1, #w-node-_10a0e278-f967-76c0-9732-caa07c730daf-1f5bfef1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6e1432ea-c1a9-0038-f6c1-b951d307300c-1f5bfef1, #w-node-_9327344f-e69c-82eb-5ea8-7543b90a922e-1f5bfef1, #w-node-_6bb1ab1c-d5fe-dcff-037b-2a0769dd6d93-1f5bfef1 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-e1c5fb5a-37c5-97a4-6854-80f653d870dc-cefe86f5, #w-node-d8430bb8-f4db-2a6f-5492-291863d30613-cefe86f5, #w-node-_972c4a9d-d002-b611-ef09-0c988571399d-cefe86f5, #w-node-_5927f98c-7043-0dc6-2e25-3fe07a2ce400-cefe86f5, #w-node-b25591ec-f846-e366-bd31-9a6ff1999d22-cefe86f5, #w-node-ab9cb36c-1952-2649-0882-50a1a1a6fa16-cefe86f5, #w-node-_7c08c394-ea1f-d6b6-5913-18da1b44b027-cefe86f5, #w-node-_9591f809-8d31-968f-564b-ce8146791e0b-cefe86f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_99337c7f-de99-c87c-0f19-5dd151c1bb72-cefe86f5 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-b416c09d-f90b-99e4-c50b-4c2c8ea0d938-cefe86f5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_26deaa92-9428-1e4e-8c5f-fa1f942b0dd0-cefe86f5, #w-node-_3be921eb-eaf9-dc14-16b7-392cfa2b36b7-cefe86f5, #w-node-f6221ac8-cb38-ff45-de58-703a1bdebe62-cefe86f5, #w-node-e1c5fb5a-37c5-97a4-6854-80f653d870dc-fbe232c8, #w-node-d8430bb8-f4db-2a6f-5492-291863d30613-fbe232c8, #w-node-_972c4a9d-d002-b611-ef09-0c988571399d-fbe232c8, #w-node-_5927f98c-7043-0dc6-2e25-3fe07a2ce400-fbe232c8, #w-node-b25591ec-f846-e366-bd31-9a6ff1999d22-fbe232c8, #w-node-ab9cb36c-1952-2649-0882-50a1a1a6fa16-fbe232c8, #w-node-_7c08c394-ea1f-d6b6-5913-18da1b44b027-fbe232c8, #w-node-_9591f809-8d31-968f-564b-ce8146791e0b-fbe232c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_99337c7f-de99-c87c-0f19-5dd151c1bb72-fbe232c8 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-b416c09d-f90b-99e4-c50b-4c2c8ea0d938-fbe232c8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-dd8ed594-ded9-3561-3566-0d5e5cca4684-fbe232c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2dff21f4-9e2a-dba0-7d0c-82c8efdd9e60-fbe232c8 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_26deaa92-9428-1e4e-8c5f-fa1f942b0dd0-fbe232c8, #w-node-_3be921eb-eaf9-dc14-16b7-392cfa2b36b7-fbe232c8, #w-node-f6221ac8-cb38-ff45-de58-703a1bdebe62-fbe232c8, #w-node-e1c5fb5a-37c5-97a4-6854-80f653d870dc-2cfc69f8, #w-node-d8430bb8-f4db-2a6f-5492-291863d30613-2cfc69f8, #w-node-_972c4a9d-d002-b611-ef09-0c988571399d-2cfc69f8, #w-node-_5927f98c-7043-0dc6-2e25-3fe07a2ce400-2cfc69f8, #w-node-b25591ec-f846-e366-bd31-9a6ff1999d22-2cfc69f8, #w-node-ab9cb36c-1952-2649-0882-50a1a1a6fa16-2cfc69f8, #w-node-_7c08c394-ea1f-d6b6-5913-18da1b44b027-2cfc69f8, #w-node-_9591f809-8d31-968f-564b-ce8146791e0b-2cfc69f8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_99337c7f-de99-c87c-0f19-5dd151c1bb72-2cfc69f8 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-b416c09d-f90b-99e4-c50b-4c2c8ea0d938-2cfc69f8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_26deaa92-9428-1e4e-8c5f-fa1f942b0dd0-2cfc69f8, #w-node-_3be921eb-eaf9-dc14-16b7-392cfa2b36b7-2cfc69f8, #w-node-f6221ac8-cb38-ff45-de58-703a1bdebe62-2cfc69f8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_435493fd-6ee9-7193-4245-73ae3ba8d5b8-bc0ec948, #w-node-_5ad9524a-ee88-4551-7e01-835c015353cf-bc0ec948 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_40833941-c348-a437-8473-82217395b76d-bc0ec948, #w-node-_3be921eb-eaf9-dc14-16b7-392cfa2b36b7-bc0ec948 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb0a8-1a2baffe, #w-node-d776f0ff-4dcd-1aaf-cf72-c9811a2bb0b8-1a2baffe, #w-node-_435493fd-6ee9-7193-4245-73ae3ba8d5b8-cefe86f5, #w-node-_5ad9524a-ee88-4551-7e01-835c015353cf-cefe86f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_40833941-c348-a437-8473-82217395b76d-cefe86f5, #w-node-_3be921eb-eaf9-dc14-16b7-392cfa2b36b7-cefe86f5 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_435493fd-6ee9-7193-4245-73ae3ba8d5b8-fbe232c8, #w-node-_5ad9524a-ee88-4551-7e01-835c015353cf-fbe232c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_40833941-c348-a437-8473-82217395b76d-fbe232c8, #w-node-_3be921eb-eaf9-dc14-16b7-392cfa2b36b7-fbe232c8 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_435493fd-6ee9-7193-4245-73ae3ba8d5b8-2cfc69f8, #w-node-_5ad9524a-ee88-4551-7e01-835c015353cf-2cfc69f8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_40833941-c348-a437-8473-82217395b76d-2cfc69f8, #w-node-_3be921eb-eaf9-dc14-16b7-392cfa2b36b7-2cfc69f8 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}


