:root {
  --background-color--bg-100: #000;
  --_typography---font-family--font-heading: "Special Gothic Condensed One", sans-serif;
  --neutral-color--n-500: #fff;
  --_typography---heading--h1: 84px;
  --_typography---heading--h2: 72px;
  --_typography---heading--h3: 60px;
  --_typography---heading--h4: 48px;
  --_typography---heading--h5: 36px;
  --_typography---heading--h6: 24px;
  --_sizes---section--padding-section: 60px;
  --_sizes---container--max-width: 1400px;
  --_typography---font-family--font-bodytext: "Open Sans", sans-serif;
  --neutral-color--n-100: white;
  --_typography---bodytext--b1: 24px;
  --_typography---height-1: 1em;
  --_typography---bodytext--b2: 18px;
  --_typography---weight-small: 400;
  --_typography---height-1-3: 1.3em;
  --_typography---height-1-1: 1.1em;
  --_typography---bodytext--b3: 16px;
  --_typography---bodytext--b4: 14px;
  --neutral-color--n-400: #fff;
  --_typography---height-1-4: 1.4em;
  --_typography---weight-large: 600;
  --neutral-color--n-200: #e6e6e6;
  --neutral-color--n-300: #b4b4b4;
  --n-333: #333;
  --_typography---w-block: 14px;
  --_typography---h-block: 20px;
}

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

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

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

body {
  background-color: var(--background-color--bg-100);
  font-family: var(--_typography---font-family--font-heading);
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
}

h3 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
}

h4 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
}

h5 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
}

h6 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
}

.navbar-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.navbar-section {
  z-index: 10;
  width: 100%;
  padding: 30px var(--_sizes---section--padding-section);
  flex: none;
  position: relative;
}

.navbar-container {
  max-width: var(--_sizes---container--max-width);
}

.navbar-block {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-background-image {
  filter: brightness(50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto;
}

.navbar-menu-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 268px;
  display: flex;
}

.navbar-link {
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b1);
  line-height: var(--_typography---height-1);
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.navbar-link:hover {
  opacity: .6;
  color: red;
}

.navbar-link.first.w--current {
  line-height: var(--_typography---height-1);
}

.navbar-link.first.w--current:hover {
  color: red;
}

.navbar-link.first.last._2nd {
  color: var(--neutral-color--n-500);
}

.navbar-link.first.last._2nd:hover {
  color: red;
  font-weight: var(--_typography---weight-small);
}

.navbar-text-1 {
  max-width: 268px;
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b1);
  line-height: var(--_typography---height-1-3);
  text-transform: uppercase;
}

.navbar-text-1._2nd {
  max-width: 284px;
  line-height: var(--_typography---height-1-3);
}

.navbar-text-1.single {
  color: var(--neutral-color--n-500);
}

.navbar-menu-icon {
  display: none;
}

.hero-section {
  width: 100%;
  height: 100%;
  padding: 40px var(--_sizes---section--padding-section);
  position: relative;
}

.hero-container {
  height: 100%;
  max-width: var(--_sizes---container--max-width);
}

.hero-block {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-inner-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 72px;
}

.hero-heading {
  max-width: 1086px;
  color: var(--neutral-color--n-100);
  font-size: 160px;
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-small);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.hero-text-1 {
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b2);
  line-height: var(--_typography---height-1);
  text-transform: uppercase;
}

.hero-load-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  opacity: 0;
  pointer-events: none;
  color: var(--neutral-color--n-500);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 542px;
  line-height: 1em;
  display: flex;
  position: absolute;
}

.about-section {
  width: 100%;
  height: 100vh;
  padding: 40px var(--_sizes---section--padding-section);
  background-color: var(--background-color--bg-100);
  margin-top: 50vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.about-container {
  height: 100%;
  max-width: var(--_sizes---container--max-width);
}

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

.about-inner-block {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.about-flex-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-heading {
  color: var(--neutral-color--n-500);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 140px;
  font-weight: 400;
  line-height: 1em;
}

.about-heading._1, .about-heading._2, .about-heading._3, .about-heading._4 {
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-small);
}

.about-flex-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.about-image {
  object-fit: cover;
  width: 250px;
  height: 250px;
}

.about-text-1 {
  max-width: 338px;
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b1);
  line-height: var(--_typography---height-1-4);
  text-align: right;
}

.hero-scroll-block {
  width: 100%;
  height: 500vh;
  position: relative;
}

