@font-face {
  font-family: 'MDNichrome';
  src: url('../fonts/MDNichromeRegular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --neutral-color--n-500: #080808;
  --_typography---font-family--font-family: "MDNichrome", sans-serif;
  --neutral-color--n-100: white;
  --_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---bodytext--b1: 18px;
  --_typography---height-1-3: 1.3em;
  --_typography---weight-medium: 500;
  --_typography---bodytext--b2: 16px;
  --_typography---height-1: 1em;
  --_typography---weight-large: 600;
  --_typography---height-1-5: 1.5em;
  --_typography---bodytext--b3: 14px;
  --_typography---height-1-2: 1.2em;
  --neutral-color--n-200: #e6e6e6;
  --_typography---height-1-4: 1.4em;
  --_typography---weight-extra-small: 300;
  --_typography---height-1-1: 1.1em;
  --neutral-color--n-300: #b4b4b4;
  --_typography---weight-small: 400;
  --neutral-color--n-400: #6a6a6a;
  --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(--neutral-color--n-500);
  font-family: var(--_typography---font-family--font-family);
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

::selection {
  background-color: #F13099;
  color: white;
}

::-moz-selection {
  background-color: #F13099;
  color: white;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

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

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

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

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

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

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

.navbar-hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
  background-color: var(--neutral-color--n-100);
}

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

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

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

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

.navbar-text-1 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b1);
  line-height: var(--_typography---height-1-3);
  font-weight: var(--_typography---weight-medium);
}

.navbar-menu-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.navbar-link:hover {
  opacity: .65;
  color: #F13099;
}

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

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

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

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

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

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

.hero-image-block {
  background-color: var(--neutral-color--n-100);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

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

.hero-image._1, .hero-image._2, .hero-image._3 {
  position: absolute;
}

.hero-heading {
  color: #F13099;
  font-size: 300px;
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-large);
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
}

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

.hero-text-1 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b1);
  line-height: var(--_typography---height-1-5);
  max-width: 232px;
}

.hero-text-1._3rd {
  text-align: right;
}

.hero-text-1._2nd {
  text-align: center;
  max-width: 316px;
}

.about-section {
  background-color: var(--neutral-color--n-100);
  padding: 80px var(--_sizes---section--padding-section);
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  overflow: hidden;
}

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

.about-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 150px;
}

.about-text-1 {
  color: #F13099;
  font-size: 36px;
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-medium);
}

.about-inner-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 15%;
  display: flex;
}

.about-heading {
  color: #F13099;
  font-size: 72px;
  line-height: var(--_typography---height-1-2);
  font-weight: var(--_typography---weight-medium);
  margin-top: 0;
  margin-bottom: 0;
}

.about-flex-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about-text-2 {
  color: rgba(241, 48, 153, 0.6);
  font-size: 28px;
  line-height: var(--_typography---height-1-4);
  max-width: 444px;
}

.about-text-2._2nd {
  align-self: flex-end;
}

.about-scroll-block {
  width: 100%;
  height: auto;
  position: relative;
}

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

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

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

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

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

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

.exhibition-flex-1._2nd {
  opacity: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.exhibition-text-3 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h1);
  line-height: var(--_typography---height-1-2);
  font-weight: var(--_typography---weight-medium);
  max-width: 550px;
}

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

.exhibition-flex-2._2nd {
  opacity: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.exhibition-text-4 {
  color: var(--neutral-color--n-200);
  font-size: var(--_typography---bodytext--b1);
  line-height: var(--_typography---height-1-4);
  text-align: right;
  max-width: 290px;
}

.exhibition-text-5 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h6);
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-medium);
  text-align: right;
}

.exhibition-flex-3 {
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  width: 220px;
  height: 150px;
  padding: 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.exhibition-text-6 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b3);
  line-height: var(--_typography---height-1);
  text-align: center;
  position: relative;
}

.exhibition-image-shadow-block {
  opacity: .6;
  background-image: radial-gradient(circle, #0000, #080808);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.exhibition-text-7 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b1);
  line-height: var(--_typography---height-1-3);
  font-weight: var(--_typography---weight-medium);
  text-align: center;
  max-width: 124px;
  position: relative;
}

.exhibition-background-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.exhibition-background-block::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F13099;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}

