@font-face {
  font-family: PP Neue Montreal;
  src: url('../fonts/PPNeueMontreal-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Montreal;
  src: url('../fonts/PPNeueMontreal-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Corp Tight;
  src: url('../fonts/PPNeueCorp-TightUltrabold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Corp Wide;
  src: url('../fonts/PPNeueCorp-WideUltrabold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Corp Normal;
  src: url('../fonts/PPNeueCorp-NormalUltrabold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: RM Mono;
  src: url('../fonts/RMMono-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_color---gray01: whitesmoke;
  --_color---textblack: #1a1a1a;
  --_color---white: #fff;
  --_color---textgray: #757575;
  --_color---dotpurple: #7a32cc;
  --_color---gray02: #e5e5e5;
  --_color---gray03: #e0e0e0;
  --_color---buttonpurple: #9749cc;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@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(--_color---gray01);
  color: #131313;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.body {
  color: #000;
  background-color: #f5f5f5;
  font-family: Inter, sans-serif;
  overflow: visible;
}

.body.is--cursor {
  font-size: var(--size-font);
  overscroll-behavior: none;
}

.body.is--dark {
  color: #efeeec;
  background-color: #000;
}

.code-embed-css, .code-embed-js {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.willem-header {
  color: #fff;
  display: none;
  position: relative;
  overflow: hidden;
}

.osmo-icon-svg {
  width: 8em;
}

.willem__cover-image-extra {
  pointer-events: none;
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.willem__cover-image-extra.is--2 {
  z-index: 2;
}

.willem__cover-image-extra.is--3 {
  z-index: 1;
}

.willem__cover-image-extra.is--1 {
  z-index: 3;
}

.willem-header__content {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100dvh;
  padding: 1em;
  display: flex;
  position: relative;
}

.willem-header__top {
  width: 100%;
}

.willem-header__bottom {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.willem__h1 {
  white-space: nowrap;
  justify-content: center;
  font-size: 12.5em;
  font-weight: 500;
  line-height: .75;
  display: flex;
  position: relative;
}

.willen-nav {
  display: flex;
  position: relative;
  overflow: hidden;
}

.willem-nav__start {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.willem-nav__end {
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.willem-nav__logo {
  color: inherit;
  text-decoration: none;
}

.willem__p {
  margin-bottom: 0;
  font-size: 1.3125em;
  font-weight: 500;
  line-height: 1.5;
}

.willem-nav__link {
  color: inherit;
  text-decoration: none;
}

.willem-nav__links {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.willem-nav__cta {
  display: flex;
}

.link-group {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  font-size: 3em;
  display: flex;
}

.underline-link {
  color: inherit;
  font-size: 1.3125em;
  line-height: 1.3;
  text-decoration: none;
  position: relative;
}

.willem-loader {
  color: #131313;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.willem-loader__box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 0;
  display: flex;
  position: relative;
}

.willem-loader__box.is--no-overflow {
  overflow: visible;
}

.willem__h1-end {
  justify-content: flex-start;
  width: 1.525em;
  display: flex;
  overflow: hidden;
}

.willem__h1-start {
  justify-content: flex-end;
  width: 1.5256em;
  display: flex;
  overflow: hidden;
}

.willem__letter {
  font-size: 1em;
  display: block;
  position: relative;
}

.willem__letter.is--space {
  margin-left: .25em;
}

.willem-loader__box-inner {
  justify-content: center;
  align-items: center;
  min-width: 1em;
  height: 95%;
  display: flex;
  position: relative;
}

.willem__growing-image {
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.willem-loader__box-no-overflow {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1em;
  display: flex;
  position: relative;
}

.willem-loader__box-no-overflow.is--no-overflow, .overflow {
  overflow: visible;
}

.willem__growing-image-wrap {
  width: 100%;
  min-width: 1em;
  height: 100%;
  position: absolute;
}

.willem__letter-white {
  display: block;
  position: relative;
}

.willem__letter-white.is--space {
  margin-left: .25em;
}

.willem__cover-image {
  pointer-events: none;
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.willem__cover-image.is--2 {
  z-index: 2;
}

.willem__cover-image.is--3 {
  z-index: 1;
}

.willem__cover-image.is--1 {
  z-index: 3;
}

.section {
  height: 100vh;
  padding-top: 140px;
  display: none;
}

.container {
  margin-top: 0;
}

.list-item, .list-item-2, .list-item-3 {
  list-style-type: none;
}

.link-block {
  color: #000;
  border-bottom: 2px solid #474747;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  transition: padding .2s ease-in-out, background-color .15s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.link-block:hover {
  -webkit-text-fill-color: inherit;
  background-color: #ebebeb;
  background-clip: border-box;
  padding-left: 48px;
}

.num {
  cursor: pointer;
  margin-left: 0;
  font-size: 3em;
  line-height: 150%;
  text-decoration: none;
}

.num:hover {
  margin-left: 0;
}

.arrow {
  background-image: url('../images/arrow-rightup_black.svg');
  background-position: 50%;
  background-size: 48px 48px;
  background-attachment: scroll;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

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

.item {
  text-align: center;
  margin-left: 48px;
  font-size: 3em;
  line-height: 150%;
}

.image {
  background-image: url('../images/thumb-willem.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 16em;
  height: 10em;
  display: block;
  position: absolute;
  left: 480px;
}

.hero {
  z-index: 10;
  background-color: var(--_color---gray01);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-top: -80px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: sticky;
  top: 0;
}

.nav {
  z-index: 90;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 80px;
  padding: 16px 64px;
  display: flex;
  position: sticky;
  top: 0;
}

.link-2 {
  color: #000;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 200%;
  text-decoration: none;
}

.link-2.w--current {
  color: var(--_color---textblack);
  line-height: 200%;
}

.spline-scene {
  background-color: #fff0;
  border-radius: 16px;
  width: auto;
  height: 400px;
  margin-top: 96px;
  margin-left: 32px;
  margin-right: 32px;
}

.container-2 {
  background-color: #ce6868;
  border-radius: 16px;
  margin-top: 96px;
  margin-left: 32px;
  margin-right: 32px;
}

.paragraph_hero {
  width: 600px;
  height: auto;
  color: var(--_color---textblack);
  margin-bottom: 0;
  margin-left: 0;
  font-size: 64px;
  line-height: 110%;
  position: static;
  overflow: hidden;
}

.section-2 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 0;
  padding-left: 64px;
  padding-right: 64px;
  line-height: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 48px;
  overflow: hidden;
}

.scroll_text {
  color: var(--_color---textblack);
  margin-left: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.container-3 {
  height: 200px;
  margin-top: 0;
}

.pro {
  z-index: 80;
  background-color: #f0f0f000;
  margin-top: 0;
  padding-top: 128px;
  position: static;
}

.pro.allpro {
  padding-top: 128px;
}

.section-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: 0;
  padding-left: 64px;
  padding-right: 64px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  display: grid;
  overflow: hidden;
}

.paragraph-2 {
  font-weight: 400;
}

.paragraph-3 {
  width: 55%;
  color: var(--_color---textblack);
  text-align: justify;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.quick-stack {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  padding: 64px 64px 0;
}

.quick-stack.allpro {
  padding-top: 64px;
  padding-bottom: 256px;
}

.spantext {
  margin-top: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.projecttitle {
  margin-top: 0;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.others {
  z-index: 80;
  background-color: #f0f0f000;
  margin-top: 128px;
  margin-bottom: 256px;
  padding-left: 64px;
  padding-right: 64px;
  position: static;
  overflow: hidden;
}

.others.allresearch {
  margin-top: 128px;
}

.text3 {
  font-size: 48px;
  font-weight: 600;
}

.research {
  border-top: 2px solid #000;
  border-bottom: 0 #000;
  justify-content: space-between;
  margin-top: 64px;
  display: flex;
}

.text_others {
  color: var(--_color---textblack);
  margin-top: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.list-item-4 {
  border-bottom: 1px solid #000;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  list-style-type: none;
}

.list-item-4.noline {
  border-bottom-width: 0;
}

.text_list_item {
  width: 100%;
  color: var(--_color---textblack);
  text-align: left;
  -webkit-text-stroke-color: #000;
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list {
  width: 50%;
  margin-bottom: 0;
  padding-left: 0;
}

.homearticle {
  border-top: 2px solid #000;
  justify-content: space-between;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.othersection {
  z-index: 80;
  background-color: #f5f5f5;
  position: relative;
}

.footer {
  z-index: 80;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 0;
  padding: 32px 64px;
  display: block;
  position: sticky;
  top: auto;
  bottom: auto;
}

.footer._01 {
  z-index: 80;
  margin-top: 384px;
  margin-bottom: 0;
  display: none;
  position: sticky;
  bottom: 0;
}

.section-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: stretch start;
  width: 0;
  display: grid;
}

.text-block-4 {
  flex: 0 auto;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 64px;
  padding: 0;
  font-weight: 500;
}

.text-block-5 {
  margin-top: 64px;
  font-size: 20px;
  font-weight: 400;
}

.wechat {
  margin-top: 64px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.menu1 {
  z-index: 90;
  opacity: 1;
  background-color: #fff;
  border-radius: 16px;
  width: 240px;
  height: auto;
  padding: 16px;
  display: block;
  position: fixed;
  top: 80px;
  right: 64px;
}

.menu1.none {
  display: none;
}

.image-2, .image-3, .image-4, .image-5 {
  border-radius: 16px;
}

.text_h1 {
  height: auto;
  color: var(--_color---textblack);
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
  overflow: hidden;
}

.card {
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-4 {
  align-items: center;
  width: 100%;
  margin-top: 16px;
  display: flex;
  overflow: hidden;
}

.image-6 {
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  margin-left: -24px;
}

.div-block-5 {
  border-radius: 16px;
  width: 100%;
  height: 80%;
  overflow: hidden;
}

.cardimg {
  width: 100%;
  max-width: none;
  height: 100%;
}

.menuitembutton {
  color: #000;
  -webkit-text-stroke-color: #000;
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  padding: 0 0 0 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 200%;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: block;
  overflow: visible;
}

.menuitembutton:hover {
  background-color: #e0e0e0;
}

.menuitembutton.w--current {
  color: #8a20db;
  text-align: left;
  background-color: #fff;
  text-decoration: none;
  transition-property: none;
  display: block;
  overflow: visible;
}

.menuitembutton.none {
  display: none;
}

.dot {
  aspect-ratio: auto;
  background-color: #7a32cc;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  margin-left: 120px;
  display: block;
  position: absolute;
  top: 18px;
  right: 16px;
}

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

.btcontainer {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: flex-start;
  height: 48px;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  line-height: 200%;
  transition: background-color .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.btcontainer:hover {
  background-color: #e0e0e0;
}

.arrowrighthin {
  width: 32px;
  height: 48px;
  display: block;
}

.arrowrighthin.down {
  margin-right: 4px;
  transform: rotate(90deg);
}

.link-4 {
  color: #000;
  width: auto;
  height: 48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 200%;
  text-decoration: none;
  display: none;
  position: static;
}

.btitem {
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding-left: 16px;
  padding-right: 4px;
  text-decoration: none;
  display: block;
}

.btitem.w--current {
  pointer-events: none;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  position: relative;
}

.btitem.w--current:hover {
  pointer-events: auto;
  background-color: #fff;
}

.itemtext {
  color: var(--_color---textblack);
  text-align: left;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 200%;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.row2 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.row1 {
  color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  display: flex;
  position: static;
}

.spline-scene-2 {
  background-color: #9c9c9c;
  border-radius: 0;
  height: 62vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

._3d {
  background-image: linear-gradient(333deg, #bdbdbd, #cecece 52%, #ddd);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 85%;
  margin-top: 96px;
  margin-left: 64px;
  margin-right: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spline-scene-3 {
  width: 100%;
  height: auto;
}

.div-block-7 {
  background-image: url('../images/2e01e089b1158496200aad8f9a6ce8f.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.imgwrapper {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 0% 50%;
  background-color: #e5e5e5;
  background-image: url('../images/汽车案例作品集-08.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.imgwrapper._2 {
  background-image: url('../images/Anxiety_01.jpg');
  background-position: 50% 0;
}

.imgwrapper._3 {
  background-image: url('../images/样机系列3.jpg');
}

.imgwrapper._4 {
  background-image: url('../images/Anxiety_01.jpg');
  background-position: 50% 0;
}

.imgwrapper._2 {
  background-image: url('../images/样机系列.jpg');
}

.image-7 {
  width: 100%;
  height: 100%;
}

.div-block-9 {
  background-image: url('../images/c74fcabd2eea5db2d9b789ac38aad40d.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

.image-8 {
  height: 100%;
}

.image-9 {
  width: 100%;
  height: 100%;
}

.cardimage {
  aspect-ratio: 3 / 2;
  object-fit: fill;
  border-radius: 16px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.cardtitle1 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.text_card_aux {
  color: var(--_color---textblack);
  text-align: left;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.cardtitlewr {
  flex-flow: row;
  width: 100%;
  margin-top: 16px;
  display: flex;
  overflow: hidden;
}

.cardarrow {
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  margin-left: -32px;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.div-block-11 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 64px;
  padding-left: 64px;
  padding-right: 64px;
  display: grid;
}

.div-block-12 {
  aspect-ratio: 3 / 2;
  object-fit: fill;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  display: none;
  overflow: hidden;
}

.image-10 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 16px;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  display: none;
  overflow: clip;
}

.nav-link, .nav-link-2, .nav-link-3 {
  display: block;
}

.nav-menu {
  margin-top: 20px;
  margin-left: -137px;
  margin-right: 0;
}

.me.w--open {
  background-color: #e0e0e0;
  border-radius: 24px;
  width: 112px;
  height: 48px;
  position: static;
}

.menubutton1 {
  cursor: pointer;
  background-color: #e0e0e0;
  border-radius: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 48px;
  padding: 0;
  font-weight: 600;
  line-height: 100%;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: none;
  position: static;
}

.menubutton1:hover, .menubutton1:active, .menubutton1.w--open, .menubutton1.w--open:hover {
  background-color: #fff;
}

.navbarold {
  z-index: 90;
  opacity: 1;
  cursor: auto;
  mix-blend-mode: normal;
  background-color: #f5f5f5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 16px 64px;
  display: block;
  position: sticky;
  top: 0;
}

.text-block-7 {
  pointer-events: none;
  color: #000;
  cursor: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  display: none;
}

.herotext {
  display: none;
  overflow: hidden;
}

.cell {
  background-color: #fff0;
}

.cell-2 {
  flex-flow: row;
  align-items: flex-start;
}

.text-block-8 {
  font-weight: 400;
  line-height: 100%;
}

.text-block-9 {
  color: var(--_color---textblack);
  font-weight: 400;
  line-height: 100%;
}

.link-5 {
  color: #000;
  cursor: pointer;
  line-height: 100%;
  text-decoration: none;
}

.link-5.w--current {
  font-weight: 400;
}

.div-block-13 {
  cursor: pointer;
  display: flex;
}

.arrowup {
  pointer-events: none;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  transition: opacity .2s;
  overflow: visible;
  transform: rotate(-90deg);
}

.arrowup.down {
  margin-top: 0;
}

.cell-3 {
  color: #0000;
}

.social {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.social.behance {
  margin-top: 0;
}

.cell-4 {
  align-items: flex-start;
  font-size: 16px;
}

.behance {
  color: #000;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.sociallink {
  align-items: center;
  width: 20vw;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.sociallink.dibbble {
  width: 20vw;
  margin-top: 8px;
}

.sociallink.email {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20vw;
  margin-top: 8px;
}

.image-12 {
  width: 20px;
  max-width: none;
  height: 20px;
  margin-left: -20px;
}

.text_information {
  color: var(--_color---textblack);
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text_information.email {
  color: var(--_color---textblack);
  margin-top: 64px;
}

.body-2 {
  background-color: #f5f5f5;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 100%;
  overflow: visible;
}

.image-13 {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  height: 500px;
  padding-left: 64px;
  padding-right: 64px;
  display: grid;
}

.project_h1 {
  width: 100%;
  color: var(--_color---textblack);
  text-align: left;
  overflow-wrap: break-word;
  font-size: 48px;
  line-height: 110%;
  overflow: hidden;
}

.text_summary_title {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--_color---textgray);
  flex-flow: column;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  overflow: hidden;
}

.text_summary_title.margin {
  margin-top: 32px;
  font-size: 20px;
  font-weight: 400;
}

.prottitle {
  margin-top: 32px;
}

.quick-stack-4 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-bottom: 2px #0003;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: auto;
  margin-top: 24vh;
  margin-left: 0;
  margin-right: 0;
  padding: 0 64px;
}

.text-block-12 {
  color: var(--_color---textblack);
  margin-top: 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.text-block-13 {
  color: var(--_color---textblack);
  margin-top: 8px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.background {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 128px;
  padding-left: 160px;
  padding-right: 160px;
  display: grid;
}

.paragraph-4 {
  width: 100%;
  color: var(--_color---textblack);
  text-align: justify;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-4.project02 {
  display: none;
}

.section-6 {
  margin-top: 128px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.proimage02 {
  aspect-ratio: auto;
  object-fit: cover;
  background-color: #e5e5e5;
  border-radius: 0;
  flex: none;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.projectcontent {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-top: 128px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 160px;
  padding-right: 160px;
  display: grid;
}

.projectcontent.posterpage {
  padding-left: 320px;
  padding-right: 320px;
}

.cell-5 {
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.projectmain {
  z-index: 80;
  background-color: #f5f5f5;
  border-top: 2px #0003;
  width: 100%;
  padding-bottom: 128px;
  position: relative;
  top: -56vh;
  overflow: hidden;
  box-shadow: 0 10px 15px -5px #0000001f;
}

.projectmain.res {
  top: -40vh;
}

.proimage01 {
  aspect-ratio: 2;
  object-fit: cover;
  background-color: #e5e5e5;
  width: 100%;
  margin-top: 0;
}

.proiamge03 {
  aspect-ratio: 2;
  object-fit: cover;
  background-color: #e5e5e5;
  width: 100%;
  max-width: none;
  margin-top: 128px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.proiamge03.project02 {
  aspect-ratio: 2;
}

.proiamge03.pro1 {
  display: none;
}

.proimage04 {
  width: 80vw;
  margin-top: 128px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.projecttime {
  color: gray;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.imgcontainer {
  margin-top: 128px;
  margin-left: 160px;
  margin-right: 160px;
  display: flex;
}

.cardlink {
  color: #000;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.div-block-16, .cardtitlediv {
  display: flex;
}

.div-block-17 {
  overflow: hidden;
}

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

.text_card_title {
  color: var(--_color---textblack);
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.cardtitle02 {
  color: var(--_color---textblack);
  font-size: 32px;
  line-height: 100%;
}

.image-14 {
  backface-visibility: visible;
  transform-origin: 50%;
  text-align: left;
  width: 48px;
  height: 48px;
  transform: none;
}

.backtotop {
  color: #000;
  cursor: pointer;
  align-items: flex-start;
  height: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.div-block-18 {
  pointer-events: none;
  cursor: none;
  flex-flow: column;
  display: flex;
}

.text-block-14 {
  pointer-events: none;
  color: var(--_color---textblack);
  cursor: none;
  margin-right: 4px;
  font-weight: 400;
  line-height: 100%;
}

.all_projects_btn {
  color: #000;
  background-color: #fff;
  border-radius: 24px;
  width: 160px;
  height: 48px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: box-shadow .15s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px #0000001a;
}

.all_projects_btn:hover {
  box-shadow: 0 4px 6px #6827b166;
}

.allpro {
  z-index: 82;
  color: var(--_color---textblack);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 200%;
  position: relative;
}

.information {
  z-index: 10;
  aspect-ratio: auto;
  opacity: 1;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 80px;
}

.scrollimag {
  align-items: flex-start;
  margin-top: 128px;
  margin-left: 160px;
  margin-right: 160px;
  display: flex;
}

.scrimg1 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-color: #e5e5e5;
  width: 100%;
  height: auto;
}

.scrimg1.project02 {
  aspect-ratio: auto;
}

.scrimg2 {
  width: 90%;
  margin-left: 64px;
}

.next {
  z-index: 70;
  opacity: 0;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: auto;
  bottom: 0;
}

.nextproject {
  cursor: pointer;
  background-color: #f5f5f5;
  border-top: 2px #000;
  border-bottom: 2px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 320px;
  margin-left: 64px;
  margin-right: 64px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 80px;
  overflow: hidden;
}

.text-block-16 {
  border: 0 #000;
  border-radius: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 200%;
}

.div-block-19 {
  background-color: #e0e0e0;
  border-radius: 8px;
  width: 50%;
  height: 16px;
  padding: 4px;
  display: none;
}

.scrollbar {
  background-color: #424242;
  border-radius: 4px;
  width: 50%;
  height: 100%;
}

.div-block-20 {
  height: auto;
  position: relative;
}

.div-block-21 {
  z-index: 85;
  background-color: #f5f5f5;
  padding-top: 128px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.maskbackground {
  z-index: 999;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #c2c2c200;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  overflow: hidden;
}

.maskbackground._02 {
  display: flex;
}

.star {
  pointer-events: auto;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.nav-menu-2 {
  background-color: #fff;
  border-radius: 16px;
  width: 240px;
  padding: 16px;
  position: absolute;
  top: 80px;
  left: auto;
  right: 64px;
}

.menubutton2 {
  background-color: #e0e0e0;
  border-radius: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 48px;
  padding: 0;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.menubutton2:hover {
  background-color: #fff;
}

.menubutton2.w--open {
  background-color: #fff;
  width: 96px;
  height: 48px;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.menubutton2.w--open:hover {
  background-color: #fff;
}

.navbar {
  background-color: #f5f5f5;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  height: 80px;
  padding: 16px 64px;
  display: none;
  position: sticky;
  top: 0;
}

.container-4 {
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nav-link-4, .nav-link-5, .nav-link-6, .video {
  display: none;
}

.background-video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-color: #e5e5e500;
  width: 100%;
  height: 100%;
}

.circle {
  z-index: 80;
  background-color: var(--_color---dotpurple);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 48px;
  left: -48px;
}

.abstract {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-bottom: 2.5px solid #0003;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-left: 160px;
  margin-right: 160px;
  padding-top: 128px;
  padding-bottom: 128px;
  display: grid;
}

.body-3 {
  background-color: #f5f5f5;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.paragraph-5 {
  margin-bottom: 0;
  line-height: 150%;
}

.paragraph-6 {
  color: var(--_color---textblack);
  text-align: justify;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-7 {
  color: var(--_color---textblack);
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-8 {
  color: var(--_color---textblack);
  text-align: justify;
  margin-bottom: 0;
  line-height: 150%;
}

.paragraph-9 {
  color: var(--_color---textgray);
  text-align: justify;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.researchinfo {
  z-index: 10;
  justify-content: center;
  align-items: flex-end;
  height: 55vh;
  display: flex;
  position: sticky;
  top: 80px;
}

.image-15 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100vw;
  margin-top: 128px;
}

.cell-6, .cell-7 {
  justify-content: flex-start;
}

.text-block-17, .text-block-18 {
  color: var(--_color---textgray);
  font-weight: 400;
  line-height: 150%;
}

.text-block-19 {
  color: var(--_color---textgray);
  line-height: 150%;
}

.text-block-20 {
  color: gray;
  line-height: 150%;
}

.paragraph-10 {
  width: auto;
  min-width: auto;
  height: auto;
  color: var(--_color---textblack);
  word-break: break-all;
  overflow-wrap: normal;
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  display: block;
  position: static;
}

.cell-8 {
  flex-flow: column;
  display: block;
}

.cell-9 {
  display: block;
}

.paragraph-11 {
  white-space: normal;
  word-break: break-all;
}

.cell-10 {
  align-items: flex-end;
  display: block;
}

.body-4 {
  background-color: #f5f5f5;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.method, .conclusion {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 128px;
  padding-left: 160px;
  padding-right: 160px;
  display: grid;
}

.researchcontent {
  z-index: 80;
  background-color: var(--_color---gray01);
  padding-bottom: 128px;
  position: relative;
  box-shadow: 0 10px 15px -5px #0000001f;
}

.resecarchimg {
  aspect-ratio: 2;
  object-fit: cover;
  background-color: #e5e5e5;
  width: 100vw;
  margin-top: 128px;
}

.body-5 {
  background-color: #f5f5f5;
}

.body-6 {
  background-color: #f5f5f5;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.image-16 {
  height: 100%;
}

.projectvideo {
  margin-top: 128px;
  margin-left: 160px;
  margin-right: 160px;
}

.list-2 {
  font-weight: 400;
  line-height: 150%;
}

.list-item-5 {
  color: var(--_color---textblack);
  list-style-type: none;
}

.masked_element {
  width: auto;
  height: auto;
  display: block;
}

.my-svg-icon {
  z-index: 2;
  color: #000;
  background-color: #bdb3b300;
  width: 100px;
  height: 100px;
  position: relative;
}

.maskicon {
  width: 480px;
  height: 480px;
  display: none;
}

.div-block-22 {
  z-index: 999;
  color: #000;
  background-color: #e2e2e2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-block-21 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  display: none;
}

.text-block-22 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  display: none;
}

.image-17 {
  width: 48px;
  height: 48px;
}

.image-18 {
  z-index: 100;
  width: 4000px;
  max-width: none;
  height: 4000px;
  display: none;
  position: static;
}

.code-embed {
  width: 100%;
  height: 50%;
  position: fixed;
}

.code-embed-2 {
  width: 480px;
  height: 480px;
}

.image-19 {
  width: 480px;
  height: 481480px;
}

.image-20 {
  flex: none;
  width: 4000px;
  max-width: none;
  display: block;
  overflow: visible;
}

.preloadicon {
  aspect-ratio: auto;
  flex: none;
  width: 120vw;
  max-width: none;
  position: fixed;
}

.preloadwhite {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.articlesubtitle {
  color: var(--_color---textblack);
  font-size: 22px;
  font-weight: 500;
}

.quick-stack-5 {
  padding: 128px 160px 0;
}

.articlesubtitle02 {
  color: var(--_color---textblack);
  font-weight: 500;
}

.articlesubtitle02.mar {
  margin-top: 64px;
}

.articlecontainer {
  grid-column-gap: 64px;
  grid-row-gap: 128px;
  padding: 128px 160px 0;
}

.articleparagraph {
  text-align: justify;
  margin-top: 24px;
  margin-bottom: 0;
  line-height: 150%;
}

.articleparagraph.mar {
  margin-top: 0;
}

.image-21, .image-22 {
  background-color: #e5e5e5;
  margin-top: 24px;
}

.articleimginfo {
  color: var(--_color---textgray);
  text-align: left;
  margin-top: 8px;
  font-size: 14px;
}

.loadpage {
  z-index: 999;
  aspect-ratio: auto;
  background-color: #bdbdbd00;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  overflow: hidden;
}

.time {
  color: #fff;
  text-align: right;
  overflow-wrap: normal;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-size: 64px;
  font-weight: 600;
  display: block;
  position: absolute;
  inset: auto 32px 32px auto;
}

.loadsvg {
  z-index: auto;
  flex: none;
  width: 120%;
  max-width: none;
  display: block;
  position: fixed;
  overflow: visible;
}

.loadwhite {
  transform-origin: 50% 100%;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  bottom: auto;
}

.loadgray {
  background-color: #525252;
  width: 100%;
  height: 100%;
  position: fixed;
}

.loadsvgcode {
  flex: none;
  width: 120%;
  display: none;
  position: fixed;
}

.exit-trigger {
  width: 2px;
  height: 2px;
}

.maskbackground02 {
  z-index: 999;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #c2c2c200;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.maskbackground02._02 {
  display: flex;
}

.postercontainer {
  margin-top: 128px;
  padding-left: 160px;
  padding-right: 160px;
}

.quick-stack-6 {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  margin-top: 128px;
  padding: 0 320px;
}

.postertitle, .posterinfo {
  color: gray;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
}

.posterimg {
  aspect-ratio: 7 / 10;
  object-fit: cover;
  background-color: #e5e5e5;
  width: 100%;
  max-width: none;
  overflow: hidden;
}

.image-24 {
  width: auto;
}

.cell-11, .cell-12, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .cell-13, .cell-14, .cell-15, .cell-16, .cell-17, .cell-18, .cell-19 {
  color: var(--_color---textblack);
}

.starcode {
  width: 32px;
  height: 32px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.text_auxiliary {
  font-size: 16px;
  font-weight: 400;
}

.menubutton {
  background-color: var(--_color---gray02);
  cursor: pointer;
  mix-blend-mode: normal;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 48px;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.menubutton:hover, .menubutton.is_active {
  background-color: var(--_color---white);
}

.menuwrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-23 {
  background-color: #58585800;
  height: 100px;
  margin-top: 32px;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.nextimage {
  aspect-ratio: 3 / 2;
  background-color: var(--_color---gray02);
  object-fit: cover;
  border-radius: 16px;
  height: 380px;
  margin-top: 0;
  display: block;
}

.nextimglink {
  margin-top: 32px;
  padding-left: 128px;
  padding-right: 128px;
}

.nextimgwrapper {
  border-radius: 16px;
  overflow: hidden;
}

.text_summary_body {
  color: var(--_color---textblack);
  margin-top: 8px;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
}

.text_h102 {
  height: auto;
  color: var(--_color---textblack);
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
  overflow: visible;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 32px;
  right: 32px;
}

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

@media screen and (max-width: 991px) {
  .willem__h1 {
    font-size: 9em;
  }

  .willem-nav__links {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
  }

  .spline-scene {
    margin-left: 32px;
  }

  .nav-menu {
    position: absolute;
    top: 80px;
    right: 64px;
  }
}

@media screen and (max-width: 767px) {
  .willem__h1 {
    font-size: 5.5em;
  }

  .willem-nav__start {
    width: 65%;
  }

  .willem-nav__end {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    width: 45%;
  }

  .paragraph_hero {
    font-size: 48px;
  }

  .section-2 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    top: 669px;
    overflow: visible;
  }

  .pro {
    padding-top: 64px;
  }

  .section-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .paragraph-3 {
    width: auto;
    font-size: 12px;
  }

  .quick-stack {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .others {
    margin-top: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .text_others, .text_list_item {
    font-size: 20px;
  }

  .footer {
    margin-top: 256px;
    padding: 64px 32px 16px;
  }

  .quick-stack-2 {
    margin-top: 64px;
  }

  .wechat {
    font-size: 16px;
  }

  .menu1 {
    right: 32px;
  }

  .text_h1 {
    font-size: 32px;
  }

  ._3d {
    height: 55%;
    margin-left: 32px;
    margin-right: 32px;
    overflow: visible;
  }

  .navbarold {
    padding-left: 32px;
    padding-right: 32px;
  }

  .herotext {
    margin-top: 0;
  }

  .text-block-8, .text-block-9 {
    font-size: 14px;
  }

  .sociallink, .sociallink.dibbble, .sociallink.email {
    width: 25vw;
  }

  .text_information {
    font-size: 16px;
  }

  .text_card_title, .cardtitle02 {
    font-size: 20px;
  }

  .text-block-14 {
    font-size: 14px;
  }

  .all_projects_btn {
    width: 120px;
    height: auto;
    margin-top: 48px;
    font-size: 18px;
  }

  .allpro {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 100vh;
    margin-top: -72px;
  }

  .link-2.w--current {
    font-size: 20px;
  }

  .paragraph_hero {
    width: 100%;
    font-size: 38px;
    line-height: 125%;
  }

  .section-2 {
    flex-flow: column;
    align-items: flex-start;
    position: absolute;
    top: auto;
    bottom: -194.5px;
  }

  .scroll_text {
    text-align: center;
    border-top: 2px solid #0003;
    width: 100%;
    margin-top: 26px;
    padding-top: 26px;
    font-size: 14px;
    display: block;
  }

  .pro {
    padding-top: 64px;
  }

  .pro.allpro {
    padding-top: 96px;
  }

  .section-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .quick-stack {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .quick-stack.allpro {
    padding-bottom: 96px;
  }

  .others {
    margin-top: 96px;
    margin-bottom: 0;
    padding-bottom: 96px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
  }

  .others.allresearch {
    margin-top: 96px;
  }

  .research {
    flex-flow: column;
    margin-top: 32px;
  }

  .text_others {
    margin-top: 32px;
    font-size: 20px;
  }

  .text_list_item {
    font-size: 18px;
  }

  .list {
    width: 100%;
  }

  .homearticle {
    flex-flow: column;
  }

  .footer {
    margin-top: 128px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .quick-stack-2 {
    margin-top: 32px;
  }

  .wechat {
    margin-top: 32px;
    font-size: 16px;
  }

  .menu1 {
    border-radius: 12px;
    width: 180px;
    top: 72px;
    right: 16px;
  }

  .text_h1 {
    font-size: 28px;
  }

  .dot {
    width: 6px;
    height: 6px;
    top: 13px;
  }

  .btcontainer {
    border-radius: 8px;
    height: 36px;
  }

  .btcontainer:hover {
    background-color: var(--_color---white);
  }

  .btitem.w--current {
    border-radius: 8px;
  }

  .itemtext {
    font-size: 18px;
  }

  ._3d {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 55%;
    margin-top: 88px;
    margin-left: 16px;
    margin-right: 16px;
    display: flex;
  }

  .spline-scene-3 {
    height: auto;
  }

  .cardimage {
    border-radius: 12px;
  }

  .text_card_aux {
    font-size: 12px;
  }

  .cardtitlewr {
    margin-top: 12px;
  }

  .cardarrow {
    width: 20px;
    height: 20px;
    margin-left: -20px;
  }

  .quick-stack-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .navbarold {
    opacity: 100;
    height: 72px;
    padding: 16px;
  }

  .cell {
    align-items: center;
  }

  .cell-4 {
    align-items: flex-end;
  }

  .sociallink {
    width: auto;
    font-size: 15px;
    overflow: hidden;
  }

  .sociallink.dibbble {
    width: auto;
    margin-top: 0;
  }

  .sociallink.email {
    width: auto;
    overflow: hidden;
  }

  .image-12 {
    width: 16px;
    height: 16px;
    margin-left: -16px;
  }

  .text_information {
    font-size: 16px;
  }

  .text_information.email {
    margin-top: 32px;
  }

  .project_h1 {
    border-bottom: 2px solid #0003;
    padding-bottom: 32px;
    font-size: 38px;
  }

  .project_h1.resear {
    font-size: 30px;
  }

  .text_summary_title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 16px;
    display: block;
  }

  .text_summary_title.margin {
    font-size: 16px;
  }

  .text_summary_title.no, .text_summary_title._03 {
    display: none;
  }

  .quick-stack-4 {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    height: auto;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    top: 25%;
    bottom: auto;
  }

  .background {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-top: 48px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .section-6 {
    margin-top: 64px;
  }

  .projectcontent {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-top: 48px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .projectcontent.posterpage {
    padding-left: 16px;
    padding-right: 16px;
  }

  .projectmain {
    padding-bottom: 96px;
    display: block;
    top: -40vh;
  }

  .projectmain.res {
    top: -25vh;
  }

  .proiamge03 {
    margin-top: 48px;
  }

  .imgcontainer {
    margin-top: 48px;
    margin-left: 16px;
    margin-right: 16px;
  }

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

  .text_card_title, .cardtitle02 {
    font-size: 20px;
  }

  .backtotop {
    display: flex;
  }

  .all_projects_btn, .all_projects_btn:hover {
    box-shadow: 0 4px 6px #0000001a;
  }

  .allpro {
    font-size: 18px;
  }

  .information {
    align-items: flex-start;
    height: 100vh;
    top: 72px;
  }

  .scrollimag {
    margin-top: 48px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .next {
    opacity: 1;
    height: 100vh;
    padding-top: 72px;
    display: flex;
  }

  .nextproject {
    z-index: 75;
    border-bottom-color: var(--_color---textblack);
    height: 160px;
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
    position: sticky;
    top: 96px;
  }

  .text-block-16 {
    font-size: 18px;
  }

  .star {
    width: 25px;
    height: 25px;
    margin-top: 0;
    display: block;
  }

  .abstract {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
  }

  .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .text-block-17 {
    font-size: 16px;
  }

  .text-block-18 {
    font-size: 16px;
    display: block;
  }

  .text-block-19, .text-block-20, .paragraph-10 {
    font-size: 16px;
  }

  .method, .conclusion {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-top: 48px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .resecarchimg {
    margin-top: 64px;
  }

  .image-16 {
    height: auto;
  }

  .projectvideo {
    margin-top: 48px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .list-2 {
    margin-bottom: 0;
    padding-left: 16px;
    font-size: 16px;
    list-style-type: disc;
  }

  .list-item-5 {
    font-size: 16px;
    display: block;
  }

  .articlesubtitle {
    font-size: 20px;
  }

  .articlesubtitle02 {
    font-size: 16px;
  }

  .articlesubtitle02.mar {
    margin-top: 16px;
  }

  .articlecontainer {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    padding-top: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .articleparagraph {
    margin-top: 16px;
    font-size: 16px;
  }

  .image-21, .image-22 {
    margin-top: 16px;
  }

  .articleimginfo {
    font-size: 12px;
  }

  .time {
    font-size: 48px;
    bottom: 32px;
  }

  .loadsvg {
    width: auto;
    height: 140%;
  }

  .quick-stack-6 {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    margin-top: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .postertitle {
    font-size: 12px;
  }

  .posterinfo {
    text-align: left;
    font-size: 12px;
  }

  .list-item-6, .list-item-7, .list-item-8, .list-item-9 {
    font-size: 16px;
  }

  .cell-14, .cell-16 {
    padding-top: 48px;
  }

  .starcode {
    display: none;
  }

  .text_auxiliary {
    font-size: 13.8px;
  }

  .text_auxiliary.none {
    display: none;
  }

  .menubutton {
    width: 80px;
    height: 40px;
  }

  .menubutton:hover {
    background-color: var(--_color---gray02);
  }

  .nextimage {
    border-radius: 12px;
    height: auto;
  }

  .nextimglink {
    margin-top: 0;
    padding-top: 16px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .nextimgwrapper {
    border-radius: 12px;
  }

  .text_summary_body {
    margin-top: 4px;
    font-size: 16px;
  }

  .text_h102 {
    font-size: 28px;
  }

  .section-7 {
    z-index: 70;
    opacity: 1;
    margin-top: 96px;
    padding-bottom: 16px;
    font-size: 14px;
    position: relative;
    bottom: 0;
  }

  .div-block-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .95fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    display: grid;
  }

  .div-block-26 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .95fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch start;
    place-items: stretch stretch;
    width: 100%;
    display: grid;
  }

  .cell-20 {
    align-items: flex-start;
  }

  .cell-21 {
    align-items: stretch;
  }

  .cell-22 {
    align-items: flex-start;
  }

  .cell-23, .cell-24 {
    padding-top: 48px;
  }
}

#w-node-f8dddff4-ed83-9064-f73b-72ecb6079729-aace4381 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_149d4ee6-f979-f5ff-cb7b-33bd257818a3-257818a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_149d4ee6-f979-f5ff-cb7b-33bd257818b9-257818a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-_149d4ee6-f979-f5ff-cb7b-33bd257818ba-257818a2 {
  grid-column: span 2 / span 2;
}

#w-node-a4d44e1e-e44d-26e4-a87e-9a4623e6585e-ae81a864 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
}

#w-node-b3c58380-ed60-f9ae-b583-00f73e62c5e6-68d57e4d {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
}

#w-node-c06c8069-5c5b-c334-39d9-65769268d76c-2c6f3e71 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7688eb95-36af-538c-a8c1-4da613cdd7c8-50074ce0, #w-node-a27099be-1cc2-6e7c-b08d-59fee4cf1a09-2362a7b5, #w-node-ce0c9354-2e57-6211-3f98-73d67a850bb2-a7046c85, #w-node-_311c636d-deb3-d1ce-ef36-8f044bf0e691-4ff941dd, #w-node-_97b2043c-9ab6-d6c8-f3f8-10d10ae59a07-9594c56c {
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 1fr 1fr;
}

#w-node-_3d70d899-8eee-2450-55e9-344da7c53bc3-56e21aa7, #w-node-_33f39a3e-333f-e65f-59da-1e11898e6fb9-5310700e {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
}

#w-node-_6dc655c2-5a95-a87d-8f6f-be91875cca05-f0f94335 {
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 1fr 1fr;
}

#w-node-_393d96f0-19d7-6972-b761-e7cdf14e957b-f0f94335 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0e19ee35-fafe-ced2-4f3e-6621280846e8-61f64c34 {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
}

#w-node-_84e99b65-74f8-739e-8705-eda7f847914c-61f64c34 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-f8dddff4-ed83-9064-f73b-72ecb6079729-aace4381 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_149d4ee6-f979-f5ff-cb7b-33bd257818a3-257818a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_149d4ee6-f979-f5ff-cb7b-33bd257818a7-257818a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b3c58380-ed60-f9ae-b583-00f73e62c5e6-68d57e4d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-b3c58380-ed60-f9ae-b583-00f73e62c5e7-68d57e4d {
    grid-column: span 3 / span 3;
  }

  #w-node-c06c8069-5c5b-c334-39d9-65769268d76c-2c6f3e71 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7688eb95-36af-538c-a8c1-4da613cdd7c8-50074ce0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_7688eb95-36af-538c-a8c1-4da613cdd7c9-50074ce0 {
    grid-column: span 3 / span 3;
  }

  #w-node-a27099be-1cc2-6e7c-b08d-59fee4cf1a09-2362a7b5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-a27099be-1cc2-6e7c-b08d-59fee4cf1a0a-2362a7b5 {
    grid-column: span 3 / span 3;
  }

  #w-node-ce0c9354-2e57-6211-3f98-73d67a850bb2-a7046c85 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-ce0c9354-2e57-6211-3f98-73d67a850bb3-a7046c85 {
    grid-column: span 3 / span 3;
  }

  #w-node-_311c636d-deb3-d1ce-ef36-8f044bf0e691-4ff941dd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_311c636d-deb3-d1ce-ef36-8f044bf0e692-4ff941dd {
    grid-column: span 3 / span 3;
  }

  #w-node-_97b2043c-9ab6-d6c8-f3f8-10d10ae59a07-9594c56c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_97b2043c-9ab6-d6c8-f3f8-10d10ae59a08-9594c56c {
    grid-column: span 3 / span 3;
  }

  #w-node-_3d70d899-8eee-2450-55e9-344da7c53bc3-56e21aa7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_3d70d899-8eee-2450-55e9-344da7c53bc4-56e21aa7 {
    grid-column: span 3 / span 3;
  }

  #w-node-_33f39a3e-333f-e65f-59da-1e11898e6fb9-5310700e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_33f39a3e-333f-e65f-59da-1e11898e6fba-5310700e {
    grid-column: span 3 / span 3;
  }

  #w-node-_6dc655c2-5a95-a87d-8f6f-be91875cca05-f0f94335 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_6dc655c2-5a95-a87d-8f6f-be91875cca06-f0f94335 {
    grid-column: span 3 / span 3;
  }

  #w-node-_393d96f0-19d7-6972-b761-e7cdf14e957b-f0f94335 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0e19ee35-fafe-ced2-4f3e-6621280846e8-61f64c34 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_0e19ee35-fafe-ced2-4f3e-6621280846e9-61f64c34 {
    grid-column: span 3 / span 3;
  }
}


@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Corp Tight';
  src: url('../fonts/PPNeueCorp-TightUltrabold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Corp Wide';
  src: url('../fonts/PPNeueCorp-WideUltrabold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Corp Normal';
  src: url('../fonts/PPNeueCorp-NormalUltrabold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RM Mono';
  src: url('../fonts/RMMono-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}