.exhibition-section {
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.exhibition-section._2, .exhibition-section._3 {
  width: 0%;
}

.exhibition-container {
  width: 100%;
  height: 100%;
  max-width: var(--_sizes---container--max-width);
  margin-right: var(--_sizes---section--padding-section);
  margin-left: var(--_sizes---section--padding-section);
  position: relative;
}

.exhibition-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.exhibition-image {
  filter: brightness(80%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.exhibition-text-1 {
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b1);
  line-height: var(--_typography---height-1);
  text-align: center;
  text-transform: uppercase;
}

.exhibition-inner-block {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.exhibition-heading {
  max-width: 400px;
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h1);
  line-height: var(--_typography---height-1-1);
  font-weight: var(--_typography---weight-small);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.exhibition-scroll-block {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 600vh;
  display: flex;
  position: relative;
}

.work-section {
  width: 100%;
  height: 100vh;
  padding: 40px var(--_sizes---section--padding-section);
  position: sticky;
  top: 0;
  overflow: hidden;
}

.work-container {
  height: 100%;
  max-width: var(--_sizes---container--max-width);
}

.work-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.work-heading {
  max-width: 580px;
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h1);
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-small);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.work-collection-list-wrapper {
  width: 100%;
  position: absolute;
}

.work-collection-list {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.work-collection-item {
  width: 100%;
}

.work-item-block {
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
  position: relative;
}

.work-item-image {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.work-item-title {
  transform-origin: 0 100%;
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b3);
  line-height: var(--_typography---height-1);
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(-10px)rotate(-90deg);
}

.work-item-image-block {
  justify-content: center;
  align-items: flex-end;
  width: 70%;
  height: auto;
  display: flex;
  position: relative;
}

.work-item-creator {
  transform-origin: 100% 0;
  width: 400px;
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b3);
  line-height: var(--_typography---height-1);
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(10px)rotate(-90deg);
}

.work-item-year {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h2);
  line-height: var(--_typography---height-1);
  text-transform: uppercase;
  position: absolute;
  inset: auto -82px 50% auto;
}

.work-scroll-block {
  width: 100%;
  height: 400vh;
  position: relative;
}

.plan-section {
  width: 100%;
  height: 100vh;
  padding: 40px var(--_sizes---section--padding-section);
  position: sticky;
  top: 0;
  overflow: hidden;
}

.plan-container {
  height: 100%;
  max-width: var(--_sizes---container--max-width);
}

.plan-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.plan-heading {
  height: 30%;
  color: var(--neutral-color--n-500);
  font-size: 160px;
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-small);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
}

.plan-inner-block {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 30%;
  padding-top: 40px;
  display: flex;
}

.plan-flex-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.plan-flex-1._2nd {
  border-right: 1px none var(--neutral-color--n-400);
  border-left: 1px solid var(--neutral-color--n-400);
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
}

.plan-flex-1._3rd {
  border-left: 1px solid var(--neutral-color--n-400);
  padding-left: 60px;
}

.plan-flex-1._1st {
  padding-right: 60px;
}

.plan-text-1 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h1);
  line-height: var(--_typography---height-1);
  text-transform: uppercase;
}

.plan-text-2 {
  max-width: 372px;
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b1);
  line-height: var(--_typography---height-1-4);
}

.plan-text-2._2nd {
  max-width: 260px;
}

.plan-image-block {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 40%;
  display: flex;
  position: relative;
}

.plan-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.event-section {
  width: 100%;
  height: 100vh;
  padding: 100px var(--_sizes---section--padding-section);
  position: sticky;
  top: 0;
  overflow: hidden;
}

.plan-scroll-block {
  width: 100%;
  height: 400vh;
  position: relative;
}

.event-container {
  height: 100%;
  max-width: var(--_sizes---container--max-width);
}

.event-block {
  width: 100%;
  height: 100%;
  display: flex;
}

.event-inner-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.event-image {
  object-fit: cover;
  width: 50%;
  height: 100%;
}

.event-image-block {
  width: 100%;
  height: 638px;
  display: flex;
  position: relative;
}

.event-flex-1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.event-heading {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h1);
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-small);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.event-flex-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.event-text-1 {
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b1);
  line-height: var(--_typography---height-1-4);
}

.button-primary {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---bodytext--b1);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-primary.event {
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-large);
}

.button-primary.cta {
  color: var(--neutral-color--n-100);
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-large);
  background-color: #0000;
  flex: none;
  padding: 0;
}

.button-primary._404 {
  color: var(--neutral-color--n-100);
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-large);
}

.button-primary._404:hover {
  color: red;
}

.button-primary.sg {
  color: var(--neutral-color--n-500);
}

.button-primary-icon {
  width: 1em;
  height: 1em;
}

.button-primary-icon._2nd {
  margin-left: -1em;
}

.button-primary-icon.hover {
  transform: translate(1em);
}

.button-primary-text {
  margin-left: 10px;
  margin-right: 10px;
}

.button-primary-text.sg.hover {
  transform: translate(1em);
}

.event-scroll-block {
  width: 100%;
  height: 300vh;
  position: relative;
}

