:root {
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--neutral--500: #a0a3bd;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #c1c7d0;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  color: #b7b7b7;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}

a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

li {
  color: #b7b7b7;
  font-size: 16px;
}

strong {
  font-weight: bold;
}

.nav-menu-2 {
  background-color: #000;
}

.navbar-2 {
  background-color: #0000;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block {
  color: #fff;
  letter-spacing: 2px;
  margin-right: 10px;
  text-decoration: none;
  display: inline-block;
}

.text-block.btn2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Droid Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  transition: text-shadow .3s;
}

.text-block.btn2:hover {
  text-shadow: 0 28px #ccc, 0 14px #ccc;
}

.div-block-4 {
  background-color: #fff;
  width: 30%;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 25px;
}

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

.image-5 {
  display: inline;
  position: relative;
  bottom: 2px;
}

.div-block-16 {
  width: 600px;
  margin-top: 100px;
  margin-left: 100px;
}

.nav-link {
  color: #fff;
  padding-left: 40px;
  transition: color .2s;
  display: block;
}

.nav-link:hover {
  color: #ab8d69;
}

.div-block-3 {
  background-image: linear-gradient(to right, #000 51%, #0000);
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading {
  color: #fff;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 60px;
}

.link-block {
  border: 2px solid #fff;
  margin-top: 20px;
  padding: 10px 40px;
  transition: padding .2s, border .2s, background-color .2s;
}

.link-block:hover {
  background-color: #ab8d69;
  border-color: #ab8d69;
  padding-left: 60px;
  padding-right: 60px;
}

.link-block.btn2 {
  color: #ab8d69;
  background-color: #a01913;
  border-width: 0;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Droid Sans, sans-serif;
}

.link-block.btn2:hover {
  background-color: #ab8d69;
  border-color: #0000;
}

.image-19 {
  display: inline;
  position: relative;
  bottom: 2px;
}

.image-6 {
  transition: height .2s, width .2s;
  position: relative;
  inset: 2px 0% 0%;
}

.image-6:hover {
  width: 35px;
  height: 30px;
}

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

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

.div-block-17 {
  width: 600px;
  margin-top: 100px;
  margin-left: 100px;
}

.div-block-18 {
  background-image: linear-gradient(to right, #0000000d, #0000);
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-6 {
  text-align: center;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-2 {
  width: 50px;
  position: fixed;
  inset: auto 50px 20px auto;
}

.section {
  background-image: url('../images/—Pngtree—delicious-food_568171-1_1.avif');
  background-position: 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 100vh;
}

.image-7 {
  width: 330px;
  transition: box-shadow .2s;
  position: relative;
  right: 60px;
}

.image-7:hover {
  box-shadow: 1px 1px 30px #0006;
}

.image-8 {
  width: 330px;
  transition: box-shadow .2s;
  position: relative;
  left: 60px;
}

.image-8:hover {
  box-shadow: -1px 1px 30px #000000a6;
}

.paragraph-2 {
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  font-family: Great Vibes, cursive;
  font-size: 28px;
  font-weight: 400;
}

.text-span {
  color: #000;
  letter-spacing: 2px;
  font-size: 34px;
  line-height: 45px;
}

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

.image-20 {
  color: #a01913;
  display: inline;
  position: relative;
  bottom: 2px;
}

.text-span-2 {
  color: #ab8d69;
  letter-spacing: 5px;
  font-size: 20px;
}

.section-2 {
  height: auto;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: minmax(300px, 300px) 1fr minmax(300px, 300px);
  margin-top: 220px;
  margin-bottom: 140px;
  margin-right: 5px;
}

.div-block-7 {
  text-align: center;
  background-color: #fff;
  padding: 60px 100px;
}

.image-9 {
  position: relative;
  top: 2px;
}

.paragraph-3 {
  color: #555;
  letter-spacing: 1px;
  font-family: Droid Sans, sans-serif;
}

.section-3 {
  background-image: url('../images/645d15fc208687cd177f7162_fond2_1.avif');
  background-repeat: repeat-x;
  background-size: cover;
  height: 100vh;
  padding-top: 100px;
  padding-left: 200px;
  padding-right: 400px;
}

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

.paragraph-4 {
  color: #fff;
  font-size: 30px;
  line-height: 20px;
}

.text-span-6 {
  line-height: 35px;
}

.text-span-5 {
  font-size: 10px;
  line-height: 0;
}

.text-span-3 {
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 20px;
}

.text-span-4 {
  color: #ffffff75;
  letter-spacing: 4px;
  font-size: 14px;
  line-height: 10px;
}

.image-21 {
  width: 330px;
  transition: box-shadow .2s;
  position: relative;
  right: 60px;
}

.image-21:hover {
  box-shadow: 1px 1px 30px #0006;
}

.image-21.img2 {
  transition-property: none;
  transform: rotate(109deg);
}

.image-21.img2:hover {
  box-shadow: none;
}

.image-22 {
  width: 330px;
  transition: box-shadow .2s;
  position: relative;
  left: 60px;
}

.image-22:hover {
  box-shadow: -1px 1px 30px #000000a6;
}

.image-22.img2 {
  transition-property: none;
}

.image-22.img2:hover {
  box-shadow: none;
}

.paragraph-5 {
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  font-family: Great Vibes, cursive;
  font-size: 65px;
}

.text-span-7 {
  color: #000;
  letter-spacing: 2px;
  font-size: 34px;
  line-height: 45px;
}

.image-23 {
  display: inline;
  position: relative;
  bottom: 2px;
}

.text-span-8 {
  color: #ab8d69;
  letter-spacing: 5px;
  font-size: 12px;
}

.section-4 {
  height: auto;
}

.div-block-19 {
  text-align: center;
  background-color: #fff;
  padding: 60px 100px;
}

.paragraph-6 {
  color: #555;
  letter-spacing: 1px;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.bold-text {
  color: #a01913;
  font-size: 26px;
  line-height: 28px;
}

.bold-text-2 {
  letter-spacing: 1px;
  line-height: 32px;
}

.h1-big {
  text-align: center;
  justify-content: center;
  display: block;
}

.h1-big.padding {
  padding-top: .9em;
  padding-bottom: .9em;
}

.orange {
  color: #e05826;
}

.button-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 43em;
  display: flex;
}

.button-wrapper.menu {
  color: #fff;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 3em;
  font-weight: 700;
  display: flex;
  position: static;
}

.h4-menu-subtext {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 500;
  line-height: 1.3;
}

.heading-6 {
  color: #f9f4ee;
}

.container {
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-width: 1440px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.6em;
  padding-bottom: 5.5em;
  display: flex;
}

.link-2 {
  color: #f9f4ee;
}

.container-take {
  z-index: -1;
  background-color: #ff7645;
  flex-direction: column;
  justify-content: flex-end;
  height: 29em;
  margin-top: -24.7em;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.button-wrapper2 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
}

.section-5 {
  background-image: url('../images/fr_1.avif');
  background-position: 0 0;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-5.menu {
  background-color: #000;
  border-bottom: 1px #ff7645;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
}

.section-5.menu._1r {
  background-color: #fff;
  display: block;
}

.section-5.menu._1r.meal {
  background-color: #ff7645;
  display: block;
}

.section-5.menu._1r.black {
  background-color: #000;
  display: block;
}

.section-5.menu.white {
  background-color: #fff;
  display: block;
}

.section-5.menu.white.margin {
  background-color: #f9f4ee;
  padding-top: 2em;
  display: block;
}

.section-5.menu.maki {
  padding-top: 3em;
  display: block;
}

.div-block-318 {
  background-image: url('../images/ittoku_spread_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 39em;
  display: flex;
}

.button {
  text-align: center;
  background-color: #e05826;
  border-radius: 2em;
  flex: 0 auto;
  padding: .4em 1.9em .6em;
  font-size: .9em;
  font-weight: 500;
}

.button.delivery {
  text-transform: uppercase;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: .4em;
  margin-right: .4em;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1.3em;
  display: flex;
}

.hf-menu {
  color: #d8d8d8;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .97em;
  font-weight: 700;
  line-height: 1.3;
}

.hf-menu.yak {
  color: #ff7645;
  font-size: 1.2em;
}

.collection-list-wrapper-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-nav {
  z-index: 1;
  background-color: #e05826;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 4.86em;
  display: block;
  position: sticky;
  top: 0;
}

.text-span-9 {
  font-size: .5em;
}

.menu-section {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-section.horizontal {
  flex-direction: row-reverse;
  padding-left: 10%;
}

.menu-section.horizontal.reverse {
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}

.menu-section.horizontal.reverse.meal {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 80%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0;
  display: grid;
}

.menu-section.vertical {
  width: 80%;
}

.right-row {
  flex-direction: row;
  flex: 0 40%;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.yakitori-wrapper {
  border: 4px solid #ff7645;
  border-radius: 20px;
  height: auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 1.2em;
}

.side-images {
  width: 100%;
  display: flex;
}

.meal-shime-r {
  padding-top: .5em;
  padding-bottom: 4.6em;
  font-size: 14px;
}

.side-image-ci {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.side-image-ci.sashimi {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

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

.side-image-cl {
  flex: 1;
}

.yakitori-h3 {
  color: #ff7645;
  padding-bottom: .2em;
}

.p-menu {
  color: #fff;
  margin-bottom: 0;
  padding-top: .3em;
}

.menu-list-wrapper {
  border-top: 1px solid #5656564d;
  margin-left: 0;
  margin-right: 2.3em;
  padding: .7em 0 .4em;
}

.menu-list-wrapper.yak-chef {
  background-color: #0000;
  padding-top: 1.7em;
  padding-bottom: 1.7em;
}

.container-menav {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: static;
}

.top-menutitle {
  justify-content: space-between;
  display: flex;
}

.cl-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.8em;
  display: grid;
}

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

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

.cat-wrapper {
  color: #e05826;
  flex-direction: column;
  margin-left: 0;
  margin-right: 2.3em;
  padding-top: 1.4em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cl {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  display: grid;
}

.left-row {
  flex: 0 60%;
  padding-top: 4.6em;
  padding-bottom: 4.6em;
  font-size: 14px;
}

.left-row._1r {
  color: #000;
  padding-left: 0;
  padding-right: 3em;
}

.left-row._1r.reverse {
  flex: 1;
  padding-left: 3em;
}

.left-row._1r.reverse.meal {
  padding-top: .5em;
  padding-left: 0;
  padding-right: 0;
}

.left-row.maki {
  grid-column-gap: 21px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dark {
  color: #000;
}

.dark.padding {
  padding-top: 1em;
  padding-bottom: 1.5em;
}

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

.menu-component {
  display: block;
  position: relative;
}

.tab-link {
  color: #6f6f6f;
  background-color: #0000;
  margin-left: 4px;
  margin-right: 4px;
  padding: 12px 24px 2px;
}

.tab-link.w--current {
  color: #306446;
  background-color: #f4f4f4;
}

.footer-link-list {
  flex-direction: column;
  align-items: flex-start;
  list-style-type: none;
  display: flex;
}

.form-field-text-area {
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #c6c6c6;
  min-height: 100px;
  margin-bottom: 16px;
  padding: 8px 16px 16px 8px;
  font-size: 16px;
}

.form-field-text-area:focus {
  border-bottom-color: #064420;
}

.form-field-text-area::placeholder {
  color: #6f6f6f;
}

.instagram-image-wrapper {
  flex-direction: column;
  display: flex;
}

.checkbox {
  border-color: #525252;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 8px;
}

.checkbox.w--redirected-checked {
  background-color: #306446;
  background-image: none;
  background-position: 50%;
  background-size: auto;
  border-style: none;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: #525252;
  outline: 3px solid #30644680;
}

.paragraph-7 {
  color: #525252;
  margin-bottom: 16px;
}

.absolute-position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.heading-7.h3 {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.25em;
}

.heading-7.h5 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.55em;
}

.heading-7.h1 {
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.16em;
}

.social-link {
  background-color: #f3e7d9;
  border-radius: 100%;
  margin-right: 8px;
  padding: 8px;
}

.social-link:hover {
  background-color: #f3e7d9;
}

.social-link:active, .social-link:focus-visible, .social-link[data-wf-focus-visible] {
  border-radius: 100%;
}

.tab-content {
  overflow: visible;
}

.footer-link {
  align-self: stretch;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  transition: color .2s cubic-bezier(.2, 0, 0, 1);
  display: block;
}

.empty-state {
  grid-row-gap: 12px;
  color: #525252;
  background-color: #fdf9f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px 24px;
  display: flex;
}

.logo-wrapper {
  margin-left: -28px;
  padding: 8px 16px;
}

.instagram-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  display: grid;
}

.button-2 {
  grid-column-gap: 16px;
  color: #fff;
  background-color: #306446;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-weight: 500;
  transition: background-color .3s cubic-bezier(.2, 0, 0, 1);
  display: flex;
}

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

.button-2:active {
  color: #fff;
  background-color: #043016;
  outline: 3px solid #30644680;
}

.button-2:focus {
  outline-offset: 0px;
  border-radius: 2px;
  outline: 3px solid #30644680;
}

.button-2.form-submit {
  background-image: none;
  background-position: 76%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 72px;
  transition: background-position .3s cubic-bezier(.2, 0, 0, 1), background-color .3s cubic-bezier(.2, 0, 0, 1);
}

.button-2.form-submit:hover {
  background-position: 81%;
}

.button-2.form-submit:active {
  border-radius: 2px;
}

.button-2.form-submit:focus {
  border-radius: 2px;
  outline: 3px solid #30644680;
}

.container-2 {
  width: 100%;
  max-width: 1230px;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
}

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

.section-6.padding-top-160px {
  padding-top: 160px;
}

.section-6.milk-300 {
  background-color: #fbf3ea;
}

.section-6.milk-300.padding-top-and-bottom-48px {
  padding-top: 48px;
  padding-bottom: 48px;
}

._2-column-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-column-grid._1-1-5-fr {
  grid-template-columns: 1fr 1.5fr;
}

._2-column-grid.footer-link-grid {
  grid-column-gap: 12px;
}

.form-wrapper {
  margin-bottom: 16px;
}

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

.field-column {
  justify-content: space-between;
  display: flex;
}

.field-spacer {
  width: 24px;
  height: 24px;
}

.form-error-message {
  background-color: #fa4d5629;
  padding: 12px;
}

.aspect-ratio {
  flex-direction: column;
  position: relative;
}

.aspect-ratio._1-1 {
  padding-top: 100%;
}

.aspect-ratio._3-1 {
  padding-top: 33%;
}

.page-wrapper {
  width: 100%;
  min-height: 90vh;
  position: relative;
  overflow: hidden;
}

.form-field {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  min-width: 64px;
  min-height: 24px;
  display: flex;
}

.footer-credit-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-bar {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffffb3;
  position: fixed;
  inset: 0% 0% auto;
}

.form-field-text-input {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 20px;
  padding: 21px 16px 21px 8px;
  font-size: 16px;
}

.form-field-text-input:focus {
  border-bottom-color: #064420;
}

.form-field-text-input::placeholder {
  color: #6f6f6f;
  font-size: 16px;
}

.footer-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacer-2._48px {
  width: 48px;
  height: 48px;
}

.spacer-2._16px {
  width: 16px;
  height: 16px;
}

.text-link {
  color: #306446;
  align-self: flex-end;
  text-decoration: underline;
}

.text-box._48-characters {
  max-width: 48ch;
}

.brand-logo {
  padding: 12px;
  display: inline-block;
}

.brand-logo:hover {
  color: #064420;
}

.brand-logo:active, .brand-logo:focus-visible, .brand-logo[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 4px;
  outline: 3px solid #30644680;
}

.brand-logo.footer {
  margin-top: -12px;
  margin-left: -12px;
  font-size: 40px;
}

.brand-logo.footer:hover {
  outline-offset: 0px;
  color: #306446;
  outline: 3px #306446;
}

.brand-logo.footer:active {
  outline-offset: 0px;
  outline: 3px #306446;
}

.brand-logo.footer:focus-visible, .brand-logo.footer[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px #30644680;
}

.food-menu-collection {
  column-count: 2;
  column-rule-style: none;
  column-gap: 24px;
}

.form-checkbox {
  margin-bottom: 16px;
}

.form-success-message {
  color: #064420;
  background-color: #e6ece9;
}

.neweletter-form {
  max-width: 350px;
}

.horizontal-line {
  background-color: #e0e0e0;
  width: 100%;
  height: 1px;
}

.horizontal-line._32px-margin {
  margin-top: 32px;
  margin-bottom: 32px;
}

.tab-links {
  background-color: #fff;
  border-bottom: 2px solid #f4f4f4;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.navigation-menu {
  flex: 1;
  display: flex;
}

.instagram-image {
  border-radius: 4px;
  overflow: hidden;
}

.navigation-link-call-to-action {
  color: #fff;
  background-color: #306446;
  padding: 8px 16px;
  font-weight: 500;
  transition: color .3s cubic-bezier(.2, 0, 0, 1);
}

.navigation-link-call-to-action:hover {
  color: #fff;
  background-color: #064420;
}

.navigation-link-call-to-action:active {
  outline-offset: 1px;
  background-color: #043016;
  outline: 3px solid #30644680;
}

.navigation-link-call-to-action:focus {
  outline-offset: 1px;
  border-radius: 2px;
  outline: 3px solid #30644680;
}

.navigation-link-call-to-action.w--current {
  color: #fff;
}

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

.navigation-container {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 48px;
  display: flex;
  position: relative;
}

.social-media-wrapper {
  margin-bottom: 16px;
  display: flex;
}

.navigation-link {
  color: #306446;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px 16px;
  font-weight: 500;
  transition: color .3s cubic-bezier(.2, 0, 0, 1);
}

.navigation-link:hover {
  color: #064420;
}

.navigation-link:active {
  outline-offset: 0px;
  outline: 3px solid #30644680;
}

.navigation-link.w--current {
  color: #306446;
  background-image: none;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.navigation-link-wrapper {
  flex: 1;
  justify-content: center;
  display: flex;
}

.heading-8 {
  color: #f9f4ee;
}

.button-3 {
  text-align: center;
  background-color: #e05826;
  border-radius: 2em;
  flex: 0 auto;
  padding: .4em 1.9em .6em;
  font-size: .9em;
  font-weight: 500;
}

.button-3.delivery {
  text-transform: uppercase;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: .4em;
  margin-right: .4em;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1.3em;
  display: flex;
}

.social {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image {
  max-width: none;
  height: 6.9em;
  position: static;
  inset: 0%;
}

.nav-menu {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-size: 1vw;
  display: flex;
}

.link-block-3 {
  flex: 1;
  align-items: center;
  display: flex;
}

.link-block-4 {
  flex-direction: row;
  align-items: center;
  padding-left: 7px;
  display: flex;
}

.social-icons {
  height: 2.2em;
  max-height: 28px;
  padding-left: .4em;
}

.top-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.mobile-nav-overlay {
  color: #fff;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  font-size: 14px;
  display: flex;
}

.brand {
  align-items: stretch;
  display: flex;
  position: static;
}

.nav-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 80%;
  max-width: 1440px;
  height: 6.9em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar-3 {
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 14px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-3.frost {
  z-index: 2;
  position: absolute;
  inset: 0% 0% auto;
}

.navbutton {
  z-index: 900;
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.navbutton.w--open {
  background-color: #0000;
}

.link-block-2 {
  align-items: center;
  padding-left: 8px;
  display: flex;
}

.bottom-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.middle-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.nav-link-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: .35em;
  font-size: 1.1em;
  font-weight: 400;
  transition: border-width .5s;
  display: flex;
}

.nav-link-2:hover {
  border: 0 solid #000;
  border-top: 10px solid #0000;
  border-bottom: 10px solid #e05826;
  flex: 0 auto;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link-2.w--current {
  color: #e05826;
  border-top: 10px solid #0000;
  border-bottom: 10px solid #ff7645;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link-2.w--current:hover {
  padding-top: .35em;
  padding-bottom: .35em;
}

.nav-link-2.mobile {
  color: #fff;
  padding-right: 1em;
  font-size: 20px;
  font-weight: 700;
}

.nav-link-2.mobile.w--current {
  border-bottom-color: #a01913;
}

.order-social {
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center end;
  height: auto;
  font-size: 1vw;
  display: flex;
}

.button-4 {
  text-align: center;
  background-color: #e05826;
  border-radius: 2em;
  flex: 0 auto;
  padding: .4em 1.9em .6em;
  font-size: .9em;
  font-weight: 500;
}

.button-4.nav2 {
  background-color: #a01913;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: 2em;
  max-height: 28px;
  margin-right: .6em;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.hero-heading-center {
  background-color: #f5f7fa;
  background-image: url('../images/fr_1.avif');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  display: block;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 32px;
  font-family: Great Vibes, cursive;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.image-24 {
  width: 15%;
  max-width: 55%;
  padding-top: 20px;
}

.heading-9 {
  color: #fff;
  letter-spacing: 3px;
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
}

.section-7 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.heading-10 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
}

.heading-11 {
  color: #0f0d0d;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-8 {
  color: #a01913;
  justify-content: flex-end;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.paragraph-9 {
  padding-top: 10px;
  font-size: 16px;
}

.columns {
  border: 1px solid #00000017;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 10px 10px 0;
}

.image-25 {
  box-shadow: 0 2px 5px #0003;
}

.image-26 {
  text-align: right;
  display: inline-block;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: block;
}

.section-8 {
  background-image: url('../images/Rectangle-4655_1.avif');
  background-position: 0 0;
  background-size: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-9 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bold-text-3 {
  color: #000;
  font-size: 45px;
}

.grid-2 {
  grid-column-gap: 45px;
  grid-row-gap: 30px;
  grid-template-columns: .75fr .75fr;
}

.grid-3, .grid-4 {
  grid-column-gap: 45px;
  grid-row-gap: 30px;
}

.cvb-logo {
  display: inline-block;
}

.form {
  text-align: center;
}

.form.footer-form {
  text-align: left;
  margin-top: 16px;
}

.footer {
  background-image: none;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  padding-top: 45px;
  padding-bottom: 45px;
}

.footer.the-feed-footer {
  box-shadow: none;
  background-image: url('../images/bg_1.avif');
  display: block;
}

.text-field-2-footer {
  border-radius: 25px;
  width: 80%;
  margin-right: 2%;
  display: block;
}

.listed-on {
  color: #b1b1b1;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  font-size: 12px;
  display: inline-block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.copyright {
  color: #b1b1b1;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.logo-footer {
  margin-top: 20px;
}

.bold {
  color: #1e1e1e;
  text-align: center;
  font-weight: 700;
}

.footer-about-text {
  width: 80%;
}

.submit-button {
  background-color: #28aa1d;
  border-radius: 100px;
  transition: all .2s;
  display: inline-block;
}

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

.list-inline {
  float: left;
  display: inline-block;
}

.list-inline.footer-nav {
  float: none;
  display: block;
}

.success-message {
  color: #fff;
  background-color: #28aa1d;
}

.footer-content-block {
  margin-top: 30px;
}

.text-field-footer {
  float: left;
  border-radius: 25px;
  width: 80%;
  margin-right: 2%;
  display: block;
}

.container-custom {
  background-image: url('../images/bg_1.avif');
  background-position: 0 0;
  background-size: auto;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.row-3 {
  height: 450px;
}

.row-3.footer-top-row {
  height: auto;
  margin-bottom: 30px;
}

.text-link-2 {
  text-transform: capitalize;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
}

.text-link-2.footer-nav {
  display: inline;
}

.footer-dark {
  background-color: #f5f7fa;
  background-image: url('../images/bg_1.avif');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #ffffffbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-27 {
  max-width: 25%;
}

.paragraph-10 {
  color: #fff9f9;
  text-decoration: none;
}

.container-6 {
  justify-content: space-between;
  display: flex;
}

.div-block-319 {
  display: block;
}

.paragraph-11 {
  color: #fff;
  max-width: 100%;
  font-size: 16px;
}

.image-28 {
  max-width: 40%;
  margin-bottom: 10px;
}

.heading-12, .heading-13 {
  color: #fff;
  font-size: 28px;
}

.grid-footer-v1---5-column {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .25fr 1fr 1fr;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-logo---brix {
  transform-style: preserve-3d;
  max-width: 50%;
  transition: transform .3s;
}

.footer-logo---brix:hover {
  transform: scale3d(.92, .92, 1.01);
}

.link-text {
  color: #fff;
  transition: color .3s;
  display: inline-block;
}

.footer-top {
  padding-top: 60px;
  padding-bottom: 20px;
}

.footer-list-item {
  color: #fdfdfd;
  margin-bottom: 18px;
  padding-left: 0;
}

.icon-pagraph-wrapper {
  display: flex;
}

.icon-left---brix {
  color: #fff;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.icon-left---brix.address {
  width: 20px;
  height: 20px;
  position: relative;
  bottom: -8px;
}

.social-icon---brix {
  transition: transform .3s;
}

.social-icon---brix:hover {
  transform: translate(0, -4px);
}

.footer-wrapper---brix {
  background-color: #fff;
  background-image: url('../images/bg_1.avif');
  background-position: 50%;
  background-size: cover;
  border-top: 1px solid #f7f7fc;
}

.mg-bottom-0 {
  color: #d3d3d3;
  margin-bottom: 0;
}

.grid-footer-v1---2-columns {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.grid-footer-v1---2-columns.grid-center {
  align-items: center;
}

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

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

.horizontal-flex.end {
  justify-content: flex-end;
}

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

.footer-link-3:hover {
  color: #4a3aff;
}

.social-media-grid-top {
  grid-column-gap: 22px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 19px);
  justify-content: start;
  justify-items: start;
}

.text-300 {
  font-size: 22px;
  line-height: 22px;
}

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

.text-300.bold.footer-title {
  color: #fff;
  text-align: left;
  margin-bottom: 40px;
}

.container-default {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #4a3aff;
}

.link-wrapper.color-grey {
  color: #6f6c90;
}

.link-wrapper.color-grey:hover {
  color: #4a3aff;
}

.footer-logo-wrapper {
  margin-bottom: 24px;
}

.mg-bottom-40px {
  color: #fff;
  margin-bottom: 40px;
  font-size: 20px;
}

.footer-bottom {
  border-top: 1px solid #eff0f6;
  padding-top: 24px;
  padding-bottom: 24px;
}

.social-icon-link---brix {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-12 {
  color: #fff;
}

.link-3 {
  color: #fff9f9;
}

.link-4, .link-5 {
  color: #fff;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

.navbar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.navbar-brand {
  position: absolute;
  left: 5%;
}

.nav-menu-wrapper {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 10px 60px 10px 10px;
  display: flex;
}

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #081212;
  letter-spacing: .25px;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.section-10 {
  background-image: url('../images/banner_1.avif');
  background-position: 0 0;
  background-size: cover;
  height: auto;
}

.button-5 {
  color: #fff;
  background-color: #a01913;
  border-radius: 41px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 48px;
  padding: 0 50px;
  font-weight: 600;
  line-height: 14px;
  display: flex;
}

.image-29 {
  background-color: #f8f8f8;
  width: 24px;
  height: 24px;
}

.brix---container-default {
  max-width: none;
  padding: 0 20px 0 10px;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-nav-menu-list {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link {
  color: #081212;
  padding: 16px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.brix---header-nav-link:hover {
  color: #081212;
}

.brix---header-nav-link.w--current {
  color: #081212;
  background-color: #f8f8f8;
  border-radius: 100px;
  padding: 16px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo.brix---logo-v14 {
  max-width: none;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-right-col {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---header-left-col {
  align-items: center;
  display: flex;
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 16px;
}

.brix---btn-header-hidden-on-mbl.no-margin {
  margin-left: 0;
}

.brix---header-nav-list-item-left {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.brix---container-default-center {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.brix---header-nav-list-item-show-in-tablet {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-wrapper-rounded {
  background-color: var(--elements-webflow-library--neutral--100);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 63px;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  box-shadow: 0 3px 10px #211f5414;
}

.brix---header-logo-link-left {
  transform-style: preserve-3d;
  padding-left: 0;
  padding-right: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-left:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-logo-link-left.w--current {
  padding-right: 32px;
}

.div-block-320 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0 10px;
  display: flex;
  position: relative;
  left: 0;
}

.container-7 {
  width: 100%;
  max-width: 1500px;
}

.image-30 {
  width: 74px;
  max-width: none;
  position: static;
}

.div-block-321 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.heading-14 {
  color: #c1c7d0;
  text-align: center;
  font-family: Cormorant Infant, sans-serif;
  font-size: 32px;
  line-height: 24.6px;
}

.heading-15 {
  color: #e4e4e4;
  text-align: center;
  margin-top: 0;
  font-family: Outfit, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 50px;
}

.paragraph-13 {
  color: #dfdfdf;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  line-height: 35.6px;
}

.div-block-322 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
}

.button-6 {
  color: #fff;
  background-color: #a01913;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 167px;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  display: flex;
  box-shadow: 0 15px 30px #00000026;
}

.button-6.review {
  width: auto;
}

.body {
  background-color: #000;
  font-family: Outfit, sans-serif;
  overflow: visible;
}

.container-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.div-block-323 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #dadada;
  background-color: #151414;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-top: -63px;
  padding: 20px 60px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22.6px;
  display: grid;
  box-shadow: 0 0 50px #45454540;
}

.div-block-324 {
  border-left: 0 solid #351414;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-324.border-left {
  border-left-width: 1px;
}

.div-block-324.border-right {
  border-left-width: 0;
  border-right: 1px solid #351414;
  padding-right: 0;
}

.paragraph-14 {
  color: #9b9b9b;
  margin-top: 5px;
  font-size: 16px;
  line-height: 20.6px;
}

.heading-16 {
  color: #dadada;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 22.6px;
}

.div-block-325 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 80px;
  display: grid;
}

.section-11 {
  background-image: url('../images/background-image-black_1.avif');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 80px;
}

.heading-17 {
  color: #fff;
  font-family: Cormorant Infant, sans-serif;
  font-size: 32px;
}

.heading-18 {
  color: #ededed;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.paragraph-15 {
  color: #b1b1b1;
  font-size: 16px;
  line-height: 33px;
}

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

.div-block-327 {
  background-color: #202020;
  border-radius: 12.73px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 78px;
  display: flex;
}

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

.paragraph-16 {
  margin-top: 10px;
}

.div-block-329 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  margin-top: 40px;
  display: none;
}

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

.paragraph-17 {
  color: #1e1e1e;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 18px;
}

.heading-19 {
  color: #1e1e1e;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 21px;
}

.section-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: auto;
  min-height: 500px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.container-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  padding: 80px;
  display: flex;
}

.div-block-331 {
  background-image: url('../images/background-image-black_1.avif');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  max-width: 1920px;
  min-height: 500px;
  position: relative;
}

.image-31 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.heading-20 {
  color: #fff;
  font-size: 32px;
}

.heading-21 {
  color: #fff;
  text-align: center;
  font-family: Cormorant Infant, sans-serif;
  font-size: 32px;
  line-height: 26px;
}

.div-block-332 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-18 {
  color: #707070;
  text-align: center;
  margin-top: 10px;
  padding-left: 150px;
  padding-right: 150px;
  font-size: 16px;
  line-height: 24px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---mg-top-16px {
  margin-top: 16px;
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---container-default-2 {
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---hidden-desktop {
  color: #a01913;
  margin-top: 0;
  font-size: 9px;
  display: block;
}

.brix---text-center {
  text-align: center;
}

.brix---slider-wrapper {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: block;
}

.brix---slider-mask {
  height: 100%;
}

.brix---slider-item-pd {
  z-index: 1;
  margin-bottom: 0;
  padding: 20px 15px 15px;
}

.brix---paragraph-default {
  color: #868686;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---text-300-bold {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
}

.brix---text-200-medium {
  color: #d3d3d3;
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
}

.brix---inner-container-800px---center {
  width: 80%;
  max-width: 639px;
  margin-left: auto;
  margin-right: auto;
}

.brix---card-testimonial-v6 {
  border-top-style: solid;
  border-top-width: 0;
  border-top-color: var(--elements-webflow-library--neutral--300);
  border-right-style: solid;
  border-right-width: 0;
  border-right-color: var(--elements-webflow-library--neutral--300);
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-bottom-color: var(--elements-webflow-library--neutral--300);
  border-left-style: solid;
  border-left-width: 0;
  border-left-color: var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  color: #151414;
  background-color: #151414;
  border-radius: 100px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 330px;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}

.brix---avatar-circle-05-border {
  border: 6px solid var(--elements-webflow-library--neutral--100);
  box-shadow: 0 8px 28px 0 var(--elements-webflow-library--general--shadow-03);
  border-radius: 50%;
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
  overflow: hidden;
  transform: translate(0);
}

.brix---btn-slider-arrow-right---testimonial-v6 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: none;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-right---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v6 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: none;
  top: 50%;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

.div-block-333 {
  margin-top: -57px;
}

.section-13 {
  background-color: #000;
  padding: 80px 20px 120px;
}

.container-10 {
  max-width: 1200px;
}

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

.paragraph-19 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
}

.div-block-335 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 10px;
}

.heading-22 {
  color: #fff;
  margin-bottom: 40px;
  font-family: Cormorant Infant, sans-serif;
  font-size: 32px;
}

.div-block-336 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.card {
  background-color: #151414;
  border-radius: 4px;
  width: auto;
  height: auto;
  padding: 10px;
  font-family: Jost, sans-serif;
  box-shadow: 0 0 52px #0000000d;
}

.card.none {
  flex-flow: column;
  display: flex;
}

.image-32 {
  width: 100%;
  height: 150px;
}

.paragraph-20 {
  color: #656565;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Jost, sans-serif;
  font-weight: 500;
}

.heading-23 {
  margin-top: 0;
  font-family: Jost, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.paragraph-21 {
  color: #656565;
  height: auto;
  font-family: Jost, sans-serif;
}

.paragraph-21.cut-text {
  width: auto;
}

.paragraph-22 {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-300 {
  color: var(--elements-webflow-library--neutral--300);
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-bottom-16px-2 {
  width: 751px;
  margin-bottom: 16px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---position-relative {
  width: 100%;
  height: 64px;
  position: relative;
}

.brix---container-default-3 {
  background-color: #0000;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.brix---footer-wrapper {
  border-top-style: solid;
  border-top-width: 0;
  border-top-color: var(--elements-webflow-library--neutral--300);
  background-color: #0000;
  background-image: none;
  background-size: auto;
}

.brix---grid-footer-v1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---footer-list-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---footer-list-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18px;
  padding-left: 0;
  display: flex;
}

.brix---footer-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.brix---footer-link:hover {
  color: #a01913;
}

.brix---footer-link.center {
  justify-content: flex-start;
  align-items: center;
}

.brix---footer-top {
  z-index: 1;
  background-color: #151414;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 80px;
  font-family: Outfit, sans-serif;
  display: flex;
  position: relative;
}

.brix---footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 0px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  background-color: #151414;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 32px 40px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: grid;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.grid-footer-2-cols---form---icon {
  grid-column-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---success-message-white {
  border: 1px solid var(--elements-webflow-library--neutral--500);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  border-radius: 24px;
  padding: 28px;
  font-size: 18px;
  line-height: 30px;
  box-shadow: 0 3px 8px #211f5433;
}

.brix---paragraph-default-2 {
  text-align: left;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---footer-col-title {
  color: var(--elements-webflow-library--neutral--100);
  text-transform: capitalize;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---icon-success-message-left {
  margin-right: 10px;
  display: none;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---text-300-bold-2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---footer-top-cta {
  background-color: var(--elements-webflow-library--accent--primary-1);
  border-radius: 20px;
  margin-top: 88px;
  padding: 46px 40px;
}

.brix---footer-cta-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---input-large-button-inside {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  width: 100%;
  height: 64px;
  min-height: auto;
  margin-bottom: 0;
  padding: 16px 24px 16px 50px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-large-button-inside:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input-large-button-inside:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input-large-button-inside::placeholder {
  color: #151414;
  font-size: 16px;
  line-height: 23px;
}

.brix---btn-primary-inside-input {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #a01913;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 48px;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition-property: background-color, transform, color;
  transition-duration: .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
  display: flex;
  position: absolute;
  inset: 8px 8px 8px auto;
}

.brix---btn-primary-inside-input:hover {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #a01913;
  transform: translate3d(0, -3px, .01px);
}

.brix---flex-horizontal---vertical-mbp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-24 {
  color: #fff;
  font-family: Jost, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.paragraph-23 {
  text-align: center;
  margin-bottom: 0;
  padding-left: 300px;
  padding-right: 300px;
  line-height: 24px;
}

.div-block-338 {
  width: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

.image-33 {
  position: absolute;
  top: 23px;
  left: 3%;
}

.div-block-339 {
  border-bottom: 1px solid #373737;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-family: Outfit, sans-serif;
  display: flex;
  position: static;
}

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

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

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

.paragraph-25 {
  color: #fff;
  text-align: left;
  border-right: 0 solid #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.link-block-6 {
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-6 {
  color: #fff;
  font-weight: 600;
}

.paragraph-26 {
  color: #fff;
  text-align: left;
  white-space: nowrap;
  margin-bottom: 0;
}

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

.div-block-342 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #151414;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-top: 20px;
  padding: 20px 20px 20px 40px;
  display: grid;
  box-shadow: 0 0 50px #45454540;
}

.heading-25 {
  color: #c1c7d0;
  margin-bottom: 20px;
  font-family: Cormorant Infant, sans-serif;
  font-size: 32px;
  line-height: 24px;
}

.code-embed {
  border: 15px solid #a019134d;
  border-radius: 16px;
  height: 100%;
  box-shadow: 0 0 50px #45454540;
}

.error-message {
  position: fixed;
}

.button-8 {
  background-color: #a01913;
  border-radius: 500px;
  margin-top: 20px;
  padding: 12px 25px;
  font-family: Outfit, sans-serif;
  line-height: 16px;
}

.cf-fields-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: -10px;
  display: flex;
}

.text-block-11 {
  color: #c1c7d0;
  max-width: none;
  font-weight: 400;
  line-height: 25px;
}

.form-2 {
  width: 100%;
  min-width: auto;
  margin-top: 0;
  padding-bottom: 0;
  display: block;
}

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

.div-block-423 {
  display: inline-block;
}

.cf-form-gradient-submit {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-form-gradient-submit.fixed-width {
  text-align: left;
  background-color: #a01913;
  background-image: none;
  border-radius: 500px;
  width: 163px;
  max-width: none;
  height: 48px;
  margin-top: 25px;
  padding: 14px 60px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  display: block;
}

.cf-error-message-2 {
  color: #fff;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cf-error-message-2.darker {
  color: #bd333d;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-left: 0;
  padding-top: 0;
  position: static;
  inset: auto 0% 0% auto;
}

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

.paragraph-50 {
  color: #ffffffe6;
  text-transform: none;
  margin-bottom: 5px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-5 {
  color: red;
}

.form-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
}

.paragraph-49 {
  color: #fff;
  width: 22px;
  margin-left: -32px;
  font-size: 20px;
  line-height: 16px;
}

.cf-contact-form-field {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #0000;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  height: 53px;
  margin-bottom: 0;
  margin-right: 32px;
  padding: 21px 10px;
  font-size: 14px;
  line-height: 25.4px;
}

.cf-contact-form-field:active {
  border-color: #0d0e1033;
}

.cf-contact-form-field:focus {
  border-color: #a01913;
}

.cf-contact-form-field::placeholder {
  color: #fff6;
}

.cf-contact-form-field.email {
  border-color: #ffffff1a;
  width: 100%;
  min-width: 100%;
  padding-top: 15px;
  padding-bottom: 21px;
  padding-right: 0;
}

.cf-contact-form-field.message {
  border-color: #ffffff1a;
  border-radius: 8px;
  width: 100%;
  height: 200px;
  margin-right: 0;
}

.cf-success-message-2 {
  color: #172b4d;
  background-color: #0000;
  border-radius: 8px;
  width: 578px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.body-2 {
  background-color: #000;
  font-family: Outfit, sans-serif;
}

.image-34 {
  z-index: 1;
  width: 100%;
  display: none;
  position: absolute;
  top: -30px;
}

.section-14 {
  background-color: #050505fc;
  padding-bottom: 80px;
}

.cards_grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 1200px;
  margin-top: 0;
  padding-bottom: 80px;
  display: grid;
}

.section-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -60px;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-35 {
  z-index: 1;
  position: absolute;
  top: -36%;
  right: 2%;
}

.div-block-439 {
  background-color: #151414;
  width: 100%;
  margin-top: 0;
}

.heading-26 {
  color: #a01913;
}

.heading-27 {
  color: #b7b7b7;
}

.section-16 {
  padding: 60px 80px 80px;
}

.utility-page-wrap {
  background-color: #000;
  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;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.button-9 {
  background-color: #a01913;
  border-radius: 43px;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 45px;
  margin-top: 20px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.body-3 {
  background-color: #000;
  font-family: Outfit, sans-serif;
}

.section-246 {
  justify-content: center;
  align-items: center;
  margin-top: -178px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-235 {
  margin-top: 0;
  padding-top: 0;
}

.testimonials1_client-image {
  object-fit: cover;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.faq-question {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 22px;
  font-weight: 800;
  display: grid;
}

.div-block-234 {
  width: 90%;
  padding-top: 20px;
  padding-bottom: 60px;
}

.paragraph-110 {
  color: #006496;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 16.2px;
}

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-left: 0;
  overflow: hidden;
}

.heading-2071 {
  color: #172b4d;
  font-size: 20px;
  font-weight: 600;
}

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

.image-608 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-21 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.section-241 {
  background-color: #f2fcff;
  padding-top: 80px;
  padding-bottom: 200px;
}

.link-7 {
  color: #00008b;
  font-weight: 500;
  text-decoration: underline;
}

.faq-plus-l {
  background-color: #fff;
  border-radius: 3px;
  width: 4.5px;
  height: 97%;
  position: absolute;
}

.div-block-230 {
  background-color: #fbf6f2;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 7px 15px;
}

.heading-2070 {
  color: #172b4d;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
}

.div-block-231 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.container-4209 {
  max-width: 1200px;
}

.faq-answer-text {
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.faq-answer-text.features_card_para {
  color: #495974;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.4px;
}

.faq-answer-text.features_card_para.paragraph-112 {
  color: #b1b1b1;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-111 {
  color: #9b9b9b;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.faq-plus {
  background-color: #fff;
  border-radius: 3px;
  width: 93%;
  height: 4.5px;
}

.heading-2046 {
  color: #172b4d;
  margin-top: 10px;
  font-weight: 700;
  line-height: 47px;
}

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

.faq-wrap {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.heading-218 {
  color: #172b4d;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 40px;
  font-weight: 800;
  line-height: 56px;
}

.div-block-22 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-4212 {
  max-width: 1200px;
}

.div-block-233 {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.para_heading3 {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 31px;
}

.paragraph-112 {
  color: #282938;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.image-607 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.faq-q-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
}

.faq-q-text.para_heading3 {
  color: #fff;
}

.bold-text-4 {
  color: #a01913;
}

.container-4213 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.section-247 {
  background-image: url('../images/banner_1.avif');
  background-position: 0 0;
  background-size: auto;
}

.div-block-440 {
  margin-top: 0;
  padding-top: 0;
}

.div-block-441 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 60px;
}

.image-609 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-442 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.link-8 {
  color: #00008b;
  font-weight: 500;
  text-decoration: underline;
}

.blog a {
  text-decoration: underline;
}

.heading-2072 {
  color: #fff;
  margin-top: 10px;
  font-weight: 700;
  line-height: 47px;
}

.div-block-443 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-444 {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.paragraph-113 {
  color: #b7b7b7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.bold-text-5, .bold-text-6 {
  color: #fff;
}

.section-248 {
  margin-top: 0;
  padding-bottom: 80px;
  padding-left: 60px;
  padding-right: 60px;
}

.container-4214 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-top: -76px;
  display: flex;
}

.container-4214.padding {
  margin-top: 0;
  padding-top: 60px;
}

.div-block-445 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  margin-top: 40px;
  display: grid;
}

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

.image-610 {
  width: 150px;
}

.paragraph-114 {
  color: #fff;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
}

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

.paragraph-115 {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
}

.div-block-448 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-369 {
  padding: 80px;
}

.body-4 {
  background-color: #000;
}

.container-4215 {
  max-width: 1200px;
}

.div-block-449 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1900px;
  display: grid;
}

.div-block-450 {
  background-image: url('../images/class-5_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 514px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-450.second {
  background-image: url('../images/class-6_1.avif');
}

.div-block-450.third {
  background-image: url('../images/class-7_1.avif');
  background-position: 50%;
}

.div-block-450.fourth {
  background-image: url('../images/class-8_1.avif');
}

.div-block-450.fifth {
  background-image: url('../images/class-9_1.avif');
}

.paragraph-116 {
  color: #fff;
  font-family: Great Vibes, cursive;
  font-size: 32.29px;
  line-height: 23px;
}

.paragraph-117 {
  color: #fff;
  text-align: center;
  font-size: 20.57px;
  font-weight: 600;
  line-height: 20.57px;
}

.section-370 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.div-block-452 {
  background-image: url('../images/Vector-5_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 75px;
  position: relative;
}

.dropdown-toggle {
  padding-left: 0;
  padding-right: 20px;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 10px;
  width: auto;
  margin-top: 10px;
  padding: 16px 24px;
}

.paragraph-118 {
  color: #081212;
  font-size: 18px;
  line-height: 28px;
}

.dropdown-link {
  display: flex;
}

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

.paragraph-119 {
  color: #081212;
  font-weight: 500;
  line-height: 25.6px;
}

.paragraph-120 {
  color: #081212;
  font-size: 16px;
  font-weight: 400;
}

.div-block-454 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 11px;
  display: flex;
}

.paragraph-121, .paragraph-122, .paragraph-123 {
  margin-bottom: 0;
}

.div-block-280 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-58 {
  outline-offset: -10px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #a01913;
  border-radius: 20px;
  outline: 1px solid #fff0;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 20%;
  margin-top: 10px;
  padding: 1rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: all .2s;
}

.button-58:hover {
  outline-offset: 0px;
  border-radius: 50px;
  outline: 0 solid #fff;
}

.div-block-455 {
  background-color: #a01913;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.image-611 {
  width: 20px;
  height: auto;
}

.image-612, .image-613, .image-614 {
  width: 18px;
}

.image-615 {
  width: 24px;
}

.div-block-456 {
  background-color: #f8f8f8;
}

.img {
  width: 28px;
  height: 100%;
}

.image-617, .image-618, .image-619, .image-620 {
  width: 42px;
}

.div-block-457 {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-458 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  white-space: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-459 {
  width: 100%;
  padding-left: 0;
  display: none;
}

.div-block-460 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #fff;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  font-weight: 600;
  display: flex;
}

.paragraph-124 {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}

.image-621 {
  width: 20px;
}

.menu-item-text-5 {
  color: #000;
  letter-spacing: 1px;
  font-size: 3.3em;
  font-weight: 500;
  line-height: 1em;
}

.nav-list {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 60px;
  list-style-type: none;
}

.top-line-3 {
  text-align: right;
  background-color: #fff;
  justify-content: flex-end;
  width: 75%;
  height: 2px;
  display: flex;
}

.navlink-2 {
  color: #16192c;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navlink-2:hover {
  opacity: .6;
}

.navlink-2.c-menu-item {
  margin-bottom: 0;
}

.navlink-2.c-menu-item.w--current {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.menu-item-number-4 {
  color: #0e0d0d;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: .8em;
  font-weight: 500;
  display: block;
}

.nav-social-contact-item-link-text {
  color: #999;
  text-decoration: underline;
}

.nav-social-contact-item-link-text.default {
  color: #888;
  text-decoration: none;
  display: block;
  position: relative;
}

.nav-social-contact-item-link-text.focus {
  color: #8257f0;
  text-decoration: none;
  position: absolute;
}

.menu-button-2 {
  background-color: #0000;
  padding: 10px;
  display: block;
}

.menu-button-2.w--open {
  background-color: #0000;
}

.menu-button-2.display {
  background-color: #0000;
  margin-left: 60px;
  margin-right: auto;
}

.link-32 {
  font-size: 35px;
}

.link-32.w--current {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  font-weight: 500;
}

.nav-social-address-5 {
  color: #888;
}

.nav-menu-4 {
  width: 40vw;
  min-width: 500px;
  height: 9.5%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  display: block;
  inset: 0%;
  box-shadow: 1000px 0 0 1000px #16192c80;
}

._w-menu-item-link {
  display: flex;
  position: relative;
}

.navbar-13 {
  background-color: #08080a99;
  border-bottom: 1px solid #16192c00;
  align-items: center;
  height: 100px;
  padding-top: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.list {
  margin-top: 30px;
  padding-left: 60px;
  list-style-type: none;
  display: block;
}

.c-nav-social-contact-item-link {
  color: #1e756e;
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}

.menu-button-3 {
  display: block;
}

.list-item-22 {
  text-align: left;
  margin-top: 10px;
  padding-bottom: 10px;
}

.list-item-22.d-none {
  display: block;
}

.c-menu-item-text {
  position: relative;
}

.c-menu-item-number {
  margin-right: 20px;
  display: none;
  position: absolute;
}

.menu-line-3 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  width: 24px;
  height: 20px;
  display: flex;
  position: relative;
}

.nav-3 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
  display: grid;
}

.div-block-187 {
  background-color: #fffafa00;
  width: 24px;
  height: 20px;
}

.text-span-110 {
  color: #fff;
}

.header-8 {
  width: 100%;
  height: 100vh;
  display: flex;
}

.wnav-link {
  color: #000;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.list-item-4 {
  text-align: left;
  margin-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.div-block-186 {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
}

.div-block-185 {
  background-color: #000;
  width: 75%;
  height: 2px;
  margin-bottom: 5px;
}

.bottom-line-3 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  transform: translate(0);
}

.header-left-2 {
  background-color: #fff8f0;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  padding-top: 30px;
  display: flex;
  position: relative;
  overflow: auto;
}

.top-line-4 {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.paragraph-125 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22.6px;
}

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

.paragraph-126 {
  flex: 0 auto;
  align-self: center;
  margin-bottom: 0;
}

.bold-text-7 {
  line-height: 67px;
}

.section-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.cf-footer-links-header {
  color: #37455f;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  text-decoration: none;
  display: flex;
}

.cf-footer-links-header.w--current {
  color: #37455f;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.section-329 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 20px;
  display: grid;
}

.link-block-35 {
  width: auto;
}

.paragraph-59 {
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.hr {
  grid-column-gap: 16px;
  grid-row-gap: 26px;
  color: #996830;
  -webkit-text-stroke-color: #996830;
  border: 1px solid #996830;
  border-radius: 0;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 64px;
  height: 1px;
  margin-top: -6px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hr.hrfooter {
  color: #b5b1ad;
  border-width: .7px;
  border-color: #939393;
  width: 700px;
  line-height: 1px;
}

.hr.hrfooter.footerhr {
  color: #eee;
  border-width: 1px;
  border-color: #eee;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 14px;
  margin-bottom: 35px;
}

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

.cf-forms-section-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.cf-h2-white-heading-center {
  color: #000;
  text-align: center;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 700;
  line-height: 47.99px;
}

.cf-newsletter-wrapper {
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 20px 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.image-48 {
  width: 47px;
  height: 58.5px;
}

.container-18 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-127 {
  color: #747474;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  line-height: 17.64px;
}

.link-34 {
  color: #525d6f;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
}

.div-block-466 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 100px;
  display: flex;
}

.section-330 {
  display: none;
}

.cf-footer-social-link-block {
  color: #aa2a2a;
  background-color: #fff;
  border: 2px solid #ecce46;
  border-radius: 0%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  padding: 12px;
  transition: background-color .26s;
  display: flex;
}

.cf-footer-social-link-block:hover {
  background-color: #0000;
}

.cf-footer-social-link-block.hidden {
  display: none;
}

.cf-footer-social-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.cf-footer-social-wrapper.socialmedia_smallscreen {
  display: none;
}

.cf-footer-social-icon {
  color: #ecce46;
  object-fit: contain;
  width: 16px;
  max-width: none;
  height: 16px;
}

.paragraph-58 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #eccf45;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  margin-left: -16px;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 58px;
  display: flex;
}

.div-block-468 {
  width: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

.brix---success-message-white-2 {
  color: #4a3aff;
  background-color: #fff;
  border: 1px solid #a0a3bd;
  border-radius: 24px;
  padding: 28px;
  font-size: 18px;
  line-height: 30px;
  box-shadow: 0 3px 8px #211f5433;
}

.text-block-12 {
  color: #a01913;
}

.div-block-469 {
  width: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

.brix---success-message-white-3 {
  color: #4a3aff;
  background-color: #fff;
  border: 1px solid #a0a3bd;
  border-radius: 24px;
  padding: 28px;
  font-size: 18px;
  line-height: 30px;
  box-shadow: 0 3px 8px #211f5433;
}

.brix---icon-success-message-left-2 {
  margin-right: 10px;
  display: none;
}

.text-block-13 {
  color: #a01913;
}

.container-4216 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-top: -76px;
  display: flex;
}

.section-371 {
  margin-top: 0;
  padding-bottom: 80px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-470 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  display: block;
}

.container-4217 {
  width: 100%;
  max-width: 1500px;
}

.paragraph-128 {
  color: #006496;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 16.2px;
}

.image-623 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.div-block-471 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
}

.section-372 {
  background-image: url('../images/banner_1.avif');
  background-position: 0 0;
  background-size: auto;
}

.bold-text-8 {
  color: #a01913;
}

.bold-text-9 {
  line-height: 67px;
  display: block;
}

.heading-2120 {
  color: #e4e4e4;
  text-align: center;
  margin-top: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 50px;
}

.div-block-472 {
  background-color: #fbf6f2;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 7px 15px;
}

.image-624 {
  width: 100%;
  height: 150px;
}

.paragraph-129 {
  color: #656565;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Jost, sans-serif;
  font-weight: 500;
}

.heading-2121 {
  margin-top: 0;
  font-family: Jost, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.paragraph-130 {
  color: #656565;
  height: auto;
  font-family: Jost, sans-serif;
}

.paragraph-130.cut-text {
  width: auto;
}

.paragraph-131 {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.link-block-36, .link-block-37 {
  display: none;
}

.code-embed-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.newsletter {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 2px solid #262525;
}

@media screen and (min-width: 1280px) {
  .brix---footer-wrapper {
    background-position: 50% 0;
  }

  .brix---grid-footer-v1 {
    grid-template-columns: 2fr 1fr 1.5fr .25fr;
  }

  .image-35 {
    right: 2%;
  }

  .button-58 {
    margin-top: 10px;
  }

  .nav-menu-4 {
    width: 35vw;
  }

  .section-26 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .cf-footer-links-header {
    color: #37455f;
  }

  .section-329 {
    margin-top: 60px;
  }

  .hr.hrfooter.footerhr {
    margin-bottom: 20px;
  }

  .cf-forms-section-2 {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .cf-newsletter-wrapper {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .paragraph-127 {
    margin-bottom: 20px;
  }

  .text-block-14 {
    color: #fff;
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .menu-nav {
    font-size: 14px;
  }

  .menu-section.horizontal {
    width: 80%;
    padding-left: 0%;
  }

  .menu-section.vertical {
    width: 80%;
  }

  .right-row {
    width: 100%;
  }

  .side-image-ci.sashimi {
    grid-column-gap: 0px;
  }

  .menu-list-wrapper {
    margin-left: 0;
  }

  .cat-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .cl {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .social {
    font-size: 13px;
  }

  .image {
    max-height: 94px;
  }

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

  .nav-link-2 {
    font-size: 1.2em;
  }

  .button-4.nav2 {
    font-weight: 400;
  }

  .grid-footer-v1---5-column {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-columns: 2fr 1fr 1fr 1fr auto;
  }

  .container-7, .container-8 {
    max-width: 1350px;
  }

  .section-12 {
    padding: 0;
  }

  .container-9, .container-10 {
    max-width: 1350px;
  }

  .brix---container-default-3 {
    max-width: none;
  }

  .brix---grid-footer-v1 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
    max-width: 1350px;
  }

  .grid-footer-2-cols---form---icon {
    grid-column-gap: 150px;
    grid-template-columns: 1.48fr 1.4fr;
  }

  .div-block-341 {
    max-width: 1350px;
  }

  .cf-form-gradient-submit.fixed-width {
    padding-top: 15px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20%;
  }

  .cf-contact-form-field {
    border-color: #ffffff1a;
  }

  .container-4209, .container-4212, .container-4213, .container-4214, .container-4215 {
    max-width: 1350px;
  }

  .cf-footer-links-header {
    color: #000;
    font-size: 16px;
    line-height: 20.16%;
  }

  .hr {
    margin-top: -25px;
  }

  .hr.hrfooter.footerhr {
    color: #eee;
    -webkit-text-stroke-color: #eee;
    border-width: 1px;
    border-color: #eee;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 20px;
  }

  .cf-forms-section-2 {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .cf-newsletter-wrapper, .container-18 {
    max-width: 1350px;
  }

  .paragraph-127 {
    font-size: 14px;
    line-height: 17.6px;
  }

  .container-4216, .container-4217 {
    max-width: 1350px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }

  .container-take {
    flex: 0 auto;
    font-size: 14px;
  }

  .section-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .menu-section.horizontal {
    flex-direction: row;
  }

  .menu-section.horizontal.reverse, .menu-section.vertical {
    flex-direction: row-reverse;
  }

  .right-row {
    flex-direction: row;
  }

  .right-row.sashimi {
    padding-bottom: 2.9em;
  }

  .side-images {
    padding-left: 0;
  }

  .side-image-ci {
    flex-direction: column;
  }

  .side-image-ci.sashimi {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    padding-left: 1em;
    display: flex;
  }

  .menu-list-wrapper {
    margin-left: 0;
  }

  .cat-wrapper {
    width: 100%;
  }

  .cl {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .cl.sashimi {
    padding-top: 0;
  }

  .left-row._1r {
    padding-left: 3em;
  }

  .left-row._1r.reverse {
    padding-left: 0;
  }

  .left-row.maki {
    flex: 0 auto;
    order: 1;
    grid-template-columns: 2.5fr 6.25fr;
  }

  .social {
    font-size: 15px;
  }

  .mobile-nav-overlay {
    flex: 1;
  }

  .nav-grid {
    grid-template-columns: .5fr .5fr .5fr;
  }

  .nav-link-2 {
    flex-direction: row;
  }

  .order-social {
    place-items: start stretch;
    width: auto;
    font-size: 17px;
  }

  .button-4.nav2 {
    font-size: .9em;
  }

  .container-7, .container-8, .container-9, .container-10 {
    max-width: 1500px;
  }

  .brix---container-default-3 {
    max-width: none;
    position: static;
  }

  .brix---footer-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .brix---grid-footer-v1 {
    max-width: 1500px;
  }

  .brix---footer-top {
    z-index: 3;
    background-image: none;
    background-size: auto;
    position: static;
  }

  .div-block-339 {
    z-index: 3;
    position: static;
  }

  .div-block-341 {
    max-width: 1500px;
  }

  .cf-form-gradient-submit.fixed-width {
    width: auto;
    padding-left: 60px;
  }

  .image-34 {
    z-index: 1;
    top: 0;
  }

  .image-35 {
    top: 0%;
  }

  .div-block-439 {
    max-width: 1900px;
    position: relative;
  }

  .section-246 {
    display: block;
  }

  .div-block-234, .image-608 {
    width: 100%;
  }

  .container-4209 {
    max-width: 1500px;
  }

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

  .container-4212 {
    max-width: 1500px;
  }

  .image-607 {
    width: 100%;
    max-width: 100%;
  }

  .container-4213 {
    max-width: 1500px;
  }

  .div-block-441, .image-609 {
    width: 100%;
  }

  .container-4214, .container-4215 {
    max-width: 1500px;
  }

  .div-block-452 {
    background-position: 50% 0;
  }

  .image-615 {
    height: 100%;
  }

  .section-26 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-329 {
    margin-top: 60px;
  }

  .cf-newsletter-wrapper, .container-18, .container-4216, .container-4217 {
    max-width: 1500px;
  }

  .image-623 {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .grid {
    grid-template-columns: minmax(100px, 100px) 1fr minmax(100px, 100px);
  }

  .div-block-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3 {
    padding: 100px;
  }

  .image-21.img2, .image-22.img2 {
    width: 100px;
  }

  .div-block-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-take {
    height: 13.8em;
  }

  .section-5 {
    display: block;
  }

  .menu-nav {
    height: 5.1em;
    top: 0;
  }

  .menu-section.horizontal.reverse.meal {
    grid-template-columns: .5fr .5fr;
  }

  .spacer {
    display: none;
  }

  .yakitori-grid, .cl-grid._2 {
    grid-template-columns: 1fr;
  }

  .cl-grid._3, .cl.sashimi {
    grid-template-columns: 1fr 1fr;
  }

  .heading-7.h3 {
    font-size: 28px;
    line-height: 1.12em;
  }

  .heading-7.h5 {
    font-size: 18px;
    line-height: 1.22em;
  }

  .heading-7.h1 {
    font-size: 36px;
    line-height: 1.22em;
  }

  .logo-wrapper {
    flex: 1;
  }

  .navigation-call-to-action-wrapper {
    flex: none;
    justify-content: center;
    display: flex;
  }

  .hamburger-menu.w--open {
    background-color: #0000;
  }

  .container-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-6.padding-top-160px {
    padding-top: 140px;
  }

  .navigation-bar {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff;
  }

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

  .burger-menu-line {
    background-color: #306446;
    width: 24px;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0;
  }

  .navigation-menu {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    min-height: 100vh;
    padding-top: 12px;
    padding-bottom: 40px;
  }

  .navigation-link-call-to-action {
    background-image: none;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .navigation-link-call-to-action.w--current {
    background-image: none;
  }

  .navigation-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .navigation-link {
    background-image: none;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .navigation-link.w--current {
    background-image: none;
  }

  .navigation-link-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
  }

  .social {
    justify-content: flex-end;
  }

  .image {
    height: 5em;
  }

  .nav-menu {
    z-index: 0;
    background-color: #000000eb;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .link-block-4 {
    padding-left: 7px;
  }

  .top-line {
    background-color: #e05826;
  }

  .mobile-nav-overlay {
    z-index: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .nav-grid {
    z-index: 1;
    height: 5.6em;
    position: relative;
  }

  .navbar-3 {
    margin-top: -7.7em;
    padding: 1em;
    font-size: 10px;
    position: sticky;
    top: 0;
  }

  .navbar-3.frost {
    background-color: #dfdfdddb;
    margin-top: 0;
    position: fixed;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .navbutton {
    width: 60px;
    height: 100%;
    margin-top: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .navbutton.w--open {
    height: 100%;
  }

  .link-block-2 {
    padding-left: 7px;
  }

  .bottom-line, .middle-line {
    background-color: #e05826;
  }

  .nav-link-2 {
    color: #f9f4ee;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
  }

  .nav-link-2:hover {
    border-style: none;
    border-width: 0 1px;
    border-left-color: #000;
    border-right-color: #000;
    padding-top: .35em;
    padding-bottom: .35em;
  }

  .nav-link-2.w--current {
    border-top-style: none;
    border-bottom-style: none;
    padding-top: .35em;
    padding-bottom: .35em;
  }

  .nav-link-2.mobile {
    text-transform: uppercase;
    text-decoration: none;
  }

  .order-social {
    grid-template-columns: .25fr 1fr;
    display: none;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer-about-text {
    width: 90%;
  }

  .container-5 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .grid-footer-v1---5-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .grid-footer-v1---2-columns.grid-center {
    grid-template-columns: .6fr;
  }

  .horizontal-flex.end.tablet-start {
    justify-content: flex-start;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .brix---container-default {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---header-nav-menu-list {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-left-col {
    justify-content: flex-start;
    align-items: center;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-nav-list-item-left {
    margin-bottom: 0;
    padding-left: 0;
  }

  .brix---header-nav-list-item-show-in-tablet {
    margin-bottom: 16px;
    padding-left: 0;
    display: block;
  }

  .brix---header-logo-link-left.w--current {
    padding-right: 0;
  }

  .brix---header-menu-wrapper-v2 {
    border: 0px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    border-radius: 0;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    padding: 0;
    display: flex;
  }

  .div-block-320 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .image-30 {
    max-width: 73%;
  }

  .div-block-323 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-325 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    padding: 60px 60px 0;
  }

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

  .container-9 {
    padding: 60px;
  }

  .image-31 {
    max-width: 28%;
  }

  .paragraph-18 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---container-default-2 {
    max-width: 100%;
  }

  .brix---section {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---slider-wrapper {
    width: 100%;
  }

  .brix---slider-mask {
    width: 100%;
    position: static;
  }

  .brix---slider-item-pd {
    width: 100%;
    padding-top: 0;
  }

  .brix---inner-container-800px---center {
    width: 100%;
    max-width: none;
  }

  .brix---card-testimonial-v6 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

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

  .brix---position-relative {
    width: 80%;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---footer-top {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-footer-2-cols---form---icon {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---btn-primary-inside-input {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-23 {
    padding-left: 100px;
    padding-right: 100px;
  }

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

  .div-block-341 {
    grid-template-columns: 1fr;
    place-items: center;
  }

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

  .heading-25 {
    line-height: 35px;
  }

  .cf-fields-contain {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .form-2 {
    min-width: auto;
  }

  .cf-form-gradient-submit.fixed-width {
    margin-top: 10px;
  }

  .cf-contact-form-field.message {
    width: 100%;
    margin-right: 0;
  }

  .cf-success-message-2 {
    width: 100%;
  }

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

  .div-block-436 {
    height: 500px;
  }

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

  .section-15 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-16 {
    padding: 40px 60px 80px;
  }

  .faq-question {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .faq-wrap {
    width: 100%;
  }

  .div-block-233 {
    padding-bottom: 0;
  }

  .image-607 {
    max-width: 100%;
  }

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

  .div-block-442 {
    padding-top: 0;
  }

  .div-block-444 {
    padding-bottom: 0;
  }

  .section-248 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-4214.padding {
    padding-top: 60px;
  }

  .div-block-445 {
    width: 82%;
  }

  .section-369 {
    padding: 60px;
  }

  .dropdown-toggle {
    padding-right: 0;
  }

  .div-block-454 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 10px;
  }

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

  .button-58 {
    width: 17%;
  }

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

  .menu-item-text-5 {
    font-size: 3.5em;
  }

  .nav-list {
    padding-top: 0;
  }

  .menu-button-2 {
    margin-left: 0;
  }

  .menu-button-2.w--open {
    color: #000;
    background-color: #fef8f1;
  }

  .nav-menu-4 {
    background-color: #fff;
    height: auto;
  }

  .navbar-13 {
    height: 100px;
  }

  .menu-button-3 {
    border-left: 0 solid #ffffff1a;
    justify-content: center;
    align-items: center;
    padding: 12px 0 12px 24px;
    font-size: 18px;
    display: flex;
  }

  .menu-button-3.w--open {
    -webkit-text-fill-color: transparent;
    background-color: #0000;
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .menu-line-3 {
    justify-content: space-around;
    align-items: flex-end;
  }

  .nav-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .header-8 {
    width: 100%;
  }

  .list-item-4 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .header-left-2 {
    justify-content: flex-start;
  }

  .section-26 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-329 {
    grid-auto-flow: row;
  }

  .cf-h2-white-heading-center {
    font-size: 30px;
  }

  .paragraph-127 {
    text-align: center;
  }

  .form-4, .form-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-371 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-623 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .button-wrapper {
    width: 100%;
  }

  .h4-menu-subtext {
    font-size: 3.4em;
  }

  .container {
    width: 90%;
  }

  .container-take {
    height: 18.4em;
  }

  .button {
    display: none;
  }

  .button.delivery {
    font-size: 2.7em;
  }

  .collection-list-wrapper-2 {
    flex-wrap: nowrap;
    flex: 0 auto;
    justify-content: center;
    width: 100vw;
    overflow: visible;
  }

  .menu-nav {
    height: 9em;
    top: 0;
  }

  .menu-section.horizontal {
    padding-left: 5%;
  }

  .menu-section.vertical {
    width: 90%;
  }

  .right-row {
    flex-basis: 30%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .side-image-ci {
    flex-direction: row;
  }

  .container-menav {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .left-row._1r {
    flex-basis: 70%;
    padding-right: .9em;
  }

  .cl-container {
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .scrolling-list {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 3.4em;
    padding-right: 3.4em;
    display: flex;
    overflow: scroll;
  }

  .tab-link {
    flex: none;
  }

  .heading-7.h3 {
    font-size: 24px;
    line-height: 1.33em;
  }

  .heading-7.h1 {
    font-size: 32px;
    line-height: 1.25em;
  }

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

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

  ._2-column-grid, ._2-column-grid._1-1-5-fr {
    grid-template-columns: 1fr;
  }

  ._2-column-grid.footer-link-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .food-menu-collection {
    column-count: 1;
  }

  .burger-menu-line {
    background-color: #121619;
    width: 24px;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0;
  }

  .button-3 {
    display: none;
  }

  .button-3.delivery {
    font-size: 2.7em;
  }

  .social {
    display: none;
  }

  .nav-grid {
    width: 90%;
  }

  .order-social {
    justify-content: flex-end;
    display: none;
  }

  .button-4 {
    display: none;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .footer-icon {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .grid-footer-v1---5-column {
    grid-template-columns: 1fr 1fr;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .grid-footer-v1---2-columns.grid-center {
    grid-template-columns: .8fr;
  }

  .grid-footer-v1---2-columns.grid-center.bottom {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .brix---header-nav-link {
    white-space: nowrap;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl, .brix---header-nav-list-item-show-in-tablet {
    display: block;
  }

  .brix---header-menu-wrapper-v2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-320 {
    padding-top: 0;
    padding-right: 0;
  }

  .image-30 {
    width: 65px;
    max-width: none;
    display: block;
    overflow: visible;
  }

  .div-block-323 {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-324.border-left {
    border-left-width: 1px;
  }

  .div-block-324.border-right {
    padding-right: 10px;
  }

  .div-block-325 {
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-9 {
    padding: 40px;
  }

  .image-31 {
    max-width: 21%;
  }

  .paragraph-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

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

  .brix---section {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---card-testimonial-v6 {
    padding: 44px 32px;
  }

  .brix---avatar-circle-05-border {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .brix---btn-slider-arrow-right---testimonial-v6 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -86px auto;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -86px 36%;
  }

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

  .brix---mg-bottom-16px-2 {
    width: 500px;
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---position-relative {
    width: 100%;
  }

  .brix---grid-footer-v1 {
    grid-column-gap: 8px;
    grid-row-gap: 39px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-top {
    padding-top: 72px;
    padding-bottom: 20px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---text-300-bold-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---input-large-button-inside {
    min-height: 68px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---btn-primary-inside-input {
    padding: 0 32px;
  }

  .div-block-338 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .paragraph-24 {
    white-space: nowrap;
  }

  .div-block-342 {
    grid-template-columns: 1fr;
    padding-left: 20px;
  }

  .cf-fields-contain {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .div-block-434 {
    width: 100%;
    height: 81px;
  }

  .cf-contact-form-field {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .cf-contact-form-field.message {
    width: 100%;
  }

  .div-block-436 {
    height: 500px;
  }

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

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

  .section-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-16 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-246 {
    margin-top: -108px;
  }

  .faq-question {
    place-items: center stretch;
  }

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

  .image-608 {
    margin-top: 40px;
  }

  .section-241 {
    padding-top: 40px;
    padding-bottom: 150px;
  }

  .faq-wrap, .div-block-441 {
    width: 100%;
  }

  .image-609 {
    margin-top: 40px;
  }

  .section-248 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4214.padding {
    padding-top: 40px;
  }

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

  .section-369 {
    padding: 40px;
  }

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

  .dropdown-toggle {
    padding-right: 0;
  }

  .div-block-454 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 10px;
  }

  .paragraph-121 {
    text-align: center;
    white-space: nowrap;
  }

  .paragraph-123 {
    color: #dadada;
    margin-bottom: 0;
    font-weight: 500;
  }

  .div-block-280 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .button-58 {
    width: 31%;
  }

  .div-block-459 {
    display: block;
  }

  .div-block-460 {
    display: flex;
  }

  .desktop {
    display: none;
  }

  .div-block-461 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-item-text-5 {
    color: #fff;
    font-size: 2.8em;
    font-weight: 400;
  }

  .nav-list {
    padding-top: 30px;
    padding-left: 30px;
  }

  .navlink-2 {
    color: #fff;
  }

  .navlink-2.c-menu-item {
    font-weight: 400;
  }

  .menu-button-2.display.w--open {
    background-color: #000;
    margin-left: 30px;
  }

  .nav-menu-4 {
    width: 80%;
    min-width: 400px;
  }

  .navbar-13 {
    background-color: #0000;
    position: static;
  }

  .list {
    margin-bottom: 0;
    padding-left: 30px;
  }

  .menu-button-3 {
    padding-left: 18px;
    font-size: 16px;
  }

  .list-item-22.d-none {
    padding-bottom: 0;
  }

  .nav-3 {
    grid-template-columns: 1fr 1fr .25fr;
    place-items: stretch start;
    max-width: none;
  }

  .wnav-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-186, .div-block-185 {
    background-color: #fff;
  }

  .header-left-2 {
    color: #fff;
    background-color: #000;
    justify-content: flex-start;
  }

  .div-block-462 {
    background-color: #f8f8f833;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: none;
  }

  .image-622 {
    width: 23px;
  }

  .column-54 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
    display: flex;
  }

  .cf-footer-links-header {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-footer-links-header.w--current {
    color: #37455f;
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 17.64px;
  }

  .section-329 {
    grid-column-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .hr {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .div-block-464 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-50 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .cf-forms-section-2 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .cf-h2-white-heading-center {
    width: auto;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .cf-newsletter-wrapper {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 90px;
    padding-bottom: 20px;
    display: flex;
  }

  .container-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .paragraph-127 {
    margin-bottom: 20px;
  }

  .div-block-466 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    padding-bottom: 20px;
    padding-left: 0;
    display: none;
  }

  .section-330 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .columns-22 {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cf-footer-social-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .cf-footer-social-wrapper.socialmedia_smallscreen {
    display: flex;
  }

  .column-53 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 40px;
    display: flex;
  }

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

  .paragraph-58 {
    font-size: 28px;
  }

  .div-block-468, .div-block-469 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .section-371 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-16 {
    width: 300px;
    margin-left: 10px;
  }

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

  .div-block-17 {
    width: 300px;
    margin-left: 10px;
  }

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

  .grid {
    grid-template-columns: minmax(0, 0) 1fr minmax(0, 0);
  }

  .section-3 {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .h1-big {
    text-align: left;
    font-size: 9.9em;
  }

  .h1-big.padding {
    padding-top: 1.4em;
    font-size: 5em;
  }

  .heading-6 {
    font-size: 3.5em;
  }

  .container {
    min-width: 320px;
  }

  .container-take {
    flex: 0 auto;
    width: 100%;
    max-width: 1440px;
    height: 17em;
    margin-top: -18.2em;
    position: sticky;
    inset: 0%;
  }

  .button-wrapper2 {
    flex-direction: column;
  }

  .button.delivery {
    margin-bottom: 1em;
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    font-size: 3em;
  }

  .hf-menu {
    font-weight: 700;
  }

  .menu-nav {
    height: 10.9em;
  }

  .menu-section.horizontal.reverse.meal {
    flex-direction: column;
    width: 90%;
    display: flex;
  }

  .menu-section.vertical {
    padding-top: 0;
  }

  .menu-section.vertical.sashimi {
    padding-top: 13.1em;
  }

  .menu-section.vertical.makioshi {
    flex-direction: column;
  }

  .right-row.teppan, .right-row.robota {
    display: none;
  }

  .p-menu {
    width: 80%;
  }

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

  .cat-wrapper {
    padding-top: 5.6em;
    padding-bottom: 0;
  }

  .cl.sashimi {
    grid-template-columns: 1fr;
    padding-top: .6em;
  }

  .left-row {
    padding-top: 2.1em;
    padding-bottom: 2.1em;
  }

  .left-row._1r.teppan {
    flex-basis: 100%;
  }

  .left-row._1r.reverse {
    padding-left: 0;
  }

  .left-row._1r.reverse.meal {
    padding-bottom: 0;
  }

  .left-row.maki {
    flex-direction: column-reverse;
    display: flex;
  }

  .dark.padding {
    padding-top: .3em;
    padding-bottom: .2em;
  }

  .container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .field-column {
    flex-direction: column;
  }

  .field-spacer {
    display: none;
  }

  .footer-credit-wrapper {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .footer-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .navigation-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-8 {
    font-size: 3.5em;
  }

  .button-3.delivery {
    margin-bottom: 1em;
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    font-size: 3em;
  }

  .image {
    height: 3.5em;
  }

  .top-line {
    width: 30px;
    height: 2px;
    top: 8px;
  }

  .nav-grid {
    min-width: 320px;
    height: 3em;
  }

  .navbutton {
    width: 50px;
    height: 1.5em;
  }

  .bottom-line {
    width: 30px;
    top: 26px;
  }

  .middle-line {
    width: 30px;
    top: 17px;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .footer {
    background-position: 100% 100%;
    background-size: 1000px;
  }

  .text-field-2-footer, .text-field-footer {
    width: 90%;
  }

  .text-link-2 {
    line-height: 30px;
  }

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

  .grid-footer-v1---5-column {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .footer-logo---brix {
    width: 100%;
    max-width: 240px;
  }

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

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

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu-3 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-5 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .brix---container-default {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---header-nav-link, .brix---header-nav-link.w--current {
    padding-left: 5px;
    padding-right: 5px;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---header-logo.brix---logo-v14 {
    max-width: 100%;
  }

  .brix---header-right-col {
    display: block;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---btn-header-hidden-on-mbl {
    margin-left: 5px;
  }

  .brix---header-nav-list-item-left {
    text-align: left;
    width: 100%;
  }

  .brix---container-default-center {
    padding-left: 5px;
    padding-right: 5px;
  }

  .brix---header-nav-list-item-show-in-tablet {
    text-align: left;
    width: 100%;
  }

  .brix---header-wrapper-rounded {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-320 {
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
  }

  .button-6.review {
    white-space: nowrap;
  }

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

  .div-block-325 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 40px;
  }

  .container-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-31 {
    max-width: 38%;
  }

  .paragraph-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

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

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---slider-item-pd {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---card-testimonial-v6 {
    margin-bottom: 20px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---avatar-circle-05-border {
    border-width: 3px;
  }

  .brix---btn-slider-arrow-right---testimonial-v6 {
    right: 26%;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    left: 26%;
  }

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

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-16px-2 {
    width: 300px;
    margin-bottom: 15px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---position-relative {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---footer-logo {
    width: 91px;
    max-width: 240px;
    height: 91px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---paragraph-default-2 {
    text-align: left;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---icon-success-message-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---text-300-bold-2 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 28px;
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-top-cta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---footer-cta-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---input-large-button-inside {
    height: 64px;
    min-height: 64px;
    padding-top: 14px;
    padding-left: 37px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-large-button-inside::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---btn-primary-inside-input {
    color: #fff;
    background-color: #a01913;
    width: auto;
    margin-top: 12px;
    padding: 0 25px;
    position: absolute;
    top: -4px;
    bottom: 0;
  }

  .brix---flex-horizontal---vertical-mbp {
    flex-direction: column;
  }

  .paragraph-23 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-338 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-33 {
    top: 20px;
  }

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

  .link-block-6 {
    border-right-width: 0;
  }

  .cf-fields-contain {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-block-11 {
    white-space: normal;
  }

  .form-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-434 {
    height: auto;
  }

  .cf-form-gradient-submit {
    background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-form-gradient-submit.fixed-width {
    margin-top: 0;
  }

  .text-block-5 {
    margin-top: 10px;
  }

  .form-block {
    height: 647.594px;
    padding-bottom: 20px;
  }

  .cf-contact-form-field {
    height: 54px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
    font-size: 14px;
  }

  .cf-contact-form-field.message {
    width: 100%;
    margin-right: 0;
  }

  .cf-success-message-2 {
    width: 100%;
  }

  .image-34 {
    display: none;
    top: -15px;
    left: 0;
    right: 0;
  }

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

  .section-15 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-246 {
    margin-top: -149px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-question {
    place-items: start stretch;
  }

  .div-block-234 {
    width: 90%;
    padding-bottom: 20px;
  }

  .div-block-21 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-241 {
    padding-bottom: 170px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-wrap {
    width: 99%;
  }

  .heading-218 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 40px;
  }

  .para_heading3 {
    font-size: 14px;
  }

  .image-607 {
    max-width: 100%;
    height: 112px;
    margin-right: 0;
  }

  .faq-q-text {
    line-height: 22px;
  }

  .div-block-441 {
    width: 100%;
    padding-bottom: 20px;
  }

  .div-block-442 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-248 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-4214 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-445 {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .image-610 {
    width: 72px;
  }

  .paragraph-114 {
    font-size: 20px;
  }

  .div-block-448 {
    justify-content: flex-start;
    align-items: center;
  }

  .section-369 {
    padding: 20px;
  }

  .div-block-449 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .div-block-450 {
    height: 300px;
  }

  .div-block-454 {
    margin-bottom: 10px;
  }

  .div-block-280 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button-58 {
    object-fit: fill;
    width: 75%;
    margin-top: 20px;
    font-size: 14px;
  }

  .image-616 {
    max-width: 100%;
  }

  .div-block-460 {
    display: flex;
  }

  .desktop {
    display: none;
  }

  .div-block-461 {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-item-text-5 {
    font-size: 25px;
  }

  .nav-list {
    margin-top: 0;
    padding-top: 20px;
  }

  .nav-menu-4 {
    background-color: #000;
    width: 90%;
    min-width: 0;
    height: 100vh;
    overflow: hidden;
  }

  .navbar-13 {
    background-color: #0000;
    width: 100%;
  }

  .menu-button-3 {
    padding-left: 18px;
  }

  .list-item-22 {
    margin-top: 10px;
  }

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

  .list-item-4 {
    margin-top: 10px;
  }

  .header-left-2 {
    justify-content: flex-start;
    overflow: auto;
  }

  .div-block-463 {
    overflow: hidden;
  }

  .column-54 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .section-26 {
    grid-row-gap: 16px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-footer-links-header {
    font-size: 12px;
    line-height: 17.64px;
  }

  .cf-footer-links-header.w--current {
    font-size: 14px;
  }

  .hr {
    width: 52px;
  }

  .hr.hrfooter.footerhr {
    width: 100%;
    margin-top: 0;
    margin-bottom: 19px;
  }

  .cf-forms-section-2 {
    height: auto;
    margin-top: -8px;
  }

  .cf-h2-white-heading-center {
    margin-top: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .cf-newsletter-wrapper {
    justify-content: space-between;
    align-items: stretch;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .paragraph-127 {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    line-height: 25px;
    display: inline-block;
  }

  .div-block-466 {
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
  }

  .cf-footer-social-link-block {
    flex: none;
    width: auto;
    max-width: 36px;
    height: auto;
    max-height: 36px;
  }

  .cf-footer-social-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .column-53 {
    padding-left: 0;
    display: flex;
  }

  .paragraph-58 {
    font-size: 28px;
  }

  .div-block-468, .div-block-469 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .brix---icon-success-message-left-2 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .container-4216 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-371 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-623 {
    max-width: 100%;
    height: 112px;
    margin-right: 0;
  }
}

#w-node-_198ddc93-72b1-f7a5-1c1c-f3b858ff2c8f-9add38fd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ff35d4b1-fd55-057f-a689-7d345ffe41fc-597ffad3, #w-node-_12769ecc-e85d-510a-e663-890d8f27d848-597ffad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e5c4b16-7bfc-2653-08ea-9c96597ffb27-597ffad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_0e5c4b16-7bfc-2653-08ea-9c96597ffb2a-597ffad3 {
  place-self: auto;
}

#w-node-_8d220e36-25f1-d38b-b777-b6b8425baf4e-597ffad3 {
  place-self: center;
}

#w-node-a85ee2e3-fc11-3695-0dc4-2de4d5739611-b17f1037 {
  place-self: center end;
}

#w-node-a85ee2e3-fc11-3695-0dc4-2de4d5739666-b17f1037 {
  place-self: center start;
}

#w-node-a85ee2e3-fc11-3695-0dc4-2de4d573966a-b17f1037, #w-node-a85ee2e3-fc11-3695-0dc4-2de4d573966b-b17f1037 {
  place-self: center end;
}

#w-node-a010b640-8a8f-5fd0-2e4a-57d6bed1ff4b-3f7588df, #w-node-a010b640-8a8f-5fd0-2e4a-57d6bed1ff51-3f7588df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0e5c4b16-7bfc-2653-08ea-9c96597ffaeb-597ffad3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d220e36-25f1-d38b-b777-b6b8425baf4e-597ffad3 {
    place-self: center;
  }

  #w-node-_1d401b0e-2c26-0544-d08b-9a3509fbf5cf-3f7588df {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0e5c4b16-7bfc-2653-08ea-9c96597ffaeb-597ffad3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8d220e36-25f1-d38b-b777-b6b8425baf4e-597ffad3 {
    place-self: auto;
  }

  #w-node-_1d401b0e-2c26-0544-d08b-9a3509fbf5cf-3f7588df {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_198ddc93-72b1-f7a5-1c1c-f3b858ff2c8f-9add38fd {
    grid-row: span 1 / span 1;
  }

  #w-node-_0e5c4b16-7bfc-2653-08ea-9c96597ffaeb-597ffad3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0e5c4b16-7bfc-2653-08ea-9c96597ffb14-597ffad3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


