:root {
  --black: #190025;
  --white: white;
  --midnight-blue: #020126;
  --gainsboro: #ddd;
}

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

img {
  max-width: 100%;
  display: inline-block;
}

figcaption {
  color: #7a7a7a;
  text-align: left;
  letter-spacing: .5px;
  margin-top: 5px;
  font-family: adobe-garamond-pro, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.body {
  color: #190025;
  overflow: visible;
}

.footerwarpper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.right-arrow {
  display: none;
}

.space {
  flex: 0 auto;
  height: 192px;
}

.hero-heading {
  letter-spacing: 2.5px;
  font-size: 36px;
  line-height: 48px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-heading.vertical {
  text-align: left;
  letter-spacing: 8px;
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  line-height: 32px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.hero-heading.verticalmobile {
  text-align: left;
  letter-spacing: 8px;
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  line-height: 32px;
  display: none;
  position: static;
  inset: 0% auto auto 0%;
}

.slider {
  background-color: #0000;
  border-radius: 0;
  height: 100%;
}

.hero-text-wrap {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.logowrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 90px;
  display: flex;
}

.chinese {
  z-index: 2;
  color: #fff;
  letter-spacing: 1.5px;
  justify-content: flex-start;
  align-items: stretch;
  font-family: a-otf-ryumin-pr6n, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  display: none;
}

.chinese.menulist {
  margin-right: 48px;
  display: block;
}

.chinese.vertical {
  clear: right;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-end;
  width: 100%;
  display: none;
  position: sticky;
  top: 80px;
}

.chinese.hero {
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.chinese.thanks {
  float: right;
}

.header {
  z-index: 1;
  justify-content: center;
  height: 130px;
  margin: 16px 24px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.wrapper {
  margin-top: 80px;
  margin-bottom: 240px;
}

.english {
  z-index: 4;
  color: #ddd;
  letter-spacing: 1px;
  white-space: break-spaces;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  font-family: adobe-garamond-pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  position: static;
}

.english.menulist {
  margin-right: 24px;
  display: block;
}

.english.thanks {
  float: right;
}

.english.sticky {
  z-index: 2;
  position: sticky;
  top: 80px;
}

.centered {
  text-align: center;
  min-width: 400px;
  max-width: 620px;
  margin-bottom: 0;
}

.section {
  height: 100vh;
}

.section.read {
  cursor: auto;
  background-color: #020128;
  height: auto;
  padding-top: 126px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.section.about {
  z-index: 3;
  background-image: linear-gradient(#fff0, #9b8bc233 10%, #1a0e35 19%, #020128 25%);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  padding-top: 500px;
  padding-bottom: 240px;
  display: flex;
  position: static;
  top: 120px;
}

.section.footer {
  z-index: 2;
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 560px;
  padding-bottom: 32px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.section.hero {
  z-index: 0;
  position: fixed;
  inset: 0%;
}

.section.behindscene {
  background-color: #020128;
  background-image: url('../images/3-min-min-min-min-min.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-top: 42px;
  padding-left: 24px;
  padding-right: 24px;
}

.section.tagline {
  background-color: #020128;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  padding: 24px;
  display: flex;
}

.section.credits {
  background-color: var(--midnight-blue);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 24px;
  display: flex;
}

.section.media {
  background-color: var(--midnight-blue);
  height: auto;
  padding: 208px 24px 272px;
  position: relative;
  overflow: hidden;
}

.heading-wrapper {
  justify-content: space-between;
  margin-bottom: 56px;
  margin-left: 0;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.heading-wrapper.credit, .heading-wrapper.media {
  justify-content: center;
}

.left-arrow {
  display: none;
}

.grid {
  grid-column-gap: 111px;
  grid-row-gap: 96px;
  grid-template-rows: auto auto;
  grid-auto-flow: row;
  justify-content: space-between;
  padding: 24px;
}

.slide-img {
  background-image: url('../images/1.1-min-min.JPG');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-img._7 {
  background-image: url('../images/1.7-min-min-min.JPG');
}

.slide-img._9 {
  background-image: url('../images/1.9-min-min.jpg');
}

.slide-img._2 {
  background-image: url('../images/1.2-min-min-min.JPG');
}

.slide-img._3 {
  background-image: url('../images/1.3-min-min.JPG');
}

.slide-img._4 {
  background-image: url('../images/1.4-min-min.jpg');
}

.slide-img._5 {
  background-image: url('../images/1.5-min-min.JPG');
}

.slide-img._6 {
  background-image: url('../images/1.6-min-min.JPG');
}

.slide-img._8 {
  background-image: url('../images/1.8-min-min.jpg');
}

.slide-nav {
  display: none;
}

.heading {
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  text-decoration: none;
}

.heading._2 {
  color: #ddd;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 36px;
}

.heading.vertical {
  letter-spacing: 8px;
  flex: 0 auto;
  margin-bottom: 0;
  line-height: 48px;
  display: block;
}

.logo {
  filter: invert();
  width: 100px;
  margin-left: 0;
  margin-right: 40px;
}

.logo._3 {
  width: 64px;
}

.logo._2 {
  width: 102px;
  margin-right: 16px;
}

.card._4 {
  align-items: center;
  width: 500px;
  display: flex;
}

.card._1 {
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
}

.card._3, .card._2, .card._3-copy {
  align-items: center;
  width: 200px;
  display: flex;
}

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

.text-wrap {
  z-index: 2;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  height: 100%;
  margin-left: 24px;
  display: block;
  position: relative;
}

.text-wrap._2 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
  position: sticky;
  top: 80px;
}

.logotype {
  flex: 0 auto;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.content {
  z-index: 2;
  width: 100vw;
  display: block;
  position: absolute;
  top: 110vh;
}

.paragraph {
  margin-top: 24px;
  line-height: 24px;
}

.paragraph.grow {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.marqueewapper {
  width: 200%;
  display: flex;
}

.icon {
  background-image: url('../images/rightarrow.svg');
  background-position: 0 0;
  background-size: auto;
  width: 40px;
  height: 40px;
}

.icon.menu {
  z-index: 4;
  cursor: pointer;
  background-image: url('../images/Menu.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: fixed;
  top: 24px;
  right: 24px;
}

.icon.menu:hover {
  filter: blur(2px);
}

.icon.close {
  cursor: pointer;
  background-image: url('../images/close.svg');
  flex: none;
  margin-top: 0;
  margin-right: 0;
  position: static;
  inset: 0% 0% auto auto;
}

.icon.close:hover {
  filter: blur(2px);
}

.icon.close.overlay {
  z-index: 3;
  cursor: pointer;
  margin-top: 24px;
  margin-right: 24px;
  transition: opacity .4s;
  position: fixed;
}

.icon.close.overlay:hover {
  filter: blur(2px);
}

.icon.left-arrow {
  transition: opacity .4s;
  display: block;
}

.icon.left-arrow:hover {
  filter: blur(4px);
}

.icon.right-arrow {
  background-image: url('../images/leftarrow.svg');
  transition: opacity .4s;
  display: block;
}

.icon.right-arrow:hover {
  filter: blur(2px);
}

.img-drawing {
  width: 300px;
  margin-left: 16px;
}

.menuwarpper {
  z-index: 6;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-top: 24px;
  margin-right: 24px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto auto;
}

.menuwarpper._2 {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 48px;
  margin-right: 0;
  position: static;
}

.enbutton {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 0;
  font-family: adobe-garamond-pro, sans-serif;
  display: flex;
}

.enbutton:hover, .enbutton._2:hover {
  filter: blur(2px);
}

.chbutton {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 9px;
  font-family: a-otf-ryumin-pr6n, sans-serif;
  display: flex;
}

.chbutton:hover {
  filter: blur(2px);
}

.chbutton._2 {
  font-family: a-otf-ryumin-pr6n, sans-serif;
}

.chbutton._2:hover {
  filter: blur(2px);
}

.vertical {
  letter-spacing: 3px;
  line-height: 28px;
}

.vertical._1 {
  min-height: 450px;
  margin-bottom: 15%;
}

.firefly-embed {
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 650px;
  display: block;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.firefly-wrapper {
  filter: blur(2px);
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  overflow: hidden;
}

.about-textwrapper {
  position: relative;
  left: 150px;
}

.triggerbox {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.triggerbox.read {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 24px;
}

.triggerbox._2 {
  flex-direction: column;
  justify-content: flex-start;
}

.triggerbox._2.video1 {
  flex-direction: column;
}

.triggerbox.test {
  align-self: auto;
  position: relative;
  bottom: 0%;
}

.button.play {
  z-index: 5;
  cursor: pointer;
  background-image: url('../images/play.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  align-self: flex-start;
  width: 80px;
  height: 80px;
  margin-left: 0;
  transition: all .4s;
  position: relative;
}

.button.play:hover {
  filter: blur(4px);
}

.overlay-passage {
  z-index: 6;
  background-color: #020126;
  width: 100vw;
  height: 100vh;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.menuoverlay {
  z-index: 6;
  background-image: linear-gradient(270deg, var(--midnight-blue) 78%, #fff0);
  justify-content: space-between;
  width: 45vw;
  padding-top: 24px;
  padding-left: 12%;
  padding-right: 24px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.link {
  color: #fff;
  padding-left: 8px;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
}

.link:hover {
  filter: blur(2px);
}

.passage {
  text-align: left;
  width: 700px;
  min-width: 400px;
  max-width: 700px;
  font-style: normal;
  display: block;
}

.div-block-7 {
  overflow: visible;
}

.overlay-lyrics {
  z-index: 6;
  background-color: var(--midnight-blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.footer-text {
  color: var(--midnight-blue);
  border-radius: 5px;
  font-size: 10px;
}

.div-block-9 {
  grid-column-gap: 64px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.textbutton {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #a5a5a5;
  border-radius: 2px;
  margin-top: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  transition: all .4s;
}

.textbutton:hover {
  filter: blur(5px);
}

.english-span {
  font-family: adobe-garamond-pro, sans-serif;
}

.vertical-wrapper {
  justify-content: flex-end;
  align-self: stretch;
  height: 500px;
  display: flex;
  position: static;
  top: 80px;
}

.heading-box {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.video-box-info {
  align-items: flex-end;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.credit-wrapper {
  flex: 1;
  justify-content: center;
  align-self: auto;
  display: flex;
}

.credit {
  justify-content: flex-start;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-12 {
  flex-direction: column;
  flex: 1;
  margin-right: 0;
  display: flex;
}

.form-block {
  width: 30vw;
  margin-left: 80px;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 0;
  border-color: black black var(--midnight-blue);
  background-color: #02012608;
  border-radius: 2px;
}

.text-field:hover, .text-field:focus {
  border: 1px solid var(--midnight-blue);
}

.text-field.message {
  align-self: auto;
  height: 96px;
}

.submit-button {
  float: none;
  background-color: var(--midnight-blue);
  border-radius: 2px;
  width: 8vw;
}

.form {
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.success-message {
  background-color: var(--white);
}

.text-block-6, .text-block-7 {
  color: var(--midnight-blue);
}

.accordion-toggle {
  flex: 1;
  justify-content: flex-start;
  height: 26px;
  padding: 0;
  transition: opacity .4s;
  display: flex;
}

.accordion-toggle.english {
  align-items: center;
  height: 48px;
  min-height: 26px;
  max-height: 48px;
  display: flex;
}

.accordion-item {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.dropdown-list-2 {
  background-color: #0000;
  display: block;
  position: static;
}

.icon-2 {
  color: var(--white);
  align-self: flex-start;
  margin-top: 4px;
  margin-right: 0;
  position: relative;
  right: 0;
}

.div-block-17 {
  width: 65vw;
  margin-right: 24px;
}

.div-block-18 {
  flex: 1;
  position: static;
  top: 80px;
}

.credit-link {
  border-bottom: 1px solid var(--gainsboro);
  color: var(--gainsboro);
  cursor: pointer;
  text-decoration: none;
  transition: all .4s;
}

.credit-link:hover {
  filter: blur(3px);
}

.columns {
  width: 140px;
  display: block;
}

.text-span {
  font-family: adobe-garamond-pro, sans-serif;
  line-height: 26px;
}

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

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  font-family: adobe-garamond-pro, sans-serif;
}

.text-span-9 {
  letter-spacing: 2px;
  font-family: adobe-garamond-pro, sans-serif;
}

.text-block-8 {
  color: var(--midnight-blue);
  align-self: auto;
  margin-bottom: 16px;
}

.image {
  flex: 1;
}

.title {
  opacity: .5;
  margin-top: 0;
  margin-right: 8px;
}

.passage-img-wrapper {
  flex-direction: column;
  width: 100%;
  margin-bottom: 64px;
  display: flex;
}

.passage-img-wrapper.horizontal {
  flex-direction: row;
  margin-bottom: 64px;
}

.img {
  flex-direction: column;
  align-self: stretch;
  height: 100%;
  margin-right: 16px;
  display: flex;
}

.caption {
  color: #505050;
  font-size: 12px;
  line-height: 18px;
}

.videowrappertest {
  width: 100%;
  height: 100%;
  margin-bottom: 24px;
}

.html-embed-3 {
  z-index: 2;
  width: 100%;
  height: 100px;
  margin-bottom: 0;
  padding-bottom: 56.25%;
  display: block;
  position: relative;
}

.overlayvideo1 {
  z-index: 1;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.overlayvideo2 {
  z-index: 1;
  width: 100%;
  height: 0;
  margin-bottom: 24px;
  padding-bottom: 56.25%;
  position: relative;
}

.div-block-22 {
  position: relative;
}

.html-embed-3-copy {
  z-index: 2;
  width: 100%;
  height: 100px;
  margin-bottom: 0;
  padding-bottom: 56.25%;
  display: none;
  position: relative;
}

.list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.text-block-10 {
  opacity: .51;
  text-align: right;
}

.text-block-11 {
  flex: 1;
  align-self: flex-start;
}

.text-block-11.chinese {
  flex: 0 auto;
  margin-right: 8px;
}

.div-block-23 {
  align-self: flex-start;
}

.list-item-2 {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  margin-top: 6px;
  display: grid;
}

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

.media-section-wrapper {
  display: flex;
}

.slider-wrapper {
  flex: none;
  align-self: stretch;
  width: 60vw;
  height: 100%;
  display: flex;
}

.media-slider {
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.mask {
  flex: none;
  align-self: stretch;
  width: 100%;
}

.slide-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-2 {
  width: 50vw;
  max-width: none;
  position: relative;
  right: 20%;
}

.left-arrow-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-arrow-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-3 {
  filter: invert();
  width: 150px;
  margin-bottom: 24px;
}

.slide-nav-2 {
  justify-content: center;
  align-items: flex-end;
  font-size: 8px;
  display: flex;
}

.link-media {
  color: var(--gainsboro);
  text-decoration: none;
  transition: all .4s;
}

.link-media:hover {
  filter: blur(5px);
}

.image-4 {
  filter: invert();
  width: 200px;
  margin-bottom: 24px;
}

.media-wrapper {
  border-bottom: 1px solid #8d8d8d;
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .hero-heading {
    font-size: 24px;
    line-height: 36px;
  }

  .hero-heading.vertical, .hero-heading.verticalmobile {
    font-size: 22px;
    line-height: 36px;
  }

  .chinese {
    font-size: 12px;
    line-height: 24px;
    display: none;
  }

  .chinese.vertical {
    display: none;
  }

  .header {
    height: 120px;
  }

  .english {
    font-size: 12px;
    line-height: 22px;
    display: block;
  }

  .centered {
    max-width: 550px;
  }

  .section.about {
    background-image: linear-gradient(#fff0, #4d416973 6%, #1b0d3a 10%, #020128 25%);
  }

  .section.footer {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 36px;
  }

  .heading._2 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading.vertical {
    letter-spacing: 3px;
    line-height: 36px;
  }

  .content {
    z-index: 3;
    overflow: hidden;
  }

  .paragraph {
    margin-top: 16px;
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph.grow {
    flex: 1;
    line-height: 22px;
  }

  .img-drawing {
    width: 240px;
  }

  .vertical._1 {
    text-align: center;
    line-height: 22px;
  }

  .about-textwrapper {
    left: 0;
  }

  .menuoverlay {
    background-image: linear-gradient(270deg, var(--midnight-blue) 78%, #fff0);
  }

  .footer-text {
    line-height: 18px;
  }

  .div-block-9 {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .textbutton {
    padding: 8px 16px;
    font-size: 12px;
    line-height: 20px;
  }

  .vertical-wrapper {
    display: flex;
  }

  .credit-wrapper {
    width: 100vw;
  }

  .credit {
    align-self: center;
  }

  .div-block-12 {
    flex: 0 auto;
    margin-left: -24px;
    margin-right: -24px;
  }

  .form-block {
    width: 40vw;
    margin-left: 36px;
  }

  .text-field {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .submit-button {
    width: 10vw;
    line-height: 16px;
  }

  .accordion-toggle.english {
    height: 22px;
    display: flex;
  }

  .text-block-8 {
    margin-bottom: 12px;
  }

  .videowrappertest {
    margin-bottom: 24px;
  }

  .html-embed-3, .html-embed-3-copy {
    display: none;
  }

  .slider-wrapper {
    flex: none;
    width: 70vw;
  }

  .media-slider {
    flex: 1;
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
    left: 0;
  }

  .image-2 {
    right: 40%;
  }

  .link-media {
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    display: flex;
  }

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

  .media-wrapper {
    align-self: center;
    width: 60vw;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: var(--black);
  }

  .footerwarpper {
    order: 1;
    width: 100%;
  }

  .space {
    height: 96px;
  }

  .hero-heading {
    font-size: 24px;
  }

  .hero-heading.vertical {
    display: none;
  }

  .hero-heading.verticalmobile {
    margin-bottom: 4px;
    display: block;
  }

  .hero-text-wrap {
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .logowrapper {
    width: 100%;
  }

  .chinese {
    flex-direction: column;
    order: 0;
    font-size: 14px;
    display: none;
    position: static;
  }

  .chinese.vertical {
    display: none;
  }

  .chinese.hero {
    display: none;
    inset: auto auto 0% 0%;
  }

  .chinese.thanks {
    float: none;
  }

  .header {
    width: 90vw;
    height: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  .wrapper {
    margin-top: 24px;
    margin-bottom: 64px;
  }

  .english {
    order: 0;
    font-size: 14px;
    line-height: 24px;
    display: block;
  }

  .english.menulist {
    margin-right: 48px;
  }

  .english.sticky {
    position: static;
  }

  .centered {
    width: 100%;
    min-width: auto;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    line-height: 24px;
  }

  .section.read {
    padding-top: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.about {
    padding: 160px 16px 80px;
    overflow: visible;
  }

  .section.footer {
    flex-direction: column;
    height: 100%;
    padding-top: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.behindscene {
    background-position: 65%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.tagline {
    flex-direction: column;
    padding-top: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.credits {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.media {
    flex-direction: column;
    height: 100vh;
    padding: 64px 16px 208px;
    display: flex;
  }

  .heading-wrapper {
    flex-direction: column;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-wrapper.credit {
    margin-bottom: 56px;
  }

  .heading-wrapper.media {
    align-items: center;
  }

  .grid {
    grid-column-gap: 96px;
    grid-row-gap: 72px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding: 16px 0;
  }

  .slide-img._7 {
    background-position: 100%;
  }

  .slide-img._1 {
    background-position: 18%;
  }

  .slide-img._9 {
    background-position: 42%;
  }

  .slide-img._2 {
    background-position: 78%;
  }

  .slide-img._3 {
    background-position: 32%;
  }

  .slide-img._4 {
    background-position: 90%;
  }

  .slide-img._5 {
    background-position: 38%;
  }

  .slide-img._6 {
    background-position: 20%;
  }

  .slide-img._8 {
    background-position: 25%;
  }

  .heading {
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

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

  .heading.centered.media {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .card._4 {
    width: 1000px;
    display: none;
  }

  .card._1 {
    width: 400px;
  }

  .card._3 {
    width: 400px;
    display: block;
  }

  .card._2 {
    width: 400px;
  }

  .card._3-copy {
    width: 400px;
    display: block;
  }

  .text-wrap {
    width: 90vw;
    min-width: 0;
  }

  .text-wrap._2 {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .logotype {
    width: 80%;
  }

  .content {
    display: block;
  }

  .paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph.grow {
    flex: 1;
    line-height: 24px;
  }

  .icon.menu {
    inset: auto 16px 16px auto;
  }

  .icon.close {
    position: static;
    inset: auto 0% 0%;
  }

  .icon.close.overlay {
    margin-top: 16px;
    margin-right: 16px;
    inset: 0% 0% auto auto;
  }

  .img-drawing {
    order: -1;
    align-self: auto;
    margin-bottom: 8px;
    margin-left: 0;
  }

  .menuwarpper {
    position: fixed;
    inset: auto 0% 0%;
  }

  .menuwarpper._2 {
    justify-content: flex-start;
  }

  .enbutton, .enbutton._2 {
    border: 1px solid var(--gainsboro);
    border-radius: 2px;
    margin-right: 16px;
  }

  .chbutton, .chbutton._2 {
    border: 1px solid var(--gainsboro);
    border-radius: 2px;
  }

  .vertical._1 {
    text-align: center;
  }

  .firefly-embed {
    width: 100vw;
    height: 100vh;
    display: block;
  }

  .firefly-wrapper {
    display: block;
  }

  .triggerbox.read {
    flex-direction: column;
    margin-left: 0;
  }

  .triggerbox.test {
    flex-direction: column;
    flex: 0 auto;
  }

  .button.play {
    order: -1;
    width: 60px;
    height: 60px;
    margin-bottom: 8px;
    margin-left: 0;
    transition-property: none;
  }

  .button.play.mobile {
    order: 1;
  }

  .button.play.hide {
    display: none;
  }

  .overlay-passage {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .menuoverlay {
    background-image: linear-gradient(270deg, var(--midnight-blue) 100%, #fff0);
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100vw;
    padding-left: 24px;
    display: none;
  }

  .link {
    padding-left: 0;
  }

  .passage {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .div-block-7 {
    margin-top: 96px;
  }

  .overlay-lyrics {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .div-block-9 {
    width: 100%;
    display: flex;
  }

  .textbutton {
    transition-property: none;
  }

  .vertical-wrapper {
    height: auto;
  }

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

  .heading-box {
    order: -1;
    align-items: flex-start;
  }

  .video-box-info {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    bottom: 0;
  }

  .credit-wrapper {
    flex-direction: column;
  }

  .credit {
    width: 100vw;
  }

  .div-block-12 {
    margin-top: 56px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .submit-button {
    width: 100%;
  }

  .form {
    align-items: center;
  }

  .accordion-toggle.english {
    align-items: flex-start;
    height: auto;
  }

  .accordion-item {
    width: 100%;
    margin-left: 0;
  }

  .icon-2 {
    margin-right: 16px;
  }

  .div-block-17 {
    flex: 0 auto;
    width: 100vw;
    margin-right: 0;
    position: relative;
  }

  .div-block-18 {
    margin-top: 56px;
  }

  .columns {
    width: 50vw;
    display: flex;
  }

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

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

  .form-wrapper {
    width: 100%;
    margin-bottom: 96px;
  }

  .image {
    height: 100%;
  }

  .error-message {
    flex: 0 auto;
    position: absolute;
    inset: 0% 0% auto;
  }

  .error-message-2 {
    position: absolute;
    inset: 0% 0% auto;
  }

  .passage-img-wrapper.horizontal {
    flex-direction: column;
  }

  .caption {
    margin-bottom: 32px;
  }

  .html-embed-3 {
    display: none;
  }

  .overlayvideo1 {
    display: none;
    position: relative;
  }

  .overlayvideo2 {
    display: none;
  }

  .html-embed-3-copy, .list-item-2 {
    display: block;
  }

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

  .media-section-wrapper {
    flex: 1;
    margin-top: 0;
    margin-left: -16px;
    margin-right: -16px;
  }

  .slider-wrapper {
    width: 100vw;
    height: 100%;
  }

  .mask {
    flex: 1;
  }

  .slide-content-wrapper {
    inset: 0%;
  }

  .image-2 {
    opacity: .5;
    align-self: flex-end;
    width: 150vw;
    right: 20%;
  }

  .slide-nav-2 {
    align-items: center;
  }

  .link-media {
    margin-bottom: 0;
  }

  .image-4 {
    margin-bottom: 16px;
  }

  .media-wrapper {
    align-self: center;
    width: 80vw;
    margin-bottom: 16px;
  }

  .div-block-29 {
    flex: 1;
    align-self: center;
    display: flex;
    position: absolute;
  }
}


