.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #091017;
  font-family: Myanmarmn, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 901;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.menu-button {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
}

.menu-button.menu-button--close {
  width: 25px;
}

.restaurant-hero {
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 100vh;
}

.menu-button__icon {
  width: 100%;
}

.nav__logo {
  width: 50px;
}

.vertical-nav {
  position: fixed;
  left: -20px;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.vertical-nav__link {
  display: block;
  margin-bottom: 0px;
  -webkit-transform: perspective(20px) rotate(-90deg);
  transform: perspective(20px) rotate(-90deg);
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  text-decoration: none;
  text-transform: uppercase;
}

.restaurant-hero__content {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

.restaurant-hero__header {
  display: -ms-grid;
  display: grid;
  margin-bottom: 60px;
  padding-right: 110px;
  padding-left: 110px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 0.5fr;
  grid-template-columns: 0.75fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.restaurant-hero__name {
  font-size: 1.5rem;
  line-height: 1.38;
  text-transform: uppercase;
}

.restaurant-hero__name.phone-call {
  padding-top: 22px;
  text-align: center;
}

.restaurant-hero__name.book_a_table.hide {
  display: none;
}

.restaurant-hero__heading {
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 3.5rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.95px;
}

.restaurant-hero__header__schriftzeichen {
  font-size: 1.2rem;
  line-height: 1.2;
}

.restaurant-hero__header__schriftzeichen.delivery {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2.5em;
  margin-top: 5em;
}

.restaurant-hero__reservation-grid {
  grid-column-gap: 0px;
  -ms-grid-columns: 0.75fr 0.75fr 0.5fr 1fr;
  grid-template-columns: 0.75fr 0.75fr 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.reservation-grid__cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: -1px;
  padding: 18px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.reservation-grid__cell.w--open {
  z-index: 903;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #091017;
}

.reservation-grid__cell.reservation-grid__cell--last {
  margin-right: -1px;
}

.icon {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 7px;
  margin-right: 0px;
  margin-left: 8px;
}

.icon.icon--dropdown {
  margin-left: 12px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.reservation-grid__dropdown-list {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 100%;
}

.reservation-grid__dropdown-list.w--open {
  right: -100%;
  z-index: 902;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1px;
  padding: 50px 12vw 35px 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: transparent;
}

.reservation-grid__dropdown-list.reservation-grid__dropdown-list--order {
  right: 0%;
  margin-right: 0px;
  margin-left: -1px;
  padding-right: 5vw;
  padding-left: 5vw;
  border-left: 1px solid #fff;
  border-right-style: none;
}

.reservation-grid__dropdown-list.reservation-grid__dropdown-list--order.dropdown-sm {
  padding-right: 2vw;
  padding-left: 2vw;
}

.reservation-grid__dropdown-list.reservation-grid__dropdown-list--order.dropdown-sm.w--open {
  border-right-style: solid;
}

.reservation-grid__dropdown-list.mid {
  right: 0%;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #fff;
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.opening-hours__header {
  margin-bottom: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
}

.opening-hours__heading {
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
}

.opening-hours__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.4;
}

.section {
  padding: 100px 15vw;
  text-align: center;
}

.section.section--restaurant-intro {
  padding-top: 120px;
}

.section.section--restaurant-intro.hide-sec {
  display: none;
}

.section.section--restaurant-intro.section--book-a-table {
  height: 80vh;
  padding: 0px 0vw;
}

.section.section--small-padding {
  overflow: hidden;
  padding-right: 10vw;
  padding-left: 10vw;
}

.section.section--small-padding.hide {
  display: none;
}

.section.section--2colgrid {
  display: -ms-grid;
  display: grid;
  padding-top: 100px;
  padding-right: 0vw;
  padding-left: 10vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 5vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.section.scroll-video-section {
  height: 3000px;
  padding: 0px 5vw;
}

.section.city-sticky-container {
  position: relative;
  height: 200vh;
  padding-right: 10vw;
  padding-left: 10vw;
}

.section.city-sticky-container.hide-sec {
  display: none;
}

.section.section--howto {
  position: relative;
  display: none;
  height: 100vh;
  padding: 0px 10vw;
}

.section.section--howto.howto-animation {
  display: none;
  height: 300vh;
}

.section.section--howto.hide {
  display: none;
}

.section.margin {
  margin-bottom: 20vh;
}

.body {
  background-color: #091017;
}

.restaurant-intro__grid {
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1.5fr 1fr;
  grid-template-columns: 1fr 1.5fr 1fr;
}

.restaurant-intro__grid__header {
  position: relative;
  z-index: 1;
  margin-right: -98px;
  margin-left: -98px;
}

.section-heading {
  z-index: auto;
  margin-top: 10px;
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.71px;
}

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

.section-heading.sec-inded-h {
  font-size: 2rem;
}

.section-heading.sec-inded-h.pickup {
  margin-top: 20px;
}

.section-heading.menu-title-2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 3.5rem;
  text-align: center;
}

.section-heading.menu-title-2 {
  height: auto;
  font-size: 3.5rem;
  text-align: center;
}

.section-heading.menu-title-2.lunch-menu {
  font-size: 3rem;
}

.section-heading.menu-title-2.lunch-menu.text-pink {
  color: #ff5485;
}

.section-heading__eyebrow {
  z-index: 100;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}

.section-heading__eyebrow.menu-title-1 {
  margin-bottom: 10px;
  text-align: center;
}

.section-heading__eyebrow.menu-title-1.lunch-menu {
  font-size: 1.2rem;
}

.section-heading__eyebrow.menu-title-1.text-pink {
  color: #ff5485;
}

.section-heading__eyebrow.footer-text {
  width: 25vw;
  margin-top: 40px;
  font-size: 2rem;
}

.restaurant-intro__image {
  height: 25vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.restaurant-intro__image.restaurant-intro__image--bottom {
  margin-top: -60px;
}

.restaurant-intro__image.slider-intro-image {
  height: auto;
}

.restaurant-intro__schriftzeichen {
  margin-top: 12px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: right;
}

.background-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.background-image-wrap.background-image-wrap--bowl {
  position: relative;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.background-image-wrap.background-image-wrap--burger-woman {
  height: 50vw;
  max-height: 680px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21))), url('../images/Rechteck-86.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21)), url('../images/Rechteck-86.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.background-image-wrap.background-image-wrap--burger-woman.delivery {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.background-image__heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 400;
}

.background-image__heading.pd-left {
  padding-left: 12px;
}

.background-image__description {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  font-size: 1.5rem;
}

.indented {
  margin-top: 40px;
  padding-left: 4vw;
}

.indented.indented--how-to {
  z-index: 20000;
}

.section__paragraph {
  z-index: 20000;
  width: 75%;
  font-size: 1rem;
  line-height: 1.4;
}

.section__paragraph.sec_p_title_3 {
  z-index: 20000;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cta-link {
  opacity: 0.6;
  color: #fff;
  font-size: 1rem;
}

.cta-link.cta-link--white {
  display: inline-block;
  opacity: 1;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta.cta--sharing-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 36px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.location-menu__background-img {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -100;
  width: 100%;
  height: 100vh;
  border-radius: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.location-menu__background-img.location-menu__background-img--1 {
  position: fixed;
  background-image: url('../images/preview-miami.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.64;
}

.location-menu__background-img.location-menu__background-img--2 {
  background-image: url('../images/buya-may-2019-0687.jpg');
}

.location-menu__background-img.location-menu__background-img--4 {
  background-image: url('../images/_DSC7612.jpg');
}

.location-menu__background-img.location-menu__background-img--5 {
  background-image: url('../images/5f807c2d4d558e55af50a7bb_Inside_01_PRINT.jpg');
}

.location-menu__item {
  position: relative;
  display: block;
  padding-right: 10vw;
  padding-left: 10vw;
  color: #fff;
}

.location-menu {
  padding: 120px 10vw;
}

.location-menu.full-width {
  padding-right: 0vw;
  padding-left: 0vw;
}

.location-menu.full-width.desktop-height-vh {
  min-height: 100vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.location-menu__item__text {
  position: relative;
  z-index: 100;
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
  opacity: 0.64;
}

.location-menu__item__text.desktop-padding-vh {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.location-menu__eyebrow {
  font-size: 1.25rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.location-menu__heading {
  margin-top: 10px;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 400;
}

.home-hero {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-hero__header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vertical-nav-link-wrap {
  margin-top: 45%;
  margin-bottom: 45%;
  padding-left: 0px;
}

.home-hero__schriftzeichen {
  position: absolute;
  left: auto;
  top: auto;
  right: 5vw;
  bottom: 9%;
  font-size: 1.2rem;
  line-height: 1.2;
}

.see-all-restaurants-badge {
  position: fixed;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 40px;
  z-index: 1;
  width: 150px;
  height: 150px;
}

.see-all-restaurants-badge.hide {
  display: block;
}

.see-all-restaurants-badge.hide.hide2 {
  display: none;
}

.sharing-background-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sharing__text {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.shainrg__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 400;
}

.shainrg__heading.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.shainrg__heading.no-margin.city-link {
  position: absolute;
}

.inline-link {
  color: #fff;
}

.sharing__schriftzeichen {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 10px;
  font-size: 1.5rem;
  text-align: right;
}

.footer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 50px 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 9, 9, 0.83)), to(rgba(9, 9, 9, 0.83))), url('../images/footer-.jpg');
  background-image: linear-gradient(180deg, rgba(9, 9, 9, 0.83), rgba(9, 9, 9, 0.83)), url('../images/footer-.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.footer__menu {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
  grid-column-gap: 4vw;
  -ms-grid-columns: 1.5fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer__logo {
  width: 90px;
}

.footer__menu__cell {
  padding-top: 60px;
}

.footer__menu__heading {
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
}

.footer__menu__link {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  text-decoration: none;
}

.footer__menu__link.link_underline {
  text-decoration: underline;
}

.footer__menu__link.link_underline.social {
  text-decoration: none;
}

.footer__legal {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8rem;
}

.footer__legal__menu__link {
  margin-left: 20px;
  color: #fff;
  text-decoration: none;
}

.menu {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu.menu-old {
  display: none;
}

.menu__left {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 96px;
  padding-bottom: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__left__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -50;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 0;
}

.menu__left__bg.menu__left__bg--starters {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/pairingdinner-0649.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pairingdinner-0649.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 1;
}

.menu__left__bg.menu__left__bg--main-dish {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/buya-may-2019-0375.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/buya-may-2019-0375.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.menu__left__bg.menu__left__bg--dessert {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/DSC_0231.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/DSC_0231.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.menu__left__bg.menu__left__bg--drinks {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/buya-cocktails-0768.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/buya-cocktails-0768.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.manu__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  text-align: center;
}

.menu__nav__link {
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.64;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  text-decoration: none;
}

.menu__nav__link.w--current {
  opacity: 1;
  text-decoration: underline;
}

.menu__nav__line {
  width: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.menu__content {
  max-width: 300px;
}

.menu__section-heading {
  margin-top: 0px;
  margin-left: -60px;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 400;
}

.menu__list {
  padding-left: 0px;
  list-style-type: none;
}

.menu__list__item {
  margin-top: 30px;
  margin-bottom: 30px;
}

.menu__name {
  font-size: 1.25rem;
  line-height: 1.2;
  white-space: nowrap;
}

.menu__name.price {
  white-space: nowrap;
}

.menu__description {
  text-transform: lowercase;
}

.menu__item__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__item__header__divider {
  height: 1px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.menu__item__header__divider.menu-item-header-divider-2 {
  width: 20px;
}

.gallery-section {
  padding-top: 100px;
}

.gallery-section.hide {
  display: none;
}

.gallery__header {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 51px;
  text-align: center;
}

.gallery__grid {
  overflow: hidden;
  width: 100%;
  padding: 50px 10vw;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

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

.brand.brand--menu {
  position: relative;
  z-index: 5;
}

.sub-content {
  padding-top: 28px;
}

.sub-content.sub-content-home {
  padding-top: 0px;
}

.sticky-brand {
  position: -webkit-sticky;
  position: sticky;
  top: 18px;
  z-index: 902;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-hero__backgroundimg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/buya-may-2019-0375.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-hero__background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #091017;
}

.background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('../images/5eb3f0adf59523226ce37cfd_Schuessel-Nr.11f.-Web.-o._1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.background-image.img-13 {
  background-image: url('../images/Schüssel-Nr.12f.-Web.-o..jpg');
}

.badge-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.badge-absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.city-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 90px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.city-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.city-image-container {
  position: relative;
  overflow: hidden;
  width: 40%;
  height: 80vh;
  min-width: 490px;
  opacity: 0.6;
}

.city-image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.city-image.img1 {
  background-image: url('../images/_DSC7633.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.city-image.img2 {
  background-image: url('../images/pairingdinner-02952x-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-hero__heading {
  max-width: 820px;
  margin-top: 0px;
  margin-bottom: 22px;
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

.homer-hero__logo {
  margin-bottom: 22px;
}

.how-to {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 10vw;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.how-to__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.how-to__section {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.how-to__section.how-to__section--1 {
  opacity: 0;
}

.how-to__section.how-to__section--2 {
  opacity: 0;
}

.how-to__section.how-to__section--3 {
  opacity: 0;
}

.how-to__section.how-to__section--1 {
  opacity: 1;
}

.how-to____image {
  width: 80%;
}

.sharing-link {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.delivery-select-list {
  padding-right: 48px;
  padding-left: 5vw;
  list-style-type: none;
}

.delivery-select-list.delivery-select-list--dropdown {
  width: 100%;
  padding-right: 26px;
  padding-left: 0vw;
}

.delivery-select__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  min-width: 250px;
  margin-top: 38px;
  margin-bottom: 38px;
  padding-right: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
}

.delivery-select__link:hover {
  padding-right: 0px;
  color: hsla(0, 0%, 100%, 0.6);
}

.delivery-select__link.delivery-select__link--dropdown {
  width: 100%;
  font-size: 1rem;
}

.delivery-select__link.delivery-select__link--dropdown.hide {
  display: none;
}

.delivery-select__link.delivery-select__link--dropdown.link-sm {
  min-width: 190px;
}

.home__cta-button {
  padding-right: 24px;
  padding-left: 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.home__cta-button:hover {
  padding-right: 32px;
  padding-left: 32px;
  box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.12);
}

.text-switch-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.footer-section {
  position: relative;
  z-index: 100;
  overflow: hidden;
  padding: 50px 60px;
}

.restaruant-hero__bg-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.23)), to(rgba(0, 0, 0, 0.23))), url('../images/BuyaTastingDinner2018-0573.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23)), url('../images/BuyaTastingDinner2018-0573.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.restaruant-hero__bg-img.miami {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/2020.11.14.FoodShootsdan.BUYA.foodsaturnight.WR-107.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/2020.11.14.FoodShootsdan.BUYA.foodsaturnight.WR-107.jpg');
  background-position: 0px 0px, 50% 50%;
}

.restaruant-hero__bg-img.miami.xberg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/5f91cbb1c20a09bd0a858e82_Inside_01_PRINT-2.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/5f91cbb1c20a09bd0a858e82_Inside_01_PRINT-2.jpg');
}

.restaruant-hero__bg-img.potsdam {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/5eef2623f0aad89ce0fdff490__MG_0398-min.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/5eef2623f0aad89ce0fdff490__MG_0398-min.jpg');
}

.restaruant-hero__bg-img.st-peterberg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/buya-may-2019-0687.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/buya-may-2019-0687.jpg');
}

.menu-1-cotnent-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-1-hover-image-1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 10em;
  bottom: auto;
  z-index: 1;
  display: none;
  width: 401px;
  height: 601px;
  background-image: url('../images/buya-may-2019-0375.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.menu-1-link {
  color: #fff;
  font-size: 88px;
  line-height: 117px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-1-link:hover {
  opacity: 0.5;
  color: #fff;
}

.menu-1-link.menu-2-link {
  font-size: 5em;
  line-height: 1em;
  text-transform: none;
}

.menu-1-content-mid {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-1-content-bottom {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-1-bottom-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: none;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #091017;
}

.menu-1-bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-1-bottom-right.hide {
  display: none;
}

.link-menu-1-bottom {
  padding-right: 30px;
  padding-left: 30px;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.3em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.link-menu-1-bottom:hover {
  color: #707070;
}

.menu-1-hover-image {
  position: absolute;
  z-index: 1;
  display: none;
  width: 401px;
  height: 601px;
}

.menu-1-hover-image.menu-1-hover-image-3 {
  left: auto;
  top: auto;
  right: 10em;
  bottom: -10em;
  display: none;
  background-image: url('../images/_DSC7612.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.menu-1-hover-image.menu-1-hover-image-4 {
  left: 10em;
  top: 0em;
  right: auto;
  bottom: auto;
  display: none;
  width: 401px;
  height: 601px;
  background-image: url('../images/kreuzberg_start_img.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.menu-1-hover-image.menu-1-hover-image-5 {
  left: 10em;
  top: 0em;
  right: auto;
  bottom: auto;
  background-image: url('../images/Rendering2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.menu-1-items {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-1-hover-image-2 {
  position: absolute;
  left: 10em;
  top: auto;
  right: auto;
  bottom: 3em;
  z-index: 1;
  display: none;
  width: 401px;
  height: 601px;
  background-image: url('../images/buya-may-2019-0687.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.menu-1-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.menu-button__close-icon {
  display: none;
  width: 30px;
}

.menu-button__close-icon.popup {
  display: block;
  width: auto;
}

.nav__right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 30px;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.language-switch {
  margin-right: 20px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

.language-switch.hide {
  display: none;
}

.legal-content {
  padding: 142px 22vw 80px;
}

.menu__logo-contain {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__logo--menu {
  width: 50px;
}

.sec-indented-logo-text-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.img-indented {
  padding-right: 2em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.img-indented.img-indented-bag {
  padding-right: 4.8em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.img-indented.img-indented-bag.icon-mob {
  display: none;
}

.img-indented.icon-mob {
  display: none;
}

.menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.menu-item.special {
  margin-top: 5em;
}

.menu-item.hide {
  display: none;
}

.menu-item-img {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-item-img.ramen-img {
  width: 25%;
  min-width: 200px;
}

.menu-item-img.hide {
  display: none;
}

.menu-item-text {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.item-img {
  height: 9em;
}

.item-img.ramen {
  height: 12em;
}

.item-img.ramen.hide {
  display: none;
}

.menu-card {
  margin-bottom: 5em;
}

.menu-card.izakaya-plates {
  position: absolute;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-card.ramen {
  position: absolute;
  top: 100vh;
  height: 100vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0;
}

.menu-card.izakaya-plates {
  position: static;
  height: 100%;
}

.menu-card.ramen {
  position: static;
  height: 100%;
  margin-bottom: 5em;
  opacity: 1;
}

.menu-card.ramen.hidden {
  display: none;
}

.menu-price-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.text-about-restaurant {
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-weight: 400;
}

.section-heading-2 {
  z-index: 100;
  margin-top: 10px;
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.71px;
}

.menu-grid-2 {
  display: -ms-grid;
  display: grid;
  margin-right: 12%;
  margin-left: 12%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 5em;
  grid-row-gap: 3em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.menu-grid-2.one-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.menu-grid-2.one-row.one-column {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-grid-2.dessert {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-grid-2.low-col-m {
  margin-right: 20%;
  margin-left: 20%;
  grid-column-gap: 1em;
}

.menu-title-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vh;
  margin-bottom: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-title-2.special {
  height: auto;
}

.menu-title-2.menu-title-border {
  width: 30vw;
  height: 25vh;
  margin-top: 5em;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #fff;
}

.menu-title-2.menu-title-border.hide {
  display: none;
}

.menu-title-2.menu-title-border.addons {
  width: 30vw;
  height: auto;
  padding: 16px;
}

.menu-title-2.menu-title-border.hidden {
  display: none;
}

.section__paragraph-3 {
  font-size: 1rem;
  line-height: 1.4;
}

.section__paragraph-3.sec_p_title_3.menu-title-3 {
  font-size: 1.2rem;
  text-align: center;
}

.section__paragraph-3.sec_p_title_3.menu-title-3.hide {
  display: none;
}

.section__paragraph-3.sec_p_title_3.menu-title-3.lunch-menu {
  font-size: 1rem;
}

.section__paragraph-3.sec_p_title_3.menu-title-3.text-pink {
  color: #ff5485;
}

.section-heading-3 {
  margin-top: 10px;
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.71px;
}

.section-heading-3.delivery {
  margin-top: 20px;
}

.how-to-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 10vw;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.how-to__left-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-how-to {
  color: #fff;
  text-decoration: none;
}

.address-link {
  color: #fff;
  text-decoration: none;
}

.phone-call-popup {
  position: fixed;
  left: 50%;
  top: 25%;
  right: 0px;
  bottom: 10%;
  z-index: 900;
  display: block;
  width: 30em;
  height: 10em;
  padding: 2em;
  background-color: #c1ac79;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.phone-call-popup-content {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-button-popup {
  position: absolute;
  left: auto;
  top: -1em;
  right: -1em;
  bottom: auto;
  width: 15px;
  cursor: pointer;
}

.popup-phone-call-link {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.section-heading__eyebrow-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}

.section-heading-4 {
  margin-top: 10px;
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.71px;
}

.link-call-here {
  color: #fff;
  text-decoration: none;
}

.phone-call-popup-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 899;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}

.phone-call-pop-container {
  display: none;
}

.opening-hours-container {
  position: relative;
}

.reservation-blured-bg-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Rendering2.jpg');
  background-position: 0% 85%;
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-filter: blur(12px);
  filter: blur(12px);
}

.reservation-blured-bg-1._2 {
  background-image: url('../images/Rendering2.jpg');
  background-position: 35% 75%;
  background-size: 100vw 100vh;
}

.reservation-blured-bg-1._2.potsdam {
  background-image: url('../images/_MG_0398-min.jpg');
}

.reservation-blured-bg-1._2.st-peterburg._2 {
  background-image: url('../images/buya-may-2019-0687.jpg');
}

.reservation-blured-bg-1._3 {
  background-image: url('../images/Rendering2.jpg');
  background-position: 100% 80%;
}

.reservation-blured-bg-1._3.potsdam {
  background-image: url('../images/_MG_0398-min.jpg');
}

.reservation-blured-bg-1._3.st-peterburg._3 {
  background-image: url('../images/buya-may-2019-0687.jpg');
}

.reservation-blured-bg-1.potsdam._1 {
  background-image: url('../images/_MG_0398-min.jpg');
}

.reservation-blured-bg-1.st-peterburg._1 {
  background-image: url('../images/buya-may-2019-0687.jpg');
}

.reservation-blured-bg-1.xberg {
  background-image: url('../images/kreuzberg-header.jpg');
}

.reservation-blured-bg-1.xberg.miami {
  background-image: url('../images/Rendering2.jpg');
}

.restaurant-hero-title {
  position: relative;
  z-index: 2;
}

.restaurant-address-container {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.how-to-enjoy-container {
  position: relative;
}

.social-link-span {
  text-decoration: underline;
}

.nav-social-container {
  position: relative;
  z-index: 2;
}

.nav-social-img {
  width: 2em;
  opacity: 1;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.nav-social-link {
  margin-right: 10px;
  margin-left: 10px;
}

.nav-social-link.last {
  margin-right: 30px;
}

.delivery-btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.delivery-btn-container.centerd {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.delivery-btn-container.petersburg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.btn-delivery {
  min-width: 14em;
  margin-right: 20px;
  margin-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
}

.btn-delivery:hover {
  margin-left: 20px;
  box-shadow: 1px 1px 4px 3px hsla(0, 0%, 52%, 0.56);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.delivery-btn---inner-container {
  margin-bottom: 2em;
}

.cookies-popup-container {
  position: fixed;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: 5em;
  z-index: 200;
  display: none;
  width: 40em;
  height: 5em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 50px;
  background-color: #b4bb9d;
  opacity: 0;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.cookies-popup-text-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-cookie-popup {
  width: 100%;
  color: #000;
  font-size: 14px;
  line-height: 1.4em;
}

.text-link-popup {
  color: #000;
}

.cookie-popup-btn-con {
  margin-right: 3em;
  margin-left: 3em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.btn-cookie.btn-transparent {
  background-color: transparent;
  font-size: 16px;
  line-height: 0.9em;
  text-transform: uppercase;
}

.btn-cookie.btn-transparent.btn-border-rnd {
  border: 2px solid #000;
  border-radius: 30px;
  color: #000;
}

.div-block-2 {
  display: none;
  background-color: #c1ac79;
}

.menu_name_upper {
  display: inline-block;
  font-size: 0.7rem;
  font-style: italic;
}

.book-a-table-container-bg {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/106387686_283488929522390_6113217820181871473_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.book-a-table-container-bg.st-petersburg-bg {
  background-image: url('../images/buya-may-2019-0687.jpg');
}

.book-a-table-script {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  opacity: 1;
}

.book-a-table-script.mb {
  display: none;
}

.restaurant-intro-slider {
  z-index: 0;
  height: 25vw;
  max-width: 100%;
  background-color: transparent;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.restaurant-intro-slider.restaurant-intro__slider--bottom {
  margin-top: -60px;
}

.arrow-hide {
  display: none;
}

.slide-nav-hide {
  display: none;
}

.columns {
  width: 100%;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.h4 {
  font-size: 24px;
  line-height: 28px;
}

.pl-1 {
  padding-left: 37px;
}

@media screen and (max-width: 991px) {
  .menu-button {
    width: 40px;
  }

  .menu-button.menu-button--close {
    width: 20px;
  }

  .nav__logo {
    width: 40px;
  }

  .vertical-nav {
    display: none;
  }

  .restaurant-hero__header {
    padding-right: 5vw;
    padding-left: 5vw;
    -ms-grid-columns: 0.75fr 0.5fr;
    grid-template-columns: 0.75fr 0.5fr;
  }

  .restaurant-hero__name {
    font-size: 1.25rem;
  }

  .restaurant-hero__heading {
    font-size: 2.25rem;
  }

  .restaurant-hero__header__schriftzeichen.delivery {
    bottom: -7em;
  }

  .reservation-grid__cell {
    max-height: 55px;
    padding-left: 10px;
  }

  .reservation-grid__dropdown-list.w--open {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .reservation-grid__dropdown-list.mid {
    right: -100%;
  }

  .section {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .section.section--small-padding {
    margin-bottom: 7vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .section.section--2colgrid {
    padding-left: 5vw;
    grid-column-gap: 5vw;
  }

  .restaurant-intro__grid__header {
    z-index: 1;
  }

  .section-heading.section-heading--large {
    font-size: 2.5rem;
  }

  .section-heading__eyebrow.footer-text {
    width: 35vw;
  }

  .restaurant-intro__image {
    height: 300px;
    opacity: 0.58;
  }

  .restaurant-intro__image.restaurant-intro__image--bottom {
    height: 300px;
  }

  .restaurant-intro__schriftzeichen {
    font-size: 1rem;
  }

  .background-image-wrap.background-image-wrap--bowl {
    height: 350px;
  }

  .background-image-wrap.background-image-wrap--burger-woman.delivery {
    height: 100vh;
    max-height: 100%;
  }

  .location-menu.full-width.desktop-height-vh {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .location-menu__item__text.desktop-padding-vh {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .location-menu__eyebrow {
    font-size: 1rem;
  }

  .location-menu__heading {
    font-size: 2.85rem;
  }

  .home-hero__header {
    padding-right: 18px;
    padding-left: 18px;
  }

  .see-all-restaurants-badge {
    display: none;
  }

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

  .menu__section {
    padding-right: 15px;
  }

  .menu__section-heading {
    margin-left: -24px;
  }

  .gallery__grid {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .city-image-container {
    width: 80%;
    height: 60vw;
  }

  .home-hero__heading {
    font-size: 3rem;
  }

  .how-to {
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }

  .delivery-select__link {
    font-size: 1.5rem;
  }

  .delivery-select__link.delivery-select__link--dropdown {
    min-width: 180px;
  }

  .menu-1-hover-image-1 {
    right: 2em;
  }

  .menu-1-content-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .menu-1-bottom-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-1-bottom-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-menu-1-bottom {
    font-size: 1em;
  }

  .menu-1-hover-image.menu-1-hover-image-4 {
    width: 522px;
    height: 293px;
  }

  .menu-1-hover-image-2 {
    left: 2em;
  }

  .menu-1-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .legal-content {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .nav__logo--menu {
    width: 40px;
  }

  .menu-item {
    margin-bottom: 2em;
  }

  .menu-card.izakaya-plates {
    margin-top: 5em;
  }

  .text-about-restaurant {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .menu-grid-2 {
    height: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .menu-grid-2.low-col-m {
    margin-right: 12%;
    margin-left: 12%;
  }

  .menu-title-2 {
    height: auto;
  }

  .menu-title-2.menu-title-border {
    width: 45vw;
    height: 28vh;
  }

  .menu-title-2.menu-title-border.addons {
    width: 50vw;
  }

  .delivery-btn-container {
    margin-top: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-delivery {
    margin: 20px 0px;
  }

  .btn-delivery:hover {
    margin-left: 0px;
  }

  .delivery-btn---inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookies-popup-container {
    width: 40em;
    height: 8em;
  }

  .text-cookie-popup {
    font-size: 14px;
    line-height: 1.4em;
  }

  .btn-cookie.btn-transparent {
    font-size: 16px;
  }

  .book-a-table-script {
    display: none;
  }

  .book-a-table-script.mb {
    display: block;
  }

  .restaurant-intro-slider {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .restaurant-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .restaurant-hero__content {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .restaurant-hero__header {
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .restaurant-hero__name {
    font-size: 1rem;
  }

  .restaurant-hero__heading {
    margin-top: 15px;
    font-size: 2rem;
  }

  .restaurant-hero__header__schriftzeichen {
    font-size: 1rem;
  }

  .restaurant-hero__header__schriftzeichen.delivery {
    position: static;
    margin-top: 3em;
  }

  .restaurant-hero__reservation-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reservation-grid__cell {
    margin-bottom: -1px;
    border-style: solid none;
  }

  .reservation-grid__cell.reservation-grid__cell--last {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .reservation-grid__dropdown-list.w--open {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    border-right-style: none;
    border-left-style: none;
  }

  .opening-hours__header {
    margin-bottom: 38px;
  }

  .opening-hours__header.address_header {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.section--restaurant-intro {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .section.section--small-padding {
    margin-bottom: 20vw;
  }

  .section.section--2colgrid {
    padding-top: 80px;
    padding-right: 5vw;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

  .section-heading.section-heading--large {
    font-size: 2rem;
  }

  .section-heading.menu-title-2 {
    font-size: 3.2rem;
  }

  .section-heading.menu-title-2 {
    font-size: 3.2rem;
  }

  .section-heading__eyebrow {
    font-size: 1rem;
  }

  .section-heading__eyebrow.footer-text {
    width: 40vw;
  }

  .restaurant-intro__image {
    height: 220px;
  }

  .restaurant-intro__image.restaurant-intro__image--bottom {
    height: 220px;
  }

  .background-image-wrap.background-image-wrap--burger-woman.delivery {
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .background-image__heading {
    font-size: 3rem;
  }

  .indented {
    padding-left: 5vw;
  }

  .section__paragraph {
    font-size: 0.825rem;
  }

  .cta.cta--sharing-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .location-menu {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .location-menu__item__text {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .location-menu__item__text.desktop-padding-vh {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .location-menu__heading {
    font-size: 2rem;
  }

  .see-all-restaurants-badge.hide {
    right: 10px;
    width: 75px;
    height: 75px;
  }

  .shainrg__heading {
    font-size: 3rem;
  }

  .sharing__schriftzeichen {
    display: none;
  }

  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer__menu__link {
    text-decoration: underline;
  }

  .footer__legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    font-size: 0.65rem;
  }

  .footer__legal__menu {
    margin-bottom: 60px;
    font-size: 1rem;
    line-height: 1.3;
  }

  .footer__legal__menu__link {
    margin-right: 20px;
    margin-left: 20px;
    text-decoration: underline;
  }

  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu__left {
    position: relative;
    height: 90vh;
  }

  .menu__section {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .menu__section-heading {
    margin-left: -45px;
  }

  .gallery__grid {
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .brand.w--current {
    padding-left: 0px;
  }

  .brand-2 {
    padding-left: 0px;
  }

  .badge-static {
    width: 2em;
  }

  .city-image-container {
    width: 100%;
    height: 400px;
    min-width: 380px;
  }

  .how-to {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .how-to__left {
    position: relative;
    z-index: 5;
    height: auto;
    padding-top: 40px;
    padding-bottom: 28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #091017;
  }

  .how-to__right {
    height: 50vh;
  }

  .how-to__section {
    height: 50vh;
  }

  .how-to____image {
    width: auto;
    height: 20vh;
    max-width: none;
  }

  .delivery-select-list.delivery-select-list--dropdown {
    padding-right: 100px;
    padding-left: 100px;
  }

  .delivery-select__link {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .menu-1-hover-image-1 {
    right: 0.5em;
    width: 300px;
    height: 500px;
  }

  .menu-1-link {
    font-size: 60px;
    line-height: 85px;
  }

  .menu-1-link.menu-2-link {
    font-size: 3em;
  }

  .menu-1-content-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .menu-1-bottom-left {
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-1-bottom-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-1-hover-image {
    width: 300px;
    height: 500px;
  }

  .menu-1-hover-image.menu-1-hover-image-3 {
    right: 2em;
    bottom: -13.9em;
  }

  .menu-1-hover-image.menu-1-hover-image-4 {
    width: 322px;
    height: 193px;
  }

  .menu-1-hover-image-2 {
    left: 0.5em;
    width: 300px;
    height: 500px;
  }

  .nav__right {
    right: 15px;
  }

  .legal-content {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .menu-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-item-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-item-img.ramen-img {
    padding-bottom: 2em;
  }

  .menu-item-text {
    width: 70%;
  }

  .item-img {
    height: 8em;
  }

  .menu-card.izakaya-plates {
    margin-top: 5em;
  }

  .menu-card.izakaya-plates {
    margin-top: 7em;
  }

  .text-about-restaurant {
    font-size: 1.1rem;
  }

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

  .menu-grid-2 {
    justify-items: center;
    grid-row-gap: 3em;
  }

  .menu-title-2.menu-title-border {
    width: 63vw;
    height: 30vh;
  }

  .menu-title-2.menu-title-border.addons {
    width: 75vw;
  }

  .section__paragraph-3 {
    font-size: 0.825rem;
  }

  .how-to__right-2 {
    height: 50vh;
  }

  .section-heading-3 {
    font-size: 2rem;
  }

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

  .how-to__left-2 {
    position: relative;
    z-index: 5;
    height: auto;
    padding-top: 100px;
    padding-bottom: 28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #091017;
  }

  .phone-call-popup {
    width: 25em;
  }

  .popup-phone-call-link {
    font-size: 0.825rem;
  }

  .section-heading__eyebrow-2 {
    font-size: 1rem;
  }

  .section-heading__eyebrow-2.padding-top {
    padding-top: 15px;
  }

  .section-heading-4 {
    font-size: 2rem;
  }

  .nav-social-container {
    display: none;
  }

  .cookies-popup-container {
    bottom: 3em;
    width: 25em;
    height: 10em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookies-popup-text-con {
    margin-top: 1em;
    margin-left: 0em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-cookie-popup {
    padding-right: 2em;
    padding-left: 2em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
    line-height: 1.4em;
    text-align: center;
  }

  .cookie-popup-btn-con {
    margin: 1em 0em;
  }

  .btn-cookie.btn-transparent {
    font-size: 16px;
  }

  .restaurant-intro-slider {
    height: 220px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .restaurant-hero__header__schriftzeichen.delivery {
    bottom: -7em;
  }

  .reservation-grid__dropdown-list.w--open {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .opening-hours__heading {
    font-size: 1.25rem;
  }

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

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.section--restaurant-intro {
    padding-top: 50px;
  }

  .section.section--howto {
    position: static;
    height: auto;
  }

  .restaurant-intro__grid {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    grid-row-gap: 100px;
    -ms-grid-columns: 1.5fr 1.5fr 1.5fr;
    grid-template-columns: 1.5fr 1.5fr 1.5fr;
  }

  .section-heading {
    font-size: 1.5rem;
  }

  .section-heading.section-heading--large {
    font-size: 1.5rem;
  }

  .section-heading.sec-inded-h {
    font-size: 1.5rem;
  }

  .section-heading.menu-title-2 {
    font-size: 3rem;
  }

  .section-heading.menu-title-2 {
    font-size: 2.2rem;
  }

  .section-heading.menu-title-2.lunch-menu {
    line-height: 1.1;
  }

  .section-heading__eyebrow {
    font-size: 1rem;
  }

  .section-heading__eyebrow.footer-text {
    width: 100%;
  }

  .restaurant-intro__image {
    height: 180px;
  }

  .restaurant-intro__image.restaurant-intro__image--bottom {
    height: 180px;
    margin-top: 114px;
    padding-right: 50px;
  }

  .restaurant-intro__schriftzeichen {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .background-image-wrap.background-image-wrap--burger-woman {
    height: 400px;
  }

  .background-image__heading {
    font-size: 2rem;
  }

  .indented.indented--how-to {
    margin-top: 12px;
    padding-left: 0vw;
  }

  .indented.indented--how-to {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .indented.indented--how-to {
    margin-top: 12px;
    padding-left: 0vw;
  }

  .section__paragraph.sec_p_title_3 {
    width: 100%;
  }

  .section__paragraph.delivery {
    width: 100%;
    text-align: center;
  }

  .home-hero__header {
    margin-top: -100px;
  }

  .home-hero__schriftzeichen {
    font-size: 1rem;
  }

  .shainrg__heading {
    margin-bottom: 6px;
    font-size: 1.5rem;
  }

  .footer {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .footer__menu__cell {
    padding-top: 30px;
  }

  .footer__menu__heading {
    margin-bottom: 30px;
    font-size: 1.25rem;
  }

  .footer__menu__link {
    font-size: 1rem;
  }

  .footer__legal {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__legal__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .footer__legal__menu__link {
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .menu__left {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .menu__section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .manu__navigation {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .menu__section-heading {
    margin-left: -22px;
    font-size: 1.85rem;
  }

  .gallery__header {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .city-container {
    height: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .city-image-container {
    height: 500px;
    min-width: 0px;
  }

  .home-hero__heading {
    font-size: 1.5rem;
  }

  .homer-hero__logo {
    width: 40px;
  }

  .how-to {
    position: static;
  }

  .how-to__left {
    position: static;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .how-to__right {
    height: auto;
    margin-top: 43px;
  }

  .how-to__section {
    height: 50vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .how-to__section.how-to__section--1 {
    position: static;
    height: auto;
  }

  .how-to____image {
    width: 55vw;
    height: auto;
  }

  .delivery-select-list.delivery-select-list--dropdown {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }

  .delivery-select__link {
    width: 100%;
    font-size: 1.25rem;
  }

  .delivery-select__link.delivery-select__link--dropdown {
    width: 100%;
  }

  .home__cta-button {
    padding: 5px 20px;
  }

  .intro-top-wrapper {
    margin-left: -68px;
  }

  .menu-1-hover-image-1 {
    width: 200px;
    height: 400px;
  }

  .menu-1-link {
    font-size: 40px;
    line-height: 80px;
  }

  .menu-1-content-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .link-menu-1-bottom {
    white-space: nowrap;
  }

  .menu-1-hover-image {
    width: 200px;
    height: 400px;
  }

  .menu-1-hover-image.menu-1-hover-image-3 {
    right: 0.5em;
    bottom: -16.2em;
  }

  .menu-1-hover-image.menu-1-hover-image-4 {
    left: auto;
    top: 30.1em;
    width: 222px;
    height: 143px;
  }

  .menu-1-hover-image-2 {
    display: none;
    width: 200px;
    height: 400px;
  }

  .menu-button__close-icon {
    width: 20px;
  }

  .language-switch {
    margin-right: 12px;
    font-size: 0.8rem;
  }

  .img-indented {
    display: none;
  }

  .img-indented.img-indented-bag {
    display: none;
  }

  .img-indented.img-indented-bag.icon-mob {
    display: block;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0em;
  }

  .img-indented.icon-mob {
    display: block;
    margin-top: 25px;
    padding-right: 0em;
  }

  .menu-item {
    margin-bottom: 0.5em;
  }

  .menu-item-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-item-text {
    width: 100%;
  }

  .menu-card.izakaya-plates {
    margin-top: 7em;
  }

  .menu-card.izakaya-plates {
    margin-top: 7em;
  }

  .section-heading-2 {
    max-width: 200px;
    font-size: 2rem;
    line-height: 1.2;
  }

  .menu-grid-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: start;
  }

  .menu-title-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu-title-2.menu-title-border {
    width: 75vw;
  }

  .section__paragraph-3.sec_p_title_3.menu-title-3 {
    max-width: 80%;
    font-size: 1.2rem;
  }

  .section-heading-3 {
    font-size: 1.5rem;
  }

  .how-to__left-2 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
  }

  .phone-call-popup {
    width: 18em;
  }

  .section-heading__eyebrow-2 {
    font-size: 1rem;
  }

  .section-heading-4 {
    max-width: 300px;
    font-size: 2rem;
    line-height: 1.2;
  }

  .cookies-popup-container {
    width: 15em;
    height: 12em;
  }

  .cookies-popup-text-con {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .cookie-popup-btn-con {
    margin-top: 0em;
    margin-bottom: 0em;
  }

  .restaurant-intro-slider {
    height: 180px;
  }

  .restaurant-intro-slider.restaurant-intro__slider--bottom {
    margin-top: 114px;
    padding-right: 50px;
  }
}

#w-node-_77907da3-a64f-d45b-9236-0c25ab6aea13-fea10f01 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_77907da3-a64f-d45b-9236-0c25ab6aea18-fea10f01 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_77907da3-a64f-d45b-9236-0c25ab6aea19-fea10f01 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_76ad1413-73fd-9c8d-b393-5dc3aa0de69c-a0a10f09 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-c663f61f-8549-8112-d4d4-5b2da7db0971-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c8bce5eb-3dca-3f2e-a9ce-289f189f934c-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_151a6243-6189-ce27-bbc1-c993b098882e-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f9b9a242-b762-e931-99af-1e59ed4818d3-a0a10f09 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f9b9a242-b762-e931-99af-1e59ed4818d8-a0a10f09 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f9b9a242-b762-e931-99af-1e59ed4818d9-a0a10f09 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_611ab901-a3bf-1942-4652-c0e8fbe06a61-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_611ab901-a3bf-1942-4652-c0e8fbe06a70-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_611ab901-a3bf-1942-4652-c0e8fbe06a7f-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_611ab901-a3bf-1942-4652-c0e8fbe06a8e-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_611ab901-a3bf-1942-4652-c0e8fbe06a9d-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_611ab901-a3bf-1942-4652-c0e8fbe06aac-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b157468f-39c0-ad6c-85fd-700f370253f2-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b157468f-39c0-ad6c-85fd-700f370253ff-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b157468f-39c0-ad6c-85fd-700f3702540e-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b157468f-39c0-ad6c-85fd-700f3702541d-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b157468f-39c0-ad6c-85fd-700f3702542a-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1c94566d-242e-f1fd-f656-e4b11b223a49-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b91b0a30-b18f-03bc-8814-5158c703d552-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b157468f-39c0-ad6c-85fd-700f37025437-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_5000ac3e-0d69-c46a-2062-b8d24ffc9c11-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b346129b-152d-4579-ec5e-3686caba52d5-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_01309acd-2b44-2e9a-9b8b-a3106bc10df4-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_7b8a3a21-f39d-65f5-2ab7-9ecdfacbd9fd-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_84234438-2756-5337-fe52-8d682a83cde4-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_34d95b3a-17af-b518-8ee5-ff5ac8db0e59-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_96ccfde5-8f20-7cae-117c-9db37f58bfc2-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-a368d845-a81a-53e9-3d46-6a1d677b90f3-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-a368d845-a81a-53e9-3d46-6a1d677b9100-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-ce826f43-de10-93bf-77a8-2c377c3783b0-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b884ec17-ec41-56e4-b921-c5a089ec8f6d-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_2b806adb-fcc9-404c-a7d5-af361f20cac9-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_2b806adb-fcc9-404c-a7d5-af361f20cad4-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_2b806adb-fcc9-404c-a7d5-af361f20cadf-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_6a7451dc-f525-f2ac-ca08-cb3f7bd4189c-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_6a7451dc-f525-f2ac-ca08-cb3f7bd418a7-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_42c37237-dd5e-1192-45d8-104a0d6c82d1-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_20869680-0466-3b80-cf51-a1747371c264-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_863bb60d-99ed-6707-8485-fe91dad1d431-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_3cdfd205-45fe-23d2-4acc-6302fecdb4ab-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_42c37237-dd5e-1192-45d8-104a0d6c82dc-a0a10f09 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f584c-a0a10f09 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 3;
  grid-column-end: 12;
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f584d-a0a10f09 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f584e-a0a10f09 {
  -ms-grid-column-span: 3;
  grid-column-end: 8;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f584f-a0a10f09 {
  -ms-grid-column-span: 5;
  grid-column-end: 13;
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f5850-a0a10f09 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f5851-a0a10f09 {
  -ms-grid-column-span: 4;
  grid-column-end: 9;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f5852-a0a10f09 {
  -ms-grid-column-span: 2;
  grid-column-end: 6;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f5853-a0a10f09 {
  -ms-grid-column-span: 5;
  grid-column-end: 11;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f5854-a0a10f09 {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-column-span: 2;
  grid-column-end: 13;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_76ad1413-73fd-9c8d-b393-5dc3aa0de69c-23a10f0a {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-c663f61f-8549-8112-d4d4-5b2da7db0971-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c8bb3ba8-9a16-d732-d8c5-bb3cca0ea2d4-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_151a6243-6189-ce27-bbc1-c993b098882e-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f9b9a242-b762-e931-99af-1e59ed4818d3-23a10f0a {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f9b9a242-b762-e931-99af-1e59ed4818d8-23a10f0a {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f9b9a242-b762-e931-99af-1e59ed4818d9-23a10f0a {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_611ab901-a3bf-1942-4652-c0e8fbe06a61-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_611ab901-a3bf-1942-4652-c0e8fbe06a70-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_611ab901-a3bf-1942-4652-c0e8fbe06a7f-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_611ab901-a3bf-1942-4652-c0e8fbe06a8e-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_611ab901-a3bf-1942-4652-c0e8fbe06a9d-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_611ab901-a3bf-1942-4652-c0e8fbe06aac-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_44cd39f4-e636-bfac-f66a-45611205c3d3-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 0.9895833730697632;
  grid-column-start: span 0.9895833730697632;
  -ms-grid-row: span 0.9895833730697632;
  grid-row-start: span 0.9895833730697632;
  -ms-grid-column-span: 0.9895833730697632;
  grid-column-end: span 0.9895833730697632;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: span 0.9895833730697632;
}

#w-node-_826835bd-571d-c5ca-a82d-bc75ced24e9f-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 0.9895833730697632;
  grid-column-start: span 0.9895833730697632;
  -ms-grid-row: span 0.9895833730697632;
  grid-row-start: span 0.9895833730697632;
  -ms-grid-column-span: 0.9895833730697632;
  grid-column-end: span 0.9895833730697632;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: span 0.9895833730697632;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_6d98e305-0684-e3a6-b1d6-ea41b09dbe60-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 0.9895833730697632;
  grid-column-start: span 0.9895833730697632;
  -ms-grid-row: span 0.9895833730697632;
  grid-row-start: span 0.9895833730697632;
  -ms-grid-column-span: 0.9895833730697632;
  grid-column-end: span 0.9895833730697632;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: span 0.9895833730697632;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_1e84c7e6-497b-8be0-7383-b5d06dddf043-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 0.9895833730697632;
  grid-column-start: span 0.9895833730697632;
  -ms-grid-row: span 0.9895833730697632;
  grid-row-start: span 0.9895833730697632;
  -ms-grid-column-span: 0.9895833730697632;
  grid-column-end: span 0.9895833730697632;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: span 0.9895833730697632;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-fba7908a-12e3-d04c-22fb-c69820140cc6-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 0.9895833730697632;
  grid-column-start: span 0.9895833730697632;
  -ms-grid-row: span 0.9895833730697632;
  grid-row-start: span 0.9895833730697632;
  -ms-grid-column-span: 0.9895833730697632;
  grid-column-end: span 0.9895833730697632;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: span 0.9895833730697632;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_548db3e1-26ca-5376-f6d1-94f2edf19d72-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 0.9895833730697632;
  grid-column-start: span 0.9895833730697632;
  -ms-grid-row: span 0.9895833730697632;
  grid-row-start: span 0.9895833730697632;
  -ms-grid-column-span: 0.9895833730697632;
  grid-column-end: span 0.9895833730697632;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: span 0.9895833730697632;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_5000ac3e-0d69-c46a-2062-b8d24ffc9c22-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_5000ac3e-0d69-c46a-2062-b8d24ffc9c31-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_5000ac3e-0d69-c46a-2062-b8d24ffc9c42-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_091cee5c-a707-0fc0-2ca9-70b85cd32d23-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6757a03e-57b5-d614-5515-829b2a8e10d0-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 0.9895833730697632;
  grid-column-start: span 0.9895833730697632;
  -ms-grid-row: span 0.9895833730697632;
  grid-row-start: span 0.9895833730697632;
  -ms-grid-column-span: 0.9895833730697632;
  grid-column-end: span 0.9895833730697632;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: span 0.9895833730697632;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_6757a03e-57b5-d614-5515-829b2a8e10dd-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 0.9895833730697632;
  grid-column-start: span 0.9895833730697632;
  -ms-grid-row: span 0.9895833730697632;
  grid-row-start: span 0.9895833730697632;
  -ms-grid-column-span: 0.9895833730697632;
  grid-column-end: span 0.9895833730697632;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: span 0.9895833730697632;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_6757a03e-57b5-d614-5515-829b2a8e10ec-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 0.9895833730697632;
  grid-column-start: span 0.9895833730697632;
  -ms-grid-row: span 0.9895833730697632;
  grid-row-start: span 0.9895833730697632;
  -ms-grid-column-span: 0.9895833730697632;
  grid-column-end: span 0.9895833730697632;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: span 0.9895833730697632;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_6757a03e-57b5-d614-5515-829b2a8e10fb-23a10f0a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 0.9895833730697632;
  grid-column-start: span 0.9895833730697632;
  -ms-grid-row: span 0.9895833730697632;
  grid-row-start: span 0.9895833730697632;
  -ms-grid-column-span: 0.9895833730697632;
  grid-column-end: span 0.9895833730697632;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: span 0.9895833730697632;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f584c-23a10f0a {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 3;
  grid-column-end: 12;
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f584d-23a10f0a {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f584e-23a10f0a {
  -ms-grid-column-span: 3;
  grid-column-end: 8;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f584f-23a10f0a {
  -ms-grid-column-span: 5;
  grid-column-end: 13;
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f5850-23a10f0a {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f5851-23a10f0a {
  -ms-grid-column-span: 4;
  grid-column-end: 9;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f5852-23a10f0a {
  -ms-grid-column-span: 2;
  grid-column-end: 6;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f5853-23a10f0a {
  -ms-grid-column-span: 5;
  grid-column-end: 11;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f5854-23a10f0a {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-column-span: 2;
  grid-column-end: 13;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_76ad1413-73fd-9c8d-b393-5dc3aa0de69c-96a10f0b {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-c663f61f-8549-8112-d4d4-5b2da7db0971-96a10f0b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_60c2fcea-a370-a326-8e2c-2294d33f929a-96a10f0b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_151a6243-6189-ce27-bbc1-c993b098882e-96a10f0b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f9b9a242-b762-e931-99af-1e59ed4818d3-96a10f0b {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f9b9a242-b762-e931-99af-1e59ed4818d8-96a10f0b {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f9b9a242-b762-e931-99af-1e59ed4818d9-96a10f0b {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_611ab901-a3bf-1942-4652-c0e8fbe06a7f-96a10f0b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_611ab901-a3bf-1942-4652-c0e8fbe06a8e-96a10f0b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_611ab901-a3bf-1942-4652-c0e8fbe06a9d-96a10f0b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_611ab901-a3bf-1942-4652-c0e8fbe06aac-96a10f0b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-fd1579e6-47f8-65fc-a978-b4c05e9f2749-96a10f0b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5000ac3e-0d69-c46a-2062-b8d24ffc9c11-96a10f0b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_5000ac3e-0d69-c46a-2062-b8d24ffc9c22-96a10f0b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_5000ac3e-0d69-c46a-2062-b8d24ffc9c31-96a10f0b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_5000ac3e-0d69-c46a-2062-b8d24ffc9c42-96a10f0b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-fb4f238f-e8f4-3d6b-1a63-e1255ec24594-96a10f0b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f584c-96a10f0b {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 3;
  grid-column-end: 12;
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f584d-96a10f0b {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f584e-96a10f0b {
  -ms-grid-column-span: 3;
  grid-column-end: 8;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f584f-96a10f0b {
  -ms-grid-column-span: 5;
  grid-column-end: 13;
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f5850-96a10f0b {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f5851-96a10f0b {
  -ms-grid-column-span: 4;
  grid-column-end: 9;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f5852-96a10f0b {
  -ms-grid-column-span: 2;
  grid-column-end: 6;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f5853-96a10f0b {
  -ms-grid-column-span: 5;
  grid-column-end: 11;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f5854-96a10f0b {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-column-span: 2;
  grid-column-end: 13;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_76ad1413-73fd-9c8d-b393-5dc3aa0de69c-4f51f21c {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-c663f61f-8549-8112-d4d4-5b2da7db0971-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c8bce5eb-3dca-3f2e-a9ce-289f189f934c-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_151a6243-6189-ce27-bbc1-c993b098882e-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2473b11e-fa71-1c73-927b-fa45919170b8-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f9b9a242-b762-e931-99af-1e59ed4818d3-4f51f21c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1c17c29d-b8d9-f5ee-90b7-187cbb172701-4f51f21c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-f9b9a242-b762-e931-99af-1e59ed4818d9-4f51f21c {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_611ab901-a3bf-1942-4652-c0e8fbe06a61-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_611ab901-a3bf-1942-4652-c0e8fbe06a70-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_611ab901-a3bf-1942-4652-c0e8fbe06a7f-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-e5f7cf46-5458-c9d3-b1c1-cb33c0ece307-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-e5f7cf46-5458-c9d3-b1c1-cb33c0ece321-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-e5f7cf46-5458-c9d3-b1c1-cb33c0ece32e-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-afa5fd7b-9f3d-2f7c-6a2f-a5f79d5a7a32-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-afa5fd7b-9f3d-2f7c-6a2f-a5f79d5a7a3f-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-afa5fd7b-9f3d-2f7c-6a2f-a5f79d5a7a4c-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-afa5fd7b-9f3d-2f7c-6a2f-a5f79d5a7a59-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d5191d8e-5430-d08c-8422-6dd9d0960f97-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-d5191d8e-5430-d08c-8422-6dd9d0960fa4-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d5191d8e-5430-d08c-8422-6dd9d0960fb1-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d5191d8e-5430-d08c-8422-6dd9d0960fbe-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d5191d8e-5430-d08c-8422-6dd9d0960fcb-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-aaa68e1a-6a8d-816a-ce36-e9538b39838e-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d5191d8e-5430-d08c-8422-6dd9d0960fd8-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b157468f-39c0-ad6c-85fd-700f370253f2-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b157468f-39c0-ad6c-85fd-700f3702542a-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b157468f-39c0-ad6c-85fd-700f3702540e-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b157468f-39c0-ad6c-85fd-700f370253ff-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-ed365454-b89b-e6fd-2a47-cdf9a8f0e309-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_5000ac3e-0d69-c46a-2062-b8d24ffc9c11-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_515f7c90-fb98-fde5-2db3-c82e37d62f7f-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_24a38850-8d3c-3ea2-34e5-df9eba8dfcbc-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_24a38850-8d3c-3ea2-34e5-df9eba8dfcc9-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_24a38850-8d3c-3ea2-34e5-df9eba8dfcd6-4f51f21c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f584c-4f51f21c {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 3;
  grid-column-end: 12;
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f584d-4f51f21c {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f584e-4f51f21c {
  -ms-grid-column-span: 3;
  grid-column-end: 8;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f584f-4f51f21c {
  -ms-grid-column-span: 5;
  grid-column-end: 13;
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f5850-4f51f21c {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f5851-4f51f21c {
  -ms-grid-column-span: 4;
  grid-column-end: 9;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f5852-4f51f21c {
  -ms-grid-column-span: 2;
  grid-column-end: 6;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f5853-4f51f21c {
  -ms-grid-column-span: 5;
  grid-column-end: 11;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01e61cc4-6798-022e-159f-6c9ed27f5854-4f51f21c {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-column-span: 2;
  grid-column-end: 13;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-de6d95e8-cade-519b-f380-f5982294af47-2294af45 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-de6d95e8-cade-519b-f380-f5982294af61-2294af45 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f584c-a0a10f09 {
    -ms-grid-column: 8;
    grid-column-start: 8;
    -ms-grid-column-span: 4;
    grid-column-end: 12;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f584d-a0a10f09 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 5;
    grid-column-end: 7;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f584e-a0a10f09 {
    -ms-grid-column-span: 5;
    grid-column-end: 12;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f584f-a0a10f09 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 3;
    grid-row-end: 7;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f5850-a0a10f09 {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 7;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f5851-a0a10f09 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f5852-a0a10f09 {
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f5853-a0a10f09 {
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-row-span: 2;
    grid-row-end: 10;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f5854-a0a10f09 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 4;
    grid-column-end: 7;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 2;
    grid-row-end: 11;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_366dd859-675a-fae0-95fb-300bcda3ca4b-a0a10f09 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_366dd859-675a-fae0-95fb-300bcda3ca5a-a0a10f09 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f584c-23a10f0a {
    -ms-grid-column: 8;
    grid-column-start: 8;
    -ms-grid-column-span: 4;
    grid-column-end: 12;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f584d-23a10f0a {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 5;
    grid-column-end: 7;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f584e-23a10f0a {
    -ms-grid-column-span: 5;
    grid-column-end: 12;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f584f-23a10f0a {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 3;
    grid-row-end: 7;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f5850-23a10f0a {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 7;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f5851-23a10f0a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f5852-23a10f0a {
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f5853-23a10f0a {
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-row-span: 2;
    grid-row-end: 10;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f5854-23a10f0a {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 4;
    grid-column-end: 7;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 2;
    grid-row-end: 11;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a96ae5af-4ad1-4857-40c7-e3c24b2388a0-23a10f0a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-a96ae5af-4ad1-4857-40c7-e3c24b2388af-23a10f0a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f584c-96a10f0b {
    -ms-grid-column: 8;
    grid-column-start: 8;
    -ms-grid-column-span: 4;
    grid-column-end: 12;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f584d-96a10f0b {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 5;
    grid-column-end: 7;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f584e-96a10f0b {
    -ms-grid-column-span: 5;
    grid-column-end: 12;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f584f-96a10f0b {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 3;
    grid-row-end: 7;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f5850-96a10f0b {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 7;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f5851-96a10f0b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f5852-96a10f0b {
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f5853-96a10f0b {
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-row-span: 2;
    grid-row-end: 10;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f5854-96a10f0b {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 4;
    grid-column-end: 7;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 2;
    grid-row-end: 11;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9d91b77a-afc2-544a-4a83-155031d8bcc3-96a10f0b {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_9d91b77a-afc2-544a-4a83-155031d8bcd2-96a10f0b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f584c-4f51f21c {
    -ms-grid-column: 8;
    grid-column-start: 8;
    -ms-grid-column-span: 4;
    grid-column-end: 12;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f584d-4f51f21c {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 5;
    grid-column-end: 7;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f584e-4f51f21c {
    -ms-grid-column-span: 5;
    grid-column-end: 12;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f584f-4f51f21c {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 3;
    grid-row-end: 7;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f5850-4f51f21c {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 7;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f5851-4f51f21c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f5852-4f51f21c {
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f5853-4f51f21c {
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-row-span: 2;
    grid-row-end: 10;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_01e61cc4-6798-022e-159f-6c9ed27f5854-4f51f21c {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 4;
    grid-column-end: 7;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 2;
    grid-row-end: 11;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_366dd859-675a-fae0-95fb-300bcda3ca4b-4f51f21c {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_366dd859-675a-fae0-95fb-300bcda3ca5a-4f51f21c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_366dd859-675a-fae0-95fb-300bcda3ca4b-72c8ed38 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_366dd859-675a-fae0-95fb-300bcda3ca5a-72c8ed38 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_366dd859-675a-fae0-95fb-300bcda3ca4b-8c76b176 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_366dd859-675a-fae0-95fb-300bcda3ca5a-8c76b176 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_77907da3-a64f-d45b-9236-0c25ab6aea18-fea10f01 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-f9b9a242-b762-e931-99af-1e59ed4818d8-a0a10f09 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-f9b9a242-b762-e931-99af-1e59ed4818d8-23a10f0a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-f9b9a242-b762-e931-99af-1e59ed4818d8-96a10f0b {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_1c17c29d-b8d9-f5ee-90b7-187cbb172701-4f51f21c {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
}

@font-face {
  font-family: 'Myanmarmn';
  src: url('../fonts/MyanmarMN-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Myanmarmn';
  src: url('../fonts/MyanmarMN-Bold-02.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}