:root {
  --yella: #fffbb4;
  --indian-red: #fd3846;
}

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

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

a:hover {
  color: var(--yella);
}

.body {
  color: #fff;
  cursor: none;
  background-color: #131313;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Rubik Mono One, sans-serif;
  display: flex;
}

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

.navbar--delete-me {
  z-index: 9999;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.style--mono {
  font-family: Roboto Mono, sans-serif;
  line-height: 1;
}

.style--mono.xs {
  font-size: 10px;
}

.button {
  background-color: var(--indian-red);
  color: #131313;
  letter-spacing: .5px;
  background-image: url('../images/grunge.png');
  background-position: 100% 0;
  background-size: 540%;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  font-size: 9px;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 8px 6px -6px #000;
}

.button:hover {
  color: #131313;
  transform: translate(0, -1px);
  box-shadow: 0 12px 16px -6px #000;
}

.button.button--white {
  background-color: #fff;
}

.button.button--white.button--outline {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 15px 19px;
  transition: border .2s, transform .2s, box-shadow .2s;
}

.button.button--white.button--outline:hover {
  border-color: #4254ff;
}

.avatar {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  width: 48px;
  height: 48px;
  padding: 4px;
  display: block;
  overflow: hidden;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .24);
}

.button__icon {
  height: 11px;
  margin-right: 8px;
  transform: translate(0, -1px);
}

.item {
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}

.item.item--divided {
  border-left: 1px solid rgba(255, 255, 255, .25);
  padding-left: 16px;
}

.item.opens--menu {
  display: flex;
}