.testimonial-section {
  width: 100%;
  height: 100vh;
  padding: 40px var(--_sizes---section--padding-section);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.testimonial-container {
  width: 100%;
  height: 100%;
  max-width: var(--_sizes---container--max-width);
  position: relative;
}

.testimonial-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.testimonial-heading {
  max-width: 880px;
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h2);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.1em;
}

.testimonial-heading._1 {
  line-height: var(--_typography---height-1-1);
  font-weight: var(--_typography---weight-small);
}

.testimonial-heading._2, .testimonial-heading._3 {
  opacity: 0;
  line-height: var(--_typography---height-1-1);
  font-weight: var(--_typography---weight-small);
  position: absolute;
  top: 0;
}

.testimonial-heading-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-inner-block {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-text-1 {
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--background-color--bg-100);
  font-size: var(--_typography---bodytext--b2);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1em;
}

.testimonial-text-1._1 {
  line-height: var(--_typography---height-1);
}

.testimonial-text-1._2, .testimonial-text-1._3 {
  opacity: 0;
  line-height: var(--_typography---height-1);
  position: absolute;
  top: 0;
}

.testimonial-text-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-circle {
  border: 3px solid var(--neutral-color--n-100);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1500px;
  height: 1500px;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.testimonial-flex-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: absolute;
  transform: rotate(0);
}

.testimonial-flex-1._2nd {
  transform: rotate(50deg);
}

.testimonial-flex-1._3rd {
  transform: rotate(100deg);
}

.testimonial-flex-1._4th {
  transform: rotate(-50deg);
}

.testimonial-flex-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 36px;
  display: flex;
  transform: translate(0, -100%);
}

.testimonial-text-2 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h5);
  text-transform: uppercase;
  line-height: 1em;
}

.testimonial-text-2.hidden {
  opacity: .4;
  line-height: var(--_typography---height-1);
}

.testimonial-text-2._1, .testimonial-text-2._2, .testimonial-text-2._3 {
  line-height: var(--_typography---height-1);
}

.testimonial-count-line {
  background-color: var(--neutral-color--n-100);
  width: 3px;
  height: 25px;
  position: absolute;
  top: 0;
  transform: translate(0, -100%);
}

.testimonial-circle-block {
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1500px;
  height: 1500px;
  display: flex;
  position: absolute;
  bottom: -142vh;
  transform: rotate(0);
}

.testimonial-scroll-block {
  width: 100%;
  height: 700vh;
  position: relative;
}

.testimonial-background {
  background-color: var(--neutral-color--n-500);
  border-radius: 100%;
  width: 3000px;
  height: 3000px;
  position: absolute;
}

.testimonial-text-3 {
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b2);
  line-height: var(--_typography---height-1);
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
}

.cta-section {
  width: 100%;
  height: 100vh;
  padding: 40px var(--_sizes---section--padding-section);
  background-color: var(--neutral-color--n-500);
  position: sticky;
  top: 0;
  overflow: hidden;
}

.cta-container {
  height: 100%;
  max-width: var(--_sizes---container--max-width);
}

.cta-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.cta-inner-block-1 {
  border-bottom: 1px solid var(--neutral-color--n-200);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.cta-heading {
  max-width: 450px;
  color: var(--neutral-color--n-100);
  font-size: 140px;
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-small);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.cta-text-1 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h2);
  line-height: var(--_typography---height-1);
}

.cta-inner-block-2 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.cta-flex-1 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta-text-2 {
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b2);
  line-height: var(--_typography---height-1);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cta-link {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h5);
  line-height: var(--_typography---height-1);
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.cta-link:hover {
  opacity: .5;
  color: red;
}

.cta-form-block {
  width: 500px;
  margin-bottom: 0;
}

.cta-form {
  border-bottom: 1px solid var(--neutral-color--n-200);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.cta-text-field {
  width: 100%;
  height: auto;
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b1);
  background-color: #fff0;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0 10px 0 0;
  line-height: 1em;
}

.cta-text-field::placeholder {
  text-transform: uppercase;
}

.footer-section {
  width: 100%;
  height: 100vh;
  padding: 100px var(--_sizes---section--padding-section) 40px;
  background-color: var(--background-color--bg-100);
  position: relative;
  overflow: hidden;
}

.footer-container {
  height: 100%;
  max-width: var(--_sizes---container--max-width);
}

.footer-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer-inner-block-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-heading {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h1);
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-small);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-flex-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-text-1 {
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---heading--h6);
  line-height: var(--_typography---height-1);
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.footer-menu-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link {
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---bodytext--b1);
  line-height: var(--_typography---height-1);
  text-transform: uppercase;
  text-decoration: none;
}

.footer-link:hover {
  color: red;
}

