.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

a {
  color: #ccc;
  text-decoration: none;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #000;
  background-image: url('../images/blackgrid.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.left {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(36, 36, 36, 0.9);
}

.right {
  width: 85vw;
  padding-right: 2.5vw;
  padding-bottom: 30px;
  padding-left: 2.5vw;
  background-color: rgba(22, 22, 22, 0.9);
}

.banner {
  height: 30vw;
  border-right: 0.1px solid hsla(0, 0%, 100%, 0.2);
  border-bottom: 0.1px solid hsla(0, 0%, 100%, 0.2);
  border-left: 0.1px solid hsla(0, 0%, 100%, 0.2);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #d6d6d6;
  background-image: url('../images/首页.jpg');
  background-position: 50% 15%;
  background-size: cover;
}

.showcase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12vw;
  margin-top: 2vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 8px;
}

.story {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vw;
  margin-top: 2vh;
  margin-bottom: 14vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
}

.story.more-top-space {
  position: relative;
  top: 20px;
}

.icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-esc {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 0px;
  border-radius: 20px;
  background-color: #27c840;
}

.button-esc.exit {
  background-color: #ff5f58;
}

.esc {
  position: relative;
  left: 15px;
  top: 15px;
}

.showcase-room {
  width: 100%;
  border-radius: 8px;
  background-color: #949494;
}