.items {
  justify-content: center;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.twitter {
  margin-bottom: 0;
  position: fixed;
  top: auto;
  bottom: 32px;
  left: 32px;
  right: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.menu {
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu__body {
  z-index: 9999;
  transform-origin: 0%;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 448px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  top: 24px;
  bottom: 24px;
  left: 24px;
  overflow: hidden;
}

.menu__close {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 24px;
}

.menu__title {
  color: #131313;
}

.menu__iframe {
  border-top: 1px solid #ececec;
  flex: 1;
  margin: 16px -24px 0;
  overflow: scroll;
}

.menu__scrim {
  background-color: rgba(19, 19, 19, .5);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-icon {
  margin-left: 8px;
  margin-right: 0;
  position: static;
}

.analytics-link {
  color: rgba(255, 255, 255, .5);
  text-align: right;
  position: fixed;
  bottom: 32px;
  right: 32px;
}

.link {
  text-decoration: underline;
}

.gallery {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.gallery__grid {
  grid-column-gap: 6vh;
  grid-row-gap: 6vh;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 200vw;
  height: 300vh;
  padding: 18vh;
  display: grid;
}

.gallery__item {
  overflow: hidden;
}

.gallery__thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider {
  clear: both;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/pexels-mantas-sinkevičius-1106476.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 112px;
  padding-bottom: 112px;
}

.slider__mask {
  object-fit: fill;
  width: 100%;
  overflow: hidden;
}

.slide {
  height: 100%;
  position: relative;
}

.slide__image {
  filter: saturate(0%);
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.slide__wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.slide__title004 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 9vw;
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.slide__title004:hover {
  color: #fff;
  -webkit-text-stroke-color: transparent;
}

.slider__arrow {
  z-index: 1;
  width: 18vw;
}

.hide {
  display: none;
}

.slide__link {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64vw;
  height: 36vw;
  display: flex;
}

.cursor {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor__dot {
  background-color: #9f8b6a;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.cursor__arrow {
  width: 28px;
}

.slide__image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide__parallax-1 {
  width: 100%;
  height: 100%;
}

.slide__parallax-2 {
  color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
}

.nav-cover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(136, 158, 168, .05);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 100%;
  display: flex;
  box-shadow: 0 12px 36px -8px rgba(62, 65, 116, .1);
}

.nav-link {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 23px;
  display: flex;
}

.nav-link.w--current {
  color: #000;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list.w--open {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 12px;
  display: flex;
}

.dropdown-corner {
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -5px;
  bottom: auto;
  left: auto;
  right: auto;
  transform: rotate(45deg);
}

.social-circle {
  cursor: pointer;
  border: 1px rgba(136, 158, 168, .2);
  border-radius: 100%;
  width: 36px;
  height: 36px;
  position: relative;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 15px;
  margin-left: 6px;
  margin-right: -21px;
  display: flex;
}

.dropdown-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 250px;
  min-width: 250px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px rgba(41, 43, 78, .12);
}

.social-toggle {
  border: 1px solid rgba(136, 158, 168, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 9px;
  display: flex;
}

.button-text {
  font-size: 15px;
  display: none;
}

.outline-social-icon {
  border: 1px solid rgba(136, 158, 168, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.outline-social-icon.large {
  width: 34px;
  height: 34px;
}

.hover-line {
  height: 1px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.brand {
  color: #000;
  letter-spacing: -.03em;
  align-items: center;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.hover-line-fill {
  background-color: #a3acc2;
  width: 100%;
  height: 100%;
}

.nav-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/未标题-1_1.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border-radius: 0;
  margin-left: 0;
  padding: 5px 106px 22px 12px;
  font-size: 9px;
  text-decoration: none;
  overflow: hidden;
}

.dropdown-link {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(136, 158, 168, .2);
  width: 100%;
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}

.dropdown-link.bottom {
  border-bottom-style: none;
}

.navigation-content {
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  border-bottom-left-radius: 0;
  justify-content: space-between;
  width: 96%;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: relative;
}

.nav-right {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
  position: relative;
}

.nav-menu {
  justify-content: center;
  align-items: stretch;
  max-width: 400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

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

.social-dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.dropdown {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

.navbar {
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  height: 80px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.social-drop-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px rgba(136, 158, 168, .2);
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  padding: 6px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px rgba(41, 43, 78, .12);
}

.columns {
  display: block;
  position: static;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template: "."
  / 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  top: auto;
  bottom: 27px;
  left: 0%;
  right: 0%;
}

.text-block {
  text-align: left;
  letter-spacing: 1.2px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 20px;
  display: flex;
}

.text-block-2 {
  text-align: left;
  letter-spacing: 1.2px;
  margin-right: 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.scroll-wrapper {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  width: 1px;
  padding-top: 12px;
  display: grid;
  position: relative;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  max-width: 650px;
  display: grid;
}

.inner-hero-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.scroll-line {
  background-color: rgba(255, 255, 255, .2);
  width: 1px;
}

.hero-bottom {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.inner-page-hero {
  justify-content: center;
  min-height: 850px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: relative;
  overflow: visible;
}

.inner-hero-background {
  margin-bottom: -80px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.line-fill {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.line-fill.light {
  background-color: rgba(255, 255, 255, .2);
}

.rotate-text {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 12px;
  font-size: 9px;
  display: flex;
  transform: rotate(90deg);
}

.background {
  background-image: none;
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background.services-hero-background {
  background-image: none;
}

.outline-button {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid rgba(136, 158, 168, .2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.outline-button.light {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, .2);
}

.background-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.about-hero-bottom {
  min-height: 140px;
  position: relative;
}

.xxl-heading {
  font-size: 56px;
  line-height: 1.2em;
}

.hero-top {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 24px;
}

.overlay {
  background-color: rgba(10, 16, 29, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.centered-line {
  background-color: rgba(255, 255, 255, .09);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  display: flex;
}

.social-icon {
  background-color: #eef0f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.social-icon.light {
  background-color: rgba(192, 204, 209, .55);
  border: 1px solid rgba(255, 255, 255, .2);
}

.team-portrait {
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin-top: 17px;
  margin-left: 17px;
  margin-right: 17px;
  padding: 0;
  display: flex;
  position: relative;
}

.slider-arrow-icon {
  opacity: .3;
  width: 18px;
}

.outline-hover-circle {
  z-index: 10;
  border: 1px solid rgba(255, 253, 253, .4);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.hover-circle-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.hover-circle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-social-wrapper {
  z-index: 10;
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-bottom: 18px;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.overlay-2 {
  background-color: rgba(10, 16, 29, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-portrait-2 {
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin-top: 17px;
  margin-left: 17px;
  margin-right: 17px;
  padding: 0;
  display: flex;
  position: relative;
}

.hover-circle-wrapper-2 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.project-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 60px;
  padding-left: 48px;
  display: grid;
  position: relative;
}

.horizontal-journal-card {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  color: #000;
  border: 1px solid rgba(136, 158, 168, .2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 300px;
  padding: 18px;
  text-decoration: none;
  display: grid;
}

.body-display {
  color: #626d86;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display.small {
  font-size: 14px;
  line-height: 1.45em;
}

.underline-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .8);
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 9px;
  text-decoration: none;
  position: relative;
}

.underline-link.dark {
  color: #626d86;
  border-bottom-color: rgba(136, 158, 168, .2);
}

.journal-info {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  display: grid;
}

.post-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subtitle {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.background-wrapper-2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.journal-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-wrapper-3 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.journal-image-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-wrapper-4 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.team-member-wrapper {
  background-color: #fff;
  min-height: 500px;
  padding: 60px 0 140px 60px;
}

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

.section {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-padding.grey {
  display: none;
}

.grid-wrapper-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.projects {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 0;
  display: grid;
  position: relative;
}

.light-fill {
  background-color: #fff;
  width: 100%;
  margin-top: -80px;
}

.step-card {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.about-content {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: -80px;
  padding: 0 0 0 60px;
  display: grid;
}

.service-description {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.steps-description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-6 {
  display: none;
}

.slide-hero-background {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-hero-background.slider-003, .slide-hero-background.slider-002 {
  background-image: none;
}

.slide-hero-background.slider-001 {
  background-image: none;
  background-position: 50% 25%;
}

.slider-background {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-arrow {
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  padding-left: 100px;
  display: flex;
  top: 0;
  bottom: 80px;
  left: -100px;
}

.slider-arrow.right {
  padding-left: 0;
  padding-right: 100px;
  left: auto;
  right: -100px;
}

.slider-2 {
  background-color: rgba(221, 221, 221, 0);
  height: 100%;
}

.home-hero {
  justify-content: center;
  min-height: 100vh;
  padding-top: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.inner-hero-content-2 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.slide-content {
  justify-content: center;
  height: 100%;
  padding-bottom: 160px;
  display: flex;
}

.slider-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.hero-top-2 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 24px;
}

.grid-wrapper-3 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.service-card-hover {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #ff6f44;
  justify-content: center;
  align-items: center;
  height: 24px;
  font-size: 9px;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: -24px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.service-link-top {
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px rgba(136, 158, 168, .2);
  border-right: 1px rgba(136, 158, 168, .2);
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.service-link-top.end {
  border-right-style: none;
}

.service-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  text-align: left;
  border-top: 1px #eef0f6;
  border-right: 1px solid rgba(136, 158, 168, .2);
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: flex-end;
  width: 100%;
  padding: 60px 36px 36px;
  display: grid;
}

.service-bottom.end {
  border-right-style: none;
}

.service-icon {
  background-color: #eef0f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 16px;
  display: flex;
}

.service-link-name {
  text-align: center;
  border-bottom: 1px solid rgba(136, 158, 168, .2);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.services-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  min-height: 70px;
  margin-top: -80px;
  display: grid;
}

.service-link {
  color: #000;
  border-right: 1px rgba(136, 158, 168, .2);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-box {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  border: 1px solid rgba(136, 158, 168, .2);
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 300px;
  padding: 18px 18px 0;
  text-decoration: none;
  display: grid;
}

.subtitle-2 {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.footer-box-top {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.footer-box-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid rgba(136, 158, 168, .2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px;
}

.footer-box-title {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-box-2 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  border: 1px solid rgba(136, 158, 168, .2);
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 300px;
  padding: 18px 18px 0;
  text-decoration: none;
  display: grid;
}

.ggogong {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.footer-box-top-2 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.text-block-4 {
  color: #fff;
  font-family: Rubik Mono One, sans-serif;
  font-size: 95px;
  font-weight: 900;
  display: block;
}

.slide__title002 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 9vw;
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.slide__title002:hover {
  color: #fff;
  -webkit-text-stroke-color: transparent;
}

.slide__title01 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #fff;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 15vw;
  line-height: 100%;
  display: block;
}

.slide__title01:hover {
  color: #fff;
}

.slide__title-copy {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  white-space: normal;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 7vw;
  line-height: 100%;
  display: block;
}

.slide__title-copy:hover {
  color: #fff;
  -webkit-text-stroke-width: 3px;
}

.bold-text {
  -webkit-text-stroke-width: 1px;
  text-transform: none;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 9vw;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .slider {
    clear: both;
  }

  .team-portrait, .team-portrait-2 {
    min-height: 350px;
  }

  .team-member-grid {
    grid-column-gap: 48px;
  }

  .section.no-padding.grey, .home-hero {
    display: none;
  }

  .service-link-top {
    padding-left: 48px;
    padding-right: 48px;
  }

  .service-bottom {
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .slider {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .slide__title004 {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    font-size: 5vw;
    line-height: 100%;
  }

  .slide__title004:hover {
    color: #fff;
  }

  .nav-link {
    font-size: 23px;
    font-weight: 500;
  }

  .div-block {
    bottom: 10px;
  }

  .team-portrait, .team-portrait-2 {
    min-height: 425px;
  }

  .project-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .section.no-padding.grey {
    display: none;
  }

  .about-content {
    grid-column-gap: 100px;
  }

  .home-hero {
    display: none;
  }

  .slide__title002 {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    font-size: 8vw;
    line-height: 100%;
  }

  .slide__title002:hover {
    color: #fff;
  }

  .slide__title01 {
    color: rgba(0, 0, 0, 0);
    letter-spacing: 0;
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: #fff;
    text-indent: 3px;
    white-space: normal;
    mix-blend-mode: normal;
    font-size: 11vw;
    line-height: 100%;
  }

  .slide__title01:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .slide__title-copy {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    font-size: 7vw;
    line-height: 100%;
  }

  .slide__title-copy:hover {
    color: #fff;
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: #fff;
  }
}

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

  .nav-link {
    background-color: #fff;
    border: 1px rgba(136, 158, 168, .2);
    border-top-style: solid;
    min-height: 60px;
  }

  .dropdown-list {
    position: absolute;
  }

  .dropdown-list.w--open {
    padding-top: 0;
  }

  .dropdown-corner {
    border-top: 1px solid rgba(136, 158, 168, .2);
    border-left: 1px solid rgba(136, 158, 168, .2);
    top: -6px;
  }

  .dropdown-wrapper {
    width: 100%;
    min-width: auto;
    box-shadow: 0 18px 36px -8px rgba(41, 43, 78, .12);
  }

  .nav-button {
    display: none;
  }

  .dropdown-link {
    border-top: 1px solid rgba(136, 158, 168, .2);
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    display: flex;
  }

  .menu-icon-2 {
    width: 28px;
  }

  .navigation-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 19px 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .menu-items {
    flex-direction: column;
    box-shadow: 0 18px 36px -8px rgba(41, 43, 78, .07);
  }

  .menu-icon-wrapper {
    border: 1px #000;
    border-left: 1px solid rgba(136, 158, 168, .2);
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 0 0 24px;
    display: flex;
  }

  .social-drop-wrapper {
    border-style: solid;
  }

  .inner-hero-content {
    padding-top: 36px;
  }

  .inner-page-hero {
    display: none;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .team-portrait {
    min-height: 375px;
  }

  .hover-circle-wrapper {
    display: none;
  }

  .team-portrait-2 {
    min-height: 375px;
  }

  .hover-circle-wrapper-2 {
    display: none;
  }

  .project-grid {
    grid-template-columns: 1fr 1fr;
    padding: 36px 0 48px 36px;
  }

  .team-member-wrapper {
    padding: 36px 0 60px 36px;
  }

  .team-member-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .step-card {
    grid-row-gap: 60px;
    border-bottom: 1px solid rgba(136, 158, 168, .2);
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .step-card.end {
    border-bottom-style: none;
  }

  .about-content {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 48px;
  }

  .slider-arrow {
    width: 160px;
    height: 160px;
  }

  .slider-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .inner-hero-content-2 {
    padding-top: 36px;
  }

  .service-card-hover {
    display: none;
  }

  .service-bottom {
    padding-top: 48px;
  }

  .services-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: rgba(0, 0, 0, 0);
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .service-link {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-button {
    display: none;
  }

  .dropdown-link {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-right {
    grid-column-gap: 18px;
  }

  .hero-intro {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inner-hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .about-hero-bottom {
    min-height: 100px;
  }

  .xxl-heading {
    font-size: 42px;
  }

  .team-portrait, .team-portrait-2 {
    min-height: 500px;
  }

  .project-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    padding: 30px 0 36px 30px;
  }

  .horizontal-journal-card {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .journal-info {
    grid-row-gap: 24px;
    padding: 0 12px 12px;
  }

  .journal-image, .journal-image-2 {
    min-height: 275px;
  }

  .team-member-wrapper {
    padding: 24px 0 48px 24px;
  }

  .team-member-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .step-card {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .about-content {
    padding-left: 36px;
  }

  .slider-arrow {
    width: 140px;
    height: 140px;
    padding-left: 80px;
    left: -80px;
  }

  .slider-arrow.right {
    padding-right: 80px;
    right: -80px;
  }

  .inner-hero-content-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .services-wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .body {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(85deg, #c1deff, #ffe6e6);
    background-clip: border-box;
  }

  .slider, .hide, .cursor {
    display: none;
  }

  .nav-link {
    opacity: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, .47);
    border-style: solid;
    border-color: rgba(255, 255, 255, .2);
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-button {
    display: none;
  }

  .menu-icon-wrapper {
    padding-left: 18px;
  }

  .div-block {
    display: block;
  }

  .grid-wrapper {
    grid-template-rows: minmax(500px, .75fr);
    grid-template-columns: minmax(0, .25fr) minmax(0, 500px) minmax(0, .25fr);
    grid-auto-flow: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    width: 100%;
  }

  .hero-intro {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "Area-3";
    padding-left: 0;
    padding-right: 0;
  }

  .inner-hero-content {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .inner-page-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    min-width: 0;
    max-width: none;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: absolute;
    top: 0;
    overflow: visible;
  }

  .inner-hero-background {
    opacity: 1;
    align-items: flex-start;
    margin-bottom: 0;
    display: block;
    position: static;
  }

  .line-fill.light {
    position: relative;
  }

  .background.services-hero-background {
    z-index: 0;
    background-image: url('../images/主图.png');
    background-position: 100% 100%;
    background-size: cover;
    width: auto;
    max-width: 100%;
    height: 900px;
    margin-top: -118px;
    position: static;
  }

  .outline-button {
    background-color: #9f8b6a;
    display: none;
  }

  .background-wrapper {
    opacity: 1;
  }

  .xxl-heading {
    font-size: 36px;
  }

  .hero-top {
    z-index: 20;
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    left: -50%;
  }

  .overlay {
    background-color: rgba(0, 0, 0, 0);
  }

  .image {
    z-index: 10;
    float: none;
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
    position: relative;
    top: auto;
    bottom: auto;
    left: 76px;
    right: auto;
  }

  .image-2 {
    z-index: 10;
    float: none;
    clear: none;
    max-width: 100%;
    display: inline-block;
    position: relative;
    top: auto;
    bottom: 262px;
    left: 178px;
  }

  .image-3 {
    position: relative;
    top: -226px;
    left: -200px;
  }

  .image-4 {
    margin: auto;
    padding-top: 0;
    position: static;
    top: 268px;
    left: -25%;
    right: 50%;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "Area"
                         "Area-2";
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-top: 120px;
    position: relative;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-areas: "Area Area-2";
    margin-top: 201px;
  }

  .image-5 {
    z-index: 0;
    max-width: 65%;
    position: relative;
    left: 40px;
  }

  .image-6 {
    z-index: 10;
    max-width: 65%;
    position: relative;
    top: 50px;
    left: -18px;
  }

  .image-7 {
    max-width: 20%;
    position: relative;
    top: 146px;
  }

  .image-8 {
    z-index: 10;
    width: 400px;
    max-width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
    position: relative;
    top: 368px;
    bottom: -358px;
    left: -334px;
  }

  .image-9 {
    z-index: 1;
    clear: none;
    width: 400px;
    height: 200px;
    line-height: 10px;
    position: relative;
    top: 376px;
    left: 320px;
  }

  .image-10 {
    z-index: 300;
    width: 400px;
    height: 200px;
    position: static;
    top: 135px;
    left: -490px;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    align-content: end;
    align-items: center;
    justify-items: center;
    position: relative;
    top: auto;
  }

  .team-portrait {
    min-height: 375px;
    margin-top: 256px;
  }

  .hover-circle-wrapper {
    padding: 40px;
    display: block;
  }

  .overlay-2 {
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

  .team-portrait-2 {
    min-height: 375px;
  }

  .hover-circle-wrapper-2 {
    padding: 40px;
  }

  .project-grid {
    padding-top: 28px;
    padding-bottom: 48px;
    padding-left: 28px;
  }

  .div-block-2 {
    width: 500px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    top: 730px;
    bottom: auto;
  }

  .image-11 {
    border-radius: 20px;
  }

  .div-block-3 {
    width: 500px;
    max-width: 100px;
  }

  .grid-5 {
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   / 1fr;
    margin-top: 817px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: -1.211px;
  }

  .image-12 {
    border-radius: 20px;
    position: static;
  }

  .image-13, .image-14 {
    border-radius: 20px;
  }

  .horizontal-journal-card {
    grid-row-gap: 24px;
  }

  .body-display.small {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  }

  .subtitle {
    letter-spacing: 3px;
    text-indent: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 15px;
  }

  .journal-image {
    margin-top: 585px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.no-padding.grey {
    margin-top: 837px;
    padding-bottom: 0;
    display: block;
    position: absolute;
    top: -24px;
  }

  .grid-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "."
    / minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
    grid-auto-columns: 1fr;
    align-items: stretch;
    height: 100%;
    margin: auto;
    display: grid;
  }

  .about-content {
    padding-left: 30px;
    padding-right: 0;
  }

  .grid-6 {
    grid-template: "Area"
                   "."
                   "."
                   / 1fr;
    width: 500px;
    max-width: 100%;
    margin-top: 44px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .image-15 {
    margin-top: 207px;
  }

  .slide-hero-background.slider-001 {
    background-image: url('../images/主图.png');
    height: 100%;
  }

  .slider-arrow {
    width: 120px;
    height: 120px;
    padding-left: 60px;
    display: none;
    top: auto;
    bottom: 140px;
    left: -60px;
  }

  .slider-arrow.right {
    padding-right: 60px;
    right: -60px;
  }

  .home-hero {
    justify-content: center;
    align-items: stretch;
    height: 100%;
    min-height: 0;
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .inner-hero-content-2 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "Area Area-2";
    align-items: center;
    justify-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-content {
    padding-top: 124px;
    padding-bottom: 260px;
  }

  .hero-top-2 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .image-16 {
    width: 250px;
    margin-left: 32px;
  }

  .image-17 {
    width: 250px;
    margin-top: -463px;
    margin-left: 213px;
  }

  .image-18 {
    margin-left: 96px;
    position: static;
  }

  .image-19 {
    margin-top: 63px;
    margin-left: -55px;
  }

  .image-20 {
    margin-top: -9px;
    margin-left: -99px;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .image-21 {
    margin-top: 90px;
    margin-left: 145px;
    margin-right: 0;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .image-22 {
    position: relative;
    top: 324px;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-23 {
    margin-top: 51px;
    margin-left: -369px;
    position: absolute;
  }

  .image-24 {
    z-index: 10;
    margin-top: 337px;
    margin-left: 501px;
    position: absolute;
  }

  .service-bottom {
    grid-template-areas: "Area";
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-icon {
    background-color: rgba(0, 0, 0, 0);
  }

  .services-wrapper {
    margin-top: 0;
  }

  .image-25 {
    margin-top: 648px;
    position: absolute;
  }

  .image-26 {
    width: 500px;
    min-width: 400px;
    max-width: 100px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button-text-4 {
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 12px;
  }

  .footer-box, .footer-box-top {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footer-box-bottom {
    border: 1px #000;
    border-top: 1px solid #fff;
    border-bottom-color: #fff;
    margin-top: 65px;
    margin-bottom: -14px;
    padding: 44px 0 0;
    display: block;
  }

  .footer-box-title {
    display: none;
  }

  .footer-box-2 {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .ggogong {
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    margin-top: -36px;
    margin-bottom: 5px;
    padding-top: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 16px;
    display: block;
  }

  .footer-box-top-2 {
    display: block;
  }

  .heading {
    text-transform: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 20px;
  }

  .text-block-3 {
    text-align: center;
    padding-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 16px;
    position: absolute;
    top: auto;
    bottom: 1%;
    left: 0%;
    right: 0%;
  }

  .link-2 {
    font-size: 16px;
  }

  .image-27 {
    margin-top: -172px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

#w-node-_6476a194-c9dc-065a-8189-8a812e04f074-9f9ba0e3 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_6476a194-c9dc-065a-8189-8a812e04f0a4-9f9ba0e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6476a194-c9dc-065a-8189-8a812e04f0aa-9f9ba0e3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7f035f88-370a-f399-ecb7-0ea6a20498c7-9f9ba0e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3262013-8fd7-17bf-a2d8-7210b06c88ce-9f9ba0e3 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b3262013-8fd7-17bf-a2d8-7210b06c88e8-9f9ba0e3 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-b3262013-8fd7-17bf-a2d8-7210b06c88e9-9f9ba0e3 {
  align-self: center;
  justify-self: center;
}

#w-node-b3262013-8fd7-17bf-a2d8-7210b06c88eb-9f9ba0e3 {
  justify-self: center;
}

#w-node-b3262013-8fd7-17bf-a2d8-7210b06c88ef-9f9ba0e3 {
  align-self: center;
  justify-self: center;
}

#w-node-b3262013-8fd7-17bf-a2d8-7210b06c88f9-9f9ba0e3 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-b3262013-8fd7-17bf-a2d8-7210b06c88fa-9f9ba0e3 {
  align-self: center;
  justify-self: center;
}

#w-node-b3262013-8fd7-17bf-a2d8-7210b06c88fc-9f9ba0e3 {
  justify-self: center;
}

#w-node-b3262013-8fd7-17bf-a2d8-7210b06c8900-9f9ba0e3 {
  align-self: center;
  justify-self: center;
}

#w-node-f1938a62-5d36-f8b5-ce56-cbd5c6b7b006-9f9ba0e3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fe6a9752-6cf9-ed5e-2412-259bdc954777-9f9ba0e3 {
  align-self: center;
  justify-self: center;
}

#w-node-fe6a9752-6cf9-ed5e-2412-259bdc95477d-9f9ba0e3 {
  align-self: end;
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-fb7b801d-ec8e-2f6f-5845-02b09b476213-9f9ba0e3, #w-node-cd82e1e4-1444-1626-397d-3e79e952c5f1-9f9ba0e3, #w-node-_5eb3da2e-60a8-35ef-0fba-3d646e46f413-9f9ba0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-e68ec207-b632-7bd8-648d-9b15d2ad4fe8-9f9ba0e3, #w-node-e76daaf8-af8f-2eb0-d310-4efd35c7e0ee-9f9ba0e3, #w-node-_34337e70-1ece-dd28-478f-fd9363786785-9f9ba0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fe6a9752-6cf9-ed5e-2412-259bdc954776-9f9ba0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
}


@font-face {
  font-family: '标小智无界黑 可商用';
  src: url('../fonts/标小智无界黑可商用.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}