@font-face {
  font-family: Haffer XH;
  src: url('../fonts/HafferXHRegular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haffer Mono;
  src: url('../fonts/HafferMonoMedium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haffer Mono;
  src: url('../fonts/HafferMonoRegular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

:root {
  --blue: #263942;
  --biege: #e4e3d6;
}

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

body {
  color: #201d1d;
  background-color: #f4f4f4;
  font-family: Haffer, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
}

strong {
  font-weight: 600;
}

.body {
  color: #312e2e;
  background-color: #fff;
}

.code-embed-css {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.code-embed-js {
  pointer-events: none;
  width: 0;
  height: 0;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.main {
  z-index: 2;
  background-color: var(--blue);
  width: 100%;
  position: relative;
  overflow: clip;
}

.main._100 {
  padding-top: 47px;
}

.underlay-nav__header {
  z-index: 100;
  color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.underlay-nav__header.dark {
  background-color: #223037;
}

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

.underlay-nav__container {
  justify-content: space-between;
  align-items: center;
  padding: 1em 2.5em;
  display: flex;
}

.underlay-nav__logo {
  z-index: 1;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.underlay-nav__toggle {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  outline-offset: 0px;
  background-color: #0000;
  border: 1px #000;
  outline: 3px #555;
  justify-content: center;
  align-items: center;
  margin: -1em;
  padding: 1em;
  display: flex;
}

.underlay-nav__toggle-text {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  height: 1.4em;
  display: flex;
  overflow: hidden;
}

.underlay-nav__toggle-label {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
}

.underlay-nav__toggle-icon {
  grid-column-gap: .375em;
  grid-row-gap: .375em;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  margin-bottom: 0;
  display: flex;
}

.underlay-nav__toggle-bar {
  background-color: currentColor;
  flex: none;
  width: 100%;
  height: .125em;
  padding: 0;
}

.underlay-nav__menu {
  z-index: 1;
  width: var(--menu-width);
  font-family: neue-haas-grotesk-text, sans-serif;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.underlay-nav__overlay {
  z-index: 100;
  pointer-events: none;
  cursor: pointer;
  visibility: hidden;
  position: fixed;
  inset: 0% -1px 0% 0%;
  overflow: clip;
}

.underlay-nav__inner {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 8.7em 2em 2em;
  display: flex;
  overflow: auto;
}

.underlay-nav__list {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.underlay-nav__link-large {
  text-transform: uppercase;
  border-radius: .25em;
  width: 100%;
  padding: .75em 1em;
}

.underlay-nav__link-large.w--current {
  color: #ededed;
  background-color: #23343d;
}

.underlay-nav__link-label {
  color: var(--biege);
  letter-spacing: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 18px;
  line-height: .9;
}

.underlay-nav__bottom {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5em;
  display: flex;
  position: relative;
}

.underlay-nav__bottom-col {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.underlay-nav__corner {
  transform-origin: 100% 0;
  color: #fff;
  background-image: radial-gradient(circle farthest-side at 0 100%, #fff0 99%, #fff);
  width: 2em;
  height: 2em;
}

.underlay-nav__corner.is--bottom {
  transform-origin: 100% 100%;
  background-image: radial-gradient(circle farthest-side at 0 0, #fff0 99%, #fff);
}

.underlay-nav__dark {
  opacity: 0;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.underlay-nav {
  display: flex;
  position: relative;
}

.underlay-nav__borders {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0;
}

.underlay-nav__border {
  background-color: #fff;
  width: 100%;
  height: 1em;
}

.underlay-nav__border-row {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.slide-img.italy {
  background-image: url('../images/FOOD_Togyushi_0226_LizClayman_0038_3-copy.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.slide-img.new-pic-slide {
  background-image: url('../images/X_Togyushi_101325_LizClayman_0523.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide-img.nyc-view {
  background-image: url('../images/0_opening_Togyushi_101325_LizClayman_0465.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

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

.hero-container {
  z-index: 99;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-section {
  z-index: 4;
  background-color: #fff;
  min-height: 100vh;
  padding-top: 0;
  position: relative;
  top: 0;
  overflow: hidden;
}

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

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

.on-load-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.overlay-2.hp {
  z-index: 98;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000003b 60%, #000);
  padding-top: 48px;
  padding-bottom: 48px;
}

.slide-nav {
  display: none;
}

.hero-text {
  color: #e5e1df;
  text-transform: none;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 11px;
  font-family: ivypresto-display, sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 120px;
}

.hero-link-block {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.hero-bg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.all-caps {
  color: #e5e1df;
  letter-spacing: 0;
  margin-top: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.all-caps.bg {
  margin-top: 7px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

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

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

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

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

.section.gallery-full-section {
  background-color: #fff;
  padding: 81px .5em .5em;
}

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

.footer {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.location-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 7.1rem;
  padding-bottom: .5rem;
  display: flex;
}

.location-wrap.lounge {
  padding-top: 4.2rem;
}

.padding-global {
  padding-left: .5rem;
  padding-right: .5rem;
}

.container-medium {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.location_card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #efe5d7;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 80vh;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.location_card.is-left {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  background-color: var(--biege);
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
}

.location_card.is-right {
  background-image: url('../images/togyushi-chef-portrait-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.location_card.vynil {
  background-image: url('../images/lounge.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.location_card.chef {
  background-image: url('../images/chef-4-b6bef7de-501f-4d2c-8621-4d9da618460d.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.location_card.thanks {
  background-image: url('../images/food-togyushi-0226-lizclayman-0120.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.location_grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
}

.location_grid._100 {
  grid-template-columns: .75fr 1fr;
  height: 86vh;
}

.section_location {
  background-color: #fff;
}

.page-headings.text-align-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100ch;
  display: flex;
}

.heading-style-h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-style-h2.text-style-allcaps.font-zodiak {
  color: var(--blue);
  letter-spacing: .2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: ivypresto-display, sans-serif;
  font-size: 75px;
  font-weight: 300;
  line-height: 1;
}

.heading-style-h2.text-style-allcaps.chef2 {
  color: var(--blue);
  letter-spacing: .2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: -5px;
  font-family: ivypresto-display, sans-serif;
  font-size: 75px;
  font-weight: 300;
  line-height: 1;
}

.text-block {
  color: var(--blue);
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.gallery-full-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.gallery-full-item {
  display: block;
  overflow: hidden;
}

.gallery-full-item:hover {
  opacity: .82;
}

.togyushi-drink-head {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  margin-bottom: 3px;
  display: flex;
}

.togyushi-drink-head.c {
  justify-content: center;
  align-items: center;
}

.togyushi-drink-copy {
  color: var(--blue);
  margin: 0;
  padding-right: 60px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.togyushi-drink-copy.mo {
  padding-right: 0;
}

.togyushi-drink-name {
  color: var(--blue);
  letter-spacing: .5px;
  -webkit-text-stroke-width: .2px;
  margin: 0 0 1px;
  font-family: ivypresto-display, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.togyushi-drinks-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.togyushi-drinks-heading {
  color: #223037;
  margin: 14px 0 25px;
  font-family: ivypresto-display, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
}

.togyushi-drinks-heading.normal {
  font-size: 42px;
}

.togyushi-drinks-heading.normal.faq-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 35px;
}

.togyushi-drinks-heading.normal._01 {
  margin-bottom: 10px;
}

.togyushi-drinks-heading.parties {
  font-size: 60px;
}

.togyushi-drinks-section {
  background-color: #fff;
  padding: 150px 50px 80px;
}

.togyushi-drinks-section.logo.lone {
  background-image: none;
  padding-top: 80px;
}

.togyushi-drinks-section.logo.lone.no {
  background-color: #fff;
  background-image: none;
}

.togyushi-drinks-section.logo.lone.new0 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.togyushi-drinks-section.logo.grid {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.togyushi-drinks-section.logo.faq-all {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 62px;
  display: flex;
}

.togyushi-drink-price {
  color: var(--blue);
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.togyushi-drinks-shell {
  max-width: 1200px;
  margin: 0 auto;
}

.togyushi-drinks-shell.cc {
  text-align: center;
}

.togyushi-drinks-shell.faq-list {
  text-align: center;
  max-width: 800px;
}

.togyushi-drinks-shell.re-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.togyushi-drinks-shell.re-grid._002 {
  flex-flow: row;
  margin-top: 40px;
}

.togyushi-drinks-kicker {
  color: #223037;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.togyushi-drinks-kicker.after {
  margin-top: 50px;
}

.togyushi-drinks-kicker.after._0 {
  margin-top: 35px;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 700;
}

.togyushi-drinks-kicker.after._0.first {
  margin-top: 0;
}

.togyushi-drinks-kicker.after._0._11 {
  margin-bottom: 4px;
}

.togyushi-drinks-kicker.hi {
  margin-top: 30px;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
}

.togyushi-drinks-kicker._000 {
  margin-top: 15px;
  font-family: neue-haas-grotesk-text, sans-serif;
}

.togyushi-drink {
  background-color: #fff;
  padding: 0;
}

.togyushi-drink.c1 {
  background-color: #fff0;
  padding: 0;
}

.togyushi-drinks-heading-small {
  color: var(--biege);
  margin: 12px 0 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 42px;
  font-weight: 400;
}

.togyushi-drinks-heading-small.none {
  margin-top: 0;
}

.togyushi-drinks-heading-small.none.normal {
  color: var(--blue);
  font-family: ivypresto-display, sans-serif;
  font-weight: 300;
}

.seo-image-band {
  background-size: cover;
  align-items: flex-end;
  min-height: 560px;
  display: flex;
  position: relative;
}

.seo-image-band.storty {
  min-height: auto;
  color: var(--biege);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Zao_Farm_.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  padding-top: 164px;
  padding-bottom: 80px;
}

.seo-image-band.partners {
  min-height: auto;
  color: var(--biege);
  background-image: linear-gradient(#00000080, #00000080), url('../images/togyushi-chef-portrait-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 151px;
  padding-bottom: 100px;
}

.seo-image-band.food {
  min-height: auto;
  color: var(--biege);
  background-image: linear-gradient(#00000080, #00000080), url('../images/0-small-template-opening-window-opening-togyushi-101325-lizclayman-0486.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 151px;
  padding-bottom: 100px;
}

.seo-image-band.press-sec {
  background-color: var(--biege);
  height: 80vh;
  min-height: auto;
  color: var(--biege);
  background-image: linear-gradient(#ffffffbf, #ffffffbf);
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
}

.seo-image-band.lounge {
  background-color: var(--blue);
  height: 100vh;
  min-height: auto;
  color: var(--biege);
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
}

.seo-image-band.par {
  height: 20vh;
  min-height: auto;
  color: var(--biege);
  background-image: url('../images/interioro-togyushi-101325-lizclayman-0240.jpg');
  background-position: 50% 70%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
}

.seo-image-band.storty-copy {
  height: 20vh;
  min-height: auto;
  color: var(--biege);
  background-image: linear-gradient(#00000080, #00000080), url('../images/0-small-template-opening-window-opening-togyushi-101325-lizclayman-0486.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 0;
}

.seo-image-band.faq-c {
  min-height: auto;
  color: var(--biege);
  background-image: linear-gradient(#00000080, #00000080), url('../images/64105IMG_4412.jpeg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  padding-top: 128px;
  padding-bottom: 80px;
}

.seo-image-band.re-cover {
  min-height: auto;
  color: var(--biege);
  background-image: linear-gradient(#00000080, #00000080), url('../images/INTERIORO_Togyushi_101325_LizClayman_0583.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  padding-top: 128px;
  padding-bottom: 80px;
}

.seo-shell {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}

.seo-shell.seo-band-content.cc23 {
  text-align: center;
}

.seo-shell.seo-band-content.cc23._0 {
  width: 100%;
  max-width: none;
}

.seo-h2 {
  letter-spacing: -.035em;
  margin: 0 0 28px;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.02;
}

.seo-h2.seo-light {
  letter-spacing: .1px;
  font-family: ivypresto-display, sans-serif;
  font-size: 60px;
  font-weight: 300;
}

.seo-h2.seo-light._00 {
  margin-bottom: 0;
}

.foo {
  color: var(--blue);
  margin-top: 35px;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 300;
  line-height: 22px;
}

.foo._0 {
  margin-top: 0;
}

.hc-button {
  color: #171914;
  letter-spacing: .04em;
  background-color: #d8b66c;
  padding: 16px 24px;
  text-decoration: none;
  display: inline-block;
}

.hc-button.hc-button-dark {
  background-color: var(--biege);
  text-transform: uppercase;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: opacity .5s;
}

.hc-button.hc-button-dark:hover {
  opacity: .56;
}

.hc-button.hc-button-dark.w--current {
  background-color: var(--blue);
  color: var(--biege);
}

.hc-button.hc-button-dark.darks {
  background-color: var(--blue);
  color: var(--biege);
  text-transform: uppercase;
  font-size: 12px;
}

.hc-button.hc-button-dark._45 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hc-button.h-re {
  background-color: var(--biege);
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 13px 17px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: opacity .5s;
}

.hc-button.h-re:hover {
  opacity: .56;
}

.hc-button.h-re.w--current {
  background-color: var(--blue);
  color: var(--biege);
}

.hc-button.h-re.up-nav {
  margin-left: auto;
  margin-right: 12px;
  font-size: 12px;
}

.paragraph {
  margin-bottom: 22px;
}

.paragraph.lon {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  line-height: 25px;
}

.paragraph.left {
  text-align: left;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  line-height: 25px;
}

.paragraph.max {
  max-width: 800px;
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  line-height: 25px;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-top: 16px;
  display: grid;
}

.link {
  font-weight: 700;
  transition: opacity .375s;
}

.link:hover {
  opacity: .61;
}

.centerm-menu {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: stretch center;
  margin-top: 16px;
  display: grid;
}

.centerm-menu.left {
  place-items: stretch start;
}

.text-span {
  letter-spacing: .1em;
  text-transform: none;
  font-weight: 400;
}

.white-t {
  color: var(--biege);
  text-align: center;
  margin-bottom: 23px;
}

.button-small-4 {
  border: 1px solid var(--blue);
  color: #070222;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 8px 16px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-small-4:hover {
  color: #fff;
  background-color: #000;
}

.text-area-2 {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--blue);
  min-height: 200px;
  color: var(--blue);
  background-color: #0000;
  padding: 14px 20px 18px 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.text-area-2::placeholder {
  color: var(--blue);
}

.text-field-4 {
  color: #18181d;
  text-transform: none;
  background-color: #f8f8f8;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field-4:hover {
  background-color: #f0f0f0;
}

.text-field-4:active {
  background-color: #ececec;
}

.text-field-4:focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field-4.bottom-margin-field {
  border-bottom: 1px solid var(--blue);
  width: 50%;
  color: var(--blue);
  background-color: #0000;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-field-4.bottom-margin-field:focus-visible, .text-field-4.bottom-margin-field[data-wf-focus-visible], .text-field-4.bottom-margin-field::placeholder {
  color: var(--blue);
}

.success-message-5 {
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: #12b8781a;
  border-bottom: 3px solid #12b878;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.cta11-form {
  background-color: #e4e3d6a1;
  flex-flow: column;
  justify-content: space-around;
  align-self: center;
  max-width: 700px;
  height: 100%;
  margin-bottom: 0;
  padding: 16px 30px 30px;
  display: flex;
}

.cta11-form-wrap-copy {
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  display: flex;
}

.div-block-72 {
  display: flex;
}

.error-message-5 {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: #db4b680d;
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.link-7 {
  color: var(--blue);
  text-decoration: none;
}

.text-span-11 {
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
}

.html-embed {
  border: 2px solid #d2dfe6;
  width: 100%;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
}

.contact-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.form-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.contact-info {
  max-width: 600px;
  color: var(--blue);
  margin-top: -5px;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.contact-info._0 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.contact-info._01 {
  margin-top: -3px;
  margin-left: 0;
}

.contact-info.bigger {
  max-width: none;
  font-size: 20px;
}

.contact-text-wrapper {
  border-right: 1px none var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.contacts-container {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e7e7e3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 201px 100px 100px;
  display: grid;
  position: relative;
}

.news {
  color: var(--blue);
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: ivypresto-display, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.02;
}

.utility-page-wrap {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  width: 260px;
  color: var(--biege);
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.press6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-64 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  transition: opacity .25s ease-in;
  display: flex;
}

.div-block-64:hover {
  opacity: .46;
}

.press {
  filter: invert();
}

.press.not {
  filter: none;
}

.press.round {
  filter: none;
  border-radius: 4px;
}

.paragraph-8 {
  color: var(--blue);
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.section-4 {
  background-color: #fff;
  padding: 50px;
}

.container-3 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -15px;
  display: grid;
}

.menus-tab {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.menu-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.div-block-73 {
  background-color: #fff;
}

.div-block-74 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--blue);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-74.frist {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
}

.div-block-74._2col {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
}

.div-block-75 {
  background-color: #e7e7e3;
}

.div-block-76 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.longer, .gallery-piv {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.link-8 {
  font-weight: 500;
  text-decoration: none;
  transition: opacity .4s;
}

.link-8:hover {
  opacity: .46;
}

.links {
  z-index: 10;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: var(--blue);
  background-color: #e7e7e3;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.div-block-77 {
  margin-top: 50px;
}

.new {
  max-width: 1200px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-2.c-03 {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  color: #e5e1df;
  letter-spacing: .8px;
  background-color: #fff0;
  flex-direction: column;
  margin-top: 17px;
  padding: 0;
  display: block;
}

.button-2.c-03.flip {
  filter: invert();
  text-transform: uppercase;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 14px;
}

.underlin-wrapper {
  background-color: #d8fafe4d;
  width: 100%;
  height: 1px;
  margin-top: .2rem;
  overflow: hidden;
}

.underline {
  background-color: #d8fafe;
  width: 100%;
  height: 1px;
}

.underline.bg-color-blue {
  background-color: var(--biege);
  color: #d8fafe;
}

.div-block-78 {
  flex-flow: column;
  margin-top: 7px;
  display: flex;
}

.togyushi-drink-name-2 {
  color: #263942;
  -webkit-text-stroke-width: .2px;
  margin: 0 0 1px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-weight: 400;
}

.togyushi-drink-price-2 {
  color: var(--blue);
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.togyushi-drink-copy-2 {
  color: var(--blue);
  margin: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

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

.heading-2 {
  font-family: ivypresto-display, sans-serif;
  font-weight: 400;
}

.text-block-3 {
  font-family: neue-haas-grotesk-text, sans-serif;
}

.text-span-16 {
  font-size: 19px;
  font-weight: 500;
}

.text-span-17 {
  font-size: 14px;
}

.text-span-18 {
  font-family: ivypresto-display, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

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

.div-block-79 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

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

.image-3 {
  width: 100%;
  margin-top: 14px;
}

.text-span-21 {
  color: #9e422c;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.japanese {
  font-weight: 400;
}

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

  .contact-text-wrapper {
    padding-left: 50px;
    padding-right: 0;
  }

  .press.not, .press.round {
    filter: none;
  }

  .image-3 {
    max-width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .underlay-nav__inner {
    padding-top: 9.2em;
  }

  .slide-img.italy, .slide-img.new3, .slide-img.newslide {
    background-position: 30% 100%;
  }

  .hero-container {
    width: 80%;
  }

  .all-caps {
    line-height: 28px;
  }

  .location-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 7.2rem;
  }

  .location_card.is-left {
    justify-content: center;
    align-items: flex-start;
    min-height: 0;
    padding: 80px 50px;
  }

  .location_card.chef, .location_card.thanks {
    min-height: 50vh;
  }

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

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .togyushi-drinks-heading.parties {
    margin-top: 0;
  }

  .togyushi-drinks-section.logo.lone {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .togyushi-drinks-section.logo.lone.new0 {
    height: 50vh;
  }

  .togyushi-drinks-section.logo.grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    padding-bottom: 50px;
  }

  .togyushi-drinks-kicker._000 {
    margin-top: 0;
  }

  .seo-image-band.partners {
    background-image: linear-gradient(to bottom, null, null), url('../images/togyushi-chef-portrait-1.jpg');
    background-attachment: scroll, scroll;
  }

  .seo-image-band.food {
    background-image: linear-gradient(to bottom, null, null), url('../images/0-small-template-opening-window-opening-togyushi-101325-lizclayman-0486.jpg');
    background-attachment: scroll, scroll;
  }

  .seo-image-band.press-sec {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .seo-image-band.lounge {
    height: 350px;
    position: static;
  }

  .seo-image-band.par, .seo-image-band.storty-copy {
    height: 30vh;
  }

  .seo-image-band.re-cover {
    padding-top: 142px;
  }

  .foo {
    margin-top: 30px;
  }

  .success-message-5, .error-message-5 {
    max-width: 738px;
  }

  .html-embed {
    width: 100%;
  }

  .contact-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: grid;
  }

  .form-wrapper {
    border-right-width: 0;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .contact-text-wrapper {
    border-right-style: none;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-container {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 158px 50px 50px;
  }

  .news {
    margin-top: 0;
  }

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

  .section-4 {
    padding-bottom: 50px;
  }

  .tabs-menu {
    z-index: 99;
    background-color: #fff;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .menus-tab {
    flex-flow: column;
    grid-template-columns: .4fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .div-block-73 {
    height: auto;
  }

  .links {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    --blue: #263942;
    --biege: #e4e3d6;
  }

  .underlay-nav__container {
    padding: 1.25em 1.25em 1.25em 4em;
  }

  .underlay-nav__logo {
    width: 5em;
  }

  .underlay-nav__toggle-text {
    height: 1.25em;
  }

  .underlay-nav__toggle-label {
    font-size: 1em;
  }

  .underlay-nav__inner {
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .underlay-nav__bottom {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    padding-left: 1em;
    padding-right: 1em;
  }

  .slide-img.italy, .slide-img.new3, .slide-img.newslide {
    background-position: 40%;
  }

  .hero-container {
    width: 80%;
  }

  .hero-section {
    min-height: 100vh;
  }

  .overlay-2.hp {
    background-image: linear-gradient(#0000, #0000003b 39%, #000);
  }

  .hero-text {
    max-width: none;
    font-size: 80px;
    line-height: 100px;
  }

  .hero-bg.inner-pages {
    background-color: #0000;
  }

  .all-caps {
    margin-top: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .location-wrap {
    padding-top: 7.7rem;
  }

  .location-wrap.lounge {
    padding-top: 4.7rem;
  }

  .location_card.vynil {
    height: 50vh;
    min-height: 0;
  }

  .location_grid._100 {
    grid-template-columns: 1fr;
    height: auto;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .gallery-full-grid {
    margin-top: 2.6rem;
  }

  .togyushi-drinks-shell.re-grid._002 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .seo-image-band.lounge {
    height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .seo-image-band.storty-copy {
    padding-top: 76px;
    padding-bottom: 47px;
  }

  .paragraph.lon._033 {
    margin-top: 0;
  }

  .text-field-4.bottom-margin-field {
    padding-top: 29px;
  }

  .success-message-5, .error-message-5 {
    width: 100%;
    max-width: none;
  }

  .contact-wrapper {
    text-align: left;
    grid-template-columns: 1fr;
  }

  .contact-info {
    margin-top: -4px;
  }

  .contact-text-wrapper {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-container {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    height: auto;
  }

  .news {
    text-align: left;
  }

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

  .div-block-64 {
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
  }

  .section-4 {
    padding-bottom: 26px;
  }

  .container-3 {
    max-width: 100%;
  }

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

  .menus-tab {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .underlay-nav__container {
    padding-left: 1.25em;
  }

  .slide-img {
    height: 60vh;
  }

  .slide-img.italy, .slide-img.new3 {
    background-position: 45%;
    height: 100%;
  }

  .slide-img.new-pic-slide, .slide-img.new5 {
    height: 100%;
  }

  .slide-img.nyc-view {
    background-position: 50%;
    height: 100%;
  }

  .slide-img.newslide {
    background-position: 45%;
    height: 100%;
  }

  .right-arrow {
    display: none;
  }

  .slide-content {
    height: 100%;
  }

  .hero-container {
    width: 90%;
  }

  .hero-section {
    position: relative;
  }

  .left-arrow {
    display: none;
  }

  .overlay-2 {
    background-color: #0d13168a;
  }

  .slide-nav {
    display: none;
  }

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

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

  .location-wrap {
    margin-bottom: 0;
    padding-top: 7.6rem;
  }

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

  .location_card.is-left {
    padding: 50px 30px;
  }

  .location_card.is-right {
    min-height: 70vh;
  }

  .heading-style-h2 {
    font-size: 1.4rem;
  }

  .heading-style-h2.text-style-allcaps.font-zodiak, .heading-style-h2.text-style-allcaps.chef2 {
    font-size: 60px;
  }

  .togyushi-drink-copy {
    font-size: 15px;
  }

  .togyushi-drinks-heading.normal.faq-title {
    font-size: 25px;
    line-height: 32px;
  }

  .togyushi-drinks-heading.parties {
    font-size: 50px;
  }

  .togyushi-drinks-heading._000 {
    margin-top: 0;
  }

  .togyushi-drinks-section.logo {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .togyushi-drinks-section.logo.lone {
    padding: 30px;
  }

  .togyushi-drinks-section.logo.grid {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .togyushi-drinks-section.logo.faq-all {
    padding: 50px 30px;
  }

  .togyushi-drink-price {
    font-size: 14px;
  }

  .togyushi-drinks-shell.re-grid {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .togyushi-drinks-shell.re-grid._002 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
  }

  .seo-image-band.press-sec {
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .seo-image-band.lounge {
    height: 250px;
  }

  .seo-image-band.storty-copy {
    padding-top: 141px;
  }

  .seo-image-band.faq-c {
    padding-top: 151px;
  }

  .seo-shell.seo-band-content.cc23 {
    width: 100%;
  }

  .seo-h2.seo-light {
    font-size: 50px;
  }

  .foo {
    margin-top: 30px;
  }

  .hc-button.hc-button-dark {
    font-size: 14px;
  }

  .hc-button.hc-button-dark._45 {
    padding-left: 19px;
    padding-right: 19px;
  }

  .paragraph.lon {
    margin-top: 0;
    font-size: 15px;
  }

  .paragraph.left {
    font-size: 15px;
  }

  .paragraph.max {
    margin-top: 0;
    font-size: 15px;
  }

  .button-small-4 {
    flex: 1;
    align-self: stretch;
    width: 200px;
    font-size: 13px;
  }

  .text-area-2 {
    min-height: 150px;
  }

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

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

  .contact-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .form-wrapper {
    width: 100%;
  }

  .contact-text-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .contacts-container {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .news {
    font-size: 50px;
  }

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

  .div-block-64 {
    padding: 18px 0;
  }

  .paragraph-8 {
    margin-top: 7px;
    font-size: 15px;
  }

  .section-4 {
    padding: 30px 30px 0;
    overflow: hidden;
  }

  .tabs-menu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .menu-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

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

  .text-span-14, .text-span-15 {
    display: none;
  }
}

#w-node-_354f0cdc-12df-dacb-983a-55b7fcdf4d28-ba6754bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e319d8-0b11-4208-dc1a-5081f5b76e9e-ba6754bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc06f3d6-d03e-1173-60cc-19d6fae9b7bf-0118acae, #w-node-cc06f3d6-d03e-1173-60cc-19d6fae9b7a3-0118acae, #w-node-e2019d28-83ff-2244-7c77-54f96b65bbd3-0118acae, #w-node-b0fac775-cdc5-867e-f982-cfdcee911b48-0118acae, #w-node-cc06f3d6-d03e-1173-60cc-19d6fae9b7ab-0118acae, #w-node-cc06f3d6-d03e-1173-60cc-19d6fae9b7a5-0118acae, #w-node-cc06f3d6-d03e-1173-60cc-19d6fae9b7a1-0118acae, #w-node-cc06f3d6-d03e-1173-60cc-19d6fae9b7a7-0118acae, #w-node-f0fa3f8b-c3b2-9f25-d441-8f1fc0c71afe-0118acae, #w-node-dde2ec08-a15b-0ca3-2e93-e9e5861faf50-dd02649b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dde2ec08-a15b-0ca3-2e93-e9e5861faf61-dd02649b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9d391bee-563c-320f-6489-7ae664de8fcf-dd02649b, #w-node-_9d391bee-563c-320f-6489-7ae664de8fd3-dd02649b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6bd5bfb-379e-750f-1802-00db63e7dc1d-f4a258a6 {
  align-self: center;
}

#w-node-_354f0cdc-12df-dacb-983a-55b7fcdf4d28-9090db23, #w-node-_354f0cdc-12df-dacb-983a-55b7fcdf4d28-35c72d9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-f6bd5bfb-379e-750f-1802-00db63e7dc1d-f4a258a6 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9d391bee-563c-320f-6489-7ae664de8fcf-dd02649b, #w-node-_9d391bee-563c-320f-6489-7ae664de8fd3-dd02649b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78405207-33b0-70f6-3e2e-ece4166abbd2-dd02649b {
    order: -9999;
  }

  #w-node-_9b27123d-07fe-8060-405b-722218f3c09f-89b3622b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9d391bee-563c-320f-6489-7ae664de8fd3-dd02649b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9b27123d-07fe-8060-405b-722218f3c09f-89b3622b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Haffer XH';
  src: url('../fonts/HafferXHRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer Mono';
  src: url('../fonts/HafferMonoMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer Mono';
  src: url('../fonts/HafferMonoRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferHeavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferSemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}