.showcase-room.saying {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #212121;
  background-image: -webkit-gradient(linear, right top, left top, from(#262626), to(#1a1a1a));
  background-image: linear-gradient(270deg, #262626, #1a1a1a);
  text-align: left;
}

.showcase-room.render01 {
  overflow: hidden;
  height: 100%;
  background-color: hsla(0, 0%, 58%, 0);
}

.showcase-room.render02 {
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e0e0e;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.list {
  position: relative;
  top: -19vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 4.5vh;
  margin-right: -50px;
  margin-bottom: 1px;
  margin-left: 7px;
  padding-right: 3vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
}

.project:hover {
  background-color: #333;
}

.showcase-recently {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #929292;
  background-image: url('../images/CloudCat.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.showcase-recently.helios-project {
  background-image: url('../images/火种计划背景.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.showcase-recently.cloudcat {
  background-image: url('../images/CloudCat.jpg');
}

.showcase-recently.about-ar-glasses {
  background-image: url('../images/About-AR-Glasses2.jpg');
  background-position: 50% 50%;
}

.showcase-recently.miui-watch {
  background-image: url('../images/MIUI-Watch3.jpg');
}

.id {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.head-image {
  margin-bottom: 0.8vw;
  margin-left: 0.8vw;
}

.image-2 {
  width: 5vh;
  height: 5vh;
  border-radius: 50px;
}

.name {
  margin-top: 3px;
  margin-left: 0.8vw;
}

.heading {
  font-family: 'Sanfranciscodisplay webfont', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.heading-2 {
  position: relative;
  left: 12px;
  top: 0.5px;
  font-family: 'Sanfranciscodisplay webfont', sans-serif;
  color: #e6e6e6;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.image-3 {
  width: 20px;
  height: 20px;
}

.div-block {
  margin-left: 9px;
}

.scroll-bar {
  width: 5px;
}

.bar {
  position: relative;
  top: 5px;
  width: 3.5px;
  height: 25px;
  border-radius: 20px;
  background-color: #1e85e9;
}

.project-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.title {
  margin-top: 10px;
  margin-bottom: -5px;
  border-top: 0.5px solid hsla(0, 0%, 100%, 0.08);
}

.title.more-top-space {
  position: relative;
  top: 20px;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 35px;
  padding-top: 20px;
}

.heading-3 {
  margin-top: 0px;
  padding-top: 10px;
  font-family: 'Sanfranciscodisplay webfont', sans-serif;
  color: #e6e6e6;
  font-size: 20px;
  font-weight: 600;
}

.about-me {
  padding-right: 50px;
}

.logo-3 {
  width: 100%;
  height: 15vw;
  margin-top: 15px;
  margin-right: -25px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.showcase-box {
  width: 100%;
  height: 100%;
  margin-right: 2vh;
}

.showcase-box.last {
  margin-right: 0vh;
}

.showcase-box.saying {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.showcase-box.resume {
  width: 26%;
}

.showcase-box.no-link {
  cursor: not-allowed;
}

.showcase-favorite {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #b1b0b0;
}

.showcase-favorite.fourhands {
  background-image: url('../images/FourHands-Hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.showcase-favorite.dysonariflow {
  background-image: url('../images/Dyson-Airflow.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.showcase-favorite.experience-center {
  background-image: url('../images/Experience-Center.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.showcase-favorite.watch-and-treadmill {
  background-image: url('../images/Watch-and-Treadmill.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.showcase-projects {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #777;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.showcase-projects.airbnbplus {
  background-image: url('../images/Airlock-实景图.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.showcase-projects.wejuicer {
  background-color: #272727;
  background-image: url('../images/We-Juicer.png');
  background-position: 50% 50%;
  background-size: cover;
}

.showcase-projects.bus {
  background-image: url('../images/bus.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.showcase-projects.drone {
  background-color: #1b1c22;
  background-image: url('../images/Drone-TOP.png');
  background-position: 50% 50%;
  background-size: cover;
}

.showcase-projects.tipas {
  background-image: url('../images/TIPAS-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.showcase-projects.watch {
  overflow: hidden;
  background-color: #000;
  background-image: none;
}

.showcase-projects.memorypot {
  background-color: #0e0e0e;
  background-image: url('../images/记忆蛋.png');
  background-position: 50% 50%;
  background-size: cover;
}

.showcase-projects.champagne {
  background-image: url('../images/香槟-金.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.showcase-title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: 'Sanfranciscodisplay webfont', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.showcase-paragraph {
  padding-right: 16px;
  font-family: 'Sanfranciscodisplay webfont', sans-serif;
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

.heading-4 {
  position: relative;
  width: 100%;
  margin-top: 0.7vw;
  font-family: 'Sanfranciscodisplay webfont', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.heading-4._16 {
  margin-bottom: 0.7vw;
  font-size: 16px;
}

.background-video {
  z-index: 8;
  height: 100%;
  border-radius: 8px;
  background-color: #000;
}

.background-video-2 {
  z-index: 8;
  height: 100%;
  border-radius: 8px;
}

.image-5 {
  width: 90%;
  height: 66%;
  margin-bottom: 6px;
}

.partners-logo {
  width: 100%;
  height: 100%;
}

.partners-logo.xiaomi {
  height: 80%;
}

.static-block {
  position: relative;
  z-index: 0;
  margin-top: -2px;
  border-style: solid;
  border-width: 2px;
  border-color: #438c5f;
  background-color: #000;
}

.cursor {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.block-year {
  width: 4.875rem;
  padding-right: 1.125rem;
}

.block-client {
  width: 13.6875rem;
  padding-right: 1.125rem;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
}

.icon.margin-right {
  margin-left: 2.25rem;
}

.icon.muted {
  opacity: 0.3;
}

.icon.up {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.block-actions-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.125rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.preview-wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: 2rem;
  bottom: 5rem;
  z-index: 5;
  overflow: hidden;
  width: 25vw;
  height: 15vw;
  max-width: 22.5rem;
  min-width: 15.625rem;
  border-style: solid;
  border-width: 2px;
  border-color: #b6fff5;
  box-shadow: 0 0 10rem 2.25rem rgba(182, 255, 245, 0.33);
  opacity: 0;
}

.main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 38.2vh;
  padding-bottom: 38.2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.static-cube {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.cursor-dot {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-style: solid;
  border-width: 2px;
  border-color: #b6fff5;
  border-radius: 50%;
}

.block {
  position: relative;
  z-index: 99;
  width: 0vw;
  height: 0vh;
  border-style: solid;
  border-width: 2px;
  border-color: #b6fff5;
}

.block-content {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  text-decoration: none;
}

.block-content:hover {
  z-index: 1;
  background-color: #b6fff5;
  box-shadow: 0 0 10rem 0.1px #b6fff5;
  color: #000;
}

.block-content.empty {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cube-top {
  position: absolute;
  left: -2px;
  top: 7px;
  z-index: 0;
  width: 100%;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.block-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #80ea90;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: capitalize;
}

.block-title.muted {
  opacity: 0.3;
}

.block-title.bigtitle {
  margin-bottom: 10px;
  color: #b7fff5;
}

.block-title.bigtitle.small {
  margin-bottom: -7px;
  font-size: 0.7rem;
}

.opening-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.font-smoothing {
  display: none;
}

.block-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block-title-wrapper.bigtitle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cube-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88vw;
  max-width: 71.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-cursor {
  display: none;
}

.remove-webflow-interactions {
  display: none;
}

.mobile-block {
  display: none;
  width: 100%;
}

.cube-top-svg {
  width: 88vw;
  height: 100%;
  max-width: 71.875rem;
  color: #b6fff5;
}

.block-studio {
  width: 12rem;
  padding-right: 1.125rem;
}

.floating-block {
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-color: #b6fff5;
}

.custom-styles {
  display: none;
}

.block-type {
  width: 16rem;
}

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

.card__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  color: #fff;
}

.card__content.align-center {
  text-align: center;
}

.card__title {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 48px;
  margin-bottom: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #0e0e0e;
}

.stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 320px;
  height: 500px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-color: #0f0f0f;
}

.title-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.card__gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(6%, rgba(255, 157, 0, 0.8)), color-stop(31%, #fe01bb), color-stop(41%, #df0be6), color-stop(65%, #00c3ff), color-stop(82%, #005eff));
  background-image: linear-gradient(90deg, rgba(255, 157, 0, 0.8) 6%, #fe01bb 31%, #df0be6 41%, #00c3ff 65%, #005eff 82%);
  -webkit-filter: saturate(100%) blur(10px);
  filter: saturate(100%) blur(10px);
  -webkit-transform: rotate(11deg) scale3d(0.6, 1.1, 1);
  transform: rotate(11deg) scale3d(0.6, 1.1, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card__gradient.outer {
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(14%, #ff9d00), color-stop(38%, #ff00e6), color-stop(66%, #00ffd0), color-stop(83%, #0400ff));
  background-image: linear-gradient(90deg, #ff9d00 14%, #ff00e6 38%, #00ffd0 66%, #0400ff 83%);
  opacity: 0.2;
  -webkit-filter: brightness(116%) saturate(100%) blur(10px);
  filter: brightness(116%) saturate(100%) blur(10px);
}

.card__gradient.inner {
  opacity: 0.3;
  -webkit-filter: saturate(60%) blur(25px);
  filter: saturate(60%) blur(25px);
}

.id-card-cancel {
  width: 40px;
  height: 40px;
  margin-top: 30px;
}

.background {
  position: absolute;
  left: -10%;
  width: 120%;
  max-width: none;
  background-color: #fff;
  background-image: linear-gradient(95deg, #ffc800 12%, #ff6a2b 27%, #ff00b2 43%, #00c3ff 73%, #010eff 96%);
  opacity: 0.3;
  -webkit-filter: none;
  filter: none;
}

.my-id-card {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.character {
  position: absolute;
  z-index: 2;
  height: 260px;
  max-width: none;
  -webkit-filter: saturate(137%);
  filter: saturate(137%);
}

.id-card-box {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.card__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: 500px;
  padding: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3a3938), to(#2c2b2b));
  background-image: linear-gradient(90deg, #3a3938, #2c2b2b);
}

.card__body {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #0e0e0e;
}

.card__inner-mask {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 90%;
  -ms-flex: 0 90%;
  flex: 0 90%;
  border-radius: 20px;
  background-color: #0e0e0e;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.card__inner-mask.small {
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  -webkit-flex-basis: 68%;
  -ms-flex-preferred-size: 68%;
  flex-basis: 68%;
}

.card__inner-mask.image {
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-flex-basis: 68%;
  -ms-flex-preferred-size: 68%;
  flex-basis: 68%;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.card__sheen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0) 39%, #fff 43%, #fff 50%, #fff 58%, hsla(0, 0%, 100%, 0) 62%);
  opacity: 0.1;
  -webkit-filter: blur(17px);
  filter: blur(17px);
}

.card__image {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 200px;
  margin-bottom: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #0e0e0e;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

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

  .block-year {
    width: 4.375rem;
  }

  .block-client {
    width: 11.25rem;
  }

  .preview-wrapper {
    width: 15rem;
    height: 15rem;
    max-width: none;
    min-width: auto;
  }

  .main-wrapper {
    padding-top: 22.2vh;
    padding-bottom: 22.2vh;
  }

  .block-title {
    font-size: 1rem;
  }

  .block-studio {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .logo-3 {
    width: 450px;
  }

  .mobile-block {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .logo-3 {
    width: 380px;
    margin-top: 42px;
    margin-right: 100px;
    margin-bottom: -50px;
  }

  .block-year {
    padding-right: 0.875rem;
  }

  .block-client {
    width: 10rem;
  }

  .icon.muted {
    display: none;
  }

  .main-wrapper {
    overflow: hidden;
    width: 100vw;
  }

  .block-title.bigtitle.small {
    font-size: 0.6rem;
  }

  .block-title.bigtitle.small._0-1rem {
    font-size: 0.8rem;
  }

  .block-title-wrapper {
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }

  .cube-top-svg {
    color: #438c60;
  }

  .floating-block {
    background-color: #000;
  }

  .block-type {
    display: none;
  }

  .text-block-2 {
    color: #fff;
  }

  .my-id-card {
    z-index: 999;
    display: none;
  }
}

#w-node-_9bb0ff8f-2097-52f5-1b1d-536ba494e71c-37a3f396 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a968356b-5ea2-49b8-7e5c-7281910fcc78-37a3f396 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@font-face {
  font-family: 'Sanfranciscodisplay webfont';
  src: url('../fonts/sanfranciscodisplay-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay webfont';
  src: url('../fonts/sanfranciscodisplay-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay webfont';
  src: url('../fonts/sanfranciscodisplay-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay webfont';
  src: url('../fonts/sanfranciscodisplay-heavy-webfont.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay webfont';
  src: url('../fonts/sanfranciscodisplay-black-webfont1.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay webfont';
  src: url('../fonts/sanfranciscodisplay-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay webfont';
  src: url('../fonts/sanfranciscodisplay-ultralight-webfont.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay webfont';
  src: url('../fonts/sanfranciscodisplay-semibold-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay webfont';
  src: url('../fonts/sanfranciscodisplay-thin-webfont.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}