:root {
  --color--text: var(--swatch--cream);
  --color--background: var(--swatch--blue);
  --swatch--blue: #143cad;
  --orange--text: var(--swatch--orange);
  --color--button-background: var(--swatch--cream);
  --color--button-text: var(--swatch--blue);
  --blue--text: var(--color--text);
  --swatch--cream: #fbf9e8;
  --cream--text: var(--swatch--blue);
  --swatch--ice: #e0f3ff;
  --orange--background: var(--swatch--cream);
  --swatch--orange: #d05122;
  --swatch--cucumber: #d7f7d2;
  --swatch--grass: #1b4533;
  --swatch--wood: #483827;
  --font-family: "Gowun Batang", sans-serif;
  --font-family-2: "Inter Tight", sans-serif;
  --cream--background: var(--swatch--cream);
  --cream--button-background: var(--swatch--blue);
  --cream--button-text: var(--swatch--cream);
  --blue--background: var(--color--background);
  --blue--button-background: var(--color--button-background);
  --blue--button-text: var(--color--background);
  --orange--button-background: var(--swatch--cream);
  --orange--button-text: var(--swatch--orange);
  --cucumber--background: var(--swatch--cucumber);
  --cucumber--text: var(--swatch--grass);
  --cucumber--button-background: var(--swatch--grass);
  --cucumber--button-text: var(--swatch--cucumber);
  --ice--background: var(--swatch--ice);
  --ice--text: var(--swatch--blue);
  --ice--button-background: var(--swatch--blue);
  --ice--button-text: var(--swatch--ice);
}

.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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hero {
  grid-column-gap: 13.6rem;
  grid-row-gap: 13.6rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100svh;
  text-decoration: none;
  display: flex;
}

