@font-face {
  font-family: Robotocondensed;
  src: url('../fonts/RobotoCondensed-Regular.ttf') format("truetype"), url('../fonts/RobotoCondensed-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotocondensed;
  src: url('../fonts/RobotoCondensed-Bold.ttf') format("truetype"), url('../fonts/RobotoCondensed-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pingfang sc;
  src: url('../fonts/PingFang-SC-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pingfang sc;
  src: url('../fonts/PingFang-SC-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --webflowblue: #1a17df;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.nav_container {
  background-color: #fff0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  margin-top: 24px;
  margin-left: 5vw;
  margin-right: 5vw;
  position: fixed;
  inset: 0% 0% auto;
  will-change: transform;
  transition: transform .35s ease;
}

.background-video {
  z-index: -1;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.main-wrapper-project {
  display: block;
}

.loader {
  z-index: 99;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.loader-flex {
  height: 560vh;
  display: flex;
  transform: scale(.1);
}

.loader_column {
  flex-direction: column;
  padding-left: 7vh;
  padding-right: 7vh;
  display: flex;
}

.loader_column.is-alt {
  justify-content: flex-end;
}

.loader_img-wrap {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.loader_column-inner {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.loader_img {
  object-fit: cover;
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.loader_img.is-middle {
  transform: scale(1.5);
}

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

.loading_wraper {
  object-fit: fill;
  flex-direction: column;
  height: 101vh;
  max-height: 100%;
  display: block;
  position: static;
  overflow: visible;
}

.container {
  z-index: -1;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.lottie_wraper {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.lottie_wraper.hide {
  display: none;
}

.lottie-animation-2 {
  flex: none;
  align-self: center;
  min-width: 164vw;
  min-height: 164vh;
  position: relative;
  top: 0;
  bottom: 0;
}

.slider-gallery_button-icon {
  width: 40%;
  height: 40%;
}

.slider-gallery_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.slider-gallery_bottom-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 1.5em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3em;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.slider-gallery_numbers {
  color: #fff;
  letter-spacing: .04em;
  font-family: Robotocondensed, sans-serif;
  font-size: 1.5em;
  line-height: 1em;
}

.slider-gallery_button {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.13em;
  height: 4.13em;
  transition: background-color .2s, color .2s;
  display: flex;
}

.slider-gallery_button:hover {
  color: #000;
  background-color: #fff;
}

.slider-thumbs_wrapper {
  width: 25%;
}

.swiper-slide.is-slider-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide.is-slider-thumbs {
  flex: none;
  width: 100%;
  padding-right: .5em;
}

.swiper-slide.is-slider-titles {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding: 4%;
  display: flex;
}

.slider-titles_component {
  height: 100%;
  position: relative;
}

.swiper-number-current, .swiper-number-total {
  font-family: Robotocondensed, sans-serif;
}

.global-embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.slider-bg_component {
  opacity: .8;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper.is-slider-thumbs {
  width: 100%;
  overflow: visible;
}

.swiper.is-slider-titles {
  height: 100%;
  overflow: visible;
}

.swiper.is-slider-bg {
  width: 100%;
  height: 100%;
}

.slider-gallery_component {
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.swiper-wrapper.is-slider-thumbs {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-wrapper.is-slider-titles {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.swiper-wrapper.is-slider-bg {
  width: 100%;
  height: 100%;
}

.slider-thumbs_component {
  width: 40%;
}

.slider-thumbs_overflow {
  position: relative;
  overflow: hidden;
}

.slider-gallery_button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  align-items: center;
  width: 40%;
  display: flex;
}

.section-2 {
  border-bottom: 1px solid #000;
  transition: background-color .4s;
}

.section-2.is-slider-gallery {
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.global-symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.slider-bg_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-titles_heading {
  color: #0000;
  text-align: center;
  white-space: nowrap;
  cursor: default;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.slider-thumbs_height {
  padding-top: 62%;
  display: flex;
  position: relative;
}

.slider-thumbs_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wraper-aboutme {
  z-index: 1;
  position: relative;
}

.section-timeline-heading {
  background-color: #fff;
}

.container-2 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  background-color: #fff;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-medium {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-large {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  font-family: Pingfang sc, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.section-timeline {
  z-index: -3;
  object-fit: cover;
  position: relative;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #1848e6fc;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_image-wrapper.margin-bottom-medium {
  background-image: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3vh;
  display: flex;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#fff, #5250c9 51%, #110dff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 40vh;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_progress {
  z-index: -2;
  background-color: #c4c3ff96;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 120px 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.inline-block {
  justify-content: center;
  display: flex;
}

.timeline_text {
  color: #000;
  font-family: Pingfang sc, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_date-text {
  color: #000;
  letter-spacing: -.03em;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.margin-bottom-small {
  height: 4vh;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.timeline_dis {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: sticky;
  top: 55vh;
}

.text_under {
  color: #333;
  font-family: Pingfang sc, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-5 {
  flex: none;
  width: 20%;
  margin-right: 2%;
}

.timeline_left_wrap {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 50vh;
}

.timeline_date {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.contact_wraper {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.contact_section {
  margin-left: 5vw;
  margin-right: 5vw;
}

.contact_container {
  white-space: normal;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-top: 2vh;
  margin-bottom: 2vh;
  display: flex;
  position: relative;
  top: 20vh;
}

.text-block-11 {
  color: #414141;
  text-align: center;
  white-space: normal;
  flex: 1;
  width: 80vw;
  font-family: Roboto, sans-serif;
  font-size: 4.8em;
  font-weight: 400;
  line-height: 1.2em;
  position: static;
}

.text-span {
  color: var(--webflowblue);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2em;
  display: inline-block;
}

.contact_div_outside {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 23%;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  position: relative;
}

.contact_name {
  color: #0009;
  flex: 1;
  font-family: Roboto, sans-serif;
  font-size: 2.5em;
  line-height: 1em;
  position: static;
}

.text-block-12 {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: .8em;
  font-weight: 300;
  line-height: 2vh;
  display: none;
  position: static;
}

.contact_div_inleft {
  flex: 0 auto;
  margin-right: 2em;
}

.contact_div_inright {
  margin-left: 2em;
  margin-right: 2em;
  position: static;
}

.contact_account {
  color: gray;
  font-family: Noto Sans SC;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 2em;
}

.contact_account.contact_copy {
  color: #000;
  background-color: #0000;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 2em;
}

.contact_account.contact_copy:hover {
  color: #1a17dfb8;
  text-align: left;
  font-weight: 400;
}

.logo_img_b {
  width: 48px;
}

.brand-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link_block {
  color: #000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 24%;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Robotocondensed, sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link_block.w--current {
  color: var(--webflowblue);
  margin-left: 0;
  margin-right: 0;
  font-family: Robotocondensed, sans-serif;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_space {
  flex: 1;
}

.lottie-animation-3 {
  position: absolute;
  inset: 0%;
}

.nav_text {
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 0 auto;
  width: 100%;
  font-family: Robotocondensed, sans-serif;
}

.line_mobile {
  background-color: #000;
  flex: 1;
  height: 1px;
  display: none;
}

.icon {
  color: #000;
}

.text-block-13 {
  color: #000;
  text-transform: none;
}

.nav_bg_about_me {
  z-index: 2;
  background-image: linear-gradient(#fff 100%, #fff0);
  height: 81px;
  position: fixed;
  inset: 0% 0% auto;
}

.view_project {
  color: #fff;
  padding: 5px 36px;
  font-family: Roboto, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.2em;
}

.link-block {
  background-color: #000;
  margin-top: 5vh;
  padding: 8px 16px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.view_project_zh {
  color: #0000004d;
  text-align: center;
  margin-top: 1em;
  padding-left: 2em;
  padding-right: 2em;
  font-family: Pingfang sc, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1em;
}

.line_pc {
  background-color: #000;
  flex: 1;
  height: 1px;
}

.about_hello {
  color: var(--webflowblue);
  text-align: center;
  white-space: nowrap;
  margin-top: 10vh;
  margin-bottom: 25vh;
  font-family: Roboto, sans-serif;
  font-size: 16vw;
  font-weight: 700;
  line-height: 60vh;
}

.aboutme-span-1 {
  font-family: Opposans r;
  font-weight: 600;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  border: 1px solid #000;
}

.paragraph-3 {
  height: 13%;
  margin-bottom: 0;
  font-size: 10em;
  line-height: 1em;
}

.div-block-10 {
  z-index: 1;
  background-color: #0000001a;
  position: absolute;
  inset: 0%;
}

.home-content_text-wrap {
  width: 50%;
}

.home-scroll_text-wrap {
  max-width: 100%;
}

.home-content_section {
  color: #000;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.home-scroll_visual {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.home-scroll_visual.page-padding {
  flex-flow: column;
  align-items: center;
  padding: 4em 2em;
  position: sticky;
  top: 0;
}

.home-scroll_section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 60% 40%;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  justify-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.home-content_heading {
  max-width: 6em;
}

.home-content_heading.text-size-h1 {
  font-size: 6em;
}

.home-scroll_text-list {
  width: 100%;
  height: 100%;
}

.home-content_visual {
  width: 50%;
  position: relative;
}

.page-padding {
  width: 100%;
  padding: 4em;
}

.page-padding.is-home-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100vh;
  padding-left: 2em;
  display: flex;
}

.page-wrapper-2 {
  width: 100%;
  height: 100%;
  font-size: 1em;
  overflow: visible;
}

.home-content_p {
  max-width: 30em;
  font-family: Pingfang sc, sans-serif;
}

.home-scroll_img-wrap {
  flex: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.home-scroll_content.page-padding {
  padding: 10vh 2em;
}

.home-scroll_text-item {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  opacity: .1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 3em;
  transition: opacity .4s;
  display: flex;
  transform: scale(.9);
}

.home-scroll_text-item.is-active {
  opacity: 1;
  transform: none;
}

.home-scroll_img-item {
  z-index: 0;
  opacity: 0;
  flex-direction: column;
  align-items: flex-start;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  transform: scale(.9)translate(24px);
}

.home-scroll_img-item.is-active {
  opacity: 1;
}

.home-content_image {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
}

.home-scroll_img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding-top: 1px;
  padding-bottom: .5em;
}

.text-size-h1 {
  letter-spacing: -.03em;
  font-family: Roboto, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: .8;
}

.projectrenderheading {
  color: #000;
  text-align: center;
  white-space: break-spaces;
  flex: 0 auto;
  max-width: 1140px;
  margin-top: 0;
  margin-bottom: 4vh;
  font-family: Roboto, sans-serif;
  font-size: 10vw;
  line-height: 1em;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.paragraph-5 {
  flex: 1;
}

.paragraph-6 {
  flex: none;
}

.text-block-16 {
  color: #000;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 16px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.aboutme_footer {
  position: sticky;
  top: 25vh;
}

.projectcontenttext {
  color: #000;
  flex: 1;
  font-family: Pingfang sc, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.2em;
}

.projectcontenttext.projecttime {
  color: #0009;
  text-align: right;
  flex: 1;
  margin-bottom: .5em;
  font-size: 1em;
  font-weight: 400;
}

.projectcontenttext.projectdescription {
  color: #000;
  text-align: justify;
  height: 40vh;
  margin-top: 4vh;
  margin-bottom: 3vh;
  font-weight: 400;
  position: static;
}

.projectcontenttext.projecttype {
  color: #0009;
  flex: none;
  margin-bottom: .5em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
}

.projectcontenttext.viewproject {
  color: #fff;
  flex: none;
}

.projectcontenttext.projectresponsibility {
  flex: none;
  margin-top: .5em;
  margin-bottom: 1em;
  font-size: 1.4em;
  font-weight: 400;
  position: static;
}

.projectcontenttext.projectsoftware {
  color: #0009;
  flex: none;
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  position: static;
}

.nextblock {
  z-index: 2;
  background-color: #000;
  align-items: center;
  padding: 1em 1.2em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.next {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 3vw;
  line-height: 1em;
  text-decoration: none;
}

.arrow {
  width: 4.4vw;
  height: 4.4vw;
  margin-left: 1vw;
  transform: rotate(0);
}

.arrow.is-left {
  width: 3vw;
  height: 3vw;
  margin-left: 0;
  margin-right: 1vw;
  transform: rotate(-90deg);
}

.projectfooterimg {
  z-index: -1;
  flex: 0 auto;
  max-width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.nextprojecttext {
  z-index: 2;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 10vw;
  line-height: 1em;
  position: relative;
}

.nexttextblock {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.projectbannerwrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2em;
  line-height: 0;
  display: flex;
}

.projectbannertextwrapper {
  z-index: 999;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30vh;
  margin-bottom: 40vh;
  display: flex;
  position: relative;
}

.projectname {
  margin-top: 25%;
  margin-bottom: 10%;
  font-family: Roboto, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1em;
  position: static;
}

.projectfooterwrapper {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: 200vh;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.projectrenderlink {
  z-index: auto;
  color: #00000080;
  background-color: #000;
  flex-flow: column;
  flex: none;
  order: 0;
  font-family: Pingfang sc, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
}

.div-block-13 {
  background-color: #000;
  flex: 0 auto;
  align-self: flex-start;
  align-items: center;
  padding: .125em .5em;
  display: flex;
}

.image-9 {
  flex: none;
  width: 1em;
  height: 1em;
  margin-left: .5em;
}

.projectcontentwrapper {
  margin-left: 5vw;
  margin-right: 5vw;
}

.projectthink {
  text-align: center;
  font-family: Pingfang sc, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.div-block-16 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.pcundervisible {
  display: none;
}

.viewproject {
  color: #00000080;
  text-decoration: none;
}

.image-10 {
  width: 5em;
}

.stickywrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 120vh;
  display: flex;
  position: relative;
}

.pretextblock {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.imgblock {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.lottie-animation-4 {
  width: 50%;
}

.cursor {
  z-index: 9;
  background-color: var(--webflowblue);
  color: var(--webflowblue);
  cursor: none;
  border-radius: 12px;
  width: 24px;
  height: 24px;
  transition: width .1s linear, height .1s, opacity .2s linear, left 50ms linear, top 50ms linear;
  position: absolute;
}

.cursor.link_block-hover {
  width: 0;
  height: 0;
}

.cursor.cursor-pressed {
  width: 6px;
  height: 6px;
}

.cursor.cursor-hover {
  width: 0;
  height: 0;
}

.cursor.logo-hover {
  border: 2px solid var(--webflowblue);
  background-color: #0000;
  border-radius: 0;
  width: 54px;
  height: 40px;
}

.cursor.heading-hover {
  background-color: #0000;
  background-image: url('../images/Arrow_RightUp50Opacity.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 96px;
  height: 96px;
}

.cursor.text-hover {
  width: 24px;
  height: 2px;
}

.scrolllottie {
  opacity: .3;
  width: 5vw;
  max-width: 72px;
  position: relative;
  top: auto;
  bottom: 2%;
}

.background-video-2 {
  z-index: -1;
  flex: 1;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: fixed;
  inset: 0;
  overflow: visible;
}

.empty-state {
  background-color: #fff0;
}

.bold-text, .bold-text-2 {
  text-decoration: underline;
}

.link {
  cursor: pointer;
}

.projectlinkwraper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.collection-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.collection-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

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

.home-scroll_img-item-copy {
  z-index: 0;
  opacity: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  display: flex;
  transform: scale(.9)translate(24px);
}

.home-scroll_img-item-copy.is-active {
  opacity: 1;
}

.home-scroll_img-wrap-copy {
  flex-flow: column;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}

.home-scroll_img-list-copy {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .lottie_wraper {
    display: flex;
  }

  .lottie-animation-2 {
    flex: none;
    align-self: center;
    min-width: 330vw;
    min-height: 330vh;
    position: relative;
  }

  .slider-gallery_numbers {
    margin-bottom: 0;
  }

  .slider-thumbs_component {
    width: 100%;
  }

  .slider-gallery_button-wrapper {
    width: auto;
  }

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

  .contact_section {
    margin-left: 12vw;
    margin-right: 12vw;
  }

  .contact_container {
    top: 24vh;
  }

  .text-block-11 {
    font-size: 4.2em;
  }

  .link_block.w--current {
    color: #000;
  }

  .nav-menu {
    justify-content: center;
  }

  .nav_text {
    font-size: 1.6em;
    line-height: 2em;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .home-content_text-wrap {
    width: 100%;
  }

  .home-scroll_text-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .home-content_section {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
  }

  .home-scroll_visual.page-padding {
    display: none;
  }

  .home-scroll_section {
    display: block;
  }

  .home-content_visual {
    width: 100%;
    height: 80vw;
  }

  .page-padding {
    padding-left: 2em;
    padding-right: 2em;
  }

  .page-padding.is-home-content {
    min-height: auto;
    padding-top: 6em;
    padding-bottom: 2em;
  }

  .home-scroll_content.page-padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .home-scroll_text-item {
    opacity: 1;
    padding-bottom: 0;
  }

  .projectrenderheading {
    margin-bottom: 10vh;
    font-size: 20vw;
  }

  .div-block-11, .projectcontenttext.projecttime {
    flex: 1;
  }

  .projectcontenttext.projectdescription {
    height: auto;
    margin-top: 0;
    margin-bottom: 5vh;
  }

  .nextblock {
    padding: .35em 1.2em;
  }

  .next {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8vw;
  }

  .arrow {
    width: 6vw;
    height: 6vw;
    margin-left: 1.5vw;
  }

  .nextprojecttext {
    font-size: 16vw;
  }

  .projectbannertextwrapper {
    margin-bottom: 25vh;
  }

  .projectname {
    margin-top: 0%;
    margin-bottom: 4%;
    font-size: 5.4em;
  }

  .projectfooterwrapper {
    flex-direction: column;
  }

  .projectrenderlink {
    flex: none;
  }

  .projectthink {
    font-weight: 400;
  }

  .pcundervisible {
    display: block;
  }

  .cursor {
    display: none;
  }

  .scrolllottie {
    width: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .lottie-animation-2 {
    min-width: 340vw;
    min-height: 340vh;
  }

  .slider-gallery_numbers {
    filter: none;
    color: #fff;
    margin-bottom: 0;
  }

  .slider-thumbs_wrapper {
    width: 33.3333%;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .margin-bottom-small {
    margin-bottom: 24px;
  }

  .text-block-11 {
    font-size: 3.6em;
  }

  .contact_div_outside {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact_name {
    font-size: 2em;
  }

  .contact_div_inleft {
    margin-right: 0;
  }

  .contact_account.contact_copy {
    margin-bottom: -10px;
    font-size: 1.6em;
  }

  .link_block, .link_block.w--current {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .line_mobile {
    display: block;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .paragraph-3 {
    margin-bottom: 0;
    font-size: 8em;
  }

  .nextblock {
    padding-left: .8em;
    padding-right: .8em;
  }

  .arrow {
    width: 6vw;
    height: 6vw;
    margin-left: 1vw;
  }

  .scrolllottie {
    width: 16vw;
    bottom: 6%;
  }
}

@media screen and (max-width: 479px) {
  .lottie-animation-2 {
    min-width: 685vw;
    min-height: 685vh;
  }

  .slider-gallery_numbers {
    margin-bottom: 0;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

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

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .text-block-11 {
    flex-direction: column;
    align-items: center;
    font-size: 2.4em;
    display: flex;
  }

  .contact_name {
    font-size: 1.6em;
  }

  .contact_account.contact_copy {
    font-size: 1.2em;
  }

  .nav-menu {
    background-color: #fff;
  }

  .menu-button {
    color: #fff;
    background-color: #7a707000;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .paragraph-3 {
    font-size: 6em;
  }

  .page-padding {
    padding-left: 1em;
    padding-right: 1em;
  }

  .home-scroll_img {
    padding-bottom: .25em;
  }

  .projectcontenttext.projecttime {
    font-size: 1.2em;
  }

  .projectcontenttext.projectdescription {
    margin-bottom: 2vh;
    font-size: 1.8em;
    line-height: 1.6em;
  }

  .projectcontenttext.projecttype {
    font-size: 1.2em;
  }

  .projectcontenttext.projectresponsibility {
    font-size: 1.6em;
  }

  .projectcontenttext.projectsoftware {
    font-size: 1.2em;
  }

  .nextblock {
    padding-left: .8em;
    padding-right: .8em;
  }

  .arrow {
    width: 6vw;
    height: 6vw;
  }

  .projectbannertextwrapper {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .projectname {
    font-size: 3.6em;
  }

  .scrolllottie {
    width: 20vw;
  }
}

#w-node-a91d0a97-30d9-2d87-eb72-3a8660ce904f-5aa3810e, #w-node-a91d0a97-30d9-2d87-eb72-3a8660ce905e-5aa3810e, #w-node-_6fcff924-e740-2f49-c55e-4c35572262ad-7c6a7d47, #w-node-_6fcff924-e740-2f49-c55e-4c35572262a6-7c6a7d47, #w-node-a48c857a-7884-a8e1-a5d8-b645bd43dbe4-efe3e923, #w-node-a48c857a-7884-a8e1-a5d8-b645bd43dbf3-efe3e923, #w-node-_8f9567ef-4810-a904-12a9-b8688b54bc95-75943bbc, #w-node-_8f9567ef-4810-a904-12a9-b8688b54bcb3-75943bbc, #w-node-_41f6f443-225e-e961-3be5-939b206b15b3-61fd6780, #w-node-_41f6f443-225e-e961-3be5-939b206b15d6-61fd6780, #w-node-_38a9ca26-a1a2-3497-a8be-2abb47e01c66-92e89fe8, #w-node-_38a9ca26-a1a2-3497-a8be-2abb47e01c84-92e89fe8, #w-node-a48c857a-7884-a8e1-a5d8-b645bd43dbe4-cb63ab69, #w-node-a48c857a-7884-a8e1-a5d8-b645bd43dbf3-cb63ab69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-b2922484-c402-ed7b-40b9-16abbf6c89e0-b214a82f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b2922484-c402-ed7b-40b9-16abbf6c89e3-b214a82f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b2922484-c402-ed7b-40b9-16abbf6c89e5-b214a82f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b2922484-c402-ed7b-40b9-16abbf6c89ec-b214a82f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b2922484-c402-ed7b-40b9-16abbf6c89ef-b214a82f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b2922484-c402-ed7b-40b9-16abbf6c8a19-b214a82f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b2922484-c402-ed7b-40b9-16abbf6c8a1c-b214a82f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_556501e9-e2cf-c84b-eb11-47a95c1c36d3-b214a82f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_556501e9-e2cf-c84b-eb11-47a95c1c36db-b214a82f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7f533acc-460d-d686-b28f-1f8a48cffec5-b214a82f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7f533acc-460d-d686-b28f-1f8a48cffecd-b214a82f {
    grid-area: 1 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype'), url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype'), url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pingfang sc';
  src: url('../fonts/PingFang-SC-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pingfang sc';
  src: url('../fonts/PingFang-SC-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 避免装饰层拦截点击 */
.div-block-10,
.home-scroll_img,
.slider-bg_img {
  pointer-events: none;
}
.projectrenderlink,
.slider-titles_heading {
  pointer-events: auto;
  position: relative;
  z-index: 5;
}


