:root {
  --red: #3a0012;
  --white: white;
  --new-red: #311617;
  --2: #695655;
  --3: #bfadab;
  --1: #1b1514;
  --black: black;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--white: white;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

strong {
  font-weight: 600;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heading-jumbo {
  text-transform: lowercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: trajan-pro-3, sans-serif;
  font-size: 64px;
  line-height: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

.button:active {
  background-color: #43464d;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  font-size: 15px;
}

.divider {
  background-color: #845a38;
  width: 100%;
  height: 1px;
}

.divider.bottom {
  background-color: #845a38;
  margin-top: .2em;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: var(--red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.field-label {
  z-index: 10;
  color: #302627;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2em;
  position: static;
  top: 15.8203px;
  left: 10px;
}

.text-field-3 {
  text-align: left;
  background-color: #fff;
  border: 1px solid #11111114;
  border-radius: .2em;
  width: 100%;
  height: 3.5em;
  margin-bottom: 0;
  padding: 1em;
  font-weight: 400;
  transition: border-color .2s, background-color .2s;
}

.text-field-3:hover {
  border-color: #85696c;
}

.text-field-3:focus {
  background-color: #f5f0f1;
  border-color: #85696c;
}

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

.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;
  top: 36px;
  right: 1.2em;
}

.section-scroll {
  z-index: 5;
  background-color: #10100e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.glow-text-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.glow-text-wrapper.scroll-new {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  position: fixed;
}

.glow-text {
  letter-spacing: .025em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f2d173, #d99202 84%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.glow-text.is-copy {
  pointer-events: auto;
  color: #fff;
  text-align: center;
  letter-spacing: 16px;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-left: 14px;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.glow-text.is-title {
  pointer-events: auto;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: trajan-pro-3, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.bottom-gradient {
  z-index: 2;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  height: 24%;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.scroll-sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  top: 0;
  overflow: clip;
}

.scroll-size {
  z-index: 50;
  width: 100%;
  position: relative;
}

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

.section-bg-overlay-color-2 {
  z-index: 49;
  background-color: #00000038;
  position: absolute;
  inset: 0%;
}

.section-3 {
  z-index: 10;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

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

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

.heading-2.title-style-1 {
  text-align: center;
  font-size: 5.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-2.hero-about-title {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 33px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1em;
}

.heading-2.hero-about-title.nre-font {
  text-transform: uppercase;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
  line-height: 52px;
}

.heading-2.hero-about-title.holiday {
  margin-bottom: 10px;
}

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

.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._3d-for-image {
  position: absolute;
}

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

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

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

.cover-image.bottom {
  object-position: 50% 10%;
}

.cover-image.fix {
  object-position: 60% 0%;
}

.cover-image.midd {
  object-position: 50% 70%;
}

.cover-image.out {
  object-position: 50% 85%;
}

.animation-color-bg {
  z-index: 15;
  background-color: #f3eeef;
  height: 150%;
  display: none;
  position: absolute;
  left: 0%;
  right: 0%;
}

.grid-block-2 {
  z-index: 20;
  color: #fff;
  text-align: center;
  background-color: #85696c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10em;
  margin-bottom: 10em;
  padding: 10em 8em;
  display: flex;
  position: relative;
  left: -10em;
}

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

.max-width-block-5.none-space {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: none;
}

.max-width-block-5.none-space.real {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

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

.box-paragraph {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 2em;
}

.main-button {
  color: #1d6161;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 800;
  display: flex;
  position: relative;
}

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

.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: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #461e1e8a;
  border: 1px #ffffff61;
  padding: 1.4em 3em;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  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 {
  color: var(--white);
  letter-spacing: .25em;
  background-color: #72707070;
  border-color: #fff9;
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.gallery-wrap {
  z-index: 1;
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  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;
}

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

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

.gallery-background {
  z-index: 3;
  background-color: #31161778;
  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;
}

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

.section-4.overflow-visible {
  background-color: #fff;
  padding: 15px;
  overflow: visible;
}

.section-4.overflow-visible.white-nav-class {
  margin-top: 75px;
}

.section-4.gift-card-sec {
  background-color: #fff;
  margin-top: 75px;
  padding: 15px;
  overflow: visible;
}

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

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

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

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

.grid.gallery-grid {
  grid-template-columns: 1fr;
}

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

.restaurant-grid-block {
  background-color: var(--new-red);
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5em;
  display: flex;
  position: relative;
}

.restaurant-grid-block.dress-sec {
  background-color: #3116171c;
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/empire-state-_show1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 50px;
}

.restaurant-grid-block.new-holder {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.restaurant-grid-block.logo-back {
  background-image: linear-gradient(#311617e0, #311617e0), url('../images/r-1-1.png');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 200px;
  background-attachment: scroll, fixed;
}

.rt-about-two-expert-content {
  max-width: 484px;
  margin-top: 24px;
  margin-bottom: 42px;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 300;
}

.rt-about-two-expert-content.none {
  margin-bottom: 0;
}

.rt-about-two-expert-content.spacing {
  margin-top: 10px;
  margin-bottom: 24px;
}

.rt-about-two-expert-content._26 {
  margin: 0 auto 8px;
}

.rt-about-two-expert-content.promo {
  background-color: #eeddb345;
  border: 1px solid #e6cc8b;
  margin: 17px auto;
  padding: 10px;
}

.rt-about-two-expert-content.press-txt {
  color: #ebd9d7;
  text-align: center;
  max-width: 550px;
  margin-top: 15px;
  margin-bottom: 45px;
}

.rt-about-two-exper-heading {
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.rt-about-two-exper-heading.redhead {
  color: var(--new-red);
}

.rt-about-two-expert-content-block {
  color: var(--new-red);
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.button-8 {
  z-index: 20;
  color: #000;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #868686;
  border-radius: 50px;
  margin-bottom: 2.5%;
  margin-right: 0%;
  padding: 20px 30px;
  font-size: 17px;
  position: relative;
  inset: auto 0% 0% auto;
}

.button-8:hover {
  color: #fff;
  background-color: #133a28;
  border-color: #133a28;
}

.button-8.ss {
  z-index: 10;
  background-color: var(--new-red);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-style: none;
  border-radius: 0;
  margin-bottom: 0%;
  padding: 9px 22px;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition-property: background-color;
  transition-duration: .4s;
  position: relative;
}

.button-8.ss:hover {
  background-color: var(--2);
}

.button-8.ss.flip {
  border-style: solid;
  border-color: var(--3);
  font-size: 15px;
}

.button-8.ss.flip:hover {
  border-color: var(--3);
  background-color: var(--2);
}

.button-8.menu-pages {
  z-index: 10;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #311617;
  border-style: none;
  border-radius: 0;
  margin-bottom: 0%;
  padding: 6px 17px;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 15px;
  font-weight: 300;
  transition-property: background-color;
  transition-duration: .4s;
  position: relative;
}

.button-8.menu-pages:hover, .button-8.menu-pages.w--current {
  background-color: var(--2);
}

.button-8.menu-pages.holidy {
  background-color: #923203;
}

.button-9 {
  z-index: 20;
  color: #000;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #868686;
  border-radius: 50px;
  margin-bottom: 2.5%;
  margin-right: 0%;
  padding: 20px 30px;
  font-size: 17px;
  position: relative;
  inset: auto 0% 0% auto;
}

.button-9:hover {
  color: #fff;
  background-color: #133a28;
  border-color: #133a28;
}

.button-9._2 {
  z-index: 10;
  color: #fff;
  letter-spacing: .5px;
  background-color: #fff0;
  border-width: 0;
  border-color: #86868600;
  margin-left: 0%;
  margin-right: 0%;
  padding: 20px 14px 19px 0;
  font-size: 18px;
  position: relative;
  inset: auto auto 0% 0%;
}

.button-9._2.sss {
  color: var(--1);
  background-image: url('../images/right-arrow-black_1right arrow black.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 11px;
  margin-bottom: 0%;
  margin-left: 0%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.button-9._2.sss:hover {
  padding-right: 26px;
}

.div-block-66 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer {
  z-index: 5;
  background-color: var(--new-red);
  background-image: linear-gradient(90deg, var(--1), #311617e8), url('../images/r-1-1.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 230px;
  position: relative;
}

.section-5 {
  margin-left: 30px;
  margin-right: 30px;
}

.section-5.mod--footer {
  margin-left: 0;
  margin-right: 0;
  padding: 50px 50px 16px;
}

.footer__columns {
  grid-column-gap: 5rem;
  margin-bottom: 2rem;
  display: flex;
}

.footer__col {
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer__text-title {
  color: #fff;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.footer__link {
  opacity: 1;
  color: #f8e5e2;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 15px;
  font-weight: 200;
  text-decoration: none;
}

.footer__link:hover {
  opacity: .63;
  color: #fff;
}

.footer__link.tt:hover {
  opacity: 100;
  color: #f8e5e2;
}

.footer__wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.text-size-regular {
  color: #f8e5e2;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 200;
}

.text-size-regular.opacity60 {
  font-size: 15px;
  font-weight: 200;
}

.paragraph-17 {
  margin-bottom: 0;
}

.code-embed-2 {
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 300;
}

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

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

.fullscreen-hero.with-buttons {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  min-height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
}

.fullscreen-hero.with-buttons.full {
  min-height: 100vh;
}

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

.fullscreen-overlay-color {
  z-index: 9;
  position: absolute;
  inset: 0%;
}

.fullscreen-overlay-color.yes {
  background-color: #31161775;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fullscreen-overlay-color.yes.thanks {
  color: #fff;
  text-align: center;
  background-color: #31161780;
}

._3d-block-2 {
  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;
}

.animation-color-bg-2 {
  z-index: 15;
  background-color: #f3eeef;
  height: 150%;
  display: none;
  position: absolute;
  left: 0%;
  right: 0%;
}

.animation-color-bg-2.in-home-section {
  background-color: var(--new-red);
}

.section-7 {
  background-color: var(--new-red);
  padding: 60px;
}

.menu_base {
  background-color: #fff;
  border-bottom: 1px #225527;
  border-radius: 3px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 60px 54px;
  font-size: 16px;
}

.menu_base.below {
  margin-top: 50px;
}

.menu_wrapper {
  border: 3px #225527;
  padding: 0 2em 2em;
  display: flex;
}

.menu_wrapper.hidden {
  color: #2e2d2c;
  border: 3px #225527;
  flex-wrap: wrap;
  padding: 0;
  display: flex;
}

.menu-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 1em;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.col_wrapper {
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col_wrapper.cafe {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.subhead {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 57px;
  display: flex;
  position: relative;
}

.subhead.ampm {
  margin-top: 0;
  margin-bottom: 0;
}

.list_title {
  color: #845a38;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  padding: 0 .5em 4px;
  font-family: Playfair Display, sans-serif;
  font-size: 25px;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list_title.thanks {
  color: #923203;
}

.food-menu-item-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  width: 100%;
  margin-top: 17px;
  display: grid;
}

.food-menu-item {
  outline-offset: -1px;
  color: #321611;
  text-align: center;
  background-color: #0000;
  outline: 1px #fcf7f1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
}

.food-menu-item:hover, .food-menu-item:active, .food-menu-item:focus {
  outline-offset: -1px;
  outline: 1px #fcf7f1;
}

.food-menu-title-content {
  flex-direction: column;
  margin-right: 0;
  display: flex;
  position: relative;
}

.heading-3 {
  font-weight: 400;
}

.heading-3.h6 {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4em;
}

.heading-3.h6.green-300 {
  color: var(--1);
  letter-spacing: .5px;
  text-transform: uppercase;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-12 {
  color: #000000e3;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 25px;
}

.paragraph-12.holiday2 {
  color: #ffffffe3;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}

.form-error-message {
  background-color: #ffccd5;
  border: 1px solid #c9184a;
  padding: 2em;
  font-family: avenir-lt-pro, sans-serif;
}

.newsletter-block {
  width: 100%;
  padding: 0;
  transition: border-color .2s;
  position: relative;
}

.newsletter-block:hover {
  border-color: #12042c0f;
}

.newsletter-text-2 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.newsletter-form-inner {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-error-paragraph {
  color: #191c1f;
  font-weight: 300;
  line-height: 1.6;
}

.contact-us-card-description-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 3px;
  margin-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.form-success-title-2 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2em;
}

.newsletter {
  z-index: 50;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#00000091, #00000091), url('../images/wine_and_food.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 103px 50px;
  display: flex;
  position: relative;
}

.newsletter-title-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.newsletter-submit-button {
  z-index: 6;
  background-color: var(--new-red);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-image: url('../images/east_white_24dp.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 1.1em;
  border-radius: .3em;
  padding: .9em 3.6em .9em 2.3em;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: background-position .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  position: relative;
}

.newsletter-submit-button:hover {
  background-color: #000;
  background-position: 89%;
}

.newsletter-grid {
  grid-column-gap: 1.9em;
  grid-row-gap: 1.9em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.text-field-4 {
  color: #959595;
  border: 1px #d3d3d3;
  border-radius: 0;
  height: 54px;
  margin-bottom: 30px;
  padding-left: 60px;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 400;
  transition: border .2s;
}

.text-field-4:hover, .text-field-4:focus {
  border-color: #3da4ff;
}

.text-field-4._50 {
  color: #272727;
  background-image: url('../images/Name_1Name.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 52px;
  width: 95%;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
  transition: border .2s;
}

.text-field-4._50::placeholder {
  color: #00000085;
}

.text-field-4.name {
  color: #272727;
  text-transform: none;
  background-image: url('../images/Name_1Name.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 52px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
  transition: border .2s;
}

.text-field-4.name::placeholder {
  color: #00000085;
}

.text-field-4.message {
  color: #272727;
  height: 120px;
  margin-bottom: 15px;
  padding-top: 16px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 300;
}

.text-field-4.message::placeholder {
  color: #00000085;
}

.text-field-4.date {
  color: #272727;
  background-image: url('../images/603f2af8e5788c12a5ae56f2_Name_1603f2af8e5788c12a5ae56f2_Name.png');
  background-repeat: no-repeat;
  background-size: 52px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
}

.text-field-4.date::placeholder {
  color: #00000085;
}

.text-field-4.email {
  color: #272727;
  background-image: url('../images/Email-1_1Email (1).png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 52px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
}

.text-field-4.email::placeholder {
  color: #00000085;
}

.text-field-4.mobile {
  color: #272727;
  background-image: url('../images/Mobile-1_1Mobile (1).png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 52px;
  width: 100%;
  min-width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
}

.text-field-4.mobile::placeholder {
  color: #00000085;
}

.form-success-message-1 {
  color: #fff;
  background-color: #3d1091;
  width: 100%;
  padding: 10em 3em;
}

.form-success-message-1.is-newsletter {
  background-color: #000;
  padding-top: 2em;
  padding-bottom: 2em;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 300;
}

.newsletter-form {
  z-index: 10;
  border-bottom: 1px solid #12042c26;
  flex: none;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  transition: background-color .2s, border-color .2s;
  position: relative;
}

.choice {
  color: #000000e3;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: -10px;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 25px;
}

.title-bold {
  font-family: Playfair Display, sans-serif;
}

.form-2 {
  font-size: 15px;
}

.div-block-40 {
  width: 100%;
}

.form-block-3 {
  margin-bottom: 0;
  font-size: 15px;
}

.form-block-3.light-back {
  background-color: #31161726;
  margin-top: 20px;
  padding: 15px;
}

.success-message-2 {
  background-color: #0000;
}

.submit {
  background-color: var(--3);
  color: var(--new-red);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: background-color .4s;
}

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

.submit.dark {
  background-color: var(--new-red);
  color: #eedfdd;
}

.text-block-6 {
  margin-bottom: 22px;
  font-size: 15px;
}

.div-block-39 {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.checkmark {
  margin-bottom: 0;
}

.dress-code {
  z-index: 10;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  display: flex;
  position: relative;
}

.dress {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 300;
}

.menu-buttons-holder {
  z-index: 5;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: grid;
  position: sticky;
  top: 75px;
}

.text-block-7 {
  color: #695655;
  text-align: center;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

.text-block-7.light {
  color: var(--3);
  margin-bottom: 0;
}

.text-block-7.bigger {
  color: var(--3);
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
}

.ga-holder {
  color: var(--new-red);
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 50px 50px;
}

.gallery-wrap-2 {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1000px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.gallery-lightbox-2 {
  z-index: 4000;
  aspect-ratio: 1;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-lightbox-2.long, .gallery-lightbox-2.hori {
  aspect-ratio: auto;
}

.flex-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 0;
}

.aldin-image {
  color: var(--new-red);
  text-align: center;
  max-width: 400px;
  margin: 23px auto 0;
  font-family: Playfair Display, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.div-block-67 {
  text-align: center;
  background-image: url('../images/Asset-24x.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #d7be8e;
  border-radius: 9px;
  width: 100%;
  padding: 50px 50px 230px;
}

.image-wrap {
  z-index: 1;
  perspective: 1000px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.shine {
  opacity: .6;
  filter: blur(60px);
  background-color: #fff;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  position: absolute;
}

._100-w {
  color: var(--new-red);
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.gift-btns {
  z-index: 5;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 350px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: sticky;
  top: 75px;
}

.padding-text {
  max-width: 484px;
  margin-top: 16px;
  margin-bottom: 9px;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 300;
}

.contact-us-flex-block-2 {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 14px;
  text-decoration: none;
  display: flex;
}

.contact-icon-3 {
  filter: brightness(51%) sepia();
  max-width: 20px;
  max-height: 20px;
  margin-top: 4px;
}

.contact-us-card-description-3 {
  color: var(--new-red);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 300;
  line-height: 28px;
}

.link-contact {
  color: var(--new-red);
  font-weight: 200;
  text-decoration: none;
  transition: opacity .4s;
}

.link-contact:hover {
  opacity: .47;
}

.rt-footer-three-logo-and-social-media {
  padding-top: 8px;
}

.rt-footer-three-social-media-icons {
  background-color: var(--new-red);
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: background-color .3s;
  display: flex;
}

.rt-footer-three-social-media-icons:hover {
  background-color: var(--2);
}

.rt-footer-three-social-media-icons-wrap {
  grid-column-gap: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.div-block-68 {
  width: 484px;
  height: 1px;
}

.code-embed-4 {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.rich-text-2.mod--legal {
  color: #f5e2e2;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.rich-text-2.mod--legal strong {
  color: #fff;
  font-weight: 700;
}

.rich-text-2.mod--legal p {
  color: #ffefef;
}

.rich-text-2.mod--legal h2 {
  margin-top: 20px;
  font-size: 25px;
  line-height: 35px;
}

.rich-text-2.mod--legal a, .link-10 {
  color: #fff;
  text-decoration: none;
  display: inline;
}

.link-10:hover {
  opacity: .66;
  color: #fff;
}

.booking-logo {
  transition-duration: .425s;
}

.booking-logo:hover {
  opacity: .5;
}

.code-embed-5 {
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 400;
}

.slider {
  z-index: 5;
  background-color: var(--new-red);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slide-2 {
  background-image: url('../images/Party_Setup_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Party_Setup_1_.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Party_Table_food-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav-2 {
  font-size: 12px;
}

.award_logo {
  background-color: #3a1d1f;
  border-radius: 5px;
  padding: 20px;
}

.award_logo.is-behance {
  height: 4rem;
}

.award_logo.is-bigger {
  height: 7rem;
}

.award_logo.is-awwwards {
  height: 1.5rem;
}

.award_logo.is-designrush {
  height: 10rem;
}

.section {
  background-color: #000;
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
  position: relative;
}

.section.is-neutral0 {
  color: #0e1017;
  background-color: #fafbfb;
}

.section.is-neutral0.is-logos {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.logos_left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.image-4 {
  object-fit: cover;
}

.text-color-grey {
  color: #fbf9fccc;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
}

.text-size-large {
  color: #f7fdff;
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
}

.card_line {
  background-color: #fff;
  width: 10%;
  height: .125rem;
  margin-top: 11px;
  margin-bottom: 11px;
}

.gallery-sec {
  z-index: 2;
  background-color: var(--new-red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 50px 80px;
  display: flex;
  position: relative;
}

.card_scroll {
  z-index: -1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--new-red);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.card_information {
  max-width: 19rem;
  position: relative;
}

.card_img {
  background-color: #3a1d1f;
  border: 1px #1d1b1d;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 10rem;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_img:hover {
  opacity: 1;
}

.card_front-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.card_component {
  grid-column-gap: 1em;
  grid-row-gap: 1rem;
  color: #5cb8d4;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  min-width: 15rem;
  padding: 0;
  font-family: avenir-lt-pro, sans-serif;
  text-decoration: none;
  transition: opacity .425s;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card_component:hover {
  opacity: .65;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.cards {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  max-width: 1000px;
  display: grid;
  position: relative;
}

.card_logo {
  width: 7.5rem;
}

.card_logo.is-nyt {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

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

.div-block-60 {
  z-index: 1;
  -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-6 {
  margin-bottom: 20px;
}

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

.modal__close {
  opacity: 1;
  filter: brightness(200%);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.modal__close:hover {
  opacity: 1;
}

.image-26 {
  filter: brightness(200%);
}

.div-block-69 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-span-30 {
  font-size: 10px;
}

.text-span-31 {
  font-size: 11px;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }

  .restaurant-grid-block.dress-sec {
    padding-left: 6.2em;
    padding-right: 6.2em;
  }

  .div-block-67 {
    padding-bottom: 252px;
  }
}

@media screen and (min-width: 1920px) {
  .cards {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1350px;
  }
}

@media screen and (max-width: 991px) {
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .button {
    justify-content: center;
  }

  .heading-2.title-style-1 {
    font-size: 4.5em;
  }

  .heading-2.hero-about-title {
    font-size: 30px;
  }

  .heading-2.hero-about-title.nre-font {
    max-width: 90%;
    line-height: 45px;
  }

  .cover-image.bottom {
    object-position: 90% 50%;
  }

  .grid-block-2 {
    padding-left: 5em;
    padding-right: 5em;
    left: -5.5em;
  }

  .max-width-block-5 {
    max-width: none;
  }

  .gallery-button {
    font-size: 15px;
  }

  .gallery-lightbox {
    height: 10em;
  }

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

  .grid.gifts, .grid.one {
    grid-template-columns: 1fr;
  }

  .grid-block-image {
    min-height: 35em;
  }

  .grid-block-image.hide-m._25 {
    display: none;
  }

  .restaurant-grid-block {
    padding: 50px;
  }

  .restaurant-grid-block.dress-sec {
    padding-top: 50px;
  }

  .restaurant-grid-block.logo-back {
    background-image: linear-gradient(to bottom, null, null), url('../images/r-1-1.png');
    background-attachment: scroll, scroll;
  }

  .rt-about-two-expert-content {
    max-width: none;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .rt-about-two-expert-content._26 {
    margin-bottom: 0;
  }

  .rt-about-two-expert-content.press-txt {
    margin-bottom: 30px;
  }

  .rt-about-two-expert-content-block {
    max-width: none;
    padding: 50px;
  }

  .rt-about-two-expert-content-block.c-page {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-66 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap-reverse;
  }

  .footer__columns {
    grid-column-gap: 2rem;
  }

  .fullscreen-hero {
    min-height: auto;
    padding-top: 20em;
  }

  .fullscreen-hero.with-buttons {
    min-height: 40vh;
  }

  .section-7 {
    padding: 50px;
  }

  .menu_base {
    padding: 50px 45px 45px;
  }

  .list_title {
    letter-spacing: .5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-3.h6 {
    text-transform: uppercase;
  }

  .newsletter-block {
    width: auto;
  }

  .newsletter-text-2 {
    text-align: center;
    max-width: none;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-us-card-description-2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter {
    background-image: linear-gradient(to bottom, null, null), url('../images/wine_and_food.jpg');
    background-attachment: scroll, scroll;
    height: auto;
    padding: 100px 51px;
  }

  .newsletter-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .newsletter-form {
    width: auto;
  }

  .dress-code {
    max-width: none;
  }

  .dress {
    max-width: none;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .menu-buttons-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ga-holder {
    max-width: none;
    padding: 50px;
  }

  .aldin-image {
    line-height: 40px;
  }

  .div-block-67 {
    padding-top: 76px;
    padding-bottom: 341px;
  }

  ._100-w {
    max-width: none;
  }

  .gift-btns {
    grid-template-columns: 1fr 1fr;
  }

  .padding-text {
    max-width: none;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .contact-us-flex-block-2 {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-us-card-description-3 {
    text-align: center;
  }

  .code-embed-4 {
    position: static;
  }

  .section {
    margin-bottom: 0;
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .gallery-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card_img:hover {
    opacity: 1;
  }

  .card_component {
    width: 100%;
    min-width: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cards {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .modal {
    padding-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .glow-text.is-copy {
    letter-spacing: 8px;
    font-size: 18px;
  }

  .glow-text.is-title {
    font-size: 30px;
  }

  .heading-2.title-style-1 {
    font-size: 3.5em;
  }

  .heading-2.hero-about-title {
    margin-bottom: 23px;
    font-size: 30px;
    line-height: 1.2em;
  }

  .grid-block-2 {
    max-width: 90%;
    margin-top: -8em;
    margin-bottom: 0;
    padding-top: 8em;
    padding-bottom: 8em;
    left: auto;
  }

  .max-width-block-5 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .gallery-button {
    padding: 2em 3.2em;
    font-size: .8em;
  }

  .gallery-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-lightbox {
    height: 10em;
  }

  .story-title-2 {
    margin-bottom: 2.3em;
  }

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

  .grid.one {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-block-image {
    height: 35em;
    min-height: auto;
  }

  .grid-block-image.hide-m {
    display: none;
  }

  .grid-block-image._100-m {
    width: 100%;
  }

  .restaurant-grid-block {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .restaurant-grid-block.dress-sec {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rt-about-two-expert-content._26 {
    margin-bottom: 102px;
  }

  .rt-about-two-expert-content.press-txt {
    margin-bottom: 44px;
  }

  .rt-about-two-exper-heading {
    margin-top: 0;
  }

  .rt-about-two-expert-content-block {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .rt-about-two-expert-content-block.c-page {
    width: 100%;
  }

  .button-9._2.sss {
    font-size: 18px;
  }

  .div-block-66 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section-5 {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .footer__columns {
    grid-column-gap: 5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
    margin-bottom: 2rem;
    padding-bottom: 0;
  }

  .footer__link.tt {
    text-align: left;
  }

  .footer__wrapper {
    flex-flow: column;
    align-items: flex-start;
  }

  .text-size-regular.opacity60 {
    text-align: left;
  }

  .fullscreen-hero {
    padding-top: 20em;
  }

  .container-6 {
    width: 100%;
  }

  .fullscreen-overlay-color.yes.thanks {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3d-block-2 {
    height: auto;
  }

  .section-7 {
    padding: 25px;
  }

  .menu_base {
    padding: 50px 25px 27px;
  }

  .menu_wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .menu_wrapper.hidden {
    display: flex;
  }

  .menu-2 {
    grid-row-gap: 2.5rem;
  }

  .list_title {
    white-space: nowrap;
    padding-left: .2em;
    padding-right: .2em;
  }

  .food-menu-item-wrapper {
    grid-template-columns: 1fr;
  }

  .paragraph-12 {
    letter-spacing: .3px;
  }

  .contact-us-card-description-2 {
    text-align: center;
  }

  .newsletter {
    height: auto;
    padding: 89px 30px;
  }

  .newsletter-submit-button {
    font-size: 13px;
  }

  .text-field-4._50 {
    width: 100%;
  }

  .newsletter-form {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .choice {
    letter-spacing: .3px;
  }

  .div-block-40, .form-block-3 {
    width: 100%;
  }

  .div-block-39 {
    flex-direction: column;
    width: 100%;
  }

  .dress-code {
    justify-content: center;
    align-items: center;
  }

  .text-block-7.bigger {
    line-height: 35px;
  }

  .ga-holder {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .aldin-image {
    margin-top: 0;
  }

  .div-block-67 {
    padding: 50px 30px 175px;
  }

  ._100-w {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .gift-btns {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 300px;
    margin-bottom: 30px;
  }

  .contact-us-card-description-3 {
    text-align: center;
  }

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

  .text-size-large {
    line-height: 1.5;
  }

  .gallery-sec {
    padding: 50px 30px;
  }

  .card_img {
    width: 100%;
  }

  .card_front-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    justify-content: center;
  }

  .card_component {
    place-items: start;
    min-width: 0;
    height: auto;
    padding: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cards {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .modal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-29 {
    margin-bottom: 0;
  }

  .modal__close {
    top: 5px;
    right: 4px;
  }

  .div-block-69 {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .field-label {
    left: 1.2em;
  }

  .text-field-3 {
    padding-left: 6.5em;
  }

  .glow-text-wrapper.scroll-new {
    text-align: center;
  }

  .glow-text.is-copy {
    letter-spacing: 5px;
  }

  .heading-2.title-style-1 {
    font-size: 3em;
  }

  .heading-2.hero-about-title {
    letter-spacing: .5px;
    margin-top: 0;
    line-height: 1.3em;
  }

  .cover-image.bottom {
    object-position: 78% 50%;
  }

  .grid-block-2 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .box-paragraph {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }

  .gallery-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .grid-block-image {
    height: 25em;
  }

  .restaurant-grid-block, .restaurant-grid-block.dress-sec {
    padding-left: 20px;
    padding-right: 20px;
  }

  .restaurant-grid-block.new-holder {
    padding-bottom: 20px;
  }

  .rt-about-two-expert-content._26 {
    margin-top: 17px;
    margin-bottom: 5px;
  }

  .rt-about-two-expert-content.promo {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .rt-about-two-exper-heading {
    font-size: 40px;
    line-height: 55px;
  }

  .rt-about-two-expert-content-block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-8 {
    position: relative;
  }

  .button-8.menu-pages {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .button-9 {
    position: relative;
  }

  .button-9._2 {
    padding-top: 0;
    position: relative;
    inset: 0%;
  }

  .section-5.mod--footer {
    text-align: left;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer__col {
    grid-row-gap: .5rem;
  }

  .footer__link {
    font-size: 15px;
  }

  .footer__link.tt {
    text-align: left;
  }

  .fullscreen-hero {
    padding-top: 18em;
  }

  .fullscreen-hero.with-buttons {
    min-height: 30vh;
    padding-bottom: 1.5em;
  }

  .fullscreen-overlay-color.yes.thanks {
    background-color: #311617bd;
  }

  .section-7 {
    padding: 30px 20px 20px;
  }

  .menu_base {
    padding-top: 37px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu_wrapper {
    padding: .5em;
  }

  .menu-2 {
    grid-row-gap: 2rem;
    border-width: 2px;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .subhead {
    margin-top: 60px;
  }

  .list_title {
    letter-spacing: .5px;
    padding-left: .4em;
    padding-right: .4em;
    font-size: 18px;
  }

  .food-menu-item-wrapper {
    grid-template-columns: 1fr;
  }

  .food-menu-item {
    padding-bottom: 3px;
  }

  .form-error-message {
    padding: 1.7em;
  }

  .newsletter-text-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .newsletter-form-inner {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .contact-us-card-description-2 {
    text-align: center;
  }

  .form-success-title-2 {
    font-size: 14px;
  }

  .newsletter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .newsletter-title-block {
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .text-field-4._50 {
    width: 100%;
  }

  .form-success-message-1.is-newsletter {
    padding-top: 2.9em;
    padding-bottom: 2.9em;
  }

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

  .menu-buttons-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
    top: 70px;
  }

  .text-block-7 {
    font-size: 18px;
  }

  .ga-holder {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-wrap-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-67 {
    padding-top: 34px;
    padding-bottom: 160px;
  }

  .gift-btns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    top: 70px;
  }

  .text-span-29 {
    display: block;
  }

  .padding-text {
    margin-bottom: 0;
  }

  .contact-us-flex-block-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
  }

  .contact-us-card-description-3 {
    text-align: center;
    font-weight: 300;
  }

  .rich-text-2.mod--legal h2 {
    font-size: 20px;
  }

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

  .award_logo.is-awwwards {
    height: 1rem;
  }

  .award_logo.is-designrush {
    height: 8.5rem;
  }

  .section {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .gallery-sec {
    overflow: hidden;
  }

  .card_img {
    min-height: 10rem;
  }

  .card_front-content {
    justify-content: center;
  }

  .card_component {
    justify-items: start;
    padding-bottom: 2.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cards {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-items: center;
    display: flex;
  }

  .card_logo {
    width: 6rem;
    font-size: 0;
  }

  .modal {
    padding: 0;
  }

  .modal__body {
    border-radius: 0;
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-6 {
    object-fit: cover;
    height: auto;
    margin-bottom: 34px;
  }

  .image-29 {
    object-fit: cover;
    width: 100%;
  }

  .modal__close {
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
  }
}

#w-node-_3f9ceb25-74e5-e785-e24f-4654b7f8251b-48bafb17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e47879e2-9ab8-6ce9-b8e5-17858e5785f1-48bafb17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_70beb946-c509-a18c-32ac-37205ae559ba-48bafb17, #w-node-_3f9ceb25-74e5-e785-e24f-4654b7f82520-48bafb17, #w-node-_3f9ceb25-74e5-e785-e24f-4654b7f8252d-48bafb17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a3b4e25-2679-a96a-71df-67cf88089d56-48bafb17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0a3b4e25-2679-a96a-71df-67cf88089d89-48bafb17, #w-node-_0a3b4e25-2679-a96a-71df-67cf88089d85-48bafb17, #w-node-_0a3b4e25-2679-a96a-71df-67cf88089d81-48bafb17, #w-node-_0a3b4e25-2679-a96a-71df-67cf88089d8d-48bafb17, #w-node-_0a3b4e25-2679-a96a-71df-67cf88089d99-48bafb17, #w-node-_0a3b4e25-2679-a96a-71df-67cf88089d95-48bafb17, #w-node-_0a3b4e25-2679-a96a-71df-67cf88089d91-48bafb17, #w-node-_0a3b4e25-2679-a96a-71df-67cf88089d9d-48bafb17, #w-node-f512b4d6-3b2c-725a-c798-dd42b2cedf5f-b2cedf5d, #w-node-f512b4d6-3b2c-725a-c798-dd42b2cedf63-b2cedf5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_355957c0-231e-234e-7ac2-ecaeed371b6b-e4803d84, #w-node-_5e61f679-79eb-3119-db91-c68db249731f-e4803d84, #w-node-_016c3197-f111-c73d-c5a5-c4e7d4bb8724-e4803d84, #w-node-_016c3197-f111-c73d-c5a5-c4e7d4bb8739-e4803d84, #w-node-fba39062-3c20-6464-6d40-aabf431ee2e8-e4803d84, #w-node-_3f1808ea-00ce-0e92-31b7-264d5d6c3e06-e4803d84, #w-node-_2f160328-fcb3-e32c-1169-1b0b66756abc-e4803d84, #w-node-f6d92316-bfc7-90ee-9863-c6cc2a2307f8-e4803d84, #w-node-_4ec5f7a8-51cc-dd0d-3776-f73654f9302c-e4803d84, #w-node-e4d49976-7d2d-aef3-fa53-3ab0134a867d-e4803d84, #w-node-d159bcb9-496e-72e4-af4c-0d38561f9a1f-e4803d84, #w-node-bc929305-e09d-6179-dc13-08908076ccce-e4803d84, #w-node-a4001abf-233b-f479-2325-6f5b06f34180-bb3a9a5d, #w-node-_4edeb3b0-0c7d-19f3-fe62-20d3d7dcedfb-bb3a9a5d, #w-node-_34af0ba2-b194-2c3d-0b24-8a9c1e7fcffb-bb3a9a5d, #w-node-_5e61f679-79eb-3119-db91-c68db249731f-bb3a9a5d, #w-node-f99b7dfe-b25d-4668-c08d-b7f1b1352565-bb3a9a5d, #w-node-_378a09f1-88ec-059a-690a-70869b73ab49-bb3a9a5d, #w-node-_928f0d04-585a-21b8-d22a-e66db9cb5cd9-bb3a9a5d, #w-node-_677c1fb2-799a-a240-743b-4c2e37ba9e7d-bb3a9a5d, #w-node-_74ee0f39-e2a2-fbd0-c769-447a2899a383-bb3a9a5d, #w-node-_3f1dbb35-c490-a6cf-d126-c2d2f3d1c806-bb3a9a5d, #w-node-aaf04abf-d011-e19e-8ac7-08678e1a523e-bb3a9a5d, #w-node-ec3e7883-f0d7-7345-54f8-6c4bdd9fab16-bb3a9a5d, #w-node-_016c3197-f111-c73d-c5a5-c4e7d4bb8739-bb3a9a5d, #w-node-fba39062-3c20-6464-6d40-aabf431ee2e8-bb3a9a5d, #w-node-_3f1808ea-00ce-0e92-31b7-264d5d6c3e06-bb3a9a5d, #w-node-_1ad58b60-8ce2-b609-8664-4b2f3bea8fde-bb3a9a5d, #w-node-_3171d8b3-01b7-97b4-1dd4-f347ed962be6-bb3a9a5d, #w-node-_023f4a68-9fb2-d454-f656-192bbb183086-bb3a9a5d, #w-node-_91bf9b34-f0cc-3c22-6c31-11b7577d1ad3-bb3a9a5d, #w-node-_197eecb0-b908-be15-3092-9dd847110ece-bb3a9a5d, #w-node-_66e0c76c-8137-e020-4f4f-adbc34837517-bb3a9a5d, #w-node-b2f6098a-3d21-f911-4595-4e056ba5fd32-bb3a9a5d, #w-node-_57a5dfce-6a07-a13b-b490-7fa3058d0156-bb3a9a5d, #w-node-_5e61f679-79eb-3119-db91-c68db249731f-bce5b989, #w-node-_3f1808ea-00ce-0e92-31b7-264d5d6c3e06-bce5b989, #w-node-_593712df-2e1d-602b-a705-8a7352e2b8ee-bce5b989, #w-node-_93195c41-786e-3707-6fbc-77b01bb878e2-bce5b989, #w-node-_127d5152-e3fd-5c1c-0323-01cb198bed68-bce5b989, #w-node-_1708ab11-9328-35ca-690c-11c8eb308472-bce5b989, #w-node-_22959cc5-7f89-51f0-7a63-18eab5cd54f8-bce5b989, #w-node-_22959cc5-7f89-51f0-7a63-18eab5cd54fe-bce5b989, #w-node-_22959cc5-7f89-51f0-7a63-18eab5cd5504-bce5b989, #w-node-_22959cc5-7f89-51f0-7a63-18eab5cd550a-bce5b989, #w-node-_57bae289-f914-ebc0-74ca-1021b56789d4-bce5b989, #w-node-_9eadb9ca-ded8-6d07-0883-9e85bb16dc93-96ba0269, #w-node-_26f2c58c-3349-4a1f-ac5a-395a45d9e42f-96ba0269, #w-node-_042bc2d3-0fb9-17ce-e57d-f16c5de6e9ab-96ba0269, #w-node-c31487e0-a717-6ed6-2159-3a9576ecce8b-96ba0269, #w-node-a2a9f6db-6c98-ff04-59e5-b3ac4ec7d796-96ba0269, #w-node-be29c69f-4827-d71f-ec5d-d0dbf82356d7-96ba0269, #w-node-_56366ddb-12dc-3036-8730-a2f781724c1a-96ba0269, #w-node-a6d27fe8-dda5-f99b-e8d2-63481bc42833-96ba0269, #w-node-ff04c44e-064d-e9ce-a34b-f57c33d08136-96ba0269, #w-node-_12edc208-d243-3cde-3928-74a0f9a09f5a-96ba0269, #w-node-ae201d9c-f18d-ebb5-ce47-98505d706114-96ba0269, #w-node-ea128e45-88ed-b8fb-43c9-cb59e0189f20-96ba0269, #w-node-_6327b09d-cfcf-efde-3081-8300bb708eee-96ba0269, #w-node-_5e61f679-79eb-3119-db91-c68db249731f-96ba0269, #w-node-_4444b2d1-0957-fdbe-ed9c-7fdfdcb56fb6-96ba0269, #w-node-b1cd8c7e-9ec4-ef1d-4db4-2dcccc20cff8-96ba0269, #w-node-_016c3197-f111-c73d-c5a5-c4e7d4bb8724-96ba0269, #w-node-_26fd3e67-85a3-30eb-9201-2f7ea82210f0-96ba0269, #w-node-_0c3371e5-e0e3-a762-be0e-5f3aa2b2fa14-96ba0269, #w-node-b9374bf6-0dc8-27e0-c434-0faf3febd8b9-96ba0269, #w-node-_693822d5-941b-ba9d-13a7-ebb0fc5fbe72-96ba0269, #w-node-_118e47f8-20c1-807f-429c-dd0c027d9c02-96ba0269, #w-node-_976c64fd-ecf0-c467-0774-3e510d6f481f-96ba0269, #w-node-_00947a4a-d8ec-7114-5a60-da6c7ccc922c-96ba0269, #w-node-_792e883f-1281-1828-5f85-3cc1f8819aea-96ba0269, #w-node-d0a1a386-24fd-f12c-a701-f3c55dc0be58-96ba0269, #w-node-_9c79a680-03f7-98fd-1b1d-d2327a901fc8-96ba0269, #w-node-_9c79a680-03f7-98fd-1b1d-d2327a901fcf-96ba0269, #w-node-_9c79a680-03f7-98fd-1b1d-d2327a901fda-96ba0269, #w-node-_9c79a680-03f7-98fd-1b1d-d2327a901fe1-96ba0269, #w-node-_9c79a680-03f7-98fd-1b1d-d2327a901fea-96ba0269, #w-node-_9c79a680-03f7-98fd-1b1d-d2327a901ff1-96ba0269, #w-node-_9c79a680-03f7-98fd-1b1d-d2327a902013-96ba0269, #w-node-fd8f0e86-2fce-a730-dec8-55e511b03b8c-96ba0269, #w-node-b796d093-f9e3-53bb-e748-17b9d5dd12ac-96ba0269, #w-node-_77742771-b021-a218-5ba8-c8154b9192d7-96ba0269, #w-node-f7087912-256e-cc76-abda-04ce465ed8bb-96ba0269, #w-node-cac68da6-e829-24de-1ded-3f04c568398d-96ba0269, #w-node-e2d335cf-e688-1430-9e7d-94dbe9671e2a-96ba0269, #w-node-d511504c-541c-7963-8361-67ec855e0f87-96ba0269, #w-node-de16a0cd-3b8b-7d98-5ac4-c6f4230347af-96ba0269, #w-node-b0ff0b40-f38f-9404-11f6-3ca12806714a-96ba0269, #w-node-_0f9b7190-b1a3-217c-eac1-ae4f18fbb1b4-96ba0269, #w-node-c763c28f-92f4-7f99-686e-372b562e6c83-96ba0269, #w-node-_04bb9f1d-f9ed-dcff-519d-284a417b08de-96ba0269, #w-node-_900ae43e-50bd-7ddf-b829-ed25c019c2da-96ba0269, #w-node-d511504c-541c-7963-8361-67ec855e0fc5-96ba0269, #w-node-_79bd7ddf-edbe-189b-13b3-8259609bc206-96ba0269, #w-node-c487da7d-b4c4-a004-ca7b-4f5f7779832f-96ba0269, #w-node-c487da7d-b4c4-a004-ca7b-4f5f77798336-96ba0269, #w-node-c487da7d-b4c4-a004-ca7b-4f5f77798342-96ba0269, #w-node-c487da7d-b4c4-a004-ca7b-4f5f77798348-96ba0269, #w-node-c487da7d-b4c4-a004-ca7b-4f5f77798352-96ba0269, #w-node-c487da7d-b4c4-a004-ca7b-4f5f77798359-96ba0269, #w-node-c487da7d-b4c4-a004-ca7b-4f5f77798365-96ba0269, #w-node-c487da7d-b4c4-a004-ca7b-4f5f7779836c-96ba0269, #w-node-c487da7d-b4c4-a004-ca7b-4f5f77798376-96ba0269, #w-node-_78ad286d-153d-a408-04f4-a2dc8cba83b1-96ba0269, #w-node-_8341d089-bd6c-906c-8b25-72c95f38981d-96ba0269, #w-node-_5bbe9e7f-79b3-8f05-b362-97414b0375cf-96ba0269, #w-node-_5bbe9e7f-79b3-8f05-b362-97414b0375d6-96ba0269, #w-node-_5bbe9e7f-79b3-8f05-b362-97414b0375e2-96ba0269, #w-node-_5bbe9e7f-79b3-8f05-b362-97414b0375e8-96ba0269, #w-node-_5bbe9e7f-79b3-8f05-b362-97414b0375f2-96ba0269, #w-node-_5bbe9e7f-79b3-8f05-b362-97414b0375f9-96ba0269, #w-node-_5bbe9e7f-79b3-8f05-b362-97414b037605-96ba0269, #w-node-_5bbe9e7f-79b3-8f05-b362-97414b03760c-96ba0269, #w-node-_5bbe9e7f-79b3-8f05-b362-97414b037616-96ba0269 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3f9ceb25-74e5-e785-e24f-4654b7f8251b-efd5d57b, #managing-partners.w-node-_3f9ceb25-74e5-e785-e24f-4654b7f82525-efd5d57b, #w-node-_3f9ceb25-74e5-e785-e24f-4654b7f82520-efd5d57b, #w-node-_3f9ceb25-74e5-e785-e24f-4654b7f8251b-1dddd7aa, #book-now.w-node-_3f9ceb25-74e5-e785-e24f-4654b7f82525-1dddd7aa, #w-node-_3f9ceb25-74e5-e785-e24f-4654b7f82520-1dddd7aa, #w-node-_5a0bffe6-d0fc-0542-897f-1d6560d52bc7-b827ec7d, #w-node-cbbbd15c-fb65-1b00-6240-6d61baa22c1a-b827ec7d, #w-node-_3cddc90b-ead6-044d-cb8a-226d1902a89a-b827ec7d, #w-node-_65240343-9c2c-ab9b-33e0-d05e7d95b670-b827ec7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9bb4f5d-d630-55fa-7432-0cadb0db3160-b827ec7d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9a2f45e5-aab8-5f25-e0a6-8b3fb14a8be1-b827ec7d, #w-node-fd3dd3e6-149a-c77e-2389-5d729d0bb5f7-b827ec7d, #w-node-_801878ec-463a-cc8a-fc48-cdbed6881e73-b827ec7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_537c4395-8bef-2516-0ac8-90f7cbc6b2e2-b827ec7d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_37adf7a1-c118-70a0-924d-379a95fc7a96-b827ec7d, #w-node-_7fb73595-1d40-329d-d0f0-9465315cab8f-b827ec7d, #w-node-_3a2521d6-8247-569b-9ce9-6e9a58e28f8f-b827ec7d, #w-node-ab76b0ba-cb0e-b7f6-721d-b0214ffaff0f-b827ec7d, #w-node-_6644b7e1-b239-4631-418c-43523c0250b5-b827ec7d, #w-node-a8ff8625-5707-d141-5583-5dc87ae1e84a-b827ec7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bec0dba-dc78-a1be-0d63-4c3202260ec9-b827ec7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b7b8cbc0-e3c4-8b35-7654-8c5e8a2df132-b827ec7d, #w-node-_98e1c9bd-c7bf-e54f-e7fa-68723348ca72-b827ec7d, #w-node-_7baa3154-1e29-e8c5-fb76-72991ac7cdcb-b827ec7d, #w-node-_454cc952-83cc-ea7e-6948-caacf55ac315-b827ec7d, #w-node-_8fec6b1a-4b9d-23a0-aa96-bc85dbb22311-b827ec7d, #w-node-_13db523f-154b-e7c9-664c-02ba40ac8145-b827ec7d, #w-node-fa6b6720-720d-a967-b47f-92865b53f8f2-b827ec7d, #w-node-f028a54c-d408-a8b0-8ba5-c2b9f240f982-b827ec7d, #w-node-_8d084529-8650-4f86-707f-ef140aea1b42-b827ec7d, #w-node-_9ee07ad7-fbc5-519a-557f-5393af4e74a2-b827ec7d, #managing-partners.w-node-_3f9ceb25-74e5-e785-e24f-4654b7f82525-b827ec7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97984e03-ffcc-3558-ff6b-81abf47c1605-b827ec7d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_97984e03-ffcc-3558-ff6b-81abf47c1601-b827ec7d, #w-node-_97984e03-ffcc-3558-ff6b-81abf47c15f9-b827ec7d, #w-node-_97984e03-ffcc-3558-ff6b-81abf47c1621-b827ec7d, #w-node-_97984e03-ffcc-3558-ff6b-81abf47c160d-b827ec7d, #w-node-_97984e03-ffcc-3558-ff6b-81abf47c1611-b827ec7d, #w-node-_97984e03-ffcc-3558-ff6b-81abf47c1609-b827ec7d, #w-node-_97984e03-ffcc-3558-ff6b-81abf47c15fd-b827ec7d, #w-node-_97984e03-ffcc-3558-ff6b-81abf47c1615-b827ec7d, #w-node-_97984e03-ffcc-3558-ff6b-81abf47c1619-b827ec7d, #w-node-_97984e03-ffcc-3558-ff6b-81abf47c161d-b827ec7d, #w-node-_3f9ceb25-74e5-e785-e24f-4654b7f8251b-241ba213, #w-node-_812096aa-7677-b785-7d3a-d7b208df67ce-1c66c40e, #w-node-_59857375-dce5-89ab-0176-d722c67fa61e-1c66c40e, #w-node-_3f9ceb25-74e5-e785-e24f-4654b7f8251b-fa1fe705 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#managing-partners.w-node-aa21d3a2-7759-68ed-c745-04312a6f5cb8-a63d574c, #managing-partners.w-node-aa21d3a2-7759-68ed-c745-04312a6f5cb8-ddba80e6, #w-node-_016c3197-f111-c73d-c5a5-c4e7d4bb8739-63203560, #w-node-fba39062-3c20-6464-6d40-aabf431ee2e8-63203560, #w-node-_3f1808ea-00ce-0e92-31b7-264d5d6c3e06-63203560, #w-node-_1ad58b60-8ce2-b609-8664-4b2f3bea8fde-63203560, #w-node-_023f4a68-9fb2-d454-f656-192bbb183086-63203560, #w-node-_66e0c76c-8137-e020-4f4f-adbc34837517-63203560, #w-node-b2f6098a-3d21-f911-4595-4e056ba5fd32-63203560, #w-node-_57a5dfce-6a07-a13b-b490-7fa3058d0156-63203560 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5a389617-ad1e-495f-a029-82afbc8ba361-4780a34a, #w-node-_5a1d23cb-2e42-374c-1ae8-8397b0dbe0bd-4780a34a, #w-node-_5a389617-ad1e-495f-a029-82afbc8ba36e-4780a34a, #w-node-_5a389617-ad1e-495f-a029-82afbc8ba37b-4780a34a, #w-node-_5a3f51b8-9b38-c974-3253-f94cbe945604-4780a34a, #w-node-_7a471440-6526-7217-fb7e-aa08aefa9b39-4780a34a, #w-node-c7ddae17-d6a9-aaa9-94bc-dfa9a43740ca-4780a34a, #w-node-_227b664a-7d13-6ab3-9165-a27d51d137cb-4780a34a, #w-node-_63fc99af-8b51-61f6-f860-2a068b81ca9f-4780a34a, #w-node-_39276fbd-c993-e6ce-8614-b761341458a4-4780a34a, #w-node-_86d0bd24-87ae-7378-9fa4-f8e13d5eb455-4780a34a, #w-node-_838098a9-95e4-272c-2343-70ef469a9bc1-4780a34a, #w-node-ce9ffcf2-2cce-454a-4a69-8904b6215df1-4780a34a, #w-node-_2654cae1-8964-757b-01f2-af640c8bbcf1-4780a34a, #w-node-_4c79e18b-803e-93be-0f6a-e1e31b41666b-4780a34a, #w-node-e372a32b-610a-5b37-5084-fb92fb04b587-4780a34a, #w-node-d4ddde2c-3c74-039f-096c-48d8d3418042-4780a34a, #w-node-fc892830-0c61-77fc-819a-a87c41017f5c-4780a34a, #w-node-_0c5b146d-754e-8c7f-b493-9c6d823fddb4-4780a34a, #w-node-c115107b-ae4d-6beb-f5a3-4235e0c469f9-4780a34a, #w-node-eb23dbcf-63c3-50af-4be0-28151020f044-4780a34a, #w-node-_52900e1b-47a9-f64b-91e8-95251e46b8e6-4780a34a, #w-node-_165e2997-203d-1e16-c857-906a17518eef-4780a34a, #w-node-_6316adfa-b797-b196-d8c7-8ccaa50edb8e-4780a34a, #w-node-f3afa3cb-3474-7825-d02a-1e576b0def90-4780a34a, #w-node-f758241c-1150-27de-1f54-736913dd1a2c-4780a34a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f512b4d6-3b2c-725a-c798-dd42b2cedf5f-b2cedf5d {
    place-self: center;
  }

  #w-node-_3f9ceb25-74e5-e785-e24f-4654b7f8251b-fa1fe705 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5a0bffe6-d0fc-0542-897f-1d6560d52bc7-fa1fe705 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e47879e2-9ab8-6ce9-b8e5-17858e5785f1-48bafb17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3f9ceb25-74e5-e785-e24f-4654b7f8252d-48bafb17 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_0389572b-44c0-ab4b-3059-d272e7effe1e-48bafb17 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_0a3b4e25-2679-a96a-71df-67cf88089d56-48bafb17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #book-now.w-node-_3f9ceb25-74e5-e785-e24f-4654b7f82525-1dddd7aa {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_3f9ceb25-74e5-e785-e24f-4654b7f82520-1dddd7aa {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5a1d23cb-2e42-374c-1ae8-8397b0dbe0b4-4780a34a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5a389617-ad1e-495f-a029-82afbc8ba35d-4780a34a, #w-node-_5a1d23cb-2e42-374c-1ae8-8397b0dbe0b9-4780a34a, #w-node-_5a389617-ad1e-495f-a029-82afbc8ba36a-4780a34a, #w-node-_5a389617-ad1e-495f-a029-82afbc8ba377-4780a34a, #w-node-_5a3f51b8-9b38-c974-3253-f94cbe945600-4780a34a, #w-node-_7a471440-6526-7217-fb7e-aa08aefa9b35-4780a34a, #w-node-c7ddae17-d6a9-aaa9-94bc-dfa9a43740c6-4780a34a, #w-node-_227b664a-7d13-6ab3-9165-a27d51d137c7-4780a34a, #w-node-_63fc99af-8b51-61f6-f860-2a068b81ca9b-4780a34a, #w-node-_39276fbd-c993-e6ce-8614-b761341458a0-4780a34a, #w-node-_86d0bd24-87ae-7378-9fa4-f8e13d5eb451-4780a34a, #w-node-_838098a9-95e4-272c-2343-70ef469a9bbd-4780a34a, #w-node-ce9ffcf2-2cce-454a-4a69-8904b6215ded-4780a34a, #w-node-_2654cae1-8964-757b-01f2-af640c8bbced-4780a34a, #w-node-_4c79e18b-803e-93be-0f6a-e1e31b416667-4780a34a, #w-node-e372a32b-610a-5b37-5084-fb92fb04b583-4780a34a, #w-node-d4ddde2c-3c74-039f-096c-48d8d341803e-4780a34a, #w-node-fc892830-0c61-77fc-819a-a87c41017f58-4780a34a, #w-node-_0c5b146d-754e-8c7f-b493-9c6d823fddb0-4780a34a, #w-node-c115107b-ae4d-6beb-f5a3-4235e0c469f5-4780a34a, #w-node-eb23dbcf-63c3-50af-4be0-28151020f040-4780a34a, #w-node-_52900e1b-47a9-f64b-91e8-95251e46b8e2-4780a34a, #w-node-_165e2997-203d-1e16-c857-906a17518eeb-4780a34a, #w-node-_6316adfa-b797-b196-d8c7-8ccaa50edb8a-4780a34a, #w-node-f3afa3cb-3474-7825-d02a-1e576b0def8c-4780a34a, #w-node-f758241c-1150-27de-1f54-736913dd1a28-4780a34a {
    justify-self: auto;
  }
}


