@font-face {
  font-family: Klarheit Grotesk;
  src: url('../fonts/klarheit-grotesk-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Klarheit Grotesk;
  src: url('../fonts/klarheit-grotesk-extralight.woff') format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Klarheit Grotesk;
  src: url('../fonts/klarheit-grotesk-bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Klarheit Grotesk;
  src: url('../fonts/klarheit-grotesk-light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Klarheit Grotesk;
  src: url('../fonts/klarheit-grotesk-medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Klarheit Grotesk;
  src: url('../fonts/klarheit-grotesk-semibold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --080808: #080808;
  --bfbfbf: #bfbfbf;
  --f5: whitesmoke;
  --d9d9d9: #d9d9d9;
  --333333: #333;
  --8c8c8c: #8c8c8c;
  --medium-sea-green: #64cf80;
  --595959: #595959;
  --color: white;
  --eeeeee: #eee;
  --webflow: #2b7af1;
  --shopify: #8db849;
  --wordpress: #9e5390;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--080808);
  background-color: #0000;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--080808);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

h2 {
  color: var(--080808);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  color: var(--080808);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  color: var(--bfbfbf);
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h6 {
  color: var(--080808);
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

p {
  color: var(--080808);
  margin-bottom: 10px;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

a {
  cursor: pointer;
  font-family: Klarheit Grotesk, sans-serif;
  text-decoration: underline;
}

.navigation {
  height: 70px;
}

.brand-wrapper {
  z-index: 999999;
  mix-blend-mode: difference;
  padding-top: 1.2rem;
  padding-left: 4vw;
  font-size: 1.25rem;
  line-height: 1.4;
  position: fixed;
  top: 0%;
  left: 0%;
}

.brand-link {
  text-decoration: none;
  transition: all .3s;
}

.brand-link:hover {
  transform: scale(.98);
}

.nav-menu-desktop {
  z-index: 997;
  mix-blend-mode: difference;
  padding-top: 1.5rem;
  padding-left: 4vw;
  padding-right: 4vw;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.navbar-grid {
  z-index: 997;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  width: 100%;
  position: relative;
}

.navbar-menu-desktop {
  align-items: center;
  display: flex;
}

.navbar-menu-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.nav-link-trigger-1 {
  align-self: flex-start;
}

.nav-link {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link:visited {
  text-decoration: underline;
}

.nav-link.w--current {
  grid-row-gap: 0px;
  display: block;
}

.nav-link.slide-in-bottom {
  cursor: pointer;
  align-self: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.nav-link.slide-in-bottom.w--current {
  color: #fff;
  flex-direction: column;
  text-decoration: underline;
  display: flex;
}

.nav-heading {
  color: #fff;
  text-transform: uppercase;
  mix-blend-mode: difference;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.nav-link-trigger-2, .nav-link-trigger-3, .nav-link-trigger-4, .nav-link-trigger-5 {
  align-self: flex-start;
}

.nav-menu-layer {
  z-index: 1001;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.menu-button-wrapper {
  z-index: 1002;
  cursor: pointer;
  mix-blend-mode: difference;
  background-color: #ddd0;
  margin-top: 1.5rem;
  margin-right: 4vw;
  position: fixed;
  top: 0%;
  right: 0%;
}

.menu-button-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-end;
  align-items: center;
  font-family: Generalsans;
  line-height: 1;
  display: flex;
}

.menu-button {
  z-index: 1002;
  flex: 0 auto;
  padding: 0;
  display: block;
  position: relative;
}

.menu-button-dots {
  cursor: pointer;
  width: 21px;
  height: 20px;
}

.menu-dot {
  background-color: #fff;
  border-radius: 999px;
  width: 5px;
  height: 5px;
  position: absolute;
}

.menu-dot._01 {
  inset: 0% auto auto 0%;
}

.menu-dot._02 {
  inset: 0% 0% auto auto;
}

.menu-dot._03 {
  inset: auto auto 0% 0%;
}

.menu-dot._04 {
  inset: auto 0% 0% auto;
}

.nav-menu-grid {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-menu-list {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  font-size: 14141400px;
  display: flex;
  position: relative;
}

.link {
  color: #fff;
  text-align: center;
  border: 1px solid #ffffff7a;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  transition: all .15s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: relative;
}

.nav-menu-link-grid {
  grid-column-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 4vw;
  display: flex;
}

.nav-menu-link-title {
  color: var(--080808);
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 10vh;
  font-weight: 500;
  line-height: 1;
}

.nav-menu-link-title.en {
  text-transform: uppercase;
  margin-right: 8px;
  font-size: 6vh;
}

.nav-menu-link-title.en.bai {
  color: #fff;
  font-size: 5.8vh;
}

.nav-menu-link-title.cn {
  padding-top: 0;
  font-size: 5vh;
}

.nav-menu-link-title.cn.hei {
  -webkit-text-stroke-width: 1.5px;
  margin-top: -4px;
  margin-left: 2px;
  font-size: 4.7vh;
}

.nav-menu-link-title.cn.bai {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  margin-top: -3px;
  margin-left: 3px;
  font-size: 4.7vh;
}

.div-block {
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
  position: relative;
}

.text-block {
  color: #8c8c8c;
  align-self: flex-start;
  padding-top: 6px;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 24px;
  line-height: 1;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
  margin-top: 120px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.grid.la {
  margin-bottom: 40px;
}

.text-block-2 {
  color: #8c8c8c;
  white-space: nowrap;
  padding-right: 10px;
  font-size: 18px;
}

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

.text-block-3 {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 400;
}

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

.image {
  width: 36px;
  display: block;
}

.div-block-3 {
  justify-content: flex-end;
  display: flex;
}

.nav-jiantou {
  width: 150px;
  position: absolute;
  inset: 20vh 4.1vw auto auto;
}

.nav-jiantou._1 {
  width: 130px;
  margin-top: 20px;
}

.body {
  background-color: var(--f5);
}

.body.contact {
  height: 100vh;
}

.body.hei {
  background-color: var(--080808);
}

.link-block {
  margin-left: 12px;
}

.link-block.footer {
  width: 36px;
  padding-bottom: 0;
}

.link-block.weixin {
  display: none;
}

._2vw-container {
  flex-direction: column;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

._2vw-container.homework {
  position: relative;
}

._2vw-container.xiangqin {
  height: 100vh;
}

._2vw-container.heidi {
  background-color: var(--080808);
}

._2vw-container.hui {
  padding-top: 16vh;
  padding-bottom: 16vh;
}

._2vw-container.hui.home {
  z-index: 99;
  margin-bottom: 0;
  padding-top: 18vh;
  padding-bottom: 10vh;
  position: relative;
}

._2vw-container.hui._1 {
  background-color: #f5f5f5;
}

._2vw-container.work {
  position: relative;
}

._2vw-container.di {
  padding-bottom: 2vw;
}

._2vw-container.ding {
  justify-content: center;
  height: 100vh;
}

._2vw-container.shop {
  max-width: 100%;
}

._2vw-container.shop1250 {
  width: 100%;
  max-width: 1250px;
}

._2vw-container.privacy-policy {
  width: 100%;
  max-width: 100%;
  padding: 80px 18vw;
}

.heading {
  text-align: right;
  text-transform: uppercase;
  margin-top: 200px;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 8.5vw;
  font-weight: 500;
  line-height: .8;
}

.heading.home2 {
  letter-spacing: -.25vw;
  -webkit-text-stroke-width: 3px;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.heading.home1 {
  letter-spacing: -.2vw;
  -webkit-text-stroke-width: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.heading.home3 {
  letter-spacing: -.2vw;
  -webkit-text-stroke-width: 3px;
  margin-top: 0;
  margin-right: -6px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.heading-2 {
  -webkit-text-stroke-width: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.div-block-5 {
  justify-content: flex-end;
  display: flex;
}

.d9-1px-div {
  background-color: var(--d9d9d9);
  height: 1px;
}

.d9-1px-div.home-about {
  margin-top: 36px;
}

.d9-1px-div.xiangqing {
  margin-top: 28px;
  margin-bottom: 28px;
}

.d9-1px-div._333 {
  background-color: var(--333333);
}

.background-video {
  height: 80vh;
  padding-left: 4vw;
  padding-right: 4vw;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

._1ji-handing {
  color: var(--080808);
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
}

._1ji-handing._24 {
  font-size: 2rem;
  font-weight: 400;
}

._1ji-handing.bai {
  color: #fff;
}

.heading-3 {
  text-align: justify;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: none;
  display: inline-block;
}

.biaozhunduanluo {
  text-align: justify;
  margin-bottom: 0;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.biaozhunduanluo.faqs {
  margin-top: 30px;
}

.biaozhunduanluo.faqs.bai {
  color: var(--8c8c8c);
  margin-top: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.biaozhunduanluo.bai {
  color: var(--d9d9d9);
}

._32px-div {
  height: 28px;
}

._32px-div._1 {
  height: 48px;
}

.link-block-2 {
  cursor: pointer;
  width: 100%;
  padding-top: 36px;
  text-decoration: none;
  position: relative;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
}

.div-block-7 {
  flex-direction: row;
  justify-content: space-between;
  margin-left: 24px;
  display: flex;
}

.text-span-2 {
  color: var(--medium-sea-green);
}

.text-block-4 {
  color: #000;
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: 41px;
}

.image-3 {
  z-index: 3;
  width: 400px;
  position: absolute;
  bottom: -100%;
  left: auto;
  right: 12%;
}

.home-about-jiantou {
  width: 18px;
  margin-right: 2px;
}

.heading-5 {
  z-index: -1;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 14rem;
  font-weight: 500;
  position: sticky;
  top: 33%;
}

.grid-2 {
  grid-column-gap: 16vw;
  grid-row-gap: 14vw;
  grid-template-rows: auto;
  width: 100%;
  margin-bottom: 4vh;
  padding-left: 0;
  padding-right: 0;
}

.div-block-10 {
  justify-content: space-between;
  align-items: center;
  margin-top: .8vw;
  display: flex;
}

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

.div-block-13 {
  background-color: #fff;
  border: 1px #000;
  border-radius: 999px;
  margin-right: 10px;
  padding: 8px 20px;
}

.div-block-13.shijian {
  background-color: #ffffffb3;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 6px;
  display: flex;
}

.div-block-13.shijian.biaoqian {
  border: .5px solid var(--080808);
  background-color: #fff0;
  margin-left: 6px;
  margin-right: 0;
  padding: 6px 15px 6.5px;
}

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

.div-block-14._1, .div-block-14.yincang {
  display: none;
}

.heading-6 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .92rem;
  font-weight: 400;
  line-height: 1;
}

.image-6 {
  width: 100%;
}

.div-block-15 {
  margin-top: 1.2vw;
  margin-bottom: 1.2vw;
}

.heading-7 {
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 6px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}

.heading-8 {
  -webkit-text-stroke-width: .5px;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

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

.swiper-button {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.heading-medium {
  color: var(--080808);
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.eyebrow {
  color: var(--8c8c8c);
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.eyebrow.hei {
  color: var(--080808);
  border: .5px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 17px;
  font-size: .85rem;
  font-weight: 300;
  display: flex;
}

.eyebrow._8c {
  color: var(--8c8c8c);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
}

.eyebrow.xiangqing {
  color: var(--080808);
  margin-top: 14px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  font-family: Generalsans;
  font-size: 1rem;
  display: flex;
}

.section.home-insights {
  z-index: 20;
  height: auto;
  padding-top: 100px;
  padding-bottom: 0;
  position: sticky;
  top: 260px;
}

.swiper-top {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.footer {
  background-color: var(--f5);
  margin-top: auto;
}

.div-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 1.5rem;
  grid-template: ". ."
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 140px;
  padding-top: 80px;
  display: grid;
}

.div-block-23 {
  align-items: center;
  display: flex;
}

.heading-11 {
  color: var(--080808);
  -webkit-text-stroke-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
}

.div-block-24 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.heading-13 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.heading-13.dianhua {
  font-size: 1.3rem;
}

.link-block-3 {
  background-color: var(--080808);
  color: #fff;
  cursor: pointer;
  border-radius: 999px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
  padding: 16px 36px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.link-block-3:hover {
  color: var(--f5);
  background-color: #333;
}

.link-block-4 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 999px;
  padding: 16px 36px;
  text-decoration: none;
  transition: all .3s linear;
}

.link-block-4:hover {
  background-color: var(--medium-sea-green);
  color: var(--080808);
}

.div-block-27 {
  margin-top: 40px;
  margin-bottom: 100px;
  padding-left: 48px;
}

.div-block-27.footer {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.div-block-28 {
  flex-direction: row;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-29 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.heading-17 {
  white-space: nowrap;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: .95rem;
  font-weight: 200;
  line-height: 1;
}

.heading-17.seb {
  cursor: pointer;
  margin-right: 0;
  font-weight: 400;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 0;
  display: grid;
}

.div-block-31 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  display: flex;
}

.link-block-7 {
  align-self: center;
  text-decoration: none;
}

.content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  top: -70px;
}

.section-3 {
  margin-top: -10vh;
}

.heading-20 {
  margin-top: 220px;
  margin-bottom: 60px;
  font-size: 8.5vw;
  font-weight: 500;
  line-height: .9;
}

.heading-20._2 {
  letter-spacing: -.1vw;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 9vw;
}

.heading-20._1 {
  letter-spacing: -.1vw;
  -webkit-text-stroke-width: 1px;
  margin-top: 200px;
  margin-bottom: 0;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 9vw;
}

.hei-1px-div {
  background-color: var(--080808);
  width: 38vw;
  height: 2px;
  display: flex;
  position: absolute;
  top: 23.1rem;
  left: 41vw;
}

.div-block-35 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.heading-21 {
  white-space: nowrap;
  width: 15vw;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3vw;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.heading-21.services {
  color: var(--f5);
  white-space: nowrap;
  align-self: center;
  margin-bottom: 0;
  font-size: 2.6vw;
  line-height: 1.3;
}

.heading-21.work {
  white-space: normal;
}

.div-block-36 {
  position: static;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 14vh;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-37 {
  grid-column-gap: 14vw;
  grid-row-gap: 14vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 8vh;
  display: grid;
}

.collection-list-wrapper-2 {
  margin-top: -14vw;
}

.link-top {
  z-index: 5;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.marquee-2 {
  opacity: 0;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 8em;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.track-2 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.link-bottom-2 {
  z-index: 5;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.main-text-2 {
  z-index: 2;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fill-2 {
  z-index: 3;
  color: #000;
  text-align: left;
  background-color: #d3fd50;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0%;
  transition: all .15s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.link-2 {
  text-align: center;
  border: 0 solid #ffffff7d;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  height: 8em;
  margin-bottom: 1px;
  transition: all .15s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: relative;
}

.image-10 {
  object-fit: cover;
  border-radius: 100vw;
  flex: none;
  width: 16.8em;
  height: 6em;
  margin-left: 2em;
  margin-right: 2em;
}

.section-4.menu {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.track-text-2 {
  white-space: nowrap;
}

.heart {
  width: 5.2em;
  margin-left: 3.3em;
  margin-right: 3.3em;
}

.marque-title-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.single-moving-marque-div {
  background-color: var(--080808);
  opacity: 1;
  flex: 0 auto;
  align-items: center;
  width: 100vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  overflow: hidden;
}

.marque-first-part {
  flex: none;
  align-items: center;
  display: flex;
}

.holder {
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
}

.image-11 {
  padding-left: 2.85vw;
}

._100vh-section {
  cursor: pointer;
  height: 90vh;
  position: relative;
}

.heading-22 {
  color: var(--f5);
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 0;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 8.5vw;
  font-weight: 500;
  line-height: 1;
}

.heading-22.ser {
  letter-spacing: -.1px;
  margin-top: 0;
  margin-bottom: -10px;
  font-size: 9vw;
  display: inline-block;
}

.heading-22._1 {
  letter-spacing: -.1vw;
  font-size: 9vw;
}

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

.div-block-43 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4vh;
  display: flex;
  position: relative;
}

.div-block-44 {
  justify-content: space-between;
  display: flex;
}

.div-block-45 {
  background-color: #444;
  height: 1px;
  margin-bottom: 40px;
}

.image-12 {
  width: 100%;
}

.image-12.services-fangda {
  width: 31vw;
}

.div-block-46 {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.div-block-46.concept {
  grid-row-gap: 40px;
  margin-top: 0;
}

.div-block-46.industry {
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  margin-top: 14vh;
}

.div-block-46.industry.xia {
  margin-top: 40px;
}

.div-block-46.faqs {
  margin-bottom: 180px;
}

.div-block-46.about {
  grid-template-columns: 1fr 1.75fr;
  margin-top: 20vh;
  margin-bottom: 22vh;
}

.div-block-47 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 20vh;
  margin-bottom: 20vh;
  display: grid;
}

.image-13 {
  cursor: pointer;
  border-radius: 1.5vw;
  width: 100%;
}

.image-13.about_1 {
  margin-bottom: 60px;
}

.collection-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.collection-item-2 {
  border-top: 1px solid var(--333333);
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.question-wrapper.join-us {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: .6fr 1.5fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-5 {
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.text-block-5.faq {
  color: var(--8c8c8c);
}

.text-block-5.faq.bai {
  color: var(--d9d9d9);
  font-size: 1.05rem;
  font-weight: 400;
}

.answer-wrapper {
  overflow: hidden;
}

.answer-wrapper.join-us {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: .6fr 1.5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.answer-wrapper.faq {
  margin-top: 20px;
}

._11-55vw-contact-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

._11-55vw-contact-container.hei {
  background-color: var(--080808);
  padding: 5vh 4vw 10vh;
  display: block;
}

._11-55vw-contact-container.hei.shouji {
  display: none;
}

.heading-26 {
  letter-spacing: -.1vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 74px;
  font-size: 7.5vw;
  font-weight: 500;
  line-height: .8;
}

.div-block-55 {
  grid-column-gap: 6vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  display: grid;
}

.div-block-56 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.heading-27 {
  color: var(--080808);
  text-align: justify;
  flex: 1;
  font-size: 1.1rem;
  font-weight: 400;
}

.heading-27.dianhua {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
}

.heading-27._0 {
  margin-top: 0;
}

.div-block-57 {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  margin-top: 60px;
  display: flex;
}

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

.text-block-6 {
  color: var(--8c8c8c);
  width: 1.4rem;
  margin-right: 10px;
  font-family: Generalsans;
  font-size: 1.1rem;
  font-weight: 400;
}

.div-block-59 {
  flex-direction: column;
  justify-content: space-between;
  margin-right: 0;
  display: flex;
}

.image-16 {
  width: 13.7vh;
}

.div-block-60 {
  margin-left: -12px;
  display: flex;
}

.image-17 {
  width: 6vw;
  margin-bottom: 56px;
}

.form {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: #0000 #0000 var(--080808);
  opacity: 1;
  background-color: #fff0;
  margin-bottom: 26px;
  padding: 10px 0;
  font-family: Generalsans;
  font-size: .9rem;
  font-weight: 300;
}

.textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #52525200 #52525200 var(--080808);
  background-color: #fff0;
  padding: 10px 0;
  font-family: Generalsans;
  font-size: .9rem;
  font-weight: 300;
}

.submit-button {
  background-color: var(--080808);
  border-radius: 999px;
  width: 100%;
  margin-top: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Generalsans;
  font-weight: 500;
}

.div-block-61 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.heading-28 {
  letter-spacing: -.1vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 10vw;
  font-weight: 500;
  line-height: .9;
}

.div-block-62 {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 180px;
  display: grid;
}

.div-block-63 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-64 {
  justify-content: flex-end;
  display: flex;
}

.image-19 {
  height: 7.5vw;
}

.div-block-66 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.heading-29 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans;
  font-size: 1rem;
  font-weight: 400;
}

._11-55vw-container {
  max-width: 100%;
  padding-left: 4vw;
  padding-right: 4vw;
}

._11-55vw-container.ins {
  padding-left: 4vw;
  padding-right: 4vw;
}

.div-block-72 {
  justify-content: space-between;
  align-items: center;
  margin-top: 180px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-73 {
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}

.heading-30 {
  letter-spacing: -.1vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 10vw;
  font-weight: 500;
  line-height: .8;
}

.image-20 {
  width: 18px;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 2px;
}

.div-block-74 {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.div-block-75 {
  align-self: flex-start;
  height: 100%;
  margin-left: 20px;
}

.heading-31 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1.2;
}

.heading-31._1 {
  margin-top: 3px;
}

.image-22 {
  width: 8vw;
}

.div-block-77 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-time {
  margin-top: 1px;
  margin-bottom: 0;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1;
}

.home-work-cms.zuo1 {
  margin-top: 14vh;
}

.div-block-79 {
  flex: 1;
}

.div-block-80 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.anliye {
  z-index: 1;
  background-color: #eee;
  width: 100%;
  position: fixed;
  top: 0;
}

.heading-32 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.3vw;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.heading-32.yin {
  text-transform: uppercase;
  margin-right: 14px;
  line-height: 1;
}

.heading-32.zh {
  margin-top: -2px;
  font-size: 4.5vw;
}

.div-block-81 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  height: 100%;
  padding-top: 22vh;
  padding-bottom: 5vh;
  display: flex;
}

.div-block-82 {
  grid-column-gap: 14vw;
  grid-row-gap: 0vw;
  flex-direction: column;
  flex: 1;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-self: auto;
  place-items: end stretch;
  display: grid;
}

.image-23 {
  width: auto;
  height: auto;
  display: block;
}

.image-24 {
  width: 32px;
  margin-bottom: 40px;
}

.div-block-83 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  display: grid;
}

.heading-33 {
  color: var(--595959);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
}

.heading-34 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
}

.heading-34._1 {
  font-size: 1.1rem;
  font-weight: 400;
}

.link-block-9 {
  text-decoration: none;
}

.div-block-84 {
  z-index: 2;
  background-color: var(--f5);
  margin-top: 100vh;
  padding-top: 10vh;
  position: sticky;
}

.div-block-85 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-25 {
  width: 4.5vw;
}

.div-block-86 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 4vw;
  padding-right: 4vw;
  display: grid;
}

.heading-35 {
  color: var(--595959);
  width: 92%;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.8;
}

.heading-35.workcms {
  color: var(--080808);
  text-align: justify;
  width: 100%;
  margin-top: 0;
}

.link-block-10 {
  width: 100%;
  height: 100%;
  padding: 2vw 2.6vw;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.link-block-10._140 {
  overflow: hidden;
}

.link-block-10.moren {
  background-color: #f5f5f5;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.hover-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.icon-wrapper {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 10px;
  display: flex;
  box-shadow: 0 0 20px 12px #0000000a;
}

.heading-36 {
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
}

.image-27 {
  width: 18%;
  height: auto;
  margin-bottom: 4px;
  margin-left: 2px;
}

.image-28 {
  align-self: center;
  height: 9vw;
}

.div-block-89 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-30 {
  align-self: center;
  width: 18%;
}

.image-31 {
  opacity: .3;
  width: 9%;
}

.wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content__img {
  width: 100%;
  max-width: 25rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-92 {
  margin-top: 9vh;
  padding-left: 4vw;
  padding-right: 4vw;
  position: relative;
  overflow: hidden;
}

.heading-37 {
  color: var(--080808);
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 10vw;
  font-weight: 500;
  line-height: .9;
}

.image-32 {
  width: 15px;
  margin-left: 10px;
}

.image-33 {
  width: 130px;
}

.div-block-99 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-100 {
  align-items: center;
  display: flex;
}

.tab-link-tab-1 {
  color: var(--080808);
  background-color: #c8c8c800;
  border: .5px solid #000;
  border-radius: 20px;
  margin-left: 10px;
  padding: 7px 32px;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 15px;
}

.tab-link-tab-1.w--current {
  background-color: var(--080808);
  color: #fff;
  font-family: Generalsans;
  font-size: 15px;
  font-weight: 300;
}

.tabs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.tabs-menu {
  align-self: flex-start;
  margin-left: -10px;
}

.tabs-content, .div-block-102 {
  margin-top: 40px;
}

.div-block-103 {
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.div-block-104 {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 0;
}

.heading-38 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
}

.heading-39 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.track1 {
  z-index: 10;
  height: 2900px;
  display: flex;
  position: relative;
}

.camera1 {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 72px;
  overflow: hidden;
}

.div-block-105 {
  margin-bottom: 4vh;
  padding-left: 4vw;
  padding-right: 4vw;
}

.frame1 {
  margin-top: 60px;
  margin-left: 33%;
  display: flex;
}

.item1 {
  flex: none;
  width: 650px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.div-block-110 {
  z-index: 10;
  cursor: pointer;
  background-color: #151515;
  flex-direction: column;
  width: 95%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-35 {
  object-fit: cover;
  width: 100%;
  height: 420px;
}

.home-expertise-section {
  z-index: 5;
  width: 100%;
  min-height: 100vh;
  position: sticky;
}

.expertise-card-list {
  z-index: 3;
  padding-top: 50vh;
  position: sticky;
  top: 0;
}

.expertise-card-wrapper {
  min-height: 75vh;
  display: flex;
  position: sticky;
}

.expertise-card-wrapper.is-1st, .expertise-card-wrapper.is-2nd, .expertise-card-wrapper.is-3rd, .expertise-card-wrapper.is-4th {
  bottom: -69vh;
}

.expertise-card-wrapper.is-5th {
  z-index: 1;
  bottom: -69vh;
}

.expertise-card-wrapper.is-0st {
  min-height: 35vh;
  top: 72px;
}

.expertise-card {
  background-color: var(--080808);
  width: 100%;
  margin-bottom: -20vh;
  padding-bottom: 1vh;
  padding-left: 4vw;
  padding-right: 4vw;
  position: relative;
  overflow: hidden;
}

.expertise-card.is-0st {
  color: #080808;
  background-color: #08080800;
  margin-bottom: -30vh;
  padding-bottom: 10vh;
}

.expertise-card-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 3vh;
}

.grid-5 {
  grid-column-gap: 16vw;
  grid-row-gap: 16vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  margin-top: 10vh;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.grid-5.is-0st {
  grid-template-columns: 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.text-block-12 {
  color: #fff;
  margin-top: 1.5vh;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1;
}

.div-block-111 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.text-block-13 {
  color: var(--bfbfbf);
  text-align: justify;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  display: flex;
}

.section-7 {
  z-index: 10;
  background-color: var(--f5);
  margin-top: 5vh;
  position: relative;
}

.div-block-114 {
  border: 1px solid var(--d9d9d9);
  padding: 24px;
  position: relative;
}

.image-38 {
  width: 92%;
}

.div-block-117 {
  width: 80%;
}

.div-block-118 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-3 {
  color: var(--f5);
  text-align: justify;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
}

.text-block-18 {
  color: var(--080808);
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.image-39 {
  padding-top: 1px;
}

.div-block-119 {
  grid-column-gap: 6px;
  justify-content: space-between;
  display: flex;
}

.div-block-120 {
  background-color: var(--080808);
  height: 1px;
  margin-top: 6px;
  display: block;
}

.div-block-121 {
  border-top: 1px solid #353535;
  width: auto;
}

.div-block-121._1 {
  background-color: var(--d9d9d9);
  border-top-width: 0;
  height: 1px;
}

.heading-41 {
  color: var(--f5);
  letter-spacing: -.05vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 4vw;
  font-weight: 300;
  line-height: .95;
}

.heading-42 {
  color: var(--f5);
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.div-block-124 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: grid;
}

.paragraph-4 {
  color: var(--bfbfbf);
  text-align: justify;
  width: 75%;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.paragraph-4.xia {
  width: 50%;
  font-size: 1.2rem;
}

.heading-43 {
  color: var(--f5);
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  display: inline-block;
}

.text-block-20 {
  color: var(--medium-sea-green);
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}

.heading-44 {
  color: var(--bfbfbf);
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.div-block-126 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-21 {
  color: var(--8c8c8c);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
}

.list-3 {
  color: var(--595959);
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Generalsans;
  font-size: 1.4rem;
  list-style-type: disc;
}

.text-block-23 {
  color: var(--bfbfbf);
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
}

.list-item-3 {
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 1.1rem;
  line-height: 1;
}

.div-block-127 {
  border-top: 1px solid var(--333333);
}

.div-block-128 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.75fr;
  grid-auto-columns: 1fr;
  margin-top: 20vh;
  margin-bottom: 8vh;
}

.div-block-129 {
  grid-column-gap: 12vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 8vh;
  padding-left: 4vw;
  padding-right: 4vw;
  display: grid;
}

.div-block-130 {
  margin-bottom: 66px;
  position: relative;
  overflow: hidden;
}

.div-block-130._1 {
  margin-bottom: 28px;
}

.div-block-131 {
  margin-left: 4vw;
}

.collection-list-wrapper-4 {
  margin-top: 12vw;
}

.link-block-15 {
  border: 1px solid var(--595959);
  color: var(--f5);
  cursor: pointer;
  mix-blend-mode: difference;
  border-radius: 999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 32px;
  font-family: Generalsans;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block-15:hover {
  color: #f5f5f5;
  background-color: #fff;
}

.image-40 {
  mix-blend-mode: difference;
  align-self: center;
  margin-left: 8px;
}

.heading-45 {
  z-index: 1;
  color: var(--f5);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: 12vh;
  left: 0;
}

.heading-45._1 {
  text-align: justify;
  font-size: 1.4rem;
  position: static;
}

.div-block-133 {
  background-color: var(--080808);
  padding-top: 0;
  padding-bottom: 20vh;
  overflow: hidden;
}

.about-image-work {
  margin-left: -20vw;
}

.about-image-work.xia {
  margin-left: 0;
}

.grid-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-9 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: 22vw 22vw 22vw;
  grid-template-columns: 22vw 22vw 22vw 22vw;
  place-content: space-around;
  padding-bottom: 12vh;
}

.div-block-134 {
  background-color: #191919;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
  display: flex;
}

.heading-46 {
  color: var(--medium-sea-green);
  margin-top: 0;
  margin-bottom: 35%;
  font-size: 1.2rem;
  font-weight: 300;
}

.heading-47 {
  color: var(--f5);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.05rem;
  line-height: 1;
}

.paragraph-5 {
  color: var(--8c8c8c);
  text-align: justify;
  font-size: .9rem;
  line-height: 1.5;
}

.div-block-136 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--080808);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  padding: 10vh 4vw 20vh;
  display: grid;
}

.div-block-137 {
  border-top: 1px solid var(--333333);
  margin-bottom: 28px;
}

.div-block-138 {
  margin-bottom: 20px;
}

.div-block-139 {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  padding-top: 14vh;
  display: flex;
}

.div-block-140 {
  border-bottom: 1px solid #000;
}

.div-block-141 {
  grid-row-gap: 0vh;
  flex-direction: column;
  display: flex;
}

.div-block-142 {
  flex-direction: column;
  display: flex;
}

.div-block-143, .div-block-144 {
  background-color: var(--bfbfbf);
  width: 100%;
  height: 1.5px;
  position: absolute;
}

.div-block-145 {
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
  position: relative;
}

.div-block-146 {
  align-items: center;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-147 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-25 {
  color: var(--f5);
  font-family: Generalsans;
  font-size: 1.15rem;
}

.text-block-26 {
  color: var(--8c8c8c);
  font-family: Generalsans;
  font-size: 1rem;
  font-weight: 300;
}

.text-block-26.zhaop {
  color: var(--f5);
  font-weight: 300;
}

.div-block-148 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1.5fr .25fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.text-block-27 {
  color: var(--8c8c8c);
  font-family: Generalsans;
  font-weight: 300;
}

.div-block-149 {
  width: 100%;
}

.div-block-150 {
  position: sticky;
  top: 100px;
}

.custom-styles {
  font-weight: 400;
  display: none;
}

.collection-list-4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-5 {
  margin-top: 40px;
}

.collection-list-wrapper-5.ins {
  margin-top: 0;
}

.collection-item-3 {
  cursor: pointer;
  border: 1px #000;
}

.div-block-152 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-153 {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  display: flex;
}

.image-41 {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.link-block-17 {
  cursor: pointer;
  text-decoration: none;
}

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

.link-block-18 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.link-block-19 {
  text-decoration: none;
}

.image-42 {
  mix-blend-mode: darken;
  width: 40%;
}

.heading-49 {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 300;
}

.div-block-156 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.div-block-157 {
  border-bottom: 1px solid var(--d9d9d9);
}

.heading-50 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
}

.div-block-158 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.rich-text-block {
  margin-bottom: 40px;
}

.div-block-159 {
  width: 70%;
  display: block;
}

.image-44 {
  width: 40px;
}

.div-block-162 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-164 {
  background-color: #191919;
}

.div-block-165 {
  padding-left: 2vw;
  padding-right: 2vw;
  display: none;
}

.div-block-166 {
  margin-bottom: 60px;
}

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

.text-block-29 {
  white-space: nowrap;
  mix-blend-mode: difference;
  font-weight: 300;
}

.link-block-21 {
  color: var(--f5);
  margin-top: 20px;
  text-decoration: underline;
  display: block;
}

.text-block-30 {
  font-size: .9rem;
  font-weight: 300;
}

.home-shouping {
  height: 100vh;
  margin-top: -70px;
}

.link-block-22, .link-block-23 {
  text-decoration: none;
}

.lottie-animation {
  margin-top: 6vh;
  margin-bottom: 4vh;
}

.image-45 {
  width: 100%;
  height: 100%;
  display: none;
}

.image-46 {
  object-fit: cover;
  width: 100%;
  height: 95%;
  display: block;
}

.div-block-171 {
  mix-blend-mode: darken;
}

.collection-item-4 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-block-24, .link-block-25 {
  text-decoration: none;
}

.div-block-173 {
  grid-column-gap: 8px;
  justify-content: space-between;
  margin-bottom: 6px;
  display: flex;
}

.div-block-174 {
  padding-bottom: 5px;
}

.div-block-175 {
  margin-top: 180px;
  margin-bottom: 6px;
  display: flex;
}

.image-48 {
  border-radius: 1px;
  width: 10vw;
  height: 100%;
}

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

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

.link-4, .link-5 {
  text-decoration: none;
}

.link-block-26 {
  justify-content: center;
  text-decoration: none;
  display: none;
}

.heading-51 {
  color: var(--color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
}

.image-49 {
  width: 16px;
  margin-bottom: 2px;
}

.div-block-177 {
  mix-blend-mode: difference;
  border: 1px solid #d4d4d4;
  border-radius: 999px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  padding: 30px;
  display: flex;
}

.div-block-178 {
  background-color: #151515;
}

.div-block-182 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
}

.paragraph-6 {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.div-block-184 {
  grid-column-gap: 16px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  align-items: stretch;
  display: grid;
}

.image-51 {
  width: 36px;
}

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

.text-span-5 {
  text-decoration: underline;
}

.xiangqing-jiantou {
  transition: all .3s;
}

.xiangqing-jiantou:hover {
  opacity: .5;
}

.wechat-tan-chuang {
  z-index: 55555;
  background-color: #0006;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.wechat {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: absolute;
  inset: auto auto 5.5rem 5rem;
}

.wechat.footer {
  border-radius: 0;
  padding: 12px;
  display: flex;
  inset: auto 4vw 10% auto;
}

.image-94 {
  width: 200px;
  height: 200px;
  margin-top: 0;
}

.lottie-animation-2 {
  height: 100vh;
}

.text-span-6 {
  color: var(--medium-sea-green);
}

.section-10 {
  position: relative;
  top: -70px;
}

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

.text-span-7 {
  text-decoration: underline;
}

.collection-list-wrapper-7 {
  margin-top: 10vh;
}

.collection-item-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch stretch;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: 4vw;
  padding-right: 4vw;
  display: grid;
}

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

.heading-52 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.code-embed, .div-block-188 {
  width: 100%;
  height: 100vh;
}

.empty-state {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 4vw;
  display: flex;
}

.image-96 {
  display: none;
}

.video, .div-block-189 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.background-video-2 {
  width: 100%;
  height: 90vh;
}

.image-97 {
  display: none;
}

.heading-53 {
  color: var(--eeeeee);
}

.div-block-191 {
  padding-left: 4vw;
  padding-right: 4vw;
}

.heading-54 {
  color: var(--f5);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
}

.div-block-192 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-bottom: 4vw;
  padding-left: 4vw;
  padding-right: 4vw;
  display: grid;
}

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

.div-block-194 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.line-1px-333 {
  background-color: var(--333333);
  height: 1px;
}

.text-block-36 {
  color: var(--color);
  font-size: 2.4rem;
  line-height: 1;
}

.text-block-37 {
  color: var(--color);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.text-block-38 {
  color: var(--bfbfbf);
  text-align: justify;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.5;
}

._80px-div {
  height: 80px;
}

.div-block-195 {
  align-self: center;
  width: 100%;
}

.div-block-196 {
  justify-content: center;
  align-items: flex-start;
  height: 5000px;
  padding-top: 140px;
  padding-bottom: 200px;
  display: flex;
}

.div-block-197 {
  width: 60%;
  position: sticky;
  top: 140px;
  overflow: hidden;
}

.hua1 {
  z-index: 1;
  position: relative;
}

.hua2 {
  z-index: 2;
  position: absolute;
  inset: 100% 0% 0%;
}

.hua3 {
  z-index: 3;
  position: absolute;
  inset: 100% 0% 0%;
}

.hua4 {
  z-index: 4;
  position: absolute;
  inset: 100% 0% 0%;
}

.hua5 {
  z-index: 5;
  position: absolute;
  inset: 100% 0% 0%;
}

.collection-item-6 {
  margin-bottom: 14vh;
}

.shop {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-198 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-199 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.heading-55 {
  color: var(--color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.2rem;
}

.text-block-39 {
  color: var(--8c8c8c);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}

.tabs-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 140px;
  display: flex;
}

.text-block-40 {
  text-transform: capitalize;
  font-size: 1rem;
}

.tab-link-tab-1-2 {
  background-color: #d2d2d2;
  border: 1px solid #79808b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  padding-left: 0;
  padding-right: 0;
  transition: all .3s;
  display: flex;
}

.tab-link-tab-1-2:hover {
  background-color: var(--color);
}

.tab-link-tab-1-2.w--current {
  background-color: #fff;
  border: 1px solid #79808b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 9px 0;
  display: flex;
}

.tab-link-tab-2 {
  background-color: #bbd6ff;
  border: 1px solid #2b7af1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding: 9px 0;
  transition: all .3s;
  display: flex;
}

.tab-link-tab-2:hover {
  background-color: #146ef5;
}

.tab-link-tab-2.w--current {
  background-color: #2b7af1;
}

.tabs-menu-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 28px;
  display: flex;
}

.tab-link-tab-3 {
  background-color: #c6ceb9;
  border: 1px solid #638134;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding: 9px 0;
  transition: all .3s;
  display: flex;
}

.tab-link-tab-3:hover, .tab-link-tab-3.w--current {
  background-color: #8db849;
}

.tab-link-tab-4 {
  background-color: #e0b8d8;
  border: 1px solid #9e5390;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding: 9px 0;
  transition: all .3s;
  display: flex;
}

.tab-link-tab-4:hover, .tab-link-tab-4.w--current {
  background-color: #ce71bc;
}

.collection-list-wrapper-8 {
  flex-flow: column;
  display: flex;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-content-2 {
  width: 100%;
}

.image-98 {
  border: 1px solid #262626;
  border-radius: 10px;
}

.div-block-200 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 0;
  display: flex;
}

.text-block-41 {
  color: var(--f5);
  font-size: 1rem;
}

.div-block-201 {
  border-radius: 100px;
  margin-right: 8px;
  padding: 7px;
}

.image-99 {
  height: 20px;
  transform: rotate(0);
}

.image-99.zhuan {
  transform: rotate(180deg);
}

.previous, .next {
  background-color: #fafafa00;
  border-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-202 {
  background-color: #505050;
  height: 1px;
}

.heading-56 {
  color: var(--f5);
  margin-top: 100px;
  margin-bottom: 60px;
  font-family: Klarheit Grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.div-block-203 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 100px;
  display: grid;
}

.div-block-204 {
  background-color: #111;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 20px 40px 32px;
  display: flex;
}

.div-block-205 {
  background-color: #c0cdc3;
  border-radius: 4px;
  padding: 12px 20px;
}

.div-block-205._2 {
  background-color: #64cf80;
}

.text-block-42 {
  font-size: 1rem;
  font-weight: 400;
}

.text-block-43 {
  color: var(--color);
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

.div-block-206 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 24px;
  margin-bottom: 28px;
  display: flex;
}

.text-block-44 {
  color: var(--color);
  margin-bottom: 7px;
  font-size: 1.6rem;
  line-height: 1;
}

.text-block-45 {
  color: var(--bfbfbf);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-block-46 {
  color: var(--8c8c8c);
  margin-top: 60px;
  margin-bottom: 28px;
  font-size: 1rem;
  font-weight: 300;
}

.div-block-207 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.text-block-47 {
  color: var(--color);
  margin-left: 10px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.div-block-208 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-48 {
  color: #b9b8b8;
  margin-top: 20px;
  font-size: .9rem;
  font-weight: 300;
}

.shopfooter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #111;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-block-49 {
  color: #b9b8b8;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  font-size: .95rem;
  font-weight: 300;
  line-height: 2;
  display: flex;
}

.image-100 {
  width: 100vw;
}

.link-block-27 {
  text-decoration: none;
}

.pagination {
  margin-top: 40px;
}

.image-101 {
  width: 100%;
}

.shopnav {
  z-index: 999;
  background-color: var(--080808);
  border-bottom: 1px solid #222;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-209 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

.shopnavtext {
  color: var(--color);
  font-size: 1rem;
}

.link-block-28 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-decoration: none;
  display: flex;
}

.div-block-210 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image-102 {
  height: 18px;
}

.text-block-50 {
  text-decoration: underline;
}

._14px {
  font-size: 14px;
}

.section-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-57 {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.list-item-4 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.div-block-212 {
  padding-top: 20px;
  padding-bottom: 40px;
}

@media screen and (min-width: 1440px) {
  .nav-menu-layer {
    display: none;
  }

  .nav-menu-list {
    justify-content: flex-end;
  }

  .nav-menu-link-title.en.bai {
    font-size: 5.8vh;
  }

  .nav-menu-link-title.cn.hei {
    margin-top: -2px;
  }

  .nav-menu-link-title.cn.bai {
    -webkit-text-stroke-width: 1px;
    margin-top: -3px;
    margin-left: 4px;
    font-size: 4.7vh;
  }

  .div-block {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .grid.la {
    margin-bottom: 40px;
  }

  .nav-jiantou._1 {
    width: 130px;
    margin-top: 86px;
  }

  ._2vw-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  ._2vw-container.hui {
    margin-bottom: 0;
  }

  ._2vw-container.hui.home {
    margin-top: 30vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._2vw-container.ding {
    justify-content: center;
    height: 100vh;
  }

  .heading.home3 {
    margin-bottom: 6px;
  }

  .div-block-4 {
    margin-top: 40px;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .background-video {
    height: 90vh;
  }

  .heading-3 {
    text-align: justify;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
  }

  .biaozhunduanluo.faqs.bai {
    font-weight: 300;
  }

  ._32px-div._1 {
    height: 52px;
  }

  .heading-4 {
    font-weight: 400;
  }

  .div-block-7 {
    margin-left: 26px;
  }

  .image-3 {
    width: 420px;
  }

  .home-about-jiantou {
    width: 18px;
  }

  .heading-5 {
    font-size: 18rem;
    top: 28%;
  }

  .grid-2 {
    grid-column-gap: 16vw;
  }

  .heading-11 {
    font-size: 1.8rem;
  }

  .heading-13.dianhua {
    font-size: 1.4rem;
  }

  .div-block-31 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .hei-1px-div {
    width: 38vw;
    top: 23.4rem;
    left: 40.9vw;
  }

  .div-block-37 {
    grid-column-gap: 16.7vw;
    grid-row-gap: 16.7vw;
  }

  .div-block-46.industry {
    margin-top: 14vh;
  }

  .div-block-46.about {
    grid-template-columns: 1fr 1.75fr;
    margin-bottom: 22vh;
  }

  .text-block-5.faq.bai {
    font-size: 1.15rem;
  }

  .div-block-55 {
    grid-template-columns: 1.5fr 1.5fr;
  }

  .div-block-72 {
    margin-bottom: 120px;
  }

  .image-22 {
    width: 7.5vw;
  }

  .heading-32.zh {
    font-size: 4.4vw;
  }

  .heading-33 {
    font-size: 1rem;
  }

  .heading-34._1 {
    font-size: 1.2rem;
    font-weight: 400;
  }

  .image-25 {
    width: 4.6vw;
  }

  .heading-35 {
    width: 75%;
  }

  .heading-35.workcms {
    font-size: 1rem;
    line-height: 1.7;
  }

  .icon-wrapper.da {
    width: 110px;
    height: 110px;
  }

  .image-28 {
    height: 7.5vw;
  }

  .div-block-89 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-4 {
    padding-bottom: 60px;
  }

  .image-35 {
    height: 450px;
  }

  .text-block-13 {
    width: 90%;
  }

  .section-7 {
    margin-top: 10vh;
  }

  .image-38 {
    width: 94%;
  }

  .div-block-121._1 {
    background-color: var(--d9d9d9);
    border-top-style: none;
    border-top-width: 0;
    height: 1px;
  }

  .paragraph-4 {
    width: 75%;
    font-size: 1.2rem;
  }

  .paragraph-4.xia {
    width: 45%;
  }

  .heading-43 {
    text-align: justify;
    font-size: 1.85rem;
  }

  .heading-44 {
    font-size: 1.2rem;
  }

  .div-block-130 {
    margin-bottom: 80px;
  }

  .heading-45 {
    padding-left: 6vw;
    font-size: 1.8rem;
  }

  .heading-45._1 {
    padding-left: 0;
    font-size: 1.6rem;
  }

  .heading-46 {
    margin-bottom: 45%;
  }

  .paragraph-5 {
    color: var(--bfbfbf);
  }

  .div-block-137, .div-block-138 {
    margin-bottom: 28px;
  }

  .div-block-146 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .collection-list-4 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .collection-list-4._3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-42 {
    width: 35%;
  }

  .div-block-160 {
    width: 90%;
  }

  .div-block-163 {
    width: 80%;
  }

  .text-block-30 {
    font-size: .95rem;
  }

  .home-shouping {
    height: 100vh;
  }

  .image-46 {
    height: 93%;
  }

  .div-block-173 {
    grid-column-gap: 8px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu-link-title.en.bai {
    font-size: 5.8vh;
  }

  .nav-menu-link-title.cn.hei {
    margin-top: -4px;
    margin-left: 4px;
  }

  .nav-menu-link-title.cn.bai {
    -webkit-text-stroke-width: 1.5px;
    margin-top: -3px;
    margin-left: 8px;
    font-size: 4.65vh;
  }

  .div-block {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .grid {
    margin-top: 140px;
  }

  .grid.la {
    margin-bottom: 80px;
  }

  .image {
    width: 40px;
  }

  .nav-jiantou {
    right: 2vw;
  }

  .nav-jiantou._1 {
    width: 150px;
    top: 23vh;
    right: 4vw;
  }

  ._2vw-container.you {
    padding-left: 11.55vw;
  }

  ._2vw-container.ding {
    justify-content: flex-end;
    height: 100vh;
  }

  .heading.home2 {
    -webkit-text-stroke-width: 4px;
    margin-bottom: 6px;
    font-size: 8.5vw;
  }

  .heading.home1, .heading.home3 {
    -webkit-text-stroke-width: 4px;
    font-size: 8.5vw;
  }

  .div-block-4 {
    margin-top: 40px;
  }

  .heading-2 {
    font-size: 1.8rem;
  }

  .background-video {
    height: 90vh;
  }

  ._1ji-handing._24 {
    font-size: 2.4rem;
  }

  .heading-3 {
    -webkit-text-stroke-width: .5px;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
  }

  .biaozhunduanluo {
    text-align: justify;
  }

  .biaozhunduanluo.faqs.bai {
    font-size: .95rem;
  }

  .biaozhunduanluo.bai {
    font-size: 1.1rem;
  }

  .biaozhunduanluo.da {
    font-size: 1.3rem;
  }

  ._32px-div._1 {
    height: 56px;
  }

  .heading-4 {
    font-size: 1.5rem;
    font-weight: 400;
  }

  .div-block-7 {
    margin-left: 26px;
  }

  .text-block-4 {
    font-size: 1.1rem;
  }

  .image-3 {
    width: 450px;
    right: 25%;
  }

  .heading-5 {
    margin-top: -10vh;
    font-size: 22rem;
    position: sticky;
    top: 24%;
  }

  .grid-2 {
    grid-column-gap: 20vw;
  }

  .heading-medium {
    font-size: 1.1rem;
  }

  .heading-11 {
    font-size: 2.3rem;
    font-weight: 500;
  }

  .heading-13.dianhua {
    font-size: 1.4rem;
  }

  .div-block-30 {
    grid-template-columns: .5fr .75fr .5fr .75fr;
  }

  .div-block-31 {
    grid-column-gap: 28px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .hei-1px-div {
    width: 38vw;
    top: 28rem;
    left: 40.9vw;
  }

  .div-block-37 {
    grid-column-gap: 24vw;
    grid-row-gap: 14vw;
  }

  .heading-22.ser {
    margin-top: 0;
  }

  .image-12.services-fangda {
    width: 31vw;
  }

  .div-block-46.industry {
    margin-top: 16vh;
  }

  .div-block-46.faqs {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-46.about {
    grid-template-columns: 1fr 2.32fr;
    margin-bottom: 24vh;
  }

  .div-block-47 {
    grid-template-columns: 1fr 1.5fr .5fr;
  }

  ._11-55vw-contact-container {
    height: 100vh;
  }

  ._11-55vw-contact-container.hei {
    padding-left: 11.55vw;
    padding-right: 11.55vw;
  }

  ._11-55vw-contact-container.hei.shouji {
    display: none;
  }

  ._11-55vw-contact-container.bai {
    justify-content: center;
  }

  .div-block-55 {
    grid-template-columns: 1.25fr 1fr;
  }

  .div-block-57 {
    grid-column-gap: 12vw;
    grid-row-gap: 0px;
    justify-content: flex-start;
  }

  .image-16 {
    width: 14vh;
  }

  .div-block-72 {
    margin-bottom: 120px;
  }

  .image-20 {
    width: 24px;
    padding-bottom: 2px;
  }

  .image-22 {
    width: 7.5vw;
  }

  .heading-32.zh {
    font-size: 4.4vw;
  }

  .div-block-81 {
    padding-top: 20vh;
  }

  .div-block-82 {
    grid-auto-columns: 1fr;
  }

  .image-25 {
    width: 4vw;
  }

  .heading-35.workcms {
    text-align: justify;
    font-size: 1rem;
    line-height: 1.7;
  }

  .icon-wrapper.da {
    width: 120px;
    height: 120px;
  }

  .image-28 {
    align-self: flex-start;
    height: 7vw;
  }

  .image-30 {
    width: 17%;
  }

  .heading-37 {
    font-size: 9.5vw;
  }

  .image-33 {
    width: 160px;
  }

  .grid-4 {
    padding-bottom: 100px;
  }

  .frame1 {
    margin-top: 0;
  }

  .item1 {
    width: 760px;
  }

  .image-35 {
    height: 580px;
  }

  .grid-5 {
    grid-column-gap: 20vw;
    grid-row-gap: 20vw;
    grid-template-columns: 1fr 1fr;
  }

  .grid-5.is-0st {
    grid-column-gap: 20vw;
    grid-row-gap: 20vw;
  }

  .text-block-13 {
    width: 85%;
    font-size: 1.1rem;
    line-height: 1.8;
  }

  .section-7 {
    margin-top: 10vh;
  }

  .image-38 {
    width: 100%;
  }

  .div-block-117 {
    width: 75%;
  }

  .paragraph-3 {
    width: 100%;
  }

  .heading-42 {
    font-size: 1.6rem;
  }

  .paragraph-4 {
    width: 65%;
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .paragraph-4.xia {
    width: 40%;
    font-size: 1.4rem;
  }

  .heading-43 {
    text-align: justify;
    margin-bottom: 0;
  }

  .heading-44 {
    font-size: 1.4rem;
  }

  .div-block-129 {
    grid-column-gap: 16vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .div-block-130 {
    margin-bottom: 120px;
  }

  .div-block-130._1 {
    margin-bottom: 40px;
  }

  .heading-45 {
    font-size: 2.4rem;
    top: 13.1vh;
    left: 94px;
  }

  .heading-45._1 {
    font-size: 1.6rem;
  }

  .div-block-133 {
    padding-top: 10vh;
  }

  .grid-8 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .grid-9 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: 21.5vw 21.5vw 21.5vw;
    grid-template-columns: 21.5vw 21.5vw 21.5vw 21.5vw;
  }

  .div-block-134 {
    padding: 40px;
  }

  .heading-46 {
    margin-bottom: 54%;
    font-size: 1.4rem;
  }

  .heading-47 {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

  .paragraph-5 {
    font-size: .95rem;
    line-height: 1.6;
  }

  .div-block-137, .div-block-138 {
    margin-bottom: 40px;
  }

  .div-block-146 {
    height: 90%;
    padding-left: 120px;
    padding-right: 120px;
  }

  .collection-list-4 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .image-41 {
    height: 420px;
  }

  .image-41.ins {
    height: 400px;
  }

  .image-41.home {
    height: 550px;
  }

  .image-42 {
    width: 30%;
  }

  .div-block-159 {
    width: 60%;
  }

  .section-9 {
    background-color: var(--080808);
  }

  .div-block-160 {
    width: 90%;
  }

  .image-44 {
    width: 60px;
  }

  .lottie-animation {
    margin-top: 6vh;
    margin-bottom: 6vh;
  }

  .image-46 {
    height: 90%;
  }

  .div-block-173 {
    grid-column-gap: 10px;
  }

  .div-block-174 {
    padding-top: 0;
    padding-bottom: 9px;
  }

  .div-block-178 {
    justify-content: center;
    align-items: center;
    height: 95%;
    display: flex;
  }

  .paragraph-6 {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .div-block-184 {
    grid-row-gap: 18px;
  }

  .image-51 {
    width: 40px;
  }

  .section-10 {
    flex-direction: column;
    height: 100vh;
    display: flex;
  }

  .div-block-187 {
    display: block;
  }

  .text-block-36 {
    font-size: 2.8rem;
  }

  .text-block-37 {
    font-size: 2.4rem;
  }

  .text-block-38 {
    font-size: 1.1rem;
  }

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

  .div-block-197 {
    flex-flow: column;
    width: 55%;
    display: flex;
    top: 140px;
  }

  .hua1 {
    z-index: 1;
  }

  .hua2 {
    z-index: 2;
  }

  .hua3 {
    z-index: 3;
  }

  .hua4 {
    z-index: 4;
  }

  .hua5 {
    z-index: 5;
  }

  .div-block-199 {
    margin-top: 120px;
  }

  .heading-55 {
    font-size: 2.8rem;
  }

  .text-block-39 {
    font-size: 1.5rem;
  }

  .tabs-2 {
    margin-top: 32px;
  }

  .tabs-menu-2 {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 991px) {
  .brand-wrapper {
    padding-left: 40px;
  }

  .nav-menu-desktop {
    display: none;
  }

  .menu-button-wrapper {
    margin-top: 0;
    margin-right: 0;
  }

  .nav-menu-list {
    justify-content: flex-start;
    height: auto;
    margin-top: 120px;
    margin-bottom: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link {
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-link-grid {
    padding-left: 28px;
  }

  .nav-menu-link-title.en.hei {
    margin-right: 4px;
    font-size: 44px;
  }

  .nav-menu-link-title.cn.hei {
    font-size: 38px;
    font-weight: 400;
  }

  .div-block {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .grid {
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
    margin-top: 50px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .text-block-3.hanzi {
    font-size: 17px;
  }

  .image {
    width: 40px;
  }

  .div-block-3 {
    justify-content: flex-start;
  }

  .div-block-3._1 {
    margin-top: 40px;
  }

  .nav-jiantou {
    display: none;
  }

  .link-block {
    margin-left: 0;
    margin-right: 12px;
  }

  .link-block.footer {
    width: 28px;
    margin-left: 10px;
    margin-right: 0;
  }

  ._2vw-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._2vw-container.homework {
    position: static;
  }

  ._2vw-container.hui {
    margin-bottom: 5vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  ._2vw-container.hui.home {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  ._2vw-container.you {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._2vw-container.di {
    padding-bottom: 40px;
  }

  ._2vw-container.ding {
    height: auto;
  }

  ._2vw-container.privacy-policy {
    padding: 40px 5vw;
  }

  .heading.home2 {
    -webkit-text-stroke-width: 2px;
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 10vw;
  }

  .heading.home1 {
    -webkit-text-stroke-width: 2px;
    margin-top: 120px;
    margin-bottom: 4px;
    font-size: 10vw;
  }

  .heading.home3 {
    -webkit-text-stroke-width: 2px;
    font-size: 10vw;
  }

  .div-block-4 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .heading-2 {
    font-size: 1.2rem;
    font-weight: 400;
  }

  .background-video {
    height: 45vh;
    margin-top: 0;
  }

  .div-block-6 {
    grid-template-columns: .5fr 1fr;
  }

  ._1ji-handing {
    font-size: 1rem;
  }

  ._1ji-handing._24 {
    font-size: 1.4rem;
  }

  ._1ji-handing.bai {
    color: var(--080808);
  }

  .heading-3 {
    text-align: justify;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .biaozhunduanluo {
    font-size: .8rem;
  }

  .biaozhunduanluo.faqs.bai {
    font-size: .85rem;
  }

  .biaozhunduanluo.bai {
    color: var(--bfbfbf);
  }

  ._32px-div {
    height: 20px;
  }

  .heading-4 {
    font-size: 1.3rem;
  }

  .image-3, .heading-5 {
    display: none;
  }

  .grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .div-block-10 {
    margin-top: 2vw;
  }

  .div-block-15 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .heading-8 {
    -webkit-text-stroke-width: .2px;
  }

  .heading-medium {
    font-size: 1rem;
  }

  .eyebrow.hei, .eyebrow._8c {
    font-size: .9rem;
  }

  .section.home-insights {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .div-block-22 {
    grid-row-gap: 1rem;
    grid-template: ". ."
                   "Area Area"
                   / 1fr .25fr;
    margin-bottom: 60px;
    padding-top: 20px;
  }

  .div-block-23 {
    flex-direction: row;
  }

  .heading-11 {
    margin-bottom: 0;
    font-size: 1.1rem;
  }

  .heading-13 {
    font-size: 1rem;
  }

  .heading-13.dianhua {
    font-size: 1.2rem;
  }

  .link-block-3 {
    padding: 12px 28px;
  }

  .link-block-4 {
    padding: 12px 24px;
  }

  .div-block-27.footer {
    padding-left: 0;
  }

  .div-block-28 {
    justify-content: flex-start;
    align-self: flex-end;
    align-items: flex-start;
    padding-left: 0;
  }

  .heading-17, .heading-17.seb {
    margin-right: 0;
  }

  .div-block-30 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template: "."
                   "Area"
                   / .75fr .5fr;
    justify-content: stretch;
    padding-bottom: 0;
  }

  .div-block-31 {
    grid-column-gap: 20px;
    justify-content: flex-start;
  }

  .link-block-7 {
    margin-right: 0;
  }

  .link-block-7.w--current {
    margin-right: 20px;
  }

  .content {
    display: none;
  }

  .section-3 {
    margin-top: 0;
  }

  .heading-20 {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .heading-20._1 {
    margin-top: 80px;
  }

  .hei-1px-div {
    width: 32vw;
    top: 11.2rem;
  }

  .div-block-35 {
    flex-direction: row;
  }

  .heading-21.services {
    margin-right: 40px;
    font-size: 3vw;
    font-weight: 500;
  }

  .heading-21.work {
    width: 22vw;
    margin-bottom: 10px;
    font-size: 4vw;
  }

  .collection-list {
    grid-row-gap: 3vh;
  }

  .div-block-37 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .collection-list-wrapper-2 {
    margin-top: -10px;
  }

  .single-moving-marque-div {
    display: none;
  }

  ._100vh-section {
    height: 40vh;
  }

  .heading-22 {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .div-block-45 {
    margin-bottom: 40px;
  }

  .image-12.services-fangda {
    width: 30vw;
  }

  .div-block-46.industry {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .div-block-46.industry.xia {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    margin-top: 0;
  }

  .div-block-46.faqs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-46.about {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .div-block-47 {
    grid-template-columns: 2fr;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-13 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .image-13.about_1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .question-wrapper.join-us, .answer-wrapper.join-us {
    grid-template-columns: .5fr 1.5fr .25fr;
  }

  ._11-55vw-contact-container {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  ._11-55vw-contact-container.hei {
    padding: 40px;
  }

  .heading-26 {
    margin-bottom: 40px;
    font-size: 12vw;
  }

  .div-block-55 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-27 {
    text-align: justify;
    margin-top: 10px;
  }

  .div-block-57 {
    margin-top: 40px;
  }

  .div-block-58 {
    margin-bottom: 20px;
  }

  .text-block-6 {
    align-self: flex-end;
  }

  .div-block-59 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-16 {
    width: 14.5vh;
  }

  .div-block-60 {
    margin: 40px 0 0;
  }

  .image-17 {
    width: 10vw;
    display: none;
  }

  .div-block-62 {
    margin-top: 40px;
  }

  .image-19 {
    display: none;
  }

  .div-block-66 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-29 {
    font-size: .9rem;
  }

  ._11-55vw-container, ._11-55vw-container.ins {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-72 {
    margin-top: 60px;
  }

  .heading-30 {
    font-size: 15vw;
  }

  .image-20 {
    width: 18px;
    padding-bottom: 1px;
  }

  .heading-31 {
    font-size: 2.5vw;
  }

  .image-22 {
    width: 8vw;
  }

  .div-block-81 {
    padding-top: 15vh;
    padding-bottom: 0;
  }

  .div-block-82 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-content: stretch;
    margin-top: 12vh;
    padding-top: 0;
  }

  .image-24 {
    width: 32px;
    margin-bottom: 20px;
  }

  .div-block-83 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: .3fr .75fr;
  }

  .div-block-84 {
    padding-top: 60px;
  }

  .image-25 {
    width: 40px;
    height: auto;
  }

  .div-block-86 {
    grid-template-columns: .25fr 1fr;
  }

  .heading-35.workcms {
    margin-bottom: 0;
  }

  .link-block-10 {
    margin-top: 20px;
    padding-top: 4vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .link-block-10._140 {
    margin-top: 30px;
    padding: 4vw 5vw 10vw;
  }

  .link-block-10.moren {
    padding-top: 4vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hover-wrapper {
    display: none;
  }

  .image-28 {
    height: 9vh;
  }

  .image-29 {
    width: 60%;
  }

  .image-30 {
    width: 50px;
  }

  .image-31 {
    width: 8%;
  }

  .div-block-92 {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-37 {
    margin-bottom: 2px;
    font-size: 9vw;
  }

  .image-33 {
    width: 70px;
  }

  .div-block-99 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-100 {
    margin-top: 40px;
  }

  .tab-link-tab-1 {
    padding: 6px 25px;
    font-size: 14px;
  }

  .tab-link-tab-1.w--current {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .div-block-102 {
    top: 33px;
  }

  .grid-4 {
    padding-top: 60px;
  }

  .camera1 {
    height: 60vh;
  }

  .div-block-105 {
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .frame1 {
    margin-left: 0%;
  }

  .item1 {
    height: 40vh;
  }

  .expertise-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .expertise-card.is-5th {
    padding-bottom: 30vh;
  }

  .expertise-card.is-0st {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-5 {
    grid-column-gap: 2vw;
    grid-row-gap: 4vh;
    grid-template-columns: 1fr;
    padding-top: 5vh;
  }

  .grid-5.is-0st {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .text-block-13 {
    font-size: 1.1rem;
  }

  .image-38, .div-block-117 {
    width: 100%;
  }

  .paragraph-3 {
    color: var(--080808);
    width: 100%;
    font-size: 1.2rem;
  }

  .text-block-18 {
    font-size: 1rem;
  }

  .heading-41 {
    font-size: 3.4rem;
  }

  .heading-42 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 1.8rem;
  }

  .paragraph-4 {
    width: 100%;
    font-size: 1rem;
    line-height: 1.8;
  }

  .paragraph-4.xia {
    width: 100%;
    font-size: 1rem;
  }

  .heading-43 {
    font-size: 1.5rem;
  }

  .heading-44 {
    color: var(--f5);
    font-size: 1.3rem;
  }

  .div-block-126 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: .5fr .6fr .75fr;
    margin-top: 20px;
  }

  .text-block-21, .text-block-23 {
    font-size: 1rem;
  }

  .div-block-127 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-128 {
    margin-top: 4vh;
    margin-bottom: 4vh;
  }

  .div-block-129 {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-131 {
    margin-left: 0;
  }

  .heading-45 {
    font-size: 1.4rem;
    top: 3vh;
    left: 0;
  }

  .div-block-133 {
    padding-top: 5vh;
    padding-bottom: 10vh;
  }

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

  .grid-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 8vh;
  }

  .div-block-134 {
    padding: 10px 16px 12px;
  }

  .heading-46 {
    margin-bottom: 15%;
  }

  .heading-47 {
    font-size: 1rem;
  }

  .paragraph-5 {
    font-size: .85rem;
  }

  .div-block-136 {
    grid-template-columns: 1fr;
    padding: 40px;
  }

  .div-block-137 {
    margin-bottom: 20px;
  }

  .div-block-139 {
    height: auto;
    padding-top: 2vh;
  }

  .div-block-141 {
    grid-row-gap: 4vh;
  }

  .text-block-25 {
    font-size: 1.1rem;
  }

  .collection-list-4 {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-4._3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-list-wrapper-5 {
    margin-top: 20px;
  }

  .div-block-152 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-153 {
    margin-bottom: 10px;
  }

  .image-41 {
    height: 200px;
  }

  .image-41.ins {
    height: 280px;
  }

  .image-42 {
    width: 80%;
  }

  .div-block-156 {
    grid-template-columns: .5fr 1fr;
  }

  .div-block-160 {
    margin-top: 40px;
  }

  .image-44 {
    width: 28px;
  }

  .div-block-161 {
    padding: 24px 40px;
  }

  .div-block-162 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .div-block-163 {
    margin-bottom: 40px;
  }

  .div-block-165 {
    margin-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .div-block-166 {
    margin-bottom: 40px;
  }

  .div-block-167 {
    grid-template-columns: 1fr;
  }

  .yingcangdiv {
    display: none;
  }

  .div-block-168 {
    margin-bottom: 0;
  }

  .home-shouping {
    height: auto;
  }

  .lottie-animation {
    margin-bottom: 2vh;
  }

  .image-45 {
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .div-block-173 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .div-block-175 {
    margin-top: 0;
  }

  .image-48 {
    width: 13vw;
    height: 94%;
    padding-top: 2px;
  }

  .div-block-178 {
    display: none;
  }

  .div-block-182 {
    grid-template-columns: .5fr .5fr;
  }

  .div-block-184 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .wechat.footer {
    bottom: 2rem;
    left: 2rem;
  }

  .section-10 {
    top: 0;
  }

  .collection-list-wrapper-7 {
    margin-top: 40px;
  }

  .image-96 {
    width: 100%;
    display: block;
  }

  .code-embed-2 {
    display: none;
  }

  .div-block-190 {
    margin-top: 20px;
  }

  .div-block-194 {
    grid-template-columns: .25fr .75fr 1.25fr;
  }

  .text-block-37 {
    font-size: 1.5rem;
  }

  .div-block-196 {
    height: auto;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .div-block-197 {
    width: 100%;
  }

  .div-block-199 {
    margin-top: 20px;
  }

  .heading-55 {
    font-size: 1.7rem;
  }

  .collection-list-5 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-203 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 60px;
  }

  .div-block-204 {
    padding-left: 20px;
  }

  .text-block-42 {
    font-size: .9rem;
  }

  .text-block-43 {
    font-size: 2.2rem;
  }

  .div-block-206 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-44 {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }

  .text-block-45 {
    font-size: 1rem;
  }

  .text-block-46 {
    margin-top: 40px;
    font-size: .9rem;
  }

  .text-block-47 {
    font-size: .9rem;
  }

  .div-block-208 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brand-wrapper {
    padding-left: 28px;
  }

  .nav-menu-layer {
    height: 100vh;
    display: none;
  }

  .menu-button-wrapper {
    margin-right: 0;
  }

  .nav-menu-list {
    justify-content: flex-start;
    margin-top: 120px;
  }

  .link {
    margin-bottom: 12px;
  }

  .nav-menu-link-grid {
    padding-left: 28px;
  }

  .nav-menu-link-title.en.hei {
    margin-right: 6px;
    font-size: 38px;
  }

  .nav-menu-link-title.cn.hei {
    -webkit-text-stroke-width: .5px;
    font-size: 32px;
    font-weight: 500;
  }

  .grid {
    margin-top: 40px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .div-block-3 {
    margin-top: 20px;
  }

  .link-block.footer {
    margin-left: 10px;
    margin-right: 0;
  }

  ._2vw-container {
    margin-bottom: 0;
    padding-left: 28px;
    padding-right: 28px;
  }

  ._2vw-container.hui {
    padding-top: 28px;
  }

  ._2vw-container.hui.home {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  ._2vw-container.you {
    padding-left: 28px;
    padding-right: 28px;
  }

  ._2vw-container.ding {
    height: auto;
  }

  .heading.home2 {
    -webkit-text-stroke-width: 2px;
    margin-right: -4px;
    font-size: 12vw;
  }

  .heading.home1 {
    -webkit-text-stroke-width: 2px;
    margin-bottom: 0;
    margin-right: 2px;
    font-size: 12vw;
  }

  .heading.home3 {
    -webkit-text-stroke-width: 2px;
    font-size: 12vw;
  }

  .div-block-4 {
    grid-template-columns: 1fr .5fr;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-2 {
    font-size: 1rem;
  }

  .background-video {
    height: 35vh;
    margin-bottom: 28px;
  }

  .div-block-6 {
    grid-template-columns: 2fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  ._1ji-handing {
    font-size: 1rem;
  }

  .heading-3 {
    font-size: 1.3rem;
  }

  .biaozhunduanluo.bai {
    font-size: .85rem;
    line-height: 1.6;
  }

  ._32px-div {
    height: 16px;
  }

  ._32px-div._1 {
    height: 32px;
  }

  .link-block-2 {
    padding-top: 28px;
  }

  .text-block-4 {
    top: 31px;
  }

  .image-3 {
    display: none;
  }

  .grid-2 {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-top {
    margin-top: 0;
  }

  .div-block-24 {
    justify-content: flex-start;
  }

  .heading-17, .heading-17.seb {
    margin-right: 0;
  }

  .div-block-30 {
    grid-column-gap: 4px;
    grid-row-gap: 11px;
    grid-template: ". ."
                   "Area Area"
                   / .25fr 2fr;
  }

  .heading-20 {
    margin-bottom: 30px;
  }

  .heading-20._1 {
    margin-top: 100px;
  }

  .hei-1px-div {
    width: 32vw;
    top: 10.6rem;
  }

  .heading-21.services {
    margin-right: 20px;
    font-size: 3.6vw;
  }

  .heading-21.work {
    margin-bottom: 6px;
  }

  ._100vh-section {
    height: 30vh;
  }

  .heading-22.ser {
    margin-bottom: 4px;
  }

  .div-block-43 {
    margin-top: 12vh;
    top: -65px;
  }

  .div-block-44 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-45 {
    margin-bottom: 20px;
  }

  .image-12 {
    margin-top: -30px;
  }

  .image-12.services-fangda {
    width: 100vw;
    margin-top: 0;
  }

  .div-block-46.concept {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .div-block-46.industry {
    margin-top: 20px;
  }

  .div-block-46.faqs {
    margin-top: 0;
  }

  .div-block-47 {
    grid-template-columns: 2fr;
    margin-bottom: 40px;
  }

  .question-wrapper.join-us {
    grid-template-columns: .5fr .5fr;
  }

  .answer-wrapper.join-us {
    grid-template-columns: 1.5fr;
  }

  ._11-55vw-contact-container {
    padding-left: 28px;
    padding-right: 28px;
  }

  ._11-55vw-contact-container.hei {
    padding: 28px;
  }

  .heading-26 {
    margin-bottom: 40px;
  }

  .div-block-55 {
    grid-row-gap: 48px;
  }

  .heading-27 {
    font-size: 1rem;
  }

  .div-block-57 {
    flex-direction: column;
    margin-top: 20px;
  }

  .div-block-58 {
    align-items: flex-end;
    margin-bottom: 4px;
  }

  .div-block-59 {
    display: block;
  }

  .image-16 {
    width: 12vh;
  }

  .div-block-60, .form {
    margin-top: 20px;
  }

  ._11-55vw-container.ins {
    padding-left: 28px;
    padding-right: 28px;
  }

  .heading-31 {
    font-size: 3vw;
  }

  .div-block-77 {
    flex-direction: row;
    margin-bottom: 20px;
  }

  .div-block-81 {
    padding-top: 10vh;
  }

  .div-block-82 {
    grid-template-columns: 1fr;
    margin-top: 4vh;
  }

  .div-block-84 {
    padding-top: 40px;
  }

  .image-25 {
    width: 30px;
  }

  .div-block-86 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .heading-35.workcms {
    margin-bottom: 0;
  }

  .image-28 {
    align-self: center;
    height: 8vh;
  }

  .div-block-90 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-31 {
    display: none;
  }

  .div-block-92 {
    margin-top: 10px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .image-33 {
    width: 60px;
  }

  .tab-link-tab-1 {
    margin-left: 0;
    margin-right: 20px;
  }

  .tab-link-tab-1.w--current {
    margin-left: 0;
  }

  .tabs-menu {
    align-self: flex-start;
  }

  .tabs-content {
    margin-top: 20px;
  }

  .div-block-102 {
    margin-bottom: 23px;
    position: static;
    top: -17px;
  }

  .grid-4 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .expertise-card {
    padding-left: 28px;
    padding-right: 28px;
  }

  .expertise-card.is-5th {
    padding-bottom: 25vh;
  }

  .expertise-card.is-0st {
    padding-left: 28px;
    padding-right: 28px;
  }

  .grid-5.is-0st {
    grid-template-columns: 1fr;
  }

  .text-block-13 {
    font-size: 1rem;
  }

  .image-38 {
    width: 95%;
  }

  .div-block-117 {
    width: 100%;
  }

  .text-block-18 {
    font-size: 1rem;
  }

  .heading-41 {
    font-size: 3rem;
  }

  .div-block-124 {
    grid-template-columns: 2fr 1.25fr;
  }

  .paragraph-4 {
    font-size: .85rem;
    line-height: 1.7;
  }

  .paragraph-4.xia {
    width: 100%;
  }

  .heading-44 {
    font-size: 1.2rem;
  }

  .div-block-128 {
    margin-top: 3vh;
    margin-bottom: 0;
  }

  .div-block-133 {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .about-image-work {
    margin-left: 0;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 4vh;
  }

  .div-block-136 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-137 {
    margin-bottom: 40px;
  }

  .div-block-142 {
    grid-row-gap: 4vh;
  }

  .text-block-26 {
    font-size: .9rem;
    font-weight: 300;
  }

  .text-block-26.zhaop {
    font-size: .9rem;
    font-weight: 300;
    display: flex;
  }

  .div-block-148 {
    grid-template-columns: .25fr .75fr .25fr;
  }

  .collection-list-4, .collection-list-4._3 {
    grid-template-columns: 1fr;
  }

  .image-41 {
    height: 300px;
  }

  .image-43, .image-43.yingcang {
    display: none;
  }

  .div-block-161 {
    padding-right: 28px;
  }

  .div-block-163 {
    margin-bottom: 60px;
  }

  .div-block-165 {
    margin-bottom: 40px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .div-block-166 {
    margin-bottom: 40px;
  }

  .div-block-169, .div-block-170 {
    display: none;
  }

  .home-shouping {
    height: auto;
  }

  .lottie-animation {
    margin-bottom: 0;
    display: none;
  }

  .image-45 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .div-block-171 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-175 {
    margin-top: 0;
  }

  .image-48 {
    display: none;
  }

  .div-block-182 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .wechat.footer {
    bottom: 1rem;
    left: 1rem;
  }

  .collection-list-wrapper-7 {
    margin-top: 40px;
  }

  .image-97 {
    margin-top: 40px;
    display: block;
  }

  .div-block-194 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .text-block-36 {
    font-size: 1.6rem;
  }

  .text-block-37 {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .text-block-38 {
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.6;
  }

  .div-block-196 {
    padding-bottom: 60px;
  }

  .text-block-39 {
    text-align: left;
  }

  .privacy-policy-headiing {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  h6 {
    font-size: .85rem;
  }

  .navigation {
    height: 60px;
    display: flex;
  }

  .brand-wrapper {
    padding-top: 14px;
    padding-left: 14px;
  }

  .nav-menu-layer {
    height: 100vh;
    display: none;
  }

  .menu-button-wrapper {
    margin-top: 0;
    margin-right: 0;
  }

  .menu-button-dots {
    width: 20px;
  }

  .nav-menu-grid {
    position: static;
  }

  .nav-menu-list {
    justify-content: flex-start;
    height: auto;
    margin-top: 120px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link, .link.w--current {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-link-grid {
    padding-left: 14px;
  }

  .nav-menu-link-title.en.hei {
    margin-right: 4px;
    font-size: 30px;
  }

  .nav-menu-link-title.cn.hei {
    -webkit-text-stroke-width: .4px;
    margin-top: -3px;
    margin-left: 1px;
    font-size: 25px;
  }

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

  .grid {
    grid-row-gap: 9px;
    grid-template-rows: auto auto auto auto;
    margin-top: 60px;
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .div-block-2 {
    margin-bottom: 2px;
  }

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

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

  .div-block-3 {
    justify-content: flex-start;
    margin-top: 40px;
  }

  .div-block-3._1 {
    margin-top: 30px;
  }

  .nav-jiantou {
    display: none;
    position: static;
  }

  .link-block {
    width: 36px;
    margin-right: 12px;
  }

  .link-block.footer {
    width: 32px;
    margin-left: 0;
    margin-right: 10px;
  }

  ._2vw-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  ._2vw-container.hui {
    margin-bottom: 0;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  ._2vw-container.hui.home {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  ._2vw-container.you {
    padding-left: 14px;
    padding-right: 14px;
  }

  ._2vw-container.di {
    padding-bottom: 16px;
  }

  ._2vw-container.ding {
    height: auto;
  }

  ._2vw-container._0vw {
    padding-left: 0;
    padding-right: 0;
  }

  ._2vw-container.privacy-policy {
    padding: 20px 16px 40px;
  }

  .heading.home2 {
    letter-spacing: -.4vw;
    -webkit-text-stroke-width: 1px;
    margin-bottom: 0;
    font-size: 12vw;
  }

  .heading.home1 {
    letter-spacing: -.4vw;
    -webkit-text-stroke-width: 1px;
    margin-top: 100px;
    margin-bottom: 0;
    font-size: 12vw;
  }

  .heading.home3 {
    letter-spacing: -.4vw;
    -webkit-text-stroke-width: 1px;
    margin-bottom: 0;
    font-size: 12vw;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.25fr;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .heading-2 {
    -webkit-text-stroke-width: 0px;
    white-space: nowrap;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .div-block-5 {
    display: none;
  }

  .d9-1px-div.home-about {
    margin-top: 16px;
  }

  .background-video {
    height: 25vh;
  }

  .div-block-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    margin-top: 20px;
  }

  ._1ji-handing {
    font-size: 1rem;
  }

  ._1ji-handing._24 {
    text-align: left;
    display: flex;
  }

  ._1ji-handing.bai._1 {
    margin-bottom: 10px;
  }

  .heading-3 {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .biaozhunduanluo {
    font-size: .85rem;
    line-height: 1.6;
  }

  .biaozhunduanluo.faqs.bai {
    margin-top: 10px;
  }

  ._32px-div {
    height: 14px;
  }

  ._32px-div._1 {
    height: 28px;
  }

  .link-block-2 {
    flex-direction: column;
    padding-top: 20px;
    display: flex;
  }

  .heading-4 {
    font-size: 1.1rem;
  }

  .div-block-7 {
    margin-left: 22px;
  }

  .text-block-4 {
    font-size: .8rem;
    top: 25px;
  }

  .home-about-jiantou {
    width: 15px;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .div-block-10 {
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-13.shijian {
    padding-bottom: 6px;
  }

  .div-block-13.shijian.biaoqian {
    margin-left: 0;
    margin-right: 6px;
    padding-top: 4px;
    padding-bottom: 4.5px;
  }

  .heading-6 {
    font-size: .8rem;
    font-weight: 400;
  }

  .heading-7 {
    font-size: 1.3rem;
  }

  .heading-8 {
    font-size: 1.15rem;
  }

  .div-block-16 {
    margin-top: 6px;
  }

  ._120px-div {
    margin-bottom: -10px;
  }

  .eyebrow.xiangqing {
    margin-top: 4px;
  }

  .section.home-insights {
    padding-top: 36px;
  }

  .div-block-22 {
    grid-row-gap: 0rem;
    grid-template-columns: 2fr;
    grid-template-areas: ". ."
                         "Area Area";
    margin-bottom: 40px;
    padding-top: 32px;
  }

  .div-block-23 {
    flex-direction: row;
    align-items: center;
  }

  .heading-11 {
    -webkit-text-stroke-width: 0px;
    margin-top: -8px;
    margin-bottom: 24px;
    font-size: 1.1rem;
  }

  .heading-13 {
    white-space: nowrap;
    font-size: .9rem;
  }

  .heading-13.dianhua {
    font-size: 1.1rem;
  }

  .link-block-3 {
    justify-content: center;
    align-self: center;
    width: 100%;
    margin-right: 10px;
    padding: 11px 20px;
    display: flex;
  }

  .link-block-4 {
    justify-content: center;
    align-self: center;
    width: 100%;
    padding: 11px 20px;
    display: flex;
  }

  .div-block-27.footer {
    margin-bottom: 40px;
  }

  .div-block-29 {
    padding-bottom: 20px;
  }

  .heading-17 {
    flex-direction: column;
    display: flex;
  }

  .heading-17.seb {
    margin-bottom: 0;
    margin-right: 0;
    font-size: .9rem;
  }

  .div-block-30 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template: "."
                   "Area"
                   "."
                   / .25fr;
    padding-bottom: 0;
  }

  .div-block-31 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .div-block-31.shu {
    margin-bottom: 10px;
    display: block;
  }

  .link-block-7 {
    flex-direction: column;
    align-items: flex-start;
  }

  .link-block-7.w--current {
    margin-right: 0;
  }

  .heading-20 {
    margin-bottom: 50px;
  }

  .heading-20._2 {
    margin-top: 4px;
    margin-bottom: 40px;
    font-size: 9vw;
  }

  .heading-20._1 {
    -webkit-text-stroke-width: 0px;
    margin-top: 60px;
    font-size: 9vw;
  }

  .hei-1px-div {
    width: 24vw;
    height: 1px;
    top: 6.9rem;
    left: 40.4vw;
  }

  .heading-21.services {
    width: 100%;
    margin-right: 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .heading-21.work {
    width: 30vw;
    font-size: 5.7vw;
  }

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

  .collection-list-wrapper-2 {
    margin-top: -40px;
  }

  .single-moving-marque-div {
    display: none;
  }

  ._100vh-section {
    height: 28vh;
  }

  .heading-22 {
    margin-top: 40px;
    font-size: 9vw;
  }

  .heading-22.ser {
    font-size: 14vw;
  }

  .heading-22._1 {
    margin-top: 20px;
    font-size: 14vw;
  }

  .div-block-42 {
    margin-top: 40px;
  }

  .div-block-43 {
    margin-top: 100px;
    top: -57px;
  }

  .div-block-45 {
    margin-bottom: 30px;
    display: none;
  }

  .image-12.services-fangda {
    width: 100%;
  }

  .div-block-46.concept {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-46.industry, .div-block-46.faqs {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .div-block-47 {
    margin-top: 0;
  }

  .image-13, .image-13.about_1 {
    margin-bottom: 20px;
  }

  .image-13.s {
    margin-top: 40px;
  }

  .collection-item-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-5.faq.bai {
    width: 93%;
    font-size: 1rem;
  }

  ._11-55vw-contact-container {
    height: auto;
    padding-left: 14px;
    padding-right: 14px;
  }

  ._11-55vw-contact-container.hei {
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading-26 {
    letter-spacing: -.5vw;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 16vw;
  }

  .div-block-55 {
    margin-top: 40px;
    padding-top: 0;
  }

  .heading-27 {
    font-size: .9rem;
    font-weight: 300;
  }

  .heading-27.dianhua {
    font-size: 1.1rem;
  }

  .div-block-58 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .text-block-6 {
    font-size: 1rem;
  }

  .div-block-59 {
    margin-bottom: 10px;
  }

  .image-16 {
    width: 140px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-60 {
    margin-top: 30px;
  }

  .submit-button {
    margin-top: 10px;
  }

  .heading-28 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14vw;
    font-weight: 500;
  }

  .div-block-62 {
    grid-template-columns: 1fr;
  }

  .image-19 {
    height: 10vw;
    display: block;
  }

  .image-19._1 {
    display: none;
  }

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

  ._11-55vw-container, ._11-55vw-container.ins {
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-block-72 {
    margin-bottom: 40px;
  }

  .div-block-73 {
    align-self: flex-start;
  }

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

  .image-20 {
    width: 11px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .div-block-75 {
    margin-top: -4px;
  }

  .heading-31 {
    font-size: 13px;
    line-height: 1.1;
  }

  .home-work-cms.zuo1 {
    margin-top: 1vh;
  }

  .div-block-80 {
    align-items: flex-start;
  }

  .heading-32.yin {
    margin-right: 10px;
    font-size: 8vw;
  }

  .heading-32.zh {
    font-size: 7vw;
  }

  .div-block-81 {
    padding-top: 13vh;
  }

  .div-block-82 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 6rem;
  }

  .image-23 {
    height: auto;
  }

  .image-24 {
    width: 24px;
    margin-bottom: 20px;
  }

  .div-block-83 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: .5fr 1.25fr;
  }

  .heading-33 {
    font-size: .9rem;
  }

  .heading-34._1 {
    font-size: 1rem;
  }

  .div-block-84 {
    padding-top: 36px;
  }

  .div-block-85 {
    align-items: center;
  }

  .image-25 {
    width: 40px;
  }

  .heading-35.workcms {
    width: 100%;
    margin-bottom: 0;
    line-height: 1.6;
  }

  .link-block-10._140 {
    margin-top: 20px;
  }

  .image-28 {
    align-self: flex-start;
    height: 6vh;
    display: none;
  }

  .div-block-89 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .image-30 {
    width: 32px;
    display: block;
  }

  .image-31, .wrapper {
    display: none;
  }

  .div-block-92 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading-37 {
    -webkit-text-stroke-width: 0px;
    margin-bottom: 0;
    font-size: 14vw;
    line-height: 1;
  }

  .image-32 {
    width: 12px;
    margin-left: 6px;
    padding-top: 2px;
  }

  .image-33 {
    width: 40px;
    display: none;
  }

  .div-block-100 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tab-link-tab-1 {
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 6px;
  }

  .tab-link-tab-1.w--current {
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 6px;
    font-size: 14px;
  }

  .tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    align-self: stretch;
    margin-left: 0;
    display: grid;
  }

  .div-block-102 {
    margin-bottom: 0;
    position: relative;
  }

  .div-block-103 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .grid-4 {
    padding-top: 60px;
  }

  .heading-39 {
    font-size: 1.4rem;
  }

  .image-35 {
    height: auto;
  }

  .expertise-card-list {
    padding-top: 40vh;
  }

  .expertise-card {
    padding-left: 14px;
    padding-right: 14px;
  }

  .expertise-card.is-5th {
    margin-bottom: -60vh;
  }

  .expertise-card.is-0st {
    padding-left: 14px;
    padding-right: 14px;
  }

  .grid-5 {
    grid-row-gap: 2vh;
    margin-top: 0;
    padding-top: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-5.is-0st {
    padding-top: 4vh;
  }

  .text-block-13 {
    width: 90%;
    margin-bottom: 20px;
    font-size: .95rem;
  }

  .image-38 {
    width: 88%;
  }

  .div-block-117 {
    width: 100%;
  }

  .paragraph-3 {
    font-size: 1rem;
  }

  .text-block-18 {
    font-size: .85rem;
  }

  .div-block-120 {
    margin-top: 4px;
  }

  .heading-41 {
    margin-bottom: 40px;
    font-size: 2.6rem;
  }

  .heading-42 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }

  .div-block-124 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.25fr;
    align-items: start;
  }

  .paragraph-4 {
    line-height: 1.6;
  }

  .paragraph-4.xia {
    width: 100%;
    font-size: .85rem;
  }

  .heading-43 {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 300;
  }

  .heading-44 {
    font-size: 1.1rem;
  }

  .div-block-126 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .5fr 1fr 1fr;
  }

  .text-block-21, .text-block-23, .list-item-3 {
    font-size: .9rem;
  }

  .div-block-128 {
    margin-top: 2vh;
  }

  .div-block-129 {
    grid-column-gap: 16px;
  }

  .div-block-130 {
    margin-bottom: 32px;
  }

  .link-block-15 {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    padding: 4px 18px;
    display: flex;
  }

  .image-40 {
    width: 11px;
  }

  .heading-45 {
    font-size: 1rem;
    top: 12px;
    left: 13px;
  }

  .div-block-133 {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

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

  .div-block-136 {
    padding: 28px 14px;
  }

  .div-block-137 {
    margin-bottom: 20px;
  }

  .div-block-139 {
    height: auto;
    margin-bottom: 20px;
    padding-top: 20px;
    display: block;
  }

  .div-block-141 {
    grid-row-gap: 3vh;
  }

  .div-block-142 {
    margin-top: 0;
  }

  .div-block-143, .div-block-144 {
    height: 1px;
  }

  .div-block-145 {
    width: 16px;
  }

  .text-block-25 {
    font-size: 1rem;
  }

  .text-block-26, .text-block-26.zhaop {
    font-size: .85rem;
  }

  .collection-list-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .collection-list-wrapper-5 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .image-41 {
    height: 220px;
  }

  .image-41.ins {
    height: 260px;
  }

  .image-42 {
    width: 100%;
  }

  .heading-49 {
    font-size: .85rem;
  }

  .div-block-156 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: .5fr 1fr;
  }

  .heading-50 {
    font-size: .85rem;
  }

  .div-block-159 {
    display: none;
  }

  .div-block-160 {
    margin-top: 28px;
  }

  .image-44 {
    align-self: center;
    width: 10%;
    display: none;
  }

  .div-block-161 {
    flex: none;
    padding: 20px 14px 20px 20px;
  }

  .div-block-165 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-block-166 {
    margin-bottom: 0;
  }

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

  .link-block-21 {
    margin-top: 10px;
  }

  .home-shouping {
    height: auto;
    margin-top: 0;
  }

  .text-block-31, .text-block-32 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-33, .text-block-34 {
    justify-content: center;
    display: flex;
  }

  .lottie-animation {
    margin-top: 4vh;
    margin-bottom: 0;
  }

  .image-45 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-block-173 {
    grid-column-gap: 0px;
  }

  .div-block-175 {
    margin-top: 0;
  }

  .div-block-176, .div-block-178 {
    display: none;
  }

  .div-block-182 {
    grid-row-gap: 20px;
    grid-template-columns: 1.25fr;
  }

  .div-block-184 {
    display: none;
  }

  .wechat.footer {
    width: 280px;
    height: 360px;
    padding: 24px;
    inset: auto auto 1rem 1rem;
  }

  .div-block-186 {
    margin-bottom: 10px;
  }

  .section-10 {
    top: 0;
  }

  .div-block-187 {
    display: block;
  }

  .collection-list-wrapper-7 {
    margin-top: 40px;
  }

  .empty-state {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-190 {
    margin-top: 0;
  }

  .text-block-37 {
    font-size: 1.1rem;
  }

  ._80px-div {
    height: 40px;
  }

  .div-block-196 {
    padding-bottom: 0;
  }

  .collection-item-6 {
    margin-bottom: 4vh;
  }

  .div-block-198 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-199 {
    margin-top: 100px;
  }

  .heading-55 {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .text-block-39 {
    text-align: left;
    font-size: 1rem;
  }

  .tabs-2 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 28px;
  }

  .tab-link-tab-1-2, .tab-link-tab-1-2.w--current, .tab-link-tab-2 {
    width: 100%;
  }

  .tabs-menu-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .tab-link-tab-3, .tab-link-tab-4 {
    width: 100%;
  }

  .collection-list-5 {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .image-98 {
    border-radius: 4px;
  }

  .div-block-200 {
    padding-top: 8px;
  }

  .text-block-41 {
    font-size: .95rem;
  }

  .heading-56 {
    text-align: left;
    width: 90%;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .div-block-203 {
    grid-template-columns: 1fr;
    margin-bottom: 28px;
  }

  .div-block-204 {
    padding-top: 28px;
    padding-bottom: 20px;
  }

  .div-block-208 {
    padding-top: 40px;
    padding-bottom: 28px;
  }

  .text-block-48 {
    margin-top: 10px;
  }

  .text-block-49 {
    text-align: left;
    margin-top: 28px;
    font-size: .85rem;
    line-height: 1.5;
  }

  .pagination {
    margin-top: 28px;
  }

  .image-103 {
    width: 95px;
  }

  .div-block-211 {
    display: none;
  }

  .image-104 {
    width: 120px;
  }

  .div-block-212 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .privacy-policy-headiing {
    font-size: 1.5rem;
  }
}

#w-node-_842eb6f2-d0b4-e71d-4a9a-de05f595fad8-10833d84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7c8bba28-8666-a9a9-60d0-89d06c0970d0-10833d84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eeba7737-c4e0-db58-6cee-d18ba2dc4ad9-10833d84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-de6b9e72-c397-a594-d888-4e96eda1348f-10833d84, #w-node-c05a89b2-d817-056e-e731-daddf81fec4b-10833d84, #w-node-_9c020a1e-f882-193e-12e3-8b13fde5944c-10833d84, #w-node-b514e180-4c61-6651-6705-875b9ed94125-10833d84, #w-node-eea134b7-9a3d-6309-c561-115a58df25b0-10833d84, #w-node-_4025f4fd-dcba-7836-d1ee-de783f46627b-10833d84, #w-node-_813ca09c-db46-0511-55ec-3b41ceb752a5-10833d84, #w-node-_45f543df-8934-68e8-7957-ef2881297c02-10833d84, #w-node-e6132807-2955-1b7c-17cc-1cd04006139c-10833d84, #w-node-e6132807-2955-1b7c-17cc-1cd0400613a3-10833d84, #w-node-cb44d81d-46ee-3436-3eef-0ef6828f27c0-10833d84, #w-node-cb44d81d-46ee-3436-3eef-0ef6828f27c7-10833d84, #w-node-_30b63838-b195-3eb8-b797-4b88c1c74e42-10833d84, #w-node-_30b63838-b195-3eb8-b797-4b88c1c74e49-10833d84, #w-node-cb2d2a02-8bf6-572d-b88c-ef9479540ae5-10833d84, #w-node-cb2d2a02-8bf6-572d-b88c-ef9479540aec-10833d84, #w-node-_520640db-2e4a-b9f9-f2ef-f7352d929559-2d929555, #w-node-_520640db-2e4a-b9f9-f2ef-f7352d929569-2d929555 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a52cbdc7-091a-32d7-fed1-1fab9b42ee28-2d929555 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-_520640db-2e4a-b9f9-f2ef-f7352d9295bd-2d929555 {
  justify-self: start;
}

#w-node-_73c2a71b-efda-0f0d-1713-3e56b493e765-2d929555 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_520640db-2e4a-b9f9-f2ef-f7352d9295ae-2d929555 {
  justify-self: end;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452866d-c4528666 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528689-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452868a-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c452868e-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528694-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528695-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528699-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452869d-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452869e-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286a2-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286a6-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286a7-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286ab-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286af-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286b0-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286b4-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286b8-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286b9-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286bd-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286c2-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286c3-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286c7-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286cb-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286cc-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286d0-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286d4-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286d5-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286d9-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286dd-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286de-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286e2-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286e6-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286e7-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286eb-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286f0-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286f1-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286f5-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286f9-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286fa-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45286fe-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528702-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528703-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528707-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452870b-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452870c-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528710-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528714-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528715-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528719-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452871f-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528720-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528724-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452872a-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452872b-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c452872f-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528733-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528734-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528738-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452873c-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452873d-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528741-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528745-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528746-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c452874a-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452874e-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452874f-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528753-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528758-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528759-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c452875d-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528761-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528762-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528766-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452876a-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452876b-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c452876f-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528773-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528774-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528778-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452877c-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452877d-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528781-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528786-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528787-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c452878b-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452878f-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528790-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528794-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528798-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528799-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c452879d-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287a1-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287a2-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287a6-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287aa-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287ab-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287af-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287b5-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287b6-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287ba-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287c0-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287c1-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287c5-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287c9-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287ca-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287ce-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287d2-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287d3-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287d7-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287db-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287dc-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287e0-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287e4-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287e5-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287e9-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287ee-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287ef-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287f3-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287f7-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287f8-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45287fc-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528800-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528801-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528805-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528809-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452880a-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c452880e-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528812-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528813-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528817-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452881c-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452881d-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528821-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528825-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528826-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c452882a-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452882e-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452882f-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528833-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528837-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528838-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c452883c-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528840-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528841-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528845-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452884b-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452884c-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528850-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528856-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528857-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c452885b-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452885f-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528860-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528864-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528868-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528869-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c452886d-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528871-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528872-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528876-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452887a-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452887b-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c452887f-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528884-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528885-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528889-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452888d-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452888e-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528892-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528896-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528897-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c452889b-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452889f-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288a0-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288a4-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288a8-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288a9-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288ad-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288b2-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288b3-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288b7-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288bb-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288bc-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288c0-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288c4-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288c5-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288c9-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288cd-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288ce-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288d2-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288d6-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288d7-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288db-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288e1-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288e2-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288e6-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288ec-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288ed-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288f1-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288f5-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288f6-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288fa-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288fe-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45288ff-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528903-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528907-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528908-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c452890c-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528910-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528911-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528915-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452891a-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452891b-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c452891f-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528923-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528924-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528928-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452892c-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452892d-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528931-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528935-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528936-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c452893a-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452893e-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452893f-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528943-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528948-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528949-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c452894d-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528951-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528952-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528956-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452895a-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452895b-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c452895f-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528963-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528964-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528968-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452896c-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452896d-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528971-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528976-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528977-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c452897b-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452897f-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528980-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528984-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528988-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528989-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c452898d-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528991-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528992-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528996-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452899a-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c452899b-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c452899f-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289a4-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289a5-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289a9-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289ad-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289ae-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289b2-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289b6-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289b7-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289bb-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289bf-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289c0-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289c4-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289c8-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289c9-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289cd-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289d3-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289d4-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289d8-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289de-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289df-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289e3-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289e7-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289e8-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289ec-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289f0-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289f1-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289f5-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289f9-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289fa-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c45289fe-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a02-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a03-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a07-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a0c-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a0d-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a11-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a15-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a16-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a1a-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a1e-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a1f-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a23-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a27-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a28-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a2c-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a30-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a31-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a35-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a3a-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a3b-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a3f-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a43-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a44-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a48-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a4c-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a4d-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a51-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a55-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a56-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a5a-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a5e-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a5f-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a63-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a67-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a6c-c4528666, #w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a71-c4528666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-fd8342b4-0551-ec3c-7e51-cdf4c4528a76-c4528666, #w-node-_28145c3a-1a82-dcd6-b1cc-27cc2c6e7b2f-10833dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f2a10e2-a2da-5961-7544-2ae2ce02bc90-10833dcc {
  align-self: center;
}

#w-node-ec95d442-0128-0cfe-6077-3ee629aad160-10833dcc, #w-node-ec95d442-0128-0cfe-6077-3ee629aad163-10833dcc, #w-node-ec95d442-0128-0cfe-6077-3ee629aad164-10833dcc, #w-node-ec95d442-0128-0cfe-6077-3ee629aad166-10833dcc, #w-node-ec95d442-0128-0cfe-6077-3ee629aad168-10833dcc, #w-node-ec95d442-0128-0cfe-6077-3ee629aad16c-10833dcc, #w-node-ec95d442-0128-0cfe-6077-3ee629aad16e-10833dcc, #w-node-ec95d442-0128-0cfe-6077-3ee629aad172-10833dcc, #w-node-ec95d442-0128-0cfe-6077-3ee629aad174-10833dcc, #w-node-_8196c70e-e5a9-2ee8-22a6-909e06f1e0fe-10833dcc, #w-node-_465f81b6-c565-2e4d-0df5-a838318067e8-10833dcc, #w-node-e2d7005d-6a11-9a61-1a00-0d631ffd01de-10833dcc, #w-node-db0cb840-a0a1-73c8-6736-9ce218a347d7-10833dcc, #w-node-_7e5dbf65-e014-92fe-f529-065c3ba10dca-10833dcc, #w-node-fb700b69-476b-fbf2-83de-73a2d367ede4-10833dcc, #w-node-_2a813349-a8a3-7679-dce7-8a6465606f36-10833dcc, #w-node-_626ff417-7478-c753-1bb3-6d66814bffce-10833dcc, #w-node-d1df9446-844b-3402-e0d4-b77d7dd91536-10833dcc, #w-node-a826cdda-fe4e-68d1-7212-aad83d46ab7a-10833dcc, #w-node-bb8cd58c-7d5f-fc67-3172-6be8ff10d4a1-10833dcc, #w-node-_7d8bf00d-0305-0b5a-f341-dc2866520e57-10833dcc, #w-node-_3558d499-4200-ebcd-6d93-bd4dd85c743b-10833dcc, #w-node-b3ef816c-5ba8-b071-26f6-7e9980df8c16-10833dcc, #w-node-ed31c5d2-0706-f391-df3f-24db97fb89c7-10833dcc, #w-node-_485e8adb-f722-9ac7-83be-3a45b5fc7b6d-10833dcc, #w-node-_8199aa61-c9e5-f83f-47b6-6e84f033c2fa-10833dcc, #w-node-ce0c7ee5-f92d-d593-8b14-8af58a1d75cb-10833dcc, #w-node-_6adebd1a-26a3-3ef3-5825-1fbfb0f76e6a-10833dcc, #w-node-_23873122-7454-6446-4829-f08c0b246930-10833dcc, #w-node-a7f4924f-76ee-abf0-4a1e-8aa7ee6ec9a6-10833dcc, #w-node-d989c029-54f6-046e-18e3-c2de64b5d4f4-10833dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06dff99a-8f7b-6285-1ab0-cf6c8422fbd5-10833dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d85d97f3-acf2-6bac-f54f-c551ebf55618-10833dcc, #w-node-a5530fe0-54f2-a285-ba41-1084c19a3bc1-10833dcc, #w-node-bd2172fa-c523-7f85-f269-efb7906a5c23-10833dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_652411b3-0271-1db2-cba0-f2fc4cf25dbf-10833dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_31ba1ade-0751-ca53-b119-2b7655d24db2-10833dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a0dbc33-33bd-0e31-79bf-be4c3c8dea5a-10833dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_1de50e6f-80c3-653d-edcd-a2db8e24c7a2-10833dcc, #w-node-_579c21fe-6dd3-aad5-15dc-5ba2fffaf375-10833dcc, #w-node-_579c21fe-6dd3-aad5-15dc-5ba2fffaf377-10833dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_579c21fe-6dd3-aad5-15dc-5ba2fffaf379-10833dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_579c21fe-6dd3-aad5-15dc-5ba2fffaf37a-10833dcc, #w-node-_579c21fe-6dd3-aad5-15dc-5ba2fffaf37c-10833dcc, #w-node-_2f8d3712-5b37-c90a-a05b-244bd27b0c33-10833dcc, #w-node-_2f8d3712-5b37-c90a-a05b-244bd27b0c35-10833dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f8d3712-5b37-c90a-a05b-244bd27b0c37-10833dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2f8d3712-5b37-c90a-a05b-244bd27b0c38-10833dcc, #w-node-_2f8d3712-5b37-c90a-a05b-244bd27b0c3a-10833dcc, #w-node-_717c5ddd-6e9c-0d2a-a075-992e0825f5f6-10833dcc, #w-node-_717c5ddd-6e9c-0d2a-a075-992e0825f5f8-10833dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717c5ddd-6e9c-0d2a-a075-992e0825f5fa-10833dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_717c5ddd-6e9c-0d2a-a075-992e0825f5fb-10833dcc, #w-node-_717c5ddd-6e9c-0d2a-a075-992e0825f5fd-10833dcc, #w-node-_8a97314d-2060-18dd-cb83-081696fafa16-10833dea, #w-node-e6c24f8a-9adf-4f44-a3eb-f54152af780f-10833dea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5696486-9008-b335-6fbb-4be7a3396417-10833dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9fba4d41-01a4-8a4d-7978-50f677679d43-10833dec, #w-node-_48df2238-e8d3-2d17-eeed-58c2602a0cda-10833dec, #w-node-_2ebb1536-cacb-3e2c-754b-22be6802bea7-10833dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6a73c0a-4992-0005-9da2-79393f9ce36c-10833dee {
  align-self: end;
}

#w-node-_5bc4de28-a682-9dd1-7664-1bd57683b58e-10833dee, #w-node-_150c5113-742f-e546-de87-572ad6562d34-10833dee, #w-node-_33391dc4-adef-e334-7997-b06a6b2fdbd6-10833dee, #w-node-b9ebb179-9115-e286-8661-bfb777c49bc2-10833dee, #w-node-_0fedcad1-4314-aaed-c188-7101694b5291-10833dee, #w-node-_0fedcad1-4314-aaed-c188-7101694b5293-10833dee, #w-node-_762533f0-5326-fb21-6ad3-5aa03b55c0d1-10833dee, #w-node-_762533f0-5326-fb21-6ad3-5aa03b55c0d3-10833dee, #w-node-_155aa148-b794-f93c-1583-c864f31de88a-10833dee, #w-node-_155aa148-b794-f93c-1583-c864f31de88c-10833dee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cca5b9b-745f-e584-7f59-3c848b17ae28-10833dee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_7c48ff0f-4812-b08d-bce5-4ec3a36329d5-10833dee, #w-node-_59ed579b-9aaa-252b-0193-9d97b86edf81-10833dee, #w-node-dd3b1b29-5c96-df02-4002-ca2e453c6f10-10833df1, #w-node-_01696f82-b387-739d-3ac8-d076eb3bd65b-10833df1, #w-node-_33a2e0fc-8f44-7072-9b90-6b6d063c26b2-10833df1, #w-node-d210e1d2-cf01-8925-24d0-9b2d4a8ccafb-10833df1, #w-node-_57d93665-28ed-36d0-f159-d7dd0a4ebf4b-10833df1, #w-node-e23b8801-3e1a-b4ec-7056-04ef870d34d5-10833df1, #w-node-_02152032-c6e6-2353-f3f3-5244f20ca4f7-10833df1, #w-node-f0cfbeb2-a34e-bac7-92b9-1c9bb3109195-10833df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e7ad7ed-358f-fa1f-1fce-b85eb4d37dd4-10833df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_94e952cc-acd6-ac8e-7f4e-a31b7b5e4d19-10833df1, #w-node-_94e952cc-acd6-ac8e-7f4e-a31b7b5e4d1c-10833df1, #w-node-_94e952cc-acd6-ac8e-7f4e-a31b7b5e4d1d-10833df1, #w-node-_94e952cc-acd6-ac8e-7f4e-a31b7b5e4d34-10833df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94e952cc-acd6-ac8e-7f4e-a31b7b5e4d35-10833df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1bdb62bb-d79b-cd98-5280-d9df31606a66-10833df1, #w-node-_1bdb62bb-d79b-cd98-5280-d9df31606a67-10833df1, #w-node-_1bdb62bb-d79b-cd98-5280-d9df31606a68-10833df1, #w-node-_1bdb62bb-d79b-cd98-5280-d9df31606a7f-10833df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bdb62bb-d79b-cd98-5280-d9df31606a80-10833df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1cb880d9-02f7-d42b-5804-94c58e4eb67d-10833df1, #w-node-_1cb880d9-02f7-d42b-5804-94c58e4eb67e-10833df1, #w-node-_1cb880d9-02f7-d42b-5804-94c58e4eb67f-10833df1, #w-node-_1cb880d9-02f7-d42b-5804-94c58e4eb696-10833df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1cb880d9-02f7-d42b-5804-94c58e4eb697-10833df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f8773f35-b652-f50d-7f9a-caaab532ba48-10833df1, #w-node-f8773f35-b652-f50d-7f9a-caaab532ba49-10833df1, #w-node-f8773f35-b652-f50d-7f9a-caaab532ba4a-10833df1, #w-node-f8773f35-b652-f50d-7f9a-caaab532ba61-10833df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8773f35-b652-f50d-7f9a-caaab532ba62-10833df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0a14a4b0-2c25-5f31-a394-2ad142545f3b-10833df1, #w-node-_0a14a4b0-2c25-5f31-a394-2ad142545f3e-10833df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_591a4b28-8d22-bc5a-7307-58a072030d0b-10833d84, #w-node-_520640db-2e4a-b9f9-f2ef-f7352d929569-2d929555 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d6a73c0a-4992-0005-9da2-79393f9ce36c-10833dee {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end stretch;
  }

  #w-node-caef265f-ff15-65ad-91bb-a343bf6c8b87-10833df1, #w-node-_94e952cc-acd6-ac8e-7f4e-a31b7b5e4d19-10833df1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_520640db-2e4a-b9f9-f2ef-f7352d9295bd-2d929555 {
    order: 9999;
  }

  #w-node-_73c2a71b-efda-0f0d-1713-3e56b493e765-2d929555 {
    order: 9999;
    justify-self: end;
  }

  #w-node-_520640db-2e4a-b9f9-f2ef-f7352d9295c4-2d929555, #w-node-_520640db-2e4a-b9f9-f2ef-f7352d9295ae-2d929555 {
    order: -9999;
  }

  #w-node-d6a73c0a-4992-0005-9da2-79393f9ce36c-10833dee {
    order: -9999;
    align-self: stretch;
  }

  #w-node-_0cca5b9b-745f-e584-7f59-3c848b17ae28-10833dee {
    order: -9999;
    place-self: start end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_520640db-2e4a-b9f9-f2ef-f7352d9295ae-2d929555 {
    order: -9999;
  }

  #w-node-_7c48ff0f-4812-b08d-bce5-4ec3a36329d5-10833dee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_73c2a71b-efda-0f0d-1713-3e56b493e765-2d929555 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_520640db-2e4a-b9f9-f2ef-f7352d9295c4-2d929555 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_520640db-2e4a-b9f9-f2ef-f7352d9295ae-2d929555 {
    order: 999;
    justify-self: start;
  }

  #w-node-_0cca5b9b-745f-e584-7f59-3c848b17ae28-10833dee {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Klarheit Grotesk';
  src: url('../fonts/klarheit-grotesk-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klarheit Grotesk';
  src: url('../fonts/klarheit-grotesk-extralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klarheit Grotesk';
  src: url('../fonts/klarheit-grotesk-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klarheit Grotesk';
  src: url('../fonts/klarheit-grotesk-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klarheit Grotesk';
  src: url('../fonts/klarheit-grotesk-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klarheit Grotesk';
  src: url('../fonts/klarheit-grotesk-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}