:root {
  --neutral--10: white;
  --neutral--100: #010202;
  --text-r--size: 24px;
  --text-r--height: 1.2em;
  --typography--heading: Uncutsans, Arial, sans-serif;
  --h1--size: 172px;
  --h1--height: .94em;
  --h1--letter-spacing: -6.88px;
  --h1--size-mobile: 88px;
  --h1--height-mobile: 1em;
  --h1--letter-spacing-mobile: -1.76px;
  --h2--size: 136px;
  --h2--height: 1em;
  --h2--letter-spacing: -5.44px;
  --h2--size-mobile: 64px;
  --h2--height-mobile: 1em;
  --h2--letter-spacing-mobile: .64px;
  --h3--size: 96px;
  --h3--height: 1em;
  --h3--letter-spacing: -1.92px;
  --h3--size-mobile: 56px;
  --h3--height-mobile: 1em;
  --h3--letter-spacing-mobile: .56px;
  --h4--size: 64px;
  --h4--height: 1.2em;
  --h4--letter-spacing: -1.28px;
  --h4--size-mobile: 44px;
  --h4--height-mobile: 1em;
  --h4--letter-spacing-mobile: .44px;
  --h5--size: 56px;
  --h5--height: 1em;
  --h5--letter-spacing: .56px;
  --h5--size-mobile: 36px;
  --h5--height-mobile: 1em;
  --h6--size: 48px;
  --h6--height: 1em;
  --h6--size-mobile: 28px;
  --h6--height-mobile: 1em;
  --neutral--90: #303030;
  --neutral--20: #f7f7f7;
  --text-l--size: 32px;
  --text-l--height: 1.2em;
  --text-l--letter-spacing: -.32px;
  --text-l--size-mobile: 24px;
  --text-l--height-mobile: 1.2em;
  --text-s--size: 18px;
  --text-s--height: 1.5em;
  --text-s--size-mobile: 16px;
  --text-s--height-mobile: 1.5em;
  --neutral--80: #404145;
  --h5--letter-spacing-mobile: .36px;
  --neutral--30: #e8e8e8;
  --text-r--size-mobile: 18px;
  --text-r--height-mobile: 1.5em;
  --text-xs--size: 16px;
  --text-xs--height: 1.5em;
  --brand: #8fa94a;
  --container-util--padding: 48px;
  --container-util--padding-mobile: 24px;
  --neutral--40: #cecece;
  --typography--body: Uncutsans, Arial, sans-serif;
  --neutral--70: #696a6e;
  --neutral--60: #878787;
  --container-util--max-width: 1440px;
  --container-util--margin-minus: -48px;
  --container-util--margin-minus-mobile: -24px;
  --neutral--50: #b3b3b3;
  --text-r--letter-spacing: -.24px;
  --text-xl--size: 48px;
  --text-xl--size-mobile: 32px;
  --text-xl--height: 1.2em;
  --text-xl--height-mobile: 1.2em;
  --text-xs--size-mobile: 12px;
  --text-xs--height-mobile: 1.5em;
  --utility--home-v1-border-radius-project: 1000px;
}

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

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

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

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

body {
  background-color: var(--neutral--10);
  color: var(--neutral--100);
  font-family: Uncutsans, Arial, sans-serif;
  font-size: var(--text-r--size);
  line-height: var(--text-r--height);
}

