:root {
  --light-green: #8fffa8;
  --purple: #430088;
  --yellow: #fcff3c;
  --new-white: #faf7f1;
  --arabic: Ibmplexsansarabic, sans-serif;
  --dark-green: #003d29;
  --light-green2: #00ffa6;
  --regular: obviously, sans-serif;
  --container: 1480px;
  --condensed: obviously-condensed, sans-serif;
  --arabic-size: 2rem;
  --compressed: obviously-compressed, sans-serif;
  --walsh--black: #2c2c2c;
  --walsh--walsh-dark-green\<deleted\|variable-b1660dbe\>: #003d29;
  --walsh--walsh-mid-green\<deleted\|variable-0604d0d5\>: #8fffa8;
  --extended: obviously-extended, sans-serif;
  --narrow: obviously-narrow, sans-serif;
  --cond: obviously-condensed, sans-serif;
  --walsh--azure: #e7f1f1;
  --walsh--light-goldenrod-yellow: #d3f6c1;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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 {
  color: var(--light-green);
  text-decoration: none;
}

.walsh-menu-button {
  color: #fff;
}

.walsh-label-button {
  font-family: Ibmplexsansarabic, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange {
  background-color: var(--light-green);
  color: var(--purple);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: var(--yellow);
}

.walsh-flex-nav-buttons {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-nav-link-white {
  color: var(--new-white);
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-white:hover {
  background-color: #00000059;
}

.walsh-nav-link-white:visited, .walsh-nav-link-white.w--current {
  color: var(--new-white);
}

.walsh-nav-link-white.arabic {
  font-family: var(--arabic);
}

.walsh-nav-menu-green {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.walsh-nav-logo {
  height: 3.4rem;
}

.walsh-brand-block {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-inner-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.walsh-container-nav {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
}

.walsh-main-nav {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
}

.walsh-nav-wrapper-green {
  z-index: 10;
  background-color: var(--purple);
  position: sticky;
  inset: 0% 0% 4rem;
}

.walsh-cover-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-cover-image.hidden {
  flex: 0 auto;
  display: none;
}

.walsh-hero-frame-square {
  border-radius: 10px;
  flex: none;
  width: 100%;
  max-width: 22em;
  overflow: hidden;
}

.walsh-inner-rail-bottom {
  grid-column-gap: 1em;
  flex: none;
  display: flex;
}

.walsh-hero-rail {
  grid-column-gap: 1em;
  width: 100%;
  height: 20em;
  display: flex;
}

.walsh-inner-rail-top {
  grid-column-gap: 1em;
  flex: none;
  display: flex;
}

.walsh-hero-sub-bg {
  grid-row-gap: 1em;
  background-color: var(--dark-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-link-block-orange-2 {
  background-color: var(--light-green);
  color: var(--purple);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 14px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-2:hover {
  background-color: var(--yellow);
}

.walsh-link-block-orange-2.cta {
  background-color: var(--yellow);
  min-width: 10rem;
  padding-top: 18px;
  padding-bottom: 18px;
}

.walsh-link-block-orange-2.cta:hover {
  background-color: var(--purple);
  color: var(--yellow);
}

.walsh-link-block-orange-2.cta.whatsapp.video {
  align-self: auto;
}

.walsh-hero-div-block {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-text-burst {
  color: var(--light-green2);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-bottom: .2em;
  padding-right: .1em;
  font-weight: 500;
  display: inline-block;
}

.walsh-text-lightgreen {
  color: #b0ebb9;
}

.walsh-background-darkgreen {
  background-color: var(--dark-green);
  position: relative;
}

.body {
  font-family: var(--regular);
  color: var(--new-white);
}

.body.arabic {
  direction: rtl;
  font-family: var(--arabic);
}

.paragraph {
  width: 40ch;
  font-size: 1rem;
  line-height: 1.5;
}

.paragraph.policy {
  width: auto;
}

.paragraph.arabic {
  font-size: 1.2rem;
  line-height: 1.8;
}

.walsh-content-wrapper-padding {
  flex-direction: column;
  padding: 2rem;
  display: flex;
}

.walsh-container {
  z-index: 2;
  max-width: var(--container);
  flex: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-container.hero {
  max-width: 100%;
  height: 100svh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: static;
}

.section {
  background-color: var(--purple);
}

.section.green {
  background-color: var(--dark-green);
}

.section.yess, .section.light-green {
  background-color: var(--light-green);
}

.walsh-inner-rounded-img-padding {
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: none;
  align-self: flex-end;
  align-items: center;
  max-width: 50%;
  padding: 4rem 4em;
  display: flex;
}

.walsh-link-wrapper {
  font-family: var(--regular);
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: var(--dark-green);
  padding-right: 0;
}

.walsh-heading-large-2 {
  font-family: var(--condensed);
  color: var(--purple);
  text-align: right;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-heading-large-2.arabic {
  font-family: var(--arabic);
}

.walsh-inner-rounded-banner {
  grid-row-gap: var(--arabic-size);
  text-align: left;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.walsh-rounded-box-banner {
  grid-row-gap: 1em;
  text-align: center;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.paragraph-2 {
  color: var(--purple);
  font-size: 1.5rem;
  line-height: 1.2;
}

.paragraph-2.arabic {
  text-align: right;
}

.walsh-link-wrapper-2 {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper-2:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-heading-large-3 {
  font-family: var(--condensed);
  color: var(--light-green);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1;
}

.walsh-heading-large-3.small {
  font-size: 3rem;
}

.walsh-heading-large-3.arabic {
  font-family: var(--arabic);
  font-size: var(--arabic-size);
}

.walsh-heading-large-3.big.arabic {
  color: var(--yellow);
  font-size: 4rem;
}

.walsh-icon-social {
  max-height: 2.5rem;
}

.walsh-footer-inner {
  grid-column-gap: 20px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.walsh-footer-legal-text {
  color: var(--new-white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
}

.walsh-container-2 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-content-wrapper-green {
  background-color: var(--dark-green);
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  position: relative;
}

.walsh-link-block-orange-3 {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-3:hover {
  background-color: #ffbba6;
}

.walsh-heading-medium {
  font-family: var(--compressed);
  color: var(--light-green2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5em;
  line-height: 1.1;
}

.walsh-heading-medium.arabic {
  font-family: var(--arabic);
  font-size: var(--arabic-size);
}

.walsh-cta-block-white {
  border-radius: 8px;
  width: 100%;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

.walsh-container-3 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.bold-text {
  font-family: var(--regular);
  color: var(--purple);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: .8;
}

.link {
  color: var(--yellow);
  text-decoration: none;
}

.cell {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
}

.container {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}

.heading {
  text-transform: uppercase;
}

.cell-3 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.text-block {
  font-family: var(--condensed);
  padding-right: 1rem;
  font-size: 6rem;
  line-height: 1;
}

.text-block.arabic {
  padding-left: 1rem;
  padding-right: 0;
}

.text-block-2 {
  color: var(--light-green2);
}

.text-block-2.arabic {
  font-size: 1.4rem;
  line-height: 1.4;
}

.quick-stack-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.cell-4 {
  justify-content: center;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.quick-stack-3 {
  padding: 0;
}

.cell-5 {
  justify-content: center;
}

.div-block-3 {
  background-color: var(--dark-green);
  padding-top: 5.6rem;
}

.walsh-footer-inner-2 {
  grid-column-gap: 20px;
  display: flex;
}

.text-span-2 {
  color: var(--yellow);
}

.link-block {
  color: var(--new-white);
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  color: var(--purple);
  font-size: 1rem;
  line-height: 1.3;
}

.text-block-3.arabic {
  font-size: 1.2rem;
}

.quick-stack-4 {
  padding-top: 0;
  padding-bottom: 0;
}

.walsh-heading-medium-2 {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-content-wrapper-gap-2 {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-rounded-box {
  grid-row-gap: 1.2em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.walsh-main-grid-4 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container-5 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

.cell-8 {
  justify-content: center;
}

.yellow-sub-text {
  font-family: var(--condensed);
  color: var(--yellow);
  width: 20ch;
  font-size: 3.3rem;
}

.text-block-4 {
  max-width: 36ch;
  line-height: 1.1;
}

.div-block-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.popup-wrapper {
  z-index: 9999;
  opacity: 0;
  background-color: #430088d6;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-container {
  width: 100%;
  padding: 10%;
}

.close-button {
  justify-content: center;
  align-items: center;
  padding: .8rem;
  display: flex;
  position: absolute;
  inset: 3% 3% auto auto;
}

.rich-text-arabic {
  margin-top: 40px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.bold-text-2 {
  font-family: var(--arabic);
}

.bold-text-2.arabic {
  text-align: right;
  font-size: 3.3rem;
}

.walsh-hero-rail-ar {
  grid-column-gap: 1em;
  width: 100%;
  height: 20em;
  display: flex;
}

.walsh-inner-rail-top-ar, .walsh-inner-rail-bottom-ar {
  grid-column-gap: 1em;
  flex: none;
  display: flex;
}

.apple_store_logo {
  height: 53px;
}

.flex-div {
  grid-column-gap: var(--arabic-size);
  grid-row-gap: var(--arabic-size);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.background-video {
  width: 100%;
  height: 100%;
}

.background-video-2 {
  flex: none;
  width: 100%;
  height: 100%;
}

.play-pause-button {
  display: none;
}

.walsh-container-6 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-container-6.xlarge-margins {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  font-family: var(--regular);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-image-logo {
  object-fit: contain;
  width: 100%;
  max-width: 132px;
  max-height: 24px;
}

.walsh-heading-regular {
  color: var(--light-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-main-paragraph {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-main-paragraph.small {
  font-family: var(--regular);
  color: var(--new-white);
  font-size: .9em;
}

.walsh-heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.chefshub-chefs-profile {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-content-wrapper-center {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.chefshub-chefs-profile-container {
  background-color: #dfdfdf;
  border-radius: 200px;
  width: 12rem;
  height: 12rem;
  overflow: hidden;
}

.walsh-text-small-left {
  color: #00000080;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-profile-v-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-info-wrap-center {
  text-align: center;
}

.walsh-rounded-box-2 {
  grid-row-gap: 1.2em;
  background-color: var(--purple);
  border-radius: 15px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.walsh-ratings-wrapper {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.walsh-image-ratings {
  max-height: 16px;
  margin-right: 5px;
}

.walsh-quote-image {
  opacity: .26;
  height: 56px;
}

.walsh-quote-inner-center {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.walsh-quote-inner-center.small-padding {
  align-self: center;
  padding-left: 60px;
  padding-right: 60px;
}

.walsh-heading-xxlarge {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 8.5em;
  font-weight: 700;
  line-height: .95;
}

.walsh-background-darkgreen-2 {
  background-color: var(--walsh--walsh-dark-green\<deleted\|variable-b1660dbe\>);
  position: relative;
}

.walsh-text-burst-2 {
  color: #b0ebb9;
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  padding-bottom: .2em;
  padding-right: .1em;
  display: inline-block;
}

.walsh-main-grid-no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

.walsh-paragraph-serif-left-hero {
  color: #fffc;
  max-width: 22em;
  margin-bottom: .75em;
  font-family: Merriweather, serif;
  font-size: 1.4em;
  line-height: 1.6;
}

.walsh-text-lightgreen-2 {
  color: #b0ebb9;
}

.walsh-left-hero {
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.walsh-hero-div-block-2 {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-link-block-orange-4 {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-4:hover {
  background-color: #ffbba6;
}

.walsh-button-label-wrapper-2 {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-button-label-white-w {
  z-index: 4;
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-white {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px #ffffff1a;
}

.walsh-link-block-white:hover {
  color: #444;
  box-shadow: inset 0 -3px #b0eab9;
}

.walsh-ui-image-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 6em;
  padding-bottom: 6em;
  padding-left: 3em;
  display: flex;
  overflow: hidden;
}

.walsh-image-hero-device {
  height: 48em;
}

.sub-title {
  color: var(--yellow);
  font-weight: 500;
}

.green-button {
  background-color: var(--light-green);
  color: var(--purple);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 14px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.green-button:hover {
  background-color: var(--yellow);
}

.green-button.cta {
  background-color: var(--yellow);
  min-width: 10rem;
  padding-top: 18px;
  padding-bottom: 18px;
}

.green-button.cta:hover {
  background-color: var(--purple);
  color: var(--yellow);
}

.green-button.cta.whatsapp.video {
  align-self: auto;
}

.green-button.small {
  align-self: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.body-2 {
  background-color: var(--light-green);
}

.walsh-background-darkgreen-3 {
  background-color: var(--walsh--walsh-dark-green\<deleted\|variable-b1660dbe\>);
  position: relative;
}

.walsh-text-burst-3 {
  color: #b0ebb9;
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  padding-bottom: .2em;
  padding-right: .1em;
  display: inline-block;
}

.walsh-main-grid-no-gap-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-paragraph-serif-left-hero-2 {
  color: #fffc;
  max-width: 22em;
  margin-bottom: .75em;
  font-family: Merriweather, serif;
  font-size: 1.4em;
  line-height: 1.6;
}

.walsh-text-lightgreen-3 {
  color: #b0ebb9;
}

.walsh-hero-div-block-3 {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-icon-arrow-flip-2 {
  height: 12px;
}

.walsh-link-block-orange-5 {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-5:hover {
  background-color: #ffbba6;
}

.walsh-button-label-wrapper-3 {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill-2 {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-arrow-wrapper-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-button-label-white-w-2 {
  z-index: 4;
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-white-2 {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px #ffffff1a;
}

.walsh-link-block-white-2:hover {
  color: #444;
  box-shadow: inset 0 -3px #b0eab9;
}

.walsh-cover-image-2 {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-container-hero {
  z-index: 5;
  width: 100%;
  max-width: 1480px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.walsh-left-hero-content {
  grid-row-gap: 1.25em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 2em;
  padding-bottom: 6em;
  padding-right: 3em;
  display: flex;
}

.walsh-hero-sub-bg-2 {
  grid-row-gap: 1em;
  background-color: var(--walsh--walsh-mid-green\<deleted\|variable-0604d0d5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.walsh-hero-rail-2 {
  grid-column-gap: 1em;
  width: 100%;
  height: 20em;
  display: flex;
}

.walsh-hero-frame-square-2 {
  border-radius: 10px;
  flex: none;
  width: 100%;
  max-width: 22em;
  overflow: hidden;
}

.walsh-inner-rail-top-2, .walsh-inner-rail-bottom-2 {
  grid-column-gap: 1em;
  flex: none;
  display: flex;
}

.walsh-heading-xlarge-white {
  color: #fff;
  letter-spacing: -.02em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 6.65em;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .walsh-menu-button {
    color: #fff;
    order: 1;
  }

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

  .walsh-flex-nav-buttons {
    justify-content: center;
    margin-top: 15px;
  }

  .walsh-nav-link-white {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-white:hover {
    background-color: #0000;
  }

  .walsh-nav-menu-green {
    background-color: var(--purple);
    height: 100svh;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-nav-logo {
    height: 2.6rem;
  }

  .walsh-container-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .walsh-main-nav {
    width: auto;
  }

  .walsh-hero-sub-bg {
    min-height: auto;
    padding-top: 0;
  }

  .walsh-link-block-orange-2.cta {
    align-self: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-text-burst {
    background-size: auto 60%;
  }

  .paragraph {
    width: auto;
  }

  .walsh-content-wrapper-padding {
    padding: 3em 2rem;
  }

  .walsh-container {
    flex: 0 auto;
    position: static;
  }

  .walsh-container.hero {
    height: auto;
  }

  .section.yess {
    padding-top: 2rem;
  }

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

  .walsh-inner-rounded-img-padding {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-heading-large-2 {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-inner-rounded-banner {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    text-align: center;
    align-items: flex-start;
    padding: 45px 30px 30px;
  }

  .walsh-rounded-box-banner {
    grid-row-gap: 0px;
  }

  .paragraph-2 {
    text-align: left;
  }

  .walsh-heading-large-3 {
    text-align: left;
    letter-spacing: -.01em;
    font-size: 5.5em;
  }

  .walsh-heading-large-3.small {
    font-size: 3rem;
  }

  .walsh-heading-large-3.arabic {
    text-align: right;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-link-block-orange-3 {
    padding-left: 50px;
  }

  .walsh-cta-block-white {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: auto;
  }

  .div-block-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-direction: column;
    width: 90%;
    display: flex;
  }

  .cell-6 {
    align-items: stretch;
  }

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

  .walsh-container-5 {
    flex: 0 auto;
    width: auto;
  }

  .div-block-6 {
    padding-top: 4rem;
  }

  .walsh-container-6 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-image-logo {
    max-width: 120px;
    height: 100%;
    max-height: 50px;
  }

  .walsh-heading-xxlarge {
    font-size: 4em;
  }

  .walsh-text-burst-2 {
    background-size: auto 60%;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-paragraph-serif-left-hero {
    max-width: none;
  }

  .walsh-hero-div-block-2 {
    justify-content: center;
  }

  .walsh-link-block-orange-4 {
    padding-left: 50px;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-ui-image-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .walsh-image-hero-device {
    height: auto;
    max-height: 45em;
  }

  .green-button.cta {
    align-self: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .walsh-text-burst-3 {
    background-size: auto 60%;
  }

  .walsh-main-grid-no-gap-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-paragraph-serif-left-hero-2 {
    max-width: none;
  }

  .walsh-hero-div-block-3 {
    justify-content: center;
  }

  .walsh-link-block-orange-5 {
    padding-left: 50px;
  }

  .walsh-button-hover-fill-2 {
    display: none;
  }

  .walsh-left-hero-content {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    width: auto;
    padding-right: 0;
  }

  .walsh-hero-sub-bg-2 {
    min-height: auto;
    padding-top: 0;
  }

  .walsh-hero-grid-wrapper {
    padding-top: 7.2em;
  }

  .walsh-heading-xlarge-white {
    font-size: 4em;
  }
}

@media screen and (max-width: 767px) {
  .walsh-brand-block {
    padding-left: 0;
  }

  .walsh-inner-rounded-img-padding {
    align-self: auto;
    max-width: 100%;
  }

  .walsh-rounded-box-banner {
    grid-row-gap: 1.5em;
    flex-direction: column;
    align-items: center;
  }

  .cell-3 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    text-align: right;
    justify-content: flex-start;
    align-items: center;
  }

  .walsh-heading-medium-2 {
    font-size: 2.4em;
  }

  .walsh-rounded-box {
    grid-row-gap: 1.5em;
  }

  .walsh-main-grid-4 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .cell-8 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-5 {
    flex-direction: column;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .walsh-rounded-box-2 {
    grid-row-gap: 1.5em;
  }

  .walsh-heading-xxlarge {
    font-size: 3em;
  }

  .walsh-paragraph-serif-left-hero {
    font-size: 1.4em;
  }

  .walsh-left-hero {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .walsh-ui-image-wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-paragraph-serif-left-hero-2 {
    font-size: 1.4em;
  }

  .walsh-left-hero-content {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-heading-xlarge-white {
    font-size: 3em;
  }
}

@media screen and (max-width: 479px) {
  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-nav-link-white {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .walsh-nav-logo {
    height: 2.2rem;
  }

  .walsh-hero-frame-square {
    max-width: 16em;
  }

  .walsh-hero-rail {
    height: 16em;
  }

  .walsh-hero-sub-bg {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .walsh-link-block-orange-2 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-text-burst {
    background-size: auto 56%;
  }

  .walsh-background-darkgreen {
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-content-wrapper-padding {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: 1rem;
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-container.hero {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section.yess {
    padding-top: 0;
  }

  .walsh-image-hero {
    width: 100%;
  }

  .walsh-inner-rounded-img-padding {
    max-width: 90%;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-link-wrapper:hover {
    color: var(--purple);
  }

  .walsh-inner-rounded-banner {
    align-items: center;
    padding: 1rem;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 1.1rem;
  }

  .walsh-link-wrapper-2 {
    font-size: 16px;
  }

  .walsh-heading-large-3 {
    margin-bottom: 1rem;
    font-size: 3.8em;
  }

  .walsh-heading-large-3.small {
    font-size: 2rem;
  }

  .walsh-heading-large-3.big.arabic {
    font-size: 3rem;
  }

  .walsh-footer-inner {
    width: 100%;
  }

  .walsh-footer-legal-text {
    text-align: center;
    font-size: 11px;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-content-wrapper-green {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-link-block-orange-3 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-heading-medium {
    font-size: 3rem;
  }

  .walsh-cta-block-white {
    padding: 3em 1em;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: 100%;
  }

  .bold-text {
    line-height: 1.2;
  }

  .cell {
    text-align: center;
  }

  .heading {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .div-block-2 {
    width: auto;
  }

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

  .quick-stack-2 {
    align-self: stretch;
  }

  .walsh-footer-inner-2 {
    justify-content: center;
    width: 100%;
  }

  .text-block-3 {
    font-size: 1.2rem;
  }

  .walsh-heading-medium-2 {
    font-size: 1.8em;
  }

  .walsh-content-wrapper-gap-2 {
    grid-row-gap: 1.2em;
  }

  .walsh-rounded-box {
    padding: 30px 0;
  }

  .walsh-container-5 {
    flex: 0 auto;
    width: 100%;
  }

  .bold-text-2.arabic {
    font-size: 2rem;
  }

  .walsh-hero-rail-ar {
    height: 16em;
  }

  .div-block-7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .walsh-container-6 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-image-logo {
    max-width: none;
    max-height: 20px;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-main-paragraph, .walsh-heading-small {
    font-size: 1em;
  }

  .walsh-content-wrapper-center {
    grid-row-gap: 1.2em;
  }

  .chefshub-chefs-profile-container {
    flex: none;
  }

  .walsh-text-small-left {
    font-size: 13px;
  }

  .walsh-rounded-box-2 {
    padding: 30px 10px;
  }

  .walsh-quote-inner-center.small-padding {
    padding-left: 12px;
    padding-right: 12px;
  }

  .walsh-text-burst-2 {
    background-size: auto 56%;
  }

  .walsh-paragraph-serif-left-hero {
    text-align: center;
    font-size: 1.2em;
  }

  .walsh-left-hero {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    font-size: 18px;
  }

  .walsh-hero-div-block-2 {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-link-block-orange-4 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button-2 {
    font-size: 16px;
  }

  .green-button {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-text-burst-3 {
    background-size: auto 56%;
  }

  .walsh-paragraph-serif-left-hero-2 {
    text-align: center;
    font-size: 1.2em;
  }

  .walsh-hero-div-block-3 {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-link-block-orange-5 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button-3 {
    font-size: 16px;
  }

  .walsh-container-hero {
    height: 100%;
  }

  .walsh-left-hero-content {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-right: 0;
    font-size: 18px;
  }

  .walsh-hero-sub-bg-2 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .walsh-hero-rail-2 {
    height: 16em;
  }

  .walsh-hero-frame-square-2 {
    max-width: 16em;
  }
}

#w-node-a830fc4e-ff73-e8aa-e8ac-d21dfa5ee27c-310385cb {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_75c3f615-828d-d412-e894-d03e302448cb-310385cb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2519c6c0-9e65-c24a-798e-c72f88397b7d-310385cb {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_06b52bcd-fb08-d2a1-3e02-29ff22ef4e52-310385cb {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.75fr;
}

#w-node-_06b52bcd-fb08-d2a1-3e02-29ff22ef4e56-310385cb {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-e05db0e4-9907-94a0-7d3d-0d9278a3a3fa-310385cb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d42428f8-ad97-8e8b-ae70-8fb9684550dc-310385cb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b7cbc927-4861-0df7-a7bb-18b522e42cc0-22e42cbd {
  grid-area: 4 / 5 / 5 / 6;
  place-self: center;
}

#w-node-b7cbc927-4861-0df7-a7bb-18b522e42cc7-22e42cbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ea2bfe7b-4b37-562c-5d64-728211608457-310385cc {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-ea2bfe7b-4b37-562c-5d64-72821160846f-310385cc {
  grid-area: 1 / 7 / 2 / 13;
  align-self: stretch;
}

#w-node-_01facf2e-8163-f183-47c5-2027b5910df9-310385cc {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-_01facf2e-8163-f183-47c5-2027b5910dff-310385cc {
  grid-area: 1 / 7 / 2 / 13;
  align-self: stretch;
}

#w-node-a830fc4e-ff73-e8aa-e8ac-d21dfa5ee27c-4812a0d6 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_75c3f615-828d-d412-e894-d03e302448cb-4812a0d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2519c6c0-9e65-c24a-798e-c72f88397b7d-4812a0d6 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_06b52bcd-fb08-d2a1-3e02-29ff22ef4e52-4812a0d6 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.75fr;
}

#w-node-_06b52bcd-fb08-d2a1-3e02-29ff22ef4e56-4812a0d6 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-e05db0e4-9907-94a0-7d3d-0d9278a3a3fa-4812a0d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d42428f8-ad97-8e8b-ae70-8fb9684550dc-4812a0d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_50aa3224-0497-04b2-9fad-25f88ec92832-57d0a092 {
  grid-area: 1 / 1 / 2 / 8;
  align-self: center;
}

#w-node-_50aa3224-0497-04b2-9fad-25f88ec92850-57d0a092 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center stretch;
}

#w-node-_073005e5-472a-e522-03fc-66315330aced-57d0a092, #w-node-e7c16692-ca2d-bdc3-3c87-edf95926158a-57d0a092, #w-node-_31e0007a-1891-be11-386e-27ad985100e4-57d0a092, #w-node-b53cdbee-8fb7-d635-4079-4752c8e16dff-57d0a092, #w-node-_18de3f78-09b6-edff-c273-dcd823861a84-57d0a092, #w-node-_1bc9b976-4fc9-dc10-7a45-9e45fbcd9ae4-57d0a092, #w-node-a989c93c-3c88-339a-a1bc-b254f6bc76ac-57d0a092, #w-node-_69581ed6-f77e-4833-7ccb-7a07fd65442d-57d0a092, #w-node-_270e50e4-9731-7463-2e89-99ae6be67e16-57d0a092, #w-node-_05e84e32-4643-3e04-7686-c8b6a3b19b9a-57d0a092, #w-node-_6d7f9cbc-5f14-ae9a-f5e0-fdc7f8087618-57d0a092, #w-node-_3356b514-c68b-95b5-ebcd-985f35d61ebd-57d0a092, #w-node-_7a88d8c3-a8ac-de7e-364a-c5616a0a5d97-57d0a092, #w-node-ac5ce67f-7813-aa63-9a78-2c3e18315d39-57d0a092, #w-node-ab5c228a-e35e-35b1-4c7b-48ad6149542d-57d0a092, #w-node-_49faae1d-584b-7739-cd93-7e77d3118215-57d0a092, #w-node-fbde6ae4-1d87-2691-0b63-3b73adf11197-57d0a092, #w-node-_304e650a-ed49-f0de-53fd-db2d396d5b1f-57d0a092, #w-node-_28597a2e-c64c-8f98-b17a-139aa2109a0d-57d0a092, #w-node-cc371786-a7a0-36ff-2929-cd6ff396d0df-57d0a092, #w-node-_8cf3ba03-9930-b7d9-1a64-443e50b07b12-57d0a092, #w-node-f4b4c070-7d86-1ec3-6d29-44c746c421e7-57d0a092, #w-node-_8c33876f-b9a5-6cdb-92c9-b0c592aeeb31-57d0a092, #w-node-f921422f-9fef-a106-5bb0-3478e8737034-57d0a092, #w-node-df0cdc65-a80f-ad99-145a-6ba43bbd2c39-57d0a092, #w-node-_110d61bc-ec0f-00b2-b486-6fd288ecc32a-57d0a092, #w-node-da602567-45e7-b78c-f075-a3cc780e7042-57d0a092, #w-node-_833a06e3-e902-0f04-91bb-ca273be9a4b0-57d0a092, #w-node-aceb0e6e-7fd2-b7f9-9ddb-6e5454505e07-57d0a092, #w-node-e039b932-c230-d0b7-8178-b95bd2caceba-57d0a092, #w-node-a8a0d9f4-8408-0145-0d21-dbe56578f625-57d0a092, #w-node-acb7dbd9-b7cc-7a6b-234a-0275d50409c9-57d0a092, #w-node-_53133c27-c635-dcce-58ea-a791caf9551a-57d0a092, #w-node-_48a8cfe7-e4d1-24d5-1732-5992b1952260-57d0a092 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-a830fc4e-ff73-e8aa-e8ac-d21dfa5ee27c-310385cb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_75c3f615-828d-d412-e894-d03e302448cb-310385cb {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  #w-node-_2519c6c0-9e65-c24a-798e-c72f88397b7d-310385cb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_06b52bcd-fb08-d2a1-3e02-29ff22ef4e52-310385cb {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  #w-node-_06b52bcd-fb08-d2a1-3e02-29ff22ef4e56-310385cb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e05db0e4-9907-94a0-7d3d-0d9278a3a3fa-310385cb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d42428f8-ad97-8e8b-ae70-8fb9684550dc-310385cb {
    grid-template-rows: auto;
    grid-template-columns: minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto);
  }

  #w-node-b7cbc927-4861-0df7-a7bb-18b522e42cc0-22e42cbd {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-b7cbc927-4861-0df7-a7bb-18b522e42cc7-22e42cbd {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-ea2bfe7b-4b37-562c-5d64-728211608457-310385cc, #w-node-ea2bfe7b-4b37-562c-5d64-72821160846f-310385cc, #w-node-_01facf2e-8163-f183-47c5-2027b5910df9-310385cc, #w-node-_01facf2e-8163-f183-47c5-2027b5910dff-310385cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a830fc4e-ff73-e8aa-e8ac-d21dfa5ee27c-4812a0d6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_75c3f615-828d-d412-e894-d03e302448cb-4812a0d6 {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  #w-node-_2519c6c0-9e65-c24a-798e-c72f88397b7d-4812a0d6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_06b52bcd-fb08-d2a1-3e02-29ff22ef4e52-4812a0d6 {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  #w-node-_06b52bcd-fb08-d2a1-3e02-29ff22ef4e56-4812a0d6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e05db0e4-9907-94a0-7d3d-0d9278a3a3fa-4812a0d6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d42428f8-ad97-8e8b-ae70-8fb9684550dc-4812a0d6 {
    grid-template-rows: auto;
    grid-template-columns: minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto);
  }

  #w-node-_50aa3224-0497-04b2-9fad-25f88ec92832-57d0a092 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_50aa3224-0497-04b2-9fad-25f88ec92850-57d0a092 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_073005e5-472a-e522-03fc-66315330aced-57d0a092, #w-node-e7c16692-ca2d-bdc3-3c87-edf95926158a-57d0a092, #w-node-_31e0007a-1891-be11-386e-27ad985100e4-57d0a092, #w-node-b53cdbee-8fb7-d635-4079-4752c8e16dff-57d0a092, #w-node-_18de3f78-09b6-edff-c273-dcd823861a84-57d0a092, #w-node-_1bc9b976-4fc9-dc10-7a45-9e45fbcd9ae4-57d0a092, #w-node-a989c93c-3c88-339a-a1bc-b254f6bc76ac-57d0a092, #w-node-_69581ed6-f77e-4833-7ccb-7a07fd65442d-57d0a092, #w-node-_270e50e4-9731-7463-2e89-99ae6be67e16-57d0a092, #w-node-_05e84e32-4643-3e04-7686-c8b6a3b19b9a-57d0a092, #w-node-_6d7f9cbc-5f14-ae9a-f5e0-fdc7f8087618-57d0a092, #w-node-_3356b514-c68b-95b5-ebcd-985f35d61ebd-57d0a092, #w-node-_7a88d8c3-a8ac-de7e-364a-c5616a0a5d97-57d0a092, #w-node-ac5ce67f-7813-aa63-9a78-2c3e18315d39-57d0a092, #w-node-ab5c228a-e35e-35b1-4c7b-48ad6149542d-57d0a092, #w-node-_49faae1d-584b-7739-cd93-7e77d3118215-57d0a092, #w-node-fbde6ae4-1d87-2691-0b63-3b73adf11197-57d0a092, #w-node-_304e650a-ed49-f0de-53fd-db2d396d5b1f-57d0a092, #w-node-_28597a2e-c64c-8f98-b17a-139aa2109a0d-57d0a092, #w-node-cc371786-a7a0-36ff-2929-cd6ff396d0df-57d0a092, #w-node-_8cf3ba03-9930-b7d9-1a64-443e50b07b12-57d0a092, #w-node-f4b4c070-7d86-1ec3-6d29-44c746c421e7-57d0a092, #w-node-_8c33876f-b9a5-6cdb-92c9-b0c592aeeb31-57d0a092, #w-node-f921422f-9fef-a106-5bb0-3478e8737034-57d0a092, #w-node-df0cdc65-a80f-ad99-145a-6ba43bbd2c39-57d0a092, #w-node-_110d61bc-ec0f-00b2-b486-6fd288ecc32a-57d0a092, #w-node-da602567-45e7-b78c-f075-a3cc780e7042-57d0a092, #w-node-_833a06e3-e902-0f04-91bb-ca273be9a4b0-57d0a092, #w-node-aceb0e6e-7fd2-b7f9-9ddb-6e5454505e07-57d0a092, #w-node-e039b932-c230-d0b7-8178-b95bd2caceba-57d0a092, #w-node-a8a0d9f4-8408-0145-0d21-dbe56578f625-57d0a092, #w-node-acb7dbd9-b7cc-7a6b-234a-0275d50409c9-57d0a092, #w-node-_53133c27-c635-dcce-58ea-a791caf9551a-57d0a092, #w-node-_48a8cfe7-e4d1-24d5-1732-5992b1952260-57d0a092 {
    grid-column: 1 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d42428f8-ad97-8e8b-ae70-8fb9684550dc-310385cb {
    grid-template-rows: auto;
    grid-template-columns: minmax(auto, auto) minmax(auto, auto);
  }

  #w-node-d42428f8-ad97-8e8b-ae70-8fb9684550dc-4812a0d6 {
    grid-template-rows: auto;
    grid-template-columns: minmax(auto, auto);
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2519c6c0-9e65-c24a-798e-c72f88397b7d-310385cb, #w-node-_06b52bcd-fb08-d2a1-3e02-29ff22ef4e56-310385cb {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-d42428f8-ad97-8e8b-ae70-8fb9684550dc-310385cb {
    grid-template-rows: auto;
    grid-template-columns: minmax(auto, auto);
  }

  #w-node-_2519c6c0-9e65-c24a-798e-c72f88397b7d-4812a0d6, #w-node-_06b52bcd-fb08-d2a1-3e02-29ff22ef4e56-4812a0d6 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-d42428f8-ad97-8e8b-ae70-8fb9684550dc-4812a0d6 {
    grid-template-rows: auto;
    grid-template-columns: minmax(auto, auto);
  }

  #w-node-_50aa3224-0497-04b2-9fad-25f88ec92832-57d0a092 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


@font-face {
  font-family: 'Ibmplexsansarabic';
  src: url('../fonts/IBMPlexSansArabic-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsansarabic';
  src: url('../fonts/IBMPlexSansArabic-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsansarabic';
  src: url('../fonts/IBMPlexSansArabic-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsansarabic';
  src: url('../fonts/IBMPlexSansArabic-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsansarabic';
  src: url('../fonts/IBMPlexSansArabic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsansarabic';
  src: url('../fonts/IBMPlexSansArabic-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsansarabic';
  src: url('../fonts/IBMPlexSansArabic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}