@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
* {
  margin: 0;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
a,
div,
footer,
h1,
h2,
h3,
header,
html,
img,
li,
nav,
p,
span,
ul {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  outline: none;
}
.char-w {
  margin-left: -1.3rem;
  padding-right: 0.9rem;
  display: inline-block;
  overflow: hidden;
}
.char-w .char {
  display: inline-block;
}
@media (max-width: 767px) {
  .char-w {
    margin-left: -1rem;
  }
}
.word-w {
  line-height: 1.2;
}
.word-w .word {
  display: inline-flex;
}
#case .u,
.sn,
#l-c {
  font-size: 22rem;
  letter-spacing: -1.2rem;
}
@media (max-width: 767px) {
  #case .u,
  .sn,
  #l-c {
    font-size: 11rem;
    letter-spacing: -0.7rem;
  }
}
.c-h {
  font-size: 21.5rem;
  letter-spacing: -1.2rem;
}
@media (max-width: 767px) {
  .c-h {
    font-size: 11rem;
    letter-spacing: -0.7rem;
  }
}
.p-hdl,
#mh,
#m-p {
  font-size: 11rem;
  letter-spacing: -0.5rem;
}
@media (max-width: 767px) {
  .p-hdl,
  #mh,
  #m-p {
    font-size: 6.4rem;
    letter-spacing: -0.3rem;
  }
}
.sw-n {
  font-size: 10rem;
  letter-spacing: -0.5rem;
}
@media (max-width: 767px) {
  .sw-n {
    font-size: 5.4rem;
    letter-spacing: -0.25rem;
  }
}
.next-item span,
.ro-m,
.sw-index,
.ct-n {
  font-size: 5.4rem;
  letter-spacing: -0.25rem;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .next-item span,
  .ro-m,
  .sw-index,
  .ct-n {
    font-size: 4.8rem;
    letter-spacing: -0.2rem;
  }
}
body {
  font-size: 1.8rem;
  letter-spacing: -0.09rem;
}
@media (max-width: 767px) {
  body {
    font-size: 2.4rem;
    letter-spacing: -0.07rem;
  }
}
@font-face {
  font-family: Roobert;
  src: url(fonts/Roobert-Medium.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  line-height: 1;
  font-size: 0.5208333333vw;
  background-color: #e9e9e9;
}
@media (max-width: 767px) {
  html {
    font-size: 1.2077294686vw;
  }
}
body {
  color: #0e0e0e;
  font-family: Roobert, sans-serif;
  font-weight: 500;
  background-color: inherit;
  overscroll-behavior: none;
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
canvas {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  z-index: 1;
}
body.no-blob #gl {
  opacity: 0;
}
section {
  margin-bottom: 20rem;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  section {
    padding: 0 3rem;
  }
}
.page section:last-child {
  margin: 0;
}
a {
  color: inherit;
}
#app {
  position: relative;
  min-height: 100%;
  width: 100%;
}
.page {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 2;
}
#loader {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 4rem;
  opacity: 1;
  transition: opacity 0.4s ease;
  background-color: #000;
}
#loader.is-hidden {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  #loader {
    padding: 3rem;
  }
}
#l-c {
  color: #eaeaea;
}
#nav {
  width: 100%;
  z-index: 99;
  position: fixed;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 2rem;
  align-items: flex-start;
  padding: 4rem 4rem 0;
  mix-blend-mode: difference;
}
@media (max-width: 767px) {
  #nav {
    display: grid;
    grid-template-columns: 1fr auto;
    row-gap: 2rem;
    padding: 3rem;
  }
}
.a-l {
  color: #f1f1f1;
}
.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #f1f1f1;
  cursor: pointer;
}
.ham {
  width: 8rem;
  height: 8rem;
  -webkit-tap-highlight-color: transparent;
}
.ham .line {
  fill: none;
  stroke: currentColor;
  stroke-width: 6;
  stroke-linecap: round;
  transition: stroke-dasharray 0.8s ease, stroke-dashoffset 0.8s ease;
}
.ham3 .top {
  stroke-dasharray: 40 130;
}
.ham3 .middle {
  stroke-dasharray: 40 140;
}
.ham3 .bottom {
  stroke-dasharray: 40 205;
}
.ham3.active .top {
  stroke-dasharray: 75 130;
  stroke-dashoffset: -63px;
}
.ham3.active .middle {
  stroke-dashoffset: -102px;
}
.ham3.active .bottom {
  stroke-dasharray: 110 205;
  stroke-dashoffset: -86px;
}
#n-r a,
.ro-s a {
  position: relative;
  display: inline-block;
}
#n-r a::after,
.ro-s a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.2em;
  height: 4px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 1.2s cubic-bezier(0.12, 0.8, 0.2, 1);
}
#n-r a:hover::after,
#n-r a:focus-visible::after,
.ro-s a:hover::after,
.ro-s a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}
#n-l {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  grid-column: 1 / span 4;
}
#la {
  font-size: 4.2rem;
  letter-spacing: -0.2rem;
  display: block;
  line-height: 0.8;
}
#n-r {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4rem;
  text-align: right;
  grid-column: 10 / -1;
  justify-self: end;
}
@media (max-width: 767px) {
  .nav-toggle {
    display: inline-flex;
    grid-column: 2;
    justify-self: end;
  }
  #n-l {
    grid-column: 1;
  }
  #nav #geo-in {
    grid-column: 1;
    grid-row: 2;
    display: block;
    margin-top: 0.5rem;
    text-align: left;
  }
  #n-r {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    text-align: left;
  }
  html.nav-open #n-r {
    display: flex;
  }
}
.n-t {
  display: inline-block;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .n-t {
    font-size: 3.2rem;
    letter-spacing: -0.1rem;
  }
}
#g {
  position: fixed;
  height: 100%;
  width: 100%;
  opacity: 0.15;
  z-index: 999;
  padding: 0 4rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  #g {
    padding: 0 3rem;
  }
}
#g_w {
  display: flex;
  height: 100%;
  gap: 2rem;
}
#g_w div {
  position: relative;
  width: 100%;
  background-color: navy;
}
.o {
  opacity: 0.3;
}
.s {
  position: relative;
  height: 100vh;
  width: 100%;
}
@media (max-width: 767px) {
  .s {
    display: flex;
    flex-direction: column;
    padding: 40rem 3rem 0;
    height: auto;
  }
}
#pw .s {
  padding: 0;
  position: relative;
  height: 100vh;
  width: 100%;
}
@media (max-width: 767px) {
  #pw .s {
    display: flex;
    flex-direction: column;
    padding: 40rem 3rem 0;
    height: auto;
  }
}
#y {
  position: absolute;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  #y {
    position: relative;
    height: initial;
    margin-bottom: 2.5rem;
  }
}
#hero-title {
  position: absolute;
  top: 25rem;
  left: 4rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 48rem;
  z-index: 2;
}
#hero-title .variable-proximity {
  position: relative;
  width: 100%;
  display: block;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(4.8rem, 8vw, 14.4rem);
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
}
#hero-title .variable-proximity span {
  display: inline-block;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #hero-title {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 2rem;
    width: 100%;
  }
}
.media {
  top: 25rem;
  right: 10rem;
  width: 77rem;
  height: 100rem;
  position: absolute;
  visibility: visible;
}
@media (max-width: 767px) {
  .media {
    position: relative;
    top: initial;
    right: initial;
    height: 93.5rem;
    visibility: initial;
  }
}
.m-i {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#ex-in {
  gap: 12rem;
  left: 50.5rem;
  bottom: 30rem;
  display: flex;
  position: absolute;
  flex-direction: column;
}
@media (max-width: 767px) {
  #ex-in {
    position: relative;
    left: auto;
    bottom: auto;
    flex-direction: row-reverse;
    gap: 0;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.sm-p {
  max-width: 17rem;
}
@media (max-width: 767px) {
  .sm-p {
    text-align: right;
    max-width: 25rem;
  }
}
#geo-in {
  display: block;
  color: #f1f1f1;
  grid-column: 7 / span 2;
  justify-self: start;
  align-self: start;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
#geo-in p {
  line-height: 1.1;
  letter-spacing: -0.06rem;
}
html.nav-geo-hidden #geo-in {
  opacity: 0;
  transform: translateY(-0.8rem);
  pointer-events: none;
}
#t-y {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 11rem;
}
.lg-p {
  max-width: 41rem;
}
@media (max-width: 767px) {
  .lg-p {
    max-width: 45rem;
  }
}
#t {
  width: 100%;
  position: fixed;
  z-index: 9;
  bottom: 0;
  mix-blend-mode: difference;
}
#t .m-ht {
  display: none;
  font-size: 6.4rem;
  letter-spacing: -0.3rem;
  max-width: 70rem;
  line-height: 0.8;
}
@media (max-width: 767px) {
  #t {
    mix-blend-mode: initial;
    position: absolute;
    bottom: initial;
    top: 20rem;
    padding: 0 3rem;
  }
  #t .m-ht {
    display: block;
    letter-spacing: -0.4rem;
  }
}
#marq-w {
  bottom: 1.3rem;
  color: #f1f1f1;
  position: relative;
  height: 17rem;
  font-size: 22rem;
  line-height: 0.8;
  white-space: nowrap;
  letter-spacing: -0.06em;
  mix-blend-mode: difference;
}
@media (max-width: 767px) {
  #marq-w {
    display: none;
  }
}
.marq-t {
  position: absolute;
  will-change: transform;
  display: inline-block;
  left: 0;
}
.marq-t:nth-child(2) {
  margin-left: -3rem;
}
.i {
  margin: 50rem 0 42rem;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .i {
    margin: 0 0 16rem;
    padding: 0 3rem;
  }
}
#sn-w {
  margin-bottom: 22rem;
}
@media (max-width: 767px) {
  #sn-w {
    margin-bottom: 16rem;
  }
}
#i-c {
  display: flex;
  align-items: flex-end;
  gap: 17.5rem;
  margin-bottom: 20rem;
}
@media (max-width: 767px) {
  #i-c {
    flex-direction: column-reverse;
    gap: 10rem;
    align-items: initial;
    margin-bottom: 12rem;
  }
  #i-c .sp {
    margin-left: 39.5rem;
  }
}
.sp {
  max-width: 29rem;
}
@media (max-width: 767px) {
  .sp {
    max-width: 35rem;
  }
}
#m-p {
  max-width: 122rem;
  line-height: 0.9;
}
@media (max-width: 767px) {
  #m-p {
    max-width: 74rem;
  }
}
#i-t {
  display: flex;
  gap: 38.7rem;
}
@media (max-width: 767px) {
  #i-t {
    flex-direction: column;
    gap: 12rem;
  }
}
#ct-w {
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  #ct-w {
    gap: 8rem 4.5rem;
    flex-wrap: wrap;
  }
}
.ct-n {
  margin-bottom: 4rem;
}
.sw {
  padding: 0 4rem;
}
.sw-offset {
  margin-top: 18rem;
}
@media (max-width: 767px) {
  .sw-offset {
    margin-top: 10rem;
  }
}
.sw a {
  color: inherit;
}
@media (max-width: 767px) {
  .sw {
    padding: 0 3rem;
  }
}
.sw-line {
  width: 100%;
  height: 2px;
  background-color: #000;
  margin: 10rem 0;
}
@media (max-width: 767px) {
  .sw-line {
    display: none;
  }
}
.sw #sn-w {
  max-width: 100%;
  width: 100%;
  text-align: right;
  margin-left: auto;
}
.sw #sn-w .sn {
  display: inline-block;
  text-align: right;
}
.sw #sn-w span {
  line-height: 0.8;
}
@media (max-width: 767px) {
  .sw #sn-w {
    max-width: 100%;
    width: 100%;
  }
}
.sw-i {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .sw-i {
    flex-direction: column;
    margin-bottom: 20rem;
  }
}
.sw-t {
  display: flex;
  justify-content: space-between;
  flex: auto;
}
.sw-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sw-left {
    justify-content: initial;
    gap: 1rem;
  }
  .sw-left .sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .sw-index {
    font-size: 2.8rem;
  }
}
.sw-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sw-right span {
  text-align: right;
}
@media (max-width: 767px) {
  .sw-right {
    justify-content: flex-end;
  }
}
.sw-y {
  margin-bottom: 2rem;
}
.sw-vcs {
  margin-top: 300%;
}
@media (max-width: 767px) {
  .sw-vcs {
    display: none;
  }
}
.sw-media {
  width: 106.5rem;
  height: 76rem;
  visibility: hidden;
}
.show-media .sw-media {
  visibility: visible;
}
.sw-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .sw-media {
    height: 100rem;
    width: 100%;
    visibility: initial;
  }
}
.ro {
  min-height: 97vh;
  height: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 8rem;
}
@media (max-width: 767px) {
  .ro {
    min-height: 90vh;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.ro-h {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  grid-column: 7 / -1;
  justify-self: end;
}
@media (max-width: 767px) {
  .ro-h {
    margin-bottom: 16rem;
    grid-column: auto;
    justify-self: auto;
  }
}
.ro #sn-w {
  max-width: 60rem;
  line-height: 0.8;
  margin: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .ro #sn-w {
    max-width: 35rem;
  }
}
.ro .sm-p {
  text-align: left;
}
.ro-c {
  display: flex;
  gap: 34rem;
  grid-column: 1 / span 6;
}
@media (max-width: 767px) {
  .ro-c {
    flex-direction: column;
    gap: 26rem;
    grid-column: auto;
  }
}
.ro-m {
  font-size: clamp(3.2rem, 3.6vw, 5.4rem);
  line-height: 0.9;
  max-width: 60rem;
}
.ro-m a {
  position: relative;
  display: inline-block;
}
.ro-m a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.2em;
  height: 6px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 1.2s cubic-bezier(0.12, 0.8, 0.2, 1);
}
.ro-m a:hover::after,
.ro-m a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}
.ro-mt {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .ro-mt {
    margin-bottom: 8rem;
  }
}
.ro-f {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  align-items: start;
  font-size: clamp(1.6rem, 1.2vw, 2.4rem);
  margin-top: auto;
  padding: 3rem 0;
  grid-column: 1 / -1;
}
.ro-bio {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  grid-column: 1 / span 4;
  justify-self: start;
}
.cdt {
  grid-column: 9 / 13;
  justify-self: end;
  text-align: right;
}
.ro-s {
  grid-column: 5 / span 4;
  justify-self: start;
}
@media (max-width: 767px) {
  .ro-f {
    display: flex;
    gap: 6rem;
    justify-content: space-between;
    padding: 14rem 0;
    flex-wrap: wrap-reverse;
    grid-column: auto;
  }
}
.ro-s,
.ecdt {
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px) {
  .g-ui {
    display: none;
  }
}
#about {
  position: relative;
  z-index: 2;
}
#about .s {
  position: relative;
  height: 100vh;
  width: 100%;
}
@media (max-width: 767px) {
  #about .s {
    display: flex;
    flex-direction: column;
    padding: 40rem 3rem 0;
    height: auto;
  }
}
#mh {
  position: absolute;
  bottom: 4rem;
  width: 137rem;
  line-height: 0.9;
}
@media (max-width: 767px) {
  #mh {
    position: relative;
    width: auto;
  }
}
#a-b {
  display: flex;
  gap: 79.2rem;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #a-b {
    gap: 3rem;
    justify-content: space-between;
  }
}
.t-o {
  opacity: 0.5;
  margin-bottom: 1.5rem;
}
#l-w {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  #l-w {
    flex: none;
  }
}
#d-c {
  display: flex;
  flex-direction: column;
  gap: 15rem;
  max-width: 60rem;
}
@media (max-width: 767px) {
  #d-c {
    max-width: 47rem;
  }
}
.p-d {
  max-width: 45rem;
  margin: 25rem 0;
}
@media (max-width: 767px) {
  .p-d {
    max-width: 56.5rem;
    margin: 25rem 0;
  }
}
.p #sn-w {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30rem;
}
@media (max-width: 767px) {
  .p #sn-w {
    margin-bottom: 20rem;
  }
}
.p-item {
  display: flex;
  gap: 34rem;
}
.p-item .p-d {
  margin: 8rem 0 24rem;
  padding-left: 0.5rem;
  max-width: 49rem;
}
@media (max-width: 767px) {
  .p-item .p-d {
    margin: 4rem 0 12rem;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .p-item {
    gap: 11.7rem;
  }
}
.index {
  width: 12.5rem;
}
@media (max-width: 767px) {
  .index {
    width: 8rem;
  }
}
#c-h-c {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 35rem;
  padding-left: 0.5rem;
  margin-bottom: 2rem;
}
#case .u {
  height: 25rem;
}
@media (max-width: 767px) {
  #case .u {
    height: initial;
  }
}
.c-y {
  font-size: 3.6rem;
}
.c-media {
  width: 122rem;
  height: 144rem;
  visibility: hidden;
}
@media (max-width: 767px) {
  .c-media {
    visibility: initial;
    width: 100%;
    height: 100rem;
  }
}
.c-i {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#c-i-h {
  display: flex;
  gap: 17.5rem;
}
@media (max-width: 767px) {
  #c-i-h {
    flex-direction: column;
  }
}
#info-w {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  padding: 24rem 0 0;
}
@media (max-width: 767px) {
  #info-w {
    padding: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  #info-w a {
    align-self: flex-end;
  }
}
.info-c {
  display: flex;
  flex-direction: column;
}
.info-l {
  opacity: 0.5;
  margin-bottom: 1rem;
}
.info-p {
  max-width: 29rem;
}
@media (max-width: 767px) {
  .info-p {
    max-width: 40rem;
  }
}
.cg-w {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 0 15.5rem;
}
@media (max-width: 767px) {
  .cg-w {
    padding: 0;
  }
}
.cg-media {
  width: 100%;
  height: 90rem;
}
@media (max-width: 767px) {
  .cg-media {
    height: 45rem;
  }
}
.cg-media-i {
  height: 100%;
  width: 100%;
  pointer-events: none;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  #case #sn-w {
    margin-bottom: 28rem;
  }
}
#next-c {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95vh;
}
@media (max-width: 767px) {
  #next-c {
    align-items: initial;
    height: 67vh;
  }
}
.next-item {
  max-width: 60rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-media.next {
  width: 60rem;
  height: 72rem;
  margin-bottom: 3rem;
}
.progress-w {
  height: 0.5rem;
  background-color: #838383;
}
@media (max-width: 767px) {
  .progress-w {
    display: none;
  }
}
.indicator {
  height: 100%;
  width: 100%;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: 0 0;
}
.n .u {
  margin-bottom: 26rem;
}