h1 {
  font-family: var(--typography--heading);
  font-size: var(--h1--size);
  line-height: var(--h1--height);
  letter-spacing: var(--h1--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h2 {
  font-family: var(--typography--heading);
  font-size: var(--h2--size);
  line-height: var(--h2--height);
  letter-spacing: var(--h2--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h3 {
  font-family: var(--typography--heading);
  font-size: var(--h3--size);
  line-height: var(--h3--height);
  letter-spacing: var(--h3--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h4 {
  font-family: var(--typography--heading);
  font-size: var(--h4--size);
  line-height: var(--h4--height);
  letter-spacing: var(--h4--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h5 {
  font-family: var(--typography--heading);
  font-size: var(--h5--size);
  line-height: var(--h5--height);
  letter-spacing: var(--h5--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h6 {
  font-family: var(--typography--heading);
  font-size: var(--h6--size);
  line-height: var(--h6--height);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--neutral--100);
  letter-spacing: -.24px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
}

a:hover {
  opacity: .85;
}

ul {
  color: var(--neutral--90);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
}

ol {
  color: var(--neutral--90);
  font-size: var(--text-r--size);
  line-height: var(--text-r--height);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
}

img {
  object-fit: contain;
  max-width: none;
  display: inline-block;
}

form {
  background-color: #0000;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: 600;
}

em {
  color: var(--neutral--90);
  letter-spacing: .48px;
  font-style: italic;
}

blockquote {
  border-left: 3px solid var(--neutral--100);
  background-color: var(--neutral--20);
  color: var(--neutral--90);
  font-size: var(--text-r--size);
  letter-spacing: .48px;
  margin-bottom: 0;
  padding: 32px;
  font-style: italic;
  line-height: 1.5em;
}

.text-l {
  font-size: var(--text-l--size);
  line-height: var(--text-l--height);
  letter-spacing: var(--text-l--letter-spacing);
  font-weight: 400;
}

.text-l.weight-400.color-neutral-10 {
  color: var(--neutral--90);
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.text-s {
  font-size: var(--text-s--size);
  line-height: var(--text-s--height);
  font-weight: 400;
}

.text-s.color-neutral-30 {
  color: var(--neutral--80);
}

.h3 {
  font-family: var(--typography--heading);
  color: #161616;
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}

.h3.color-neutral-10 {
  color: var(--neutral--90);
  width: 65%;
}

.h5 {
  color: #000;
  font-size: 42px;
  line-height: var(--h5--height);
  letter-spacing: .56px;
  font-weight: 300;
}

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

.color-neutral-30 {
  color: var(--neutral--30);
}

.color-neutral-10 {
  color: var(--neutral--10);
}

.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.bg-neutral-80 {
  background-color: var(--neutral--80);
}

.bg-neutral-30 {
  background-color: var(--neutral--30);
}

.bg-neutral-10 {
  background-color: var(--neutral--10);
}

.overlay-white-15 {
  background-color: #ffffff26;
}

.svg-icon {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.svg-icon._24 {
  width: 24px;
}

.image-full {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-full.cover {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-full.cover._2 {
  width: 140%;
}

.image-full.contain {
  object-fit: contain;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--neutral--100);
  color: var(--neutral--10);
  font-size: var(--text-s--size);
  line-height: var(--text-s--height);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.button:hover {
  opacity: .85;
}

.button.size-l {
  font-size: var(--text-r--size);
  line-height: var(--text-r--height);
  padding: 28px 36px;
}

.button.full-white {
  background-color: var(--neutral--10);
  color: var(--neutral--100);
}

.button.outline-black {
  border: 1px solid var(--neutral--100);
  color: var(--neutral--100);
  background-color: #0000;
}

.button.same-pd-16 {
  font-size: var(--text-s--size);
  line-height: var(--text-s--height);
  letter-spacing: 0;
  flex: none;
  padding: 16px;
  font-weight: 400;
}

.button.same-pd-16.hidden {
  background-color: var(--brand);
  display: none;
}

.section {
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.section.brands-section-v1 {
  padding-top: 80px;
  padding-bottom: 0;
  overflow: visible;
}

.section.home-v2-services {
  background-color: var(--neutral--20);
  color: var(--neutral--10);
  padding-top: 112px;
  padding-bottom: 112px;
}

.section.home-v3-projects {
  height: 450dvh;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section.about-v2-intro {
  background-color: var(--neutral--100);
  color: var(--neutral--10);
  padding-top: 40px;
  padding-bottom: 96px;
}

.section.about-v1-activities {
  padding-top: 120px;
  padding-bottom: 0;
}

.section.bg-neutral-100 {
  background-color: var(--neutral--20);
  padding-top: 140px;
}

.section.project-overview {
  padding-top: 140px;
  padding-bottom: 0;
}

.section.home-v3-projects {
  height: 100%;
  min-height: 100dvh;
  min-height: 431dvh;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section.about-v2-intro {
  color: #fff;
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 0;
}

.section.home-v3-projects {
  min-height: 430dvh;
  min-height: 500dvh;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section._2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  padding-right: var(--container-util--padding);
  padding-bottom: 0;
  padding-left: var(--container-util--padding);
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

.video-full {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
}

.video-full.cover {
  z-index: 10;
  opacity: 1;
  object-fit: cover;
  height: 100%;
}

.line-horizontal {
  background-color: var(--neutral--10);
  width: 100%;
  height: 1px;
}

.line-horizontal.bg-neutral-80 {
  background-color: var(--neutral--80);
  opacity: .6;
}

.line-horizontal.bg-neutral-30 {
  background-color: var(--neutral--30);
}

.line-horizontal.home-v1-services {
  background-color: #8fc44b;
  width: 20%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.hidden {
  display: none;
}

.navbar {
  z-index: 98;
  background-color: #0000;
  padding-top: 32px;
}

.navbar.dark {
  color: var(--neutral--100);
  background-color: #ffffffe6;
  padding-top: 0;
  padding-bottom: 20px;
}

.input-form {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: black black var(--neutral--40);
  font-family: var(--typography--body);
  color: var(--neutral--100);
  font-size: var(--text-r--size);
  line-height: var(--text-r--height);
  letter-spacing: -.24px;
  background-color: #0000;
  height: auto;
  margin-bottom: 0;
  padding: 20px;
}

.input-form:focus {
  border-bottom-color: var(--neutral--100);
}

.input-form::placeholder {
  color: var(--neutral--70);
  font-size: var(--text-r--size);
  line-height: var(--text-r--height);
}

.input-form.light {
  border-bottom-color: var(--neutral--40);
  color: var(--neutral--10);
}

.input-form.light:focus {
  border-bottom-color: var(--neutral--20);
}

.navbar-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  color: var(--neutral--100);
  letter-spacing: -.32px;
  flex: none;
  width: 118px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2em;
  display: flex;
}

.navbar-brand.dark {
  color: var(--neutral--10);
}

.navbar-brand.dark.w--current:hover {
  opacity: .8;
}

.sguide-content-heading {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  max-width: 74.4%;
  display: flex;
}

.sguide-content-fill {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  width: 100%;
  max-width: 89%;
  margin-left: auto;
  display: flex;
}

.sguide-font-item-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.sguide-content-icon-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-right: 1px solid var(--neutral--30);
  border-bottom: 1px solid var(--neutral--30);
  text-align: center;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.sguide-rich-text-item, .sguide-grid-item-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.sguide-spacings-vertical {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  align-items: flex-start;
  display: flex;
}

.license-image-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.license-image-content-horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-end;
  display: flex;
}

.liccense-image-wrap {
  aspect-ratio: 662 / 492;
  filter: grayscale();
  flex: none;
  width: 100%;
  max-width: 49.2%;
  transition: filter .2s;
}

.liccense-image-wrap:hover {
  filter: grayscale(0%);
}

.custom-cursor-container {
  z-index: 2;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.v1-awards-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 140px;
  display: flex;
}

.v1-awards-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  height: 300px;
  display: flex;
}

.v1-awards-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  height: 240px;
  display: flex;
}

.v1-awards-card-top {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 20px;
  display: flex;
}

.v1-awards-card-top.item-1 {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #c7d6e1;
  background-image: url('../images/10181718950881_.pic_hd.webp');
  background-position: 50% 98%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.v1-brands-wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.v1-brands-item-wrap {
  height: 180px;
  display: flex;
}

.v1-brands-item {
  aspect-ratio: auto;
  background-color: #e8e8e800;
  border-radius: 0%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 100%;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  overflow: hidden;
}

.home-v1-insights-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.home-v1-insights-card {
  border-top: 1px solid var(--neutral--40);
  border-bottom: 1px solid var(--neutral--40);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  transition-property: none;
  display: flex;
}

.home-v1-insights-card:hover {
  opacity: 1;
}

.v1-feedback-wrap {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 40px;
  display: block;
}

.home-v1-services-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 40% 60%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  margin-top: 0;
  display: grid;
}

.home-v1-serices-line-wrap {
  z-index: 1;
  position: relative;
}

.home-v2-about-video {
  aspect-ratio: 572 / 568;
  flex: none;
  width: 100%;
  height: 68vh;
}

.v2-awards-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--neutral--40);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.home-v2-insights-card {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: grayscale();
  color: var(--neutral--10);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 40px 32px;
  transition: filter .2s;
  display: flex;
  position: relative;
}

.home-v2-insights-card:hover {
  filter: grayscale(0%);
}

.home-v3-brands-item {
  aspect-ratio: 1;
  overflow: hidden;
}

.home-v2-services-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-v2-services-outer {
  z-index: 1;
  width: 60vw;
  margin-top: 10vh;
  margin-left: auto;
  position: relative;
}

.home-v2-services-inner {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.home-v2-services-item-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  opacity: 1;
  cursor: pointer;
  align-items: flex-start;
  transition: opacity .3s;
  display: flex;
}

.home-v2-services-item-wrap:hover {
  opacity: 1;
}

.home-v2-services-item-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.home-v3-services-item {
  z-index: 1;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  cursor: default;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home-v3-projects-camera {
  width: 100%;
  min-height: 100dvh;
  margin-top: 0;
  position: sticky;
  top: 0;
}

.home-v3-projects-wrap {
  display: flex;
}

.about-v1-agents-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  padding-top: 104px;
  padding-bottom: 104px;
  display: flex;
}

.about-v2-intro-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.about-v2-intro-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
  overflow: hidden;
}

.about-v2-intro-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: none;
  max-width: 49.7%;
  display: flex;
  overflow: hidden;
}

.about-v2-intro-image-left {
  aspect-ratio: auto;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.about-v2-intro-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  margin-top: 60px;
  display: flex;
  overflow: hidden;
}

.about-v2-intro-right-text {
  max-width: 100%;
}

.about-v2-intro-right-image {
  aspect-ratio: 596 / 650;
  width: 100%;
  height: 660px;
}

.about-v2-agents-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.about-v3-stats-item {
  grid-column-gap: 272px;
  grid-row-gap: 272px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-v3-awards-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--neutral--80);
  align-items: flex-end;
  padding-bottom: 40px;
  display: flex;
}

.projects-v2-stats-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.career-benefits-item {
  grid-row-gap: 48px;
  border-bottom: 1px solid var(--neutral--40);
  flex-direction: column;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.wcu-item {
  grid-column-gap: 40px;
  display: flex;
}

.career-job-item {
  grid-column-gap: 16px;
  border-bottom: 1px solid var(--neutral--80);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.services-v1-services-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.bullet-8x8 {
  background-color: var(--neutral--100);
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.bullet-8x8.bg-neutral-10 {
  background-color: var(--neutral--100);
  color: var(--neutral--90);
}

.services-v2-services-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.services-v2-process-step {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  border-bottom: 1px solid var(--neutral--40);
  justify-content: space-between;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.projects-v3-awards-item {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  border-bottom: 1px solid var(--neutral--40);
  justify-content: space-between;
  padding-bottom: 40px;
  display: flex;
}

.project-overview-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.project-overview-content {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.services-v3-services-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.services-v3-services-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  display: flex;
}

.services-v3-service-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.services-v3-service-details {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-v3-service-description {
  max-width: 647px;
}

.services-v3-service-list {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.services-v3-service-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--neutral--80);
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  display: flex;
}

.services-v3-process-item {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-bottom: 1px solid var(--neutral--40);
  flex-direction: column;
  max-width: 450px;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.utility-page-wrap {
  padding: 208px var(--container-util--padding) 56px;
  background-color: var(--neutral--100);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin-top: -92px;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 580px;
  display: flex;
}

.utility-page-form-label {
  display: none;
}

.preview-page-blocks {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.projects-v1-projects-card {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  border-bottom: 1px solid var(--neutral--80);
  opacity: .5;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 80px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.projects-v1-projects-card:hover {
  opacity: 1;
}

.home-v2-projects-wrap {
  flex-flow: column;
  display: flex;
}

.home-v2-projects-card-bg {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.home-v2-projects-card-overlay {
  z-index: 3;
  background-image: linear-gradient(#0006, #0000 39% 55%, #0006);
  position: absolute;
  inset: 0%;
}

.home-v2-projects-card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: 5%;
  display: flex;
}

.home-v2-projects-card-bottom {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: 0;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-v2-projects-card-bottom._1 {
  opacity: 1;
  margin-top: 40px;
}

.home-v2-projects-card-bottom-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.home-v2-projects-card-bottom-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.home-v2-projects-brand {
  text-align: center;
  border-radius: 100px;
  padding: 16px;
}

.home-v2-projects-brand.overlay-white-15 {
  white-space: nowrap;
}

.home-v3-projects-card {
  z-index: 1;
  padding: var(--container-util--padding);
  flex: none;
  min-height: 100dvh;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-v3-projects-card:hover {
  opacity: 1;
}

.home-v3-projects-card-bg {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.home-v3-projects-card-overlay {
  background-image: linear-gradient(#0000 52%, #0006);
  position: absolute;
  inset: 0%;
}

.home-v3-projects-card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.home-v3-projects-card-bottom {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  justify-content: space-between;
  align-items: flex-end;
  width: 550px;
  display: flex;
}

.home-v3-projects-card-bottom-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.home-v1-projects-right-image-wrap {
  z-index: 1;
  background-color: var(--neutral--100);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blogs-insights-card {
  border-top: 1px solid var(--neutral--40);
  border-bottom: 1px solid var(--neutral--40);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  transition-property: none;
  display: flex;
}

.blogs-insights-card:hover {
  opacity: 1;
}

.about-v3-team-slider-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: none;
  width: 34%;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.projects-v2-awards-table-item {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  border-bottom: 1px solid var(--neutral--80);
  padding-bottom: 40px;
  display: flex;
}

.projects-v1-awards-list-item {
  display: flex;
  position: relative;
}

.about-v1-stats-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  width: 48%;
  height: 320px;
  padding-right: 160px;
  display: flex;
}

.brands-section-overlay {
  background-image: linear-gradient(90deg, var(--neutral--10), transparent 15%, #0000 85%, var(--neutral--10));
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.about-v1-awards-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--neutral--40);
  align-items: flex-end;
  padding-bottom: 40px;
  display: flex;
}

.project-details-image-showcase-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  flex: 45%;
  height: 50vh;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.project-overview-content-title {
  flex: none;
  width: 17%;
}

.project-categories-card {
  border-top: 1px solid var(--neutral--40);
  border-bottom: 1px solid var(--neutral--40);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  transition-property: none;
  display: flex;
}

.project-categories-card:hover {
  opacity: 1;
}

.home-v2-projects-card-outer {
  position: sticky;
  top: 0;
}

.custom-cursor-inner-container {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.text-xl-3 {
  color: var(--neutral--70);
  text-align: justify;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.6em;
}

.text-xl-3.weight-400 {
  color: var(--neutral--80);
  font-size: 20px;
  font-weight: 500;
}

.text-xl-3._4 {
  color: var(--neutral--70);
  text-align: center;
  font-family: Uncutsans, Arial, sans-serif;
}

.home-v1-insights-card-2 {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  transition-property: none;
  display: flex;
}

.home-v1-insights-card-2:hover {
  opacity: 1;
}

.button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  cursor: pointer;
  background-color: #010202;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.button-2:hover {
  opacity: .85;
}

.button-2.circle {
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  width: 120px;
  padding: 8px;
}

.button-2.circle.full-white-40 {
  background-color: #fff6;
}

.text-s-2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.home-v1-projects-right-image-wrap-2 {
  z-index: 1;
  background-color: #010202;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slide-wrapper {
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.slide-content {
  color: var(--neutral--10);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  margin-left: 0;
  margin-right: auto;
  padding: 40px 40px 80px 10vw;
  display: flex;
}

.slide-content.offline {
  margin-left: auto;
  margin-right: 5%;
}

.slider {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.section-hero {
  background-color: #000;
  flex-direction: column;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: relative;
}

.slide-content-wrapper {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  padding: 5vh;
  display: flex;
}

.slide-action-button {
  border: 1px solid var(--neutral--90);
  color: var(--neutral--100);
  background-color: #fff0;
  align-items: center;
  margin-top: 40px;
  padding: 10px 60px;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.slide-action-button:hover {
  color: var(--neutral--10);
  background-color: #8fa94a;
  border-color: #fff0;
}

.slide-action-button._1 {
  border-color: var(--neutral--10);
  justify-content: center;
  align-items: center;
}

.slide-title {
  opacity: 1;
  color: var(--neutral--90);
  width: 50vw;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 64px;
  font-weight: 300;
  line-height: 90px;
}

.slide {
  background-image: linear-gradient(#000c, #000c);
  flex: none;
  align-self: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.slide.slide-1 {
  color: var(--neutral--10);
  background-image: url('../images/banner1200.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 640px;
}

.slide.slide-2 {
  background-image: url('../images/110581716019223_.pic_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
}

.slide.slide-4 {
  background-image: url('../images/画板备份-2.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.slide.slide-3 {
  background-image: url('../images/louis-hansel-8FWQQXMspEM-unsplash_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 0%;
}

.text-block-2 {
  color: var(--neutral--90);
  font-size: 14px;
}

.text-block-2:hover {
  color: var(--neutral--90);
  -webkit-text-stroke-color: var(--neutral--90);
}

.text-block-2._1 {
  color: var(--neutral--10);
}

.navigation-links-wrapper {
  grid-column-gap: 2.5rem;
  opacity: 1;
  color: #000;
  -webkit-text-stroke-color: whitesmoke;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.menu-text {
  color: #000;
  -webkit-text-stroke-color: #f5f5f5b3;
  border: 1px #fff;
  font-size: 14px;
  font-weight: 500;
}

.menu-text:hover {
  opacity: .6;
  color: #000;
}

.menu-text.new.w--current {
  margin-left: 20px;
}

.bold-text-5 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.bold-text-5:hover {
  opacity: .85;
}

.container-3 {
  width: 100%;
  max-width: 1440px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.text-l-4 {
  letter-spacing: -.32px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
}

.text-l-4.color-neutral-30 {
  color: var(--neutral--70);
  text-align: justify;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.6em;
}

.heading {
  color: #161616;
  letter-spacing: 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
}

.div-block-6 {
  height: auto;
}

.text-span {
  color: var(--neutral--70);
  font-size: 16px;
}

.color-neutral-10-2 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.text-block-9 {
  color: var(--neutral--70);
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.dropdown-2 {
  background-color: #fff0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}

.dropdown-2.sp {
  display: none;
}

.dropdown-toggle-2 {
  color: #f5f5f5b3;
  letter-spacing: .075rem;
  text-transform: uppercase;
  align-items: center;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.375rem;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
}

.dropdown-toggle-2:hover {
  color: #f5f5f5;
}

.dropdown-toggle-2:focus-visible {
  background-color: #d0333a;
}

.dropdown-toggle-2[data-wf-focus-visible] {
  background-color: #d0333a;
}

.dropdown-arrow-2 {
  color: var(--neutral--100);
  justify-content: center;
  align-items: center;
  max-width: .688rem;
  margin-left: .5rem;
  display: block;
}

.dropdown-arrow-2.sp {
  display: none;
}

.dropdown-list {
  color: #fff;
  background-color: #fff;
  padding-left: 40px;
  padding-right: 10px;
}

.dropdown-list.w--open {
  z-index: 100;
  opacity: 1;
  background-color: #fff0;
  width: 150px;
  margin-top: 0;
  margin-left: -30px;
  padding: 0;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0;
}

.dropdown-list-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  color: #010202;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

.dropdown-list-link:hover {
  color: #010202cc;
  background-color: #f5f5f533;
}

.dropdown-list-link.w--current {
  color: #f5f5f5;
  background-image: url('../images/dropdown-link-current-marker-line.svg');
  background-position: 0 52%;
  background-repeat: no-repeat;
}

.text-block-12 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.text-block-12:hover {
  opacity: .6;
}

.image {
  width: 24px;
  margin-left: 20px;
  margin-right: 0;
  padding-left: 0;
}

.image.shopping {
  cursor: pointer;
  width: 16px;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .4s;
}

.image.shopping:hover {
  opacity: .5;
}

.image-2 {
  width: 24px;
  margin-right: 0;
}

.section_gps {
  background-image: url('../images/C86A8719.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 80px;
}

.padding-global {
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-large {
  width: 100%;
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-custom1 {
  padding-top: 16vw;
  padding-bottom: 16vw;
}

.gps_layout {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.bold-text-7 {
  margin-left: -8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 0;
}

.div-block-9 {
  width: 100%;
  height: 660px;
  overflow: hidden;
}

.div-block-9._2 {
  height: 400px;
}

.div-block-10 {
  width: 100%;
  height: 660px;
  overflow: hidden;
}

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

.dfs-logo-1 {
  width: 10em;
  margin-top: 9px;
}

.dfs-wrap-2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-color: #fff;
  flex-direction: column;
  flex: 0 37%;
  align-items: flex-start;
  padding: 5em 4em 5em 7em;
  display: flex;
}

.dfs-container-1 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.dfs-heading-1 {
  color: #1c212b;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 2em;
}

.dfs-section-1 {
  padding-top: 0;
  font-size: 1vw;
}

.dfs-text-1 {
  color: #fdf7ee;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.dfs-rich-1 {
  color: var(--neutral--10);
  font-weight: 500;
}

.dfs-link-1 {
  color: #5b5e65;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.dfs-wrap-6 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 5em 7em 5em 5em;
  display: flex;
}

.dfs-grid-1 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50em;
  display: grid;
}

.dfs-wrap-1 {
  display: flex;
}

.bold-text-8 {
  color: var(--neutral--100);
  font-size: 22px;
  font-weight: 300;
  line-height: 1.6em;
}

.container-copy {
  padding-right: var(--container-util--padding);
  padding-bottom: 0;
  padding-left: var(--container-util--padding);
  width: 100%;
  max-width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11 {
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  padding: 24px 30px;
}

.div-block-12 {
  height: 10px;
}

.div-block-14 {
  height: 60px;
}

.text-r-4 {
  letter-spacing: -.24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

.text-r-4.color-neutral-30 {
  color: #fff;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.6em;
}

.home-v2-projects-card-2 {
  z-index: 1;
  min-width: 100%;
  max-width: 1440px;
  min-height: 100dvh;
  padding: 48px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home-v2-projects-card-2.first {
  z-index: 0;
  max-width: 100%;
  padding-left: 40px;
  position: sticky;
}

.text-l-4-5 {
  letter-spacing: -.32px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
}

.text-l-4-5.color-neutral-30 {
  color: var(--neutral--70);
  text-align: left;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.6em;
}

.text-l-4-5.color-neutral-30.duty {
  color: var(--neutral--10);
}

.about-v2-intro-right-text-copy {
  width: 100%;
}

.div-block-19 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50em;
  display: grid;
}

.text-block-13 {
  font-size: 16px;
  font-weight: 600;
  line-height: 2em;
}

.text-block-14 {
  color: #5b5e65;
  padding-top: .25rem;
  font-size: 14px;
  line-height: 1.3em;
}

.div-block-20 {
  width: 261.906px;
}

.div-block-21 {
  margin-top: .5rem;
}

.div-block-22 {
  background-color: #6c9131;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 0;
}

.container-5 {
  opacity: 1;
  width: 90%;
  max-width: none;
  padding-top: 60px;
  padding-bottom: 40px;
}

.div-block-24 {
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.div-block-25 {
  height: 170px;
  margin-top: 0;
  position: relative;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}

.text-block-15 {
  color: var(--neutral--10);
  text-align: center;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.home-v3-projects-card-2 {
  z-index: 1;
  flex: none;
  min-width: 80vw;
  min-height: 80dvh;
  margin-top: 10vh;
  padding: 48px;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-v3-projects-card-2:hover {
  opacity: 1;
}

.container-7 {
  width: 100%;
  max-width: 90vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 48px;
  padding-right: 48px;
}

.home-v3-projects-outer-wrap-3 {
  z-index: 1;
  max-width: 100%;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.home-v3-projects-card-3 {
  z-index: 1;
  flex: none;
  width: 90vw;
  min-height: 80vh;
  padding: 48px 48px 80px 80px;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-v3-projects-card-3:hover {
  opacity: 1;
}

.heading-fd {
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 500;
}

.text-l-4-6 {
  letter-spacing: -.32px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
}

.text-l-4-6.color-neutral-30 {
  color: var(--neutral--30);
  text-align: justify;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.6em;
}

.section-3 {
  height: 600px;
  margin-top: -120px;
}

.div-block-27 {
  background-color: var(--neutral--60);
  background-image: url('../images/map.jpeg');
  background-position: 0%;
  background-size: cover;
  height: 100%;
}

.c-title-wrapper {
  opacity: 1;
  margin-bottom: 0;
}

.div-block-28 {
  margin: 40px -10px 60px;
  padding-left: 0;
  display: flex;
}

.c-text-1 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 16px;
  line-height: 28px;
}

.c-text-1.cc-semibold {
  margin-bottom: 10px;
  font-size: 70px;
  font-weight: 300;
  line-height: 100%;
}

.c-tab-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  display: grid;
}

.div-block-29 {
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.c-tab-image {
  flex: 1;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 0;
  overflow: hidden;
}

.div-block-30 {
  width: 0%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.c-tab-text {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
}

.c-container {
  border-radius: 4px;
  max-width: 1332px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.c-container.cc-10cols {
  width: 90vw;
  max-width: none;
  height: 100%;
}

.div-block-31 {
  width: 0%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.image-5 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.c-cms-tabs {
  height: 100%;
  padding-top: 60px;
}

.c-cms-progress {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.c-hero-content {
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 0%;
  display: flex;
}

.c-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  position: relative;
}

.div-block-32 {
  border-bottom: 1px solid var(--neutral--100);
  cursor: pointer;
  flex-flow: column;
  width: 33%;
  height: 140px;
  margin-bottom: 16px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  overflow: hidden;
}

.div-block-33 {
  height: 60vh;
  margin-bottom: 100px;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-16 {
  color: #010202;
  margin-left: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6em;
}

.text-block-17 {
  text-align: justify;
  font-size: 14px;
  line-height: 2em;
}

.div-block-34 {
  color: var(--neutral--100);
  font-size: 62px;
  font-weight: 300;
  line-height: 1em;
}

.container-large-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-18 {
  color: var(--neutral--100);
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 24px;
  line-height: 100%;
}

._2n-hero_horizontal-scroll-camera {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

._2nd-hero_content-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

._2nd-hero_content-wrapper._1 {
  background-color: #f1ece0;
}

._2nd-hero_content-wrapper._3 {
  color: #fff;
  background-color: #e2e8d4;
}

._2nd-hero_content-wrapper._2 {
  background-color: #f2eae6;
}

._2nd-hero_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: grid;
}

._2nd-hero_image-wrapper {
  width: 100%;
  height: 600px;
}

.padding-section-large {
  height: 86vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

._2nd-hero_header_image {
  border: 1px solid #f04438;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

._2nd-hero_header_image.shadow-large {
  z-index: 0;
  object-fit: cover;
  border-style: none;
  border-color: #fff0;
  border-radius: 0;
  position: relative;
}

._2nd-hero_header_image.shadow-large.border-white {
  border-color: #fff;
}

._2nd-hero_header_image.shadow-large.stroke-black {
  border-color: #222;
}

._2nd-hero_horizontal-scroll-content {
  align-items: center;
  min-width: 300vw;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  width: 440px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

._2nd-hero_track {
  height: 400vh;
}

._2nd-hero_content {
  width: 90%;
  padding-left: 100px;
}

.quiz-wrapper {
  height: auto;
  display: flex;
}

.quiz-wrapper.landing {
  height: 70vh;
  min-height: auto;
}

.image-wrapper {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.hero-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: auto;
  margin-bottom: 60px;
  margin-left: 0;
  display: grid;
}

.quiz-step {
  flex-flow: column;
  padding: 0 0;
  display: flex;
}

.content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 3rem 2.9rem 4rem 4rem;
  display: flex;
}

.text-block-19 {
  font-size: 16px;
  font-weight: 400;
}

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

.div-block-35 {
  border-bottom: 1px solid #00000080;
  height: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

.text-block-21 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}

.text-block-22 {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Uncutsans, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
}

.div-block-39 {
  justify-content: flex-end;
  align-items: center;
  height: 101%;
  display: flex;
}

.home-logos_content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 4rem;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.home-logos_card {
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.marquee-logos_panel {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 260px;
  display: flex;
  overflow: hidden;
}

.div-block {
  padding-top: 0;
  overflow: hidden;
}

.home-logos_layout {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-4 {
  width: 100vw;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.div-block-42 {
  height: 16px;
}

.div-block-43 {
  height: 14px;
}

.div-block-44 {
  height: 48px;
}

.div-block-45 {
  height: 30px;
}

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

.license-image-content-wrap-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.license-image-content-horizontal-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-end;
  display: flex;
}

.text-block-23 {
  color: var(--neutral--10);
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  font-family: Uncutsans, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4em;
}

.div-block-67 {
  height: 160px;
}

.text-block-23-copy {
  color: var(--neutral--10);
  width: 580px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4em;
}

.div-block-69 {
  height: 24px;
}

.text-block-24 {
  color: var(--neutral--90);
  text-align: justify;
  margin-bottom: 30px;
  margin-right: 40px;
  font-size: 14px;
  line-height: 20px;
}

.div-block-70 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 52vh;
  display: grid;
  overflow: hidden;
}

.image-6 {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-5 {
  background-color: #fff;
  height: 35vh;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-70-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 52vh;
  display: grid;
  overflow: hidden;
}

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

.text-block-19-copy {
  font-size: 14px;
  font-weight: 400;
}

.hero-content-copy-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  width: 80%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 4rem;
  display: flex;
}

.hero-content-copy2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 80%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5vw;
  display: flex;
}

.div-block-778 {
  margin-bottom: 10px;
}

.paragraph-2 {
  opacity: .6;
  transition: opacity .4s;
}

.paragraph-2:hover {
  opacity: 1;
}

.text-block-19-copy-copy {
  font-size: 16px;
  line-height: 150%;
}

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

.text-span-4 {
  letter-spacing: 4px;
}

.div-block-780 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.about-v2-intro-left-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  display: grid;
  overflow: hidden;
}

.div-block-784 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: grid;
}

.container-8 {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 48px;
  padding-right: 48px;
}

.section-6 {
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.section-6.home-v2-projects {
  background-color: #010202;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.home-v2-projects-outer-wrap-2 {
  max-width: 100vw;
  margin-top: 0;
  margin-left: -48px;
  margin-right: -48px;
  position: sticky;
}

.div-block-785 {
  height: 16px;
}

.project-details-image-showcase-item-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  flex: 45%;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.split__heading {
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 500;
}

.s__main {
  flex-direction: row;
  justify-content: space-between;
  height: 100vh;
  display: flex;
}

.split__icon {
  height: 3vw;
}

.split__icon._3 {
  width: 8vw;
}

.split__icon._5 {
  height: 2.8vw;
}

.split__wrapper {
  background-color: #8fa94a;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.split__icon-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.split__content {
  z-index: 3;
  opacity: 1;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 20ch;
  margin-bottom: 8vw;
  margin-left: 2vw;
  margin-right: 2vw;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.split__bg {
  z-index: 1;
  background-image: url('../images/1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.split__bg.is--3 {
  background-image: linear-gradient(#0003, #0003), url('../images/东园小馆.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.split__bg.is--2 {
  background-image: linear-gradient(#0003, #0003), url('../images/弯豆青青.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.split__bg.is--1 {
  background-image: linear-gradient(#0003, #0003), url('../images/星伦多.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.split__bg.is--4 {
  background-image: linear-gradient(#0003, #0003), url('../images/虹料理.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.split__bg.is--5 {
  background-image: linear-gradient(#0003, #0003), url('../images/逃趣.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-content-wrapper-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  padding-top: 60px;
  padding-left: 0;
  display: flex;
}

.section-3-copy {
  height: 480px;
  margin-top: 0;
}

.text-block-25 {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}

.div-block-27-copy.meal {
  background-image: url('../images/banner6_画板-1-副本.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-27-copy.contact {
  background-image: linear-gradient(#0003, #0003), url('../images/10341718956261_.pic_hd.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-27-copy.responsilbility {
  background-image: linear-gradient(#0000, #0000), url('../images/174131720689379_.pic_1.webp');
  background-size: auto, cover;
}

.div-block-786 {
  height: 80px;
}

.container-3-copy {
  opacity: 1;
  background-color: #eff3e1;
  background-image: url('../images/-----1920x1080_1.webp');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  max-width: 100%;
  margin: 100px auto 0;
  padding: 100px 48px;
}

.div-block-27-copy {
  background-color: var(--neutral--60);
  background-image: linear-gradient(#fff3, #fff3), url('../images/louis-hansel-8FWQQXMspEM-unsplash_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
}

.div-block-27-copy.about {
  background-image: linear-gradient(90deg, #0000004d, #0000), url('../images/banner图.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.container-9 {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.number-wrap {
  flex-direction: column;
  align-items: flex-start;
  max-width: 34ch;
  display: flex;
}

.text-grey-500 {
  color: #6b6b6e;
  font-size: 16px;
  line-height: 1.6em;
}

.divider {
  z-index: -4;
  background-color: #dedede;
  width: 100%;
  height: 1px;
  position: static;
}

.divider.number-divider {
  background-color: #e6e6e6;
  margin-bottom: 1rem;
}

.section-7 {
  background-color: #0000;
  min-height: 32px;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.section-7.padding-y-large {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.large-number {
  letter-spacing: -.25rem;
  margin-bottom: 3rem;
  font-family: Uncutsans, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 90%;
}

._3-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  place-items: start stretch;
  width: 100%;
  display: grid;
  position: static;
}

.bold-text-13 {
  color: var(--neutral--100);
  font-family: Uncutsans, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.bold-text-16 {
  line-height: 1em;
}

.image-11 {
  height: 130px;
  margin: auto;
}

.div-block-795 {
  opacity: 1;
}

.nav-menu-mobile-copy {
  opacity: 0;
  color: #f5f5f5;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.nav-menu-pc {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #f5f5f5;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-hero-mob {
  background-color: #000;
  flex-direction: column;
  height: 100vh;
  margin-top: -120px;
  display: none;
  position: relative;
}

.section-8 {
  background-color: #fffdf5;
  padding: 160px 4%;
}

.div-block-26-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  overflow: hidden;
}

.image-11-copy {
  height: 130px;
  margin: auto;
}

.text-block-27 {
  color: var(--neutral--10);
}

.container-11 {
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
}

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

.grid-image-wrapper {
  height: 350px;
}

.grid-image-wrapper._1 {
  background-color: #000;
  background-image: url('../images/第38页-5.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-image-wrapper._2 {
  background-image: url('../images/12701725240716_.pic.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-image-wrapper._3 {
  background-image: url('../images/第38页-3.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-image-wrapper._4 {
  background-image: url('../images/第38页-6.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-image-wrapper._5 {
  background-image: url('../images/第38页-4.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-38-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-43-copy {
  height: 10px;
}

.div-block-42-copy {
  height: 12px;
  font-family: Uncutsans, Arial, sans-serif;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  width: 40%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text1122 {
  text-align: center;
  font-size: 20px;
}

.section-9 {
  display: none;
}

.split__wrapper-mob {
  background-color: #8fa94a;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_title_wrap {
  opacity: 1;
  margin-top: -140px;
  margin-left: 40px;
  margin-right: 40px;
  display: none;
  position: relative;
}

.h1_features {
  color: var(--neutral--10);
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 27px;
}

.text_features {
  color: var(--neutral--10);
  letter-spacing: -.3px;
  font-size: 16px;
  line-height: 25px;
}

.div-block-799 {
  opacity: .7;
  background-color: #6c9131;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  top: 0;
}

.div-block-801 {
  height: 60px;
}

.section-10 {
  margin-top: 0;
  padding-top: 0;
}

.card-event-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
}

.card {
  background-color: #fff;
  border-radius: 28px;
  padding: 50px 32px;
  box-shadow: 0 8px 30px #32358214;
}

.card.event {
  background-color: #fff;
  border: 1px solid #e6e7f3;
  height: 200px;
  padding-top: 54px;
  padding-bottom: 48px;
  transition: box-shadow .35s, transform .35s;
}

.card.event:hover {
  transform: scale(.97);
  box-shadow: 0 1px 3px #32358214;
}

.image-14 {
  width: 48px;
}

.div-block-802 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/编组-3备份.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 600px;
  margin-top: -600px;
  display: grid;
  position: relative;
  top: auto;
  bottom: auto;
}

.div-block-802._2 {
  background-image: url('../images/10年2.webp');
}

.div-block-802._3 {
  background-image: url('../images/10年3.webp');
  background-size: auto;
}

.image-15 {
  width: auto;
  height: 300px;
}

.image-16 {
  height: 300px;
  margin-left: 100px;
}

.div-block-805 {
  height: 30vh;
}

.div-block-806 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #6c9131;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-807 {
  height: 20px;
}

.text-block-2-copy {
  color: var(--neutral--10);
  font-size: 14px;
}

.text-block-2-copy:hover {
  color: var(--neutral--90);
  -webkit-text-stroke-color: var(--neutral--90);
}

.slider-3 {
  height: 640px;
  margin-top: 0;
}

.slide-nav-2 {
  opacity: 0;
}

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

.text-block-31 {
  margin-top: 20px;
  margin-left: 10px;
  font-weight: 500;
}

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

.background-video-2 {
  width: 100vw;
  height: 50vw;
}

.image-17 {
  width: 100%;
}

.div-block-810 {
  padding-left: 20px;
}

.div-block-811 {
  height: 40px;
}

.div-block-812 {
  height: 14px;
}

.image-18 {
  width: 24px;
  margin-top: auto;
  margin-bottom: auto;
  transition: opacity .4s;
}

.image-18:hover {
  opacity: .6;
  border-radius: 13px;
  overflow: visible;
}

.left-arrow-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow-1:hover {
  opacity: 1;
}

.dropdown-3 {
  background-color: #fff0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-815 {
  display: none;
}

.wuliu-photo {
  opacity: .85;
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: all .5s;
  position: static;
}

.wuliu-photo:hover {
  opacity: 1;
  transform: scale(1.1);
}

.wuliu-photo.sp {
  width: auto;
  height: 100%;
  font-family: Uncutsans, Arial, sans-serif;
}

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

._23234._2341 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  height: 60%;
  margin-top: auto;
  margin-bottom: auto;
  display: grid;
  position: static;
}

.right {
  margin-right: 40px;
}

.div-block-817 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-818 {
  padding-left: 5vw;
  padding-right: 5vw;
}

@media screen and (min-width: 1280px) {
  .text-l.weight-400.color-neutral-10 {
    font-size: 20px;
  }

  .image-full.cover {
    width: 100%;
  }

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

  .about-v2-intro-right-image {
    overflow: hidden;
  }

  .slide-content-wrapper {
    opacity: 1;
  }

  .slide.slide-1 {
    background-position: 50%;
    background-size: cover;
  }

  .slide.slide-4 {
    background-size: cover;
    width: 100%;
  }

  .navigation-links-wrapper {
    opacity: 1;
  }

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

  .dropdown-list-link.w--current {
    color: #010202;
    background-image: none;
  }

  .text-r-4.color-neutral-30 {
    color: #fffc;
  }

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

  .c-tab-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.75fr 1fr;
  }

  .c-tab-image {
    aspect-ratio: auto;
    object-fit: cover;
    height: 100%;
  }

  .c-tab-text {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-5 {
    aspect-ratio: auto;
    object-fit: cover;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .div-block-33 {
    height: 400px;
    margin-top: 5vh;
  }

  .text-block-16 {
    opacity: 1;
    margin-left: 0;
  }

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

  .quiz-wrapper {
    width: 100%;
    height: 100vh;
  }

  .hero-content {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-35 {
    border-bottom-color: #8fa94a;
  }

  .home-logos_content {
    margin-left: 8rem;
  }

  .marquee-logos_panel {
    width: 340px;
    overflow: hidden;
  }

  .home-logos_layout {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-24 {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-70-copy-copy {
    grid-template-columns: 2.25fr 1fr;
  }

  .text-block-19-copy {
    font-size: 16px;
    line-height: 150%;
  }

  .about-v2-intro-left-copy {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-content-wrapper-copy.offline {
    color: var(--neutral--100);
  }

  .section-3-copy {
    height: 520px;
  }

  .container-3-copy {
    margin-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-27-copy {
    background-image: linear-gradient(#fff3, #fff3), url('../images/画板_1.webp');
    background-size: auto, cover;
  }

  .div-block-27-copy.about {
    background-image: linear-gradient(90deg, #0000004d, #0000), url('../images/banner图.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .image-11 {
    height: 130px;
  }

  .div-block-795 {
    opacity: 1;
    align-self: center;
  }

  .nav-menu-mobile-copy {
    display: none;
  }

  .nav-menu-pc {
    display: flex;
  }

  .div-block-26-copy {
    display: none;
  }

  .image-11-copy {
    height: 130px;
  }

  .card.event {
    background-color: var(--neutral--10);
  }

  .div-block-802 {
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .div-block-802._3 {
    background-size: auto 100%;
  }

  .image-16 {
    margin-left: 60px;
  }

  .slider-3 {
    height: 640px;
    margin-top: 0;
  }

  .div-block-812 {
    width: 40px;
    height: 14px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-18 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .wuliu-photo {
    position: static;
  }

  .right {
    margin-right: 4rem;
  }
}

@media screen and (min-width: 1440px) {
  .text-l.weight-400.color-neutral-10 {
    font-size: 16px;
    line-height: 150%;
  }

  .image-full.cover {
    object-position: 50% 30%;
    width: 100%;
    height: 100%;
  }

  .section.project-overview {
    padding-bottom: 100px;
  }

  .navbar.dark {
    background-color: #ffffffe6;
  }

  .v1-awards-card {
    height: 440px;
  }

  .v1-awards-card-top.item-1 {
    background-image: url('../images/编组-8.webp');
  }

  .services-v3-service-details {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .services-v3-service-description {
    max-width: 420px;
  }

  .services-v3-service-item {
    padding-top: 0;
  }

  .slide-content-wrapper {
    opacity: 1;
  }

  .slide.slide-1 {
    background-image: url('../images/banner1440.webp');
    height: 720px;
  }

  .slide.slide-4 {
    background-image: url('../images/画板备份-2.webp');
    background-size: cover;
    background-attachment: fixed;
  }

  .navigation-links-wrapper {
    opacity: 1;
    margin-right: 5px;
  }

  .menu-text.new {
    justify-content: center;
    align-items: center;
    line-height: 100%;
    display: flex;
  }

  .image.shopping {
    align-self: auto;
    width: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    transition: opacity .4s;
    overflow: visible;
  }

  .image.shopping:hover {
    opacity: .5;
  }

  .section_gps {
    background-image: url('../images/C86A8719.webp');
  }

  .dfs-wrap-9 {
    grid-template-columns: 40% 40% 20%;
  }

  .dfs-section-1 {
    font-size: 14px;
  }

  .dfs-rich-1 {
    color: var(--neutral--10);
    font-weight: 500;
  }

  .dfs-link-1 {
    margin-top: 10px;
  }

  .text-r-4.color-neutral-30 {
    color: #fffc;
    font-weight: 400;
  }

  .div-block-22 {
    height: auto;
  }

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

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

  .c-text-1.cc-semibold {
    margin-bottom: 10px;
    font-size: 74px;
    line-height: 100%;
  }

  .c-tab-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.75fr 1fr;
    height: 100%;
  }

  .c-tab-image {
    object-fit: cover;
    object-position: 50% 50%;
    width: 800px;
    height: 500px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .c-tab-text {
    padding-left: 60px;
    padding-right: 60px;
  }

  .c-container.cc-10cols {
    height: 100%;
  }

  .image-5 {
    box-sizing: border-box;
    object-fit: fill;
    object-position: 50% 50%;
    width: 120%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .c-section {
    padding-bottom: 5vh;
  }

  .div-block-32 {
    border-bottom-width: 2px;
    flex-flow: column;
    height: 140px;
  }

  .div-block-33 {
    height: 500px;
    margin-top: 5vh;
    margin-bottom: 0;
  }

  .text-block-16 {
    margin-left: 0;
    font-size: 20px;
    font-weight: 500;
  }

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

  ._2nd-hero_image-wrapper {
    margin-right: 40px;
  }

  .padding-global-2 {
    width: 90vw;
    padding-left: 0%;
    padding-right: 0%;
  }

  .quiz-wrapper.landing {
    height: 70vh;
  }

  .hero-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-bottom: 100px;
    margin-left: 0;
  }

  .quiz-step {
    margin-top: 100px;
  }

  .content-wrapper {
    padding-top: 3rem;
  }

  .text-block-19 {
    color: var(--neutral--70);
    width: 100%;
  }

  .div-block-35 {
    border-bottom-color: #0003;
  }

  .div-block-39 {
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }

  .home-logos_content {
    margin-left: 14rem;
  }

  .marquee-logos_panel {
    overflow: hidden;
  }

  .section-5 {
    height: 42vh;
  }

  .div-block-70-copy-copy {
    grid-template-columns: 3fr 1fr;
  }

  .text-block-19-copy {
    width: 100%;
  }

  .hero-content-copy-1, .hero-content-copy2 {
    margin-left: 5vw;
  }

  .paragraph-2 {
    padding-right: 0;
  }

  .text-block-19-copy-copy {
    width: 100%;
  }

  .about-v2-intro-left-copy {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px;
  }

  .div-block-784 {
    padding-top: 60px;
  }

  .split__icon {
    width: 62px;
    height: 100px;
  }

  .split__icon._3 {
    width: 90px;
    height: 100px;
  }

  .split__icon._5 {
    width: 64px;
    height: 100px;
  }

  .split__icon._1 {
    width: 90px;
    height: 60px;
  }

  .split__icon._2 {
    width: 100px;
    height: 100px;
  }

  .split__bg.is--3 {
    background-image: linear-gradient(#0003, #0003), url('../images/东园小馆.webp');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .split__bg.is--2 {
    background-image: linear-gradient(#0003, #0003), url('../images/弯豆青青.webp');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .split__bg.is--1 {
    background-image: linear-gradient(#0003, #0003), url('../images/星伦多.webp');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .split__bg.is--4 {
    background-image: linear-gradient(#0003, #0003), url('../images/虹料理.webp');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .split__bg.is--5 {
    background-image: linear-gradient(#0003, #0003), url('../images/逃趣.webp');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .section-3-copy {
    height: 600px;
  }

  .div-block-786 {
    height: 20vh;
  }

  .container-3-copy {
    margin-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-27-copy {
    background-image: linear-gradient(#fff3, #fff3), url('../images/画板_1.webp');
    background-size: auto, cover;
  }

  .div-block-27-copy.about {
    background-image: linear-gradient(90deg, #0000004d, #0000), url('../images/banner图.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .image-11 {
    object-fit: contain;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-795 {
    opacity: 1;
    align-self: center;
  }

  .nav-menu-mobile-copy {
    display: none;
  }

  .nav-menu-pc {
    display: flex;
  }

  .div-block-26-copy {
    display: none;
  }

  .image-11-copy {
    object-fit: contain;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .text1122 {
    font-size: 20px;
  }

  .card-event-bottom {
    justify-content: center;
    align-items: center;
  }

  .card.event {
    background-color: #fff;
    border-radius: 4px;
    height: 200px;
    padding-top: 54px;
  }

  .image-14 {
    width: 60px;
  }

  .div-block-802 {
    background-image: url('../images/编组-3备份.webp');
  }

  .div-block-802._3 {
    background-image: url('../images/编组-3.webp');
  }

  .image-16 {
    margin-left: 40px;
  }

  .div-block-804 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-806 {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider-3 {
    height: 720px;
  }

  .div-block-810 {
    padding-left: 60px;
  }

  .wuliu-photo {
    position: static;
  }

  .right {
    margin-right: 8rem;
  }
}

@media screen and (min-width: 1920px) {
  .text-l {
    font-size: 32px;
    line-height: 1.2em;
  }

  .image-full.cover {
    aspect-ratio: auto;
    vertical-align: baseline;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
  }

  .section.about-v2-intro {
    margin-top: 0;
  }

  .section.home-v3-projects {
    min-height: 430dvh;
    min-height: 430dvh;
  }

  .navbar.dark {
    background-color: #ffffffe6;
  }

  .home-v1-services-wrap {
    margin-bottom: 0;
  }

  .about-v2-intro-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 80px;
  }

  .project-details-image-showcase-item {
    height: 50vh;
  }

  .section-hero {
    z-index: 10;
    margin-top: -130px;
    position: relative;
  }

  .slide-content-wrapper {
    color: var(--neutral--90);
  }

  .slide-action-button {
    background-color: #fff0;
  }

  .slide-title {
    color: var(--neutral--100);
  }

  .slide.slide-1 {
    background-image: url('../images/banner1920.webp');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 820px;
  }

  .slide.slide-2 {
    background-image: url('../images/louis-hansel-8FWQQXMspEM-unsplash_1.webp');
  }

  .slide.slide-4 {
    background-image: url('../images/画板备份-2.webp');
    background-position: 50%;
    background-attachment: fixed;
    width: 100%;
  }

  .slide.slide-3 {
    background-image: url('../images/daniil-silantev-nBuiLbz_j4A-unsplash_1.webp');
  }

  .text-block-2 {
    color: var(--neutral--90);
  }

  .navigation-links-wrapper {
    opacity: 1;
    margin-right: 5px;
  }

  .menu-text {
    color: #010202;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.2em;
  }

  .bold-text-5 {
    letter-spacing: 0;
  }

  .div-block-6 {
    height: 24px;
  }

  .color-neutral-10-2 {
    font-family: Uncutsans, Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1em;
  }

  .dropdown-2 {
    align-self: flex-start;
  }

  .dropdown-toggle-2 {
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 1.2rem;
  }

  .text-block-12 {
    letter-spacing: 0;
    line-height: 1.2rem;
  }

  .image.shopping {
    margin-right: 0;
  }

  .section_gps {
    background-image: url('../images/C86A8719.webp');
    background-size: cover;
  }

  .dfs-wrap-9 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 40% 40% 20%;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .dfs-logo-1 {
    margin-top: 9px;
  }

  .dfs-heading-1 {
    line-height: 2em;
  }

  .dfs-rich-1 {
    color: var(--neutral--10);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }

  .dfs-link-1 {
    margin-top: .25em;
    font-size: 14px;
  }

  .dfs-wrap-6 {
    padding-right: 7em;
  }

  .dfs-grid-1 {
    width: 50vw;
  }

  .bold-text-8 {
    color: var(--neutral--100);
    font-weight: 300;
  }

  .text-r-4.color-neutral-30 {
    color: var(--neutral--20);
    width: 50%;
    font-size: 16px;
    line-height: 1.6em;
  }

  .home-v2-projects-card-2.first {
    max-width: 100%;
    overflow: hidden;
  }

  .div-block-19 {
    width: 50vw;
  }

  .text-block-13 {
    line-height: 2em;
  }

  .text-block-14 {
    color: #5b5e65;
    padding-top: .25rem;
    font-size: 14px;
    line-height: 1.3em;
  }

  .div-block-21 {
    margin-top: .25rem;
  }

  .div-block-22 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .container-5 {
    max-width: 80vw;
  }

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

  .div-block-25 {
    opacity: 1;
  }

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

  .home-v3-projects-card-2 {
    min-width: 70vw;
  }

  .home-v3-projects-outer-wrap-3 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .c-tab-content {
    grid-template-columns: 2.5fr 1fr;
    height: 100%;
  }

  .div-block-29 {
    height: 100%;
  }

  .c-tab-image {
    object-fit: cover;
    height: 100%;
  }

  .div-block-30 {
    height: 60vh;
  }

  .c-tab-text {
    padding-left: 100px;
    padding-right: 100px;
  }

  .c-container.cc-10cols {
    height: 100%;
  }

  .div-block-31 {
    height: 60vh;
  }

  .image-5 {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .c-cms-tabs {
    overflow: hidden;
  }

  .c-section {
    margin-top: 0;
    padding-top: 10vh;
    padding-bottom: 15vh;
  }

  .div-block-33 {
    height: 60vh;
    margin-top: 5vh;
    padding-top: 0;
  }

  .div-block-34 {
    font-size: 64px;
  }

  ._2nd-hero_component {
    grid-template-columns: 1fr 1.5fr;
  }

  ._2nd-hero_image-wrapper {
    overflow: hidden;
  }

  ._2nd-hero_header_image.shadow-large {
    object-position: 50% 50%;
    border-style: none;
    width: 100%;
    transition: height .6s, width .6s;
  }

  ._2nd-hero_header_image.shadow-large:hover {
    width: 110%;
    height: 110%;
  }

  ._2nd-hero_content {
    width: 90%;
  }

  .image-wrapper {
    overflow: hidden;
  }

  .image-cover {
    width: 100%;
    height: 100%;
    transition: height .6s, width .6s;
  }

  .image-cover:hover {
    width: 110%;
    height: 110%;
  }

  .text-block-19 {
    width: 40%;
  }

  .home-logos_content {
    justify-content: center;
    align-items: flex-start;
    margin-left: 15vw;
  }

  .marquee-logos_panel {
    width: 480px;
    height: 320px;
  }

  .section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-block-23 {
    margin-left: 0;
  }

  .div-block-67 {
    height: 180px;
  }

  .text-block-23-copy {
    margin-left: 0;
  }

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

  .div-block-70-copy-copy {
    grid-template-columns: 4fr 1fr;
  }

  .hero-content-copy-1, .hero-content-copy2 {
    margin-left: 5vw;
  }

  .image-cover-copy {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    transition: height .6s, width .6s;
  }

  .image-cover-copy:hover {
    width: 110%;
    height: 110%;
  }

  .about-v2-intro-left-copy {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px;
  }

  .container-8 {
    max-width: 100%;
  }

  .home-v2-projects-outer-wrap-2 {
    max-width: 100vw;
    margin-top: 0;
  }

  .slide-content-wrapper-copy {
    color: var(--neutral--90);
  }

  .section-3-copy {
    height: 720px;
  }

  .container-3-copy {
    margin-top: 100px;
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .div-block-27-copy {
    background-image: linear-gradient(#fff3, #fff3), url('../images/画板_1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-27-copy.about {
    background-image: linear-gradient(90deg, #0000004d, #0000), url('../images/banner图.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-795 {
    opacity: 1;
  }

  .nav-menu-mobile-copy {
    display: none;
  }

  .nav-menu-pc {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section-hero-mob {
    z-index: 10;
    margin-top: -130px;
    position: relative;
  }

  .div-block-26-copy {
    display: none;
  }

  .div-block-802 {
    background-size: auto 100%;
  }

  .div-block-806 {
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .text-block-2-copy {
    color: var(--neutral--10);
  }

  .slider-3 {
    height: 820px;
  }

  .dropdown-3 {
    align-self: flex-start;
  }

  .wuliu-photo {
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  .h3.color-neutral-10 {
    width: auto;
  }

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

  .section.about-v1-activities {
    padding-top: 56px;
  }

  .section.home-v3-projects {
    min-height: 0;
    min-height: 0;
    min-height: 0;
  }

  .sguide-spacings-vertical {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-wrap: wrap;
  }

  .liccense-image-wrap {
    filter: none;
  }

  .custom-cursor-container {
    display: none;
  }

  .v1-awards-content {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-direction: column;
    align-items: stretch;
  }

  .v1-awards-card-top.item-1 {
    aspect-ratio: 327 / 381;
  }

  .v1-brands-item-wrap {
    height: 140px;
  }

  .home-v1-insights-card {
    padding-top: 0;
  }

  .v1-feedback-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-direction: column;
  }

  .home-v2-about-video {
    width: auto;
  }

  .v2-awards-item {
    padding-bottom: 32px;
  }

  .home-v2-insights-card {
    aspect-ratio: 375 / 417;
    filter: none;
  }

  .home-v2-services-outer, .home-v2-services-inner {
    max-width: none;
  }

  .home-v2-services-item-wrap {
    opacity: 1;
  }

  .home-v3-services-item {
    flex-direction: column;
    align-items: stretch;
  }

  .home-v3-projects-camera {
    position: static;
  }

  .home-v3-projects-wrap {
    flex-direction: column;
  }

  .about-v2-intro-content {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-direction: column;
  }

  .about-v2-intro-left {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: none;
  }

  .about-v2-intro-right {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column-reverse;
  }

  .about-v3-stats-item {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .services-v1-services-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .services-v2-services-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-overview-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .services-v3-services-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .services-v3-services-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .services-v3-service-details {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
  }

  .services-v3-service-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
  }

  .services-v3-service-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .home-v2-services-item-number, .home-v3-blogs-item-button {
    display: none;
  }

  .projects-v1-projects-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    border-bottom-style: none;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 40px;
  }

  .home-v2-projects-card-overlay {
    background-color: #0006;
    background-image: none;
  }

  .home-v3-projects-card {
    width: 100%;
  }

  .home-v3-projects-card-content {
    display: none;
  }

  .blogs-insights-card {
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-top: 0;
  }

  .about-v3-team-slider-item {
    width: 50%;
  }

  .projects-v2-awards-table-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .about-v1-stats-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-bottom: 1px solid var(--neutral--80);
    width: auto;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .project-overview-content-title {
    width: auto;
  }

  .project-categories-card {
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-top: 0;
  }

  .custom-cursor-inner-container {
    display: none;
  }

  .home-v1-insights-card-2 {
    padding-top: 0;
  }

  .navigation-links-wrapper {
    z-index: 150;
    grid-row-gap: 1rem;
    background-color: #1b1e25;
    flex-direction: column;
    grid-template-columns: auto;
    grid-auto-flow: row;
    justify-items: start;
    padding: 1rem 5% 2rem;
  }

  .dropdown-2 {
    width: 100%;
    position: relative;
  }

  .dropdown-toggle-2 {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .dropdown-arrow-2 {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .dropdown-list {
    position: static;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    background-color: #1b1e25;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
    position: relative;
  }

  .dropdown-list-link {
    padding-left: 1.5rem;
    padding-right: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .dfs-section-1 {
    font-size: 1.3vw;
  }

  .home-v3-projects-card-2, .home-v3-projects-card-3 {
    width: 100%;
  }

  .c-container, .c-container.cc-10cols {
    max-width: 768px;
  }

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

  ._2n-hero_horizontal-scroll-camera {
    height: auto;
  }

  ._2nd-hero_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  ._2nd-hero_horizontal-scroll-content {
    flex-direction: column;
    width: auto;
    min-width: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-logos_content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 0;
  }

  .home-logos_card {
    background-color: #0000;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .home-logos_layout {
    display: block;
  }

  .about-v2-intro-left-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: none;
  }

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

  .container-9 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  ._3-column-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-menu-mobile-copy {
    display: flex;
  }

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

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

  .burger.w--open {
    background-color: #0000;
  }

  .burger-line-1 {
    background-color: #0d0d12;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-4 {
    background-color: #0d0d12;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-5 {
    background-color: #0d0d12;
    width: 20px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .div-block-3 {
    margin-left: 0;
    margin-right: .125em;
  }

  .dropdown-3 {
    width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: var(--h1--size-mobile);
    line-height: var(--h1--height-mobile);
    letter-spacing: var(--h1--letter-spacing-mobile);
  }

  h2 {
    font-size: var(--h2--size-mobile);
    line-height: var(--h2--height-mobile);
    letter-spacing: var(--h2--letter-spacing-mobile);
  }

  h3 {
    font-size: var(--h3--size-mobile);
    line-height: var(--h3--height-mobile);
    letter-spacing: var(--h3--letter-spacing-mobile);
  }

  h4 {
    font-size: var(--h4--size-mobile);
    line-height: var(--h4--height-mobile);
    letter-spacing: var(--h4--letter-spacing-mobile);
  }

  h5 {
    font-size: var(--h5--size-mobile);
    line-height: var(--h5--height-mobile);
  }

  h6 {
    font-size: var(--h6--size-mobile);
    line-height: var(--h6--height-mobile);
  }

  .text-l {
    font-size: var(--text-l--size-mobile);
    line-height: var(--text-l--height-mobile);
  }

  .text-s {
    font-size: var(--text-s--size-mobile);
    line-height: var(--text-s--height-mobile);
  }

  .h3 {
    font-size: var(--h3--size-mobile);
    line-height: var(--h3--height-mobile);
    letter-spacing: var(--h3--letter-spacing-mobile);
  }

  .h5 {
    font-size: var(--h5--size-mobile);
    line-height: var(--h5--height-mobile);
    letter-spacing: var(--h5--letter-spacing-mobile);
  }

  .button {
    font-size: var(--text-s--size-mobile);
    line-height: var(--text-s--height-mobile);
    padding: 16px 24px;
  }

  .button.size-l {
    font-size: var(--text-r--size-mobile);
    line-height: var(--text-r--height-mobile);
    padding: 24px 32px;
  }

  .button.same-pd-16 {
    font-size: var(--text-xs--size);
    line-height: var(--text-xs--height);
    padding: 12px;
  }

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

  .section.brands-section-v1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.home-v2-services {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.about-v1-activities {
    padding-top: 0;
  }

  .section.about-v2-intro {
    padding-bottom: 56px;
  }

  .container {
    padding-right: var(--container-util--padding-mobile);
    padding-left: var(--container-util--padding-mobile);
  }

  .line-horizontal.bg-neutral-30.home-v1-services-line {
    width: 1px;
    height: 100%;
  }

  .line-horizontal.home-v1-services {
    width: 4px;
    height: 16%;
    top: 0%;
    transform: none;
  }

  .navbar {
    padding-top: 24px;
  }

  .navbar-brand {
    width: 89px;
  }

  .sguide-content-heading {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: none;
  }

  .sguide-content-fill {
    max-width: none;
    margin-left: 0;
  }

  .sguide-font-item-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .sguide-spacings-vertical {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .license-image-content-horizontal {
    flex-flow: column;
  }

  .liccense-image-wrap {
    max-width: none;
  }

  .v1-awards-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .v1-awards-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .v1-awards-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .v1-awards-card-top.item-1 {
    aspect-ratio: 327 / 381;
  }

  .v1-brands-item-wrap {
    height: 100px;
  }

  .v1-brands-item {
    margin-left: 8px;
    margin-right: 8px;
  }

  .v1-feedback-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-v1-services-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .home-v1-serices-line-wrap {
    flex: none;
  }

  .v2-awards-item {
    padding-bottom: 24px;
  }

  .home-v2-insights-card {
    padding: 24px;
  }

  .home-v3-brands-item {
    width: 100px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .home-v2-services-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .home-v2-services-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-v3-services-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 8px;
  }

  .about-v1-agents-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-v2-intro-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-v2-intro-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .about-v2-agents-card {
    min-width: 310px;
  }

  .about-v3-stats-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .about-v3-awards-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: stretch;
  }

  .projects-v2-stats-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .career-benefits-item {
    grid-row-gap: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wcu-item {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .career-job-item {
    padding-bottom: 24px;
  }

  .services-v1-services-content, .services-v2-services-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .services-v2-process-step {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .projects-v3-awards-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    padding-bottom: 16px;
  }

  .services-v3-services-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .services-v3-services-content, .services-v3-service-details {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .services-v3-service-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .services-v3-service-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .services-v3-process-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .utility-page-wrap {
    padding-top: 124px;
    padding-right: var(--container-util--padding-mobile);
    padding-left: var(--container-util--padding-mobile);
    height: auto;
    margin-top: -80px;
  }

  .utility-page-content {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    align-items: stretch;
  }

  .utility-page-form {
    align-items: stretch;
  }

  .preview-page-blocks {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .home-v2-projects-card-content {
    display: none;
  }

  .home-v3-projects-card {
    padding: 40px var(--container-util--padding-mobile);
    min-height: 564px;
  }

  .home-v3-projects-card-content {
    display: none;
  }

  .about-v3-team-slider-item {
    width: 83%;
  }

  .projects-v2-awards-table-item {
    grid-row-gap: 8px;
    flex-flow: wrap;
    padding-bottom: 16px;
  }

  .about-v1-awards-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: stretch;
  }

  .text-xl-3 {
    font-size: 32px;
    line-height: 1.2em;
  }

  .button-2 {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 1.5em;
  }

  .button-2.circle {
    border-radius: 1000px;
  }

  .text-s-2 {
    font-size: 16px;
    line-height: 1.5em;
  }

  .slide-wrapper {
    height: auto;
    position: relative;
  }

  .slide-content {
    width: 80%;
    max-width: none;
    margin-left: 0;
  }

  .section-hero {
    display: none;
  }

  .slide-content-wrapper {
    width: auto;
  }

  .slide-title {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.6;
  }

  .slide.slide-1, .slide.slide-2, .slide.slide-4, .slide.slide-3 {
    width: 100vw;
  }

  .navigation-links-wrapper {
    background-color: #1b1e2500;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-text {
    align-self: center;
  }

  .container-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-l-4 {
    font-size: 24px;
    line-height: 1.2em;
  }

  .dropdown-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-toggle-2 {
    justify-content: space-between;
    width: 76px;
  }

  .dropdown-toggle-2.w--open {
    width: 90px;
  }

  .dropdown-toggle-2._3 {
    width: 60px;
  }

  .dropdown-arrow-2 {
    margin-left: .125rem;
  }

  .dropdown-list {
    width: 100%;
  }

  .dropdown-list.w--open {
    background-color: #1b1e2500;
    margin-left: 0;
  }

  .dropdown-list-link {
    text-align: center;
    align-self: center;
  }

  .image.shopping {
    width: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-custom1 {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .dfs-wrap-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .dfs-section-1 {
    font-size: 1.69vw;
  }

  .dfs-wrap-6 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .dfs-wrap-1 {
    flex-direction: column;
  }

  .container-copy {
    padding-right: var(--container-util--padding-mobile);
    padding-left: var(--container-util--padding-mobile);
  }

  .div-block-11 {
    background-color: #e7e7e7;
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .text-r-4 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .home-v2-projects-card-2 {
    padding: 24px;
  }

  .text-l-4-5 {
    font-size: 24px;
    line-height: 1.2em;
  }

  .home-v3-projects-card-2 {
    min-height: 564px;
    padding: 40px 24px;
  }

  .container-7 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-v3-projects-outer-wrap-3 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .home-v3-projects-card-3 {
    min-height: 564px;
    padding: 40px 24px;
  }

  .text-l-4-6 {
    font-size: 24px;
    line-height: 1.2em;
  }

  .c-text-1 {
    font-size: 16px;
    line-height: 28px;
  }

  .c-tab-content {
    flex-direction: column;
  }

  .c-tab-image {
    padding-right: 0;
  }

  .c-tab-text {
    padding-left: 0;
    padding-right: 0;
  }

  .c-container {
    max-width: 100%;
  }

  .c-container.cc-10cols {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-cms-tabs {
    padding-top: 32px;
  }

  .c-section {
    padding-top: 104px;
    padding-bottom: 40px;
  }

  ._2n-hero_horizontal-scroll-camera {
    margin-top: -10vh;
  }

  ._2nd-hero_component {
    grid-row-gap: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  ._2nd-hero_horizontal-scroll-content {
    grid-column-gap: 1.5rem;
    width: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  ._2nd-hero_content {
    padding-left: 0;
  }

  .quiz-wrapper {
    flex-direction: column;
  }

  .quiz-wrapper.landing {
    flex-direction: column;
    height: auto;
  }

  .image-wrapper {
    width: 100%;
  }

  .quiz-step {
    padding: 1.5rem;
  }

  .content-wrapper {
    width: 100%;
  }

  .license-image-content-horizontal-copy {
    flex-flow: column;
  }

  .container-8 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-6 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .home-v2-projects-outer-wrap-2 {
    margin-top: 0;
    margin-left: -24px;
    margin-right: -24px;
  }

  .slide-content-wrapper-copy {
    width: auto;
  }

  .container-3-copy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-9 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  ._3-column-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .div-block-795 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    flex-flow: column;
    align-self: center;
    margin-bottom: 40px;
    display: flex;
  }

  .nav-menu-mobile-copy {
    opacity: 0;
    background-color: #fff;
    margin-top: 0;
    display: flex;
  }

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

  .section-hero-mob {
    display: flex;
  }

  .section-8 {
    padding: 80px 20px;
  }

  .card.event {
    padding-bottom: 40px;
  }

  .dropdown-3 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .text-l.weight-400.color-neutral-10 {
    font-size: 16px;
    font-weight: 300;
  }

  .h3 {
    font-size: 20px;
  }

  .h5 {
    font-size: 28px;
  }

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

  .section.bg-neutral-100 {
    padding-top: 60px;
  }

  .section.project-overview {
    padding-top: 20px;
  }

  .section.about-v2-intro {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .section._2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .line-horizontal.home-v1-services {
    opacity: 0;
  }

  .navbar-brand.dark.w--current {
    flex: none;
    width: 102px;
    display: flex;
  }

  .sguide-content-heading {
    overflow-wrap: break-word;
  }

  .sguide-content-icon-card {
    padding: 24px;
  }

  .license-image-content-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: grid;
  }

  .license-image-content-horizontal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .v1-awards-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .v1-awards-content {
    height: 280px;
    margin-bottom: 40px;
  }

  .v1-awards-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .v1-awards-card-top.item-1 {
    background-image: url('../images/编组-9.webp');
    background-size: 100%;
  }

  .v1-feedback-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .home-v1-services-wrap {
    margin-top: 40px;
    display: block;
  }

  .home-v2-about-video {
    aspect-ratio: auto;
    height: 320px;
    margin-top: 20px;
    overflow: visible;
  }

  .home-v2-services-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-v2-services-outer {
    width: 100%;
    margin-top: 0;
  }

  .home-v2-services-item-text {
    overflow-wrap: anywhere;
  }

  .about-v2-intro-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-v2-intro-right-image {
    height: 240px;
  }

  .career-job-item {
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
  }

  .services-v3-service-heading {
    overflow-wrap: anywhere;
  }

  .services-v3-service-details {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-v3-blogs-item-button {
    display: block;
  }

  .home-v2-projects-card-content {
    display: flex;
  }

  .home-v2-projects-card-bottom._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .home-v2-projects-card-bottom-right {
    display: none;
  }

  .home-v3-projects-card-content {
    display: flex;
  }

  .home-v3-projects-card-bottom {
    width: 240px;
  }

  .project-details-image-showcase-item {
    height: 20vh;
  }

  .text-xl-3 {
    font-size: 14px;
    line-height: 1.6em;
  }

  .text-xl-3._4 {
    margin-top: 5px;
  }

  .slide-wrapper {
    display: flex;
  }

  .slide-content {
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .section-hero {
    display: none;
  }

  .slide-content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 0;
  }

  .slide-action-button {
    margin-top: 20px;
    padding: 5px 40px;
  }

  .slide-title {
    width: 100%;
    margin-top: 20px;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.6;
  }

  .slide.slide-1 {
    background-image: url('../images/banner375.webp');
    background-position: 20%;
    background-repeat: repeat-x;
    background-size: auto 100%;
    width: 100vw;
    height: 80vh;
    display: flex;
  }

  .slide.slide-2 {
    background-position: 33%;
    width: 100vw;
  }

  .slide.slide-4 {
    background-position: 8%;
    width: 100vw;
  }

  .slide.slide-3 {
    width: 100vw;
  }

  .navigation-links-wrapper {
    padding-top: 2rem;
  }

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

  .menu-text.w--current {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
  }

  .menu-text.new.w--current {
    margin-left: 0;
  }

  .bold-text-5 {
    font-size: 16px;
    font-weight: 400;
  }

  .container-3 {
    margin-top: 10px;
  }

  .text-l-4.color-neutral-30 {
    font-size: 14px;
  }

  .heading {
    font-size: 20px;
  }

  .text-span {
    letter-spacing: .36px;
    font-size: 14px;
    line-height: 1;
  }

  .color-neutral-10-2 {
    font-size: 20px;
  }

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

  .dropdown-toggle-2 {
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .dropdown-toggle-2.w--open {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-toggle-2._3 {
    width: 70px;
  }

  .dropdown-arrow-2 {
    margin-left: .25rem;
  }

  .dropdown-list {
    margin-top: 0;
  }

  .dropdown-list.w--open {
    margin-top: 10px;
  }

  .dropdown-list-link.w--current {
    color: #427234;
    background-image: none;
    padding-left: 1rem;
  }

  .text-block-12 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2rem;
  }

  .section_gps {
    background-image: url('../images/C86A8719.webp');
    background-position: 50%;
    background-size: auto 100%;
    height: 300px;
    margin-top: 60px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-7 {
    margin-left: 0;
  }

  .div-block-9, .div-block-9._2, .div-block-10 {
    height: 240px;
  }

  .dfs-wrap-2 {
    align-items: center;
    padding-bottom: 1em;
  }

  .dfs-section-1 {
    font-size: 2.5vw;
  }

  .dfs-text-1 {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
  }

  .dfs-rich-1 {
    text-align: center;
    font-size: 12px;
    line-height: 1.6em;
  }

  .dfs-wrap-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dfs-grid-1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .bold-text-8 {
    text-align: center;
  }

  .container-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-14 {
    height: 20px;
  }

  .text-r-4.color-neutral-30 {
    font-size: 14px;
  }

  .home-v2-projects-card-2 {
    min-height: 520px;
  }

  .home-v2-projects-card-2.first {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-l-4-5.color-neutral-30 {
    font-size: 14px;
  }

  .text-l-4-5.color-neutral-30.duty {
    text-align: justify;
  }

  .about-v2-intro-right-text-copy {
    width: 100%;
  }

  .div-block-19 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: block;
  }

  .div-block-20 {
    opacity: 0;
    width: auto;
    display: none;
  }

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

  .div-block-22 {
    height: 100%;
  }

  .container-5 {
    height: 100%;
    padding-top: 40px;
  }

  .div-block-24 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .div-block-25 {
    height: 100%;
    margin-bottom: 0;
  }

  .div-block-26 {
    display: none;
  }

  .container-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .home-v3-projects-outer-wrap-3 {
    margin: 0;
  }

  .home-v3-projects-card-3 {
    min-height: 540px;
    padding-left: 24px;
  }

  .heading-fd {
    font-size: 20px;
  }

  .text-l-4-6.color-neutral-30 {
    font-size: 14px;
  }

  .section-3 {
    height: 480px;
  }

  .div-block-27 {
    background-image: url('../images/企515075246-01.webp');
    background-position: 100%;
    background-size: cover;
  }

  .div-block-28 {
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
  }

  .c-text-1.cc-semibold {
    font-size: 50px;
  }

  .c-tab-content {
    grid-template-rows: auto auto;
  }

  .c-tab-image {
    padding-bottom: 0;
  }

  .c-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-container.cc-10cols {
    padding-left: 0;
    padding-right: 0;
  }

  .c-cms-tabs {
    padding-top: 0;
  }

  .c-cms-progress {
    margin-bottom: 0;
  }

  .c-hero-content {
    margin-top: 40px;
  }

  .c-section {
    padding-top: 40px;
    padding-bottom: 32px;
  }

  .div-block-32 {
    flex-flow: column;
    width: 33%;
    height: 140px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-33 {
    height: 40vh;
    margin-bottom: 0;
  }

  .text-block-16 {
    margin-left: 0;
    font-size: 14px;
  }

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

  .div-block-34 {
    font-size: 30px;
  }

  .text-block-18 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1;
  }

  ._2n-hero_horizontal-scroll-camera {
    margin-top: 0;
    position: relative;
  }

  ._2nd-hero_content-wrapper._1 {
    width: 100vw;
    min-width: auto;
    min-height: auto;
  }

  ._2nd-hero_content-wrapper._3, ._2nd-hero_content-wrapper._2 {
    min-height: 80svh;
  }

  ._2nd-hero_component {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    height: 100%;
    overflow: visible;
  }

  ._2nd-hero_image-wrapper {
    height: 340px;
    margin-top: 10px;
  }

  .padding-section-large {
    height: 630px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  ._2nd-hero_horizontal-scroll-content {
    grid-column-gap: 0rem;
    width: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    width: 320px;
  }

  ._2nd-hero_track {
    height: auto;
  }

  ._2nd-hero_content {
    width: 100%;
  }

  .quiz-wrapper.landing {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-wrapper {
    height: 300px;
  }

  .hero-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .quiz-step {
    padding: 0;
  }

  .content-wrapper {
    margin-top: 0;
    padding: 1rem 0 0;
  }

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

  .text-block-20 {
    margin-top: 0;
    font-size: 18px;
  }

  .div-block-35 {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

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

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

  .text-block-22 {
    font-size: 16px;
    font-weight: 500;
  }

  .div-block-39 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    width: 100%;
    height: 240px;
    display: grid;
  }

  .home-logos_content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 0;
    display: block;
  }

  .div-block {
    margin-bottom: 0;
    overflow: visible;
  }

  .section-4 {
    height: auto;
  }

  .div-block-42 {
    height: 0;
  }

  .div-block-44 {
    height: 10px;
  }

  .text-block-23 {
    font-size: 24px;
  }

  .text-block-23-copy {
    width: 100%;
    font-size: 24px;
  }

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

  .text-block-24 {
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 14px;
    line-height: 1.6em;
  }

  .div-block-70 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 2fr;
    height: 70vh;
  }

  .section-5 {
    height: 100%;
  }

  .div-block-70-copy-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .div-block-70-co {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
    height: 60vh;
  }

  .text-block-19-copy {
    line-height: 150%;
  }

  .hero-content-copy-1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-content-copy2 {
    width: 90%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 1.2em;
    display: none;
  }

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

  .about-v2-intro-left-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr;
  }

  .div-block-784 {
    height: 340px;
  }

  .split__heading {
    font-size: 14px;
  }

  .s__main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .split__icon {
    height: 30px;
  }

  .split__wrapper {
    width: 100%;
  }

  .split__content {
    opacity: 0;
  }

  .slide-content-wrapper-copy {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .slide-content-wrapper-copy.offline {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3-copy {
    height: 400px;
  }

  .text-block-25 {
    font-size: 12px;
  }

  .container-3-copy {
    margin-top: 40px;
    padding: 40px 24px 20px;
  }

  .container-9 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-7 {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }

  .section-7.padding-y-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .large-number {
    letter-spacing: 0;
    font-size: 40px;
  }

  ._3-column-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .bold-text-13 {
    font-size: 20px;
  }

  .bold-text-16 {
    font-weight: 500;
  }

  .image-11 {
    width: 100%;
    height: 40px;
  }

  .nav-menu-mobile-copy {
    opacity: 1;
    display: flex;
  }

  .nav-menu-pc {
    opacity: 0;
    display: none;
  }

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

  .slide-5 {
    width: 100%;
  }

  .section-hero-mob {
    height: 80vh;
    display: none;
  }

  .slide-nav {
    opacity: 0;
    border: 1px solid #fff0;
    height: 60px;
  }

  .burger {
    margin-right: 0;
  }

  .image-11-copy {
    height: 40px;
  }

  .div-block-26-copy {
    width: 100%;
    display: block;
  }

  .image-11-copy {
    width: 100%;
    height: 180px;
  }

  .left-arrow, .right-arrow {
    opacity: 0;
  }

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

  .container-11 {
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-grid {
    grid-template-columns: 1fr;
  }

  .div-block-42-copy {
    height: 0;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .div-block-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text1122 {
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-17, .bold-text-18, .bold-text-19 {
    font-weight: 400;
  }

  .bold-text-20 {
    font-weight: 500;
  }

  .section-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .split__wrapper-mob {
    width: 100%;
  }

  .card_title_wrap {
    margin-left: 20px;
    margin-right: 20px;
  }

  .h1_features {
    font-size: 18px;
  }

  .text_features {
    font-size: 14px;
    line-height: 150%;
  }

  .div-block-801 {
    height: 0;
  }

  .card {
    padding: 40px 20px;
  }

  .card.event {
    background-color: #fff;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-802, .div-block-802._2 {
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 340px;
    margin-top: -340px;
  }

  .div-block-802._3 {
    background-image: url('../images/编组-3.webp');
    background-size: auto 100%;
  }

  .image-15 {
    vertical-align: baseline;
    height: 200px;
  }

  .image-16 {
    height: 200px;
    margin-left: 0;
  }

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

  .div-block-806 {
    padding: 40px 16px 20px;
  }

  .div-block-807 {
    height: 0;
  }

  .slider-3 {
    height: 80vh;
    margin-top: 0;
  }

  .slide-nav-2 {
    opacity: 1;
    height: 50px;
  }

  .text-block-31 {
    margin-top: 10px;
    margin-left: 5px;
  }

  .background-video-2 {
    height: 50vw;
    margin-top: 60px;
  }

  .div-block-810 {
    padding-top: 20px;
    padding-left: 0;
  }

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

  .image-18 {
    opacity: 0;
  }

  .dropdown-3, .div-block-813, .div-block-814 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .div-block-815 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin: 20px 5%;
    display: grid;
  }

  .image-19 {
    width: 288px;
  }

  ._23234._2341 {
    flex-flow: column;
  }
}

#w-node-bdbcb5cf-21d9-d720-1c24-cce9d8e50368-517ef82e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bdbcb5cf-21d9-d720-1c24-cce9d8e5036b-517ef82e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_53a7eb2c-3376-f695-0bf7-7b203d947cec-517ef82e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c58a976e-1784-d9fc-d4cf-b053ff899347-517ef82e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bad28788-ab10-5cd9-ab2e-e62ac3f0c063-517ef82e {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e900eead-927c-3403-3f85-78df793f5860-517ef82e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45333ea8-e13e-b6ac-d7cd-06ab46a095ab-383f18d8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-e8011d9e-30a4-d078-9987-57d4383f18e5-383f18d8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-e8011d9e-30a4-d078-9987-57d4383f18e8-383f18d8 {
  justify-self: center;
}

#w-node-_7454c3a6-f69e-32d7-6732-871f444a2b75-444a2b4b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7454c3a6-f69e-32d7-6732-871f444a2b7c-444a2b4b {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_99dd0cc7-43ab-8534-24fc-dda018757bae-18757bab {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_99dd0cc7-43ab-8534-24fc-dda018757bb1-18757bab {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-ee549d88-6a4a-7be2-fae7-19ea53dfe3a1-de150ff8 {
  justify-self: auto;
}

#w-node-e1a3398d-bad7-e84d-4590-423d5c471e57-de150ff8 {
  justify-self: center;
}

#w-node-_42aa28d9-03a2-d519-c12c-3ba623be139f-de150ff8 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_42aa28d9-03a2-d519-c12c-3ba623be13a0-de150ff8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42aa28d9-03a2-d519-c12c-3ba623be13a6-de150ff8 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_42aa28d9-03a2-d519-c12c-3ba623be13a7-de150ff8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42aa28d9-03a2-d519-c12c-3ba623be13ad-de150ff8 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_42aa28d9-03a2-d519-c12c-3ba623be13ae-de150ff8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9de33793-ca66-0046-3f3e-b802f96efc75-de150ff8 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f4700c6f-507c-2fe0-73f9-91ecc14d771a-de150ff8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1270b5e4-afba-3762-0830-deb5b2fa9382-de150ff8 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_1270b5e4-afba-3762-0830-deb5b2fa9383-de150ff8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25e1b6d6-1538-1c6b-9bf5-5decf9cce2b8-de150ff8 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_25e1b6d6-1538-1c6b-9bf5-5decf9cce2b9-de150ff8, #w-node-_2f927e64-df86-c9d0-0bbe-e337f8137526-de150ff8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f927e64-df86-c9d0-0bbe-e337f8137527-de150ff8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_72aa6c50-29a7-2575-bc06-f6d679241727-de150ff8, #w-node-_72aa6c50-29a7-2575-bc06-f6d679241728-de150ff8, #w-node-f868aed4-8f17-158e-0fa2-0c6512a506b3-de150ff8, #w-node-f868aed4-8f17-158e-0fa2-0c6512a506b5-de150ff8, #w-node-_3048c003-93de-5a00-4ad1-6bb20b4131ad-de150ff8, #w-node-_3048c003-93de-5a00-4ad1-6bb20b4131af-de150ff8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5de57fb8-389c-73ea-13cd-5bde77dca9a8-de150ff8 {
  align-self: center;
}

#w-node-_35ba87f8-0d36-ebb5-a4e9-31a1ece70f09-152ce839, #w-node-_35ba87f8-0d36-ebb5-a4e9-31a1ece70f11-152ce839, #w-node-_35ba87f8-0d36-ebb5-a4e9-31a1ece70f19-152ce839, #w-node-_6ffac6dd-4722-988b-ba17-bb72e3661f53-152ce839, #w-node-_0b8f9808-cff4-0fea-6521-0915181961c8-e2305b9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b8f9808-cff4-0fea-6521-0915181961ca-e2305b9f, #w-node-_0b8f9808-cff4-0fea-6521-0915181961cc-e2305b9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0b8f9808-cff4-0fea-6521-0915181961ce-e2305b9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b8f9808-cff4-0fea-6521-0915181961d0-e2305b9f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_10a11346-8c1b-9758-fee0-3b49b6be0d2f-bf18382d, #w-node-_59d345c7-c8a2-0aed-f375-08b2a20ba627-bf18382d, #w-node-eb8e4fef-226c-0007-e544-279eedb3e6c3-bf18382d, #w-node-eb8e4fef-226c-0007-e544-279eedb3e6cd-bf18382d, #w-node-d04ee35b-fa8f-71b5-6709-acef51d53234-bf18382d, #w-node-c951fd24-e048-10d2-33eb-fb9d0a39982e-bf18382d, #w-node-d04ee35b-fa8f-71b5-6709-acef51d5323e-bf18382d, #w-node-_44b8d8ac-f108-217f-f0a6-0c2999414097-bf18382d, #w-node-_7ec074f3-c7da-3236-f501-a968bdb37150-bf18382d, #w-node-_44b8d8ac-f108-217f-f0a6-0c29994140a1-bf18382d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02b864c4-b340-6ad8-23b7-38bf5c8a9af0-bf18382d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_32a7dee0-15e7-e473-b23b-f684774a8d23-bf18382d {
  grid-area: 1 / 4 / 2 / 6;
}

@media screen and (min-width: 1920px) {
  #w-node-fcfeaf13-08c7-ba4d-a302-b9ac9e0d4563-517ef82e {
    align-self: auto;
  }

  #w-node-e8011d9e-30a4-d078-9987-57d4383f18e5-383f18d8, #w-node-e8011d9e-30a4-d078-9987-57d4383f18e8-383f18d8 {
    justify-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-e8011d9e-30a4-d078-9987-57d4383f18e5-383f18d8 {
    justify-self: center;
  }

  #w-node-e8011d9e-30a4-d078-9987-57d4383f18e8-383f18d8 {
    justify-self: end;
  }

  #w-node-_2f927e64-df86-c9d0-0bbe-e337f8137527-de150ff8 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-acbad729-9a06-75d8-863e-de2fee1231f7-de150ff8, #w-node-_97ff149f-ad98-ac67-b410-3d54a04ba534-de150ff8, #w-node-ee549d88-6a4a-7be2-fae7-19ea53dfe3a1-de150ff8 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_35ba87f8-0d36-ebb5-a4e9-31a1ece70f09-152ce839, #w-node-_35ba87f8-0d36-ebb5-a4e9-31a1ece70f11-152ce839, #w-node-_35ba87f8-0d36-ebb5-a4e9-31a1ece70f19-152ce839, #w-node-_6ffac6dd-4722-988b-ba17-bb72e3661f53-152ce839 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_810433d0-5892-ef06-2375-f7a956d74199-517ef82e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_810433d0-5892-ef06-2375-f7a956d7419e-517ef82e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bdbcb5cf-21d9-d720-1c24-cce9d8e50368-517ef82e {
    grid-column-end: 2;
  }

  #w-node-bdbcb5cf-21d9-d720-1c24-cce9d8e5036b-517ef82e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cae4f187-8b9c-8aa6-de8b-45cf6edd420f-517ef82e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e8011d9e-30a4-d078-9987-57d4383f18e5-383f18d8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e8011d9e-30a4-d078-9987-57d4383f18e8-383f18d8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7454c3a6-f69e-32d7-6732-871f444a2b5f-444a2b4b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7454c3a6-f69e-32d7-6732-871f444a2b75-444a2b4b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7454c3a6-f69e-32d7-6732-871f444a2b7c-444a2b4b {
    grid-column: 2 / 3;
  }

  #w-node-_99dd0cc7-43ab-8534-24fc-dda018757bb1-18757bab {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-e1a3398d-bad7-e84d-4590-423d5c471e55-de150ff8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e1a3398d-bad7-e84d-4590-423d5c471e57-de150ff8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e1a3398d-bad7-e84d-4590-423d5c471e61-de150ff8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8d555b34-d059-b7a0-6f5d-a335fb5533ff-de150ff8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e1a3398d-bad7-e84d-4590-423d5c471e6d-de150ff8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a2fbdb49-d8c9-2cf8-9876-deeb7a2dc1a0-de150ff8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f57e79a1-09da-3750-56c1-a0a9b1f1e91c-de150ff8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f57e79a1-09da-3750-56c1-a0a9b1f1e91e-de150ff8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6517420c-6f16-a90c-ebb3-bedc69f3868e-de150ff8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6517420c-6f16-a90c-ebb3-bedc69f38690-de150ff8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f1b17687-0a67-c953-ce16-a46f42b16703-de150ff8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f1b17687-0a67-c953-ce16-a46f42b16714-de150ff8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0c314ebe-2f02-155d-9382-a7dc9283405a-de150ff8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8de5c7c2-a9dd-f4da-73c0-df92f3000ba4-de150ff8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_79bdeded-eb2d-1b86-2f0b-66bd37561b2b-033fa7d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0b8f9808-cff4-0fea-6521-0915181961c8-e2305b9f, #w-node-_0b8f9808-cff4-0fea-6521-0915181961ca-e2305b9f, #w-node-_0b8f9808-cff4-0fea-6521-0915181961cc-e2305b9f, #w-node-_0b8f9808-cff4-0fea-6521-0915181961ce-e2305b9f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a848295a-af07-4a60-a833-de4dafc5fe88-bf18382d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_02b864c4-b340-6ad8-23b7-38bf5c8a9af0-bf18382d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_32a7dee0-15e7-e473-b23b-f684774a8d23-bf18382d {
    grid-column: 2 / 3;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans Book';
  src: url('../fonts/UncutSans-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans Book';
  src: url('../fonts/UncutSans-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}