.exhibition-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.exhibition-background-shadow {
  opacity: 0;
  background-image: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.exhibition-scroll-block {
  width: 100%;
  height: 350vh;
  position: relative;
}

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

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

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

.work-collection-list-wrapper {
  flex: none;
  width: auto;
  height: 100%;
  position: relative;
}

.work-collection-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.work-collection-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: relative;
}

.work-collection-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 500px;
  background-color: #F13099;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}

.work-collection-item:nth-child(2n) {
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
}

.work-item-image {
  object-fit: cover;
  width: 420px;
  height: 500px;
}

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

.work-item-title {
  color: #F13099;
  font-size: var(--_typography---heading--h3);
  line-height: var(--_typography---height-1-1);
  max-width: 344px;
}

.work-item-creator {
  color: rgba(241, 48, 153, 0.6);
  font-size: var(--_typography---bodytext--b1);
  line-height: var(--_typography---height-1);
}

.work-item-flex-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-link-block {
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.work-background-text {
  color: #F13099;
  font-size: 200px;
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-medium);
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
}

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

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

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

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

.work-text-1 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h6);
  line-height: var(--_typography---height-1-3);
  max-width: 196px;
}

.plan-inner-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 18%;
  display: flex;
}

.plan-item-block {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.plan-item-text-1 {
  color: var(--neutral-color--n-100);
  font-size: 150px;
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-medium);
  text-transform: uppercase;
}

.plam-item-text-2 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b1);
  line-height: var(--_typography---height-1-4);
  text-align: right;
  max-width: 278px;
}

.plan-cursor {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  pointer-events: none;
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b1);
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff1a;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  line-height: 1.4em;
  display: flex;
  position: absolute;
}

.event-section {
  background-color: var(--neutral-color--n-100);
  padding: 40px var(--_sizes---section--padding-section);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

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

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

.event-background-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.event-background-block::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F13099;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}

.event-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.event-background-shadow {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
}

.event-text-1 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h6);
  line-height: var(--_typography---height-1);
  text-transform: uppercase;
}

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

.event-text-2 {
  color: var(--neutral-color--n-200);
  font-size: var(--_typography---bodytext--b1);
  line-height: var(--_typography---height-1-4);
  text-align: center;
}

.event-iframe-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 992px) {
  .event-iframe-container {
    width: 90%;
    max-width: 1200px;
  }
}

.event-item-image {
  object-fit: cover;
  width: 360px;
  height: 440px;
}

.event-item-block {
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.button-primary.footer {
  background-color: #0000;
  flex: none;
  padding: 0;
}

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

.button-primary-icon {
  width: 24px;
  height: 24px;
}

.button-primary-icon.sg.hover {
  transform: rotate(45deg);
}

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

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

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

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

.testimonial-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonial-text-1 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h6);
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-medium);
  flex: none;
}

.testimonial-inner-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 92%;
  display: flex;
}

.testimonial-text-2 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b1);
  line-height: var(--_typography---height-1);
  text-transform: uppercase;
  flex: none;
}

.testimonial-item-block {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonial-item-image-block {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.testimonial-item-flex-1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.testimonial-count {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h6);
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-medium);
  text-transform: uppercase;
}

.testimonial-count.total {
  color: var(--neutral-color--n-300);
}

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

.testimonial-count._2, .testimonial-count._3 {
  opacity: 0;
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-medium);
  position: absolute;
  left: 0;
}

.testimonial-count-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.testimonial-item-value {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h4);
  margin-left: 0;
  font-weight: 500;
  line-height: 1.2em;
}

.testimonial-item-value._1 {
  line-height: var(--_typography---height-1-2);
  font-weight: var(--_typography---weight-medium);
}

.testimonial-item-value._2, .testimonial-item-value._3 {
  opacity: 0;
  line-height: var(--_typography---height-1-2);
  font-weight: var(--_typography---weight-medium);
  position: absolute;
  inset: auto auto 0% 0%;
}

.testimonial-item-name {
  color: var(--neutral-color--n-300);
  font-size: var(--_typography---heading--h6);
  line-height: 1em;
}

.testimonial-item-name._1 {
  color: var(--neutral-color--n-200);
  line-height: var(--_typography---height-1);
}

.testimonial-item-name._2, .testimonial-item-name._3 {
  opacity: 0;
  color: var(--neutral-color--n-200);
  line-height: var(--_typography---height-1);
  white-space: nowrap;
  position: absolute;
  right: 0;
}

.testimonial-item-value-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -80px;
  display: flex;
  position: relative;
}

