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

:root {
  --yellow: #ffdc83;
  --black: black;
  --red: #200d17;
  --radious: .3em;
  --light: #0f0f0f;
  --white: white;
  --blue: #263b57;
  --navy: #0d1520;
}

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
  transition: color .2s;
}

strong {
  font-weight: 600;
}

.d--100 {
  letter-spacing: 1px;
  text-shadow: 0 1px 1px #000000ba;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Taranis, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 35px;
}

.link {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.d--30 {
  text-transform: lowercase;
  font-family: Taranis, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.body {
  color: #fff;
  font-family: neue-haas-grotesk-text;
  font-weight: 400;
}

.p--30 {
  color: #f3f3ea;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: -1px 1px 1px #0003;
  font-family: Taranis, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.cs-page-wrapper {
  width: 100%;
  height: 100vh;
  padding: 7rem 3rem 0;
}

.cs-col {
  width: 50%;
}

.cs-col.is--right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.cs-row {
  justify-content: space-between;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.cs-logo {
  z-index: 1;
  letter-spacing: -.02em;
  max-width: none;
  margin-bottom: 5rem;
  font-size: 24px;
  font-weight: 500;
  line-height: .9;
  position: relative;
}

.cs-logo.w--current {
  width: 250px;
  max-width: none;
}

.cs-contact-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
  left: 0;
}

.cs-contact-list-item {
  text-align: right;
  width: 50%;
}

.cs-contact-list-item.is--last {
  text-align: right;
}

.cs-contact-list-item-title {
  margin-bottom: 3px;
}

.cs-description {
  z-index: 2;
  width: 100%;
  position: relative;
}

.cs-page-title {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider {
  width: 100%;
  min-height: 1000px;
  position: absolute;
}

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

.slide {
  background-image: linear-gradient(#00000080, #00000080), url('../images/seven_sins_Bar_Untitled-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.paragraph {
  color: #fff;
  text-shadow: 0 1px 1px #000;
  max-width: 700px;
  margin: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.text-span-2 {
  font-weight: 400;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: -14px;
  display: flex;
}

.popular-text {
  color: #fff;
  text-align: center;
  letter-spacing: .2px;
  margin-bottom: 29px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 19px;
}

.popular-text.last {
  color: #e9e9e9;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 15px;
}

.link-3 {
  color: #fff;
  letter-spacing: 0;
  text-shadow: 0 1px 1px #000000b0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

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

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/seven_sins_drinks_-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Seven_Sins_4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/seven_sins_food_Untitled-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Seven_sins_bar_2_Untitled-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading {
  text-transform: uppercase;
  text-shadow: 0 1px 2px #0000007d;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Taranis, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.display-none {
  display: block;
}

.btn---char {
  transition: transform .3s;
  display: inline-block;
}

.btn {
  color: #eee;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #263b57;
  margin-top: 20px;
  margin-right: 10px;
  padding: 11px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.125;
  text-decoration: none;
}

.btn.new {
  color: #000;
  background-color: #fff;
  margin-bottom: 21px;
}

.btn---content {
  position: relative;
  overflow: hidden;
}

.btn---text {
  transform-origin: 100% 100%;
}

.btn---text.x-hover {
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

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

.image-2 {
  z-index: 5;
  opacity: .15;
  position: absolute;
  inset: auto 9% 44% auto;
}

.div-block-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 26px;
  display: flex;
}

.text-span-3 {
  letter-spacing: 13.7px;
  text-transform: uppercase;
  text-shadow: none;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.book {
  text-transform: uppercase;
  text-shadow: 0 1px 2px #0000007d;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Taranis, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.link-4 {
  text-decoration: none;
}

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

.nav-flex-1 {
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.nav-link {
  opacity: 1;
  color: #ffffffdb;
  text-transform: none;
  border-bottom: 4px #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 1.5em;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: static;
}

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

.nav-link.w--current {
  border-bottom: 3px none var(--yellow);
  opacity: .66;
}

.nav-link.last {
  margin-right: 1em;
}

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

.brand:hover {
  opacity: .8;
}

.nav-link-cta {
  color: #000;
  letter-spacing: .15em;
  text-transform: uppercase;
  background-color: #c7a651;
  border-radius: .3em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5em 1.4em;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

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

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

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

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

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

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

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

.nav-link-icon.invert {
  filter: invert();
}

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

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

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

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

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

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

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

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

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

.reservation-form {
  z-index: 10;
  color: #302627;
  width: 100%;
  max-width: 33em;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.section.thank-you {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  display: flex;
  overflow: visible;
}

.form-title {
  color: #161616;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

.uppercase-title.wt {
  color: #fff;
  font-family: Taranis, sans-serif;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

.booking-column-2 {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 80px 7.8em;
  display: flex;
  position: sticky;
  top: 0;
}

.small-tile {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.form {
  width: 100%;
  font-family: Montserrat, sans-serif;
}

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

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

.heading-2.title-style-1 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Taranis, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
}

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

.text-field {
  color: #161616;
  text-align: left;
  background-color: #fff;
  border: 1px solid #54545429;
  border-radius: .3em;
  width: 100%;
  height: 3.5em;
  margin-bottom: 0;
  padding: 1em 4.5em 1em 7em;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: border-color .2s, background-color .2s;
}

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

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

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

.text-field.is-area {
  height: 150px;
}

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

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

.success-message {
  color: #fff;
  background-color: #1d6161;
  border-radius: .4em;
  padding: 5.5em 2.8em;
}

.booking-column-1 {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 80px 7.1em;
  display: flex;
  position: relative;
  top: 0;
}

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

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

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

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

.pp2 {
  z-index: 20;
  opacity: .8;
  color: #000;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  position: relative;
}

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

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

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

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

.image-animation-trigger.non3d {
  position: absolute;
}

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

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

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

.container.dinnermenu {
  text-align: center;
  width: 100%;
}

.container._100por {
  width: 100%;
}

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

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

.home-footer-socicons-wrap {
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 18px;
  display: flex;
}

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

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

.footer-2 {
  background-color: var(--red);
  color: #fff;
  text-align: center;
  align-items: flex-start;
  padding-top: 41px;
  padding-bottom: 17px;
}

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

.image-4 {
  opacity: .7;
}

.noneone {
  z-index: 20;
  opacity: 1;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  position: relative;
}

.text-span-5 {
  font-family: birra-lambic;
  font-weight: 700;
}

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

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

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

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

.section-3.is-home-hero-2 {
  z-index: 20;
  background-color: #302627;
  overflow: visible;
}

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

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

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

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

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

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

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

.slide-img {
  width: 100%;
  height: 100%;
}

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

.slide-img.new4 {
  background-image: url('../images/7sins40.webp');
  background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

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

.padding-inner.dinner-top {
  padding-top: 261px;
  padding-bottom: 79px;
}

.padding-inner.buffet-op {
  padding-top: 164px;
}

.padding-inner.home, .padding-inner.gg7 {
  padding-left: 50px;
  padding-right: 50px;
}

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

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

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

.box-paragraph {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.revi {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

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

.restaurant-grid-block {
  color: #fff;
  text-align: center;
  background-color: #85696c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5em;
  display: flex;
  position: relative;
}

.restaurant-grid-block.gray {
  background-color: #0f0f0f;
  background-image: linear-gradient(to bottom, var(--red), var(--red));
  border-radius: .3em;
  padding: 80px 50px;
}

.restaurant-grid-block.with-green-background {
  background-color: var(--light);
  border-radius: .3em;
  padding: 80px 50px;
}

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

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

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

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

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

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

.text-span-20 {
  letter-spacing: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

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

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

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

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

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

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

.title-top {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Taranis, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 45px;
}

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

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

.none.type-color {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

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

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

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

.section-5.black {
  background-color: #000;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  overflow: visible;
}

.section-5.black.mores {
  padding-top: 39px;
}

.section-5.galley {
  background-color: var(--black);
  overflow: visible;
}

.section-5.menu-page {
  background-color: #000;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  overflow: visible;
}

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

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

.home-3-menu-title {
  z-index: 20;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Taranis, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
}

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

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

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

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

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

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

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

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

.gallery-thumbnail.down {
  object-position: 50% 100%;
}

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

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

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

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

.gallery-lightbox.is-1st {
  border-radius: .3em;
}

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

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

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

.section-7.c1 {
  margin-top: 0;
}

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

.contact-grid-link-2 {
  color: #302627;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-bottom: 2.2em;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

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

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

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

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

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

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

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

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

.html-embed {
  border-radius: .3em;
  width: 100%;
  height: 100%;
}

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

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

.image-5 {
  opacity: .7;
}

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

.title-holder {
  text-align: center;
}

.title-holder.dinner-menu {
  margin-bottom: 50px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #4c4037;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.resy {
  z-index: 999;
  background-color: #ff462d;
  border-radius: 3px;
  align-self: center;
  margin-right: 20px;
  padding: .8rem 1rem .8rem 1.2rem;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: fixed;
  inset: auto 0 17px auto;
}

.button-label {
  z-index: 10;
  position: relative;
}

.image-23 {
  margin-left: 7px;
}

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

.parallax {
  background-image: url('../images/7sins89.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.parallax2 {
  background-image: url('../images/7sins34.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.parallax2.drinks {
  background-image: url('../images/7sins74.webp');
  background-position: 50%;
}

.white-btn {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: .3em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  padding: .7em 1.1em;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.white-btn:hover {
  opacity: .72;
}

.white-btn.only-for-mobile {
  display: none;
}

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

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

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

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

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

.tabs-nav-unterline {
  z-index: 0;
  background-color: #fff;
  border-radius: 999em;
  height: 1.5px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-content-image {
  border-radius: 1.4em;
}

.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: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.tab-content-title {
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.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._02.w--current {
  opacity: .4;
}

.tabs-nav-item-underline._01 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: .3em;
  max-width: 200px;
  padding-left: 1.6em;
  padding-right: 1.6em;
}

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

.tabs-nav-icon {
  width: 1.5em;
  height: 1.5em;
}

.tabs {
  margin-top: 50px;
}

.emoji {
  font-size: 18px;
}

.parallax3 {
  background-image: url('../images/7sins1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

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

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

.heading-3._12 {
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Taranis, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 50px;
}

.heading-3.smaller {
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Taranis, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
}

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

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

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

.info-title.menu {
  color: var(--yellow);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.menu-item.high {
  border: 1px dotted var(--yellow);
  border-radius: 10px;
  padding: 15px;
}

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

.infotext.menu {
  color: #fffffff7;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.image-24 {
  width: 180px;
  margin: 61px auto 55px;
}

.addon {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.brunch-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.text-span-22 {
  color: var(--yellow);
  text-transform: lowercase;
  font-family: Taranis, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.food-group {
  background-image: url('../images/7sins16.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.div-block-5 {
  z-index: 99;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 13px;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
  position: static;
  inset: 14% 0% auto;
}

.div-block-6 {
  z-index: 99;
  background-color: #000;
  position: fixed;
  inset: 17.5% 0% auto;
}

.card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.card-title.margin-bottom-30px {
  color: var(--yellow);
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-top: 12px;
  margin-bottom: 7px;
  font-family: Taranis, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.image-menu {
  opacity: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 320px;
  position: static;
}

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

.section-8 {
  background-image: url('../images/lines.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-8.event {
  background-image: none;
  padding: 0 50px;
}

.event-date {
  color: #fff;
  text-align: center;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
}

.text-span-24 {
  color: #ffffffbf;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.image-13 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: .3em;
  width: 100%;
  display: inline-block;
}

.card-image-block.margin-bottom-30px {
  position: relative;
}

.heading-menu {
  z-index: 10;
  aspect-ratio: auto;
  color: #e4aa34;
  letter-spacing: 1px;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border-radius: 0%;
  margin-bottom: 0;
  padding: 30px 55px 0;
  font-size: 50px;
  position: relative;
  top: -25px;
}

.menu-covers {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.menu-covers._0 {
  margin-top: 0;
}

.event-date-block {
  z-index: 99999;
  opacity: 1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0%;
}

._3-grids {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 22px;
}

.grif-d {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.book-now {
  background-color: var(--yellow);
  color: #000;
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  border-radius: .3em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em .8em;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.book-now:hover {
  color: #fff;
  background-color: #000;
}

.book-now.only-for-mobile {
  display: none;
}

.book-now.alt {
  border: 1px solid var(--yellow);
  background-color: var(--black);
  color: var(--yellow);
}

.book-now.alt:hover {
  background-color: var(--yellow);
  color: var(--black);
}

.book-now.yellow {
  border: 1px solid var(--yellow);
}

.book-now.small {
  border: 1px solid var(--yellow);
  background-color: var(--black);
  color: var(--yellow);
  width: auto;
  margin-top: 11px;
  padding: .7em 1em;
  font-size: 11px;
}

.book-now.small:hover {
  background-color: var(--yellow);
  color: var(--black);
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.title-anchor {
  opacity: 1;
  color: var(--yellow);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 81px;
  font-family: Taranis, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 45px;
}

.image-25 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-8 {
  text-align: center;
  margin-bottom: 38px;
}

.parllax4 {
  background-image: url('../images/7sins108.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.lottie-animation {
  width: 150px;
  margin-top: -22px;
}

.list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px #889ea833;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: center;
  min-width: 400px;
  margin-top: 30px;
  display: grid;
}

.list-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  border-bottom: 1px solid #889ea833;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center flex-start;
  place-items: center;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.list-item.last {
  border-bottom-style: none;
  min-height: 0;
  padding-bottom: 0;
}

.image-9 {
  width: 60px;
}

.journal-list-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-4 {
  color: #f3f0ea;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-line-fill {
  background-color: #a3acc2;
  border: 1px solid #ceaa72;
  width: 100%;
  height: 100%;
}

.s1 {
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
  font-weight: 300;
}

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

.block {
  z-index: 1;
  background-image: linear-gradient(#200202a1, #200202a1), url('../images/7sins12.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.brunch-add {
  color: #fff;
  margin-top: 29px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.buffet-cover {
  background-image: url('../images/7sins96.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.quick-stack {
  padding: 0;
}

.bb {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

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

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

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

.cell-2 {
  justify-content: center;
  align-items: center;
}

.text-span-25 {
  font-family: Bitter, serif;
  font-weight: 700;
}

.link-block {
  color: #fff;
}

.flyers {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.flyers._2col {
  grid-template-columns: 1fr 1fr;
}

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

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

.link-block-6 {
  margin: 12px;
  text-decoration: none;
}

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

.image-26 {
  filter: none;
}

.text-block-2 {
  color: #fff;
  margin-top: 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

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

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

.modal__close:hover {
  opacity: 1;
}

.image-30 {
  display: none;
}

.image-flyers {
  border-radius: var(--radious);
  height: 100%;
  min-height: 100%;
}

.div-block-61 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.code-embed-2 {
  margin-top: 30px;
}

.flyers-cont {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--black);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
  position: relative;
}

.flyers-cont._2col {
  grid-template-columns: 1fr 1fr;
}

.newsletter-box {
  z-index: 10;
  flex-flow: column wrap;
  align-items: stretch;
  width: 60%;
  min-width: auto;
  max-width: 550px;
  display: flex;
  position: relative;
}

.close-x {
  z-index: 0;
  position: relative;
}

.close-element {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.newsletter {
  z-index: 2147483647;
  background-image: linear-gradient(#000000b3, #000000b3);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0;
}

.success-message-4 {
  color: #000;
  background-color: #0000;
  font-size: 13px;
  line-height: 18px;
}

.success-message-4.white {
  color: #fff;
}

.newsletter-container {
  display: flex;
}

.overlay {
  background-color: #0d13165c;
  position: absolute;
  inset: 0%;
}

.overlay.darker {
  background-color: #000000ab;
}

.cta-field {
  border: 1px solid #e0ebed;
  border-radius: 0;
  width: 48%;
  height: 45px;
  margin-bottom: 8px;
  margin-right: 3%;
  transition: border-color .2s;
}

.cta-field:hover {
  border-color: #1a8ef7;
}

.cta-field::placeholder {
  font-size: 13px;
}

.cta-field.full {
  width: 100%;
  margin-right: 0%;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.cta-field.last-name {
  width: 49%;
  margin-right: 0%;
}

.submit-button {
  background-color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff;
  width: 100%;
  height: 43px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s;
}

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

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

.relative {
  display: flex;
  position: relative;
  overflow: hidden;
}

.close-contact-form {
  z-index: 1;
  background-color: #202020;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: flex;
  position: static;
}

.newsletter-column {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.newsletter-column.top {
  background-image: url('../images/seven_sins_drinks_-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 31px;
}

.form-block-2 {
  max-width: 350px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.error-message-4 {
  text-align: left;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
}

.center-content-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.top-margin {
  position: relative;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.mobile-hidden {
  margin-top: 0;
}

.text-white {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.link-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.image-31 {
  object-fit: fill;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.none-w {
  color: #f2f3f5;
}

.none-w.new-text {
  text-align: center;
  background-color: #1a1a1a;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 17px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-62 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
  display: grid;
}

.bold-text-2 {
  color: var(--yellow);
  text-transform: uppercase;
  font-weight: 600;
}

.image-32 {
  margin-top: 17px;
}

.link-22 {
  color: var(--yellow);
  font-weight: 400;
  text-decoration: none;
}

.description-footer {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 22px;
}

.text-span-27 {
  color: #ff3b3b;
  text-transform: uppercase;
}

.image-33 {
  margin-top: 20px;
}

.image-33._0 {
  margin-top: 10px;
}

.happy {
  transition-property: opacity;
  transition-duration: .5s;
}

.happy:hover {
  opacity: .5;
}

.image-34 {
  margin-top: -28px;
  margin-bottom: -13px;
}

.bold-text-3 {
  font-weight: 700;
}

.link-23 {
  color: #ffae71;
  text-decoration: none;
}

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

@media screen and (min-width: 1280px) {
  .d--100 {
    text-transform: none;
  }

  .link {
    transition: opacity .2s, color .2s;
  }

  .link:hover {
    opacity: .6;
  }

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

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

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

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

  .cs-page-title-wrap {
    max-width: 52rem;
  }
}

@media screen and (min-width: 1920px) {
  .d--100 {
    font-size: 55px;
  }

  .cs-row {
    max-width: 1500px;
  }

  .slider {
    height: 100vh;
  }

  .list-item {
    grid-template-rows: auto auto;
  }

  .heading-4 {
    text-align: left;
  }

  .hover-line-fill {
    background-color: #ceaa72;
  }
}

@media screen and (max-width: 991px) {
  .p--30 {
    font-size: 15px;
  }

  .cs-page-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .cs-contact-list-item.is--last {
    width: 100%;
  }

  .popular-text {
    font-size: 16px;
  }

  .heading {
    margin-top: 34px;
    font-size: 15px;
  }

  .image-2 {
    bottom: 43%;
    right: 3%;
  }

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

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

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

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

  .menu-button {
    border-bottom: 2px solid #0000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
    padding: .6em 0 .5em;
  }

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

  .nav-link-cta.only-for-mobile {
    align-self: center;
    line-height: 1em;
    display: flex;
  }

  .main-nav {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 5.5em 4em 1.7em;
  }

  .nav-contact-link {
    font-size: 11px;
  }

  .nav-contact-link.hide {
    display: none;
  }

  .menu-title {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: .7em;
    font-weight: 300;
    line-height: 1.3em;
  }

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

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

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

  .reservation-form {
    text-align: center;
    max-width: none;
  }

  ._3d-block {
    margin-top: 0;
  }

  .pp1 {
    font-size: 14px;
  }

  .booking-column-2 {
    justify-content: center;
    width: 100%;
    padding: 50px;
  }

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

  .booking-image-size {
    height: 50em;
  }

  .booking-column-1 {
    width: 100%;
    padding: 80px 50px 50px;
    position: static;
  }

  .booking {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .pp2 {
    font-size: 14px;
  }

  .container {
    width: 100%;
  }

  .container._100 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .home-footer-socicons-wrap {
    margin-top: 20px;
  }

  .seo {
    width: auto;
  }

  .footer-2 {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .noneone {
    font-size: 14px;
  }

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

  .hero-1 {
    min-height: auto;
    padding-top: 19em;
  }

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

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

  .padding-inner {
    padding: 50px 0;
  }

  .padding-inner.case {
    padding: 30px;
  }

  .padding-inner.dinner-top, .padding-inner.buffet-op {
    padding-left: 0;
    padding-right: 0;
  }

  .box-paragraph {
    font-size: 14px;
  }

  .restaurant-grid-block {
    padding-left: 3em;
    padding-right: 3em;
  }

  .image-size-gallery {
    height: 40em;
  }

  .image-size-gallery.in-homepage {
    margin-bottom: 30px;
  }

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

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

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

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

  .testimonial {
    font-size: 14px;
  }

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

  .home-3-menu-list {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-lightbox {
    height: 13em;
  }

  .contact-grid-2 {
    padding-bottom: 50px;
  }

  .contact-grid-link-2 {
    font-size: 14px;
  }

  .hero-contact {
    padding-top: 14.1em;
  }

  .contact-grid-block-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .footer-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .center-w {
    font-size: 14px;
  }

  .parallax, .parallax2 {
    background-attachment: scroll;
    height: 400px;
  }

  .white-btn.only-for-mobile {
    background-color: #0000;
    align-self: center;
    padding-right: 0;
    font-size: .8em;
    line-height: 1em;
    display: flex;
  }

  .parallax3 {
    background-attachment: scroll;
    height: 400px;
  }

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

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

  .addon, .brunch-text {
    font-size: 14px;
  }

  .div-block-5 {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-6 {
    top: 20.5%;
  }

  .heading-menu {
    bottom: -80px;
  }

  ._3-grids {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .book-now.only-for-mobile {
    background-color: #0000;
    align-self: center;
    padding-right: 0;
    font-size: .8em;
    line-height: 1em;
    display: flex;
  }

  .parllax4 {
    background-attachment: scroll;
    height: 400px;
  }

  .list-item {
    flex-flow: column;
    grid-template-rows: auto;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .journal-list-title {
    justify-content: center;
    align-items: center;
  }

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

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

  .brunch-add {
    font-size: 14px;
  }

  .buffet-cover {
    background-attachment: scroll;
    height: 400px;
  }

  .bb {
    font-size: 14px;
  }

  .flyers, .flyers._2col {
    grid-template-columns: 1fr;
  }

  .image-flyers {
    width: 100%;
  }

  .div-block-61 {
    grid-template-columns: 1fr;
  }

  .flyers-cont {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .flyers-cont._2col {
    grid-template-columns: 1fr;
  }

  .newsletter-box {
    width: 85%;
  }

  .div-block-62 {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .description-footer {
    font-size: 14px;
  }

  .code-embed-3 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .p--30 {
    text-align: left;
  }

  .cs-page-wrapper {
    padding: 5.95rem 1.75rem 1.75rem;
    display: block;
  }

  .cs-col {
    width: 100%;
  }

  .cs-col.is--right {
    flex-flow: column wrap-reverse;
  }

  .cs-row {
    flex-direction: column;
    justify-content: space-around;
  }

  .cs-logo {
    margin-bottom: 0;
  }

  .cs-contact-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 3rem;
  }

  .cs-contact-list-item, .cs-contact-list-item.is--last {
    text-align: left;
  }

  .cs-description {
    text-align: left;
    max-width: none;
  }

  .cs-page-title {
    display: block;
    position: relative;
  }

  .cs-page-title-wrap {
    padding-right: 0;
  }

  .paragraph {
    margin: 0;
  }

  .div-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-top: 17px;
    margin-left: 0;
  }

  .popular-text {
    margin-bottom: 25px;
    font-size: 15px;
  }

  .heading {
    margin-top: 20px;
    font-size: 18px;
  }

  .btn {
    font-size: 11px;
  }

  .btn---text {
    font-size: 1.2em;
  }

  .image-2 {
    width: 120px;
    inset: 1% 3% auto auto;
  }

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

  .book {
    margin-top: 38px;
  }

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

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

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

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

  .nav-link-cta.only-for-mobile {
    padding-left: 1.1em;
    padding-right: 1.1em;
  }

  .main-nav {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 4.9em;
  }

  .nav-contact-link {
    font-size: 10px;
  }

  .reservation-form {
    max-width: none;
  }

  .submit-form-button {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .section.pp3 {
    border-bottom: 1px #ccb0b3;
  }

  .section.thank-you {
    border-bottom: 1px solid #ccb0b3;
  }

  .form-title {
    text-align: center;
    margin-bottom: 28px;
  }

  .uppercase-title {
    margin-bottom: 2.3em;
  }

  .uppercase-title.wt {
    margin-bottom: 0;
    font-weight: 500;
  }

  .booking-column-2 {
    width: 100%;
    min-height: auto;
    padding: 50px 30px;
  }

  .small-tile {
    text-align: left;
  }

  .form {
    text-align: center;
  }

  .heading-2.title-style-1 {
    letter-spacing: 3px;
    font-size: 30px;
    line-height: 45px;
  }

  .booking-column-1 {
    border-radius: .2em;
    width: 100%;
    min-height: auto;
    margin-bottom: 0;
    padding: 30px 30px 40px;
    position: relative;
  }

  .booking {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .pp2 {
    text-align: center;
  }

  .container._100 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-footer-socicons-wrap {
    margin-top: 20px;
  }

  .seo {
    margin-bottom: 21px;
  }

  .footer-2 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .noneone {
    text-align: center;
  }

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

  .hero-1 {
    padding-top: 15em;
  }

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

  .slide-img.new2 {
    background-image: url('../images/Seven_Sins_2.webp');
    background-position: 90%;
  }

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

  .padding-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-inner.case, .padding-inner.home, .padding-inner.gg7 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .since-element {
    font-size: .8em;
  }

  .revi {
    text-align: center;
  }

  .restaurant-grid-block {
    padding: 8em 5em;
  }

  .restaurant-grid-block.gray, .restaurant-grid-block.with-green-background {
    padding: 50px 30px;
  }

  .image-size-gallery {
    height: 33em;
    margin-bottom: 3em;
  }

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

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

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

  .section-5.menu-page {
    padding-left: 50px;
    padding-right: 30px;
  }

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

  .home-3-menu-button {
    bottom: -.1em;
  }

  .home-3-menu-link {
    padding-bottom: 2.3em;
  }

  .home-3-menu-icon {
    top: -2.7em;
  }

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

  .gallery-lightbox {
    height: 150px;
  }

  .gallery-lightbox.is-1st {
    height: 180px;
  }

  .contact-grid-2 {
    grid-template-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .dark0 {
    background-image: linear-gradient(#0000007d, #000);
  }

  .contact-grid-link-2, .contact-grid-link-2.with-margin {
    font-size: 14px;
  }

  .contact-grid-block-2 {
    padding: 30px;
  }

  .html-embed {
    height: 300px;
  }

  .footer-3 {
    padding: 40px 20px;
  }

  .button {
    font-size: 9px;
  }

  .parallax, .parallax2 {
    height: 300px;
  }

  .white-btn {
    margin-top: 0;
    padding: .6em 1.1em;
  }

  .parallax3 {
    height: 300px;
  }

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

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

  .div-block-5 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .div-block-6 {
    top: 17.5%;
  }

  .card-title.margin-bottom-30px {
    text-align: center;
    font-size: 18px;
  }

  .image-menu {
    height: 35vw;
  }

  .container-2 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-menu {
    padding: 24px 60px;
    bottom: -65px;
  }

  .menu-covers {
    margin-bottom: 90px;
  }

  .menu-covers._0 {
    margin-bottom: 0;
  }

  ._3-grids {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .grif-d {
    text-align: center;
    font-size: 14px;
  }

  .div-block-7 {
    flex-flow: column;
  }

  .parllax4 {
    height: 300px;
  }

  .list-grid {
    min-width: 300px;
  }

  .list-item {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .s1 {
    font-size: 14px;
  }

  .buffet-cover {
    height: 300px;
  }

  .modal__body {
    flex-direction: column;
  }

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

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

  .modal__close {
    top: 18px;
    right: 16px;
  }

  .image-30 {
    width: 100%;
    display: block;
  }

  .newsletter-container {
    overflow: auto;
  }

  .close-contact-form {
    right: -1px;
  }

  .none-w.new-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 22px;
  }

  .div-block-62 {
    grid-template-columns: 1fr;
  }

  .code-embed-3 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .d--100 {
    letter-spacing: -.01em;
    margin-bottom: 7px;
    font-size: 28px;
    line-height: 30px;
  }

  .p--30 {
    font-size: 16px;
  }

  .cs-page-wrapper {
    height: auto;
    min-height: 100vh;
    padding: 5.1rem 1.5rem 3rem;
  }

  .cs-row {
    padding-top: 31px;
  }

  .cs-logo {
    margin-bottom: 0;
  }

  .cs-contact-list {
    flex-direction: column;
    margin-top: 1.5rem;
    display: block;
  }

  .cs-contact-list-item {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .cs-contact-list-item.is--last {
    margin-bottom: 0;
  }

  .cs-description {
    margin-top: 5rem;
  }

  .cs-page-title-wrap {
    margin-top: 20px;
    padding-right: 0;
  }

  .paragraph {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
  }

  .popular-text {
    max-width: 100%;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 400;
  }

  .popular-text.last {
    margin-top: 5px;
    margin-bottom: 11px;
    font-size: 14px;
  }

  .link-3 {
    color: #fff;
    font-size: 14px;
  }

  .slide-2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/AU8I7977.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slide-3 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/AU8I7815_6_7_8_9-1.jpg');
    background-position: 0 0, 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slide-5 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/AU8I7785_6_7_8_9-1.jpg');
    background-position: 0 0, 100%;
  }

  .heading {
    margin-top: 4rem;
    font-size: 16px;
  }

  .btn {
    text-align: center;
    letter-spacing: .5px;
    margin-top: 0;
    margin-right: 0;
    font-size: .6rem;
  }

  .btn.new {
    margin-top: 17px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .btn.new._85 {
    margin-top: 10px;
    margin-bottom: 13px;
  }

  .btn._96 {
    margin-bottom: 10px;
  }

  .div-block-2 {
    margin-top: -17px;
  }

  .image-2 {
    width: 100px;
    display: none;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .text-span-3 {
    letter-spacing: 5px;
    font-size: 12px;
  }

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

  .book {
    margin-top: 45px;
    font-size: 16px;
  }

  .link-4 {
    line-height: 25px;
  }

  .div-block-4 {
    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;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

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

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

  .nav-link {
    opacity: 100;
    color: #fff;
    min-height: 3em;
    margin-top: .1em;
    margin-bottom: .1em;
    font-weight: 400;
  }

  .nav-link.w--current {
    opacity: 100;
  }

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

  .nav-link-cta.only-for-mobile {
    padding-top: .7em;
    padding-bottom: .7em;
    font-size: 10px;
  }

  .main-nav {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 3.4em;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-contact-link {
    display: none;
  }

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

  .nav-menu {
    background-color: #000000e0;
  }

  .field-label {
    left: 1.2em;
  }

  .submit-form-button {
    background-position: 7%;
    width: 100%;
    margin-top: .8em;
    padding: 1.6em 1.5em;
    font-size: 1em;
  }

  .form-title {
    font-size: 20px;
    line-height: 22px;
  }

  .pp1 {
    margin-top: .9em;
    margin-bottom: 2.5em;
  }

  .booking-column-2 {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .small-tile {
    text-align: center;
    margin-bottom: 11px;
  }

  .heading-2.title-style-1 {
    font-size: 30px;
  }

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

  .booking-column-1 {
    padding: 0;
  }

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

  .image-animation-trigger._3d-for-image.about02, .image-animation-trigger.non3d.about02 {
    height: 105%;
  }

  .footer-2 {
    padding-bottom: 69px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .slide-content {
    height: 100%;
  }

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

  .hero-1 {
    height: 90vh;
    padding-top: 13em;
  }

  .slide-img {
    height: 60vh;
  }

  .slide-img.new3 {
    background-position: 60%;
    height: 100%;
  }

  .slide-img.new4, .slide-img.new5, .slide-img.new2 {
    height: 100%;
  }

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

  .hero-slider {
    margin-top: 0;
    position: static;
  }

  .max-width-block-57em.max1200 {
    margin-bottom: 1.5em;
  }

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

  .padding-inner.case {
    padding: 15px;
  }

  .padding-inner.dinner-top {
    padding-bottom: 53px;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-inner.buffet-op {
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-inner.brunch {
    padding-top: 75px;
  }

  .padding-inner.dri {
    padding-top: 117px;
    padding-bottom: 31px;
  }

  .since-element {
    font-size: .6em;
  }

  .box-paragraph {
    margin-top: 0;
    margin-bottom: 0;
  }

  .revi {
    text-align: center;
  }

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

  .restaurant-grid-block {
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .restaurant-grid-block.gray {
    padding-left: 27px;
    padding-right: 27px;
  }

  .restaurant-grid-block.with-green-background {
    background-color: #000;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-size-gallery {
    height: 23em;
    margin-bottom: 2em;
  }

  .image-size-gallery.in-homepage {
    height: 20em;
    margin-bottom: 20px;
  }

  .since-title {
    margin-bottom: .2em;
    font-size: 1.1em;
  }

  .c-testimonials-gird {
    grid-column-gap: 1em;
    grid-row-gap: 5em;
    margin-bottom: 19px;
  }

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

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonial {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .section-5.menus {
    padding: 0 0 50px;
  }

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

  .section-5.black.mores {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-5.galley {
    padding-left: 0;
    padding-right: 0;
  }

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

  .home-3-menu-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .home-3-menu {
    width: 100%;
  }

  .home-3-menu-button {
    height: 5em;
  }

  .home-3-menu-link {
    min-height: 15em;
    padding: 7px 0 17px;
  }

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

  .contact-grid-2 {
    padding-bottom: 50px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .contact-grid-block-2 {
    padding: 3em;
  }

  .footer-3 {
    padding-bottom: 19px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .button.resy {
    letter-spacing: 2px;
    padding: .7rem .8rem;
    font-size: 10px;
    font-weight: 600;
  }

  .button-label {
    font-size: 11px;
  }

  .image-23 {
    width: 30px;
  }

  .center-w {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }

  .white-btn {
    letter-spacing: 0;
    padding: .2em .7em;
    font-size: 11px;
  }

  .white-btn.only-for-mobile {
    padding: .7em 1.2em;
    font-size: .7em;
  }

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

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

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

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

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

  .heading-3.smaller {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 25px;
  }

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

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

  .info-title.menu {
    color: var(--yellow);
    text-align: center;
    letter-spacing: 1px;
    font-size: 13px;
  }

  .infotext.menu {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
  }

  .image-24 {
    width: 150px;
    margin-top: 36px;
  }

  .addon, .brunch-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-5 {
    padding: 8px 18px;
  }

  .div-block-6 {
    top: 15%;
  }

  .image-menu {
    height: 200px;
  }

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

  .section-8 {
    overflow: hidden;
  }

  .section-8.event {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-menu {
    padding-bottom: 0;
  }

  .menu-covers {
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .menu-covers._0 {
    margin-bottom: 0;
  }

  ._3-grids {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .book-now.only-for-mobile {
    padding: .7em 1.2em;
    font-size: .7em;
  }

  .lottie-animation {
    width: 100px;
    margin-top: -25px;
  }

  .list-grid {
    width: 100%;
    min-width: 100%;
  }

  .list-item {
    grid-template-columns: 4fr;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .journal-list-title {
    grid-template-columns: 3fr;
  }

  .brunch-add {
    margin-top: 1.8em;
    margin-bottom: 0;
  }

  .bb {
    margin-top: 2.5em;
    margin-bottom: 1.7em;
  }

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

  .modal {
    padding: 0 30px;
  }

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

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

  .text-span-26 {
    display: inline;
  }

  .modal__close {
    top: -22px;
    right: 0;
  }

  .image-flyers {
    height: auto;
  }

  .newsletter-column {
    width: 100%;
  }

  .mobile-hidden {
    display: block;
  }

  .text-white {
    font-size: 14px;
  }

  .link-block-10 {
    text-decoration: none;
  }

  .description-footer {
    margin-top: .5em;
    margin-bottom: 1.8em;
  }

  .code-embed-3 {
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-_4ce1aeea-57a5-c676-e2c7-56e5968924cb-a2a2dede, #w-node-_4ce1aeea-57a5-c676-e2c7-56e5968924d0-a2a2dede {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b34ddb1-376c-ba0a-8c28-d7a2375351da-a2a2dede {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4ce1aeea-57a5-c676-e2c7-56e5968924e8-a2a2dede, #w-node-_4ce1aeea-57a5-c676-e2c7-56e59689251c-a2a2dede, #w-node-ad9d5657-2913-040b-caa5-a10af35a5c61-a2a2dede, #specials.w-node-ffdeccdb-5d9a-15a4-9d57-2a9b1322f5bd-a2a2dede {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1cc17994-0be8-7805-afa1-e8dd6c40c0df-a2a2dede {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1cc17994-0be8-7805-afa1-e8dd6c40c0e1-a2a2dede {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eead5ee7-97a8-bcfc-329d-99864354f76a-a2a2dede {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-eead5ee7-97a8-bcfc-329d-99864354f76c-a2a2dede {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1cc17994-0be8-7805-afa1-e8dd6c40c0e6-a2a2dede {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1cc17994-0be8-7805-afa1-e8dd6c40c0e8-a2a2dede {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1cc17994-0be8-7805-afa1-e8dd6c40c0f4-a2a2dede {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1cc17994-0be8-7805-afa1-e8dd6c40c0f6-a2a2dede, #w-node-_11dd923a-fe7a-cc1a-6927-fa486cc99d9b-a2a2dede, #w-node-_11dd923a-fe7a-cc1a-6927-fa486cc99daf-a2a2dede, #w-node-_11dd923a-fe7a-cc1a-6927-fa486cc99da5-a2a2dede, #w-node-_047313ca-342b-1a35-eacc-d68118852344-a2a2dede, #w-node-_8dc279fc-1285-45c3-ed20-24256fd2fd87-a2a2dede, #w-node-d58ab3ad-2a44-91b3-9701-9ee32f295da5-a2a2dede {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d58ab3ad-2a44-91b3-9701-9ee32f295d81-a2a2dede {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d58ab3ad-2a44-91b3-9701-9ee32f295da1-a2a2dede, #w-node-d58ab3ad-2a44-91b3-9701-9ee32f295d9d-a2a2dede, #w-node-d58ab3ad-2a44-91b3-9701-9ee32f295d79-a2a2dede, #w-node-d58ab3ad-2a44-91b3-9701-9ee32f295d91-a2a2dede, #w-node-d58ab3ad-2a44-91b3-9701-9ee32f295d7d-a2a2dede {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d58ab3ad-2a44-91b3-9701-9ee32f295d99-a2a2dede {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d58ab3ad-2a44-91b3-9701-9ee32f295d85-a2a2dede, #w-node-d58ab3ad-2a44-91b3-9701-9ee32f295d89-a2a2dede, #w-node-d58ab3ad-2a44-91b3-9701-9ee32f295d95-a2a2dede {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c591b5e-1074-d6c0-3fbc-0ff33104375a-a2a2dede {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d58ab3ad-2a44-91b3-9701-9ee32f295d8d-a2a2dede {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3da694b-65a5-182e-4160-cea0958c6618-a2a2dede {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3da694b-65a5-182e-4160-cea0958c6630-a2a2dede, #w-node-f3da694b-65a5-182e-4160-cea0958c661c-a2a2dede, #w-node-f3da694b-65a5-182e-4160-cea0958c6640-a2a2dede, #w-node-f3da694b-65a5-182e-4160-cea0958c6628-a2a2dede, #w-node-f3da694b-65a5-182e-4160-cea0958c6624-a2a2dede, #w-node-f3da694b-65a5-182e-4160-cea0958c6638-a2a2dede, #w-node-f3da694b-65a5-182e-4160-cea0958c6660-a2a2dede {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3da694b-65a5-182e-4160-cea0958c6614-a2a2dede {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3da694b-65a5-182e-4160-cea0958c663c-a2a2dede {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3da694b-65a5-182e-4160-cea0958c665c-a2a2dede {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3da694b-65a5-182e-4160-cea0958c6634-a2a2dede, #w-node-f3da694b-65a5-182e-4160-cea0958c664c-a2a2dede, #w-node-_4651af95-d1ed-fdec-fcf2-2014b16aa9c5-a2a2dede, #w-node-f3da694b-65a5-182e-4160-cea0958c6648-a2a2dede, #w-node-f3da694b-65a5-182e-4160-cea0958c6654-a2a2dede, #w-node-f3da694b-65a5-182e-4160-cea0958c6644-a2a2dede, #w-node-f3da694b-65a5-182e-4160-cea0958c6620-a2a2dede, #w-node-a0ed9958-b6a7-95a4-dedd-744bd905f32a-a2a2dede, #w-node-f3da694b-65a5-182e-4160-cea0958c662c-a2a2dede, #w-node-_7712cc1f-77dd-200f-afb1-dea8ff514add-a2a2dede {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3da694b-65a5-182e-4160-cea0958c6650-a2a2dede {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3da694b-65a5-182e-4160-cea0958c6658-a2a2dede, #w-node-_17edd472-54a1-116e-79ff-588eeb08ba63-a2a2dede, #w-node-_7c53bef2-1c4e-d097-bbc1-1e021c74cb08-a2a2dede, #w-node-_7c53bef2-1c4e-d097-bbc1-1e021c74cb1c-a2a2dede {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_1cc17994-0be8-7805-afa1-e8dd6c40c0de-a2a2dede, #w-node-_1cc17994-0be8-7805-afa1-e8dd6c40c0e0-a2a2dede, #w-node-_1cc17994-0be8-7805-afa1-e8dd6c40c0e1-a2a2dede, #w-node-_1cc17994-0be8-7805-afa1-e8dd6c40c0e3-a2a2dede, #w-node-eead5ee7-97a8-bcfc-329d-99864354f769-a2a2dede, #w-node-eead5ee7-97a8-bcfc-329d-99864354f76b-a2a2dede, #w-node-eead5ee7-97a8-bcfc-329d-99864354f76c-a2a2dede, #w-node-eead5ee7-97a8-bcfc-329d-99864354f776-a2a2dede, #w-node-_1cc17994-0be8-7805-afa1-e8dd6c40c0e5-a2a2dede, #w-node-_1cc17994-0be8-7805-afa1-e8dd6c40c0e7-a2a2dede, #w-node-_1cc17994-0be8-7805-afa1-e8dd6c40c0e8-a2a2dede, #w-node-_1cc17994-0be8-7805-afa1-e8dd6c40c0ea-a2a2dede, #w-node-_1cc17994-0be8-7805-afa1-e8dd6c40c0f3-a2a2dede, #w-node-_1cc17994-0be8-7805-afa1-e8dd6c40c0f5-a2a2dede, #w-node-_1cc17994-0be8-7805-afa1-e8dd6c40c0f6-a2a2dede, #w-node-_1cc17994-0be8-7805-afa1-e8dd6c40c0f8-a2a2dede {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4ce1aeea-57a5-c676-e2c7-56e5968924cb-a2a2dede, #w-node-_4ce1aeea-57a5-c676-e2c7-56e5968924d0-a2a2dede, #w-node-_4ce1aeea-57a5-c676-e2c7-56e5968924e8-a2a2dede, #w-node-_4ce1aeea-57a5-c676-e2c7-56e59689251c-a2a2dede, #w-node-ad9d5657-2913-040b-caa5-a10af35a5c61-a2a2dede, #specials.w-node-ffdeccdb-5d9a-15a4-9d57-2a9b1322f5bd-a2a2dede, #w-node-_8dc279fc-1285-45c3-ed20-24256fd2fd87-a2a2dede {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4ce1aeea-57a5-c676-e2c7-56e5968924cb-a2a2dede, #w-node-_4ce1aeea-57a5-c676-e2c7-56e5968924d0-a2a2dede {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b34ddb1-376c-ba0a-8c28-d7a2375351da-a2a2dede {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4ce1aeea-57a5-c676-e2c7-56e5968924e8-a2a2dede {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4ce1aeea-57a5-c676-e2c7-56e5968924f1-a2a2dede, #w-node-_4ce1aeea-57a5-c676-e2c7-56e596892507-a2a2dede {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4ce1aeea-57a5-c676-e2c7-56e59689251c-a2a2dede, #w-node-ad9d5657-2913-040b-caa5-a10af35a5c61-a2a2dede, #specials.w-node-ffdeccdb-5d9a-15a4-9d57-2a9b1322f5bd-a2a2dede, #w-node-_11dd923a-fe7a-cc1a-6927-fa486cc99d9b-a2a2dede, #w-node-_11dd923a-fe7a-cc1a-6927-fa486cc99da5-a2a2dede, #w-node-_047313ca-342b-1a35-eacc-d68118852344-a2a2dede, #w-node-_8dc279fc-1285-45c3-ed20-24256fd2fd87-a2a2dede, #w-node-d58ab3ad-2a44-91b3-9701-9ee32f295d81-a2a2dede, #w-node-d58ab3ad-2a44-91b3-9701-9ee32f295d99-a2a2dede, #w-node-_3c591b5e-1074-d6c0-3fbc-0ff33104375a-a2a2dede {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d58ab3ad-2a44-91b3-9701-9ee32f295d8d-a2a2dede {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f3da694b-65a5-182e-4160-cea0958c6614-a2a2dede, #w-node-f3da694b-65a5-182e-4160-cea0958c665c-a2a2dede {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4ce1aeea-57a5-c676-e2c7-56e5968924f1-a2a2dede {
    grid-column: span 3 / span 3;
    justify-self: center;
  }

  #w-node-_1cc17994-0be8-7805-afa1-e8dd6c40c0e1-a2a2dede, #w-node-eead5ee7-97a8-bcfc-329d-99864354f76c-a2a2dede, #w-node-_1cc17994-0be8-7805-afa1-e8dd6c40c0e8-a2a2dede, #w-node-_1cc17994-0be8-7805-afa1-e8dd6c40c0f6-a2a2dede {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11dd923a-fe7a-cc1a-6927-fa486cc99d9b-a2a2dede {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_11dd923a-fe7a-cc1a-6927-fa486cc99daf-a2a2dede {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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