@font-face {
  font-family: Euclidsquare;
  src: url('../fonts/EuclidSquare-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclidsquare;
  src: url('../fonts/EuclidSquare-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclidsquare;
  src: url('../fonts/EuclidSquare-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclidsquare;
  src: url('../fonts/EuclidSquare-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Amiri;
  src: url('../fonts/Amiri-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Amiri;
  src: url('../fonts/Amiri-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --a78463: #a78463;
  --dark-color: #191d23;
  --black: #111419;
  --light: #343e4b;
  --dark: #0e1620;
  --maroon: #810000;
  --black-2: #272727;
  --blueish: #f1f3f5;
  --c49e7b: #c49e7b;
  --dark-red: #931a1a;
  --ivory: #fefae7;
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  background-color: #191d23;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 1.5;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  line-height: 1;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

p {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.8;
}

label {
  z-index: 0;
  color: var(--a78463);
  letter-spacing: .05em;
  margin-bottom: 0;
  font-family: Euclidsquare, sans-serif;
  font-size: .8em;
  font-weight: 400;
  transition: all .4s;
  display: block;
  position: absolute;
  inset: .9em auto auto 0%;
}

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

.section.hero {
  z-index: 50;
  height: 100vh;
  display: flex;
  position: relative;
}

.menu_link {
  text-decoration: none;
}

.menu_link.arrow-dropdown {
  z-index: 0;
  text-align: center;
  flex-wrap: nowrap;
  margin-left: 4px;
  margin-right: 4px;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-gradient {
  z-index: 2;
  background-image: linear-gradient(#0f090900, #0000003d 73%, #191d2396);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.image-mask {
  z-index: 0;
  object-fit: fill;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  position: absolute;
  overflow: hidden;
}

.page-wrapper {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.details-wrapper {
  z-index: 4;
  background-color: #191c24;
  flex-direction: column;
  justify-content: space-between;
  width: 28em;
  height: 35em;
  padding-top: 3em;
  padding-bottom: 5em;
  padding-left: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-link {
  text-decoration: none;
  position: relative;
}

.menu-interior-link {
  text-decoration: none;
}

.splide {
  width: 70%;
  position: relative;
  overflow: hidden;
}

.splide.slider1 {
  width: 70%;
  overflow: hidden;
}

.faq_trigger {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2rem;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}

.ck-modal__exit-btn {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.ck-modal__exit-btn:hover {
  background-color: var(--black);
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.slider {
  width: 100%;
  height: 100vh;
}

.slide-nav {
  display: none;
}

.slide-2 {
  background-image: url('../images/or-food71.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card {
  background-color: #110f29;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 40px 30px;
}

.sub-heading {
  color: #78879b;
  margin-top: 0;
  margin-bottom: 7px;
  font-family: Euclidsquare, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.sub-heading._001 {
  color: #fff;
  text-align: center;
  margin-bottom: 13px;
}

.heading-h {
  color: var(--light);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 20px;
  font-family: Amiri, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 34px;
}

.heading-h.white00 {
  color: #fff;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 65px;
}

.heading-h.fa {
  color: #fff;
  margin-bottom: 13px;
  font-size: 55px;
  line-height: 65px;
}

.heading-h.left {
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
}

.heading-h._5569 {
  color: var(--dark);
  margin-bottom: 30px;
  margin-right: auto;
}

.about {
  z-index: 50;
  background-color: #fff;
  padding: 100px 50px;
  position: relative;
}

.abt-p {
  color: #161616;
  margin-top: 20px;
  margin-bottom: 36px;
  font-family: Euclidsquare, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-4 {
  z-index: 9;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-17 {
  background-image: none;
  background-position: 14%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.div-block-18 {
  background-color: #fff;
  width: 25px;
  height: 1px;
  margin-left: 55px;
  margin-right: 17px;
  display: inline-block;
  position: relative;
  top: -3px;
}

.text-block-4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Euclidsquare, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.div-block-6 {
  text-align: center;
  width: auto;
  margin-top: 24px;
}

.text-block-3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin-bottom: -44px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Euclidsquare, sans-serif;
  font-size: 12px;
}

.div-block-5 {
  background-color: #fff;
  width: 2px;
  height: 30px;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
}

.parallax-main {
  z-index: 8;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.parallax-main.lunch {
  z-index: 10;
  background-image: linear-gradient(#0000, #000000cf), url('../images/or-food63.webp');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  align-items: flex-end;
  height: auto;
  padding-top: 250px;
}

.parallax-main.brunch {
  z-index: 9;
  background-image: url('../images/or-food9.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.parallax-main.para-1 {
  z-index: 10;
  background-image: url('../images/or-food71.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.parallax-main.para-2 {
  z-index: 10;
  background-image: url('../images/or-food95.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.parallax-main.para-3 {
  z-index: 10;
  background-image: url('../images/one-rare22.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.parallax-main.para4 {
  z-index: 10;
  background-image: url('../images/or-food25.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.parallax-main.para5 {
  z-index: 10;
  background-image: url('../images/one-rare20.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.parallax-main.para6 {
  z-index: 10;
  background-image: url('../images/or-food64.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.parallax-main.father {
  z-index: 10;
  background-image: linear-gradient(#0000, #000000cf), url('../images/smoke.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  align-items: flex-end;
  height: auto;
  padding-top: 250px;
}

.parallax-main.thanks {
  z-index: 10;
  z-index: 10;
  background-image: linear-gradient(#0000, #000000cf), url('../images/OneRare.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding-top: 195px;
}

.parallax-main.xmas {
  z-index: 10;
  background-image: linear-gradient(#0000, #000000cf), url('../images/blog-bluechristmas_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  align-items: flex-end;
  height: auto;
  padding-top: 195px;
}

.parallax-main.nye {
  z-index: 10;
  background-image: linear-gradient(#0000, #000000cf), url('../images/abstract-background-with-stars-1_1.webp');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  align-items: flex-end;
  height: auto;
  padding-top: 195px;
}

.parallax-main.full {
  z-index: 10;
  background-image: linear-gradient(#0000, #000000cf), url('../images/or-food6.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.parallax-main.vday {
  z-index: 10;
  background-image: linear-gradient(#000000c4, #000000c4), url('../images/vday1_1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 195px;
}

.parallax-main.easter {
  z-index: 10;
  background-image: linear-gradient(#0000, #000000cf), url('../images/or-food103.webp');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  align-items: flex-end;
  height: auto;
  padding-top: 195px;
}

.parallax-main.mother {
  z-index: 10;
  background-image: linear-gradient(#0000, #000000cf), url('../images/one-1.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  align-items: flex-end;
  height: auto;
  padding-top: 250px;
}

.div-block-20 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 55px;
  display: flex;
}

.image-5 {
  padding-top: 15px;
  transition: opacity .2s;
  display: block;
}

.image-5:hover {
  opacity: .5;
}

.section-3 {
  z-index: 50;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#000000b3, #0000), url('../images/or-food39.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  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;
  height: 80vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-9 {
  margin-bottom: 10px;
  line-height: 30px;
}

.paragraph-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-family: Amiri, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

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

.wine-wrapper {
  width: 95%;
  height: auto;
}

.wine-wrapper.d {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 800px;
  margin-top: 37px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.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._01010 {
  background-color: var(--maroon);
  color: #fff;
  text-transform: uppercase;
  background-color: #172233;
  border-style: none;
  border-color: #000;
  width: 100%;
  padding-top: 13px;
  font-family: Euclidsquare, sans-serif;
  font-weight: 300;
}

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

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

.div-block-21 {
  text-align: center;
}

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

.text-field-3 {
  color: #959595;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 30px;
  padding-left: 60px;
  font-family: Open Sans, sans-serif;
  transition: border .2s;
}

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

.text-field-3.date {
  color: var(--black-2);
  background-image: url('../images/603f2af8e5788c12a5ae56f2_Name_1603f2af8e5788c12a5ae56f2_Name.webp');
  background-repeat: no-repeat;
  background-size: 52px;
  margin-bottom: 15px;
  font-family: Euclidsquare, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

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

.text-field-3.email {
  color: var(--black-2);
  background-image: url('../images/Email-1_1Email (1).webp');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 52px;
  margin-bottom: 10px;
  font-family: Euclidsquare, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

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

.text-field-3._50 {
  color: var(--black-2);
  background-image: url('../images/Name_1Name.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 52px;
  width: 95%;
  margin-bottom: 15px;
  font-family: Euclidsquare, sans-serif;
  font-size: 14px;
  font-weight: 300;
  transition: border .2s;
}

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

.text-field-3.name {
  color: var(--black-2);
  text-transform: none;
  background-image: url('../images/Name_1Name.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 52px;
  margin-bottom: 15px;
  font-family: Euclidsquare, sans-serif;
  font-size: 14px;
  font-weight: 300;
  transition: border .2s;
}

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

.text-field-3.mobile {
  color: var(--black-2);
  background-image: url('../images/Mobile-1_1Mobile (1).webp');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 52px;
  width: 100%;
  min-width: 100%;
  margin-bottom: 15px;
  font-family: Euclidsquare, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

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

.text-field-3.message {
  color: var(--black-2);
  height: 120px;
  margin-bottom: 15px;
  padding-top: 16px;
  padding-left: 20px;
  font-family: Euclidsquare, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

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

.section-header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.content-holder {
  margin-left: 10%;
  margin-right: 10%;
}

.content-holder.res, .content-holder._9784 {
  margin-bottom: 28px;
  margin-left: 0%;
  margin-right: 0%;
}

._50-percent-column {
  width: 50%;
  padding-right: 10px;
  position: relative;
}

._50-percent-column.contact-form {
  background-color: var(--blueish);
  align-self: center;
  height: 100%;
  padding: 50px;
}

._50-percent-column.right {
  padding-right: 0;
}

._50-percent-column.righ0 {
  background-image: url('../images/one-rare10.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

._50-percent-column._9a9a {
  background-color: var(--blueish);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: flex;
}

.flex-wrapper {
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.content-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.content-section.pe {
  z-index: 50;
  background-color: #fff;
  background-image: none;
  padding: 100px 50px;
  position: relative;
}

.content-section.access {
  z-index: 50;
  background-color: #fff;
  background-image: none;
  margin-top: 108px;
  padding: 80px 50px 54px;
  position: static;
}

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

.submit:hover {
  background-color: #000;
}

.content-wrapper-copy {
  text-align: center;
  max-width: 1050px;
  padding-left: 0;
  padding-right: 0;
}

.checkmark {
  margin-bottom: 0;
}

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

.red {
  color: var(--maroon);
  font-weight: 500;
  text-decoration: none;
}

.order {
  background-color: var(--light);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 5px 0;
  display: flex;
}

.order.red {
  background-color: var(--blueish);
}

.gallert {
  z-index: 50;
  background-color: var(--dark);
  text-align: center;
  border-top: 1px #e3cb92;
  border-bottom: 1px #e3cb92;
  padding: 100px 50px;
  position: relative;
}

.main-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: relative;
}

.cell {
  filter: none;
  color: #fff;
  background-color: #f8f8f8;
  background-image: url('../images/one-rare43.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 250px;
  padding: 0;
  display: flex;
  position: relative;
}

.cell.v2 {
  background-image: url('../images/seafood.webp');
  background-position: 45%;
  background-size: cover;
  padding: 0;
}

.cell.v4 {
  background-image: url('../images/or-food19.webp');
  background-position: 50%;
  background-size: cover;
}

.cell.v11 {
  background-image: url('../images/or-food23.webp');
  background-size: cover;
}

.cell.v6 {
  background-image: url('../images/one-rare21.webp');
  background-position: 50%;
  background-size: cover;
}

.cell.v12 {
  background-image: url('../images/one-rare11.webp');
  background-position: 50%;
  background-size: cover;
}

.cell.v5 {
  background-image: url('../images/one-rare60.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
}

.cell.v1 {
  background-image: url('../images/or-food35.webp');
  background-size: cover;
}

.cell.v9 {
  background-image: url('../images/or-food37.webp');
  background-position: 50%;
  background-size: cover;
}

.cell.v3 {
  background-image: url('../images/or-food78.webp');
  background-position: 50% 70%;
  background-size: cover;
}

.cell.v23 {
  background-image: url('../images/one-rare24.webp');
  background-size: cover;
}

.cell.v66 {
  background-image: url('../images/salad-bacon.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}

.cell.v10 {
  background-image: url('../images/or-food17.webp');
  background-position: 50%;
  background-size: cover;
}

.cell.v14 {
  background-image: url('../images/one-rare46.webp');
  background-position: 50% 60%;
  background-size: cover;
}

.cell.v15 {
  background-image: url('../images/or-food41.webp');
  background-size: cover;
}

.cell.v16 {
  background-image: url('../images/or-food65.webp');
  background-size: cover;
}

.cell.v17 {
  background-image: url('../images/or-food90.webp');
  background-position: 50%;
  background-size: cover;
}

.cell.v172 {
  background-image: url('../images/or-food49.webp');
  background-position: 50% 80%;
  background-size: cover;
}

.cell.rfrew {
  background-image: url('../images/or-food34.webp');
  background-position: 50%;
  background-size: cover;
}

.cell.retre {
  background-image: url('../images/or-food64.webp');
  background-size: cover;
}

.cell.trt {
  background-image: url('../images/salmon-new.webp');
  background-size: cover;
}

.cell.v99 {
  background-image: url('../images/or-food29.webp');
  background-position: 50%;
  background-size: cover;
}

.cell.v77w {
  background-image: url('../images/one-rare16.webp');
  background-size: cover;
}

.cell.v00 {
  background-image: url('../images/one-rare49.webp');
  background-size: cover;
}

.cell._20 {
  background-image: url('../images/or-food55.webp');
  background-size: cover;
}

.cell._21 {
  background-image: url('../images/or-food56.webp');
}

.cell._22 {
  background-image: url('../images/or-food10.webp');
}

.cell._236 {
  background-image: url('../images/or-food47.webp');
}

.cell._234 {
  background-image: url('../images/one-rare19.webp');
  background-position: 50%;
}

.cell.i1 {
  background-image: url('../images/or-food2.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}

.cell.i2 {
  background-image: url('../images/or-food91.webp');
  background-position: 50% 70%;
  background-size: cover;
}

.cell.i3 {
  background-image: url('../images/one-rare58.webp');
  background-position: 45%;
  background-size: cover;
  padding: 0;
}

.cell.i4 {
  background-image: url('../images/one-rare29.webp');
  background-position: 50% 45%;
  background-size: cover;
}

.cell.i6 {
  background-image: url('../images/one-rare10.webp');
  background-position: 50%;
  background-size: cover;
}

.cell.i7 {
  background-image: url('../images/one-rare51.webp');
  background-position: 50%;
  background-size: cover;
}

.cell.i9 {
  background-image: url('../images/one-rare39.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
}

.cell.i10 {
  background-image: url('../images/or-food71.webp');
  background-size: cover;
}

.cell.i11 {
  background-image: url('../images/or-food44.webp');
  background-position: 20%;
  background-size: cover;
}

.cell.i12 {
  background-image: url('../images/or-food81.webp');
  background-size: cover;
}

.cell.i13 {
  background-image: url('../images/or-food100.webp');
  background-position: 50%;
  background-size: cover;
}

.cell.i14 {
  background-image: url('../images/one-rare4.webp');
  background-size: cover;
}

.cell.f15 {
  background-image: url('../images/or-food94.webp');
  background-position: 50% 80%;
  background-size: cover;
}

.cell.i16 {
  background-image: url('../images/or-food81.webp');
  background-size: cover;
}

.cell.i17 {
  background-image: url('../images/one-rare40.webp');
  background-position: 50%;
  background-size: cover;
}

.cell.f18 {
  background-image: url('../images/or-food102.webp');
  background-size: cover;
}

.cell.f19 {
  background-image: url('../images/one-rare12.webp');
  background-size: cover;
}

.cell.f20 {
  background-image: url('../images/one-rare55.webp');
  background-position: 50%;
  background-size: cover;
}

.cell.i29 {
  background-image: url('../images/wine-pic.webp');
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  max-width: 900px;
  margin-top: 23px;
  display: grid;
}

.html-embed {
  margin-top: 17px;
  margin-bottom: 0;
}

.facebook {
  background-color: #0000;
  background-image: url('../images/facebook-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  background-attachment: scroll;
  width: 30px;
  height: 30px;
  margin-right: 0;
  transition: transform .1s cubic-bezier(.55, .085, .68, .53);
}

.facebook:hover {
  background-color: #0000;
  transform: scale(1.06);
  box-shadow: 1px 1px 3px #00000042;
}

.contact-social-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
  position: static;
  bottom: 0;
  right: 0;
}

.c-footer-grid {
  grid-column-gap: 1em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .75fr .5fr;
}

.c-footer-after-wrapper {
  background-color: var(--dark);
  border-top: 1px solid #ffffff21;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.algin-center {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.c-footer {
  z-index: 5;
  position: relative;
}

.c-footer-grid-wrapper {
  padding-top: 0;
  padding-bottom: 11px;
}

.c-footer-after {
  width: 100%;
}

.twitter {
  background-color: #0000;
  background-image: url('../images/Insta-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  background-attachment: scroll;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  margin-right: 0;
  transition: transform .1s cubic-bezier(.55, .085, .68, .53);
}

.twitter:hover {
  background-color: #0000;
  transform: scale(1.06);
  box-shadow: 1px 1px 3px #00000042;
}

.c-footer-wrapper {
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.c-container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.foot1 {
  opacity: 1;
  color: #f7f7f7;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Euclidsquare, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.red-2 {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity .4s;
}

.red-2:hover {
  opacity: .69;
}

.footer-final {
  z-index: 99;
  background-color: var(--dark);
  position: relative;
}

.slide-3 {
  background-image: url('../images/or-food49.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-menu-menu-drop-down-trigger {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.heading-5 {
  color: var(--dark);
  text-align: left;
  text-transform: uppercase;
  font-family: Amiri, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.aaa {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 32px;
  font-family: Euclidsquare, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

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

.name {
  color: var(--maroon);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Euclidsquare, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

._00000001 {
  text-align: center;
  max-width: 1100px;
  padding-left: 0;
  padding-right: 0;
}

.slide-7 {
  background-image: url('../images/one-rare13.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.modal {
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  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: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-29 {
  object-fit: cover;
  border-radius: 6px;
  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: 10px;
  left: auto;
  right: 10px;
}

.modal__close:hover {
  opacity: 1;
}

.image-26 {
  filter: none;
}

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

._01 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 34px;
}

.slide01 {
  background-image: url('../images/or-food2.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.html-embed-7 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.nye-btn {
  text-transform: uppercase;
  margin-top: 23px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.nye-btn.oq {
  margin-top: 0;
}

.nye-btn.m-o {
  margin-top: 0;
  display: none;
}

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

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

.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-title {
  line-height: 1.5em;
}

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

.modern-button-icon.is-smaller {
  width: .8em;
  height: .8em;
  margin-left: .3em;
  font-size: 1.3em;
}

.modern-button {
  z-index: 20;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #3026271c;
  border: 1px solid #e2d6d84d;
  justify-content: space-between;
  align-items: center;
  padding: .7em 1.6em;
  font-family: Amiri, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .4s, padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

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

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

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

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

.brand:hover {
  opacity: .8;
}

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

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

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

.nav-link-2 {
  opacity: .75;
  color: #fff;
  letter-spacing: .2px;
  border-bottom: 4px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 2.2em;
  font-family: Euclidsquare, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: static;
}

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

.nav-link-2.w--current {
  opacity: 1;
  border-bottom-color: #fff;
}

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

.nav-flex-1 {
  background-color: #1616164d;
  justify-content: space-between;
  width: 100%;
  padding: 6px 4em;
  font-size: 13px;
  display: flex;
}

.nav-link-001 {
  color: #fff;
  letter-spacing: .05em;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 1.6em;
  padding-top: .6em;
  padding-bottom: .6em;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

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

.nav-link-001.oneone {
  margin-left: 0;
  font-family: Euclidsquare, sans-serif;
}

.modern-button-title {
  letter-spacing: .5px;
  text-transform: none;
  font-family: Euclidsquare, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.modern-button-title._09 {
  margin-top: 0;
  font-size: 13px;
}

.modern-button-title._09.pp {
  text-transform: uppercase;
}

.brand-claim {
  color: #fffc;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Euclidsquare, sans-serif;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.1em;
}

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

.nav-flex-2 {
  z-index: 10;
  background-color: #ffffff0d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 4em;
  font-size: 14px;
  display: flex;
  position: relative;
}

.subnav {
  align-items: center;
  font-size: 13px;
  display: flex;
}

.none000 {
  align-items: stretch;
  font-size: 14px;
  display: flex;
}

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

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

.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: 18em;
  padding: 2.2em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.nav-menu-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  display: flex;
  position: static;
}

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

.preview-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 10px;
  font-family: Amiri, sans-serif;
  font-size: 22px;
  text-decoration: none;
  transition: color .3s cubic-bezier(.55, .085, .68, .53);
}

.preview-link:hover {
  color: #d1b06b91;
  text-decoration: none;
}

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

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

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

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

.about-restaurant-flex.in-restaurant-cms {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: start;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  display: grid;
}

.restaurant-description-3 {
  opacity: .9;
  color: #161616;
  text-align: center;
  letter-spacing: 0;
  margin: 20px auto 45px;
  font-family: Euclidsquare, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7em;
}

.about-restaurant-line {
  background-color: var(--light);
  opacity: .46;
  width: 1px;
  height: 4em;
}

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

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

.container-5._0101 {
  margin-bottom: 0;
}

.col-title-3 {
  color: #161616;
  letter-spacing: 0;
  text-transform: none;
  font-family: Euclidsquare, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2em;
}

.image-36 {
  margin-top: 0;
  transition: opacity .475s;
}

.image-36:hover {
  opacity: .45;
}

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

.col-title-2 {
  color: var(--light);
  letter-spacing: 1px;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Amiri, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2em;
}

.about-restaurant-block {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 0;
  font-size: 15px;
  display: flex;
}

.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 {
  max-width: 80em;
  margin-bottom: 0;
  font-size: 15px;
}

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

.heading-6.title-style-1 {
  color: var(--light);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Amiri, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2em;
}

.rare {
  color: var(--dark);
  font-family: Euclidsquare, sans-serif;
  font-weight: 500;
}

.div-block-67 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .25fr .5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menus-2 {
  z-index: 10;
  background-color: var(--dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.wine-card-wrapper-2 {
  background-color: #343d4b;
  border: 2px solid #0000;
  border-radius: 0;
  flex-direction: column;
  flex-basis: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px;
  transition: all .75s;
  display: flex;
}

.wine-card-wrapper-2:hover {
  opacity: .53;
  border-style: solid;
  border-color: #d7b56e;
}

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

.wine-link-wrapper-2 {
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
}

.wine-link-wrapper-2:hover {
  text-decoration: none;
}

.sub1-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Amiri, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  display: block;
}

.sub1-3.sa {
  margin-bottom: 25px;
}

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

.reviews {
  z-index: 10;
  background-image: linear-gradient(#0a0a18ad, #0a0a18ad), url('../images/or-food55.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

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

.p_m-2.review {
  color: #ffffffe0;
  text-align: center;
  margin-bottom: 0;
  font-family: Euclidsquare, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.c-testimonials-grid-wrapper {
  margin-top: 8em;
  margin-bottom: 8em;
}

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

.none.type-color {
  color: #ffffffd6;
  text-transform: capitalize;
  margin-top: 7px;
  font-family: Euclidsquare, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

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

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

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

.revi {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Amiri, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.text-01 {
  color: #161616;
  margin-top: 20px;
  margin-bottom: 6px;
  font-family: Euclidsquare, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.space-large {
  z-index: 11;
  background-color: #f1f3f5;
  min-height: 100px;
  position: relative;
}

.contact-us-wrapper {
  grid-column-gap: 30px;
  align-items: stretch;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-5 {
  width: 100%;
}

.section-5.background-smoke {
  z-index: 11;
  background-color: var(--blueish);
  padding-top: 0;
  padding-bottom: 5px;
  position: relative;
}

.space-small {
  min-height: 30px;
}

.space {
  min-height: 90px;
}

.space._9 {
  min-height: 50px;
}

.contact-icon-2 {
  max-width: 20px;
  max-height: 20px;
  margin-top: 4px;
}

.contact-icon-2.invert {
  filter: invert();
}

.contact-us-form-wrapper {
  background-color: #fff;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.contact-us-card-description {
  color: #161616;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Euclidsquare, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.contact-us-card-description.newp {
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.contact-info {
  background-color: #fff;
  min-width: 100%;
  max-width: 100%;
  padding: 30px;
}

.contact-us-flex-block {
  grid-column-gap: 15px;
  align-items: center;
  width: 100%;
}

.html-embed-9 {
  height: 380px;
}

.max-width-1440px {
  align-self: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.max-width-1440px.show-overflow {
  overflow: visible;
}

.max-width-1440px.mail-list {
  background-color: #f0f2f4;
  max-width: none;
  padding-bottom: 35px;
  overflow: visible;
}

.contact-info-wrapper {
  grid-row-gap: 30px;
  outline-offset: 0px;
  outline: 1px solid #eee;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 30px;
}

.space00 {
  z-index: 11;
  background-color: #f1f3f5;
  min-height: 70px;
  position: relative;
}

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

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

.section-tab-menu {
  background-color: var(--dark);
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: auto;
  padding: 100px 50px;
  display: flex;
}

.section-tab-menu.dark {
  background-color: #200e0e;
}

.section-tab-menu.bb {
  padding-top: 100px;
}

._83838h-copy {
  margin-top: 0;
  margin-bottom: 50px;
}

.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-items.center {
  text-align: center;
  grid-template-columns: 1fr;
}

.tabs-men {
  width: 100%;
}

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

.heading-8._12 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 7px;
  font-family: Amiri, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.heading-8.bb {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Amiri, sans-serif;
  font-size: 55px;
  line-height: 50px;
}

.menu-box-2 {
  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-2.last {
  margin-bottom: 41px;
}

.heading-tab-fourth {
  color: #000;
  font-size: 15px;
  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;
}

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

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

.info-title.menu {
  color: #f1f1f1;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Amiri, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
}

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

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

.infotext {
  color: #102b4e80;
  font-size: 18px;
  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;
  margin-left: 0;
  margin-right: 0;
  font-family: Euclidsquare, sans-serif;
}

.infotext.menu {
  color: #ffffffcf;
  text-transform: lowercase;
  margin-bottom: 0;
  font-family: Euclidsquare, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.center-steak {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Euclidsquare, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.bold-text-3 {
  text-transform: uppercase;
  font-family: Amiri, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.slider-2 {
  height: 100%;
}

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

.slide-8 {
  background-image: url('../images/one-rare39.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/or-food84.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide3 {
  background-image: url('../images/or-food5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide4 {
  background-image: url('../images/one-rare20.webp');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: cover;
}

.right-arrow, .left-arrow {
  font-size: 30px;
}

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

.tabs-nav-item-underline {
  grid-column-gap: .5em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  padding: .9em 2em;
  font-size: 11px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-item-underline._01 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: .3em;
  max-width: 110px;
  padding: .5em .3em .4em;
  font-family: Euclidsquare, sans-serif;
}

.tabs-nav-item-underline._01.w--current {
  background-color: var(--blueish);
  opacity: .56;
  color: #000;
  border: 1px solid #fff;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.tabs-menu-underline-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  border-radius: 1.4em;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.tabs {
  width: 100%;
  margin-top: 10px;
}

.tabs-nav-text {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  letter-spacing: .15em;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Euclidsquare, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  position: relative;
}

.i5 {
  filter: none;
  color: #fff;
  background-color: #f8f8f8;
  background-image: url('../images/or-food76.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 250px;
  padding: 0;
  display: flex;
  position: relative;
}

.link-14 {
  color: var(--light);
  font-weight: 500;
  text-decoration: none;
}

.text-block-6 {
  margin-bottom: 22px;
  font-family: Euclidsquare, sans-serif;
  font-size: 15px;
}

.heading-9 {
  margin-top: 16px;
  font-family: Euclidsquare, sans-serif;
  font-size: 25px;
}

.code-embed {
  font-family: Euclidsquare, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.form, .body {
  font-size: 15px;
}

.menu-btn {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: .5px solid #fff;
  border-radius: .3em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 1.4em;
  font-family: Euclidsquare, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.menu-btn:hover {
  background-color: #000;
}

.menu-btn.w--current {
  background-color: var(--blueish);
  color: #312121;
}

.div-block-69 {
  z-index: 99;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 26px;
  padding-bottom: 15px;
  font-size: 14px;
  display: flex;
  position: sticky;
  top: 106px;
}

._09 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 19px;
  display: flex;
}

.holiday-btn-top {
  z-index: 20;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #3026271c;
  border: 1px solid #e2d6d84d;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: .4em .9em;
  font-family: Amiri, sans-serif;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .4s, padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.holiday-btn-top:hover {
  background-color: #fff3;
}

.holiday-btn-top.pop {
  border-color: #ff8a48;
}

.holiday-btn-top.menu-page {
  border-color: #a3d4e1;
  margin-top: 20px;
}

.nav-btn {
  z-index: 20;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #3026271c;
  border: 1px solid #e2d6d84d;
  justify-content: space-between;
  align-items: center;
  padding: .4em .8em;
  font-family: Amiri, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .4s, padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.nav-btn:hover {
  background-color: #ffffff17;
  padding-left: 2.2em;
  padding-right: 2.2em;
}

.nav-txt1 {
  text-transform: none;
  font-family: Euclidsquare, sans-serif;
  font-weight: 300;
}

.mother01 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Euclidsquare, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.nav-btn-holiday {
  z-index: 20;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #c5828961;
  border: 1px solid #e2d6d84d;
  justify-content: space-between;
  align-items: center;
  padding: .4em .8em;
  font-family: Amiri, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .4s, padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.nav-btn-holiday:hover {
  background-color: #ffffff17;
  padding-left: 1em;
  padding-right: 1em;
}

.fathers-btn {
  z-index: 2147483647;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  position: fixed;
  inset: auto .5% 1% auto;
}

.fathers-btn.not-fixed {
  margin-top: 18px;
  position: static;
}

.newsletter {
  z-index: 50;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#00000091, #00000091), url('../images/outside3.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: 140px 50px;
  display: flex;
  position: relative;
}

.newsletter-submit-button {
  z-index: 6;
  letter-spacing: .15em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0e1620;
  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: Euclidsquare, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: background-position .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  position: relative;
}

.newsletter-submit-button:hover {
  background-color: var(--light);
  background-position: 89%;
}

.form-error-message {
  background-color: #ffccd5;
  border: 1px solid #c9184a;
  padding: 2em;
}

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

.form-success-message-1.is-newsletter {
  background-color: #343e4b;
  padding-top: 2em;
  padding-bottom: 2em;
  font-family: Euclidsquare, sans-serif;
  font-weight: 300;
}

.div-block-68 {
  width: 100%;
  max-width: 1440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.form-error-paragraph {
  color: #191c1f;
  font-family: Euclidsquare, sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

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

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

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

.newsletter-field {
  z-index: 5;
  color: #fff;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #fff;
  min-height: 3em;
  margin-bottom: 10px;
  padding: .5em 0;
  font-family: Euclidsquare, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1em;
  transition: border-color .5s;
  position: relative;
}

.newsletter-field::placeholder {
  color: #ffffffa3;
  font-size: .9em;
}

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

.link-15 {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.link-15:hover {
  opacity: .67;
}

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

.policy {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Euclidsquare, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

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

.not-brunch {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Euclidsquare, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.bold-text-4 {
  text-transform: uppercase;
}

.image-38 {
  margin-top: 21px;
  margin-bottom: -15px;
}

.bold-text-5 {
  color: #b21a1a;
  text-transform: uppercase;
  font-weight: 600;
}

.bold-text-6 {
  color: #bd1616;
}

@media screen and (min-width: 1280px) {
  .main-container {
    z-index: 5;
    flex-direction: column;
  }
}

@media screen and (min-width: 1440px) {
  .main-container {
    left: auto;
  }

  .section-5.background-smoke {
    padding-bottom: 7px;
  }
}

@media screen and (max-width: 991px) {
  .hero-gradient {
    background-image: linear-gradient(to bottom, #191d23e6, #191d231a 50%, var(--dark-color));
  }

  .details-wrapper {
    padding-top: 2em;
    padding-left: 2em;
  }

  .splide.slider1 {
    width: 100%;
    font-size: 1vw;
    overflow: visible;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub-heading._001 {
    margin-bottom: 4px;
  }

  .heading-h.white00 {
    font-size: 40px;
  }

  .heading-h.fa {
    font-size: 40px;
    line-height: 45px;
  }

  .heading-h.left {
    margin-bottom: 30px;
  }

  .about {
    padding-top: 50px;
    padding-bottom: 55px;
  }

  .div-block-4 {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

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

  .div-block-18 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-6 {
    margin-top: 10px;
  }

  .parallax-main, .parallax-main.lunch {
    height: 400px;
  }

  .parallax-main.brunch {
    background-attachment: scroll;
    height: 400px;
  }

  .parallax-main.para-1 {
    background-position: 50%;
    background-attachment: scroll;
    height: 400px;
  }

  .parallax-main.para-2 {
    background-attachment: scroll;
    height: 400px;
  }

  .parallax-main.para-3 {
    background-position: 50% 100%;
    background-attachment: scroll;
    height: 400px;
    display: none;
  }

  .parallax-main.para4 {
    background-attachment: scroll;
    height: 400px;
    display: none;
  }

  .parallax-main.para5 {
    background-position: 50% 100%;
    background-attachment: scroll;
    height: 400px;
  }

  .parallax-main.para6 {
    background-attachment: scroll;
    height: 400px;
  }

  .parallax-main.father {
    height: 400px;
  }

  .parallax-main.thanks {
    height: 400px;
    padding-top: 234px;
    padding-bottom: 142px;
  }

  .parallax-main.xmas, .parallax-main.nye {
    height: 400px;
  }

  .parallax-main.full {
    height: auto;
    padding-top: 234px;
    padding-bottom: 142px;
  }

  .parallax-main.vday, .parallax-main.easter, .parallax-main.mother {
    height: 400px;
  }

  .div-block-20 {
    padding-right: 0;
  }

  .section-3 {
    background-attachment: scroll, scroll;
    height: auto;
    padding: 134px 51px;
  }

  .paragraph-4 {
    line-height: 35px;
  }

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

  .wine-wrapper.d {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    max-width: none;
    display: grid;
  }

  .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._01010 {
    margin-top: 0;
  }

  .content-holder {
    margin-left: 5%;
    margin-right: 5%;
  }

  ._50-percent-column.contact-form {
    width: 100%;
  }

  ._50-percent-column.right {
    width: 100%;
    min-height: 500px;
  }

  .content-section {
    padding-top: 111px;
  }

  .content-section.pe {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section.access {
    margin-top: 140px;
    padding-top: 68px;
    padding-bottom: 50px;
  }

  .order {
    flex-wrap: wrap;
    padding-top: 3px;
  }

  .gallert {
    padding: 50px;
  }

  .main-container {
    justify-content: center;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-2 {
    grid-auto-flow: row dense;
  }

  .c-footer-grid {
    grid-template-columns: 1fr .5fr .75fr .5fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .c-footer-grid-wrapper {
    width: 100%;
  }

  .c-container {
    align-items: center;
  }

  .c-container.footer-after {
    align-items: stretch;
  }

  .c-container.footer {
    align-items: flex-start;
    padding-left: 50px;
    padding-right: 50px;
  }

  .link-block {
    margin-left: 2px;
  }

  .gallery-lightbox {
    height: 13em;
  }

  .nye-btn.m-o {
    display: block;
  }

  .dropdown-list {
    box-shadow: none;
    background-color: #0000;
    position: relative;
    top: 0;
  }

  .dropdown-list.w--open {
    background-color: #0000;
    border-bottom: 1px solid #10131f;
  }

  .burger-icon {
    width: 1em;
    height: 1em;
    margin-right: .7em;
    font-size: .8em;
  }

  .modern-button {
    padding: 1.5em 2.5em;
  }

  .modern-button:hover {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .menu-button {
    border-bottom: 2px solid #0000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
    padding: .6em 0 .5em;
    font-family: Euclidsquare, sans-serif;
    font-weight: 300;
  }

  .menu-button.w--open {
    background-color: #0000;
    border-bottom-color: #fff;
  }

  .dropdown-icon {
    margin-left: .5em;
  }

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

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

  .nav-link-2.is-dropdown {
    min-height: auto;
  }

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

  .dropdown-image-color {
    background-image: linear-gradient(270deg, #30262700, #2c191bf2);
  }

  .nav-flex-2 {
    align-items: center;
    min-height: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .none000 {
    flex-flow: column;
    justify-content: flex-start;
    padding: 1.7em 4em;
  }

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

  .nav-ctas {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 2.5em;
    display: none;
  }

  .dropdown-image-size {
    min-height: auto;
    padding-top: 5em;
  }

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

  .nav-menu-2 {
    background-color: #161616e6;
    border-bottom: 1px solid #ffffff3b;
    position: absolute;
    top: 4em;
  }

  .menu-title {
    color: #fff;
    font-size: 13px;
    line-height: 1.3em;
  }

  .button-block {
    display: none;
  }

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

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

  .about-restaurant-flex.in-restaurant-cms {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    place-items: center;
    width: 100%;
  }

  .restaurant-description-3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .container-5._0101 {
    width: 100%;
  }

  .section-4.about {
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-restaurant-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .max-width-block-57em {
    max-width: 50em;
  }

  .max-width-block-57em.with-margin-6em {
    max-width: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-67 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: wrap;
  }

  .menus-2 {
    padding: 50px;
  }

  .wine-card-wrapper-2 {
    align-items: center;
    width: auto;
    min-width: auto;
    display: flex;
  }

  .wine-link-wrapper-2 {
    width: auto;
  }

  .reviews {
    background-image: linear-gradient(to bottom, null, null), url('../images/outside3.jpg');
    background-attachment: scroll, scroll;
    flex-flow: column;
    height: auto;
    padding: 50px;
  }

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

  .c-testimonials-grid-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .space-large {
    min-height: 80px;
  }

  .contact-us-wrapper {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-direction: column;
    max-width: 100%;
    margin-left: 50px;
    margin-right: 50px;
  }

  .section-5 {
    display: none;
  }

  .section-5.background-smoke {
    padding-bottom: 5px;
    display: block;
  }

  .space {
    min-height: 80px;
  }

  .space._9 {
    min-height: 50px;
  }

  .contact-us-form-wrapper {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .contact-us-card-description.newp {
    align-self: center;
  }

  .contact-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    display: flex;
  }

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

  .contact-us-flex-block.left {
    justify-content: center;
    align-items: center;
  }

  .html-embed-9 {
    height: 400px;
  }

  .contact-info-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 0;
    display: grid;
  }

  .space00 {
    min-height: 50px;
  }

  .container-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-tab-menu {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .menu-items {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-8 {
    text-align: center;
  }

  .heading-8._12 {
    font-size: 30px;
  }

  .heading-8.bb {
    margin-bottom: 18px;
    font-size: 40px;
  }

  .tab-menu {
    flex-direction: row;
  }

  .div-block-69 {
    top: 98px;
  }

  .nav-btn:hover, .nav-btn-holiday:hover {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .newsletter {
    background-attachment: scroll, scroll;
    height: auto;
    padding: 134px 51px;
  }

  .div-block-68 {
    width: 100%;
    margin-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .newsletter-form {
    width: auto;
  }

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

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

  .newsletter-block {
    width: auto;
  }

  .newsletter-field::placeholder {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 767px) {
  .ck-modal__exit-btn {
    margin-right: 1.25rem;
  }

  .heading-h.white00 {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-h.fa {
    margin-bottom: 0;
    font-size: 35px;
  }

  .heading-h.left {
    font-size: 35px;
  }

  .heading-h._5569 {
    text-align: left;
    line-height: 45px;
  }

  .about {
    padding: 50px 30px;
  }

  .abt-p {
    width: 100%;
  }

  .text-block-4 {
    display: none;
  }

  .text-block-3 {
    width: 200px;
  }

  .parallax-main, .parallax-main.lunch, .parallax-main.brunch, .parallax-main.para-1, .parallax-main.para-2, .parallax-main.para-3, .parallax-main.para4, .parallax-main.para5, .parallax-main.para6 {
    background-attachment: scroll;
    height: 300px;
  }

  .parallax-main.father, .parallax-main.thanks, .parallax-main.xmas, .parallax-main.nye {
    height: auto;
    padding-top: 212px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .parallax-main.full {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .parallax-main.vday, .parallax-main.easter, .parallax-main.mother {
    height: auto;
    padding-top: 212px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-3 {
    height: auto;
    padding: 89px 30px;
  }

  .paragraph-4 {
    font-size: 25px;
    line-height: 33px;
  }

  .image-6 {
    width: 8%;
    max-width: 80%;
  }

  .wine-wrapper.d {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    justify-items: center;
    width: auto;
    margin-top: 30px;
  }

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

  .section-header._8996 {
    justify-content: center;
    align-items: flex-start;
  }

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

  .content-holder.res {
    margin-bottom: 15px;
  }

  .content-holder._9784 {
    margin-bottom: 0;
  }

  ._50-percent-column {
    width: 100%;
  }

  ._50-percent-column.contact-form {
    padding: 31px;
  }

  ._50-percent-column.righ0 {
    height: 300px;
  }

  .flex-wrapper._00s {
    margin-top: -15px;
  }

  .content-section.pe {
    background-image: none;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-section.access {
    background-image: none;
    margin-top: 126px;
    padding: 50px 30px;
  }

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

  .order {
    flex-wrap: wrap;
    justify-content: center;
  }

  .gallert {
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cell, .cell.v2, .cell.v4, .cell.v3, .cell.v66, .cell.i1, .cell.i2, .cell.i3, .cell.i4 {
    min-height: 200px;
  }

  .contact-social-wrapper {
    text-align: center;
    justify-content: center;
  }

  .c-footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 12px;
    justify-items: center;
  }

  .c-footer-contact {
    text-align: left;
    width: 100%;
  }

  .c-footer-contact._0a0 {
    text-align: center;
  }

  .twitter {
    margin-right: 0;
  }

  .c-footer-nav-headline-wrapper {
    text-align: center;
  }

  .c-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-container.footer {
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .aaa {
    width: 100%;
  }

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

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

  .gallery-lightbox {
    height: 10em;
  }

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

  .menu-button {
    padding-top: .4em;
    padding-bottom: .4em;
  }

  .nav-link-2 {
    margin-right: 1.8em;
  }

  .nav-flex-1 {
    min-height: 4em;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link-001.oneone {
    font-size: 12px;
  }

  .modern-button-title {
    font-size: 1em;
  }

  .brand-claim {
    display: none;
  }

  .nav-flex-2 {
    padding: 9px 30px;
  }

  .subnav {
    font-size: 9px;
  }

  .dropdown-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .brand-logo-image {
    margin-bottom: 0;
  }

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

  .about-restaurant-flex {
    flex-direction: column;
    justify-content: center;
  }

  .about-restaurant-line {
    width: 60%;
    height: 1px;
  }

  .section-4.about {
    padding-left: 30px;
    padding-right: 30px;
  }

  .col-title-2 {
    margin-bottom: 4px;
    font-size: 16px;
  }

  .about-restaurant-block {
    flex: 0 auto;
    width: 100%;
    min-width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .max-width-block-57em.with-margin-6em {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6.title-style-1 {
    font-size: 35px;
  }

  .menus-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wine-card-wrapper-2 {
    align-items: center;
    min-height: auto;
    margin-right: 0;
  }

  .sub1-3 {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 50px;
  }

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

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

  .p_m-2.review {
    font-size: 15px;
  }

  .c-testimonials-gird {
    grid-row-gap: 4em;
  }

  .revi {
    text-align: center;
  }

  .text-01 {
    width: 100%;
    margin-top: 0;
  }

  .space-large {
    min-height: 30px;
  }

  .contact-us-wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }

  .section-5.background-smoke {
    padding-bottom: 3px;
  }

  .contact-us-form-wrapper {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .contact-info, .contact-us-flex-block.left {
    align-items: center;
  }

  .contact-info-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .space00 {
    min-height: 30px;
  }

  .container-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-tab-menu {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._83838h-copy {
    margin-top: 13px;
  }

  .menu-items {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-8._12 {
    font-size: 27px;
  }

  .heading-8.bb {
    margin-bottom: 5px;
    font-size: 35px;
  }

  .info-title.menu {
    text-align: center;
  }

  .first-tab {
    width: 90%;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .first-tab.w--current {
    width: 90%;
  }

  .tab-menu {
    flex-direction: column;
    align-items: center;
  }

  .infotext.menu {
    text-align: center;
  }

  .center-steak {
    width: 100%;
  }

  .tabs {
    margin-top: 0;
  }

  .i5 {
    min-height: 200px;
  }

  .div-block-69 {
    top: 107px;
  }

  .nav-btn {
    font-size: 13px;
  }

  .nav-txt1 {
    font-size: 1em;
  }

  .mother01 {
    width: 100%;
  }

  .nav-btn-holiday {
    font-size: 13px;
  }

  .fathers-btn {
    margin-top: 11px;
    margin-bottom: 36px;
    margin-left: 0;
  }

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

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

  .div-block-68 {
    margin-bottom: 23px;
    padding-top: 33px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .newsletter-field {
    font-size: 15px;
  }

  .newsletter-field::placeholder {
    font-size: 1em;
  }

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

  .policy {
    width: 100%;
  }

  .not-brunch {
    width: 100%;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 479px) {
  .hero-gradient {
    background-image: linear-gradient(to bottom, transparent, #191d2326 62%, var(--dark-color));
  }

  .splide.slider1 {
    width: 145%;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .heading-h {
    font-size: 35px;
  }

  .heading-h.fa {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-h._5569 {
    margin-bottom: 25px;
  }

  .abt-p {
    margin-top: 0;
  }

  .div-block-4 {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 100px;
    display: flex;
  }

  .div-block-17 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .div-block-18 {
    display: none;
  }

  .text-block-4 {
    font-size: 3vw;
    display: none;
  }

  .div-block-6 {
    margin-top: 0;
  }

  .text-block-3 {
    width: 100%;
    margin-bottom: -33px;
    margin-left: 0;
    margin-right: 0;
    font-size: 11px;
  }

  .parallax-main.father {
    padding-top: 179px;
  }

  .parallax-main.thanks {
    padding-top: 179px;
    padding-bottom: 78px;
  }

  .parallax-main.xmas {
    background-image: linear-gradient(#00000040, #000000cf), url('../images/blog-bluechristmas_1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 179px;
  }

  .parallax-main.nye {
    padding-top: 179px;
  }

  .parallax-main.full {
    padding-top: 204px;
    padding-bottom: 78px;
  }

  .parallax-main.vday {
    padding-top: 115px;
  }

  .parallax-main.easter {
    background-position: 0 0, 50% 0;
    padding-top: 179px;
  }

  .parallax-main.mother {
    padding-top: 179px;
  }

  .div-block-20 {
    right: 20px;
  }

  .wine-wrapper.d {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    display: grid;
  }

  .menu-nts {
    min-width: 0;
    font-size: 12px;
  }

  .menu-nts._01010 {
    height: auto;
    padding: 11px 9px;
  }

  .c-star {
    width: 21px;
    height: 21px;
  }

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

  ._50-percent-column.contact-form {
    padding: 22px 13px;
  }

  ._50-percent-column.right {
    min-height: 400px;
  }

  ._50-percent-column._9a9a {
    padding: 22px 13px;
  }

  .flex-wrapper._00s {
    margin-top: 4px;
  }

  .content-section.pe {
    background-position: -50px 0;
    background-size: 100px;
  }

  .content-section.access {
    background-image: none;
    margin-top: 112px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

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

  .order {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0;
  }

  .main-container {
    max-width: 100%;
    padding-bottom: 0;
  }

  .cell, .cell.v2 {
    min-height: 150px;
  }

  .cell.v4, .cell.v3 {
    min-height: 130px;
  }

  .cell.v66, .cell.v172 {
    min-height: 150px;
  }

  .cell.rfrew {
    min-height: 200px;
  }

  .cell.retre, .cell._20, .cell.i1 {
    min-height: 150px;
  }

  .cell.i2 {
    min-height: 130px;
  }

  .cell.i3 {
    min-height: 150px;
  }

  .cell.i4 {
    min-height: 130px;
  }

  .cell.f15 {
    min-height: 150px;
  }

  .cell.i17 {
    min-height: 200px;
  }

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

  .contact-social-wrapper {
    height: auto;
  }

  .c-footer-grid {
    grid-column-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .c-footer-grid-wrapper {
    padding-top: 16px;
  }

  .c-container {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .name {
    text-align: left;
  }

  .slide-7 {
    background-image: url('../images/outside5.webp');
  }

  .modal {
    padding: 0;
  }

  .modal__body {
    border-radius: 0;
    flex-direction: column;
    width: 90%;
    margin: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-6 {
    object-fit: cover;
    height: auto;
  }

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

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

  ._01 {
    text-align: center;
  }

  .slide01 {
    background-image: url('../images/or-food41.webp');
  }

  .html-embed-7 {
    margin-bottom: 0;
  }

  .nye-btn {
    margin-top: 7px;
    margin-bottom: 19px;
  }

  .nye-btn.oq, .nye-btn.m-o {
    margin-bottom: 0;
    transform: scale(.9);
  }

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

  .burger-icon {
    margin-right: .5em;
  }

  .modern-button {
    padding-left: 1.8em;
    padding-right: 1.8em;
    font-size: .9em;
  }

  .modern-button.in-dropdown {
    padding: .4em 1.8em .4em 1em;
  }

  .brand {
    font-size: .8em;
  }

  .nav-link-2 {
    min-height: 3em;
  }

  .nav-flex-1 {
    min-height: 3.3em;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-link-001.oneone {
    display: none;
  }

  .brand-claim {
    font-size: .9em;
  }

  .nav-flex-2 {
    padding: 0 5vw;
  }

  .none000 {
    padding-top: .6em;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .dropdown-grid {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .dropdown-image-size {
    align-items: flex-start;
    padding-top: 3.2em;
    padding-bottom: 1em;
    padding-left: 1em;
  }

  .menu-title {
    font-size: .6em;
  }

  .padding-inner.pb-0em-copy-copy {
    padding-top: 0;
  }

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

  .wine-card-wrapper-2 {
    min-width: auto;
    height: auto;
    min-height: 220px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
    display: flex;
  }

  .text-lbutton-layout-3-blog-2 {
    letter-spacing: 0;
    font-size: 15px;
  }

  .wine-link-wrapper-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .sub1-3 {
    font-size: 35px;
  }

  .p_m-2.review {
    text-align: center;
  }

  .c-testimonials-grid-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .c-testimonials-text-wrapper {
    align-items: center;
  }

  .none.type-color {
    margin-top: 0;
    margin-bottom: 0;
  }

  .c-testimonials-gird {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .section-5 {
    overflow: hidden;
  }

  .section-5.background-smoke {
    padding-bottom: 4px;
  }

  .space-small {
    min-height: 1px;
  }

  .contact-us-form-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    top: 0;
  }

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

  .contact-info {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding: 15px 17px 20px;
  }

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

  .html-embed-9 {
    height: 300px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .max-width-1440px.mail-list {
    padding-bottom: 8px;
  }

  .contact-info-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-tab-menu {
    padding-bottom: 50px;
  }

  .section-tab-menu.bb {
    padding-top: 70px;
  }

  ._83838h-copy {
    margin-top: 9px;
    margin-bottom: 42px;
  }

  .heading-8 {
    font-size: 42px;
    line-height: 45px;
  }

  .heading-8._12 {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 400;
  }

  .heading-8.bb {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }

  .menu-box-2 {
    margin-bottom: 39px;
  }

  .heading-tab-fourth {
    width: auto;
  }

  .info-title {
    margin-top: 0;
  }

  .info-title.menu {
    text-align: center;
    letter-spacing: 1px;
    font-size: 15px;
  }

  .first-tab {
    text-align: center;
    border: 1px solid #cfd6a4;
    width: 90%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tab-menu {
    flex-direction: column;
    align-items: center;
  }

  .infotext.top {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .infotext.menu {
    text-align: center;
    font-size: 14px;
  }

  .tabs-nav-item-underline {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .tabs-nav-item-underline._01 {
    min-width: 200px;
  }

  .tabs-menu-underline-wrapper {
    flex-flow: column;
    padding: .8em 1em 1em;
  }

  .i5 {
    min-height: 150px;
  }

  .menu-btn {
    letter-spacing: .5px;
    padding: 6px 1em;
    font-size: 12px;
  }

  .div-block-69 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: wrap;
    padding-left: 16px;
    padding-right: 16px;
    top: 83px;
  }

  ._09 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .holiday-btn-top {
    letter-spacing: 0;
    font-size: .9em;
  }

  .holiday-btn-top.menu-page {
    margin-top: 0;
  }

  .nav-btn {
    font-size: .9em;
  }

  .nav-btn:hover {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-btn-holiday {
    font-size: .9em;
  }

  .nav-btn-holiday:hover {
    padding-left: 1em;
    padding-right: 1em;
  }

  .fathers-btn {
    margin-top: 7px;
    margin-bottom: 0;
    right: 1%;
    transform: scale(.9);
  }

  .newsletter {
    background-image: linear-gradient(to bottom, null, null), url('../images/outside3.jpg');
    background-position: 0 0, 10% 0;
  }

  .newsletter-submit-button {
    width: 100%;
  }

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

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

  .div-block-68 {
    padding-top: 25px;
  }

  .newsletter-form-inner {
    flex-wrap: wrap;
    max-width: 80%;
  }

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

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

  .newsletter-field {
    text-align: center;
    width: 100%;
    margin-bottom: 1em;
  }

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

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

  .list, .list-2 {
    padding-left: 20px;
  }

  .not-brunch {
    margin-top: 16px;
  }
}

#w-node-_92393b0f-56a7-9d3e-366c-7c3aeaffca8f-b1892761 {
  place-self: center start;
}

#w-node-_92393b0f-56a7-9d3e-366c-7c3aeaffca93-b1892761, #w-node-_17d2a615-2b46-5488-cc6a-481d4272b732-b1892761, #w-node-_8eafca6b-539f-1d23-f47d-8150198ec6d1-b1892761, #w-node-ef03e7e8-cdd5-68f1-0eb7-030a065c2abe-b1892761, #w-node-_8afc0ebb-3c31-f88f-141b-792744b1c2f2-b1892761, #w-node-_8540bf30-7dd9-cba2-fcec-fee204c92038-b1892761 {
  place-self: center;
}

#w-node-_739e0976-7099-ef55-6ba5-94aacb36f44e-b1892761 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_739e0976-7099-ef55-6ba5-94aacb36f452-b1892761 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_739e0976-7099-ef55-6ba5-94aacb36f456-b1892761 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_739e0976-7099-ef55-6ba5-94aacb36f466-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f45e-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f45a-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f462-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f46a-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f46e-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f47a-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f472-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f476-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f47e-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f482-b1892761 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_739e0976-7099-ef55-6ba5-94aacb36f486-b1892761 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_739e0976-7099-ef55-6ba5-94aacb36f48a-b1892761 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_739e0976-7099-ef55-6ba5-94aacb36f48e-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f492-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f496-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f49a-b1892761 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_739e0976-7099-ef55-6ba5-94aacb36f49e-b1892761 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_739e0976-7099-ef55-6ba5-94aacb36f4a2-b1892761 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_739e0976-7099-ef55-6ba5-94aacb36f4a6-b1892761 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_739e0976-7099-ef55-6ba5-94aacb36f4aa-b1892761 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_739e0976-7099-ef55-6ba5-94aacb36f4ae-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f4b2-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f4b6-b1892761, #w-node-a36930a4-fa2c-ac59-923d-6526328690ff-b1892761, #w-node-_689aebec-5022-ef9c-885d-6d3228c9c3ea-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca256417-b1892761 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d4e8a-eec7-f941-8094-27e2ca25641b-b1892761 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_390d4e8a-eec7-f941-8094-27e2ca25641f-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca256423-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca256427-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25642b-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25642f-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca256433-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca256437-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25643b-b1892761 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d4e8a-eec7-f941-8094-27e2ca25643f-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca256443-b1892761 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_390d4e8a-eec7-f941-8094-27e2ca256447-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25644b-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25644f-b1892761 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d4e8a-eec7-f941-8094-27e2ca256453-b1892761 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_390d4e8a-eec7-f941-8094-27e2ca256457-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25645b-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25645f-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca256463-b1892761, #w-node-a061551b-7fc9-6705-3523-edfb2055516d-b1892761, #w-node-a061551b-7fc9-6705-3523-edfb20555172-b1892761 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8845314-9a13-4a8a-c33c-ee2a3942132d-39421322 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: center;
}

#w-node-_8201c01f-77c8-7e44-22c6-bae734be9497-39421322, #w-node-_3bd806b5-9868-0ff8-2b35-dcbeb5da18d2-39421322 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_38127b4b-4ce0-4659-c257-32e22fc0aa50-e0560c5d, #w-node-_2c83a511-419f-2afc-0b07-34024a8ea695-e0560c5d, #w-node-_959a8107-325a-ffe3-bb2e-76fb2530b821-e8028732, #w-node-_959a8107-325a-ffe3-bb2e-76fb2530b824-e8028732, #w-node-_959a8107-325a-ffe3-bb2e-76fb2530b827-e8028732, #w-node-_959a8107-325a-ffe3-bb2e-76fb2530b82a-e8028732, #w-node-_959a8107-325a-ffe3-bb2e-76fb2530b82d-e8028732, #w-node-_959a8107-325a-ffe3-bb2e-76fb2530b830-e8028732, #w-node-_959a8107-325a-ffe3-bb2e-76fb2530b83b-e8028732, #w-node-_959a8107-325a-ffe3-bb2e-76fb2530b83e-e8028732, #w-node-_959a8107-325a-ffe3-bb2e-76fb2530b841-e8028732, #w-node-_959a8107-325a-ffe3-bb2e-76fb2530b844-e8028732, #w-node-_959a8107-325a-ffe3-bb2e-76fb2530b847-e8028732, #w-node-c5aae42d-9ae6-dc37-773f-67594d49f359-6f773e5e, #w-node-c5aae42d-9ae6-dc37-773f-67594d49f359-163a4264, #w-node-f8c062f7-21d0-b107-f273-d59066007a54-163a4264, #w-node-_67593d92-2b7e-3477-6d70-60d64589e08a-163a4264, #w-node-_7d857b11-dc23-d9d3-1c1c-90c9e27cdac8-163a4264, #w-node-cf645af9-5720-435f-1e34-bf64793329b4-163a4264, #w-node-_59d1b45f-d5f1-2e3f-3b66-b92ef7648977-163a4264, #w-node-_9d23d411-625f-ff89-5b48-a9e3fc03d3d9-163a4264, #w-node-_9d23d411-625f-ff89-5b48-a9e3fc03d3dc-163a4264, #w-node-_9d23d411-625f-ff89-5b48-a9e3fc03d3df-163a4264, #w-node-_9d23d411-625f-ff89-5b48-a9e3fc03d3e2-163a4264, #w-node-_9d23d411-625f-ff89-5b48-a9e3fc03d3e5-163a4264, #w-node-c5aae42d-9ae6-dc37-773f-67594d49f359-8fb5cd9e, #w-node-f8c062f7-21d0-b107-f273-d59066007a54-8fb5cd9e, #w-node-_67593d92-2b7e-3477-6d70-60d64589e08a-8fb5cd9e, #w-node-_7d857b11-dc23-d9d3-1c1c-90c9e27cdac8-8fb5cd9e, #w-node-cf645af9-5720-435f-1e34-bf64793329b4-8fb5cd9e, #w-node-_59d1b45f-d5f1-2e3f-3b66-b92ef7648977-8fb5cd9e, #w-node-_9d23d411-625f-ff89-5b48-a9e3fc03d3d9-8fb5cd9e, #w-node-_9d23d411-625f-ff89-5b48-a9e3fc03d3dc-8fb5cd9e, #w-node-_9d23d411-625f-ff89-5b48-a9e3fc03d3df-8fb5cd9e, #w-node-_9d23d411-625f-ff89-5b48-a9e3fc03d3e2-8fb5cd9e, #w-node-_9d23d411-625f-ff89-5b48-a9e3fc03d3e5-8fb5cd9e, #w-node-f8c062f7-21d0-b107-f273-d59066007a54-5ecd4f5c, #w-node-_67593d92-2b7e-3477-6d70-60d64589e08a-5ecd4f5c, #w-node-_7d857b11-dc23-d9d3-1c1c-90c9e27cdac8-5ecd4f5c, #w-node-cf645af9-5720-435f-1e34-bf64793329b4-5ecd4f5c, #w-node-_59d1b45f-d5f1-2e3f-3b66-b92ef7648977-5ecd4f5c, #w-node-_19753b1a-e484-6c1c-32be-d2c2e5293f94-5ecd4f5c, #w-node-_9d23d411-625f-ff89-5b48-a9e3fc03d3d9-5ecd4f5c, #w-node-_9d23d411-625f-ff89-5b48-a9e3fc03d3dc-5ecd4f5c, #w-node-_9d23d411-625f-ff89-5b48-a9e3fc03d3df-5ecd4f5c, #w-node-_9d23d411-625f-ff89-5b48-a9e3fc03d3e2-5ecd4f5c, #w-node-_9d23d411-625f-ff89-5b48-a9e3fc03d3e5-5ecd4f5c, #w-node-c5aae42d-9ae6-dc37-773f-67594d49f359-c097675f, #w-node-_91d9d058-8a24-cdb5-c166-f7f065d82b58-c097675f, #w-node-b57940fb-5ece-a2f8-18b2-2f48f6124fe0-68615e4e, #w-node-b57940fb-5ece-a2f8-18b2-2f48f6124fe3-68615e4e, #w-node-b57940fb-5ece-a2f8-18b2-2f48f6124fe6-68615e4e, #w-node-b57940fb-5ece-a2f8-18b2-2f48f6124fec-68615e4e, #w-node-b57940fb-5ece-a2f8-18b2-2f48f6124ff2-68615e4e, #w-node-b57940fb-5ece-a2f8-18b2-2f48f6124ff8-68615e4e, #w-node-b57940fb-5ece-a2f8-18b2-2f48f6125009-68615e4e, #w-node-b57940fb-5ece-a2f8-18b2-2f48f6125006-68615e4e, #w-node-b57940fb-5ece-a2f8-18b2-2f48f612500c-68615e4e, #w-node-b57940fb-5ece-a2f8-18b2-2f48f612500f-68615e4e, #w-node-b57940fb-5ece-a2f8-18b2-2f48f6125012-68615e4e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_739e0976-7099-ef55-6ba5-94aacb36f452-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f456-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f466-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f45e-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_739e0976-7099-ef55-6ba5-94aacb36f45a-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f46a-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_739e0976-7099-ef55-6ba5-94aacb36f47a-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f472-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f476-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f47e-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f482-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f486-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f48a-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f48e-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f492-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f496-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f49a-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f49e-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f4a2-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f4a6-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f4aa-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f4ae-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f4b2-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_739e0976-7099-ef55-6ba5-94aacb36f4b6-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a36930a4-fa2c-ac59-923d-6526328690ff-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_689aebec-5022-ef9c-885d-6d3228c9c3ea-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_390d4e8a-eec7-f941-8094-27e2ca25641b-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25641f-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_390d4e8a-eec7-f941-8094-27e2ca256423-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_390d4e8a-eec7-f941-8094-27e2ca256427-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25642f-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_390d4e8a-eec7-f941-8094-27e2ca256433-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_390d4e8a-eec7-f941-8094-27e2ca25643b-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25643f-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca256443-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca256447-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25644b-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25644f-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca256453-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca256457-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_390d4e8a-eec7-f941-8094-27e2ca25645b-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25645f-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_390d4e8a-eec7-f941-8094-27e2ca256463-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a061551b-7fc9-6705-3523-edfb2055516d-b1892761 {
    place-self: center;
  }

  #w-node-_3948ef56-c89e-b366-c613-5bb65603548b-b1892761, #w-node-_3948ef56-c89e-b366-c613-5bb656035490-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8845314-9a13-4a8a-c33c-ee2a3942132d-39421322 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: auto;
  }

  #w-node-_8201c01f-77c8-7e44-22c6-bae734be9497-39421322, #w-node-_3bd806b5-9868-0ff8-2b35-dcbeb5da18d2-39421322 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_739e0976-7099-ef55-6ba5-94aacb36f44e-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_739e0976-7099-ef55-6ba5-94aacb36f452-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_739e0976-7099-ef55-6ba5-94aacb36f456-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_739e0976-7099-ef55-6ba5-94aacb36f466-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_739e0976-7099-ef55-6ba5-94aacb36f45e-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f45a-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f462-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f46a-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f46e-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f47a-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f472-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_739e0976-7099-ef55-6ba5-94aacb36f476-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_739e0976-7099-ef55-6ba5-94aacb36f47e-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f482-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_739e0976-7099-ef55-6ba5-94aacb36f486-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_739e0976-7099-ef55-6ba5-94aacb36f48a-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_739e0976-7099-ef55-6ba5-94aacb36f48e-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_739e0976-7099-ef55-6ba5-94aacb36f492-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_739e0976-7099-ef55-6ba5-94aacb36f496-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_739e0976-7099-ef55-6ba5-94aacb36f49a-b1892761 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_739e0976-7099-ef55-6ba5-94aacb36f49e-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f4a2-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f4a6-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f4aa-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f4ae-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f4b2-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_739e0976-7099-ef55-6ba5-94aacb36f4b6-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a36930a4-fa2c-ac59-923d-6526328690ff-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_689aebec-5022-ef9c-885d-6d3228c9c3ea-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_390d4e8a-eec7-f941-8094-27e2ca256417-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_390d4e8a-eec7-f941-8094-27e2ca25641b-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_390d4e8a-eec7-f941-8094-27e2ca25641f-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca256423-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca256427-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25642b-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_390d4e8a-eec7-f941-8094-27e2ca25642f-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_390d4e8a-eec7-f941-8094-27e2ca256433-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca256437-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25643b-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_390d4e8a-eec7-f941-8094-27e2ca25643f-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_390d4e8a-eec7-f941-8094-27e2ca256443-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca256447-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25644b-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_390d4e8a-eec7-f941-8094-27e2ca25644f-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_390d4e8a-eec7-f941-8094-27e2ca256453-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca256457-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25645b-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_390d4e8a-eec7-f941-8094-27e2ca25645f-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_390d4e8a-eec7-f941-8094-27e2ca256463-b1892761 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3948ef56-c89e-b366-c613-5bb65603547f-b1892761, #w-node-_3948ef56-c89e-b366-c613-5bb656035484-b1892761, #w-node-_3948ef56-c89e-b366-c613-5bb65603548b-b1892761, #w-node-_3948ef56-c89e-b366-c613-5bb656035490-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8845314-9a13-4a8a-c33c-ee2a3942132d-39421322 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: center;
  }

  #w-node-_5cf8af8d-df82-4bfc-b417-1243d1ed2532-d1ed252f, #w-node-_5cf8af8d-df82-4bfc-b417-1243d1ed2547-d1ed252f, #w-node-_5cf8af8d-df82-4bfc-b417-1243d1ed255c-d1ed252f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_38127b4b-4ce0-4659-c257-32e22fc0aa50-e0560c5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_739e0976-7099-ef55-6ba5-94aacb36f44e-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f452-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f456-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f466-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f45a-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f462-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f46e-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f476-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f47e-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f482-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f486-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f48a-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_739e0976-7099-ef55-6ba5-94aacb36f48e-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_739e0976-7099-ef55-6ba5-94aacb36f492-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f496-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f49a-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f49e-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f4a2-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f4a6-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f4aa-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f4ae-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f4b2-b1892761, #w-node-_739e0976-7099-ef55-6ba5-94aacb36f4b6-b1892761, #w-node-a36930a4-fa2c-ac59-923d-6526328690ff-b1892761, #w-node-_689aebec-5022-ef9c-885d-6d3228c9c3ea-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca256417-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25641b-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25641f-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca256423-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25642b-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25642f-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca256437-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25643f-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca256447-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25644b-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25644f-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca256453-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_390d4e8a-eec7-f941-8094-27e2ca256457-b1892761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_390d4e8a-eec7-f941-8094-27e2ca25645b-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca25645f-b1892761, #w-node-_390d4e8a-eec7-f941-8094-27e2ca256463-b1892761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5cf8af8d-df82-4bfc-b417-1243d1ed2532-d1ed252f {
    grid-column: span 3 / span 3;
    justify-self: center;
  }

  #w-node-d9d125dd-fd1d-cd3f-fe8e-0890cd1f6540-3c45bf7e, #w-node-faa3c11f-ff00-43b5-049d-90d2d5c0e4e4-3c45bf7e, #w-node-ac85aa5a-a12e-4801-aebf-a0863c45bfa0-3c45bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Euclidsquare';
  src: url('../fonts/EuclidSquare-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidsquare';
  src: url('../fonts/EuclidSquare-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidsquare';
  src: url('../fonts/EuclidSquare-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidsquare';
  src: url('../fonts/EuclidSquare-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amiri';
  src: url('../fonts/Amiri-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amiri';
  src: url('../fonts/Amiri-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}