.footer-inner-block-2 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer-image-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-image-block {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 350px;
  display: flex;
  overflow: hidden;
}

.footer-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer-flex-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-text-2 {
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---bodytext--b1);
  line-height: var(--_typography---height-1);
  text-transform: uppercase;
}

.cta-scroll-block {
  grid-column-gap: 80vh;
  grid-row-gap: 80vh;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

._404-section {
  width: 100%;
  height: 100vh;
  padding: 60px var(--_sizes---section--padding-section);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

._404-container {
  width: 100%;
  height: 100%;
  max-width: var(--_sizes---container--max-width);
  position: relative;
}

._404-block {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

._404-image {
  filter: brightness(50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

._404-inner-block-1 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._404-text-1 {
  max-width: 330px;
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b1);
  line-height: var(--_typography---height-1-4);
  text-transform: uppercase;
}

._404-heading {
  max-width: 660px;
  color: var(--neutral-color--n-100);
  font-size: 200px;
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-small);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

._404-inner-block-2 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.hero-style-section {
  width: 100%;
  padding: 80px var(--_sizes---section--padding-section) 60px;
}

.hero-style-container {
  max-width: 900px;
}

.hero-style-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-style-heading {
  color: var(--neutral-color--n-500);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 160px;
  font-weight: 400;
  line-height: 1em;
}

.hero-style-text {
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b1);
  text-align: center;
  line-height: 1.4em;
}

.license-section {
  width: 100%;
  padding: 80px var(--_sizes---section--padding-section) 220px;
}

.license-container {
  max-width: 900px;
}

.license-block {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.license-inner-block {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.license-heading {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h1);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
}

.license-text-1 {
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b1);
  text-align: center;
  line-height: 1.4em;
}

.license-link {
  color: var(--neutral-color--n-400);
}

.license-image-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

.license-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.sg-section {
  width: 100%;
  padding: 80px var(--_sizes---section--padding-section) 220px;
}

.sg-container {
  max-width: 900px;
}

.sg-block {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.sg-inner-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sg-heading {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h1);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
}

.sg-flex-1 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.sg-flex-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sg-flex-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.sg-text-1 {
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b2);
  line-height: 1em;
}

.sg-color {
  background-color: var(--background-color--bg-100);
  width: 100%;
  height: 80px;
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---bodytext--b2);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  display: flex;
}

.sg-color.neutral-100 {
  background-color: var(--neutral-color--n-100);
}

.sg-color.neutral-200 {
  background-color: var(--neutral-color--n-200);
}

.sg-color.neutral-300 {
  background-color: var(--neutral-color--n-300);
}

.sg-color.neutral-400 {
  background-color: var(--neutral-color--n-400);
  color: var(--neutral-color--n-100);
}

.sg-color.neutral-500 {
  background-color: var(--neutral-color--n-500);
  color: var(--neutral-color--n-100);
}

.sg-color-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.sg-bodytext-1 {
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---bodytext--b1);
  line-height: 1em;
}

.sg-bodytext-2 {
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---bodytext--b2);
  line-height: 1em;
}

.sg-bodytext-3 {
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---bodytext--b3);
  line-height: 1em;
}

.sg-bodytext-4 {
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---bodytext--b4);
  line-height: 1em;
}

.license-flex-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.license-text-2 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---bodytext--b1);
  line-height: 1em;
}

.license-text-3 {
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b2);
  line-height: 1em;
}

.single-hero-section {
  width: 100%;
  padding: 60px var(--_sizes---section--padding-section);
  overflow: hidden;
}

.single-hero-container {
  max-width: var(--_sizes---container--max-width);
}

.single-hero-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.single-hero-heading {
  max-width: 800px;
  font-size: 160px;
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-small);
  text-align: center;
  text-transform: uppercase;
}

.single-hero-inner-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.single-hero-text {
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b1);
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-small);
  text-transform: uppercase;
}

.single-hero-image {
  object-fit: cover;
  width: 100%;
  height: 800px;
}

.single-section {
  width: 100%;
  padding: 100px var(--_sizes---section--padding-section) 220px;
  overflow: hidden;
}

.single-container {
  max-width: 900px;
}

.single-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.single-inner-block {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.single-flex-1 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.single-text-1 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h3);
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-small);
  text-transform: uppercase;
}

.single-text-2 {
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b1);
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-small);
}

.single-vertical-line {
  background-color: var(--neutral-color--n-400);
  width: 1px;
}

.single-horizontal-line {
  background-color: var(--neutral-color--n-400);
  width: 100%;
  height: 1px;
}

.single-value {
  font-family: var(--_typography---font-family--font-bodytext);
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b1);
  line-height: var(--_typography---height-1-4);
  font-weight: var(--_typography---weight-small);
}

