:root {
  --body-color: #f3eeef;
  --black-3: #302627;
  --thistle: #ccb0b3;
  --white: white;
  --dark-slate-grey-3: #1d6161;
  --gainsboro: #e2d6d8;
  --black: #161616;
  --dim-grey: #545454;
  --dim-grey-3: #85696c;
  --misty-rose: #d8c7c9;
  --dark-slate-grey-2: #185353;
  --black-2: #282830;
  --rosy-brown: #a3878a;
  --silver: #ccc4c5;
  --dim-grey-2: #85696c66;
  --dark-slate-grey: #143333;
  --dark-slate-grey-4: #1d61614d;
  --sea-green: #5f925b;
  --olive-drab: #67992c;
  --yellow-green: #88c73e;
  --orange-red: #ff6908;
  --royal-blue: #1a60a7;
  --dark-grey: #1d1e27;
}

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

body {
  background-color: var(--body-color);
  color: var(--black-3);
  font-family: Manrope, sans-serif;
  font-size: 1vw;
  line-height: 1.3em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 1.5em;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 1em;
  padding-left: 1.3em;
  font-size: 1.2em;
  line-height: 1.5em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

strong {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 600;
}

blockquote {
  border-left: 5px solid var(--thistle);
  margin-bottom: 10px;
  padding: 1.5em;
  font-size: 1.2em;
  line-height: 1.5em;
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #0000005e;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  z-index: 10;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.is-absolute-bottom {
  position: absolute;
  bottom: 0;
}

.nav-flex-1 {
  justify-content: space-between;
  width: 100%;
  min-height: 5em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.brand {
  opacity: 1;
  align-items: center;
  padding: .5em 0;
  transition: opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .8;
}

.nav-link {
  opacity: .75;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 4px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 2.5em;
  font-family: Oswald, sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: static;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  border-bottom-color: var(--white);
  opacity: 1;
}

.nav-link.is-dropdown {
  opacity: 1;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.brand-logo-image {
  object-fit: contain;
  margin-right: .4em;
  font-size: 2.5em;
}

.brand-title {
  color: var(--white);
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-right: 1em;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.3em;
}

.section {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.section.is-home-hero {
  z-index: 20;
  background-color: var(--black-3);
  overflow: visible;
}

.section.is-full-menu {
  background-color: var(--dark-slate-grey-3);
  color: var(--white);
}

.section.overflow-visible {
  overflow: visible;
}

.section.with-dark-background {
  background-color: var(--black-3);
  color: var(--white);
}

.section.is-home-hero-2 {
  z-index: 20;
  background-color: var(--black-3);
  overflow: visible;
}

.section.reservation-sec-2 {
  background-color: var(--white);
  overflow: visible;
}

.section.drinks-3-sec-1 {
  background-color: #252222;
  overflow: visible;
}

.section.next-to-menu {
  z-index: 20;
  background-color: var(--body-color);
  overflow: visible;
}

.section.booking-sec {
  overflow: visible;
}

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

.section.with-scroll-down-button {
  z-index: 20;
  overflow: visible;
}

.section.about {
  background-color: #000;
}

.section.menus {
  background-color: #000;
  overflow: visible;
}

.section.pp3 {
  margin-top: 1em;
  overflow: visible;
}

.section.c1 {
  margin-top: 1em;
}

.main-nav {
  align-items: stretch;
  display: flex;
}

.nav-ctas {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link-cta {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  border-radius: .3em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1em 1.4em;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.nav-link-cta:hover {
  background-color: var(--dim-grey);
}

.nav-link-cta.only-for-mobile {
  display: none;
}

.nav-link-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-right: .7em;
  font-size: 1.5em;
}

.brand-claim {
  color: #fffc;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
  line-height: 1.1em;
}

.nav-contact-link {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  letter-spacing: .05em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 1.6em;
  padding-top: .6em;
  padding-bottom: .6em;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.nav-contact-link:hover {
  opacity: .7;
}

.subnav {
  align-items: center;
  display: flex;
}

.page-hero {
  background-color: #161111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 23em;
  padding-bottom: 18em;
  display: flex;
}

.video-background {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.absolute-block {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.gradient-color {
  z-index: 15;
  background-image: linear-gradient(to top, #181313e6, #18131333);
  position: absolute;
  inset: 0%;
}

.heading {
  letter-spacing: -.02em;
}

.heading.page-hero-title {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 12em;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
}

.heading.home-3-about-title {
  text-align: center;
  font-size: 3.2em;
  font-weight: 400;
  line-height: 1.5em;
}

.heading.download-menu-title {
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.heading.title-style-1 {
  color: var(--white);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading.title-style-1.with-margin {
  margin-bottom: 1em;
}

.heading.in-menu-2 {
  text-align: center;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.2em;
}

.heading.contact-title {
  text-align: center;
  margin-bottom: 1em;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.4em;
}

.heading.gallery-title {
  text-align: center;
  margin-bottom: 1em;
  font-size: 3em;
  font-weight: 700;
}

.heading.menu-1-title {
  margin-bottom: .8em;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1em;
}

.heading.menu-3-title {
  margin-bottom: .5em;
  font-size: 3.4em;
}

.heading.main-menu-cta-title {
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  max-width: 10em;
  font-size: 2em;
  font-weight: 600;
}

.heading.hero-2-title {
  color: var(--white);
  text-align: left;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 3.6em;
  font-weight: 500;
  line-height: 1.4em;
}

.heading.hero-title-1 {
  color: var(--white);
  text-align: left;
  max-width: 12em;
  margin-bottom: 1.2em;
  font-size: 4.8em;
  font-weight: 500;
  line-height: 1.4em;
}

.heading.reservation-title-2 {
  text-align: center;
  margin-bottom: .8em;
  font-size: 5.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading.story-title-1 {
  text-align: center;
  margin-bottom: 2em;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.4em;
}

.heading.hero-about-title {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 12em;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
  line-height: 1.1em;
}

.heading.hero-gallery-title {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 12em;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
}

.heading.content-title-1 {
  color: var(--white);
  margin-bottom: .4em;
  font-size: 6em;
  font-weight: 700;
  line-height: 1.1em;
}

.heading.info-title-1 {
  margin-bottom: .2em;
  font-size: 3.3em;
  line-height: 1.2em;
}

.heading.drinks-3-title-2 {
  z-index: 10;
  color: var(--white);
  text-align: center;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.4em;
  position: relative;
}

.heading.page-hero-title-2 {
  text-align: center;
  margin-bottom: 1.3em;
  font-size: 5.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading.restaurant-hero-title-2 {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 10em;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
}

.heading.content-title-2 {
  text-align: center;
  margin-bottom: .8em;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.4em;
}

.heading.menu-cms-title {
  text-align: left;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 3.6em;
  font-weight: 500;
  line-height: 1.4em;
}

.heading.about-the-meal {
  margin-bottom: 1.6em;
  margin-right: .3em;
  font-size: 1.7em;
}

.heading.about-the-meal.is-other {
  text-transform: lowercase;
}

.heading.restaurant-cms-title {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 12em;
  margin-bottom: .5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
}

.heading.restaurant-cms-address {
  text-align: center;
  margin-top: 1.3em;
  margin-bottom: 1.3em;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading.is-gallery-title {
  text-align: center;
  margin-bottom: .8em;
  font-size: 5.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading.is-password-title {
  font-size: 2.4em;
  font-weight: 700;
}

.heading._404-title {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 12em;
  margin-bottom: .5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
}

.heading.hero-3-title {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 12em;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
}

.heading.drinks-2-title, .heading.restaurant-3-title {
  color: var(--white);
  text-align: left;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 3.6em;
  font-weight: 500;
  line-height: 1.4em;
}

.heading.restaurant-3-title-2 {
  text-align: center;
  margin-bottom: 1.3em;
  font-size: 5.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading.white {
  color: var(--white);
  text-align: center;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2em;
}

.heading.white.with-margin {
  margin-bottom: 1em;
}

.padding-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-inner.in-gallery {
  padding-bottom: 6em;
  position: relative;
}

.padding-inner.pb-0em {
  padding-bottom: 0;
}

.padding-inner.case {
  padding-bottom: 1rem;
}

.scroll-link-block {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  display: flex;
  position: relative;
  bottom: -3em;
}

.scroll-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.6em;
  position: relative;
}

.nav-small-link {
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: 5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .7em 1.7em;
  font-size: .8em;
  font-weight: 600;
  transition: border-color .2s;
  display: flex;
}

.nav-small-link:hover {
  border-color: #a0888b;
}

.social-list {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-item {
  margin-left: 1.5em;
  margin-right: 1.5em;
  display: flex;
}

.social-link {
  opacity: .8;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border: 1px solid #0000;
  border-radius: 50%;
  flex: none;
  padding: 1.5em;
  transition: transform .6s cubic-bezier(.075, .82, .165, 1), border-color .2s, opacity .2s;
  display: flex;
}

.social-link:hover {
  opacity: 1;
  border-color: #ffffff59;
  transform: scale(1.2);
}

.social-icon {
  object-fit: contain;
  flex: none;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
}

.scroll-down-block {
  z-index: 30;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.scroll-square {
  z-index: 5;
  background-color: var(--thistle);
  position: absolute;
  inset: 0%;
  transform: rotate(45deg);
}

.scroll-frame {
  z-index: 8;
  border: 1px solid var(--thistle);
  width: 90%;
  height: 90%;
  position: absolute;
}

.home-3-paragraph {
  text-align: center;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.9em;
}

.home-3-menu-list {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-3-menu-item {
  display: flex;
}

.home-3-menu-link {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-height: 34em;
  padding: 4em 0 8em;
  transition: opacity .825s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-3-menu-link:hover {
  opacity: .5;
}

.cover-image {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cover-image.right {
  object-position: 75% 50%;
}

.cover-image.top {
  object-position: 50% 20%;
}

.cover-image.about {
  object-fit: cover;
  object-position: 100% 0%;
}

.home-3-menu-gradient {
  z-index: 10;
  background-image: linear-gradient(#30262700, #241c1dbf 50%, #000000f2);
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.home-3-menu-title {
  z-index: 20;
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}

.home-3-menu {
  margin-top: 50px;
}

.footer-socials {
  z-index: 10;
  margin-bottom: 4em;
  position: relative;
}

.download-menu-description {
  opacity: .8;
  text-align: center;
  max-width: 23em;
  margin-left: 2.5em;
  margin-right: 2.5em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.6em;
}

.home-3-menu-button {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  display: flex;
  position: absolute;
  bottom: -4em;
}

.home-3-menu-triangle {
  z-index: 5;
  background-color: #f3eeef;
  position: absolute;
  inset: 0%;
  transform: rotate(45deg);
}

.home-3-menu-icon {
  z-index: 10;
  filter: invert();
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  position: relative;
  top: -1.6em;
}

.home-3-menu-rectangle {
  z-index: 8;
  border: 1px solid #f3eeef;
  width: 90%;
  height: 90%;
  position: absolute;
}

.content-paragraph-4 {
  background-color: #f3eeef;
  max-width: 37em;
  margin-top: 6.5em;
  margin-left: auto;
  margin-right: auto;
}

.home-3-title-block {
  background-color: #f3eeef;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 55em;
  margin: 6em auto 5em;
  display: flex;
}

.main-button {
  color: var(--dark-slate-grey-3);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 800;
  display: flex;
  position: relative;
}

.main-button.is-white {
  color: var(--white);
}

.main-button.in-contact-address {
  z-index: 20;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: var(--white);
  background-color: #30262799;
  border: 1px solid #d8c7c98f;
  padding-right: 2em;
  font-size: .8em;
  position: absolute;
}

.main-button-element {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin-right: 2.5em;
  display: flex;
  position: relative;
}

.main-button-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.1em;
  position: relative;
}

.main-button-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1.1em;
}

.download-menu {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-button-square {
  z-index: 5;
  background-color: var(--dark-slate-grey-3);
  position: absolute;
  inset: 0%;
  transform: rotate(45deg);
}

.main-button-square.is-white {
  background-color: var(--white);
}

.main-button-frame {
  z-index: 8;
  border: 1px solid var(--dark-slate-grey-3);
  width: 90%;
  height: 90%;
  position: absolute;
}

.main-button-frame.is-white {
  border-color: var(--white);
}

.download-menu-background {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.download-menu-color {
  z-index: 8;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #16141480;
  position: absolute;
  inset: 0%;
}

.grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
}

.grid-block-image {
  min-height: 50em;
  position: relative;
}

.grid-block-image.is-address {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 40em;
  display: flex;
}

.restaurant-grid-block {
  background-color: var(--dim-grey-3);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5em;
  display: flex;
  position: relative;
}

.restaurant-grid-block.with-green-background {
  background-color: #0e0e0e;
  padding: 50px;
}

.restaurant-grid-block.is-address {
  border: 1px solid var(--misty-rose);
  color: var(--black-3);
  text-align: left;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4em;
  padding-bottom: 8.5em;
  transition: background-color .2s;
}

.restaurant-grid-block.is-address:hover {
  background-color: #eee6e7;
}

.restaurant-grid-block.gray {
  background-color: #222;
  padding: 70px 50px;
}

.box-paragraph {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.box-icons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box-icons.with-margin {
  margin-bottom: 4em;
}

.box-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-left: .6em;
  margin-right: .6em;
  font-size: 1.5em;
  position: relative;
}

.max-width-block-5 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 31em;
  display: flex;
  position: relative;
}

.box-toptitle {
  opacity: .85;
  font-size: 1.2em;
}

.contact-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.contact-grid-title {
  color: var(--dark-slate-grey-2);
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3em;
}

.contact-grid-paragraph {
  font-size: 1.4em;
  line-height: 1.4em;
}

.contact-grid-paragraph.is-bold {
  font-weight: 600;
}

.contact-grid-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5em;
  display: flex;
}

.contact-grid-column {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-grid-icon-image {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  position: relative;
}

.contact-grid-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-right: 2em;
  display: flex;
  position: relative;
}

.contact-grid-line {
  background-color: #1d616159;
  height: 1px;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.contact-grid-link {
  color: #413032;
  flex: none;
  margin-left: 2em;
}

.gallery-lightbox {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 20em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-background {
  z-index: 3;
  background-color: #10131f80;
  border-radius: 50%;
  width: 40em;
  height: 40em;
  display: none;
  position: absolute;
}

.gallery-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  display: none;
  position: absolute;
}

.gallery-icon.in-food {
  font-size: 1em;
}

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

.gallery-wrap {
  z-index: 1;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.uppercase-title {
  text-align: center;
  letter-spacing: .5em;
  text-indent: .5em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: 12px;
  font-weight: 700;
}

.uppercase-title.in-home-hero {
  color: var(--white);
  text-indent: .4em;
  font-weight: 600;
  position: absolute;
  bottom: 2.7em;
}

.uppercase-title.in-home-hero-2 {
  color: var(--gainsboro);
  text-align: left;
  margin-top: 1.5em;
  margin-bottom: 5em;
  margin-right: 5em;
}

.uppercase-title.in-hero-2 {
  color: var(--gainsboro);
  text-align: left;
  margin-bottom: 0;
  margin-right: 5em;
}

.uppercase-title.is-white-color {
  color: var(--white);
}

.uppercase-title.next-to-menu-toptitle {
  text-align: left;
  margin-bottom: 0;
  margin-right: 5em;
}

.uppercase-title.wt {
  color: var(--white);
  font-weight: 500;
}

.uppercase-title.ty {
  color: var(--white);
  letter-spacing: .5px;
  text-indent: 0;
  text-transform: none;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
}

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

.gallery-button {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #54545470;
  border: 1px solid #ffffff61;
  padding: 2.5em 5em;
  font-weight: 800;
  transition: border-color .4s, background-color .4s, letter-spacing .8s cubic-bezier(.075, .82, .165, 1), padding .8s cubic-bezier(.075, .82, .165, 1);
  position: absolute;
}

.gallery-button:hover {
  letter-spacing: .25em;
  background-color: #72707070;
  border-color: #fff9;
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.footer {
  z-index: 10;
  background-color: var(--black-3);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.max-width-block-57em {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 57em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-width-block-57em.with-margin-6em {
  margin-bottom: 6em;
}

.max-width-block-57em.max1200 {
  max-width: 1200px;
  margin-bottom: 6em;
}

.nav-flex-2 {
  z-index: 1000;
  background-color: #00000063;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  padding: 5px 4em;
  display: flex;
  position: static;
  top: 0;
}

.booking {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.booking-column-2 {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 100px 10em;
  display: flex;
  position: relative;
}

.reservation-form {
  z-index: 10;
  color: var(--black-3);
  width: 100%;
  max-width: 33em;
  position: relative;
}

.booking-column-1 {
  z-index: 10;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 100px 10em;
  display: flex;
  position: sticky;
  top: 0;
}

.image-animation-trigger {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-animation-trigger.in-menu {
  position: absolute;
  inset: 0%;
}

.image-animation-trigger._3d-for-image {
  width: 115%;
  height: 115%;
  position: absolute;
}

.image-animation-trigger._3d-for-image.about02 {
  width: 105%;
}

.animation-color-bg {
  z-index: 15;
  background-color: var(--body-color);
  height: 150%;
  display: none;
  position: absolute;
  left: 0%;
  right: 0%;
}

.animation-color-bg.in-menu {
  background-color: #f3eeef;
}

.animation-color-bg.is-black-color {
  background-color: var(--black-3);
}

.animation-color-bg.is-larger {
  height: 170%;
}

.animation-color-bg.in-home-section {
  background-color: #1d1717;
}

.sticky-gradients {
  z-index: 1;
  background-color: var(--gainsboro);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #ffffff80, #ffffff03), radial-gradient(circle farthest-corner at 50% 0%, #ffffff5c, #ffffff03), linear-gradient(124deg, #ffffff03 22%, #ffffff80 50%, #ffffff03 78%), radial-gradient(circle farthest-side at 100% 100%, var(--dim-grey-3), #ffffff03 58%), radial-gradient(circle farthest-corner at 0% 0%, #ccb1b4 46%, #ffffff03);
  width: 100%;
  min-height: 100vh;
  position: sticky;
  top: 0;
}

.sticky-gradients.dark {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #00000080, #ffffff03), radial-gradient(circle farthest-corner at 50% 0%, #1d1b1b5c, #ffffff03), linear-gradient(124deg, #ffffff03 22%, #5c5c5c80 50%, #ffffff03 78%), radial-gradient(circle farthest-side at 100% 100%, var(--black-2), #ffffff03 58%), radial-gradient(circle farthest-corner at 0% 0%, #000 46%, #ffffff03);
}

.absolute-block-for-bg {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.text-field {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  border: 1px solid #54545429;
  border-radius: .2em;
  width: 100%;
  height: 3.5em;
  margin-bottom: 0;
  padding: 1em 4.5em 1em 7em;
  font-weight: 600;
  transition: border-color .2s, background-color .2s;
}

.text-field:hover {
  border-color: var(--dim-grey-3);
}

.text-field:focus {
  border-color: var(--dim-grey-3);
  background-color: #f5f0f1;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  background-color: #f5f0f1;
}

.text-field.is-area {
  height: 150px;
  padding-left: 11.6em;
  padding-right: 3em;
}

.field-label {
  z-index: 10;
  color: var(--black-3);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2em;
  position: absolute;
  left: 2em;
}

.field-label.in-area {
  top: 1.8em;
}

.form-item {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  position: relative;
}

.form-item.is-area {
  align-items: flex-start;
}

.form-item.is-select {
  cursor: pointer;
}

.submit-form-button {
  background-color: var(--black);
  letter-spacing: .3em;
  text-transform: uppercase;
  background-image: url('../images/table_restaurant_white_24dp.svg');
  background-position: 13%;
  background-repeat: no-repeat;
  background-size: 1.3em;
  border-radius: .2em;
  margin-top: 0;
  padding: 1.3em 2em 1.3em 4.1em;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1em;
  transition: background-color .2s;
}

.submit-form-button:hover {
  background-color: #727272;
}

.submit-form-button:focus, .submit-form-button:focus-visible, .submit-form-button[data-wf-focus-visible] {
  background-color: #5a8626;
}

.form-title {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
}

.booking-title-block {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 57em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
  position: absolute;
}

.form-icon.is-select-icon {
  font-size: 1.3em;
}

.booking-content-block {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 29em;
  margin: 8em auto;
  display: flex;
  position: relative;
}

.form {
  width: 100%;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form-icon-size {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.6em;
  height: 1.6em;
  display: flex;
  position: absolute;
  right: 1.2em;
}

.form-icon-background {
  z-index: 5;
  background-color: #e4e4e4;
  border-radius: .2em;
  position: absolute;
  inset: 0%;
}

.success-message {
  background-color: var(--dark-slate-grey-3);
  color: var(--white);
  border-radius: .4em;
  padding: 5.5em 2.8em;
}

.text-block {
  font-size: 2em;
  font-weight: 200;
  line-height: 1.4em;
}

.span-bold {
  font-weight: 700;
}

.error-message {
  background-color: #ecbdc5;
  border: 1px solid #bd7d88;
  border-radius: .2em;
  margin-top: 1em;
  padding: 1.7em;
  font-weight: 500;
}

.aside-reservation {
  z-index: 9999;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100vw;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.aside-background {
  z-index: 1;
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.aside-form {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8em;
  display: flex;
  position: relative;
  overflow: auto;
}

.aside-form-inner {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 28em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.aside-close {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: absolute;
  inset: 2.5em 3.3em auto auto;
}

.aside-close-circle {
  border: 1px solid var(--rosy-brown);
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.aside-close-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
}

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

.footer-nav {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-link {
  opacity: .75;
  color: var(--white);
  border-bottom: 4px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 1.4em;
  margin-right: 1.4em;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  font-size: 1.5em;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.w--current {
  border-bottom-color: var(--white);
  opacity: 1;
}

.footer-subnav {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.footer-color {
  z-index: 7;
  background-image: linear-gradient(to bottom, var(--black), #161616cc);
  opacity: .88;
  position: absolute;
  inset: 0%;
}

.footer-made-link {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #ffffff08;
  border-right: 1px solid #ffffff4d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 20em;
  padding: 2.2em 3em;
  font-weight: 400;
  line-height: 1.1em;
  transition: background-color .4s, min-width .8s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.footer-made-link:hover {
  background-color: #ffffff29;
  min-width: 22em;
}

.footer-made-links {
  z-index: 10;
  border-top: 1px solid #ffffff4d;
  border-left: 1px solid #ffffff4d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-made-link-title {
  font-size: .8em;
}

.footer-row {
  z-index: 20;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffff0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4.5em;
  padding-top: 5em;
  position: relative;
}

.footer-brand {
  align-items: center;
  margin-bottom: 2.5em;
  padding: .5em 0;
  display: flex;
}

.dots {
  z-index: 5;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dot {
  opacity: .35;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 12.5%;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.dot:hover {
  opacity: 1;
}

.dot-point {
  background-color: var(--black-3);
  border-radius: 50%;
  flex: none;
  width: 3px;
  height: 3px;
}

.dot-point.for-dark-bg {
  background-color: #e2d4d6;
}

.dots-absolute {
  z-index: 8;
  position: absolute;
  inset: 0%;
}

.dots-sticky {
  height: 100vh;
  position: sticky;
  top: 0;
}

.footer-small-link {
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: 5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1em .5em;
  padding: .7em 1.7em;
  font-size: .85em;
  font-weight: 500;
  transition: border-color .2s;
  display: flex;
}

.footer-small-link:hover {
  border-color: #a0888b;
}

.footer-small-link.w--current {
  border-color: var(--rosy-brown);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.footer-links-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-item {
  border-bottom: 1px dashed var(--misty-rose);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.menu-item:nth-child(2n) {
  background-color: #f9f7f7;
}

.menu-item:last-child {
  border-bottom-color: #0000;
}

.menu-title-name {
  flex: none;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3em;
}

.menu-content {
  flex: 1;
  align-items: center;
  margin-right: 3em;
  display: flex;
}

.menu-price-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-price-block {
  border: 1px dashed var(--thistle);
  background-color: var(--body-color);
  border-radius: .2em;
  align-items: center;
  padding: .6em .9em;
  display: flex;
  position: relative;
}

.menu-subtitle {
  margin-left: .2em;
  margin-right: .2em;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3em;
}

.menu-subtitle.is-size {
  font-size: 1em;
  font-weight: 400;
}

.allergens-cms-list-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.allergen {
  z-index: 5;
  border: 1px solid var(--misty-rose);
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.7em;
  height: 1.7em;
  margin-left: .2em;
  margin-right: .2em;
  font-size: .9em;
  font-weight: 600;
  display: flex;
  position: relative;
}

.allergens {
  align-items: center;
  margin-right: 1.4em;
  display: flex;
  position: relative;
}

.allergen-title {
  margin-right: .9em;
  font-size: .9em;
  font-weight: 600;
}

.allergen-cms-item-2 {
  display: flex;
}

.menu-description {
  opacity: .8;
  max-width: 27em;
  font-size: 1em;
  line-height: 1.4em;
}

.menu-price {
  align-items: center;
  display: flex;
}

.menu-line {
  background-color: var(--rosy-brown);
  align-self: stretch;
  width: 1px;
  margin-left: .6em;
  margin-right: .6em;
}

.allergen-cms {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.allergen-cms:hover {
  transform: scale(1.2);
}

.allergen-cms-circle {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.menu-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-currency {
  margin-left: .2em;
  margin-right: .2em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3em;
}

.menu-lightbox {
  border-radius: 1em;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 4.4em;
  margin-right: 1.7em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap.with-margin {
  width: 100%;
  margin-bottom: 8em;
}

.menu-list {
  width: 100%;
}

.padding-inner-large {
  padding-top: 15em;
  padding-bottom: 15em;
  position: relative;
}

.menu-2-row {
  justify-content: space-between;
  width: 100%;
  max-width: 2200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-column-50 {
  width: 50%;
}

.menu-column-50.is-2nd {
  background-color: var(--black-3);
  color: var(--gainsboro);
}

.menu-content-2 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-right: 3em;
  display: flex;
}

.menu-title-wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.menu-description-5 {
  opacity: .8;
  font-size: 1em;
  line-height: 1.4em;
}

.menu-flex-2 {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding-left: 4em;
  display: flex;
}

.menu-price-wrap-2 {
  border-left: 1px solid var(--gainsboro);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  min-width: 12em;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  display: flex;
  position: relative;
}

.menu-price-wrap-2.in-drinks {
  border-left-color: #d8c7c940;
  min-width: 9em;
}

.menu-title-name-2 {
  flex: none;
  margin-bottom: .3em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3em;
}

.about-content-block-1 {
  z-index: 20;
  background-color: var(--body-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 83%;
  max-width: 73em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.span-green {
  color: var(--dark-slate-grey-3);
}

.contact-content-block {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  margin-bottom: 5em;
  display: flex;
  position: relative;
}

.contact-grid-link-2 {
  color: var(--black-3);
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-bottom: 2.2em;
  font-size: 15px;
  line-height: 22px;
  transition: opacity .2s;
  display: flex;
}

.contact-grid-link-2:hover {
  opacity: .6;
}

.contact-grid-link-2.with-margin {
  margin-bottom: 1.5em;
}

.contact-grid-link-2.nomargin {
  margin-bottom: 0;
}

.contact-toptitle {
  opacity: .85;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: 600;
}

.contact-icon {
  opacity: .5;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
}

.hero-contact {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 18.9em;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.contact-title-3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: Oswald, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2em;
}

.contact-reservation-link {
  border-left: 1px solid var(--gainsboro);
  color: var(--black-3);
  background-color: #fff6;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 8em;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.contact-reservation-link:hover {
  background-color: #fff9;
}

.contact-reservation-title {
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1em;
  font-weight: 700;
}

.contact-reservation-inner {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  transform: rotate(90deg);
}

.image-3 {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-left: .8em;
  font-size: 1.5em;
}

.restaurant-title-4 {
  margin-bottom: .6em;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.3em;
}

.restaurant-block-4 {
  z-index: 10;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.restaurant-grid-4-link {
  color: var(--black-3);
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 6em;
  padding: 1em;
  font-size: .85em;
  font-weight: 700;
  transition: background-color .4s, width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.restaurant-grid-4-link:hover {
  background-color: var(--misty-rose);
  width: 120%;
}

.restaurant-grid-4-link.in-middle {
  border-right: 1px solid var(--misty-rose);
  border-left: 1px solid var(--misty-rose);
}

.restaurant-grid-4-buttons {
  border-top: 1px solid var(--misty-rose);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.restaurant-hours-4 {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 1.8em;
  line-height: 1.3em;
  display: flex;
}

.restaurant-grid-4 {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6em;
  padding-left: 3em;
  padding-right: 3em;
  position: relative;
}

.day {
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-right: 1em;
  font-size: .85em;
  font-weight: 500;
  line-height: 1.2em;
}

.time {
  text-align: right;
  white-space: nowrap;
  margin-left: 1em;
  font-size: 1em;
  line-height: 1.2em;
}

.restaurant-description-4 {
  opacity: .8;
  margin-bottom: 2em;
  font-size: .95em;
  line-height: 1.6em;
}

.hours-line {
  background-color: var(--misty-rose);
  flex: 1;
  height: 1px;
  margin-left: .9em;
  margin-right: .9em;
}

.contact-address-title {
  min-width: 50%;
  margin-bottom: 1.7em;
  padding-right: 2em;
  font-size: 1.2em;
  line-height: 1.8em;
}

.contact-grid-2 {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  max-width: 110em;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 50px 100px;
  position: relative;
}

.contact-grid-block-2 {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--black-3);
  background-color: #ffffff73;
  background-image: linear-gradient(210deg, #ffffff03, #ffffffd9 50%, #ffffff03);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 5em;
  display: flex;
  position: relative;
}

.contact-grid-block-2.with-button-in-right {
  padding: 0;
}

.scroll-down-flex-2 {
  justify-content: space-between;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.hero-socials {
  z-index: 10;
  position: relative;
}

.hero-socials-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-size-gallery {
  z-index: 10;
  width: 100%;
  height: 70vh;
  margin-bottom: 4em;
  position: relative;
}

.image-size-gallery.is-last {
  margin-bottom: 0;
}

.image-size-gallery.in-homepage {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.menu-list-3 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-item-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5em;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.menu-item-3:hover {
  background-color: var(--white);
}

.menu-price-block-3 {
  border: 1px solid var(--thistle);
  background-color: var(--body-color);
  border-radius: .2em;
  align-items: center;
  margin-bottom: 1em;
  margin-left: .2em;
  margin-right: .2em;
  padding: .6em .9em;
  line-height: 1.3em;
  display: flex;
  position: relative;
}

.menu-image-3 {
  width: 100%;
  height: 12em;
  margin-bottom: 2em;
  position: relative;
}

.menu-title-name-3 {
  text-align: center;
  flex: none;
  margin-bottom: .7em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3em;
}

.menu-description-3 {
  opacity: .8;
  text-align: center;
  max-width: 27em;
  margin-bottom: 1.5em;
  font-size: 1em;
  line-height: 1.4em;
}

.scroll-down-button {
  z-index: 20;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #3026271c;
  border-top: 1px solid #e2d6d84d;
  border-left: 1px solid #e2d6d84d;
  border-right: 1px solid #e2d6d84d;
  justify-content: space-between;
  align-items: center;
  padding: 2em 3.5em;
  font-weight: 700;
  transition: background-color .4s, padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: absolute;
  bottom: 0;
}

.scroll-down-button:hover {
  background-color: #ffffff17;
  padding-left: 4.3em;
  padding-right: 4.3em;
}

.full-color {
  z-index: 9;
  mix-blend-mode: multiply;
  background-color: #3026278c;
  position: absolute;
  inset: 0%;
}

.modern-button-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-left: .6em;
  font-size: 1.8em;
}

.modern-button-icon.in-hero-2 {
  margin-left: 1.7em;
  font-size: 1.1em;
}

.modern-button-icon.is-smaller {
  font-size: 1.3em;
}

.menu-wrap-4 {
  margin-bottom: 6em;
}

.menu-list-4 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-item-4 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 32em;
  padding: 3em;
  display: flex;
  position: relative;
}

.menu-image-4 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-title-name-4 {
  z-index: 10;
  color: var(--white);
  text-align: center;
  flex: none;
  margin-bottom: .7em;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.3em;
  position: relative;
}

.menu-content-4 {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 20em;
  display: flex;
  position: relative;
}

.menu-description-4 {
  color: var(--gainsboro);
  max-width: 27em;
  margin-bottom: 1.8em;
  font-size: 1em;
  line-height: 1.4em;
}

.menu-gradient-bg {
  z-index: 20;
  background-image: linear-gradient(to top, #1f1819, #30262700);
  position: absolute;
  inset: 0%;
}

.menu-price-block-4 {
  z-index: 20;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  background-color: #ffffff1a;
  border: 1px solid #e2d6d84d;
  border-radius: .2em;
  justify-content: center;
  align-items: center;
  padding: .7em .2em .7em .9em;
  transition: color .2s, background-color .2s;
  display: flex;
}

.menu-price-block-4:hover {
  color: var(--black);
  background-color: #fff;
}

.menu-price-4 {
  border: 1px solid #e2d6d842;
  align-items: center;
  margin-left: .7em;
  margin-right: .7em;
  padding: .4em .7em;
  display: flex;
}

.menu-3-title-wrap {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.menu-3-category {
  opacity: .8;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .15em;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.2em;
}

.opacity-70 {
  opacity: .7;
}

.sticky-100vh-block {
  height: 100%;
  position: sticky;
  top: 0;
}

.section-bg-overlay-color-2 {
  z-index: 15;
  background-image: linear-gradient(to top, #141010, #141010e6 40%, #1410104d);
  position: absolute;
  inset: 0%;
}

.restaurant-3-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 8em;
  display: flex;
}

.hero-1-menu-button {
  z-index: 20;
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  border: 1px solid #0000;
  border-bottom-color: #e2d6d859;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2em 3.8em;
  font-size: 1.1em;
  font-weight: 600;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.hero-1-menu-button:hover {
  background-color: #ffffff1a;
  border: 1px solid #e2d6d842;
}

.hero-1-menu-image-bg {
  z-index: 20;
  background-image: linear-gradient(to top, #141010, #30262700 60%);
  position: absolute;
  inset: 0%;
}

.hero-1-menu {
  z-index: 20;
  width: 100%;
  max-width: 100vw;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.hero-1-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-2-menu-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-2-menu-image-size {
  z-index: 10;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.grid-block-2 {
  z-index: 20;
  background-color: var(--dim-grey-3);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10em;
  margin-bottom: 10em;
  padding: 10em 8em;
  display: flex;
  position: relative;
  left: -10em;
}

.grid-block-2.is-2nd {
  background-color: var(--black-2);
  left: auto;
  right: -10em;
}

.grid-for-box {
  grid-column-gap: 0em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
}

.grid-block-image-2 {
  z-index: 5;
  position: relative;
  overflow: hidden;
}

.hero-1-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.modern-button {
  z-index: 20;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #3026271c;
  border: 1px solid #e2d6d84d;
  justify-content: space-between;
  align-items: center;
  padding: 2em 3.5em;
  font-weight: 700;
  transition: background-color .4s, padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.modern-button:hover {
  background-color: #ffffff17;
  padding-left: 4.3em;
  padding-right: 4.3em;
}

.modern-button.on-light-bg {
  background-color: var(--dim-grey-3);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.modern-button.on-light-bg:hover {
  background-color: var(--dark-slate-grey-2);
}

.modern-button.in-dropdown {
  font-size: .6em;
}

.hero-1-menu-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 9vw;
  padding-right: 9vw;
  display: flex;
}

.hero-1-menu-item {
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 25vw;
  min-height: 32em;
  margin-right: 4vw;
  padding: 2em;
  display: flex;
  position: relative;
}

.hero-1-menu-image-size {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.box-image {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.box-flex {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.box-grid-block {
  z-index: 5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  text-align: center;
  background-color: #85696ce6;
  border: 1px solid #e2d6d84d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin: 10em 1.5em;
  padding: 10em 5em;
  display: flex;
  position: relative;
}

.box-grid-block.is-2nd {
  background-color: #282830e6;
}

.box-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-line {
  z-index: 10;
  background-color: #e2d6d83d;
  width: 100%;
  height: 1px;
  margin-top: 4em;
  margin-bottom: 8em;
  position: relative;
}

.hero-1 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 30.1em;
  padding-bottom: 3.6em;
  display: flex;
  position: relative;
}

.main-menu-cta-block {
  z-index: 10;
  color: var(--gainsboro);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-2-column-1 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: 41em;
  min-height: 100vh;
  padding-top: 14em;
  padding-bottom: 10em;
  display: flex;
  position: sticky;
  top: 0;
}

.hero-2-inner {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-2-menu {
  z-index: 20;
  width: 40%;
  padding-top: 18em;
  position: relative;
  overflow: hidden;
}

.hero-2-menu-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero-2-menu-item {
  border: .2em solid #e2d6d833;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 32em;
  margin-bottom: 2em;
  padding: 1.2em;
  transition: border-color .2s;
  display: flex;
  position: relative;
}

.hero-2-menu-item:hover {
  border-color: #e2d6d84d;
}

.full-color-2 {
  z-index: 15;
  mix-blend-mode: multiply;
  background-color: #302627cc;
  position: absolute;
  inset: 0%;
}

.hero-2-menu-button {
  z-index: 20;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--black-3);
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #ffffffb3;
  border: 1px solid #ffffffe6;
  justify-content: center;
  align-items: center;
  padding: 2.1em 3.8em;
  font-size: 1.1em;
  font-weight: 800;
  transition: background-color .2s;
  display: flex;
}

.hero-2-menu-button:hover {
  background-color: #ffffff80;
}

.hero-2-menu-gradient {
  z-index: 20;
  mix-blend-mode: multiply;
  background-color: #30262759;
  position: absolute;
  inset: 0%;
}

.form-block-2 {
  border: 1px solid var(--gainsboro);
  background-color: #f7f4f5;
  border-radius: .3em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5em;
  display: flex;
}

.flex-reservation {
  z-index: 20;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 83%;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.box-block {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 28em;
  display: flex;
  position: relative;
}

.drink-description {
  opacity: .8;
  max-width: 27em;
  font-size: 1em;
  line-height: 1.4em;
}

.drink-price-block {
  border: 1px dashed var(--thistle);
  background-color: var(--body-color);
  border-radius: .2em;
  align-items: center;
  margin-left: .8em;
  padding: .6em .9em;
  display: flex;
  position: relative;
}

.drink-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.drink-content {
  flex: 1;
  align-items: center;
  margin-right: 3em;
  display: flex;
}

.drink-title-wrap {
  align-items: center;
  display: flex;
}

.drink-title {
  flex: none;
  min-width: 10.5em;
  margin-right: 1em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.drink-wrap {
  overflow: hidden;
}

.drink-item {
  border-bottom: 1px dashed var(--misty-rose);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  display: flex;
  overflow: hidden;
}

.drink-item:nth-child(2n) {
  background-color: #faf7f7;
}

.drink-item:last-child {
  border-bottom-color: #0000;
}

.menu-item-2 {
  border-bottom: 1px solid var(--misty-rose);
  justify-content: space-between;
  align-items: center;
  min-height: 12em;
  display: flex;
}

.menu-item-2:nth-child(2n) {
  background-color: #fcfcfc;
}

.menu-item-2.in-dark-version {
  border-bottom-color: #d8c7c940;
}

.menu-item-2.in-dark-version:nth-child(2n) {
  background-color: #3d3233;
}

.menu-list-2 {
  border-top: 1px solid var(--misty-rose);
}

.menu-list-2.in-dark-version {
  border-top-color: #d8c7c940;
}

.menu-wrap-2.is-1st {
  border-left: 1px solid var(--gainsboro);
}

.menu-wrap-2.is-2nd {
  border-right: 1px solid #d8c7c940;
}

.menu-2-block-detail {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-height: 33.3333%;
  padding: .7em 1em;
  display: flex;
}

.menu-lightbox-circle {
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin-right: 1.7em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-subtitle-2 {
  color: var(--dark-slate-grey-2);
  margin-left: .1em;
  margin-right: .1em;
  font-size: 1.5em;
  font-weight: 600;
}

.menu-subtitle-2.in-dark-version {
  color: var(--white);
}

.menu-weight {
  margin-left: .2em;
  margin-right: .2em;
  font-size: 1em;
  line-height: 1.2em;
}

.menu-2-metric-unit {
  align-items: center;
  display: flex;
}

.menu-title-block {
  min-width: 16em;
  margin-right: 1em;
}

.menu-padding-2 {
  padding-top: 10em;
}

.contact-title-block {
  z-index: 20;
  background-color: var(--body-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 83%;
  max-width: 73em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.in-numbers-toptitle {
  opacity: .85;
  letter-spacing: .2em;
  text-transform: uppercase;
  max-width: 11em;
  font-size: .85em;
  font-weight: 600;
}

.in-numbers-title {
  letter-spacing: .2em;
  text-indent: .1em;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.3em;
}

.in-numbers-block {
  z-index: 5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  text-align: center;
  background-color: #e2d6d838;
  border: 1px solid #e2d6d84d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 30%;
  max-width: 23em;
  margin-left: .8em;
  margin-right: .8em;
  padding: 6em 2.5em;
  display: flex;
  position: relative;
}

.in-numbers-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10em;
  padding-bottom: 10em;
  display: flex;
}

.in-numbers-background {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.drink-cms-image-size {
  z-index: 10;
  justify-content: space-between;
  width: 80%;
  height: 86%;
  display: flex;
  position: absolute;
}

.our-story-column-1 {
  z-index: 10;
  background-color: #1f1c1c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.gradient-bottom-absolute-bg {
  z-index: 2;
  background-image: linear-gradient(#f3eeef00, #f3eeef);
  height: 40em;
  position: absolute;
  inset: auto 0% 0%;
}

.restaurants-grid {
  grid-column-gap: 12.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 76em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.box-2-title {
  z-index: 20;
  margin-bottom: .8em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.4em;
  position: relative;
}

.box-2-paragraph {
  z-index: 20;
  opacity: .8;
  color: var(--black);
  margin-bottom: 4em;
  font-size: 15px;
  line-height: 22px;
  position: relative;
}

.arrow-link {
  color: #302627b3;
  background-image: url('../images/east_black_24dp.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-right: 2em;
  transition: padding .6s cubic-bezier(.075, .82, .165, 1), color .2s;
}

.arrow-link:hover {
  color: var(--black-3);
  padding-right: 2.5em;
}

.arrow-link.in-box-2 {
  z-index: 20;
  color: #ffffffd9;
  background-image: url('../images/east_white_24dp.svg');
  position: relative;
}

.arrow-link.in-box-2:hover {
  color: var(--white);
}

.arrow-link.in-booking {
  font-size: 1.15em;
}

.about-title-block-1 {
  margin-bottom: 8em;
}

.content-block-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50em;
  display: flex;
}

.content-paragraph-1 {
  opacity: .8;
  color: var(--white);
  max-width: 28em;
  margin-bottom: 3.5em;
  font-size: 1.3em;
  line-height: 1.9em;
}

.section-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30em;
  display: flex;
}

.footer-2-main-link {
  color: var(--thistle);
  padding: .2em .4em;
  font-size: 5em;
  font-weight: 600;
  line-height: 1.4em;
}

.footer-2-main-link.w--current {
  color: var(--white);
}

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

.footer-2-background {
  width: 100%;
  max-width: 100vw;
  position: absolute;
  inset: 0%;
}

.footer-2-sticky {
  width: 100%;
  min-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.footer-2-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80vh;
  padding-bottom: 0;
  display: flex;
}

.footer-brand-2 {
  align-items: center;
  padding: .5em 0;
  display: flex;
}

.footer-links {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 85em;
  margin-top: 6.5em;
  margin-bottom: 6.5em;
  display: flex;
}

.drinks-3-menu {
  z-index: 20;
  width: 40%;
  padding-top: 85vh;
  position: relative;
}

.drinks-3-menu-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.drinks-3-menu-item {
  z-index: 1;
  border: 1px solid #ffffff26;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 32em;
  margin-bottom: .5em;
  padding: 3.5em;
  transition: transform .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.drinks-3-menu-item:hover {
  z-index: 5;
  border-color: #e2d6d84d;
  transform: scale(1.1);
}

.drinks-3-menu-image {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.drinks-3-menu-title-block {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.drinks-3-menu-title {
  color: var(--white);
  margin-bottom: .9em;
  font-size: 1.9em;
  font-weight: 700;
  line-height: 1.3em;
}

.drinks-3-menu-gradient {
  z-index: 5;
  background-image: linear-gradient(#30262700, #161112e6);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.drinks-3-menu-pricing-block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  border: 1px solid #fff6;
  align-items: center;
  padding: .6em .9em;
  display: flex;
  position: relative;
}

.drinks-3-menu-pricing-block.is-bottle-price {
  margin-left: .7em;
}

.menu-line-2 {
  background-color: #ffffff80;
  align-self: stretch;
  width: 1px;
  margin-left: .6em;
  margin-right: .6em;
}

.grid-4 {
  grid-column-gap: 12.5em;
  grid-row-gap: 12.5em;
  grid-template-rows: auto;
}

.story-paragraph {
  opacity: .8;
  font-size: 1.15em;
  line-height: 1.8em;
}

.story-title-2 {
  text-align: left;
  letter-spacing: .5em;
  text-transform: uppercase;
  margin-bottom: 2.1em;
  font-size: 1em;
  font-weight: 700;
}

.drinks-3-image-1 {
  z-index: 1;
  width: 40%;
  height: 160%;
  position: absolute;
  overflow: hidden;
}

.opacity-50 {
  opacity: .5;
}

.drinks-3-title-3 {
  z-index: 20;
  background-color: #262222;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 83%;
  max-width: 73em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.drinks-3-padding-1 {
  padding-top: 20em;
  padding-bottom: 20em;
  position: relative;
}

.symbol-subtitle {
  opacity: .8;
  color: var(--white);
  text-align: center;
  margin-top: 2em;
  font-size: 1.2em;
}

.since-block-2 {
  z-index: 50;
  color: var(--body-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.since-title {
  z-index: 10;
  opacity: .9;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4em;
  position: relative;
}

.since-year {
  z-index: 10;
  opacity: .9;
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.4em;
  position: relative;
}

.since-element {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 9em;
  display: flex;
  position: absolute;
}

.since-square {
  z-index: 5;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0e0a0b4d;
  border: 1px solid #e2d6d866;
  position: absolute;
  inset: 0%;
  transform: rotate(45deg);
}

.box-subtitle-link {
  opacity: .8;
  color: var(--white);
  background-image: url('../images/east_white_24dp.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-right: 1.9em;
  font-size: 1.3em;
  transition: padding .6s cubic-bezier(.075, .82, .165, 1), opacity .2s;
}

.box-subtitle-link:hover {
  opacity: 1;
  padding-right: 2.3em;
}

.drinks-3-menu-pricing {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fullscreen-hero {
  background-color: #161111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 23em;
  padding-bottom: 18em;
  display: flex;
}

.box-block-2 {
  border: 1px solid var(--gainsboro);
  background-color: #fff9;
  padding: 3em;
}

.box-block-2.is-2nd {
  background-color: var(--black-2);
  color: var(--white);
  position: relative;
}

.grid-information {
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 76em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.box-grid-block-2 {
  z-index: 5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  text-align: center;
  border: 1px solid #e2d6d84d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 80%;
  max-width: 45em;
  margin: 10em auto;
  padding: 10em 5em;
  display: flex;
  position: relative;
}

.restaurant-title-2 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
}

.restaurant-description {
  letter-spacing: .02em;
  margin-top: 3.5em;
  margin-bottom: 3.5em;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 2em;
}

.restaurant-background {
  z-index: 2;
  background-color: #1b1718ad;
  position: absolute;
  inset: 0%;
}

.restaurant-box-flex {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.restaurant-box-flex:last-child {
  margin-bottom: 0;
}

.restaurant-box-wrap {
  z-index: 50;
  padding-bottom: 10em;
  position: relative;
}

.restaurant-box-wrap.in-cms-page {
  padding-bottom: 10em;
}

.nav-black-background {
  z-index: 100;
  background-color: var(--black-3);
  height: 10em;
  position: absolute;
  inset: 0% 0% auto;
}

.about-restaurant-hero {
  padding-top: 20em;
  padding-bottom: 10em;
}

.about-restaurant-title-2 {
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  font-size: 2.1em;
  font-weight: 500;
  line-height: 1.2em;
}

.about-restaurant-block {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 4em 1.5em;
  display: flex;
}

.about-restaurant-title-1 {
  color: var(--rosy-brown);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.2em;
}

.about-restaurant-flex {
  z-index: 10;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.about-restaurant-flex.with-margin {
  margin-bottom: 10em;
}

.about-restaurant-flex.in-restaurant-cms {
  background-color: #f3eeef;
  margin-bottom: 4em;
}

.about-restaurant-flex.with-margin-6em {
  margin-bottom: 6em;
}

.about-restaurant-line {
  background-color: var(--thistle);
  width: 1px;
  height: 6em;
}

.restaurant-border {
  z-index: 20;
  border: 1px solid #e2d6d880;
  width: 90%;
  height: 85%;
  position: absolute;
}

.about-restaurant-title-3 {
  color: var(--rosy-brown);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
  line-height: 1.2em;
}

.sticky-gradients-3 {
  z-index: 1;
  background-image: linear-gradient(124deg, #ffffff03, #fffc 50%, #ffffff03 81%), radial-gradient(circle farthest-side at 100% 0%, var(--rosy-brown), #ffffff03);
  width: 100%;
  min-height: 100vh;
  position: sticky;
  top: 0;
}

.drinks-3-image-1-color {
  z-index: 20;
  mix-blend-mode: multiply;
  background-color: #302627cc;
  position: absolute;
  inset: 0%;
}

.grid-content-block-1 {
  max-width: 26em;
  margin-bottom: 2em;
}

.content-paragraph-2 {
  font-size: 1.1em;
  font-weight: 500;
}

.empty-state-hidden {
  display: none;
}

.wrap-with-2-buttons {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.scroll-down-button-2 {
  z-index: 20;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #3026271c;
  border-top: 1px solid #e2d6d84d;
  border-left: 1px solid #e2d6d84d;
  border-right: 1px solid #e2d6d84d;
  justify-content: space-between;
  align-items: center;
  min-height: 6em;
  padding: 1.5em 3.5em;
  font-weight: 700;
  transition: background-color .4s, padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.scroll-down-button-2:hover {
  background-color: #ffffff17;
  padding-left: 4.3em;
  padding-right: 4.3em;
}

.menu-cms-column-1 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: 41em;
  min-height: 100vh;
  padding-top: 14em;
  padding-bottom: 10em;
  display: flex;
  position: sticky;
  top: 0;
}

.drink-cms-flex {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.drink-cms-column-2 {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  padding: 12em 10em 10em;
  display: flex;
  position: relative;
}

.drink-cms-column-1 {
  z-index: 10;
  background-color: #1f1c1c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.meal-content {
  border-bottom: 1px solid var(--thistle);
  width: 100%;
  max-width: 33em;
}

.drink-desciption {
  margin-bottom: 1.3em;
  font-size: 2.5em;
  line-height: 1.6em;
}

.meal-price {
  font-size: 1.4em;
  font-weight: 600;
}

.meal-price.is-currency {
  margin-right: .6em;
}

.meal-price.is-metric-unit {
  margin-left: .6em;
}

.meal-cms-price {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.meal-cms-price-line {
  background-color: var(--dim-grey-3);
  align-self: stretch;
  width: 1px;
  margin-left: 2em;
  margin-right: 2em;
}

.meal-cms-price-block {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.7em;
  padding-top: .7em;
  display: flex;
}

.meal-content-1 {
  border-bottom: 1px solid var(--thistle);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10em;
  padding-bottom: 4.5em;
  display: flex;
}

.meal-description-1 {
  max-width: 15em;
  margin-bottom: 1.3em;
  margin-right: 2em;
  font-size: 2.5em;
  line-height: 1.6em;
}

.other-meals {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-size-meal {
  z-index: 10;
  width: 100%;
  height: 70vh;
  margin-bottom: 4em;
  position: relative;
}

.empty-state {
  z-index: 20;
  background-color: var(--gainsboro);
  color: var(--black-3);
  text-align: center;
  padding: 3em 2em;
  font-size: 1.5em;
  line-height: 1.5em;
  position: relative;
}

.meal-cms-price-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.allergens-in-meal {
  align-items: center;
  display: flex;
  position: relative;
}

.drink-price-wrap {
  border-top: 1px solid var(--thistle);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  display: flex;
}

.drink-price-block-2 {
  justify-content: flex-start;
  align-items: center;
  min-width: 50%;
  display: flex;
}

.drink-price-block-3 {
  justify-content: flex-end;
  align-items: center;
  min-width: 50%;
  display: flex;
}

.contact-address-block {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.col-title-1 {
  color: var(--dim-grey-3);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
}

.col-title-2 {
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1.2em;
}

.contact-grid-inner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.booking-title-1 {
  text-align: center;
  letter-spacing: .5em;
  text-indent: .5em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
}

.booking-content-1 {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 1.3em;
  line-height: 1.6em;
}

.booking-image-size {
  z-index: 10;
  width: 100%;
  height: 40em;
  position: relative;
}

.booking-title-inner {
  padding-top: 10em;
  padding-bottom: 10em;
}

.since-frame {
  z-index: 8;
  border: 1px solid #e2d6d840;
  width: 90%;
  height: 90%;
  position: absolute;
}

.our-story-column-2 {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  padding: 0 10em 10em;
  display: flex;
  position: relative;
}

.restaurant-description-2 {
  opacity: .9;
  color: var(--white);
  text-align: center;
  max-width: 23em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  line-height: 1.7em;
}

.fullscreen-overlay-color {
  z-index: 9;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#1d171759, #1d1717cc);
  position: absolute;
  inset: 0%;
}

.since-title-2 {
  z-index: 10;
  opacity: .9;
  text-align: center;
  letter-spacing: 1em;
  text-transform: uppercase;
  margin-left: .8em;
  margin-right: .8em;
  font-size: .9em;
  font-weight: 800;
  line-height: 1.4em;
  position: relative;
}

.since-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.address-content-block {
  z-index: 20;
  background-color: var(--body-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 83%;
  max-width: 73em;
  margin-bottom: 6em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
}

.restaurant-description-3 {
  opacity: .9;
  text-align: center;
  max-width: 23em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  line-height: 1.7em;
}

.col-title-3 {
  color: var(--dim-grey-3);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
}

.accordion-toggle {
  white-space: normal;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 6em;
  padding: 1.5em 0;
  display: flex;
}

.accordion {
  flex: none;
  align-self: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.custom-list-block {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 4.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.custom-list-block.is-last {
  padding-bottom: 1.5em;
}

.list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.accordion-arrow {
  z-index: 3;
  width: 1em;
  height: 1em;
  font-size: 2em;
  position: absolute;
}

.style-guide-block {
  border: 10px solid #1e201d24;
  margin-bottom: 5em;
  padding: 5em;
}

.circle-in-list {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-right: 2.5em;
  display: flex;
  position: relative;
}

.list-line {
  background-color: #1d61612e;
  width: 2px;
  height: 100%;
  position: absolute;
  top: .1em;
  left: 1.4em;
}

.custom-list-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  position: absolute;
}

.accordion-content {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.accordion-content.w--open {
  position: relative;
}

.list-paragraph {
  opacity: .8;
  font-size: 1.1em;
  line-height: 1.5em;
}

.list-title {
  margin-bottom: .7em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.accordion-inner {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3em 2em 2em;
  display: flex;
}

.accordion-circle {
  z-index: 5;
  opacity: 1;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 5em;
  margin-right: 3em;
  display: flex;
  position: relative;
  top: 1px;
}

.accordion-title {
  z-index: 10;
  letter-spacing: .01em;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  position: relative;
}

.rich-text h1 {
  margin-bottom: .2em;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2em;
}

.rich-text p {
  margin-bottom: .5em;
  font-size: 1.2em;
  line-height: 1.8em;
}

.rich-text h3 {
  margin-top: 1.5em;
  margin-bottom: .2em;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.rich-text h2 {
  margin-top: 1.7em;
  margin-bottom: .5em;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.2em;
}

.rich-text h4 {
  margin-top: 1.5em;
  margin-bottom: .3em;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.rich-text h5 {
  margin-top: 1.2em;
  margin-bottom: .3em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.3em;
}

.rich-text h6 {
  margin-top: 1.5em;
  margin-bottom: .4em;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.3em;
}

.rich-text blockquote {
  border-left-color: var(--misty-rose);
  color: var(--dim-grey-3);
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1.3em;
  font-size: 1.2em;
  line-height: 1.7em;
}

.rich-text li {
  margin-bottom: .7em;
  font-size: 1.2em;
  line-height: 1.5em;
}

.rich-text a {
  color: var(--dark-slate-grey-2);
  text-decoration: underline;
}

.rich-text strong {
  font-weight: 600;
}

.rich-text.in-terms {
  font-size: 1.15em;
}

.rich-text ul {
  margin-top: 2em;
  margin-bottom: 2em;
}

.rich-text ol {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 1.5em;
}

.tab-paragraph-1 {
  letter-spacing: .01em;
  margin-bottom: 2em;
  font-size: 1.15em;
  line-height: 1.7em;
  text-decoration: none;
}

.list-content {
  padding-top: .3em;
}

.list-item {
  background-image: url('../images/star_black_24dp.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1.2em;
  margin-bottom: 1.2em;
  padding-left: 2.5em;
  font-size: 1.2em;
  line-height: 1.5em;
  overflow: hidden;
}

.style-guide-divider {
  background-color: #c5c7ce;
  height: 1px;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.custom-list {
  width: 100%;
}

.circle-background {
  z-index: 2;
  background-color: var(--dark-slate-grey-3);
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.term-block {
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
}

.gallery-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 57em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.custom-list-gallery {
  max-width: 40em;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  z-index: 10;
  border: 1px solid var(--misty-rose);
  background-color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 35em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 4em;
  display: flex;
  position: relative;
  box-shadow: 49px 49px 80px -23px #30262770;
}

.utility-page-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.password-icon {
  opacity: .6;
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-right: .6em;
  font-size: 2.3em;
}

.password-background {
  z-index: 1;
  width: 50vw;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.submit-password-button {
  background-color: var(--black);
  letter-spacing: .3em;
  text-transform: uppercase;
  background-image: url('../images/lock_open_white_24dp.svg');
  background-position: 13%;
  background-repeat: no-repeat;
  background-size: 1.3em;
  border-radius: .2em;
  margin-top: 1.5em;
  padding: 1.3em 2em 1.3em 4.1em;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.1em;
  transition: background-color .2s;
}

.submit-password-button:hover {
  background-color: #5a8626;
}

.password-text-field {
  border: 1px solid var(--thistle);
  background-color: var(--white);
  text-align: left;
  border-radius: .2em;
  width: 100%;
  height: 3.5em;
  margin-bottom: 0;
  padding: 1em 4.5em 1em 9em;
  font-weight: 600;
  transition: border-color .2s, background-color .2s;
}

.password-text-field:hover {
  border-color: var(--dim-grey-3);
}

.password-text-field:focus {
  border-color: var(--dim-grey-3);
  background-color: #f5f0f1;
}

.password-text-field:focus-visible, .password-text-field[data-wf-focus-visible] {
  background-color: #f5f0f1;
}

.password-field-label {
  z-index: 10;
  color: var(--black-3);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2em;
  position: absolute;
  left: 2em;
}

.password-form-icon-size {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.6em;
  height: 1.6em;
  display: flex;
  position: absolute;
  right: 1.2em;
}

.password-form-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
  position: absolute;
}

.password-form-icon-bg {
  z-index: 5;
  background-color: var(--gainsboro);
  border-radius: .2em;
  position: absolute;
  inset: 0%;
}

.password-title-block {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.3em;
  display: flex;
}

._404-paragraph {
  opacity: .8;
  color: var(--white);
  text-align: center;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.5em;
}

._404-hero {
  background-color: #161111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 23em;
  padding-bottom: 18em;
  display: flex;
}

.restaurant-3-box-title {
  color: var(--white);
  margin-bottom: .3em;
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1.3em;
}

.restaurant-box {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.restaurant-3-box-content {
  z-index: 10;
  opacity: .75;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.restaurant-3-box-content:hover {
  opacity: 1;
}

.restaurant-3-box-item {
  z-index: 1;
  border: 1px solid #ffffff26;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 32em;
  margin-bottom: .5em;
  padding: 3.5em;
  transition: transform .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.restaurant-3-box-item:hover {
  z-index: 5;
  border-color: #e2d6d84d;
  transform: scale(.9);
}

.restaurant-3-box-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.restaurant-3-column-2 {
  z-index: 20;
  width: 40%;
  padding-top: 85vh;
  position: relative;
}

.restaurant-3-address {
  opacity: .8;
  color: var(--white);
  letter-spacing: .02em;
}

._3d-block {
  z-index: 8;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.scroll-here {
  height: 1px;
}

.meal-link-white {
  color: var(--white);
  transition: opacity .2s;
}

.meal-link-white:hover {
  opacity: .8;
}

.drink-link-black {
  color: var(--black-3);
  margin-top: 0;
  margin-bottom: 0;
  transition: color .2s;
}

.drink-link-black:hover {
  color: #302627cc;
}

.meal-link-black {
  color: var(--black-3);
  margin-top: 0;
  margin-bottom: 0;
  transition: opacity .2s;
}

.meal-link-black:hover {
  opacity: .8;
}

.drink-link-white {
  color: var(--white);
  transition: opacity .2s;
}

.drink-link-white:hover {
  opacity: .8;
}

.allergens-cms {
  z-index: 10;
  position: relative;
}

.allergens-cms-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.allergen-cms-item {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
  position: relative;
}

.allergen-cms-link {
  opacity: .8;
  transform: scale3d(1none, 1none, 1none);
  color: var(--white);
  transform-style: preserve-3d;
  border: 1px solid #0000;
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  font-weight: 700;
  transition: transform .6s cubic-bezier(.075, .82, .165, 1), border-color .2s, opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.allergen-cms-link:hover {
  opacity: 1;
  border-color: #ffffff59;
  transform: scale(1.2);
}

.allergen-cms-link.w--current {
  border-color: #fff;
}

.allergen-description {
  opacity: .9;
  color: var(--white);
  text-align: center;
  max-width: 27em;
  margin-bottom: 2.5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  line-height: 1.7em;
}

.error-message-2 {
  background-color: #ecd5d9;
  border: 1px solid #dfaeb6;
  width: 100%;
  padding: 1.2em;
}

.contact-grid-square {
  z-index: 5;
  background-color: var(--dark-slate-grey-3);
  position: absolute;
  inset: 0%;
  transform: rotate(45deg);
}

.contact-grid-frame {
  z-index: 8;
  border: 1px solid var(--dark-slate-grey-3);
  width: 90%;
  height: 90%;
  position: absolute;
}

.drinks-2-column-1 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: 41em;
  min-height: 100vh;
  padding-top: 14em;
  padding-bottom: 10em;
  display: flex;
  position: sticky;
  top: 0;
}

.drinks-2-inner {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.drinks-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 8em;
  display: flex;
}

.pricing-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.restaurant-3-column-1 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: 41em;
  min-height: 100vh;
  padding-top: 14em;
  padding-bottom: 10em;
  display: flex;
  position: sticky;
  top: 0;
}

.restaurant-3-inner {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.restaurant-3-gradient {
  z-index: 5;
  background-image: linear-gradient(#30262700, #161112e6);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.menu-cms-inner {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.menu-cms {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 8em;
  display: flex;
}

.drink-price-flex {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-contact {
  z-index: 10;
  margin-bottom: 4em;
  position: relative;
}

.menu-2-padding {
  padding-top: 10em;
}

.find-us-cms, .find-us-cms-list {
  width: 100%;
}

.find-us-contact-link {
  color: var(--black-3);
  border-bottom: 2px solid #0000;
  transition: border-color .2s, color .2s;
}

.find-us-contact-link:hover {
  border-bottom-color: var(--dark-slate-grey-3);
  color: var(--dark-slate-grey-3);
}

.button-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  display: flex;
  position: relative;
}

.cover-background {
  z-index: 6;
  mix-blend-mode: multiply;
  background-color: #20191a73;
  position: absolute;
  inset: 0%;
}

.soon-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.soon {
  background-color: var(--dim-grey-3);
  color: var(--white);
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  border-radius: 2.6em;
  margin-left: 1em;
  padding: .5em .8em;
  font-size: .65em;
  font-weight: 500;
  line-height: 1.4em;
  position: relative;
  top: -1em;
}

.subtitle-1 {
  color: #302627cc;
  text-align: center;
  max-width: 23em;
  margin-top: 2em;
  font-size: 1.6em;
  line-height: 1.6em;
}

.about-max-width-block-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 66em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.opacity-80 {
  opacity: .8;
}

.contact-title-block-1 {
  z-index: 20;
  background-color: var(--body-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 83%;
  max-width: 73em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.preloader-background {
  z-index: 1;
  background-color: var(--black-3);
  position: absolute;
  inset: 0%;
}

.preloader-loading {
  z-index: 10;
  color: var(--thistle);
  letter-spacing: .6em;
  text-indent: .6em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
  position: absolute;
  bottom: 15vh;
}

.preloader {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 23vw;
  padding-right: 23vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-logo {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 15vh;
  bottom: auto;
}

.preloader-image-block {
  z-index: 10;
  width: 50vw;
  height: 40vh;
  position: absolute;
  overflow: hidden;
}

.preloader-brand-title {
  color: var(--white);
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.3em;
}

.preloader-brand-logo-image {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-right: .4em;
  font-size: 2.5em;
}

.preloder-image-bg-1 {
  z-index: 10;
  background-color: var(--black-3);
  position: absolute;
  inset: 0%;
}

.preloader-image {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.preloder-image-bg-2 {
  z-index: 8;
  background-color: var(--black-3);
  position: absolute;
  inset: 0%;
}

.global-styles {
  position: fixed;
  inset: 0% auto auto 0%;
}

.fullscreen-85-hero {
  background-color: #161111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  padding-top: 23em;
  padding-bottom: 18em;
  display: flex;
}

.dropdown-toggle {
  z-index: 20;
  opacity: .75;
  color: var(--white);
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 0 0;
  transition: opacity .2s;
  display: flex;
  position: static;
}

.dropdown-toggle:hover {
  opacity: 1;
}

.dropdown-title {
  line-height: 1.5em;
}

.dropdown-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-left: .4em;
  font-size: 1.2em;
}

.dropdown-list {
  z-index: 100;
  background-color: #1b1516f2;
  border-bottom: 1px solid #ccb0b34d;
  width: 100%;
  position: absolute;
  top: 3.7em;
  left: 0%;
  right: 0%;
}

.dropdown-grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 3em;
}

.dropdown-image-size {
  z-index: 10;
  border: 1px solid #d8c7c94d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 22em;
  padding: 2.2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-offer-content {
  z-index: 20;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.dropdown-image-color {
  z-index: 6;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#30262700, #2c191bd1);
  position: absolute;
  inset: 0%;
}

.dropdown-offer-title {
  opacity: .85;
  white-space: normal;
  max-width: 13em;
  margin-bottom: 1.3em;
  font-size: .9em;
  line-height: 1.4em;
}

.holder {
  z-index: 10;
  width: 100%;
  position: relative;
}

.right-arrow {
  z-index: 99;
}

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

.slide-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-arrow {
  z-index: 99;
}

.icon-2 {
  opacity: .76;
  font-size: 30px;
}

.icon {
  opacity: .76;
  font-size: 30px;
  font-weight: 200;
}

.hero-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0;
}

.slide-img {
  background-image: url('../images/Dubliner-125.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-img.new2 {
  background-image: url('../images/3_Bar_2_IMG_4513-copy.webp');
  background-size: cover;
}

.slide-img.new7 {
  background-image: url('../images/Screenshot-2023-12-19-at-6.00.37-PM.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-img.new5 {
  background-image: url('../images/2_Interior-Main-Theory-1-4476-copy-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-img.new3 {
  background-image: url('../images/casa-1.webp');
  background-size: cover;
}

.slide-img.new4 {
  background-image: url('../images/4_Interior_Back_Theory-5-IMG_4481.webp');
  background-size: cover;
}

.title-top {
  opacity: 1;
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.icon-star-filled {
  filter: brightness(200%);
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.c-testimonials-gird {
  grid-column-gap: 0em;
  grid-row-gap: 30px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-content: center;
  justify-items: center;
  max-width: 1200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-20 {
  font-size: 16px;
}

.c-testimonials-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
}

.c-star {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: .5em;
  display: flex;
}

.none.type-color {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}

.revi {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.c-testimonials-paragraph-wrapper {
  margin-top: .5em;
  margin-bottom: 10px;
}

.c-testimonials-stars {
  margin-bottom: 1em;
  display: flex;
}

.p_m {
  color: #e8dbc8;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.p_m.review {
  color: #e8dbc8db;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.testimonial {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.small-tile {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.pp1 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 31px;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.pp2 {
  z-index: 20;
  opacity: .8;
  color: var(--black);
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  position: relative;
}

.body {
  background-color: #000;
}

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

.html-embed {
  width: 100%;
  height: 100%;
}

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

.footer-link-2 {
  color: #ccc;
  margin-left: 7px;
  margin-right: 7px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.home-footer-socicons-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: stretch;
  margin-top: 9px;
  margin-bottom: 18px;
  display: flex;
}

.text-span-10 {
  font-weight: 700;
}

.footer-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.divider-line {
  background-color: #f0f0f0;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider-line.footer-line {
  background-color: #f0f0f024;
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-footer-socicon-wrap, .home-footer-socicon-wrap.home-footer-socicon-wrap-last {
  margin-right: 0;
}

.seo {
  color: #fff;
  width: 800px;
  margin: 14px auto;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.section-2 {
  background-color: #000;
  padding: 45px 50px 15px;
}

.footer-logo {
  width: 200px;
  margin-bottom: 18px;
}

.mini-container {
  z-index: 10;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-row-2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-footer-socicon, .home-footer-socicon:hover {
  opacity: 1;
}

.home-footer-socicon:active {
  opacity: .85;
}

.home-footer-socicon.white {
  filter: grayscale() invert();
}

.dark0 {
  z-index: 9;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#0000, #000);
  position: absolute;
  inset: 0%;
}

.image-4 {
  opacity: .7;
}

.text-span-21 {
  display: inline-block;
}

.m3 {
  z-index: 10;
  background-image: linear-gradient(#0a0713a3, #0a0713a3), url('../images/3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 171px 41px 62px;
  display: flex;
  position: relative;
}

.intro-container {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.welcome-head {
  color: #fff;
  font-weight: 400;
}

.section-tab-menu {
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: auto;
  padding: 35px 50px 100px;
  display: flex;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab-first-men {
  border-right: 1px #424242;
  flex: 0 auto;
  width: 100%;
}

.tabs-men {
  width: 100%;
}

.infotext {
  color: #102b4e80;
  font-size: 18px;
  line-height: 22px;
}

.infotext.up {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.infotext.top {
  color: #e8dbc8;
  text-align: center;
  text-transform: none;
  margin: 6px 50px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.infotext.top.a {
  color: #fff;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
}

.infotext.c {
  color: #e8dbc8;
  text-align: center;
  margin-bottom: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.infotext.menu {
  color: #f0f0f0;
  letter-spacing: .5px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.info-title {
  color: #102b4e;
  margin-top: 5px;
  font-size: 24px;
}

.info-title.happy {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.info-title.menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.tab-menu {
  z-index: 5;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: sticky;
  top: 80px;
}

.menu-box {
  background-color: #f5f0e500;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 75px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
  display: flex;
}

.menu-box.last {
  margin-bottom: 41px;
}

._83838h {
  opacity: .76;
  margin-top: -100px;
  margin-bottom: 50px;
  padding-top: 124px;
}

.fix {
  font-size: 22px;
}

.heading-2 {
  color: #dbd99e;
  font-size: 64px;
  line-height: 60px;
}

.heading-2.title01 {
  color: #d1d1d1;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.tabs-menu {
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.first-tab {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  min-width: 250px;
  margin-right: 5px;
  padding: 15px 20px;
  transition: background-color .2s ease-in-out;
}

.first-tab:hover {
  background-color: #fff;
}

.first-tab.w--current {
  color: #000;
  background-color: #fff;
  border: 1px solid #464646;
  font-size: 12px;
  transition-duration: .4s;
}

.menu-banner {
  background-color: #0000;
  width: 100%;
}

.heading-tab-fourth {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.text-span-3 {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 600;
}

.menu-items {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}

.menu-items.alone {
  grid-row-gap: 10px;
}

.menu-6abs {
  z-index: 6;
  background-color: #000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0 15px 0;
  display: flex;
  position: sticky;
  top: 112px;
}

.menu-nts {
  z-index: 1;
  background-color: #000;
  border: 1px solid #917e37;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 17px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-nts.mm1 {
  margin: 5px;
}

.menu-nts.mm1.last {
  margin-right: 0;
}

.text-lbutton-layout-3-blog {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.wrapper-color-loink {
  z-index: -1;
  background-color: #917e37;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: absolute;
}

.button {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #d0b15f;
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: color .4s, background-color .4s;
}

.button:hover {
  color: #d0b15f;
  background-color: #fff;
}

.button.oo-q {
  letter-spacing: 1px;
  background-color: #222;
  border-radius: 3px;
  margin: 6px;
  padding: 10px 14px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.button.oo-q:hover {
  color: #fff;
  background-color: #141414;
}

.button.oo-q.w--current {
  background-color: #000;
}

.button.oo-q.fist.w--current {
  margin-left: 0;
}

.ty2 {
  z-index: 10;
  background-image: linear-gradient(#0a0713a3, #0a0713a3), url('../images/IMG_5759.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 0 41px;
  display: flex;
  position: relative;
}

.modal-2 {
  z-index: 2147483647;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-65 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(#0000006b, #0000006b);
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.modal__body {
  z-index: 2;
  text-align: center;
  background-color: #0000;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.image-33 {
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 0;
}

.modal__close-2 {
  opacity: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal__close-2:hover {
  opacity: .43;
}

.image-34 {
  filter: invert();
}

.non {
  color: #fff;
  margin: 14px auto;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.bold-text {
  color: #e67a33;
  letter-spacing: .5px;
  text-transform: none;
  font-family: Manrope, sans-serif;
}

.html-embed-6 {
  z-index: 99999;
  background-color: #0000;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.text-span-22 {
  color: #fc4343;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .footer-link-2 {
    color: #ececec;
  }

  .text-span-10 {
    font-weight: 600;
  }

  .footer-2 {
    background-color: #ac1f29;
  }

  .section-2 {
    background-color: #000;
  }

  .home-footer-socicon.white {
    filter: contrast(200%) grayscale() invert();
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 13px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 12px;
  }

  p {
    font-size: 1.1em;
  }

  .container {
    width: 100%;
  }

  .nav-flex-1 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-link {
    white-space: nowrap;
    border-bottom-width: 2px;
    min-height: 3.2em;
    margin-top: .7em;
    margin-bottom: .7em;
    margin-right: 2.2em;
  }

  .nav-link.is-dropdown {
    width: 100%;
    min-height: auto;
    margin-right: 0;
  }

  .nav-menu {
    background-color: #161616e6;
    border-bottom: 1px solid #ffffff3b;
    position: absolute;
    top: 4em;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 1.7em 4em;
  }

  .nav-ctas {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 2.5em;
    display: none;
  }

  .nav-link-cta.only-for-mobile {
    background-color: #0000;
    align-self: center;
    padding-right: 0;
    font-size: .8em;
    line-height: 1em;
    display: flex;
  }

  .nav-contact-link {
    font-size: 11px;
  }

  .nav-contact-link.hide {
    display: none;
  }

  .heading.page-hero-title {
    font-size: 5em;
  }

  .heading.home-3-about-title {
    font-size: 2.8em;
  }

  .heading.contact-title {
    font-size: 3em;
  }

  .heading.gallery-title {
    font-size: 2.6em;
  }

  .heading.menu-3-title {
    font-size: 2.9em;
  }

  .heading.hero-2-title {
    font-size: 2.5em;
  }

  .heading.hero-title-1 {
    margin-top: .9em;
    margin-bottom: .9em;
  }

  .heading.reservation-title-2 {
    font-size: 4.5em;
  }

  .heading.story-title-1 {
    font-size: 3em;
  }

  .heading.hero-about-title {
    font-size: 3.9em;
  }

  .heading.hero-gallery-title, .heading.content-title-1 {
    font-size: 5em;
  }

  .heading.drinks-3-title-2 {
    font-size: 3em;
  }

  .heading.page-hero-title-2 {
    margin-bottom: .8em;
    font-size: 4.5em;
  }

  .heading.restaurant-hero-title-2 {
    font-size: 4.5em;
  }

  .heading.content-title-2 {
    font-size: 3em;
  }

  .heading.menu-cms-title {
    font-size: 2.5em;
  }

  .heading.restaurant-cms-title {
    font-size: 4.5em;
  }

  .heading.restaurant-cms-address {
    font-size: 3em;
  }

  .heading.is-gallery-title {
    font-size: 4.5em;
  }

  .heading._404-title {
    font-size: 5em;
  }

  .heading.hero-3-title {
    font-size: 4em;
  }

  .heading.drinks-2-title, .heading.restaurant-3-title {
    font-size: 2.5em;
  }

  .heading.restaurant-3-title-2 {
    margin-bottom: .8em;
    font-size: 4.5em;
  }

  .heading.white {
    font-size: 4.5em;
  }

  .padding-inner {
    padding: 50px;
  }

  .padding-inner.case {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-small-link {
    display: none;
  }

  .home-3-menu-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .download-menu-description {
    margin: 3em 0;
  }

  .download-menu {
    flex-direction: column;
    justify-content: center;
  }

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

  .grid-block-image {
    height: 35em;
    min-height: auto;
  }

  .grid-block-image.min {
    height: 45em;
  }

  .restaurant-grid-block {
    padding-left: 3em;
    padding-right: 3em;
  }

  .box-paragraph {
    font-size: 14px;
  }

  .max-width-block-5 {
    max-width: none;
  }

  .gallery-lightbox {
    height: 13em;
  }

  .uppercase-title.in-home-hero-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .max-width-block-57em {
    max-width: 50em;
  }

  .max-width-block-57em.max1200 {
    margin-bottom: 50px;
  }

  .menu-button {
    border-bottom: 2px solid #0000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
    padding: .6em 0 .5em;
  }

  .menu-button.w--open {
    border-bottom-color: var(--white);
    background-color: #0000;
  }

  .menu-button-flex {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .burger-icon {
    width: 1em;
    height: 1em;
    margin-right: .7em;
    font-size: .8em;
  }

  .menu-title {
    color: var(--white);
    font-size: .7em;
    line-height: 1.3em;
  }

  .nav-flex-2 {
    align-items: center;
    min-height: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .booking {
    align-items: center;
  }

  .booking-column-2 {
    justify-content: center;
    padding: 50px;
  }

  .booking-column-1 {
    padding: 50px;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 4em;
    padding-right: 4em;
  }

  .footer-link {
    white-space: nowrap;
    border-bottom-width: 2px;
    margin-left: 0;
    margin-right: 0;
    padding: .9em .8em;
    font-size: 1.4em;
  }

  .footer-made-link:hover {
    min-width: 20em;
  }

  .menu-item:nth-child(2n) {
    background-color: var(--white);
  }

  .menu-title-name {
    min-width: auto;
  }

  .menu-content {
    flex-wrap: wrap;
  }

  .menu-subtitle {
    line-height: 1.3em;
  }

  .menu-description {
    max-width: none;
  }

  .menu-currency {
    line-height: 1.3em;
  }

  .menu-content-2 {
    flex: 0 auto;
    width: 100%;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .menu-flex-2 {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .menu-price-wrap-2 {
    border-top: 1px solid var(--misty-rose);
    border-left-width: 0;
    flex-direction: row;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-price-wrap-2.in-drinks {
    border-top-color: #d8c7c940;
  }

  .menu-title-name-2 {
    min-width: auto;
  }

  .contact-grid-link-2 {
    font-size: 14px;
  }

  .hero-contact {
    padding-top: 19em;
  }

  .contact-grid-block-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .scroll-down-flex-2 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .image-size-gallery {
    height: 40em;
  }

  .image-size-gallery.in-homepage {
    display: none;
  }

  .menu-list-3 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .menu-item-3 {
    border: 1px solid var(--gainsboro);
    background-color: var(--white);
  }

  .menu-list-4 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .menu-item-4 {
    border: 1px solid var(--gainsboro);
    background-color: var(--white);
  }

  .menu-3-title-wrap {
    margin-bottom: 1.2em;
  }

  .restaurant-3-hero {
    min-height: auto;
  }

  .hero-1-menu {
    margin-bottom: 3em;
  }

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

  .grid-block-2 {
    padding-left: 5em;
    padding-right: 5em;
    left: -5.5em;
  }

  .grid-block-2.is-2nd {
    right: -5.5em;
  }

  .modern-button {
    padding: 1.5em 2.5em;
  }

  .modern-button:hover {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .hero-1-menu-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    padding-bottom: 5em;
    overflow: auto;
  }

  .hero-1-menu-item {
    width: 25em;
  }

  .box-grid-block {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .box-wrap {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .hero-1 {
    min-height: auto;
    padding-top: 19em;
  }

  .main-menu-cta-block {
    flex-direction: column;
    justify-content: center;
  }

  .hero-2-column-1, .hero-2-menu-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .hero-2-menu-button {
    background-color: #ffffff8c;
    font-size: .9em;
  }

  .drink-title {
    min-width: auto;
  }

  .drink-item:nth-child(2n) {
    background-color: var(--white);
  }

  .menu-item-2 {
    min-height: 16em;
  }

  .menu-item-2:nth-child(2n) {
    background-color: var(--white);
  }

  .menu-2-block-detail {
    min-height: auto;
  }

  .in-numbers-title {
    margin-top: .9em;
    margin-bottom: .9em;
    font-size: 2.1em;
  }

  .in-numbers-block {
    width: 27%;
  }

  .in-numbers-wrap {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .our-story-column-1 {
    padding-left: 6em;
    padding-right: 6em;
  }

  .restaurants-grid {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .footer-2-main-link {
    font-size: 3.8em;
  }

  .drinks-3-menu-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4 {
    grid-column-gap: 7.5em;
    grid-row-gap: 7.5em;
  }

  .fullscreen-hero {
    min-height: auto;
    padding-top: 20em;
  }

  .grid-information {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .box-grid-block-2 {
    max-width: 43em;
  }

  .restaurant-box-wrap {
    padding-bottom: 3.5em;
  }

  .nav-black-background {
    height: 9.3em;
  }

  .about-restaurant-hero {
    padding-top: 18em;
    padding-bottom: 5em;
  }

  .about-restaurant-title-2 {
    font-size: 1.5em;
  }

  .restaurant-border {
    height: 90%;
  }

  .menu-cms-column-1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .drink-cms-column-2 {
    padding-left: 6em;
    padding-right: 6em;
  }

  .meal-content-1 {
    margin-bottom: 6em;
    padding-bottom: 3em;
  }

  .meal-description-1 {
    font-size: 2em;
  }

  .image-size-meal {
    height: 40em;
  }

  .contact-address-block {
    flex-direction: column;
  }

  .col-title-2 {
    font-size: 1.5em;
  }

  .booking-image-size {
    height: 30em;
  }

  .booking-title-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .our-story-column-2 {
    padding-left: 6em;
    padding-right: 6em;
  }

  .address-content-block {
    margin-bottom: 3em;
  }

  .list-paragraph {
    font-size: 1.1em;
  }

  .list-title {
    font-size: 1.4em;
  }

  .accordion-title, .tab-paragraph-1 {
    font-size: 1.2em;
  }

  .list-item {
    font-size: 1.1em;
  }

  .restaurant-3-box-title {
    font-size: 1.6em;
  }

  .restaurant-3-box-list, .drinks-2-column-1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .drinks-2 {
    min-height: auto;
  }

  .pricing-wrap {
    font-size: .9em;
  }

  .restaurant-3-column-1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .menu-cms {
    min-height: auto;
  }

  .fullscreen-85-hero {
    min-height: auto;
    padding-top: 20em;
  }

  .dropdown-toggle {
    background-color: #ffffff0d;
    border: 1px solid #d8c7c94d;
    min-height: 3.2em;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-toggle.w--open {
    background-color: #d8c7c933;
  }

  .dropdown-icon {
    margin-left: .5em;
  }

  .dropdown-list {
    box-shadow: none;
    background-color: #0000;
    position: relative;
    top: 0;
  }

  .dropdown-list.w--open {
    background-color: #0000;
    border-bottom: 1px solid #10131f;
  }

  .dropdown-grid {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-columns: 1fr;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-image-size {
    min-height: auto;
    padding-top: 5em;
  }

  .dropdown-image-color {
    background-image: linear-gradient(270deg, #30262700, #2c191bf2);
  }

  .dropdown-offer-title {
    max-width: none;
  }

  .p_m {
    text-align: left;
  }

  .testimonial, .pp1, .pp2 {
    font-size: 14px;
  }

  .home-footer-socicons-wrap {
    margin-top: 20px;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .seo {
    width: auto;
  }

  .text-span-21 {
    display: inline;
  }

  .m3 {
    padding-left: 54px;
    padding-right: 54px;
  }

  .welcome-head {
    text-align: center;
  }

  .section-tab-menu {
    padding-top: 50px;
  }

  .infotext.c {
    margin-bottom: 10px;
  }

  .tab-menu {
    flex-direction: row;
  }

  .heading-2 {
    text-align: center;
  }

  .menu-items {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-6abs {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .menu-nts {
    text-align: center;
    min-width: 210px;
    height: 40px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .menu-nts.w--current {
    text-align: center;
  }

  .menu-nts.mm1 {
    margin: 4px;
  }

  .ty2 {
    padding-left: 54px;
    padding-right: 54px;
  }

  .link-block-8 {
    flex-direction: column;
    align-items: center;
  }

  .non {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 11px;
  }

  p {
    font-size: 1.2em;
  }

  .nav-flex-1 {
    min-height: 4em;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link {
    margin-right: 1.8em;
  }

  .section.booking-sec, .section.pp3 {
    border-bottom: 1px solid var(--thistle);
  }

  .nav-contact-link {
    font-size: 10px;
  }

  .page-hero {
    padding-top: 20em;
  }

  .heading.title-style-1 {
    letter-spacing: 3px;
    font-size: 35px;
  }

  .heading.menu-3-title {
    font-size: 2.5em;
  }

  .heading.hero-2-title {
    font-size: 3.2em;
  }

  .heading.hero-title-1 {
    font-size: 4em;
  }

  .heading.story-title-1 {
    font-size: 2.4em;
    line-height: 1.7em;
  }

  .heading.hero-about-title {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading.hero-gallery-title {
    font-size: 4em;
  }

  .heading.drinks-3-title-2 {
    font-size: 2.4em;
  }

  .heading.page-hero-title-2 {
    font-size: 3.5em;
  }

  .heading.restaurant-hero-title-2 {
    font-size: 3.9em;
    line-height: 1.3em;
  }

  .heading.menu-cms-title {
    font-size: 3.2em;
  }

  .heading.restaurant-cms-title {
    font-size: 3.9em;
    line-height: 1.3em;
  }

  .heading.is-gallery-title {
    font-size: 3.5em;
  }

  .heading.hero-3-title {
    font-size: 3.5em;
    line-height: 1.3em;
  }

  .heading.drinks-2-title, .heading.restaurant-3-title {
    font-size: 3.2em;
  }

  .heading.restaurant-3-title-2, .heading.white {
    font-size: 3.5em;
  }

  .padding-inner, .padding-inner.case {
    padding-left: 30px;
    padding-right: 30px;
  }

  .social-item {
    margin-left: .5em;
    margin-right: .5em;
  }

  .home-3-menu-list {
    grid-template-columns: 1fr 1fr;
  }

  .home-3-menu-button {
    bottom: -.1em;
  }

  .main-button.in-contact-address {
    padding-top: .4em;
    padding-bottom: .4em;
    font-size: .9em;
  }

  .main-button-element {
    font-size: .8em;
  }

  .main-button-icon {
    font-size: 1.4em;
  }

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

  .grid-block-image {
    height: 30em;
    min-height: auto;
  }

  .grid-block-image.is-address {
    min-height: auto;
  }

  .restaurant-grid-block {
    padding: 8em 5em;
  }

  .restaurant-grid-block.with-green-background {
    padding-left: 30px;
    padding-right: 30px;
  }

  .restaurant-grid-block.is-address {
    margin-bottom: 2.5em;
  }

  .restaurant-grid-block.gray {
    padding: 50px 30px;
  }

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

  .contact-grid-column {
    margin-bottom: 1.4em;
  }

  .contact-grid-line {
    margin-top: .6em;
    margin-bottom: 3.7em;
  }

  .gallery-lightbox {
    height: 150px;
  }

  .gallery-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .uppercase-title {
    margin-bottom: 2.3em;
  }

  .uppercase-title.wt, .uppercase-title.ty {
    margin-bottom: 0;
    font-weight: 500;
  }

  .gallery-button {
    padding: 2em 3.2em;
    font-size: .8em;
  }

  .menu-button {
    padding-top: .4em;
    padding-bottom: .4em;
  }

  .nav-flex-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .booking {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .booking-column-2 {
    width: 100%;
    min-height: auto;
    padding: 0 30px 50px;
  }

  .booking-column-2.mob-padding-1 {
    padding-bottom: 0;
  }

  .reservation-form {
    max-width: none;
  }

  .booking-column-1 {
    border-radius: .2em;
    width: 100%;
    min-height: auto;
    margin-bottom: 50px;
    padding: 30px;
    position: relative;
  }

  .submit-form-button {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .form-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .form {
    text-align: center;
  }

  .aside-form {
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .footer-nav {
    padding-bottom: 3.5em;
  }

  .footer-link {
    font-size: 1.9em;
  }

  .footer-link.w--current {
    border-bottom-color: #0000;
  }

  .footer-made-link {
    min-width: 50%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer-made-link:hover {
    min-width: 50%;
  }

  .footer-made-links {
    width: 90%;
  }

  .footer-brand {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-small-link {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .menu-title-name {
    min-width: 9.2em;
    font-size: 1.8em;
  }

  .menu-content {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 1.7em;
    margin-right: 0;
  }

  .menu-price-wrap {
    justify-content: space-between;
    width: 100%;
  }

  .menu-description {
    max-width: none;
    margin-top: 0;
    font-size: 1.2em;
  }

  .menu-flex {
    flex-wrap: wrap;
  }

  .menu-lightbox.in-drinks {
    border-radius: .5em;
    width: 100%;
    max-width: 35em;
    height: 8em;
    margin-bottom: 2em;
    margin-right: 0;
  }

  .padding-inner-large {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .menu-2-row {
    flex-wrap: wrap;
  }

  .menu-column-50 {
    width: 100%;
  }

  .menu-content-2 {
    justify-content: center;
    padding-left: 5em;
    padding-right: 5em;
  }

  .menu-title-wrap-2 {
    max-width: 23em;
  }

  .menu-description-5 {
    font-size: 1.1em;
  }

  .menu-flex-2 {
    flex-wrap: wrap;
  }

  .menu-price-wrap-2 {
    justify-content: center;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .menu-title-name-2 {
    min-width: 9.2em;
    font-size: 1.7em;
  }

  .about-content-block-1 {
    max-width: 39em;
  }

  .contact-grid-link-2 {
    font-size: 13px;
  }

  .restaurant-title-4 {
    font-size: 2em;
  }

  .restaurant-block-4 {
    max-width: none;
  }

  .restaurant-hours-4 {
    font-size: 1.1em;
  }

  .restaurant-grid-4 {
    grid-column-gap: 0em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
  }

  .restaurant-description-4 {
    font-size: 1.1em;
  }

  .contact-grid-2 {
    grid-template-columns: 1fr;
  }

  .contact-grid-block-2 {
    padding: 30px;
  }

  .image-size-gallery {
    height: 33em;
    margin-bottom: 3em;
  }

  .menu-3-title-wrap {
    min-width: auto;
  }

  .menu-3-category {
    margin-bottom: .4em;
    font-size: .9em;
  }

  .restaurant-3-hero {
    padding-bottom: 3em;
  }

  .grid-block-2 {
    max-width: 90%;
    margin-top: -8em;
    margin-bottom: 0;
    padding-top: 8em;
    padding-bottom: 8em;
    left: auto;
  }

  .grid-block-2.is-2nd {
    margin-top: 0;
    margin-bottom: -8em;
    right: auto;
  }

  .grid-for-box {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
  }

  .grid-block-image-2 {
    height: 45em;
    min-height: auto;
  }

  .modern-button-title {
    font-size: 1em;
  }

  .box-flex {
    width: 100%;
  }

  .box-grid-block {
    padding-left: 5em;
    padding-right: 5em;
  }

  .hero-1 {
    padding-top: 15em;
  }

  .hero-2-column-1 {
    width: 100%;
    min-height: auto;
    padding-top: 18em;
    padding-bottom: 6em;
    position: relative;
  }

  .hero-2-inner {
    flex-wrap: wrap;
  }

  .hero-2-menu {
    width: 100%;
    padding-top: 0;
  }

  .hero-2-menu-button {
    font-size: 1.1em;
  }

  .drink-description {
    margin-top: 1.1em;
    font-size: 1.2em;
  }

  .drink-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .drink-content {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1.5em;
    margin-right: 0;
  }

  .drink-title-wrap {
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
  }

  .drink-title {
    margin-right: 0;
    font-size: 1.9em;
  }

  .menu-item-2 {
    min-height: auto;
  }

  .menu-wrap-2.is-1st {
    border-left-width: 0;
  }

  .menu-wrap-2.is-2nd {
    border-right-width: 0;
  }

  .menu-2-block-detail {
    flex: 0 auto;
    min-width: 10em;
  }

  .menu-padding-2 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .in-numbers-block {
    width: 80%;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .in-numbers-block.is-last {
    margin-bottom: 0;
  }

  .in-numbers-wrap {
    flex-direction: column;
  }

  .drink-cms-image-size {
    width: 90%;
  }

  .our-story-column-1 {
    width: 100%;
    min-height: auto;
    padding-left: 13vw;
    padding-right: 13vw;
    position: relative;
  }

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

  .arrow-link, .arrow-link.in-box-2 {
    font-size: 1.1em;
  }

  .arrow-link.in-booking {
    font-size: 1.2em;
  }

  .section-inner, .footer-2-inner {
    padding-top: 20em;
  }

  .footer-brand-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .drinks-3-menu {
    width: 100%;
    padding-top: 0;
  }

  .grid-4 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .story-title-2 {
    margin-bottom: 2.3em;
  }

  .drinks-3-image-1 {
    height: 190%;
  }

  .since-element {
    font-size: .8em;
  }

  .fullscreen-hero {
    padding-top: 20em;
  }

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

  .box-grid-block-2 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .restaurant-description {
    font-size: 1.2em;
  }

  .restaurant-box-wrap.in-cms-page {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .nav-black-background {
    height: 8em;
  }

  .about-restaurant-title-2 {
    font-size: 2.1em;
  }

  .about-restaurant-block {
    flex: 0 auto;
    width: 100%;
    min-width: auto;
  }

  .about-restaurant-flex {
    flex-direction: column;
    justify-content: center;
  }

  .about-restaurant-flex.with-margin {
    margin-bottom: 8em;
  }

  .about-restaurant-line {
    width: 60%;
    height: 1px;
  }

  .menu-cms-column-1 {
    width: 100%;
    min-height: auto;
    padding-top: 8em;
    padding-bottom: 6em;
    position: relative;
  }

  .drink-cms-flex {
    flex-wrap: wrap;
  }

  .drink-cms-column-2 {
    border-bottom: 1px solid var(--thistle);
    width: 100%;
    min-height: auto;
    padding: 8em 13vw;
  }

  .drink-cms-column-1 {
    width: 100%;
    height: 40em;
    min-height: auto;
    position: relative;
  }

  .meal-cms-price-block {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 3.5em;
    padding-top: 0;
  }

  .meal-content-1 {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 6em;
  }

  .meal-description-1 {
    max-width: 21em;
    margin-right: 0;
  }

  .image-size-meal {
    height: 33em;
  }

  .meal-cms-price-wrap {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .allergens-in-meal {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.2em;
  }

  .col-title-2 {
    font-size: 2.1em;
  }

  .our-story-column-2 {
    border-bottom: 1px solid var(--thistle);
    width: 100%;
    min-height: auto;
    padding: 0 13vw 8em;
  }

  .address-content-block {
    max-width: 39em;
  }

  .accordion-arrow {
    font-size: 1.6em;
  }

  .style-guide-block {
    padding: 3em;
  }

  .circle-in-list {
    width: 2.6em;
    height: 2.6em;
    margin-right: 2em;
  }

  .list-line {
    left: 1.2em;
  }

  .list-paragraph {
    font-size: 1.2em;
  }

  .list-item {
    font-size: 1em;
  }

  .list-title-2 {
    line-height: 1.5em;
  }

  ._404-hero {
    padding-top: 20em;
  }

  .restaurant-3-box-title {
    font-size: 2.3em;
  }

  .restaurant-3-column-2 {
    width: 100%;
    padding-top: 0;
  }

  .drinks-2-column-1 {
    width: 100%;
    min-height: auto;
    padding-top: 18em;
    padding-bottom: 6em;
    position: relative;
  }

  .drinks-2-inner {
    flex-wrap: wrap;
  }

  .drinks-2 {
    padding-bottom: 3em;
  }

  .restaurant-3-column-1 {
    width: 100%;
    min-height: auto;
    padding-top: 18em;
    padding-bottom: 6em;
    position: relative;
  }

  .restaurant-3-inner, .menu-cms-inner {
    flex-wrap: wrap;
  }

  .menu-cms {
    padding-bottom: 3em;
  }

  .soon {
    font-size: .7em;
    top: -.9em;
  }

  .subtitle-1 {
    font-size: 1.4em;
  }

  .preloader {
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .fullscreen-85-hero {
    padding-top: 20em;
  }

  .dropdown-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .dropdown-offer-title {
    font-size: 1.2em;
  }

  .c-testimonials-gird {
    grid-row-gap: 4em;
  }

  .revi, .p_m {
    text-align: left;
  }

  .p_m.review {
    color: #f5f5f5db;
    font-size: 15px;
  }

  .small-tile {
    text-align: left;
  }

  .pp2 {
    text-align: center;
  }

  .html-embed {
    height: 300px;
  }

  .home-footer-socicons-wrap {
    margin-top: 20px;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .seo {
    margin-bottom: 21px;
  }

  .m3 {
    height: 300px;
    padding-top: 164px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .welcome-head {
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
  }

  .section-tab-menu {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .infotext.menu, .info-title.menu {
    text-align: center;
  }

  .tab-menu {
    flex-direction: column;
    align-items: center;
  }

  .first-tab {
    width: 90%;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .first-tab.w--current {
    width: 90%;
  }

  .menu-items {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-6abs {
    top: 104px;
  }

  .menu-nts.mm1.last {
    margin-right: 4px;
  }

  .button.oo-q {
    text-align: center;
  }

  .ty2 {
    min-height: 50vh;
    padding-top: 64px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .image-33 {
    margin-bottom: 0;
  }

  .modal__close-2 {
    top: 4px;
    right: 4px;
  }

  .non {
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 479px) {
  .container.is-absolute-bottom {
    position: relative;
  }

  .nav-flex-1 {
    min-height: 3.3em;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .brand {
    font-size: .8em;
  }

  .nav-link {
    min-height: 3em;
  }

  .main-nav {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-link-cta.only-for-mobile {
    padding: .7em 1.2em;
    font-size: .7em;
  }

  .brand-claim {
    font-size: .9em;
  }

  .heading.page-hero-title {
    font-size: 4em;
  }

  .heading.page-hero-title.mobile-margin {
    margin-bottom: 1.5em;
  }

  .heading.title-style-1 {
    font-size: 30px;
  }

  .heading.contact-title {
    font-size: 3em;
  }

  .heading.menu-1-title {
    font-size: 2.5em;
  }

  .heading.hero-2-title {
    font-size: 2.8em;
  }

  .heading.hero-title-1 {
    font-size: 3em;
  }

  .heading.reservation-title-2 {
    margin-bottom: 1em;
    font-size: 3.6em;
  }

  .heading.story-title-1 {
    font-size: 1.8em;
  }

  .heading.hero-about-title {
    margin-bottom: .5em;
    line-height: 1.3em;
  }

  .heading.hero-gallery-title {
    font-size: 3.5em;
    line-height: 1.3em;
  }

  .heading.content-title-1 {
    font-size: 4em;
  }

  .heading.drinks-3-title-2 {
    font-size: 2.1em;
  }

  .heading.page-hero-title-2 {
    font-size: 3em;
  }

  .heading.restaurant-hero-title-2 {
    margin-bottom: 1em;
    font-size: 3.5em;
  }

  .heading.content-title-2 {
    font-size: 3em;
  }

  .heading.menu-cms-title {
    font-size: 2.8em;
  }

  .heading.restaurant-cms-title {
    font-size: 4em;
  }

  .heading.is-gallery-title {
    margin-bottom: 1.2em;
    font-size: 3em;
  }

  .heading._404-title {
    font-size: 4em;
  }

  .heading.hero-3-title {
    margin-bottom: 1.5em;
  }

  .heading.drinks-2-title, .heading.restaurant-3-title {
    font-size: 2.8em;
  }

  .heading.restaurant-3-title-2, .heading.white {
    font-size: 3em;
  }

  .scroll-link-block {
    font-size: .8em;
  }

  .home-3-menu-list {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .home-3-menu-link {
    padding: 30px;
  }

  .home-3-menu {
    width: 100%;
  }

  .main-button.in-contact-address {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .main-button-element {
    font-size: .6em;
  }

  .main-button-icon {
    font-size: 1.7em;
  }

  .grid-block-image {
    height: 25em;
  }

  .grid-block-image.min {
    height: 35em;
  }

  .restaurant-grid-block {
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .restaurant-grid-block.with-green-background {
    padding-left: 0;
    padding-right: 0;
  }

  .restaurant-grid-block.is-address {
    padding-bottom: 6.5em;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .box-paragraph {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }

  .contact-grid-paragraph {
    font-size: 1.2em;
  }

  .gallery-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .max-width-block-57em.with-margin-6em, .max-width-block-57em.max1200 {
    margin-bottom: 4em;
  }

  .burger-icon {
    margin-right: .5em;
  }

  .menu-title {
    font-size: .6em;
  }

  .nav-flex-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .booking-column-2 {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .booking-column-1 {
    width: 86%;
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .image-animation-trigger._3d-for-image.about02 {
    height: 105%;
  }

  .text-field {
    padding-left: 6.5em;
  }

  .field-label {
    left: 1.2em;
  }

  .submit-form-button {
    background-position: 7%;
    width: 100%;
    margin-top: .8em;
    padding: 1.6em 1.5em;
    font-size: 1em;
  }

  .booking-content-block {
    width: 90%;
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .footer-nav {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-subnav.with-border-mobile {
    border-bottom: 1px solid #e2d6d854;
    margin-bottom: 2em;
    padding-bottom: 2em;
  }

  .footer-made-link {
    padding: 3em 1em;
  }

  .footer-made-links {
    width: 105%;
  }

  .footer-row {
    padding-top: 5em;
  }

  .footer-small-link {
    margin-top: .2em;
    margin-bottom: .2em;
    padding-left: 1.3em;
    padding-right: 1.3em;
  }

  .menu-title-name {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .menu-content {
    text-align: center;
    flex-flow: column wrap;
    justify-content: center;
    margin-bottom: .7em;
  }

  .menu-price-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .menu-description {
    margin-bottom: .6em;
    font-size: 1.1em;
  }

  .menu-lightbox.in-drinks {
    max-width: none;
  }

  .menu-lightbox.in-menu {
    border-radius: .4em;
    width: 100%;
    height: 8em;
    margin-bottom: 1.5em;
    margin-right: 0;
  }

  .menu-content-2 {
    flex-wrap: wrap;
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .menu-title-wrap-2 {
    max-width: none;
  }

  .menu-description-5 {
    font-size: 1.1em;
  }

  .menu-price-wrap-2 {
    flex-wrap: wrap;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .menu-title-name-2 {
    margin-bottom: .6em;
  }

  .contact-reservation-link {
    border-top: 1px solid var(--misty-rose);
    border-left-width: 0;
    flex: 0 auto;
    width: 100%;
    height: 5em;
    inset: auto 0% 0%;
  }

  .contact-reservation-inner {
    transform: none;
  }

  .restaurant-title-4 {
    font-size: 1.7em;
  }

  .restaurant-grid-4 {
    padding: 2.4em 6vw;
  }

  .day {
    letter-spacing: .1em;
  }

  .hours-line {
    display: none;
  }

  .contact-grid-2 {
    padding-bottom: 57px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .contact-grid-block-2 {
    padding: 3em;
  }

  .scroll-down-flex-2 {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .hero-socials {
    margin-bottom: 2.5em;
  }

  .image-size-gallery {
    height: 23em;
    margin-bottom: 2em;
  }

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

  .menu-price-block-3 {
    font-size: 1em;
  }

  .menu-description-3 {
    font-size: 1.1em;
  }

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

  .menu-description-4 {
    font-size: 1.1em;
  }

  .menu-3-title-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

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

  .grid-block-2 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .modern-button {
    font-size: .9em;
  }

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

  .hero-1-menu-item {
    width: 75vw;
  }

  .box-grid-block {
    width: 83%;
    margin: .6em auto;
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .hero-1 {
    height: 80vh;
    padding-top: 13em;
  }

  .hero-2-column-1 {
    grid-template-columns: 1fr;
    padding-top: 14.5em;
  }

  .hero-2-menu-list {
    grid-template-columns: 1fr;
  }

  .form-block-2 {
    padding: 3em 5vw;
  }

  .drink-description {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .drink-content {
    text-align: center;
    width: 100%;
  }

  .drink-title {
    text-align: center;
  }

  .menu-2-block-detail {
    flex: 1;
    min-width: auto;
  }

  .menu-lightbox-circle {
    border-radius: .4em;
    width: 100%;
    height: 6em;
    margin-bottom: 1.4em;
    margin-right: 0;
  }

  .menu-title-block {
    text-align: center;
    width: 100%;
    min-width: auto;
  }

  .in-numbers-block {
    max-width: 19em;
    margin-top: .6em;
    margin-bottom: .6em;
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .restaurants-grid {
    grid-column-gap: 2.5em;
    grid-row-gap: 4.75em;
  }

  .footer-2-main-link {
    padding-top: .1em;
    padding-bottom: .1em;
    font-size: 3.3em;
  }

  .footer-links {
    flex-direction: column;
  }

  .drinks-3-menu-list {
    grid-template-columns: 1fr;
  }

  .drinks-3-image-1 {
    width: 70%;
    height: 160%;
  }

  .since-title {
    margin-bottom: .2em;
    font-size: 1.1em;
  }

  .since-year {
    font-size: .7em;
  }

  .since-element {
    font-size: .6em;
  }

  .fullscreen-hero {
    padding-top: 18em;
  }

  .fullscreen-hero.with-buttons {
    padding-bottom: 3.5em;
  }

  .grid-information {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
  }

  .box-grid-block-2 {
    width: 87%;
  }

  .restaurant-description {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }

  .restaurant-box-flex {
    width: 100%;
    margin-bottom: 0;
  }

  .restaurant-box-wrap {
    padding-bottom: 0;
  }

  .nav-black-background {
    height: 7.1em;
  }

  .restaurant-border {
    width: 94%;
    height: 94%;
  }

  .scroll-down-button-2, .scroll-down-button-2:hover {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .menu-cms-column-1 {
    grid-template-columns: 1fr;
    padding-top: 14.5em;
  }

  .image-size-meal {
    height: 23em;
  }

  .our-story-column-2 {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .address-content-block {
    margin-bottom: 0;
  }

  .style-guide-block {
    border-width: 0 0 1px;
    border-color: #0000 #0000 #858899;
    padding: 0 0 5em;
  }

  .circle-in-list {
    width: 2.3em;
    height: 2.3em;
    margin-right: 1.5em;
  }

  .list-line {
    left: 1.1em;
  }

  .accordion-circle {
    width: 3.5em;
    margin-right: .6em;
  }

  .custom-list-gallery {
    max-width: 22em;
  }

  .utility-page-content {
    width: 86%;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .submit-password-button {
    width: 100%;
    margin-top: .8em;
    padding-top: 1.9em;
    padding-bottom: 1.9em;
  }

  .password-text-field {
    padding-left: 6.5em;
  }

  .password-field-label {
    left: 1.2em;
  }

  .restaurant-3-box-title {
    font-size: 1.9em;
  }

  .restaurant-3-box-list {
    grid-template-columns: 1fr;
  }

  .allergens-cms {
    margin-bottom: 2.5em;
  }

  .drinks-2-column-1, .restaurant-3-column-1 {
    grid-template-columns: 1fr;
    padding-top: 14.5em;
  }

  .preloader-image-block {
    width: 80vw;
  }

  .fullscreen-85-hero {
    padding-top: 18em;
  }

  .dropdown-offer-title {
    font-size: 1em;
  }

  .right-arrow, .slide-nav-2 {
    display: none;
  }

  .slide-content {
    height: 100%;
  }

  .left-arrow {
    display: none;
  }

  .hero-slider {
    margin-top: 0;
    position: static;
  }

  .slide-img {
    height: 60vh;
  }

  .slide-img.new2, .slide-img.new7, .slide-img.new5 {
    height: 100%;
  }

  .slide-img.new3 {
    background-position: 60%;
    height: 100%;
  }

  .slide-img.new4 {
    height: 100%;
  }

  .c-testimonials-gird {
    grid-column-gap: 1em;
    grid-row-gap: 5em;
  }

  .c-testimonials-text-wrapper {
    align-items: center;
  }

  .c-star {
    width: 21px;
    height: 21px;
  }

  .none.type-color {
    margin-top: 0;
    margin-bottom: 0;
  }

  .revi, .p_m.review {
    text-align: center;
  }

  .testimonial {
    margin-top: 0;
    margin-bottom: 0;
  }

  .small-tile {
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
  }

  .pp1 {
    margin-top: .9em;
    margin-bottom: 2.5em;
  }

  .footer-2 {
    padding-bottom: 19px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .m3 {
    height: auto;
    padding: 109px 30px 36px;
  }

  .intro-container {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .welcome-head {
    text-align: center;
    font-size: 22px;
    line-height: 35px;
  }

  .section-tab-menu {
    padding-bottom: 50px;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .infotext.up {
    text-align: center;
    font-size: 14px;
  }

  .infotext.top {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .infotext.c, .infotext.menu {
    text-align: center;
    font-size: 14px;
  }

  .info-title {
    margin-top: 0;
  }

  .info-title.happy {
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
  }

  .info-title.menu {
    text-align: center;
    letter-spacing: 1px;
    font-size: 15px;
  }

  .tab-menu {
    flex-direction: column;
    align-items: center;
  }

  .menu-box {
    margin-bottom: 39px;
  }

  .fix {
    font-size: 22px;
  }

  .heading-2 {
    font-size: 42px;
    line-height: 45px;
  }

  .heading-2.title01 {
    font-size: 28px;
  }

  .first-tab {
    text-align: center;
    border: 1px solid #cfd6a4;
    width: 90%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .heading-tab-fourth {
    width: auto;
  }

  .menu-6abs {
    padding-top: 5px;
    padding-bottom: 0;
    padding-left: 0;
    top: 101px;
  }

  .menu-nts {
    min-width: 0;
    font-size: 12px;
  }

  .menu-nts.mm1 {
    height: auto;
    margin: 5px;
    padding: 4px 7px;
    font-size: 11px;
  }

  .menu-nts.mm1.last {
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-lbutton-layout-3-blog {
    letter-spacing: 0;
    font-size: 12px;
  }

  .text-lbutton-layout-3-blog.mm4 {
    text-transform: lowercase;
    font-size: 13px;
  }

  .button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button.oo-q {
    margin: 5px;
  }

  .ty2 {
    height: auto;
    padding: 75px 30px 36px;
  }

  .modal-2 {
    padding: 11px;
  }

  .modal__body {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-8 {
    object-fit: cover;
    height: auto;
  }

  .image-33 {
    object-fit: cover;
  }

  .modal__close-2 {
    z-index: 3;
    width: 35px;
    height: 35px;
    top: 4px;
    right: 4px;
  }

  .image-34 {
    filter: contrast(200%) invert();
  }
}

#w-node-_1a765fd3-98d6-94c3-a12a-b9eb6e7ba4ac-abb1f303, #w-node-_1a765fd3-98d6-94c3-a12a-b9eb6e7ba4b1-abb1f303, #w-node-_1a765fd3-98d6-94c3-a12a-b9eb6e7ba4be-abb1f303, #w-node-_1a765fd3-98d6-94c3-a12a-b9eb6e7ba4c8-abb1f303, #w-node-a9db00ed-0e5a-f52d-ffe9-cd9a0f725b24-abb1f303, #w-node-e48ad10f-3ec7-f534-920c-a5ddcd7659d1-abb1f303, #w-node-_42e6b40c-61ee-c8ae-12aa-45c0d64bbe5f-abb1f303, #w-node-_1d14746f-5c42-f7e3-9d7d-459f3a2796a4-abb1f303, #w-node-fa9eb9e0-a89c-dca9-89c8-b856da622756-abb1f303, #w-node-_1993f331-e246-b213-3046-a961b651ee65-abb1f303, #w-node-_2f99bf9d-16de-90ea-5f7f-ef3ad0544d6e-abb1f303, #w-node-_1993f331-e246-b213-3046-a961b651ee69-abb1f303, #w-node-_1993f331-e246-b213-3046-a961b651ee75-abb1f303, #w-node-_419ba271-6abc-d9b8-820c-fbbdfe571a1c-abb1f303, #w-node-_1993f331-e246-b213-3046-a961b651ee6d-abb1f303, #w-node-_1993f331-e246-b213-3046-a961b651ee71-abb1f303, #w-node-_1993f331-e246-b213-3046-a961b651ee79-abb1f303, #w-node-_00ff3c4b-b8bb-30f3-28e5-65cafd0cf13f-abb1f303, #w-node-_89e6efcb-e83f-d1d6-f1f4-f99a67a81887-abb1f303, #w-node-b189ca51-8472-87f0-b110-808dfdfec399-abb1f303, #w-node-_40b9a07d-fda4-7b24-b089-360933c0f0a6-abb1f303, #w-node-_1993f331-e246-b213-3046-a961b651ee81-abb1f303, #w-node-_7f9098b8-d74d-4d96-0e76-6d555d46baa7-abb1f303, #w-node-_1993f331-e246-b213-3046-a961b651ee7d-abb1f303, #w-node-_55981941-203e-ec0a-d547-813136c751ab-abb1f303, #w-node-d0cc4828-0f69-72f2-c49f-3bf96fd74e2f-abb1f303, #w-node-d0cc4828-0f69-72f2-c49f-3bf96fd74e43-abb1f303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-d966ecc9-f1b7-1ef5-0b9b-92fddf1a19c9-abb1f303, #w-node-d966ecc9-f1b7-1ef5-0b9b-92fddf1a19e0-abb1f303 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1a765fd3-98d6-94c3-a12a-b9eb6e7ba4c8-abb1f303 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a9db00ed-0e5a-f52d-ffe9-cd9a0f725b24-abb1f303 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fa9eb9e0-a89c-dca9-89c8-b856da622756-abb1f303 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d966ecc9-f1b7-1ef5-0b9b-92fddf1a19c9-abb1f303 {
    grid-column: span 3 / span 3;
    justify-self: center;
  }

  #w-node-a9db00ed-0e5a-f52d-ffe9-cd9a0f725b24-abb1f303 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