.testimonial-item-name-block {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

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

.footer-section {
  background-color: var(--neutral-color--n-100);
  padding: 80px var(--_sizes---section--padding-section);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.footer-block {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer-inner-block-1 {
  border-bottom: 1px solid #F13099;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.footer-text-1 {
  color: #F13099;
  font-size: var(--_typography---heading--h3);
  line-height: var(--_typography---height-1-1);
  font-weight: var(--_typography---weight-medium);
  text-transform: uppercase;
  max-width: 382px;
}

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

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

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

.footer-text-field::placeholder {
  color: #F13099;
  text-transform: uppercase;
}

.footer-form {
  border-bottom: 1px solid #F13099;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 16px;
  display: flex;
}

.footer-text-2 {
  color: #F13099;
  font-size: var(--_typography---bodytext--b1);
  line-height: var(--_typography---height-1-4);
  max-width: 600px;
}

.footer-inner-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 40px;
  gap: 40px;
  display: flex;
}

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

.footer-link {
  color: #F13099;
  font-size: var(--_typography---heading--h6);
  line-height: var(--_typography---height-1);
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

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

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

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

.footer-heading {
  color: #F13099;
  font-size: 200px;
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-medium);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-flex-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-flex-4 {
  border-bottom: 1px solid #F13099;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

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

.footer-text-3 {
  color: #F13099;
  font-size: var(--_typography---bodytext--b1);
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-medium);
  text-align: center;
  text-transform: uppercase;
}

.footer-cursor {
  opacity: 1;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  pointer-events: none;
  color: #F13099;
  font-size: var(--_typography---bodytext--b1);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000001a;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  line-height: 1.4em;
  display: flex;
  position: absolute;
}

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

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

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

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

._404-text-1 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h6);
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-medium);
}

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

._404-text-2 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h6);
  line-height: var(--_typography---height-1-4);
  font-weight: var(--_typography---weight-small);
  max-width: 362px;
}

._404-text-2._2nd {
  text-align: right;
}

._404-heading {
  color: var(--neutral-color--n-100);
  font-size: 300px;
  line-height: var(--_typography---height-1);
  font-weight: var(--_typography---weight-medium);
  text-align: center;
  white-space: nowrap;
  mix-blend-mode: difference;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

.license-block {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.license-text-1 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h6);
  font-weight: 500;
  line-height: 1em;
}

.license-flex-1 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 15%;
  display: flex;
}

.license-text-2 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h3);
  font-weight: 500;
  line-height: 1.3em;
}

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

.license-link {
  color: var(--neutral-color--n-100);
  text-underline-offset: 8px;
  text-decoration-thickness: 3px;
}

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

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

.license-flex-2 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  margin-top: 10px;
  display: flex;
}

.license-flex-3 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.license-text-3 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h1);
  line-height: .7em;
}

.license-flex-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.license-flex-4._2nd {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

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

.license-text-5 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h6);
  font-weight: 500;
  line-height: 1em;
}

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

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

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

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

.sg-text-1 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h6);
  font-weight: 500;
  line-height: 1em;
}

.sg-flex-1 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 15%;
  display: flex;
}

.sg-flex-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  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-2 {
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b2);
  line-height: 1em;
}

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

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

.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-bodytext-1 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b1);
  line-height: 1em;
}

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

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

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

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

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

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

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

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

.single-image {
  object-fit: cover;
  width: 100vw;
  max-width: none;
  height: 750px;
}

.single-inner-block {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.single-flex-1 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

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

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

.single-text-2 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h6);
  line-height: var(--_typography---height-1-4);
  font-weight: var(--_typography---weight-medium);
  max-width: 314px;
}