.frame-2608531 {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.logo {
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.layer-1 {
  box-sizing: border-box;
  object-fit: contain;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  margin-left: 60px;
  margin-right: 60px;
  display: inline-flex;
}

.language {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gowun Batang, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  text-decoration: none;
}

.text-2 {
  color: var(--color--text);
  text-align: center;
  margin: 0;
  font-family: Gowun Batang, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  text-decoration: none;
  display: inline;
}

.text-2.right {
  text-align: right;
  font-size: 32px;
}

.text-2.orange {
  color: var(--color--text);
}

.text-2.special {
  text-align: left;
  width: 300px;
  max-height: 44px;
}

.navbar {
  z-index: 1000;
  border-bottom: 1.5px none var(--color--text);
  background-color: var(--color--background);
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: 0 0% 0%;
}

.navbar.hidden {
  display: none;
}

.mowe_favicon {
  color: var(--color--text);
  height: 100px;
  max-height: 100%;
  overflow: hidden;
}

.mowe_favicon.small {
  display: none;
}

.mowe_favicon.small-copy {
  max-height: 5vh;
  display: inline-block;
}

.rectangle {
  z-index: 1;
  aspect-ratio: auto;
  background-color: #143cae;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.body {
  background-color: var(--color--background);
  color: var(--color--text);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.introduction {
  border: 1.5px #143cae;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8% 7%;
  text-decoration: none;
  display: flex;
}

.title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #0000;
  border: 1px #143cad;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 3%;
  padding-top: 0%;
  padding-bottom: 3%;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: var(--color--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gowun Batang, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 52px;
  text-decoration: none;
}

.content {
  grid-column-gap: 3.9rem;
  border: 1.5px #143cad;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 87vw;
  height: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 0;
  display: flex;
}

.rectangle-8 {
  object-fit: contain;
  background-color: #0000;
  border: 1.5px #143cad;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
}

.frame-2608517 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.frame-2608517.links {
  align-items: flex-start;
}

.text-4 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gowun Batang, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  text-decoration: none;
  display: flex;
}

.frame-2608518 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-2608518.r {
  align-items: flex-end;
}

.text-5 {
  color: #000;
  text-align: right;
  letter-spacing: .5px;
  text-transform: none;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.text-5.blue {
  color: var(--swatch--blue);
}

.text-5.links, .text-5.left {
  text-align: left;
}

.button-style {
  border: 1.5px solid #143cad;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.content-style {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.state-layer {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.label-style {
  color: #143cad;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gowun Batang, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

.divider {
  background-color: #143cae;
  width: 100vw;
  height: 1.5px;
}

.quote {
  grid-column-gap: 10px;
  background-color: #143cae;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 15px;
  display: flex;
}

.quote._2 {
  color: var(--orange--text);
  background-color: #0000;
}

.every-glass-tells-a-story-worth-telling {
  color: #143cad;
  text-align: center;
  letter-spacing: -.25px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.every-glass-tells-a-story-worth-telling-0 {
  color: var(--color--text);
  text-align: center;
  letter-spacing: -.25px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gowun Batang, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.every-glass-tells-a-story-worth-telling-1 {
  color: var(--color--text);
  text-align: center;
  letter-spacing: -.25px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.animation-wrapper {
  flex-flow: column;
  align-items: stretch;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animation-wrapper.right {
  align-items: flex-end;
  height: 100vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.animation-wrapper.left {
  align-items: flex-start;
  height: 100vh;
}

.page-wrapper {
  width: 100vw;
  position: relative;
}

.other-animation-wrapper {
  flex-flow: column;
  align-items: stretch;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.other-animation-wrapper.right {
  align-items: flex-end;
}

.other-animation-wrapper.left {
  align-items: flex-start;
  height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.weird-swap {
  flex-flow: row;
  justify-content: space-between;
  width: 100vw;
  display: none;
  position: relative;
}

.events {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 8% 7%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-2608532 {
  grid-row-gap: 9px;
  border: 1px #143cad;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.moon-we {
  color: #143cad;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 52px;
  text-decoration: none;
}

.card-grid-pricing {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.pricing-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px none var(--color--text);
  background-color: var(--color--button-background);
  color: var(--color--button-text);
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.top {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.text-heading {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-heading-main {
  color: var(--swatch--blue);
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2%;
  padding-right: 2%;
  font-family: Gowun Batang, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 2% 0% auto;
}

.text-heading-main.blue {
  color: var(--swatch--blue);
}

.text-price {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.price {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: none;
}

.untitled {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

._50 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.mowe-illustration-48 {
  box-sizing: border-box;
  object-fit: contain;
  object-position: 20% 50%;
  width: 100%;
  position: static;
  overflow: hidden;
}

.mowe-illustration-48.center {
  object-fit: contain;
  object-position: 50% 50%;
  background-color: #0000;
  position: sticky;
}

.button-style-2 {
  grid-column-gap: 8px;
  background-color: var(--color--button-background);
  color: var(--color--button-text);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-style-3 {
  color: var(--color--button-text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.pricing-card-2 {
  grid-row-gap: 24px;
  background-color: #0000;
  border: 1.5px solid #143cad;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 300px;
  max-width: 300px;
  height: 437px;
  padding: 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-block {
  width: 100%;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  display: flex;
}

.quote-left {
  color: #fff9e3;
  text-align: center;
  letter-spacing: -.25px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gowun Batang, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.sans-quote-left {
  color: #fff9e3;
  text-align: center;
  letter-spacing: -.25px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.shop {
  grid-row-gap: 0px;
  border: 1.5px #143cae;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8% 7%;
  text-decoration: none;
  display: none;
}

.frame-2608511 {
  border: 1px #143cae;
  border-top: 1.5px solid #143cae;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 0;
  text-decoration: none;
  display: flex;
}

.frame-2608501 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #143cad;
  letter-spacing: -.25px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gowun Batang, sans-serif;
  font-size: 57px;
  font-weight: 700;
  line-height: 64px;
  text-decoration: none;
}

.mowe-illustration-47 {
  object-fit: contain;
  overflow: hidden;
}

.button-style-4 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.content-style-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.state-layer-2 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.label-style-2 {
  color: #143cad;
  letter-spacing: .15px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.shop-display {
  grid-column-gap: 0px;
  border: 1.5px solid #d05121;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 498px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.wine-item {
  border: 1.5px solid #d05122;
  border-left-style: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 245px;
  text-decoration: none;
  display: flex;
}

.rectangle-5 {
  background-color: #ece6f0;
  background-image: url('../images/Rectangle-8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 407px;
}

.wine-name {
  grid-column-gap: 10px;
  border: 0 solid #d05122;
  border-top-width: 1.5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.wine-name-2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.frame-2608509 {
  grid-column-gap: 0px;
  border: 1.5px none var(--color--text);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.wine-item-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border: 1.5px none var(--color--text);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 20vw;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.rectangle-9 {
  border: 1px #000;
  max-height: 407px;
  display: flex;
}

.wine-name-3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.wine-name-4 {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.opening-times {
  border-top: 1px #143cae;
  border-bottom: 1.5px #143cae;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 8% 7%;
  display: flex;
}

.text-column {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.headline-supporting-text {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.headline {
  color: #143cad;
  letter-spacing: -.25px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gowun Batang, sans-serif;
  font-size: 57px;
  font-weight: 700;
  line-height: 64px;
  text-decoration: none;
}

.frame-2608491 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 710px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.date {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.supporting-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.supporting-text-2 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.frame-2608533 {
  grid-column-gap: 180px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 710px;
  text-decoration: none;
  display: flex;
}

.frame-2608534 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 92px;
  text-decoration: none;
  display: flex;
}

.frame-2608534.mobile {
  display: none;
}

.frame-2608534.web {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  height: 12vh;
}

.frame-2608508 {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-3 {
  border: 1px solid #143cad;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-15 {
  color: #143cad;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 52px;
  text-decoration: none;
}

.div-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.sth.mobile {
  display: none;
}

.sth.web {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 12vh;
  display: flex;
}

.footer {
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  text-decoration: none;
  display: flex;
}

.bottom-bar {
  color: var(--blue--text);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.frame-2608520 {
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 175px;
  text-decoration: none;
  display: flex;
}

.frame-2608520.hidden {
  display: flex;
}

.text-16 {
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gowun Batang, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.text-16.link {
  color: var(--swatch--cream);
  display: none;
}

.text-16.link.w--current {
  display: none;
}

.text-17 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gowun Batang, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.frame-2608521 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 175px;
  text-decoration: none;
  display: flex;
}

.footer-logo {
  color: var(--color--text);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.title-copy {
  grid-row-gap: 0px;
  background-color: #0000;
  border: 1px #143cad;
  border-bottom-width: 1.5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.image {
  box-sizing: border-box;
  object-fit: cover;
  overflow: visible;
}

.menu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 7% 8%;
  text-decoration: none;
  display: none;
}

.title-style {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2608535 {
  grid-row-gap: 0px;
  border: 0 solid #143cad;
  border-top-width: 1.5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.moon-we-2 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 52px;
  text-decoration: none;
}

.options {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.cafe-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.mowe-illustration-45 {
  object-fit: cover;
  overflow: hidden;
}

.event-name {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: var(--color--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gowun Batang, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  text-decoration: none;
}

.bar-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.image-2 {
  object-fit: contain;
  object-position: 50% 50%;
  border: 1px #000;
}

.btn-outer-wrapper {
  z-index: 3;
  text-decoration: none;
  -webkit-text-decoration-color: var(--swatch--blue);
  text-decoration-color: var(--swatch--blue);
  cursor: pointer;
  border: 1.5px #143cae;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  display: flex;
  position: relative;
}

.btn-inner-wrapper {
  border: 1.5px solid var(--color--text);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-text {
  z-index: 1;
  color: var(--color--text);
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-decoration-color: var(--swatch--blue);
  text-decoration-color: var(--swatch--blue);
  font-family: Gowun Batang, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  position: relative;
}

.btn-text:hover {
  color: var(--color--text);
}

.btn-bg-hover {
  background-color: var(--color--text);
  width: 100%;
  height: 100%;
  margin-left: -220px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.btn-bg-hover:hover {
  transform: translate(0);
}

.div-block-3 {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.code-embed {
  z-index: 2;
  display: none;
  position: static;
}

.h1 {
  margin-top: 0;
}

.h1.location {
  color: #143cad;
  text-transform: uppercase;
}

.gowun {
  font-family: Gowun Batang, sans-serif;
  font-weight: 700;
}

.grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: minmax(auto, .25fr) auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(auto, .25fr);
  justify-items: start;
  width: 100%;
  height: 100%;
}

.grid.mobile {
  grid-column-gap: 3em;
  grid-template-columns: 1fr 1fr .25fr .25fr 1fr 1fr;
}

.grid.mobile:lang(vi) {
  grid-column-gap: 3em;
}

.daten-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.person-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.person-wrapper.space {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  object-fit: fill;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-2 {
  font-size: 1.1rem;
  line-height: 120%;
}

.paragraph-2.right {
  text-align: right;
}

.daten-grid {
  grid-template-rows: auto;
  align-content: start;
  align-items: start;
  margin-bottom: 1rem;
}

.intertight-h1 {
  font-family: Inter Tight, sans-serif;
  font-weight: 400;
  position: relative;
  bottom: .25rem;
}

.image-3 {
  width: 100%;
}

.button-style-5 {
  grid-column-gap: 8px;
  background-color: var(--color--button-background);
  color: var(--color--button-text);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.div-block-4 {
  background-color: var(--cream--text);
}

.button-style-6 {
  grid-column-gap: 8px;
  border: 2px solid var(--swatch--blue);
  color: var(--color--button-text);
  background-color: #fff0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 20vw;
  padding: 12px;
  font-family: Inter Tight, sans-serif;
  font-size: 1.4em;
  text-decoration: none;
  display: none;
  position: static;
  overflow: hidden;
}

.div-block-5 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
  position: absolute;
}

.div-block-6 {
  position: absolute;
}

.btn-wrapper {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: static;
}

.mid-icon, .div-block-7, .div-block-8 {
  display: none;
}

.lottie-animation {
  cursor: pointer;
  width: 100%;
  height: 200px;
  display: block;
  position: relative;
}

.image-4 {
  position: relative;
  inset: 0% auto 0% 0%;
}

.time {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.main-event {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px none var(--color--text);
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.me-btn {
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.date-event {
  color: var(--color--button-text);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gowun Batang, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  text-decoration: none;
  display: block;
}

.div-block-10 {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-12 {
  width: 200px;
}

.text-block-2 {
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
}

.date-event-copy {
  color: var(--color--text);
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gowun Batang, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  text-decoration: none;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.logo-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.logo-wrapper.space {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.lottie-animation-2 {
  z-index: 3;
  object-fit: fill;
  width: 100%;
  margin-top: -400px;
  display: none;
  position: relative;
}

.text-block-3 {
  color: var(--color--button-text);
  font-family: Inter Tight, sans-serif;
  font-size: 30px;
}

.div-block-14 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 60px;
  padding-right: 60px;
  display: flex;
}

.text-block-4 {
  color: var(--color--button-text);
  text-align: right;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.image-5 {
  z-index: -1;
  box-sizing: border-box;
  opacity: 1;
  object-fit: contain;
  background-image: linear-gradient(354deg, #000 30%, #fff);
  position: absolute;
}

.some-other-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.div-block-16 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-17 {
  z-index: 3;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.btn-outer-wrapper-hidden {
  cursor: pointer;
  border: 1.5px #143cae;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  display: none;
  position: relative;
}

.div-block-18 {
  z-index: 1000;
  background-color: var(--swatch--ice);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.loading-percentage {
  color: var(--color--button-text);
  font-family: Gowun Batang, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%;
}

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

.percent-sign {
  color: var(--color--button-text);
  font-family: Gowun Batang, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%;
}

.navbar-menu {
  z-index: 3;
  border-bottom: 1.5px none var(--color--text);
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 10vh;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0 0% 0%;
}

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

.cf {
  padding: 8% 7%;
}

.image-6 {
  z-index: 1;
  background-color: #fff;
  display: block;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.image-6:hover {
  box-shadow: 0 2px 5px #00000080;
}

.div-block-22 {
  z-index: 3;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.div-block-23 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.ws {
  padding: 8% 7%;
}

.div-block-24 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.div-block-25 {
  z-index: 3;
  background-color: #c9c9c9;
  position: absolute;
}

.div-block-26 {
  z-index: 1;
  background-color: #143cad33;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.grid-wine101 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, .25fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(auto, .25fr);
  width: 100%;
  height: 100%;
}

.dropdown-toggle {
  padding: 0;
}

.dropdown-list {
  width: 200px;
}

.dropdown-list-2 {
  background-color: #dddddd26;
}

.dropdown-list-2.w--open {
  background-color: #ddd0;
  right: 0%;
  overflow: hidden;
}

.home-scroll_section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color--background);
  color: var(--color--text);
  grid-template-rows: auto;
  grid-template-columns: 60% repeat(auto-fit, 5%) 35%;
  grid-auto-columns: 1fr;
  align-content: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.home-scroll_visual {
  height: 100vh;
  padding: 4em;
  position: sticky;
  top: 0;
}

.home-scroll_img-wrap {
  width: 100%;
  max-width: 100%;
  height: 40em;
  max-height: 100%;
}

.home-scroll_img-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-scroll_img-item {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
  inset: 0%;
}

.home-scroll_img-item.is-active {
  opacity: 100;
}

.home-scroll_img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.home-scroll_content {
  width: 100%;
  padding-top: 30vh;
  padding-bottom: 30vh;
  padding-right: 0;
}

.home-scroll_text-wrap {
  width: 100%;
}

.home-scroll_text-list {
  margin-top: 0;
}

.home-scroll_text-item {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  opacity: .2;
  flex-flow: column;
  margin-top: 7rem;
  margin-bottom: 7rem;
  transition: opacity .3s;
  display: flex;
}

.home-scroll_text-item.is-active {
  opacity: 100;
}

.home-scroll_visual-2 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.home-scroll_visual-2.page-padding {
  position: sticky;
  top: 0;
}

.home-scroll_section-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #154726;
  background-color: #d8e0a5;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-scroll_text-item-2 {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  opacity: .2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3em;
  padding-bottom: 3em;
  transition: opacity .3s;
  display: flex;
}

.home-scroll_content-2.page-padding {
  padding-top: 30vh;
  padding-bottom: 30vh;
}

.home-scroll_text-wrap-2 {
  max-width: 30em;
}

.home-scroll_visual-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.home-scroll_visual-3.page-padding {
  position: sticky;
  top: 0;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.menu-button {
  font-family: Gowun Batang, sans-serif;
}

.brand {
  display: none;
}

.experience-image {
  z-index: 100;
  vertical-align: middle;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: inline-block;
  position: relative;
}

.div-block-27 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.body-3 {
  background-color: var(--orange--background);
}

.hidden, .image-9 {
  display: none;
}

.mowe-button {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  max-height: 44px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.mowe-button.wide {
  justify-content: flex-start;
  width: 100%;
}

.mowe-button.wide.mobile, .mowe-button.hidden {
  display: none;
}

.mowe-button.right {
  justify-content: flex-end;
}

.mowe-button.vn {
  width: 100%;
}

.logohalf-ph {
  opacity: 0;
  max-height: 28px;
}

.mowe-button-icon {
  max-height: 25px;
  padding-left: 0;
  padding-right: 0;
}

.logohalf-bigger {
  max-height: 32px;
}

.mowe-button-icon-bigger {
  max-height: 28px;
  padding-left: 2px;
  padding-right: 2px;
}

.link-block {
  max-height: 100%;
}

.logo-half-rapper {
  justify-content: center;
  display: flex;
  position: relative;
}

.logohalf-white {
  max-height: 28px;
  position: absolute;
}

.logohalf-white.right {
  inset: 0% 0% 0% auto;
}

.logohalf-white.left {
  opacity: 100;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logohalf-orange {
  max-height: 28px;
  position: absolute;
}

.logohalf-orange.right {
  inset: 0% 0% 0% auto;
}

.logohalf-orange.left {
  opacity: 100;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

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

.div-block-2-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wine101 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 8% 7%;
  text-decoration: none;
  display: none;
  position: relative;
}

.halves-logo {
  color: var(--color--text);
  flex: none;
  width: 14px;
  min-height: 30px;
}

.halves-logo.bigger {
  width: auto;
  min-height: 36px;
}

.halves-logo.main {
  width: auto;
  height: 48px;
}

.interaction_contain.u-container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.interaction_cms_wrap {
  display: none;
}

.interaction_img {
  aspect-ratio: 2 / 3;
  border-radius: .5rem;
  flex: none;
  width: 30vw;
  min-width: 8rem;
}

.interaction_visual_wrap {
  pointer-events: none;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.interaction_template {
  display: none;
}

.interaction_wrap {
  text-align: center;
}

.interaction_img_wrap {
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.every-glass-tells-a-story-worth-telling-1-copy {
  color: var(--color--text);
  text-align: center;
  letter-spacing: -.25px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: none;
}

.event-date-text {
  font-size: 12px;
}

.big-text {
  color: var(--color--text);
  text-align: center;
  letter-spacing: -.25px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Gowun Batang, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.about-us-image {
  display: none;
}

.div-block-35 {
  width: 100%;
  text-decoration: none;
}

.code-embed-2 {
  width: 100%;
  font-family: Gowun Batang, sans-serif;
}

.big-text-copy {
  color: var(--color--text);
  text-align: center;
  letter-spacing: -.25px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Gowun Batang, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: none;
}

.big-text-copy-2 {
  color: var(--color--text);
  text-align: center;
  letter-spacing: -.25px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Inter Tight, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-18 {
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gowun Batang, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.text-18.link {
  color: var(--color--text);
  text-align: left;
}

.text-18.link.right {
  text-align: right;
}

.code-embed-3 {
  max-width: 100%;
  box-shadow: 0 2px 5px #0003;
}

.hiddden {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  .text-2 {
    text-align: left;
  }

  .text-2.right {
    max-width: 100%;
  }

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

  .navbar {
    height: 10vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .mowe_favicon.small, .mowe_favicon.small-copy {
    height: 100%;
  }

  .frame-2608518 {
    text-align: left;
  }

  .frame-2608518.r {
    align-items: flex-end;
  }

  .text-5.left {
    text-align: left;
  }

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

  .logo-wrapper.space {
    flex-flow: column;
  }

  .home-scroll_section {
    width: 100vw;
    max-width: 100vw;
  }

  .home-scroll_content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-scroll_text-wrap {
    width: 100%;
  }

  .home-scroll_visual-2.page-padding {
    display: none;
  }

  .home-scroll_section-2 {
    display: block;
  }

  .home-scroll_text-item-2 {
    opacity: 1;
  }

  .home-scroll_content-2.page-padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .home-scroll_text-wrap-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .home-scroll_visual-3.page-padding {
    display: none;
  }

  .menu-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1vh 10px;
    display: block;
  }

  .icon {
    font-size: 4vh;
  }

  .div-block-28 {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .image-8 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 100svh;
  }

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

  .text-2 {
    color: var(--color--text);
    order: 0;
  }

  .text-2.blue {
    color: var(--color--text);
    font-size: 30px;
  }

  .text-2.blue.w--current {
    color: var(--color--text);
  }

  .text-2.right {
    order: -1;
  }

  .text-2.orange {
    order: 0;
  }

  .text-2.special {
    order: 0;
    width: auto;
  }

  .navbar {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center;
    width: 100vw;
    height: 10vh;
    display: flex;
  }

  .navbar.hidden {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    opacity: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .mowe_favicon {
    order: -1;
    overflow: visible;
  }

  .mowe_favicon.hidden {
    height: 0;
  }

  .mowe_favicon.small {
    object-fit: contain;
    height: 100%;
    overflow: visible;
  }

  .mowe_favicon.small-copy {
    object-fit: contain;
    height: 100%;
  }

  .frame-2608517 {
    justify-content: flex-start;
    align-items: center;
  }

  .frame-2608518 {
    flex-flow: column;
  }

  .text-5 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    font-size: 1rem;
  }

  .text-5.left {
    text-align: left;
  }

  .every-glass-tells-a-story-worth-telling-1 {
    display: none;
  }

  .pricing-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mowe-illustration-48 {
    object-position: 50% 50%;
  }

  .opening-times {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .frame-2608491 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .frame-2608533 {
    grid-column-gap: 40px;
    justify-content: space-between;
  }

  .frame-2608534.mobile {
    height: 140px;
    display: flex;
  }

  .frame-2608534.web {
    display: none;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .sth {
    text-align: right;
  }

  .sth.mobile {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 140px;
    display: flex;
  }

  .sth.web {
    display: none;
  }

  .btn-outer-wrapper {
    justify-content: center;
    align-items: center;
  }

  .grid {
    grid-column-gap: 3em;
    grid-row-gap: 3rem;
    text-align: left;
    grid-template-rows: minmax(auto, .25fr) auto;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .grid.mobile {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr .25fr .25fr 1fr 1fr;
  }

  .daten-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .person-wrapper.space {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .paragraph-2 {
    font-size: 1.1rem;
  }

  .daten-grid {
    justify-items: stretch;
  }

  .image-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .time {
    text-align: right;
  }

  .logo-wrapper.space {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

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

  .navbar-menu {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: sticky;
  }

  .home-scroll_content {
    width: 100%;
    padding: 5vh 1rem;
    display: block;
    position: relative;
  }

  .home-scroll_text-item {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    margin-bottom: 1rem;
  }

  .home-scroll_visual-3 {
    display: none;
  }

  .nav-menu {
    background-color: var(--color--background);
    flex-flow: column;
    align-items: center;
    height: auto;
    display: none;
  }

  .menu-button {
    height: 100%;
    padding: 0;
    transition: all .4s cubic-bezier(.77, 0, .175, 1);
    transform: rotate(0);
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
    transition: all .4s cubic-bezier(.77, 0, .175, 1);
    transform: rotate(90deg);
  }

  .brand {
    padding-left: 0;
    display: flex;
  }

  .image-7 {
    max-width: 50%;
  }

  .div-block-27 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .icon {
    color: var(--color--text);
    height: 100%;
    font-size: 40px;
  }

  .image-8 {
    display: block;
  }

  .image-9 {
    display: inline-flex;
  }

  .mowe-button {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .mowe-button.wide.web {
    display: none;
  }

  .mowe-button.wide.mobile {
    display: flex;
  }

  .mowe-button.right {
    justify-content: flex-start;
    align-items: center;
  }

  .mowe-button.vn.center, .mowe-button.center {
    justify-content: center;
    align-items: center;
  }

  .logo-half-rapper {
    position: relative;
  }

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

  .div-block-2-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

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

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

  .every-glass-tells-a-story-worth-telling-1-copy {
    display: flex;
  }

  .big-text {
    line-height: 120%;
  }

  .about-us-image {
    display: block;
  }

  .link-block-2 {
    max-width: 50px;
  }

  .big-text-copy {
    font-family: Inter Tight, sans-serif;
    font-weight: 400;
    line-height: 120%;
    display: flex;
  }

  .big-text-copy-2 {
    line-height: 120%;
  }
}

#w-node-_550e4549-bbc3-1fef-b47a-30adaa4e5235-e43398a8 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_550e4549-bbc3-1fef-b47a-30adaa4e523f-e43398a8 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_0c2d24e6-66c5-3a45-c5cd-f791f3726984-e43398a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9af5a8b8-2266-74f2-256e-a9710fccfa2e-e43398a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-dd3df158-5939-c74c-1d63-a13c832acd6d-e43398a8 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_5e353636-77ca-e701-d8b4-b552962ec22c-e43398a8 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-bdf11660-c4e8-1976-3815-aeda3264be3d-e43398a8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_087f0cd1-828c-25ca-0179-e385c69da4db-e43398a8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5e353636-77ca-e701-d8b4-b552962ec22e-e43398a8 {
  grid-area: 1 / 5 / 3 / 7;
}

#w-node-_7771b6d7-702e-8cea-45d3-4bcbc609f617-e43398a8 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_72237bc2-573f-3e53-956e-05e89ae463c0-a559021b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d3a1e2e5-a55d-e0c8-c9c0-e1424cc5e84b-a559021b {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_72237bc2-573f-3e53-956e-05e89ae463c1-a559021b {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_2903035c-6833-473d-dffb-7275036fb5a3-a559021b {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_0821992c-9293-1b07-75da-43143c1b8e25-a559021b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2903035c-6833-473d-dffb-7275036fb5a9-a559021b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_87c5c4d9-4356-b475-bc52-a93c0245b3ca-4c740712 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_87c5c4d9-4356-b475-bc52-a93c0245b3cc-4c740712 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_87c5c4d9-4356-b475-bc52-a93c0245b3e2-4c740712 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87c5c4d9-4356-b475-bc52-a93c0245b3ec-4c740712 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_5e353636-77ca-e701-d8b4-b552962ec22c-4c740712 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-bdf11660-c4e8-1976-3815-aeda3264be3d-4c740712 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_087f0cd1-828c-25ca-0179-e385c69da4db-4c740712 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5e353636-77ca-e701-d8b4-b552962ec22e-4c740712 {
  grid-area: 1 / 5 / 3 / 7;
}

#w-node-_7771b6d7-702e-8cea-45d3-4bcbc609f617-4c740712 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_72237bc2-573f-3e53-956e-05e89ae463c0-675b112b, #w-node-b0846ff1-a00d-5f0d-de3b-7ba167c4eb1b-675b112b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0752d9f2-a639-a75e-8cf8-7527cdd2db5a-675b112b {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_2903035c-6833-473d-dffb-7275036fb5a3-675b112b {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2903035c-6833-473d-dffb-7275036fb5a9-675b112b {
  grid-area: 1 / 1 / 2 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_5e353636-77ca-e701-d8b4-b552962ec22c-e43398a8 {
    grid-column-end: 4;
  }

  #w-node-_5e353636-77ca-e701-d8b4-b552962ec22e-e43398a8 {
    grid-row: 1 / 2;
    grid-column-start: 4;
  }

  #w-node-_2903035c-6833-473d-dffb-7275036fb5a3-a559021b {
    grid-column: 5 / 7;
  }

  #w-node-_2903035c-6833-473d-dffb-7275036fb5a9-a559021b {
    grid-column: 1 / 4;
  }

  #w-node-_5e353636-77ca-e701-d8b4-b552962ec22c-4c740712 {
    grid-column-end: 4;
  }

  #w-node-_5e353636-77ca-e701-d8b4-b552962ec22e-4c740712 {
    grid-row: 1 / 2;
    grid-column-start: 4;
  }

  #w-node-_2903035c-6833-473d-dffb-7275036fb5a3-675b112b {
    grid-column: 5 / 7;
  }

  #w-node-_2903035c-6833-473d-dffb-7275036fb5a9-675b112b {
    grid-column: 1 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ecd09a06-a8a7-f4ba-42e9-d353f17d5cff-e43398a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_550e4549-bbc3-1fef-b47a-30adaa4e5235-e43398a8 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_550e4549-bbc3-1fef-b47a-30adaa4e523f-e43398a8 {
    grid-column: 1 / 2;
  }

  #w-node-_9af5a8b8-2266-74f2-256e-a9710fccfa2e-e43398a8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5e353636-77ca-e701-d8b4-b552962ec22c-e43398a8, #w-node-_087f0cd1-828c-25ca-0179-e385c69da4db-e43398a8 {
    grid-column-end: 7;
  }

  #w-node-_5e353636-77ca-e701-d8b4-b552962ec22e-e43398a8 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-bc63be88-0604-0c9f-fbc7-bbb8a422ba9d-a559021b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_72237bc2-573f-3e53-956e-05e89ae463c0-a559021b {
    grid-column-end: 7;
  }

  #w-node-d3a1e2e5-a55d-e0c8-c9c0-e1424cc5e84b-a559021b, #w-node-_72237bc2-573f-3e53-956e-05e89ae463c1-a559021b {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_2903035c-6833-473d-dffb-7275036fb5a3-a559021b {
    grid-column: 1 / 7;
  }

  #w-node-_0821992c-9293-1b07-75da-43143c1b8e25-a559021b {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_2903035c-6833-473d-dffb-7275036fb5a9-a559021b {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_4b312d81-7c53-4b88-22d7-349af75f792b-c11021bb, #w-node-_455907b6-e539-2d05-bfea-7fa9bc4a9c25-4c740712 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_87c5c4d9-4356-b475-bc52-a93c0245b3ca-4c740712 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_87c5c4d9-4356-b475-bc52-a93c0245b3cc-4c740712 {
    grid-column: 1 / 2;
  }

  #w-node-_87c5c4d9-4356-b475-bc52-a93c0245b3ec-4c740712 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5e353636-77ca-e701-d8b4-b552962ec22c-4c740712, #w-node-_087f0cd1-828c-25ca-0179-e385c69da4db-4c740712 {
    grid-column-end: 7;
  }

  #w-node-_5e353636-77ca-e701-d8b4-b552962ec22e-4c740712 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-be5b2029-9a5b-7173-f707-8e69cad4dd3d-675b112b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_72237bc2-573f-3e53-956e-05e89ae463c0-675b112b {
    grid-column-end: 7;
  }

  #w-node-b0846ff1-a00d-5f0d-de3b-7ba167c4eb1b-675b112b {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_0752d9f2-a639-a75e-8cf8-7527cdd2db5a-675b112b {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_2903035c-6833-473d-dffb-7275036fb5a3-675b112b {
    grid-column: 1 / 7;
  }

  #w-node-_2903035c-6833-473d-dffb-7275036fb5a9-675b112b {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_1b0391d6-42ff-5722-759d-16e359bd797b-7d542a0c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