.single-image {
  object-fit: cover;
  width: 100%;
  height: 550px;
}

.work-trigger, .plan-trigger {
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: auto auto 0% 0%;
}

.body {
  color: var(--n-333);
  font-size: var(--_typography---w-block);
  line-height: var(--_typography---h-block);
  font-weight: var(--_typography---weight-small);
}

.text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  line-height: var(--_typography---height-1);
}

.body-2 {
  color: var(--n-333);
  font-size: var(--_typography---w-block);
  line-height: var(--_typography---h-block);
  font-weight: var(--_typography---weight-small);
}

@media screen and (max-width: 991px) {
  body {
    --_typography---font-family--font-heading: "Special Gothic Condensed One", sans-serif;
    --_typography---heading--h1: 84px;
    --_typography---heading--h2: 72px;
    --_typography---heading--h3: 60px;
    --_typography---heading--h4: 48px;
    --_typography---heading--h5: 36px;
    --_typography---heading--h6: 24px;
    --_typography---font-family--font-bodytext: "Open Sans", sans-serif;
    --_typography---bodytext--b1: 24px;
    --_typography---bodytext--b2: 18px;
    --_typography---height-1-1: 1.1em;
    --_typography---bodytext--b3: 16px;
    --_typography---bodytext--b4: 14px;
    --_typography---weight-large: 600;
    --_sizes---section--padding-section: 60px;
    --_sizes---container--max-width: 1400px;
  }

  .navbar-block {
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }

  .navbar-menu-block {
    background-color: var(--background-color--bg-100);
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    position: absolute;
    bottom: 0%;
    overflow: hidden;
    transform: translate(0, 118%);
  }

  .navbar-menu-block._2nd {
    background-color: var(--neutral-color--n-500);
  }

  .navbar-link {
    color: var(--neutral-color--n-500);
  }

  .navbar-link.first {
    margin-top: 30px;
  }

  .navbar-link.first.last._2nd {
    color: var(--neutral-color--n-100);
  }

  .navbar-link.last {
    margin-bottom: 30px;
  }

  .navbar-text-1 {
    display: none;
  }

  .navbar-menu-icon {
    cursor: pointer;
    object-fit: contain;
    width: 38px;
    height: 20px;
    display: block;
  }

  .navbar-menu-icon.close {
    display: none;
  }

  .hero-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .hero-inner-block {
    position: static;
    bottom: 0;
  }

  .hero-heading {
    max-width: 648px;
    font-size: 94px;
    line-height: var(--_typography---height-1-1);
  }

  .hero-load-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    font-size: 290px;
  }

  .about-flex-1 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .about-heading {
    font-size: 74px;
  }

  .about-image {
    width: 166px;
    height: 220px;
  }

  .about-text-1 {
    max-width: 223px;
    font-size: var(--_typography---bodytext--b3);
  }

  .exhibition-text-1 {
    font-size: var(--_typography---bodytext--b2);
  }

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

  .exhibition-heading {
    max-width: 360px;
    font-size: var(--_typography---heading--h2);
  }

  .work-heading {
    max-width: 400px;
    font-size: var(--_typography---heading--h3);
  }

  .work-collection-list {
    grid-column-gap: 78px;
    grid-row-gap: 78px;
    flex-flow: column;
  }

  .work-item-image {
    height: 180px;
  }

  .work-item-title {
    inset: 0% auto auto 0%;
    transform: translate(0, -1.3em)rotate(0);
  }

  .work-item-creator {
    width: auto;
    inset: auto 0% 0% auto;
    transform: translate(0, 1.4em)rotate(0);
  }

  .work-item-year {
    bottom: 40%;
  }

  .plan-heading {
    height: 14%;
    font-size: 78px;
  }

  .plan-inner-block {
    height: 20%;
    padding-top: 30px;
  }

  .plan-flex-1._2nd {
    padding-left: 40px;
    padding-right: 20px;
  }

  .plan-flex-1._3rd {
    padding-left: 40px;
  }

  .plan-flex-1._1st {
    padding-right: 20px;
  }

  .plan-text-1 {
    font-size: var(--_typography---heading--h5);
  }

  .plan-text-2 {
    font-size: var(--_typography---bodytext--b3);
  }

  .plan-text-2._2nd {
    max-width: 104px;
  }

  .plan-image-block {
    height: 66%;
  }

  .event-inner-block {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .event-image-block {
    height: 900px;
  }

  .event-flex-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .event-heading {
    font-size: var(--_typography---heading--h3);
  }

  .event-flex-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .event-text-1, .button-primary.event, .button-primary.cta, .button-primary._404, .button-primary.sg {
    font-size: var(--_typography---bodytext--b2);
  }

  .testimonial-heading {
    max-width: 648px;
    font-size: var(--_typography---heading--h3);
  }

  .testimonial-text-1 {
    font-size: var(--_typography---bodytext--b3);
  }

  .testimonial-circle {
    border-width: 2px;
    width: 850px;
    height: 850px;
  }

  .testimonial-flex-2 {
    padding-bottom: 30px;
  }

  .testimonial-text-2 {
    font-size: 30px;
  }

  .testimonial-count-line {
    width: 2px;
    height: 20px;
  }

  .testimonial-circle-block {
    width: 850px;
    height: 850px;
    bottom: -71vh;
  }

  .testimonial-background {
    width: 1500px;
    height: 1500px;
  }

  .cta-heading {
    max-width: 257px;
    font-size: 78px;
  }

  .cta-text-1 {
    font-size: var(--_typography---heading--h5);
  }

  .cta-text-2 {
    font-size: var(--_typography---bodytext--b3);
    margin-bottom: 10px;
  }

  .cta-link {
    font-size: var(--_typography---bodytext--b1);
  }

  .cta-form-block {
    width: 340px;
  }

  .cta-text-field {
    font-size: var(--_typography---bodytext--b2);
  }

  .footer-heading {
    font-size: var(--_typography---heading--h3);
  }

  .footer-flex-1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-text-1 {
    font-size: var(--_typography---bodytext--b3);
    letter-spacing: 2.7px;
  }

  .footer-menu-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
  }

  .footer-link {
    font-size: var(--_typography---bodytext--b2);
  }

  .footer-link._2nd {
    font-size: var(--_typography---bodytext--b3);
  }

  .footer-inner-block-2 {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
  }

  .footer-image-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-flex-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-text-2 {
    font-size: var(--_typography---bodytext--b3);
    text-align: center;
    order: 9999;
    line-height: 1.4em;
  }

  ._404-text-1 {
    max-width: 274px;
    font-size: var(--_typography---bodytext--b2);
  }

  ._404-heading {
    max-width: 396px;
    font-size: 124px;
  }

  .hero-style-block {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .hero-style-heading {
    font-size: 120px;
  }

  .hero-style-text {
    font-size: var(--_typography---bodytext--b2);
  }

  .license-block {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

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

  .license-heading {
    font-size: var(--_typography---heading--h3);
  }

  .license-text-1 {
    font-size: var(--_typography---bodytext--b2);
  }

  .license-image {
    height: 200px;
  }

  .sg-block {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .sg-heading {
    font-size: var(--_typography---heading--h3);
  }

  .sg-flex-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .sg-text-1 {
    font-size: var(--_typography---bodytext--b3);
  }

  .sg-color {
    height: 70px;
    font-size: var(--_typography---bodytext--b4);
  }

  .single-hero-heading {
    max-width: 502px;
    font-size: 110px;
  }

  .single-hero-text {
    font-size: var(--_typography---bodytext--b2);
  }

  .single-hero-image {
    height: 500px;
  }

  .single-block {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .single-flex-1 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .single-text-1 {
    font-size: var(--_typography---heading--h5);
  }

  .single-text-2 {
    font-size: var(--_typography---bodytext--b3);
  }

  .single-value {
    font-size: var(--_typography---bodytext--b2);
  }

  .single-image {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---font-family--font-heading: "Special Gothic Condensed One", sans-serif;
    --_typography---heading--h1: 84px;
    --_typography---heading--h2: 72px;
    --_typography---heading--h3: 60px;
    --_typography---heading--h4: 48px;
    --_typography---heading--h5: 36px;
    --_typography---heading--h6: 24px;
    --_typography---font-family--font-bodytext: "Open Sans", sans-serif;
    --_typography---bodytext--b1: 24px;
    --_typography---bodytext--b2: 18px;
    --_typography---height-1-1: 1.1em;
    --_typography---bodytext--b3: 16px;
    --_typography---bodytext--b4: 14px;
    --_typography---weight-large: 600;
    --_sizes---section--padding-section: 40px;
    --_sizes---container--max-width: 1400px;
  }

  .hero-block {
    grid-column-gap: 280px;
    grid-row-gap: 280px;
  }

  .hero-heading {
    max-width: 488px;
    font-size: 70px;
  }

  .hero-text-1 {
    font-size: var(--_typography---bodytext--b3);
  }

  .hero-load-block {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    font-size: 216px;
  }

  .about-inner-block {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
  }

  .about-flex-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .about-image {
    width: 100%;
  }

  .exhibition-heading {
    max-width: 290px;
    font-size: var(--_typography---heading--h3);
  }

  .work-heading {
    max-width: 324px;
    font-size: var(--_typography---heading--h4);
  }

  .work-item-title, .work-item-creator {
    font-size: var(--_typography---bodytext--b4);
  }

  .work-item-year {
    font-size: var(--_typography---heading--h3);
    right: -67px;
  }

  .plan-heading {
    height: 11%;
    font-size: 58px;
  }

  .plan-inner-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 40%;
  }

  .plan-flex-1 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .plan-flex-1._2nd {
    border-left-style: none;
    border-right-style: none;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .plan-flex-1._3rd {
    border-left-style: none;
    padding-left: 0;
  }

  .plan-flex-1._1st {
    padding-right: 0;
  }

  .plan-text-1 {
    font-size: var(--_typography---heading--h6);
  }

  .plan-text-2 {
    max-width: 272px;
    font-size: var(--_typography---bodytext--b4);
    text-align: center;
  }

  .plan-text-2._2nd {
    max-width: 158px;
  }

  .plan-image-block {
    height: 49%;
  }

  .event-heading {
    font-size: var(--_typography---heading--h4);
  }

  .testimonial-section {
    padding-top: 60px;
  }

  .testimonial-heading {
    max-width: 488px;
    font-size: var(--_typography---heading--h4);
  }

  .testimonial-text-1 {
    font-size: var(--_typography---bodytext--b4);
  }

  .testimonial-circle {
    width: 650px;
    height: 650px;
  }

  .testimonial-circle-block {
    width: 650px;
    height: 650px;
    bottom: -50vh;
  }

  .testimonial-background {
    width: 1200px;
    height: 1200px;
  }

  .testimonial-text-3 {
    font-size: var(--_typography---bodytext--b3);
  }

  .cta-inner-block-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cta-heading {
    text-align: center;
    max-width: none;
  }

  .cta-inner-block-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cta-flex-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .cta-form-block {
    width: 100%;
  }

  .footer-inner-block-1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .footer-link {
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
  }

  .footer-link:hover {
    opacity: .5;
  }

  ._404-block {
    justify-content: center;
    align-items: center;
  }

  ._404-inner-block-1 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  ._404-text-1 {
    text-align: center;
  }

  ._404-heading {
    text-align: center;
    font-size: 110px;
  }

  ._404-inner-block-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-style-section {
    padding-top: 60px;
  }

  .hero-style-heading {
    font-size: 108px;
  }

  .hero-style-text {
    font-size: var(--_typography---bodytext--b3);
  }

  .license-block {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

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

  .license-heading {
    font-size: var(--_typography---heading--h4);
  }

  .license-text-1 {
    font-size: var(--_typography---bodytext--b3);
  }

  .license-image {
    height: 170px;
  }

  .sg-block {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .sg-heading {
    font-size: var(--_typography---heading--h4);
  }

  .sg-text-1 {
    font-size: var(--_typography---bodytext--b4);
  }

  .sg-color {
    height: 60px;
  }

  .license-flex-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .license-text-2 {
    font-size: var(--_typography---bodytext--b2);
  }

  .license-text-3 {
    font-size: var(--_typography---bodytext--b3);
  }

  .single-hero-heading {
    max-width: 380px;
    font-size: 84px;
  }

  .single-hero-text {
    font-size: var(--_typography---bodytext--b3);
  }

  .single-hero-image {
    height: 300px;
  }

  .single-block {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .single-flex-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .single-text-1 {
    font-size: var(--_typography---heading--h6);
  }

  .single-text-2 {
    font-size: var(--_typography---bodytext--b4);
  }

  .single-value {
    font-size: var(--_typography---bodytext--b3);
  }

  .single-image {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---font-family--font-heading: "Special Gothic Condensed One", sans-serif;
    --_typography---heading--h1: 84px;
    --_typography---heading--h2: 72px;
    --_typography---heading--h3: 60px;
    --_typography---heading--h4: 48px;
    --_typography---heading--h5: 36px;
    --_typography---heading--h6: 24px;
    --_typography---font-family--font-bodytext: "Open Sans", sans-serif;
    --_typography---bodytext--b1: 24px;
    --_typography---bodytext--b2: 18px;
    --_typography---height-1-1: 1.1em;
    --_typography---bodytext--b3: 16px;
    --_typography---bodytext--b4: 14px;
    --_typography---weight-large: 600;
    --_sizes---section--padding-section: 30px;
    --_sizes---container--max-width: 1400px;
  }

  h1 {
    font-size: 76px;
  }

  h2 {
    font-size: 70px;
  }

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

  .navbar-link {
    font-size: var(--_typography---bodytext--b2);
  }

  .hero-inner-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .hero-heading {
    max-width: 260px;
    font-size: 58px;
  }

  .hero-text-1 {
    font-size: var(--_typography---bodytext--b4);
  }

  .hero-load-block {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    font-size: 126px;
  }

  .about-heading {
    font-size: 46px;
  }

  .about-text-1 {
    font-size: var(--_typography---bodytext--b4);
  }

  .exhibition-text-1 {
    font-size: var(--_typography---bodytext--b3);
  }

  .exhibition-heading {
    max-width: 240px;
    font-size: var(--_typography---heading--h4);
  }

  .work-heading {
    max-width: 240px;
    font-size: var(--_typography---heading--h5);
  }

  .work-item-year {
    font-size: var(--_typography---heading--h5);
    bottom: 61%;
    right: -38px;
  }

  .plan-heading {
    height: 16%;
    font-size: var(--_typography---heading--h4);
    white-space: normal;
  }

  .plan-text-2 {
    color: var(--neutral-color--n-400);
  }

  .plan-image-block {
    height: 44%;
  }

  .event-heading {
    font-size: 34px;
  }

  .event-text-1, .button-primary.event {
    font-size: var(--_typography---bodytext--b3);
  }

  .button-primary.cta {
    font-size: var(--_typography---bodytext--b4);
  }

  .button-primary._404, .button-primary.sg {
    font-size: var(--_typography---bodytext--b3);
  }

  .button-primary-text.event, .button-primary-text.cta, .button-primary-text._404, .button-primary-text.sg {
    margin-left: 6px;
    margin-right: 6px;
  }

  .testimonial-heading {
    max-width: 260px;
    font-size: 40px;
  }

  .testimonial-inner-block {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .testimonial-circle {
    border-width: 1px;
    width: 500px;
    height: 500px;
  }

  .testimonial-flex-2 {
    padding-bottom: 26px;
  }

  .testimonial-text-2 {
    font-size: 24px;
  }

  .testimonial-text-2.hidden, .testimonial-text-2._1, .testimonial-text-2._2, .testimonial-text-2._3 {
    font-size: var(--_typography---heading--h6);
  }

  .testimonial-count-line {
    height: 16px;
  }

  .testimonial-circle-block {
    width: 500px;
    height: 500px;
    bottom: -30vh;
  }

  .testimonial-background {
    width: 1000px;
    height: 1000px;
  }

  .testimonial-text-3 {
    font-size: var(--_typography---bodytext--b4);
  }

  .cta-inner-block-1 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .cta-heading {
    font-size: 40px;
  }

  .cta-text-1 {
    font-size: var(--_typography---bodytext--b1);
  }

  .cta-flex-1 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .cta-text-2 {
    font-size: var(--_typography---bodytext--b4);
  }

  .cta-link {
    font-size: var(--_typography---bodytext--b2);
  }

  .cta-text-field {
    font-size: var(--_typography---bodytext--b4);
  }

  .footer-section {
    padding-top: 40px;
  }

  .footer-inner-block-1 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    margin-bottom: 20px;
  }

  .footer-heading {
    font-size: var(--_typography---heading--h4);
  }

  .footer-text-1 {
    font-size: var(--_typography---bodytext--b4);
    letter-spacing: 1px;
  }

  .footer-menu-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .footer-link {
    font-size: var(--_typography---bodytext--b3);
  }

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

  .footer-image-block {
    height: 120px;
  }

  .footer-flex-2 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .footer-text-2 {
    line-height: var(--_typography---height-1-4);
  }

  ._404-inner-block-1 {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  ._404-text-1 {
    font-size: var(--_typography---bodytext--b3);
  }

  ._404-heading {
    font-size: 82px;
  }

  ._404-inner-block-2 {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .hero-style-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .hero-style-heading {
    font-size: 60px;
  }

  .hero-style-text {
    font-size: var(--_typography---bodytext--b4);
  }

  .license-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .license-inner-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .license-heading {
    font-size: var(--_typography---heading--h5);
  }

  .license-text-1 {
    font-size: var(--_typography---bodytext--b4);
  }

  .license-image-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .license-image {
    height: 130px;
  }

  .sg-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .sg-heading {
    font-size: var(--_typography---heading--h5);
  }

  .sg-flex-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .sg-color-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .single-hero-heading {
    max-width: none;
    font-size: 56px;
    line-height: var(--_typography---height-1);
    font-weight: var(--_typography---weight-small);
  }

  .single-hero-text {
    line-height: var(--_typography---height-1);
    font-weight: var(--_typography---weight-small);
  }

  .single-block {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .single-inner-block {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .single-flex-1 {
    justify-content: flex-start;
    align-items: center;
  }

  .single-text-1, .single-text-2 {
    line-height: var(--_typography---height-1);
    font-weight: var(--_typography---weight-small);
  }

  .single-vertical-line {
    display: none;
  }

  .single-value {
    font-size: var(--_typography---bodytext--b4);
  }
}

#w-node-_23a7a64f-6bc7-4643-f8d2-05b098e17559-45a042d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