.single-flex-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.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 {
  line-height: var(--_typography---height-1-4);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  body {
    --_typography---font-family--font-family: "MDNichrome", 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---bodytext--b1: 18px;
    --_typography---height-1-3: 1.3em;
    --_typography---weight-medium: 500;
    --_typography---bodytext--b2: 16px;
    --_typography---height-1: 1em;
    --_typography---weight-large: 600;
    --_typography---height-1-5: 1.5em;
    --_typography---bodytext--b3: 14px;
    --_typography---height-1-2: 1.2em;
    --_typography---weight-extra-small: 300;
    --_typography---height-1-1: 1.1em;
    --_typography---weight-small: 400;
    --_sizes---section--padding-section: 60px;
    --_sizes---container--max-width: 1400px;
  }

  h1 {
    font-size: 66px;
  }

  h2 {
    font-size: 62px;
  }

  h3 {
    font-size: 56px;
  }

  .navbar-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .navbar-inner-block {
    justify-content: space-between;
    align-items: center;
  }

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

  .navbar-text-1 img {
    height: 70px !important;
    width: auto;
  }

  .navbar-menu-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.98);
    border-left: 3px solid #F13099;
    box-shadow: -10px 0 30px rgba(241, 48, 153, 0.2);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    transform: translate(0, 111%);
  }

  .navbar-link {
    color: #F13099;
    font-size: var(--_typography---heading--h5);
    padding: 16px 0;
  }

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

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

  .navbar-menu-icon {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    cursor: pointer;
    flex-flow: column;
    display: flex;
    padding: 12px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
  }

  .navbar-menu-icon:hover {
    background-color: rgba(241, 48, 153, 0.1);
  }

  .navbar-line {
    background-color: #F13099;
    border-radius: 2px;
    transform-origin: 100%;
    width: 35px;
    height: 3px;
    transition: all 0.3s ease;
  }

  .navbar-line._1, .navbar-line._2 {
    transform: rotate(0);
  }

  .hero-section {
    padding-top: 220px;
  }

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

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

  .hero-text-1._2nd {
    max-width: 260px;
  }

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

  .about-inner-block {
    padding-left: 0%;
  }

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

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

  .about-text-2 {
    font-size: var(--_typography---bodytext--b2);
    max-width: 278px;
  }

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

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

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

  .exhibition-flex-1._2nd {
    top: 0;
    bottom: auto;
    left: auto;
  }

  .exhibition-text-3 {
    font-size: var(--_typography---heading--h3);
    text-align: center;
    max-width: 346px;
  }

  .exhibition-flex-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .exhibition-flex-2._2nd {
    right: auto;
  }

  .exhibition-text-4 {
    color: var(--neutral-color--n-100);
    font-size: var(--_typography---bodytext--b1);
    text-align: center;
  }

  .exhibition-text-5 {
    font-size: var(--_typography---bodytext--b1);
  }

  .exhibition-flex-3 {
    align-self: center;
    width: 210px;
    height: 140px;
  }

  .exhibition-text-7 {
    max-width: 100%;
  }

  .exhibition-background-shadow {
    opacity: 100;
  }

  .work-item-image {
    width: 240px;
    height: 341px;
  }

  .work-collection-item::after {
    width: 240px;
    height: 341px;
  }

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

  .work-background-text {
    font-size: 150px;
  }

  .plan-block {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .work-text-1 {
    font-size: var(--_typography---bodytext--b1);
    max-width: 150px;
  }

  .plan-inner-block {
    padding-left: 0%;
  }

  .plan-item-text-1 {
    font-size: 104px;
  }

  .plam-item-text-2 {
    font-size: var(--_typography---bodytext--b2);
    max-width: 229px;
  }

  .plan-cursor {
    display: none;
  }

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

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

  .event-item-image {
    width: 170px;
    height: 220px;
  }

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

  .button-primary-icon.event, .button-primary-icon.footer, .button-primary-icon._404, .button-primary-icon.sg {
    width: 22px;
    height: 22px;
  }

  .testimonial-block {
    justify-content: space-between;
    align-items: center;
  }

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

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

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

  .testimonial-item-image-block {
    width: 303px;
  }

  .testimonial-count {
    font-size: var(--_typography---bodytext--b1);
  }

  .testimonial-item-value {
    font-size: var(--_typography---heading--h5);
  }

  .testimonial-item-name {
    font-size: var(--_typography---bodytext--b1);
  }

  .testimonial-item-name._3 {
    color: var(--neutral-color--n-200);
  }

  .footer-inner-block-1 {
    padding-bottom: 60px;
  }

  .footer-text-1 {
    font-size: var(--_typography---heading--h5);
    max-width: 222px;
  }

  .footer-text-1 img {
    height: 35px !important;
    width: auto;
  }

  .footer-logo {
    height: 70px !important;
    width: auto;
  }

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

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

  .footer-form {
    padding-bottom: 10px;
    justify-content: center !important;
  }

  .button-primary.footer {
    margin-left: 0 !important;
  }

  .footer-text-2 {
    font-size: var(--_typography---bodytext--b3);
    max-width: 364px;
  }

  .footer-inner-block-2 {
    padding-top: 60px;
  }

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

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

  .footer-heading {
    font-size: 112px;
  }

  .footer-flex-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
  }

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

  .footer-cursor {
    display: none;
  }

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

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

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

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

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

  .license-flex-1 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    padding-left: 0%;
  }

  .license-text-2, .license-text-2._2nd {
    font-size: var(--_typography---heading--h5);
  }

  .license-link {
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
  }

  .license-image-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .license-image {
    height: 260px;
  }

  .license-flex-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .license-flex-2._2nd {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .license-text-5 {
    font-size: var(--_typography---bodytext--b1);
  }

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

  .sg-flex-1 {
    padding-left: 0%;
  }

  .sg-color-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .hero-single-heading {
    font-size: 72px;
  }

  .single-image {
    height: 580px;
  }

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

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

  .single-text-2 {
    font-size: var(--_typography---bodytext--b1);
    max-width: 200px;
  }

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

  .single-image-2 {
    height: 360px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---font-family--font-family: "MDNichrome", 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---bodytext--b1: 18px;
    --_typography---height-1-3: 1.3em;
    --_typography---weight-medium: 500;
    --_typography---bodytext--b2: 16px;
    --_typography---height-1: 1em;
    --_typography---weight-large: 600;
    --_typography---height-1-5: 1.5em;
    --_typography---bodytext--b3: 14px;
    --_typography---height-1-2: 1.2em;
    --_typography---weight-extra-small: 300;
    --_typography---height-1-1: 1.1em;
    --_typography---weight-small: 400;
    --_sizes---section--padding-section: 40px;
    --_sizes---container--max-width: 1400px;
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 44px;
  }

  h4 {
    font-size: 40px;
  }

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

  .navbar-link {
    font-size: var(--_typography---heading--h6);
  }

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

  .hero-section {
    padding-top: 200px;
  }

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

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

  .hero-text-1 {
    font-size: var(--_typography---bodytext--b2);
    text-align: center;
    max-width: 218px;
  }

  .hero-text-1._3rd {
    text-align: center;
  }

  .hero-text-1._2nd {
    order: 9999;
    max-width: 294px;
  }

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

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

  .about-text-2._2nd {
    align-self: flex-start;
  }

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

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

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

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

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

  .exhibition-flex-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .exhibition-flex-3 {
    width: 180px;
    height: 120px;
  }

  .exhibition-text-6 {
    font-weight: 300;
  }

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

  .work-collection-list-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .work-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .work-collection-item {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .work-item-image {
    width: 210px;
    height: 256px;
  }

  .work-collection-item::after {
    width: 210px;
    height: 256px;
  }

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

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

  .work-item-flex-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .work-background-text {
    font-size: 94px;
  }

  .plan-item-text-1 {
    font-size: 72px;
  }

  .plam-item-text-2 {
    font-size: var(--_typography---bodytext--b3);
    max-width: 190px;
  }

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

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

  .event-item-image {
    width: 130px;
    height: 180px;
  }

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

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

  .button-primary-icon.event, .button-primary-icon.footer {
    width: 20px;
    height: 20px;
  }

  .button-primary-icon._404, .button-primary-icon.sg {
    width: 22px;
    height: 22px;
  }

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

  .testimonial-item-image-block {
    width: 100%;
    height: 60%;
  }

  .testimonial-item-image._1 {
    height: 100%;
  }

  .testimonial-item-flex-1 {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial-item-flex-2 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .testimonial-item-value {
    font-size: var(--_typography---heading--h5);
    text-align: center;
  }

  .testimonial-item-name._2, .testimonial-item-name._3 {
    right: auto;
  }

  .testimonial-item-value-block {
    margin-left: 0;
  }

  .testimonial-item-name-block {
    align-self: center;
  }

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

  .footer-text-1 {
    font-size: 28px;
    text-align: center;
    max-width: 100%;
  }

  .footer-text-1 img {
    height: 35px !important;
    width: auto;
  }

  .footer-logo {
    height: 60px !important;
    width: auto;
  }

  .footer-text-field {
    font-size: 16px;
  }

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

  .footer-text-2 {
    font-size: 16px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .footer-inner-block-2 {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    flex-flow: column;
  }

  .footer-link {
    font-size: 18px;
    text-align: center;
  }

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

  .footer-text-3 {
    font-size: 16px;
  }

  .footer-flex-4 {
    padding-bottom: 40px;
  }

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

  .footer-text-3 {
    line-height: 1.4em;
  }

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

  ._404-text-2 {
    text-align: center;
    max-width: 240px;
  }

  ._404-text-2._2nd {
    text-align: center;
  }

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

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

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

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

  .license-text-2, .license-text-2._2nd {
    font-size: var(--_typography---heading--h6);
  }

  .license-link {
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
  }

  .license-image-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .license-image {
    height: 190px;
  }

  .license-flex-2 {
    grid-column-gap: 80px;
    grid-row-gap: 34px;
    flex-flow: wrap;
  }

  .license-flex-3 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

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

  .license-flex-4 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .license-text-5 {
    font-size: var(--_typography---bodytext--b1);
  }

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

  .sg-flex-1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .sg-color-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-single-heading {
    font-size: 58px;
    line-height: 1.2em;
  }

  .single-image {
    height: 500px;
  }

  .single-inner-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .single-flex-1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
  }

  .single-flex-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .single-text-2 {
    font-size: var(--_typography---heading--h6);
    max-width: 100%;
  }

  .single-flex-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-block-3 {
    font-size: var(--_typography---bodytext--b2);
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---font-family--font-family: "MDNichrome", 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---bodytext--b1: 18px;
    --_typography---height-1-3: 1.3em;
    --_typography---weight-medium: 500;
    --_typography---bodytext--b2: 16px;
    --_typography---height-1: 1em;
    --_typography---weight-large: 600;
    --_typography---height-1-5: 1.5em;
    --_typography---bodytext--b3: 14px;
    --_typography---height-1-2: 1.2em;
    --_typography---weight-extra-small: 300;
    --_typography---height-1-1: 1.1em;
    --_typography---weight-small: 400;
    --_sizes---section--padding-section: 30px;
    --_sizes---container--max-width: 1400px;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .navbar-link {
    font-size: 22px;
  }

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

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

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

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

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

  .about-inner-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-heading {
    font-size: var(--_typography---heading--h6);
  }

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

  .exhibition-text-3 {
    font-size: var(--_typography---heading--h4);
    max-width: 100%;
  }

  .exhibition-text-4 {
    max-width: 100%;
  }

  .exhibition-text-6 {
    font-weight: var(--_typography---weight-extra-small);
  }

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

  .work-collection-list-wrapper {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .work-collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .work-collection-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .work-item-image {
    width: 120px;
    height: 176px;
  }

  .work-collection-item::after {
    width: 120px;
    height: 176px;
  }

  .work-item-title {
    font-size: var(--_typography---heading--h6);
    max-width: 126px;
  }

  .work-background-text {
    font-size: var(--_typography---heading--h1);
  }

  .plan-section {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .plan-container {
    height: 100%;
  }

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

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

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

  .plan-item-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .plam-item-text-2 {
    text-align: center;
  }

  .event-container {
    padding-bottom: 40px;
  }

  .event-text-1 {
    font-size: var(--_typography---bodytext--b2);
    margin-bottom: 20px;
  }

  .event-inner-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .event-text-2 {
    margin-top: 20px;
  }

  .event-item-image {
    width: 120px;
    max-width: none;
    height: 150px;
  }

  .event-item-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
  }

  .event-item-image-block {
    flex: none;
    width: 64%;
  }

  .event-item-image-block._1, .event-item-image-block._2, .event-item-image-block._3 {
    width: auto;
    height: auto;
  }

  .testimonial-inner-block {
    height: 88%;
  }

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

  .testimonial-item-flex-2 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .testimonial-item-value {
    font-size: var(--_typography---heading--h6);
  }

  .testimonial-item-name {
    font-size: var(--_typography---bodytext--b2);
  }

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

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

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

  .footer-flex-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

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

  .footer-menu-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-menu-block._2nd {
    justify-content: center;
    align-items: center;
  }

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

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

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

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

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

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

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

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

  .license-image {
    height: 130px;
  }

  .license-flex-2 {
    grid-row-gap: 26px;
  }

  .license-flex-2._2nd {
    grid-row-gap: 30px;
  }

  .license-text-3 {
    font-size: 50px;
    line-height: .8em;
  }

  .license-flex-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

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

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

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

  .hero-single-heading {
    font-size: 32px;
    line-height: var(--_typography---height-1-2);
  }

  .single-image {
    height: 380px;
  }

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

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

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

  .single-image-2 {
    height: 310px;
  }

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


