:root {
  --neutral--10: white;
  --typography--body: Uncutsans, sans-serif;
  --neutral--100: #010202;
  --text-r--size: 24px;
  --text-r--height: 1.2em;
  --typography--heading: Uncutsans, 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;
  --text-r--size-mobile: 18px;
  --text-r--height-mobile: 1.5em;
  --neutral--90: #303030;
  --neutral--20: #f7f7f7;
  --text-s--size: 18px;
  --text-s--size-mobile: 16px;
  --text-xl--size: 48px;
  --text-xl--height: 1.2em;
  --text-xl--size-mobile: 32px;
  --text-l--height-mobile: 1.2em;
  --text-l--size: 32px;
  --text-l--height: 1.2em;
  --text-l--letter-spacing: -.32px;
  --text-l--size-mobile: 24px;
  --text-s--height: 1.5em;
  --text-s--height-mobile: 1.5em;
  --text-xs--size: 16px;
  --text-xs--height: 1.5em;
  --text-xs--size-mobile: 12px;
  --text-xs--height-mobile: 1.5em;
  --h5--letter-spacing-mobile: .36px;
  --neutral--80: #404145;
  --neutral--70: #696a6e;
  --neutral--60: #878787;
  --neutral--50: #b3b3b3;
  --neutral--40: #cecece;
  --neutral--30: #e8e8e8;
  --general--white\<deleted\|variable-32f05747-83ab-5626-f1e8-82b3b35357f9\>: white;
  --container-util--max-width: 1440px;
  --container-util--padding: 48px;
  --container-util--padding-mobile: 24px;
  --white\<deleted\|variable-4af94698\>: white;
  --container-util--margin-minus: -48px;
  --container-util--margin-minus-mobile: -24px;
  --text-r--letter-spacing: -.24px;
  --text-xl--height-mobile: 1.2em;
  --utility--home-v1-border-radius-project: 1000px;
}

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

body {
  background-color: var(--neutral--10);
  font-family: var(--typography--body);
  color: var(--neutral--100);
  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: 10px;
  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: 0;
}

a {
  letter-spacing: -.24px;
  font-weight: 500;
  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;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: var(--neutral--90);
  font-size: var(--text-s--size);
  text-align: center;
  font-style: italic;
}

.text-xl {
  font-size: var(--text-xl--size);
  line-height: var(--text-xl--height);
  letter-spacing: -.96px;
}

.text-xl.weight-500, .text-xl.weight-600, .text-xl.text-italic {
  letter-spacing: -.48px;
}

.text-xl.text-underline {
  letter-spacing: -.48px;
  font-weight: 500;
}

.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-r {
  font-size: var(--text-r--size);
  line-height: var(--text-r--height);
  letter-spacing: -.24px;
  font-weight: 400;
}

.text-r.weight-500 {
  letter-spacing: -.24px;
}

.text-r.weight-600 {
  letter-spacing: 0;
}

.text-r.text-italic {
  letter-spacing: .48px;
  line-height: 1.5em;
}

.text-r.text-underline {
  font-weight: 500;
}

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

.text-s.weight-600 {
  line-height: 1.2em;
}

.text-s.text-underline {
  font-weight: 500;
}

.text-xs {
  font-size: var(--text-xs--size);
  line-height: var(--text-xs--height);
}

.text-xs.weight-600 {
  line-height: 1.2em;
}

.text-xs.text-underline {
  font-weight: 500;
}

.h1 {
  font-family: var(--typography--heading);
  font-size: var(--h1--size);
  line-height: var(--h1--height);
  letter-spacing: var(--h1--letter-spacing);
}

.h2 {
  font-family: var(--typography--heading);
  font-size: var(--h2--size);
  line-height: var(--h2--height);
  letter-spacing: var(--h2--letter-spacing);
}

.h3 {
  font-family: var(--typography--heading);
  font-size: var(--h3--size);
  line-height: var(--h3--height);
  letter-spacing: var(--h3--letter-spacing);
}

.h3.color-neutral-10 {
  width: 65%;
}

.h4 {
  font-family: var(--typography--heading);
  font-size: var(--h4--size);
  line-height: var(--h4--height);
  letter-spacing: var(--h4--letter-spacing);
}

.h5 {
  font-family: var(--typography--heading);
  font-size: var(--h5--size);
  line-height: var(--h5--height);
  letter-spacing: var(--h5--letter-spacing);
}

.h6 {
  font-family: var(--typography--heading);
  font-size: var(--h6--size);
  line-height: var(--h6--height);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay-white-40 {
  background-color: #fff6;
}

.overlay-black-15 {
  background-color: #00000026;
}

.overlay-black-40 {
  background-color: #0006;
}

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

.svg-icon._20 {
  width: 20px;
}

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

.svg-icon._32 {
  width: 32px;
}

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

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

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

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

.image-full-absolute.cover {
  object-fit: cover;
}

.image-full-absolute.cover.index--1 {
  z-index: -1;
}

.link {
  text-decoration: none;
}

.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.size-s {
  padding: 16px 24px;
}

.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.outline-black.size-s.home-v3-about-bottom-button {
  display: none;
}

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

.button.outline-white.projects-v2-project-button, .button.outline-white.projects-v3-project-button {
  display: none;
}

.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.outline-neutral-80 {
  border: 1px solid var(--neutral--80);
  background-color: #0000;
}

.button.same-pd-16.outline-neutral-30 {
  border: 1px solid var(--neutral--30);
  background-color: #0000;
}

.button.same-pd-16.pd-20 {
  padding: 20px;
}

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

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

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

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

.section.footer-v1 {
  background-color: var(--neutral--100);
  color: var(--neutral--10);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.footer-v2 {
  background-color: var(--neutral--100);
  color: var(--neutral--10);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.footer-v3 {
  background-color: var(--neutral--100);
  color: var(--neutral--10);
  padding-top: 80px;
  padding-bottom: 48px;
}

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

.section.home-v3-hero {
  background-color: var(--neutral--10);
  color: var(--neutral--100);
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100dvh;
  margin-top: -88px;
  padding-top: 208px;
  display: flex;
}

.section.home-v1-about {
  padding-top: 112px;
  padding-bottom: 112px;
}

.section.awards-section-v1 {
  padding-top: 104px;
  padding-bottom: 104px;
}

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

.section.feedback-section-v1 {
  padding-top: 112px;
  padding-bottom: 112px;
}

.section.home-v1-services {
  height: 300vw;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section.home-v1-projects {
  background-color: var(--neutral--100);
  color: var(--neutral--10);
  min-height: 100dvh;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section.home-v2-hero {
  background-color: var(--neutral--100);
  color: var(--neutral--10);
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100dvh;
  margin-top: -88px;
  padding-top: 224px;
  padding-bottom: 206px;
  display: flex;
}

.section.awards-section-v2 {
  padding-top: 104px;
  padding-bottom: 104px;
}

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

.section.brands-section-v2 {
  z-index: 2;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.home-v2-insights {
  padding-top: 80px;
  padding-bottom: 0;
}

.section.home-v1-hero {
  background-color: var(--neutral--100);
  color: var(--neutral--10);
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100dvh;
  margin-top: -88px;
  padding-top: 208px;
  padding-bottom: 168px;
  display: flex;
}

.section.home-v3-about {
  padding-top: 112px;
  padding-bottom: 112px;
}

.section.awards-section-v3 {
  background-color: var(--neutral--100);
  color: var(--neutral--10);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.home-v3-brands {
  padding-top: 0;
  padding-bottom: 0;
}

.section.home-v2-services {
  background-color: var(--neutral--100);
  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-v1-hero {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100dvh;
  margin-top: -88px;
  padding-top: 208px;
  padding-bottom: 80px;
  display: flex;
}

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

.section.about-v1-intro {
  padding-top: 80px;
}

.section.about-v1-agents {
  padding-top: 96px;
}

.section.about-v2-hero {
  background-color: var(--neutral--100);
  color: var(--neutral--10);
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100dvh;
  margin-top: -88px;
  padding-top: 208px;
  padding-bottom: 80px;
  display: flex;
}

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

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

.section.about-v2-agents {
  padding-top: 96px;
  padding-bottom: 96px;
}

.section.about-v2-stats {
  background-color: var(--neutral--20);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.about-v3-hero {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100dvh;
  margin-top: -88px;
  padding-top: 208px;
  padding-bottom: 96px;
  display: flex;
}

.section.about-v3-intro {
  padding-top: 80px;
  padding-bottom: 48px;
}

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

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

.section.about-v3-stats {
  background-color: var(--neutral--100);
  color: var(--neutral--10);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.about-v3-awards {
  background-color: var(--neutral--100);
  color: var(--neutral--10);
  padding-top: 0;
  padding-bottom: 104px;
}

.section.about-v1-awards {
  padding-top: 0;
  padding-bottom: 104px;
}

.section.projects-v1-hero {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100dvh;
  margin-top: -88px;
  padding-top: 208px;
  padding-bottom: 96px;
  display: flex;
}

.section.projects-v1-project {
  background-color: var(--neutral--100);
  color: var(--neutral--10);
  height: 100%;
  min-height: 100dvh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.projects-v2-hero {
  background-color: var(--neutral--100);
  color: var(--neutral--10);
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100dvh;
  margin-top: -88px;
  padding-top: 208px;
  padding-bottom: 96px;
  display: flex;
}

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

.section.projects-v2-project {
  color: var(--neutral--10);
  height: 100%;
  min-height: 100dvh;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section.career-team-section {
  padding-top: 464px;
  padding-bottom: 48px;
}

.section.services-v1-hero {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  min-height: 100dvh;
  margin-top: -88px;
  padding-top: 208px;
  padding-bottom: 80px;
  display: flex;
}

.section.services-v1-process {
  background-color: var(--neutral--100);
  height: 300vw;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section.services-v2-hero {
  background-color: var(--neutral--100);
  color: var(--neutral--10);
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100dvh;
  margin-top: -88px;
  padding-top: 208px;
  padding-bottom: 96px;
  display: flex;
}

.section.services-v2-about {
  background-color: var(--neutral--100);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.services-v2-services {
  background-color: var(--neutral--100);
}

.section.projects-v3-hero {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  min-height: 100dvh;
  margin-top: -88px;
  padding-top: 208px;
  padding-bottom: 96px;
  display: flex;
}

.section.projects-v3-cards {
  height: 100%;
  min-height: 100dvh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.projects-v3-projects {
  padding-top: 0;
  padding-bottom: 0;
}

.section.project-hero {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  min-height: 100dvh;
  margin-top: -88px;
  padding-top: 208px;
  padding-bottom: 96px;
  display: flex;
}

.section.project-images {
  padding-top: 0;
  padding-bottom: 0;
}

.section.project-images.last {
  padding-bottom: 120px;
}

.section.services-v3-hero {
  background-color: var(--neutral--100);
  justify-content: center;
  align-items: stretch;
  height: 100%;
  min-height: 100dvh;
  margin-top: -88px;
  padding-top: 208px;
  padding-bottom: 80px;
  display: flex;
}

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

.section.contact-v1-hero {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  margin-top: -88px;
  padding-top: 206px;
  padding-bottom: 80px;
  display: flex;
}

.section.contact-v1-field {
  padding-top: 40px;
}

.section.blogs-hero {
  margin-top: -88px;
  padding-top: 208px;
}

.section.blog-detail-hero {
  background-color: var(--general--white\<deleted\|variable-32f05747-83ab-5626-f1e8-82b3b35357f9\>);
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  min-height: 100dvh;
  margin-top: -88px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 208px;
  padding-bottom: 48px;
  display: flex;
}

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

.section.preview-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100dvh;
  margin-top: -88px;
  padding-top: 208px;
  padding-bottom: 96px;
  display: flex;
}

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

.section.preview-discover {
  padding-top: 88px;
  padding-bottom: 128px;
}

.section.blog-content {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.section.about-v3-team {
  padding-top: 96px;
  padding-bottom: 96px;
  overflow: visible;
}

.section.careers-opening-section {
  background-color: var(--neutral--100);
  overflow: visible;
}

.section.home-v2-projects {
  background-color: var(--neutral--100);
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

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

.section.projects-v1-all-projects, .section.projects-v2-awards {
  background-color: var(--neutral--100);
  color: var(--neutral--10);
}

.section.about-v1-stats {
  background-color: var(--neutral--100);
  color: var(--neutral--10);
  height: 100%;
  min-height: 288dvw;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

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

.rich-text em {
  font-size: var(--text-r--size);
  line-height: var(--text-r--height);
}

.rich-text a {
  color: var(--neutral--90);
  font-size: var(--text-r--size);
  line-height: var(--text-r--height);
  font-weight: 500;
  text-decoration: underline;
}

.rich-text strong {
  color: var(--neutral--90);
  font-size: var(--text-r--size);
  line-height: var(--text-r--height);
}

.rich-text p {
  color: var(--neutral--90);
  margin-bottom: 8px;
}

.rich-text figcaption {
  margin-top: 8px;
}

.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h5, .rich-text h6 {
  margin-bottom: 10px;
}

.text-italic {
  font-style: italic;
}

.text-underline {
  text-decoration: underline;
  overflow: hidden;
}

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

.video-full.cover {
  object-fit: cover;
}

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

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

.line-horizontal.bg-neutral-80.show-mobile {
  display: none;
}

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

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

.line-horizontal.bg-neutral-30.about-v3-team-line {
  height: 4px;
}

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

.line-horizontal.services-v1-process {
  background-color: var(--neutral--10);
  width: 16%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.line-horizontal.footer-v2 {
  background-color: var(--neutral--80);
  display: none;
}

.line-horizontal.about-v3-team {
  background-color: var(--neutral--100);
  width: 33%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.line-horizontal.about-v1-stats {
  background-color: var(--neutral--80);
  height: 4px;
}

.line-horizontal.about-v1-stats-active {
  width: 16%;
  height: 4px;
  position: absolute;
  inset: 0%;
}

.line-vertical {
  background-color: var(--white\<deleted\|variable-4af94698\>);
  width: 1px;
}

.hidden, .tablet-visible, .mobile-visible {
  display: none;
}

.error-message {
  color: #ff2828;
  font-size: var(--text-s--size);
  line-height: var(--text-s--height);
  background-color: #0000;
  margin-top: 8px;
  padding: 0;
}

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

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

.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.footer-v1 {
  color: var(--neutral--10);
  height: 94px;
  padding-left: 0;
  padding-right: 180px;
}

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

.input-form.footer-v2 {
  color: var(--neutral--10);
  height: 110px;
  padding-left: 0;
  padding-right: 164px;
}

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

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

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

.radio-button {
  z-index: 1;
  color: var(--neutral--100);
  font-size: var(--text-r--size);
  line-height: var(--text-r--height);
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 100px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px 24px;
  position: relative;
}

.text-area-form {
  color: var(--neutral--100);
  font-size: var(--text-r--size);
  line-height: var(--text-r--height);
  letter-spacing: -.24px;
  background-color: #0000;
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 20px;
}

.text-area-form::placeholder {
  color: var(--neutral--70);
}

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

.nav-menu {
  z-index: 1;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: center;
  display: flex;
}

.nav-dropdown {
  z-index: 1;
  height: 100%;
  position: static;
}

.nav-dropdown-toggle {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav-dropdown-list {
  z-index: 99;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--neutral--100);
  color: var(--neutral--10);
  border-radius: 24px;
  flex-direction: column;
  width: 41.6dvw;
  max-width: 600px;
  padding: 32px;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.nav-dropdown-list.w--open {
  background-color: var(--neutral--100);
  color: var(--neutral--10);
  border-radius: 24px;
  display: flex;
}

.nav-dropdown-list.dark {
  background-color: var(--neutral--10);
  position: absolute;
}

.nav-dropdown-list-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-dropdown-list-top.dark {
  color: var(--neutral--70);
}

.nav-dropdown-close-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--neutral--10);
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-dropdown-close-wrap.dark {
  color: var(--neutral--100);
}

.nav-link {
  color: var(--neutral--10);
  font-size: var(--text-xl--size);
  line-height: var(--text-xl--height);
  letter-spacing: -.96px;
  font-weight: 400;
}

.nav-link.w--current {
  display: none;
}

.nav-link.dark {
  color: var(--neutral--100);
}

.nav-link.dark.w--current {
  display: none;
}

.nav-dropdown-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.nav-dropdown-list-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.nav-dropdown-link-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--neutral--10);
  flex-direction: column;
  justify-content: flex-end;
  font-weight: 500;
  display: flex;
}

.nav-dropdown-menu-line-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.nav-dropdown-menu-line {
  background-color: var(--neutral--100);
  flex: none;
  width: 63px;
  height: 1.5px;
}

.nav-dropdown-menu-line.short {
  width: 41px;
  height: 2px;
}

.nav-dropdown-menu-line.dark {
  background-color: var(--neutral--10);
}

.footer-v1-wrap {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.footer-v1-cta-wrap {
  z-index: 1;
  aspect-ratio: 1;
  background-color: var(--neutral--10);
  color: var(--neutral--100);
  text-align: center;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 250px;
  max-width: 250px;
  padding: 32px 64px;
  display: flex;
  position: relative;
}

.footer-v1-top {
  align-items: flex-end;
  padding-right: 250px;
  display: flex;
  position: relative;
}

.footer-v1-cta-button {
  position: absolute;
  inset: auto 40px 24px auto;
}

.footer-v1-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.footer-v1-bottom-right {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.footer-v1-bottom-left {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-v1-bottom-inner-right {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.footer-v1-page-menus {
  grid-column-gap: 88px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-v1-social-menus {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.footer-v1-bottom-inner-left {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-direction: column;
  display: flex;
}

.form-block {
  z-index: 1;
  flex: none;
  margin-bottom: 0;
  position: relative;
}

.form-block.footer-v2 {
  flex: 1;
  min-width: 450px;
  margin-bottom: 20px;
  position: relative;
}

.form-block.grow {
  flex: 1;
}

.form-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.form-submit-transparent {
  z-index: 2;
  opacity: 0;
  background-color: #0000;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.footer-v2-wrap {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-direction: column;
  display: flex;
}

.footer-v2-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.footer-v2-page-menus {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  grid-template-rows: min-content min-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-v2-social-menus {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.footer-v2-bottom-left {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-v2-contact-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: underline;
  display: flex;
}

.footer-v2-top {
  z-index: 1;
  position: relative;
}

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

.footer-v3-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.footer-v3-page-menus {
  grid-column-gap: 112px;
  grid-row-gap: 40px;
  grid-template-rows: min-content min-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-v3-bottom-left {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: right;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-v3-social-menus {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.footer-v3-contact-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: underline;
  display: flex;
}

.footer-v3-top {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-v3-top-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 1;
  max-width: 632px;
  display: flex;
}

.sguide-hero-title {
  max-width: 67.6%;
  margin-bottom: 80px;
}

.sguide-hero-subtitle {
  max-width: 70%;
  margin-left: auto;
}

.sguide-content-wrap {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.sguide-content-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.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-color-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 1001px;
  display: flex;
}

.sguide-colors-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.sguide-color-horizontal {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.sguide-color-horizontal.small {
  max-width: 65.3%;
}

.sguide-color-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.sguide-color-card-top {
  height: 176px;
}

.sguide-color-card-top.bg-neutral-10, .sguide-color-card-top.overlay-white-15 {
  border: 1px solid var(--neutral--30);
}

.sguide-color-card-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.sguide-content-font-source {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sguide-content-font-source-left {
  flex: 1;
}

.sguide-content-font-source-right {
  text-align: right;
  flex: 1;
}

.sguide-content-font-source-center {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.sguide-content-font {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 89.2%;
  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-font-item-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  align-items: center;
  display: flex;
}

.sguide-font-item-1 {
  flex: 1;
  max-width: 200px;
}

.sguide-font-item-2 {
  flex: 1;
  max-width: 240px;
}

.sguide-font-item-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  align-items: center;
  max-width: 100px;
  display: flex;
}

.desktop-h1-mobile {
  font-size: var(--h1--size-mobile);
  line-height: var(--h1--height-mobile);
  letter-spacing: var(--h1--letter-spacing-mobile);
}

.desktop-h2-mobile {
  font-size: var(--h2--size-mobile);
  line-height: var(--h2--height-mobile);
  letter-spacing: var(--h2--letter-spacing-mobile);
}

.desktop-h3-mobile {
  font-size: var(--h3--size-mobile);
  line-height: var(--h3--height-mobile);
  letter-spacing: var(--h3--letter-spacing-mobile);
}

.desktop-h4-mobile {
  font-size: var(--h4--size-mobile);
  line-height: var(--h4--height-mobile);
  letter-spacing: var(--h4--letter-spacing-mobile);
}

.desktop-h5-mobile {
  font-size: var(--h5--size-mobile);
  line-height: var(--h5--height-mobile);
  letter-spacing: var(--h5--letter-spacing-mobile);
}

.sguide-icon-source {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.sguide-icon-source-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sguide-icon-source-image {
  aspect-ratio: 1;
  width: 132px;
}

.sguide-content-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--neutral--30);
  border-left: 1px solid var(--neutral--30);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1058px;
  margin-left: auto;
  display: grid;
}

.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-content-icon-usage {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 152px 152px 152px 152px 152px 152px 152px;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1058px;
  margin-left: auto;
  display: flex;
}

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

.sguide-inner-container {
  width: 100%;
  max-width: none;
  padding-left: 72px;
  padding-right: 72px;
}

.sguide-rich-text-inner-wrap {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  display: flex;
}

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

.sguide-rich-text-figure {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sguide-rich-text-figure-wrap {
  aspect-ratio: 1200 / 512;
  width: 100%;
  overflow: hidden;
}

.sguide-grids-inner-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.sguide-grid-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: 50px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.sguide-grid-item._3-col {
  grid-template-columns: 1fr 1fr 1fr;
}

.sguide-grid-item._4-col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sguide-grid-item._2-1-col {
  grid-template-columns: 2fr 1fr;
}

.sguide-grid-item._1-2-col {
  grid-template-columns: 1fr 2fr;
}

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

.sguide-spacings-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.sguide-spacings-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sguide-spacing-block {
  aspect-ratio: 1;
  background-color: var(--neutral--30);
  width: 4px;
}

.sguide-spacing-block._8 {
  width: 8px;
}

.sguide-spacing-block._12 {
  width: 12px;
}

.sguide-spacing-block._16 {
  width: 16px;
}

.sguide-spacing-block._24 {
  width: 24px;
}

.sguide-spacing-block._32 {
  width: 32px;
}

.sguide-spacing-block._40 {
  width: 40px;
}

.sguide-spacing-block._48 {
  width: 48px;
}

.sguide-spacing-block._56 {
  width: 56px;
}

.sguide-spacing-block._64 {
  width: 64px;
}

.sguide-spacing-block._72 {
  width: 72px;
}

.sguide-spacing-block._80 {
  width: 80px;
}

.sguide-component-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.sguide-content-subheading-wrap {
  max-width: 42.1%;
  margin-left: auto;
}

.sguide-component-heading {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

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

.sguide-component-inner-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.sguide-component-button-wrap {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sguide-component-button-horizontal-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-end;
  display: flex;
}

.sguide-component-button-2-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: row;
  display: flex;
}

.sguide-button-2-vertical-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sguide-component-radio-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.selection-button {
  border-style: none;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.selection-button.w--redirected-checked {
  border: 1px solid var(--neutral--70);
}

.selection-button.w--redirected-focus {
  box-shadow: none;
  border-color: #0000;
  width: 100%;
  height: 100%;
}

.selection-button.checked {
  border-style: solid;
  border-color: var(--neutral--70);
}

.changelog-hero-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

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

.changelog-content-heading {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.changelog-content-image-wrap {
  aspect-ratio: 1344 / 900;
  width: 100%;
  overflow: hidden;
}

.license-hero-heading {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 67.6%;
  margin-bottom: 80px;
}

.license-hero-subheading {
  width: 100%;
  max-width: 70%;
  margin-left: auto;
}

.license-content-wrap {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.license-content-item-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

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

.license-icon-source {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.license-icon-source-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.license-icon-source-image {
  aspect-ratio: 1;
  width: 132px;
}

.license-content-font-source {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.license-content-font-source-left {
  flex: 1;
}

.license-content-font-source-center {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.license-content-font-source-right {
  text-align: right;
  flex: 1;
}

.liccense-image-heading {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.license-image-subheading {
  width: 100%;
  max-width: 42.1%;
  margin-left: auto;
}

.license-image-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  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%);
}

.liccense-image-wrap._321x430 {
  aspect-ratio: 321 / 432;
  flex: 0 auto;
}

.liccense-image-wrap._321x347 {
  aspect-ratio: 321 / 347;
  flex: 0 auto;
}

.liccense-image-wrap._321x512 {
  aspect-ratio: 321 / 512;
  max-width: 23.8%;
}

.liccense-image-wrap._548x512 {
  aspect-ratio: 548 / 512;
  max-width: 40.7%;
}

.liccense-image-wrap._435x512 {
  aspect-ratio: 435 / 512;
  max-width: 32.3%;
}

.home-v3-hero-wrap {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.home-v3-hero-subheading-wrap {
  text-align: right;
  max-width: 77.2%;
  margin-left: auto;
}

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

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

.home-v1-about-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.home-v1-about-bottom-side {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.home-v1-about-bottom-side.align-right {
  text-align: right;
}

.v1-awards-wrap {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  display: flex;
}

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

.v1-awards-image-heading {
  aspect-ratio: 231 / 74;
  height: 74px;
  overflow: hidden;
}

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

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

.v1-awards-card.item-3 {
  flex: 0 auto;
  width: 50%;
}

.v1-awards-card-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  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: 309 / 381;
  background-color: #c7d6e1;
}

.v1-awards-card-top.item-2 {
  aspect-ratio: 309 / 320;
  background-color: #c7e1df;
}

.v1-awards-card-top.item-3 {
  aspect-ratio: 678 / 537;
  background-color: #e1c7c7;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 42px;
}

.v1-awards-title {
  letter-spacing: .84px;
  font-size: 42px;
  font-weight: 700;
  line-height: .9em;
}

.home-v1-awards-card-image {
  aspect-ratio: 305 / 453;
  flex: none;
  width: 305px;
  overflow: hidden;
}

.v1-brands-wrap {
  max-width: var(--container-util--max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.v1-brands-item {
  aspect-ratio: 1;
  background-color: var(--neutral--30);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
  overflow: hidden;
}

.home-v1-insights-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.home-v1-insights-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  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;
}

.home-v1-insights-card-left {
  z-index: 1;
  flex: 1;
  display: flex;
  position: relative;
}

.home-v1-insights-image {
  aspect-ratio: 318 / 199;
  flex: none;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.home-v1-insights-text {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  flex: none;
  width: 70%;
  display: flex;
  transform: translate(42.5%);
}

.home-v1-insights-text-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.home-v1-insights-card-button {
  margin-left: 3.8vw;
}

.v1-feedback-wrap {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  align-items: flex-start;
  display: flex;
}

.v1-feedback-tab-nav {
  flex: none;
  width: 49.25%;
  margin-top: 112px;
}

.v1-feedback-tabs-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  height: 72px;
  display: flex;
}

.v1-feedback-tab-link {
  aspect-ratio: 1;
  opacity: .3;
  background-color: #0000;
  border-radius: 100%;
  flex: none;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.v1-feedback-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.v1-feedback-tabs-content {
  margin-top: 56px;
}

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

.v1-feedback-tet-inner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.home-v1-services-wrap {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.home-v1-services-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-v1-services-sub-heading {
  width: 57.7%;
}

.home-v1-services-title {
  width: 32.3%;
}

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

.home-v1-services-camera {
  justify-content: center;
  min-height: 100dvh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: sticky;
  top: 0;
}

.v1-feedback-heading {
  overflow-wrap: anywhere;
  flex: 0 auto;
}

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

.home-v1-services-content-wrap {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
  position: relative;
  transform: translate(-375%);
}

.home-v1-services-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  flex-direction: column;
  flex: none;
  width: 75%;
  padding-right: 30%;
  display: flex;
}

.home-v1-projects-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  display: flex;
}

.home-v1-projects-left {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: 37.5%;
  padding-bottom: 48px;
  display: flex;
}

.home-v1-project-cards {
  flex-direction: column;
  display: flex;
}

.home-v1-projects-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  min-height: 100dvh;
  padding-top: 48px;
  display: flex;
}

.home-v1-projects-card-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.home-v1-projects-card-bottom {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.home-v1-project-tag {
  border-radius: 100px;
  padding: 16px;
}

.home-v1-projects-right {
  margin-right: var(--container-util--margin-minus);
  flex: 1;
  max-height: 100dvh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.footer-v2-heading-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-end;
  display: flex;
}

.home-v2-hero-wrap {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.home-v2-hero-heading-wrap {
  text-align: center;
}

.home-v2-hero-subheading-wrap {
  text-align: center;
  max-width: 72.6%;
}

.home-v2-hero-bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

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

.home-v2-about-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-v2-top-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.home-v2-about-content {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-v2-about-video {
  aspect-ratio: 572 / 568;
  flex: none;
  width: 42.5%;
}

.home-v2-about-bottom {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

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

.v2-awards-heading-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.v2-awards-logo {
  aspect-ratio: 231 / 74;
  flex: none;
  height: 74px;
  overflow: hidden;
}

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

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

.v2-awards-item-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

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

.v2-feedback-profile {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  align-items: center;
  display: flex;
}

.v2-feedback-avatar {
  aspect-ratio: 1;
  border-radius: 100%;
  flex: none;
  width: 72px;
  overflow: hidden;
}

.v2-feedback-name {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: flex-end;
  display: flex;
}

.home-v2-brands-wrap {
  max-width: var(--container-util--max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-v2-brands-item-wrap {
  display: flex;
}

.home-v2-brands-item {
  aspect-ratio: 1;
  flex: none;
  width: 180px;
}

.home-v2-insights-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  display: flex;
}

.home-v2-insights-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-v2-insights-heading-inner {
  text-align: right;
  max-width: 39.7%;
}

.home-v2-insights-content {
  margin-right: var(--container-util--margin-minus);
  margin-left: var(--container-util--margin-minus);
  height: 640px;
  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-v2-insights-card-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.home-v2-insights-card-overlay {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.home-v2-insights-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-v1-hero-wrap {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.home-v1-hero-heading-wrap {
  text-align: left;
}

.home-v1-hero-subheading-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-v1-hero-subheading-right, .home-v1-hero-subheading-left {
  max-width: 42.2%;
}

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

.home-v3-about-top, .home-v3-about-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-v3-about-bottom-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.v3-awards-wrap {
  flex-direction: column;
  display: flex;
}

.v3-awards-heading {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.v3-awards-logo {
  aspect-ratio: 306 / 98;
  flex: none;
  height: 98px;
  overflow: hidden;
}

.v3-awards-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  align-items: flex-end;
  display: flex;
}

.v3-awards-card {
  color: var(--neutral--100);
  flex: 1;
  padding: 20px;
}

.v3-awards-card.item-1 {
  aspect-ratio: 678 / 662;
  background-color: var(--neutral--30);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50.5%;
  padding: 40px 145px;
  display: flex;
}

.v3-awards-card.item-2 {
  aspect-ratio: 309 / 480;
  text-align: left;
  overflow-wrap: anywhere;
  background-color: #c7d6e1;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.v3-awards-card.item-3 {
  aspect-ratio: 309 / 399;
  text-align: left;
  background-color: #c7e1df;
  align-items: flex-end;
  display: flex;
}

.home-v3-awards-title {
  letter-spacing: .84px;
  font-size: 42px;
  font-weight: 700;
  line-height: .9em;
}

.v3-feedback-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.v3-feedback-profile {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.v3-feedback-avatar {
  aspect-ratio: 1;
  border-radius: 100%;
  width: 72px;
  overflow: hidden;
}

.v3-feedback-name {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.home-v3-brands-list {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.home-v2-services-wrap {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.home-v2-services-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-v2-services-bottom-text {
  max-width: 74%;
}

.home-v2-services-outer {
  z-index: 1;
  max-width: 66%;
  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: .6;
  cursor: default;
  align-items: flex-start;
  transition: opacity .2s;
  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-v2-services-image-wrap-outer {
  z-index: 2;
  flex-direction: row;
  align-items: flex-start;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-v2-services-image-item {
  aspect-ratio: 453 / 300;
  width: 453px;
  overflow: hidden;
}

.home-v2-services-image-wrap-inner {
  z-index: 2;
  position: static;
}

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

.home-v3-services-heading {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.home-v3-services-heading-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-v3-services-heading-bottom {
  max-width: 74.6%;
}

.home-v3-services-content {
  z-index: 1;
  position: relative;
}

.home-v3-services-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  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-services-item-title {
  z-index: 1;
  mix-blend-mode: difference;
  flex: 1;
}

.home-v3-services-item-description {
  z-index: 1;
  mix-blend-mode: exclusion;
  flex: none;
  width: 49%;
}

.home-v3-services-item-image-wrap {
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: hue;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-v3-services-item-image {
  z-index: -1;
  aspect-ratio: 453 / 300;
  object-fit: cover;
  width: 31.5dvw;
  position: relative;
}

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

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

.home-v3-blogs-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.home-v3-blogs-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-v3-blogs-heading-text {
  max-width: 41%;
}

.home-v3-blogs-item {
  z-index: 1;
  position: relative;
}

.home-v3-blogs-item-inner {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  border-bottom: 1px solid var(--neutral--50);
  opacity: .5;
  align-items: flex-start;
  max-width: 57.7%;
  margin-left: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.home-v3-blogs-item-inner.top {
  border-top: 1px solid var(--neutral--50);
}

.home-v3-blogs-item-text {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  display: flex;
}

.home-v3-blogs-item-text-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.home-v3-blogs-item-read-time {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--neutral--70);
  display: flex;
}

.home-v3-blogs-image-outer {
  z-index: 2;
  aspect-ratio: 480 / 625;
  pointer-events: none;
  width: 35.7%;
  position: absolute;
  top: 50%;
  left: 0;
  overflow: hidden;
  transform: translate(0, -50%);
}

.about-v1-hero-wrap {
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  flex-direction: column;
  display: flex;
}

.about-v1-hero-top {
  grid-column-gap: 32px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.about-v1-hero-top-subheading {
  flex: 1;
  max-width: 27.6%;
  padding-top: 48px;
}

.about-v1-hero-bottom {
  flex: 0 100%;
  max-width: 76.1%;
  margin-right: auto;
}

.about-v1-activities-wrap {
  margin-right: var(--container-util--margin-minus);
  margin-left: var(--container-util--margin-minus);
  display: flex;
  overflow: hidden;
}

.about-v1-activity-wrap {
  height: 725px;
  display: flex;
}

.about-v1-activity-item {
  aspect-ratio: 618 / 725;
  height: 100%;
  padding-left: 12px;
  padding-right: 12px;
  overflow: hidden;
}

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

.about-v1-intro-content {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 23.8% 66.1%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.about-v1-intro-image {
  aspect-ratio: 889 / 499;
  width: 100%;
  overflow: hidden;
}

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

.about-v1-agents-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  max-width: 68.3%;
  display: flex;
}

.about-v1-agents-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-end;
  display: flex;
}

.about-v1-agents-center {
  z-index: 1;
  margin-top: 56px;
  margin-right: var(--container-util--margin-minus);
  margin-left: var(--container-util--margin-minus);
  padding-right: var(--container-util--padding);
  padding-left: var(--container-util--padding);
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  scrollbar-width: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: scroll;
}

.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-v1-agents-card.top {
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.about-v1-agents-card-image {
  aspect-ratio: 1;
  filter: grayscale();
  border-radius: 100%;
  width: 22.22dvw;
  max-width: 320px;
  transition: filter .2s;
  overflow: hidden;
}

.about-v1-agents-card-image:hover {
  filter: grayscale(0%);
}

.about-v1-agents-card-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.about-v2-hero-heading {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  max-width: 56%;
  display: flex;
}

.about-v2-hero-bottom {
  max-width: 84%;
}

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

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

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

.about-v2-intro-image-left {
  aspect-ratio: 668 / 650;
  flex: none;
  width: 100%;
  overflow: hidden;
}

.about-v2-intro-right {
  grid-column-gap: 168px;
  grid-row-gap: 168px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

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

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

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

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

.about-v2-agents-heading-bottom {
  max-width: 57.7%;
  margin-left: auto;
}

.about-v2-agents-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-end;
  display: flex;
}

.about-v2-agents-grid {
  grid-column-gap: 24px;
  grid-row-gap: 72px;
  grid-template-rows: min-content min-content min-content;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.about-v2-agents-card-image {
  aspect-ratio: 423 / 492;
  filter: grayscale();
  width: 100%;
  transition: filter .2s;
  overflow: hidden;
}

.about-v2-agents-card-image:hover {
  filter: grayscale(0%);
}

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

.about-v2-stats-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: min-content min-content;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-v2-stats-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  overflow-wrap: anywhere;
  flex-direction: column;
  justify-content: space-between;
  height: 452px;
  padding: 56px;
  display: flex;
}

.about-v2-stats-card.top-center {
  border-right: 1px solid var(--neutral--40);
  border-bottom: 1px solid var(--neutral--40);
  border-left: 1px solid var(--neutral--40);
}

.about-v2-stats-card.bottom-center {
  border-right: 1px solid var(--neutral--40);
  border-left: 1px solid var(--neutral--40);
}

.about-v2-stats-card.top, .about-v2-stats-card.top-left {
  border-bottom: 1px solid var(--neutral--40);
}

.about-v3-hero-heading {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.about-v3-hero-heading-top {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 62.5%;
  display: flex;
}

.about-v3-hero-subheading {
  max-width: 89.4%;
}

.about-v3-hero-bottom {
  text-align: right;
  max-width: 61%;
  margin-left: auto;
}

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

.about-v3-intro-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-v3-intro-text-left {
  width: 53%;
}

.about-v3-intro-text-right {
  width: 24%;
}

.about-v3-intro-video-wrap {
  aspect-ratio: 1344 / 755;
  width: 100%;
  overflow: hidden;
}

.about-v3-stats-wrap {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  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-stats-item-left {
  flex: none;
  width: 40%;
}

.about-v3-awards-wrap {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  display: flex;
}

.about-v3-awards-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--neutral--10);
  padding-top: 40px;
  display: flex;
}

.about-v3-awards-heading-left {
  flex: none;
  width: 65.8%;
}

.about-v3-awards-heading-right {
  flex: 1;
}

.about-v3-awards-inner-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  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;
}

.about-v3-awards-item-left {
  flex: none;
  width: 65.8%;
}

.about-v3-awards-item-right {
  flex: 1;
}

.about-v1-awards-wrap {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  display: flex;
}

.about-v1-awards-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--neutral--100);
  padding-top: 40px;
  display: flex;
}

.projects-v1-hero-wrap {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  flex-direction: column;
  display: flex;
}

.projects-v1-hero-top {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  max-width: 64%;
  display: flex;
}

.projects-v1-hero-subheading {
  max-width: 87%;
}

.projects-v1-hero-bottom {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-end;
  display: flex;
}

.projects-v1-hero-stats-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.projects-v1-showcase-wrap {
  margin-right: var(--container-util--margin-minus);
  margin-left: var(--container-util--margin-minus);
  display: flex;
}

.projects-v1-showcase-left {
  padding: 48px 64px 48px var(--container-util--padding);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.projects-v1-showcase-image {
  z-index: 1;
  flex: none;
  width: 100%;
  max-width: 824px;
  height: 100dvh;
  position: relative;
}

.projects-v1-showcase-image-hover {
  background-color: #0006;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.projects-v1-showcase-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.projects-v1-showcase-brands {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.projects-v1-showcase-brand {
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  padding: 16px;
}

.projects-v1-awards-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.projects-v1-awards-content {
  z-index: 1;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.projects-v2-hero-wrap {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.projects-v2-hero-heading {
  max-width: 57.7%;
}

.projects-v2-hero-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.projects-v2-hero-bottom-left {
  max-width: 50.7%;
}

.projects-v2-hero-bottom-right {
  text-align: right;
  max-width: 31.7%;
}

.projects-v2-stats-wrap {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: space-between;
  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;
}

.projects-v2-project-wrap {
  z-index: 1;
  margin-right: var(--container-util--margin-minus);
  margin-left: var(--container-util--margin-minus);
  align-items: flex-end;
  height: 100%;
  min-height: 100dvh;
  display: flex;
  position: relative;
}

.projects-v2-project-bg {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.projects-v2-project-overlay-top {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(to top, #0000 23%, #0006 99.7%);
  width: 100%;
  height: 23.5%;
  position: absolute;
  inset: 0% 0% auto;
}

.projects-v2-project-overlay-bottom {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(#0000 23%, #000000a8 99.7%);
  width: 100%;
  height: 55.4%;
  position: absolute;
  inset: auto 0% 0%;
}

.projects-v2-project-text {
  z-index: 2;
  padding: 635px var(--container-util--padding) 48px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--neutral--10);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: auto;
  display: flex;
  position: relative;
}

.projects-v2-project-link {
  width: 100%;
  height: 100%;
  display: flex;
}

.projects-v2-project-text-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 48.3%;
  display: flex;
}

.projects-v2-project-brands {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  flex-wrap: wrap;
  flex: 1;
  max-width: 45.6%;
  display: flex;
}

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

.career-hero {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.career-hero-heading {
  width: 67.63%;
}

.career-hero-content {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.career-hero-content-description {
  width: 45.08%;
}

.career-benefits {
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.career-benefits-info {
  grid-row-gap: 80px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.career-benefits-info-heading {
  width: 65.1%;
}

.career-benefits-info-description {
  align-self: flex-end;
  width: 50.59%;
}

.career-benefits-content {
  grid-column-gap: 64px;
  grid-row-gap: 40px;
  grid-template-rows: min-content min-content;
  grid-template-columns: auto auto;
  grid-auto-rows: min-content;
  grid-auto-columns: auto;
  max-width: 964px;
  display: grid;
}

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

.career-team-info {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.career-team-image {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.career-team-info-author {
  color: var(--general--white\<deleted\|variable-32f05747-83ab-5626-f1e8-82b3b35357f9\>);
  align-self: flex-end;
}

.color-white {
  color: var(--general--white\<deleted\|variable-32f05747-83ab-5626-f1e8-82b3b35357f9\>);
}

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

.wcu-heading {
  flex: 1;
}

.wcu-content {
  grid-row-gap: 56px;
  flex-direction: column;
  flex: none;
  width: 70.16%;
  display: flex;
}

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

.wcu-item.border-bottom {
  border-bottom: 1px solid var(--neutral--40);
  padding-bottom: 56px;
}

.wcu-item-title {
  flex: none;
  width: 47.82%;
}

.wcu-item-description {
  flex: 1;
}

.career-job.color-white {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.career-job-header {
  flex-direction: column;
  align-items: flex-start;
}

.career-job-content {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.career-job-info {
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  width: 27.9%;
  display: flex;
  position: sticky;
  top: 40px;
}

.career-job-list {
  grid-row-gap: 56px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.career-job-list-content {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.career-job-list-header {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.career-job-list-header-filter {
  grid-column-gap: 16px;
  display: flex;
}

.clean-field {
  font-size: var(--text-r--size);
  background-color: #0000;
  border: 1px solid #0000;
  height: 29px;
  margin-bottom: 0;
  padding: 0;
}

.clean-field::placeholder {
  color: var(--general--white\<deleted\|variable-32f05747-83ab-5626-f1e8-82b3b35357f9\>);
}

.clean-field.white-mode {
  color: var(--neutral--100);
}

.clean-field.white-mode:focus {
  border-color: #0000;
}

.clean-field.white-mode::placeholder {
  color: var(--neutral--60);
}

.search-field {
  background-color: var(--neutral--90);
  border-radius: 100px;
  align-items: center;
  padding: 16px 16px 16px 24px;
  display: flex;
}

.search-field.white-mode {
  background-color: var(--neutral--20);
}

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

.career-job-item-info {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-toggle {
  grid-column-gap: 8px;
  border: 1px solid var(--general--white\<deleted\|variable-32f05747-83ab-5626-f1e8-82b3b35357f9\>);
  border-radius: 100px;
  align-items: center;
  padding: 16px;
  display: flex;
}

.dropdown-toggle-icon {
  color: var(--general--white\<deleted\|variable-32f05747-83ab-5626-f1e8-82b3b35357f9\>);
  margin: 0;
  position: static;
}

.service-v1-hero-wrap {
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.services-v1-hero-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  display: flex;
}

.services-v1-hero-bottom {
  max-width: 76.1%;
  margin-right: auto;
}

.services-v1-capabilities-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.service-v1-hero-heading {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  display: flex;
}

.service-v1-hero-tags {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  max-width: 873px;
  display: flex;
}

.services-v1-capabilities-title {
  flex: 0 auto;
  width: 100%;
  max-width: 1002px;
}

.service-v1-capabilities-tag {
  text-align: right;
  flex: 1;
  width: 100%;
}

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

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

.services-v1-service-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 559px;
  display: flex;
}

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

.services-v1-service-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.services-v1-service-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--neutral--40);
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 20px;
  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--10);
}

.services-v1-process-camera {
  justify-content: center;
  min-height: 100dvh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: sticky;
  top: 0;
}

.services-v1-process-wrap {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.services-v1-process-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.services-v1-process-line-wrap {
  z-index: 1;
  position: relative;
}

.services-v1-process-content-wrap {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
  position: relative;
}

.services-v1-process-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  opacity: .5;
  text-align: left;
  flex-direction: column;
  flex: none;
  width: 75%;
  padding-right: 35%;
  display: flex;
}

.services-v2-hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.services-v2-hero-subtitle {
  text-align: center;
  max-width: 1125px;
}

.services-v2-about-content {
  text-align: center;
}

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

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

.services-v2-services-content-head {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  display: flex;
}

.services-v2-services-content-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 575px;
  display: flex;
}

.services-v2-services-content-title.right {
  text-align: right;
  align-items: flex-end;
}

.services-v2-services-content-image {
  aspect-ratio: 614 / 407;
  width: 100%;
  max-width: 614px;
}

.services-v2-services-content-tags {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.services-v2-services-content-tag {
  border: 1px solid var(--neutral--80);
  background-color: var(--neutral--100);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.services-v2-process-wrap {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.services-v2-process-title {
  max-width: 960px;
}

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

.services-v2-process-step.first-child {
  padding-top: 0;
}

.services-v2-process-step-description {
  width: 52%;
}

.projects-v3-hero-wrap {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.projects-v3-hero-top {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  max-width: 64%;
  display: flex;
}

.projects-v3-hero-bottom {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.projects-v3-hero-bottom-left {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.projects-v3-hero-stats-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.projects-v3-hero-bottom-right {
  max-width: 426px;
}

.projects-v3-card-wrap {
  margin-right: var(--container-util--margin-minus);
  margin-left: var(--container-util--margin-minus);
  align-items: flex-end;
  height: 100%;
  min-height: 100dvh;
  display: flex;
  position: relative;
}

.projects-v3-card-link {
  width: 100%;
  height: 100%;
  display: flex;
}

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

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

.projects-v3-card-content {
  z-index: 2;
  background-image: linear-gradient(#0000 .23%, #000000a8 99.77%);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 256px 48px 48px;
  display: flex;
  position: relative;
}

.projects-v3-card-content-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 519px;
  display: flex;
}

.projects-v3-card-content-tags {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 444px;
  display: flex;
}

.projects-v3-card-tag {
  text-align: center;
  border-radius: 100px;
  padding: 16px;
}

.projects-v3-projects-wrap {
  margin-right: var(--container-util--margin-minus);
  margin-left: var(--container-util--margin-minus);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projects-v3-projects-card {
  aspect-ratio: 720 / 900;
  align-items: flex-end;
  display: flex;
  position: relative;
}

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

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

.projects-v3-projects-card-content {
  z-index: 2;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-image: linear-gradient(#0000 .23%, #000000e0 72%, #000000eb 99.7%);
  flex-direction: column;
  width: 100%;
  padding: 80px 48px 48px;
  display: flex;
  position: relative;
}

.projects-v3-projects-card-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.projects-v3-projects-card-tags {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.projects-v3-projects-card-tag {
  text-align: center;
  border-radius: 100px;
  padding: 16px;
}

.projects-v3-awards-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  align-items: flex-start;
  display: flex;
}

.projects-v3-awards-title {
  max-width: 393px;
}

.projects-v3-awards-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 1;
  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;
}

.projects-v3-awards-text {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.projects-v3-awards-text.title {
  max-width: 32.5%;
}

.project-hero-wrap {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.project-hero-top {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  max-width: 90%;
  display: flex;
}

.project-hero-bottom-left {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  align-items: flex-end;
  display: flex;
}

.project-hero-bottom-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: justify;
  flex-direction: column;
  align-items: flex-end;
  max-width: 426px;
  display: flex;
}

.project-images-wrap {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.project-overview-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  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;
}

.project-images-box {
  height: 725px;
}

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

.project-details-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  width: 76%;
  display: flex;
}

.service-v3-hero-wrap {
  grid-column-gap: 91px;
  grid-row-gap: 91px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.services-v3-hero-title {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  display: flex;
}

.services-v3-hero-subtitle {
  max-width: 45%;
  margin-left: auto;
}

.service-v3-hero-tags {
  grid-column-gap: 8px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  max-width: 873px;
  display: flex;
}

.service-v3-hero-label {
  border-radius: 100px;
  padding: 16px;
}

.services-v3-services-wrap {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  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;
  display: flex;
}

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

.services-v3-service-list {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 46.5%;
  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: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  display: flex;
}

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

.services-v3-process-title {
  max-width: 70%;
}

.services-v3-process-content {
  justify-content: flex-end;
  display: flex;
}

.services-v3-process-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: start;
}

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

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

.contact-v1-hero-wrap {
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.contact-v1-hero-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  max-width: 776px;
  display: flex;
}

.contact-v1-field-wrap {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  display: flex;
}

.contact-v1-field-company {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  flex-direction: column;
  max-width: 393px;
  display: flex;
}

.contact-v1-field-company-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.contact-v1-form-block {
  flex: 1;
}

.contact-v1-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.contact-v1-form-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 58px;
  display: flex;
}

.contact-v1-form-row {
  white-space: nowrap;
  align-items: flex-end;
}

.contact-v1-form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--neutral--40);
  color: var(--neutral--100);
  font-size: var(--text-r--size);
  height: auto;
  margin-bottom: 0;
  padding: 20px;
}

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

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

.contact-v1-form-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.contact-v1-form-radio-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--neutral--70);
  border-radius: 100px;
  align-items: center;
  margin-bottom: 0;
  padding: 16px;
  display: flex;
}

.contact-v1-form-radio-button {
  border-color: var(--neutral--100);
  width: 20px;
  height: 20px;
  margin-left: 0;
}

.contact-v1-form-radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--neutral--100);
  background-color: var(--neutral--10);
}

.contact-v1-form-checkbox-field {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.contact-v1-form-checkbox {
  border-color: var(--neutral--100);
  background-color: var(--neutral--20);
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: -16px;
}

.contact-v1-form-checkbox.w--redirected-checked {
  background-color: var(--neutral--100);
}

.blog-featured {
  margin-right: var(--container-util--margin-minus);
  margin-left: var(--container-util--margin-minus);
}

.blog-featured-wrap {
  filter: grayscale();
  flex-direction: row;
  width: 100%;
  height: 100%;
  min-height: 850px;
  transition: filter .2s;
  display: flex;
  position: relative;
}

.blog-featured-wrap:hover {
  filter: grayscale(0%);
}

.blog-featured-bg {
  position: absolute;
  inset: 0%;
}

.blog-featured-bg:hover {
  filter: grayscale(0%);
}

.blog-featured-content {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 48px;
  display: flex;
  position: relative;
}

.blog-featured-text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-featured-bg-overlay {
  position: absolute;
  inset: 0%;
}

.blog-featured-datetime {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.blog-other {
  margin-left: -48px;
  margin-right: -48px;
}

.blog-other-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-other-wrap {
  aspect-ratio: 480 / 625;
  filter: grayscale();
  flex-direction: row;
  width: 100%;
  transition: filter .2s;
  display: flex;
  position: relative;
}

.blog-other-wrap:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.blog-other-bg, .blog-other-bg-overlay {
  position: absolute;
  inset: 0%;
}

.blog-other-content {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
  position: relative;
}

.blog-other-text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-other-datetime {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.other-blog-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

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

.blog-all-filter {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.all-blog-filter-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  display: flex;
}

.all-blog-filter-option {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--neutral--70);
  white-space: nowrap;
  border-radius: 100px;
  align-items: center;
  margin-bottom: 0;
  padding: 16px;
  display: flex;
}

.all-blog-filter-option.w--current, .all-blog-filter-option.active {
  border-color: var(--neutral--30);
  background-color: var(--neutral--30);
}

.blog-all-content-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.blog-detail-hero {
  margin-right: var(--container-util--margin-minus);
  margin-left: var(--container-util--margin-minus);
}

.blog-detail-hero-wrap {
  margin-right: var(--container-util--margin-minus);
  margin-left: var(--container-util--margin-minus);
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.blog-detail-hero-bg, .blog-detail-hero-bg-overlay {
  position: absolute;
  inset: 0%;
}

.blog-detail-hero-content {
  z-index: 2;
  margin-right: var(--container-util--padding);
  margin-left: var(--container-util--padding);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.blog-detail-hero-datetime {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.preview-hero-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.preview-hero-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.preview-hero-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.preview-hero-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-end;
  max-width: 435px;
  display: flex;
}

.preview-figma-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--neutral--20);
  align-items: center;
  padding: 64px 40px;
  display: flex;
}

.preview-figma-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.preview-process-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.preview-process-title {
  text-align: center;
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
}

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

.preview-process-item-head {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  align-items: center;
  display: flex;
}

.preview-process-item-text {
  flex: 1;
  max-width: 652px;
}

.preview-process-item-icon {
  padding: 16px;
}

.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-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  max-width: 1125px;
  display: flex;
}

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

.preview-discover-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.preview-discover-content {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex-direction: column;
  display: flex;
}

.preview-discover-row {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  align-items: flex-start;
  display: flex;
}

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

.preview-page-blocks.home-v1 {
  width: 100%;
  max-width: 750px;
  height: 100%;
  max-height: 763px;
}

.preview-page-blocks.home-v3 {
  margin-top: -206px;
  bottom: 80px;
}

.preview-page-blocks.projects-v3 {
  margin-top: 114px;
}

.preview-page-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.preview-page-card-box {
  width: 100%;
  padding-bottom: 81%;
  position: relative;
}

.preview-page-card-box.home-v3 {
  height: 650px;
}

.preview-page-card-box.projects-v1 {
  height: 568px;
}

.preview-page-card-box.projects-v2 {
  height: 489px;
}

.preview-page-card-box.project-detail {
  height: 558px;
}

.highlight-page-card {
  background-color: var(--neutral--30);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.highlight-page-card:hover {
  opacity: 1;
}

.highlight-page-card-inner-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 72px;
  padding-right: 72px;
}

.highlight-page-card-inner-wrapper.big-card {
  padding-left: 96px;
  padding-right: 96px;
}

.preview-page-imagery-wrap {
  width: 100%;
  padding-top: 56px;
}

.preview-page-imagery-wrap.big-card {
  padding-top: 48px;
}

.preview-discover-content-text {
  z-index: 1;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 548px;
  display: flex;
  position: relative;
}

.preview-discover-highlight {
  grid-column-gap: 134px;
  grid-row-gap: 134px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.preview-discover-highlight.right {
  align-items: start;
  margin-left: 114px;
}

.preview-discover-highlight.left {
  margin-right: 114px;
}

.preview-discover-grid {
  grid-column-gap: 20px;
  grid-row-gap: 88px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-v1-form-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.footer-v1-top-button {
  display: none;
}

.v2-feedback-name-mobile {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: flex-end;
  display: none;
}

.v3-feedback-name-mobile {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: none;
}

.home-v2-services-item-image {
  display: none;
  overflow: hidden;
}

.preview-benefit-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--neutral--30);
  height: 900px;
  margin-left: -48px;
  margin-right: -48px;
  padding-left: 42px;
  padding-right: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preview-benefit-marquee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.preview-benefit-marquee.marquee-down {
  justify-content: flex-end;
  align-items: stretch;
}

.projects-v1-awards-image {
  aspect-ratio: 391 / 309;
  width: 100%;
  max-width: 391px;
}

.projects-v1-awards-list {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.projects-v1-awards-dropdown-toggle {
  border-bottom: 1px solid var(--neutral--40);
  justify-content: space-between;
  padding: 40px 0;
  display: flex;
}

.projects-v1-awards-dropdown {
  width: 67%;
  margin-left: auto;
  margin-right: 0;
}

.projects-v1-awards-dropdown-icon {
  color: var(--neutral--50);
  margin: 0;
  position: relative;
}

.projects-v1-awards-dropdown-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
  display: flex;
}

.projects-v1-awards-dropdown-list.w--open {
  background-color: var(--white\<deleted\|variable-4af94698\>);
  position: static;
}

.projects-v1-awards-box {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  border-bottom: 1px solid var(--neutral--40);
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 120px;
  display: flex;
}

.projects-v1-awards-name {
  flex: 1;
  max-width: 22%;
}

.projects-v1-awards-mentions {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.projects-v1-awards-blank {
  border-bottom: 1px solid var(--neutral--40);
  cursor: default;
  width: 67%;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.projects-v1-projects-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

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

.projects-v1-projects-card-left {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  mix-blend-mode: exclusion;
  flex: 1;
  max-width: 48.9%;
  display: flex;
}

.projects-v1-projects-image {
  aspect-ratio: 453 / 300;
  flex: none;
  width: 31vw;
  max-width: 453px;
  overflow: hidden;
}

.projects-v1-projects-text {
  z-index: 10;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  color: var(--neutral--10);
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 59.5vw;
  display: flex;
  position: relative;
}

.projects-v1-projects-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.projects-v1-projects-card-right {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  mix-blend-mode: exclusion;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.projects-v1-projects-card-right-tags {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.projects-v1-projects-tag {
  text-align: center;
  border-radius: 100px;
  padding: 16px;
}

.about-v3-team-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.about-v3-team-heading {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.about-v3-team-heading-description {
  max-width: 57.7%;
  margin-left: auto;
}

.home-v1-insights-image-wrap {
  z-index: -1;
  align-items: flex-start;
  width: 30%;
  height: auto;
  padding-right: 56px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-v1-services-content-outer-wrap {
  width: 100%;
  overflow: hidden;
}

.home-v2-services-image-container {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-v3-team-footer {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-v3-team-line-wrap {
  z-index: 1;
  width: 379px;
  position: relative;
}

.about-v3-team-footer-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.about-v3-team-slider-wrap {
  width: auto;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  position: relative;
  overflow: visible;
}

.about-v3-team-slider-inner {
  width: 100%;
  display: flex;
}

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

.home-v2-projects-card.first {
  position: relative;
}

.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-items: center;
  display: flex;
}

.home-v2-projects-card-content.mobile-show {
  display: none;
}

.home-v2-projects-card-top {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  padding: 8px;
  display: flex;
  position: sticky;
  top: 48px;
}

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

.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-v2-projects-outer-wrap {
  margin-top: -92px;
  margin-right: var(--container-util--margin-minus);
  margin-left: var(--container-util--margin-minus);
  max-width: 1440px;
}

.home-v3-projects-outer-wrap {
  z-index: 1;
  margin-right: var(--container-util--margin-minus);
  margin-left: var(--container-util--margin-minus);
  max-width: 1440px;
  position: relative;
  overflow: hidden;
}

.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-content.mobile-show {
  display: none;
}

.home-v3-projects-card-bottom-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 33%;
  display: flex;
}

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

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

.home-v3-projects-custom-cursor-container {
  z-index: 2;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.home-v3-projects-card-link {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  width: 31%;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
}

.home-v1-projects-card-image-mobile, .home-v1-projects-line-separator {
  display: none;
}

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

.home-v1-projects-right-image-wrap.first {
  background-color: red;
}

.home-v1-projects-right-image-wrap.second {
  z-index: 2;
  overflow: hidden;
  transform: translate(0, -100%);
}

.home-v1-projects-right-image-wrap.third {
  z-index: 3;
  transform: translate(0, -100%);
}

.home-v1-projects-right-image-wrap.fourth {
  z-index: 4;
  transform: translate(0, -100%);
}

.home-v1-projects-right-link-hover {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-v1-projects-card-image-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.footer-v1-cta-outer-wrap {
  padding: 48px;
  position: absolute;
  inset: auto -48px -48px auto;
}

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

.blogs-insights-card-left {
  z-index: 1;
  flex: 1;
  display: flex;
  position: relative;
}

.blogs-insights-image-wrap {
  z-index: -1;
  align-items: flex-start;
  width: 30%;
  height: auto;
  padding-right: 56px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.blogs-insights-text {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  flex: none;
  width: 70%;
  display: flex;
  transform: translate(42.5%);
}

.blogs-insights-image {
  aspect-ratio: 318 / 199;
  flex: none;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.blogs-insights-text-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  display: flex;
}

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

.about-v3-team-image {
  aspect-ratio: 432 / 493;
  filter: grayscale();
  width: 100%;
  transition: filter .2s;
  overflow: hidden;
}

.about-v3-team-image:hover {
  filter: grayscale(0%);
}

.about-v3-team-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.about-v3-team-camera {
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  bottom: 96px;
  overflow: hidden;
}

.about-v3-team-outer-wrap {
  align-items: flex-end;
  min-height: 400dvh;
  display: flex;
}

.projects-v1-projects-image-wrap {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.projects-v2-awards-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.projects-v2-awards-table-header {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  border-bottom: 1px solid var(--neutral--70);
  grid-template-rows: min-content;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: flex;
}

.projects-v2-awards-table-header-wrap {
  flex: 1;
}

.projects-v2-awards-content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  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-v2-awards-table-item-fill {
  flex: 1;
}

.projects-v2-awards-table-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.projects-v2-all-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.projects-v2-all-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.projects-v1-awards-image-wrap {
  width: 29%;
  position: absolute;
  top: 0%;
}

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

.blogs-all-card-button {
  margin-left: 3.8vw;
}

.about-v1-stats-camera {
  width: 100vw;
  min-height: 100dvh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.about-v1-stats-wrap {
  flex-flow: column;
  justify-content: space-between;
  min-height: 100dvh;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.about-v1-stats-content {
  flex-flow: column;
  flex: 1;
  margin-bottom: -4px;
  display: flex;
  position: relative;
}

.about-v1-stats-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.about-v1-stats-progress-bar {
  z-index: 1;
  width: 28%;
  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%;
  padding-right: 160px;
  display: flex;
}

.about-v1-stats-content-inner {
  flex: 1;
  height: 100%;
  display: flex;
}

.about-v1-stats-overlay {
  background-image: linear-gradient(90deg, var(--neutral--100), transparent 5%, transparent 95%, var(--neutral--100));
  pointer-events: none;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.blogs-featured-content-button {
  align-self: flex-end;
}

.blogs-other-content-button {
  align-self: center;
}

.all-blog-filter-icon {
  aspect-ratio: 1;
  border: 1px solid var(--neutral--100);
  border-radius: 100%;
  flex: none;
  width: 16px;
}

.all-blog-filter-wrap-outer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  scrollbar-width: none;
  flex-flow: row;
  display: flex;
  overflow: auto;
}

.services-v1-process-line-bg {
  background-color: var(--neutral--80);
  width: 100%;
  height: 1px;
}

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

.projects-v2-projects-card {
  border-bottom: 1px solid var(--neutral--40);
  padding-bottom: 48px;
  transition-property: none;
  position: relative;
}

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

.projects-v2-projects-card-image-wrap {
  width: 33%;
  padding-right: 32px;
  position: absolute;
  inset: 0% auto 40px 0%;
  overflow: hidden;
}

.projects-v2-projects-card-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  width: 67%;
  height: 100%;
  margin-left: auto;
  transition: height;
  display: flex;
}

.projects-v2-project-card-content-top, .projects-v2-project-card-content-bottom {
  display: flex;
}

.projects-v2-project-card-content-left {
  flex: none;
  width: 382px;
  padding-right: 32px;
}

.projects-v2-project-card-content-left.blank-container {
  display: none;
}

.projects-v2-project-card-content-right {
  flex: 1;
}

.projects-v2-project-card-content-right.tags-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.projects-v2-projects-card-category {
  border: 1px solid var(--neutral--70);
  border-radius: 100px;
  flex: none;
  padding: 16px;
}

.projects-v2-projects-card-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about-v1-hero-heading {
  flex: 0 69%;
}

.preview-benefit-image {
  flex: none;
  width: 100%;
}

.project-details-breadcrumb {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-transform: uppercase;
  display: flex;
}

.projects-details-hero-bottom {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.project-details-image-showcase-item {
  flex: 45%;
  max-height: 810px;
  overflow: hidden;
}

.project-details-image-showcase-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  display: flex;
}

.project-details-image-showcase-wrap.reverse {
  flex-flow: wrap-reverse;
}

.project-details-more {
  grid-column-gap: 104px;
  grid-row-gap: 104px;
  flex-flow: column;
  display: flex;
}

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

.project-detals-cta-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 96px;
  display: flex;
}

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

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

.project-categories-filter {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.project-categories-filter-option {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--neutral--70);
  white-space: nowrap;
  border-radius: 100px;
  align-items: center;
  margin-bottom: 0;
  padding: 16px;
  display: flex;
}

.project-categories-filter-option.w--current {
  border-color: var(--neutral--30);
  background-color: var(--neutral--30);
}

.project-categories-filter-icon {
  aspect-ratio: 1;
  border: 1px solid var(--neutral--100);
  border-radius: 100%;
  flex: none;
  width: 16px;
}

.project-categories-filter-wrap-outer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  scrollbar-width: none;
  flex-flow: row;
  display: flex;
  overflow: auto;
}

.project-categories-filter-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  display: flex;
}

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

.project-categories-card-left {
  z-index: 1;
  flex: 1;
  display: flex;
  position: relative;
}

.project-categories-card-button {
  margin-left: 3.8vw;
}

.project-categories-image-wrap {
  z-index: -1;
  align-items: flex-start;
  width: 30%;
  height: auto;
  padding-right: 56px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.project-categories-text {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  flex: none;
  width: 70%;
  display: flex;
  transform: translate(42.5%);
}

.project-categories-image {
  aspect-ratio: 318 / 199;
  flex: none;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.project-categories-text-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.home-v3-projects-card-outer {
  flex: none;
  width: 93%;
  min-height: 100dvh;
}

.home-v2-projects-pagination-wrap {
  font-size: var(--text-r--size);
  line-height: var(--text-r--height);
  letter-spacing: -.24px;
  height: 1em;
  display: flex;
  overflow: hidden;
}

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

.text-span-wrap {
  overflow-wrap: anywhere;
}

.desktop-h6-mobile {
  font-size: var(--h6--size-mobile);
  line-height: var(--h6--height-mobile);
  letter-spacing: 0;
}

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

.projects-v3-projects-card-wrap {
  position: relative;
}

.careers-dropdown-list.w--open {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--neutral--80);
  background-color: var(--neutral--90);
  color: var(--neutral--10);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200%;
  margin-top: 16px;
  padding: 32px;
  display: flex;
}

.careers-dropdown-link {
  color: var(--neutral--10);
  font-size: var(--text-r--size);
  line-height: var(--text-r--height);
  width: 100%;
  padding: 0;
  font-weight: 400;
}

.career-team-image-overlay {
  position: absolute;
  inset: 0%;
}

.footer-list-item {
  align-items: center;
  display: flex;
}

.footer-link {
  color: #ababab;
  white-space: nowrap;
  border-radius: 5px;
  align-items: center;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.footer-link:hover {
  background-color: #f4f7ff;
}

.footer-link.w--current {
  color: #ababab;
  font-weight: 500;
}

.footer-link.special {
  color: #146ef5;
  background-color: #316bff0f;
  margin-top: 6px;
  padding: 14px 16px;
  font-weight: 700;
  transition: color .35s, background-color .35s;
}

.footer-link.special:hover {
  color: #fff;
  background-color: #146ef5;
}

.list-footer {
  margin-bottom: 0;
  padding-left: 0;
}

.spacer.footer-social-media {
  width: 14px;
}

.spacer.links-footer {
  width: 35px;
}

.spacer._2-buttons {
  width: 30px;
}

.footer-logo {
  width: 50px;
}

.footer-title {
  color: #ababab;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 27px;
  font-size: 18px;
  line-height: 1.111em;
}

.dropdown-icon-footer {
  display: none;
}

.badge {
  color: #146ef5;
  letter-spacing: .07em;
  text-transform: uppercase;
  background-color: #f4f7ff;
  border-radius: 6px;
  margin-left: 14px;
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
}

.badge.card-blog {
  text-align: center;
  border-radius: 0;
  margin-left: 0;
  padding: 10px 16px;
  text-decoration: none;
  transition: transform .35s, background-color .35s, color .35s;
}

.badge.card-blog:hover {
  color: #fff;
  background-color: #146ef5;
  transform: scale(.9);
}

.input {
  color: #ababab;
  border: 1px solid #e6e7f3;
  border-radius: 4px;
  min-height: 66px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  transition: border-color .3s, color .3s;
}

.input:hover {
  border-color: #146ef5;
}

.input:focus {
  color: #ababab;
  border-color: #146ef5;
  font-size: 18px;
}

.input::placeholder {
  color: #ababab;
  font-size: 18px;
}

.input.newsletter {
  color: #ababab;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-height: 62px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  line-height: 1em;
  transition: border-color .3s, color .3s;
}

.input.newsletter:hover {
  border-color: #146ef5;
}

.input.newsletter:focus {
  color: #ababab;
  border-color: #146ef5;
  font-size: 16px;
}

.input.newsletter::placeholder {
  color: #ababab;
  font-size: 16px;
}

.error-message-2 {
  color: #ff0808;
  background-color: #fff4f4;
  border-radius: 8px;
  margin-top: 24px;
  padding: 20px;
}

.footer-social-media-link-wrapper {
  color: #ababab;
  border: 1px solid #c0c1d1;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .35s, color .35s, border-color .35s;
  display: flex;
}

.footer-social-media-link-wrapper:hover {
  color: #fff;
  background-color: #146ef5;
  border-color: #146ef5;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  transform-style: preserve-3d;
  background-color: #146ef5;
  border-radius: 4px;
  padding: 24px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  transition: transform .35s, box-shadow .35s, background-color .35s;
  box-shadow: 0 6px 13px #090b2c1a;
}

.button-primary:hover {
  color: #fff;
  background-color: #146ef5;
  transform: scale3d(.95, .95, 1.01);
  box-shadow: 1px 1px 6px #090b2c1a, 0 3px 6px #090b2c1a;
}

.button-primary.newsletter {
  box-shadow: none;
  border-radius: 0 8px 8px 0;
  padding: 20px 16px;
  transition: box-shadow .35s, background-color .35s;
}

.button-primary.newsletter:hover {
  transform: none;
}

.button-primary.hero-button:hover {
  transform: scale(.95);
}

.container-default {
  max-width: 1242px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.success-message-2 {
  background-color: #fff;
  border: 1px solid #c0c1d1;
  border-radius: 8px;
  margin-top: 22px;
  margin-bottom: 27px;
}

.footer-links-block {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
  display: flex;
}

.mouse-print-link {
  text-decoration: none;
}

.footer-logo-container {
  transform-style: preserve-3d;
  max-width: 131px;
  transition: transform .35s;
}

.footer-logo-container:hover {
  transform: scale3d(.95, .95, 1.01);
}

.footer-content-links {
  display: flex;
}

.footer {
  background-color: #fff;
  border-top: 1px solid #e6e7f3;
  padding-top: 90px;
  padding-bottom: 30px;
}

.footer-social-media-wrapper {
  display: flex;
}

.footer-form-newsletter {
  margin-top: 22px;
  margin-bottom: 27px;
  display: flex;
}

.links-block {
  margin-bottom: 40px;
  margin-right: 20px;
}

.links-block.newsletter {
  max-width: 378px;
}

.footer-bottom {
  border-top: 1px solid #e6e7f3;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 24px;
  display: flex;
}

.divider {
  background-color: #e6e7f3;
  width: 100%;
  height: 1px;
}

.divider.home-event-date {
  background-color: #fff;
  height: 3px;
  margin-top: 13px;
  margin-bottom: 13px;
}

.divider.home-event-days {
  background-color: #ababab;
  margin-top: 7px;
  margin-bottom: 7px;
}

.divider.header-left {
  background-color: #ababab;
  width: 1px;
  height: auto;
  margin-left: 48px;
  margin-right: 48px;
}

.divider.blog-card {
  background-color: #e6e7f3;
  margin-top: 8px;
  margin-bottom: 20px;
}

.button-secondary {
  color: #ababab;
  text-align: center;
  letter-spacing: .02em;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #c0c1d1;
  border-radius: 0;
  padding: 14px 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  transition: transform .35s, border-color .35s, color .35s, background-color .35s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #146ef5;
  border-color: #146ef5;
  transform: scale3d(.95, .95, 1.01);
}

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

.title.hero {
  color: #fff;
  letter-spacing: .02em;
  text-shadow: 0 4px 12px #02021533;
  max-width: 839px;
  margin-bottom: 39px;
  font-size: 64px;
}

.title.blog-card {
  color: #000c;
  letter-spacing: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.hero-wrapper {
  align-items: flex-start;
  display: flex;
}

._2-buttons {
  display: flex;
}

.subtitle {
  color: #fff;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.037em;
}

.home-event-date-wrapper {
  text-align: center;
  border: 1px solid #ababab;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-right: 51px;
  padding: 19px 25px 24px;
  display: flex;
}

.hero-home {
  z-index: 2;
  padding-top: 237px;
  padding-bottom: 199px;
  position: relative;
}

.text-color-accent {
  color: #fff;
  letter-spacing: 0;
  font-size: 54px;
  line-height: 130%;
}

.home-event-month {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

.hero-img-bg {
  z-index: -2;
  background-image: url('../images/evently-hero-image-webflow-template.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.home-event-year {
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.home-event-day {
  color: #fbfbfd;
  font-size: 45px;
  font-weight: 700;
  line-height: 1em;
}

.hero-overlay {
  z-index: -1;
  background-color: #060920db;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.dropdown-text {
  align-items: center;
  display: flex;
}

.container-header {
  justify-content: space-between;
  max-width: 1242px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.drop-div {
  background-color: #fff;
  padding: 40px 20px 40px 38px;
}

.drop-div.last {
  background-color: #fbfbfd;
  padding-left: 20px;
  padding-right: 38px;
}

.dropdown-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  width: 880px;
}

.drop-title {
  color: #ababab;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  font-weight: 800;
}

.drop-text {
  align-items: center;
  display: flex;
}

.dropdown-header {
  z-index: 0;
}

.drop-link-last {
  color: #ababab;
  border-radius: 5px;
  align-items: center;
  padding: 10px;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.drop-link-last:hover {
  background-color: #f4f7ff;
}

.drop-link-last.special {
  color: #146ef5;
  background-color: #316bff12;
  margin-top: 8px;
  padding: 16px 14px 17px;
  font-weight: 700;
  transition: color .3s, background-color .3s;
}

.drop-link-last.special:hover {
  color: #fff;
  background-color: #146ef5;
}

.header-split-left {
  display: flex;
}

.nav-menu-header {
  order: 1;
  display: flex;
}

.drop-link {
  color: #ababab;
  border-radius: 5px;
  align-items: center;
  max-height: 38px;
  padding: 10px;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.drop-link:hover {
  background-color: #f4f7ff;
}

.drop-link.w--current {
  font-weight: 700;
}

.icon-dropdown {
  font-size: 8px;
}

.shadow {
  display: none;
}

.nav-link-2 {
  padding-right: 20px;
  font-size: 18px;
  line-height: 1em;
  transition: color .35s;
}

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

.nav-link-2.w--current {
  color: #146ef5;
  font-weight: 700;
}

.nav-link-2.transparent-header {
  color: #fff;
}

.nav-link-2.transparent-header:hover {
  color: #146ef5;
}

.dropdown-list {
  background-color: #0000;
  border-radius: 8px;
  margin-left: -188px;
  overflow: hidden;
  box-shadow: 0 10px 20px #0000001a;
}

.header {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
}

.header.transparent {
  background-color: #0000;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.brand {
  align-items: center;
  min-height: 100%;
  padding-left: 0;
  transition: transform .35s;
  display: flex;
}

.brand:hover {
  transform: scale(.95);
}

.drop-grid {
  grid-template-rows: auto;
}

.special-image {
  width: 40px;
}

.special-image.card-blog {
  width: 100%;
  height: auto;
}

.div-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  display: grid;
}

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

.div-block.news.og {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blog-card-content {
  height: auto;
  padding: 24px 20px;
}

.blog-card-bottom-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-post-author {
  color: #ababab;
  align-items: center;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  display: flex;
}

.blog-post-author.w--current {
  margin-right: 6px;
}

.blog-card-link {
  color: #ababab;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.blog-card-link:hover {
  color: #ababab;
}

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

.card.blog {
  border: 1px solid #e6e7f3;
  border-radius: 0;
  width: 100%;
  height: 419.797px;
  padding: 0;
  transition: box-shadow .35s, transform .35s;
  overflow: hidden;
}

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

.blog-card-author-image {
  border-radius: 1000px;
  max-width: 34px;
  max-height: 34px;
  margin-right: 6px;
}

.card-blog-author-name {
  color: #0006;
  font-size: 16px;
  line-height: 24px;
}

.blog-card-image-link {
  height: 240px;
  overflow: hidden;
}

.blog-card-image-link._2 {
  background-image: url('../images/位图-3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.blog-card-image-link._3 {
  background-image: url('../images/位图.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.blog-card-image-link._1 {
  background-image: url('../images/位图-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.scroll-link-text.scoll-link-hover-text {
  position: absolute;
  bottom: -100%;
}

.navlink-text-wrap {
  border-bottom: 1px #000;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.scroll-text-wrap {
  position: relative;
  overflow: hidden;
}

.home-hero-image-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hover-button-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto -101%;
}

.image-revealer {
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

.container-2 {
  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;
}

.title-wrap {
  padding-bottom: 0;
  overflow: hidden;
}

.title-wrap.home-title-wrap {
  overflow: hidden;
}

.title-2 {
  letter-spacing: -.125vw;
  max-width: none;
  font-size: 5vw;
  font-weight: 600;
  line-height: 120%;
}

.button-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-subtitle {
  letter-spacing: -.025rem;
  max-width: 22ch;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 120%;
  position: relative;
}

.arrow {
  position: absolute;
  left: auto;
}

.arrow.hover-arrow {
  left: -110%;
}

.nav-link-text {
  color: #fff;
  text-decoration: none;
}

.nav-link-text.navlink-hover-text {
  color: #fff;
  position: absolute;
  bottom: -100%;
}

.nav-link-text.new {
  text-decoration: none;
}

.small-arrow-wrap {
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-overlay {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.button-2 {
  grid-column-gap: .25rem;
  order: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 316px;
  padding: .75rem 0 0;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-down-wrap {
  grid-column-gap: 1rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

._12-column-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 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;
}

.scroll-line {
  background-color: #fff;
  width: 1px;
  height: 1.5rem;
}

.home-hero-subtitle-wrap {
  margin-bottom: 0;
  overflow: hidden;
}

.hero-content-wrapper {
  color: #fff;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 500px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.home-hero-video {
  width: 100%;
  height: 120%;
}

.paragraph-2 {
  font-size: 20px;
  line-height: 28px;
}

.section-00 {
  z-index: 2;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.vc-flex {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.section-3 {
  z-index: 2;
  height: 1000px;
  position: relative;
}

.body {
  overflow: visible;
}

.section-4 {
  z-index: 2;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  background-color: #fff;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.title-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  max-width: 45rem;
  display: flex;
}

.title-3.title-s {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  max-width: 100vw;
  margin-top: 20px;
}

.title-3.title-s:hover {
  color: #010202;
}

.list-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  font-weight: 500;
  display: flex;
}

.display-subheader {
  color: #b1b1b1;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}

.display-xs {
  letter-spacing: -.02em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35em;
}

.display-m {
  letter-spacing: -.02em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.35em;
}

.container-3 {
  background-color: #f7f7f700;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #dedede;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1rem;
  display: flex;
}

.display-l {
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section-5 {
  z-index: 2;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  background-color: #fff;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
}

.grid._2234 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.about-image {
  aspect-ratio: 1;
  border-radius: .25rem;
}

.about-image.parallax {
  aspect-ratio: 1;
  border-radius: 0;
  width: 100%;
  max-width: none;
}

.about-image-second {
  aspect-ratio: 1;
  border-radius: .25rem;
}

.about-image-second.parallax {
  border-radius: 0;
  width: auto;
  max-width: none;
  max-height: none;
  transform: translate(0, -2.5rem);
}

.about-image-second.parallax._2234 {
  width: 100%;
  overflow: visible;
  transform: none;
}

.section-6 {
  z-index: 2;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  background-color: #fff;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.section-6.section-footer {
  z-index: 0;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.footer-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.nav-link-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #0c0c0c;
  border-radius: .25rem;
  align-items: center;
  margin: -.15rem -.35rem;
  padding: .15rem .35rem;
  font-weight: 500;
  transition: background-color .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.nav-link-3:hover, .nav-link-3:active {
  background-color: #ededed;
}

.nav-link-3.nav-link-white {
  color: #fff;
  align-items: center;
  font-size: 16px;
}

.nav-link-3.nav-link-white:hover {
  background-color: #2b2b2b;
}

.icon-xs {
  width: 140px;
  max-height: none;
}

.link-white {
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
}

.icon-s {
  width: 1.2rem;
  max-height: 1.2rem;
}

.footer-social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.subheader-with-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.fixed-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #0c0c0c;
  flex-direction: column;
  justify-content: space-between;
  height: 80vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: fixed;
  inset: 20% 0% 0%;
}

.section-7 {
  z-index: 2;
  background-color: #fff;
  position: relative;
}

.section-8 {
  z-index: 2;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.text-block, .text-block-2, .footer-text {
  font-size: 16px;
}

.footer-text:hover {
  color: #fff;
}

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

.div-block-3 {
  width: 100%;
  height: 100%;
  overflow: clip;
}

.section-2 {
  z-index: 2;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  background-color: #fff;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.div-block-4 {
  height: auto;
  max-height: none;
  overflow: clip;
}

.section-9, .section-10 {
  z-index: 2;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  background-color: #fff;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.section-10._2234 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
  padding-bottom: 10vh;
}

.nav-brand {
  width: 1.5rem;
}

.section-11 {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-direction: column;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.section-11.section-component {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero-title {
  z-index: 2;
}

.hero-wrapper-2 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  margin-top: -100px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.hero-background-image {
  background-image: url('../images/img__bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.container-4 {
  z-index: 2;
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.hero-background-image-wrapper {
  object-fit: cover;
  border-radius: 1rem;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-heading {
  font-size: 70px;
  line-height: .94em;
}

.hero-heading-wrapper {
  overflow: hidden;
}

.hero-background-shade {
  z-index: 1;
  background-color: #00000040;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-3 {
  font-size: 40px;
  transition: color .3s;
}

.text-block-3:hover {
  color: #146ef5;
}

.hover_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.cursor_item {
  width: 100%;
  height: 100%;
}

.container-5 {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
}

.page-padding {
  padding: 2em 5%;
}

.page-padding.is-hover {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5%;
  display: flex;
}

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

.hover_item-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  cursor: pointer;
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  padding: 32px 4em;
  transition: padding .2s, color .2s;
  display: flex;
}

.hover_item-2:hover {
  color: #004bff;
  padding-left: 3em;
  padding-right: 3em;
}

.page-wrapper {
  background-color: #fff;
  width: 100%;
  margin-top: 60px;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

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

.cursor_wrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cursor_list {
  width: 100%;
  height: 100%;
  transition: transform .4s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  inset: 0%;
}

.hover_number {
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.cursor_wrapper {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: transform .3s cubic-bezier(.645, .045, .355, 1), opacity .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: fixed;
  inset: 0%;
  transform: scale(.5);
}

.cursor_move {
  width: 24em;
  max-width: 90%;
}

.section-12 {
  background-color: #fff;
}

.hover_title-en {
  color: var(--neutral--60);
  align-self: center;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.div-block-5 {
  flex-flow: row;
  display: flex;
}

.div-block-6 {
  color: #fff;
  background-color: #fafafa00;
  width: 100%;
  height: 100vh;
  padding-top: 24px;
  display: block;
  position: static;
  overflow: hidden;
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 3fr 3fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.div-block-8 {
  background-color: #004bff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 140px 60px 40px 0;
  display: flex;
}

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

.navbar-2 {
  z-index: 300;
  background-color: #0000;
  align-self: center;
  margin-top: 0;
  margin-right: 0;
  position: relative;
  inset: auto;
}

.nav-container {
  text-shadow: -3px 3px #000;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.brand-2 {
  color: #fff;
  flex: 1;
  font-weight: 700;
}

.brand-2:hover {
  color: #ffef73;
  text-decoration: none;
}

.brand-2.w--current {
  cursor: pointer;
  height: 30px;
  display: block;
}

.brand-2.w--current:hover {
  color: #ffe100;
}

.div-block-10 {
  width: 120px;
  height: 30px;
}

.image-9 {
  opacity: 1;
  width: 120px;
  height: auto;
  position: absolute;
}

.image-9-copy {
  opacity: 0;
  width: 120px;
  position: absolute;
}

.nav-menu-2 {
  z-index: 300;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link-4 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #fff9;
  text-decoration: none;
}

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

.text-block-4 {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-11 {
  z-index: 10;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 60px;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
}

.text-block-5 {
  color: #fffc;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.image-10 {
  width: 160px;
}

.div-block-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 4vw;
  display: block;
}

.title-3-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  max-width: 45rem;
  display: flex;
}

.title-3-footer.title-s {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  max-width: 40rem;
}

.title-3-footer.title-s:hover {
  color: #010202;
}

.title-3-footer.title-s-footer {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  max-width: 40rem;
}

.title-3-footer.title-s-footer:hover {
  color: var(--neutral--10);
}

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

.div-block-14 {
  margin-top: 0;
  overflow: hidden;
  transform: translate(0, -2.5rem);
}

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

.link-block.w--current {
  z-index: 3;
  margin-top: 0;
  position: relative;
}

.link-block.w--current:hover {
  opacity: .8;
}

.letter-10 {
  display: inline-block;
  position: relative;
}

.letter-1, .letter-8, .letter-7 {
  z-index: 1;
  display: inline-block;
  position: relative;
}

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

.row-title-clip {
  overflow: hidden;
}

.letter-9 {
  display: inline-block;
}

.row-title-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.row-title {
  width: 100%;
}

.row-title-text {
  letter-spacing: -.35vw;
  text-transform: uppercase;
  margin-bottom: -3.5vw;
  font-size: 13.5vw;
  font-weight: 400;
  line-height: .89;
}

.row-title-text.text-align-center {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 120%;
}

.letter-2, .letter-3, .letter-4, .letter-5, .letter-6, .letter-11 {
  display: inline-block;
  position: relative;
}

.section-13 {
  z-index: 2;
  background-color: var(--neutral--20);
  margin-top: -10px;
  position: relative;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.div-block-16 {
  width: 100%;
  height: 460px;
  overflow: hidden;
}

.div-block-16.b1 {
  background-image: url('../images/A01.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-16.b2 {
  background-image: url('../images/A02.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-16.b3 {
  background-image: url('../images/A03.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-11 {
  width: 100%;
}

.div-block-17 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 460px;
  padding-top: 0;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.text-block-6 {
  font-size: 26px;
  font-weight: 400;
  line-height: 48px;
}

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

.text-block-7 {
  color: var(--neutral--80);
  font-size: 18px;
  line-height: 140%;
}

.container-3-copy {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.container-342-copy {
  background-color: var(--neutral--10);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.container-3-copy {
  background-color: var(--neutral--10);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.container-3-copy.sp {
  background-color: var(--neutral--20);
}

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

.vc-flex-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.button-secondary-copy {
  color: #ababab;
  text-align: center;
  letter-spacing: .02em;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #c0c1d1;
  border-radius: 0;
  padding: 14px 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  transition: transform .35s, border-color .35s, color .35s, background-color .35s;
}

.button-secondary-copy:hover {
  color: #fff;
  background-color: #146ef5;
  border-color: #146ef5;
  transform: scale3d(.95, .95, 1.01);
}

.button-secondary-copy.white {
  color: #fff;
}

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

.background-video {
  z-index: 0;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 50%;
  display: flex;
  position: absolute;
  top: 25vh;
}

.div-block-21 {
  z-index: 1;
  background-image: none;
  width: 25%;
  height: 120px;
  position: absolute;
  top: 0;
}

.background-video-2 {
  z-index: 3;
  opacity: .2;
  width: 100%;
  height: 50%;
  margin-left: 0;
  position: absolute;
  top: 0;
}

.typedjs-multiple {
  display: inline;
}

._3-column-grid {
  grid-column-gap: 20px;
  grid-row-gap: 4px;
  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: auto;
  margin: 10vh 4vw;
  display: grid;
  position: static;
}

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

.large-number {
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 90%;
}

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

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

.text-grey-500 {
  color: #6b6b6e;
  -webkit-text-stroke-color: #000;
  font-size: 16px;
}

.blank-line {
  width: 0;
  height: 0;
}

.team-inner-bottom {
  z-index: 20;
  background-color: #fff;
  height: 60px;
  position: relative;
}

.horizontal-line-fill {
  background-color: #bfc5d5;
  width: 24px;
  height: 100%;
}

.horizontal-line-fill.light {
  background-color: #cbdce966;
}

.background-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.team-images {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.vertical-line-fill {
  background-color: #bfc5d5;
  width: 100%;
  height: 24px;
}

.vertical-line-fill.light {
  background-color: #cbdce966;
}

.card-left-line {
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px auto -1px -1px;
}

.section-14 {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-14.dark {
  color: #fff;
  background-color: #0a0f1a;
  padding-top: 0;
  padding-bottom: 0;
}

.button-3 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #8e93a526;
  padding: 20px 32px;
  font-size: 12px;
  line-height: 1.3em;
  text-decoration: none;
  position: relative;
}

.button-3.light {
  color: #fff;
  text-align: center;
  border-color: #b9dee926;
  transition: background-color .3s;
}

.button-3.light:hover {
  background-color: #ffffff1a;
}

.button-3.light.w--current {
  transition: background-color .3s;
}

.button-3.light.w--current:hover {
  background-color: #ffffff1a;
}

.button-fill {
  background-color: #bfc5d5;
  width: 18px;
  height: 100%;
}

.button-fill.light {
  background-color: #cbdce966;
}

.inner-bottom {
  z-index: 25;
  background-color: #fff;
  height: 80px;
  position: relative;
}

.inner-bottom.small {
  height: 60px;
}

.about-us-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 160px;
  background-color: #0a0f1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding: 140px 0 220px;
  display: grid;
  position: relative;
}

.card-bottom-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto -1px -1px;
}

.subtitle-2 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.paralax-background {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -48px;
  margin-bottom: -48px;
  position: absolute;
  inset: 0%;
}

.paralax-background.three {
  background-image: url('../images/lycs-architecture-U2BI3GMnSSE-unsplash.jpg');
}

.paralax-background.four {
  background-image: url('../images/B02.jpg');
}

.paralax-background.six {
  background-image: url('../images/B03.jpg');
}

.paralax-background.five {
  background-image: url('../images/图片8.png');
}

.paralax-background.one {
  background-image: url('../images/11.jpg');
}

.paralax-background.two {
  background-image: url('../images/B01.jpg');
}

.paralax-background.seven {
  background-image: url('../images/B04.jpg');
}

.solid-team {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0a0f1a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 0;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 600px;
  display: grid;
}

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

.button-bottom-line {
  justify-content: flex-end;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% -1px;
}

.about-intro-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.intro-corner {
  border-top: 1px solid #b9dee926;
  border-left: 1px solid #b9dee926;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.intro-corner.bottom-left {
  border-top-style: none;
  border-bottom: 1px solid #b9dee926;
  inset: auto auto 0% 0%;
}

.card-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px auto;
}

.founder-image {
  min-height: 35vh;
  position: relative;
  overflow: hidden;
}

.button-right-line {
  flex-direction: column;
  justify-content: flex-end;
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0% -1px 0% auto;
}

.button-left-line {
  flex-direction: column;
  align-items: stretch;
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -1px;
}

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

.body-display.two-columns {
  column-count: 2;
  column-gap: 60px;
}

.body-display.two-columns.white {
  color: #cecece;
  -webkit-text-stroke-color: #cecece;
  font-size: 14px;
  line-height: 20px;
}

.team-grid-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  display: grid;
}

.about-intro-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 148px minmax(auto, 650px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 140px 0;
  display: grid;
  position: relative;
}

.button-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px 0% auto;
}

.vertical-button-fill {
  background-color: #bfc5d5;
  width: 100%;
  height: 18px;
}

.vertical-button-fill.light {
  background-color: #cbdce966;
}

.centered-about-intro {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subtitle-wrapper {
  margin-bottom: 24px;
}

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

.overlay {
  background-color: #060b1466;
  position: absolute;
  inset: 0%;
}

.overlay.light {
  background-color: #060b144d;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.grid-wrapper-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(4vw, 4vw) minmax(auto, 100%) minmax(4vw, 4vw);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: auto;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: relative;
}

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

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

.underline-link.dark {
  color: #626d86;
  border-bottom-color: #889ea833;
}

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

.service-link-name {
  text-align: center;
  border-bottom: 1px solid #889ea833;
  border-right: 1px solid #889ea833;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.service-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  text-align: left;
  border-top: 1px #eef0f6;
  border-right: 1px solid #889ea833;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between flex-end;
  width: 100%;
  padding: 60px 36px 36px;
  display: grid;
}

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

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

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

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

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

.service-link-top {
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px #889ea833;
  border-right: 1px #889ea833;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

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

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

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

.service-link {
  color: #000;
  border-right: 1px #889ea833;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-9 {
  display: none;
}

.dropdown-2 {
  color: #fff;
  text-shadow: none;
  font-size: 16px;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3 {
  z-index: 300;
}

.dropdown-list-2 {
  z-index: 300;
  text-shadow: none;
  background-color: #fff;
}

.dropdown-toggle-2 {
  color: #fff;
}

.text-block-10 {
  font-family: Uncutsans, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2em;
}

.main {
  width: 100%;
  height: 100%;
  position: relative;
}

.canvascontainer {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.img {
  object-fit: cover;
  width: 25vw;
  max-width: none;
  height: 100%;
  display: block;
  position: static;
  inset: 0%;
}

.text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: .3em;
  font-size: 14.8vw;
  font-weight: 400;
  line-height: 1.1;
  position: absolute;
}

.text-group {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 21rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-center {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-left: 2.9vw;
  padding-right: 2.9vw;
  display: flex;
}

.area-a2 {
  z-index: 9;
  filter: blur(15px);
  transform-style: preserve-3d;
  border-radius: 100%;
  width: 32%;
  height: 32%;
  position: absolute;
  transform: translate3d(0, 0, 6em);
}

.area-a9 {
  z-index: 2;
  filter: blur(15px);
  transform-style: preserve-3d;
  border-radius: 100%;
  width: 32%;
  height: 32%;
  position: absolute;
  transform: translate3d(0, 0, -4.5em);
}

.area-main-a6 {
  z-index: 5;
  border-radius: 100%;
  width: 15em;
  height: 15em;
  position: relative;
}

.blur-hero {
  z-index: -10;
  filter: blur(150px);
  background-color: #2a3ded66;
  border-radius: 100%;
  width: 50em;
  height: 20em;
  position: absolute;
  bottom: -4em;
  transform: perspective(1000px);
}

.area-a10 {
  z-index: 1;
  filter: blur(20px);
  transform-style: preserve-3d;
  border-radius: 100%;
  width: 19%;
  height: 19%;
  position: absolute;
  transform: translate3d(0, 0, -6em);
}

.wrapper-circle {
  justify-content: center;
  align-items: center;
  min-height: 26em;
  display: none;
  position: relative;
}

.area-a8 {
  z-index: 3;
  filter: blur(10px);
  transform-style: preserve-3d;
  border-radius: 100%;
  width: 41%;
  height: 41%;
  position: absolute;
  transform: translate3d(0, 0, -3em);
}

.color-circle {
  background-image: linear-gradient(72deg, #2a3dedcc, #000000b3 80%);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: inset 0 0 0 1px #ffffff26;
}

.color-circle.line {
  background-image: none;
  box-shadow: inset 0 0 0 3px #fff;
}

.area-a5 {
  z-index: 6;
  transform-style: preserve-3d;
  border-radius: 100%;
  width: 50%;
  height: 50%;
  position: absolute;
  transform: translate3d(0, 0, 1.5em);
}

.area-a1 {
  z-index: 10;
  filter: blur(20px);
  transform-style: preserve-3d;
  border-radius: 100%;
  width: 19%;
  height: 19%;
  margin-top: 0;
  position: absolute;
  top: auto;
  transform: translate3d(0, 0, 7.5em);
}

.area-a4 {
  z-index: 7;
  transform-style: preserve-3d;
  border-radius: 100%;
  width: 47%;
  height: 47%;
  position: absolute;
  transform: translate3d(0, 0, 3em);
}

.circle-hero {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  display: flex;
  position: relative;
  top: 0;
  transform: rotateX(60deg)rotateY(26deg)rotateZ(0);
}

.content-wrapper-circle {
  perspective: 2000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: auto;
  transform: perspective(2000px);
}

.area-a3 {
  z-index: 8;
  filter: blur(10px);
  transform-style: preserve-3d;
  border-radius: 100%;
  width: 41%;
  height: 41%;
  position: absolute;
  transform: translate3d(0, 0, 4.5em);
}

.area-a7 {
  z-index: 4;
  transform-style: preserve-3d;
  border-radius: 100%;
  width: 46%;
  height: 46%;
  position: absolute;
  transform: translate3d(0, 0, -1.5em);
}

.hero-section__canvas-host {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 60vh;
  margin-top: 60px;
  display: flex;
}

.lottie-animation {
  color: #fff;
  width: 100%;
}

.lottie-animation-2, .lottie-animation-3, .lottie-animation-4, .lottie-animation-5 {
  width: 100%;
}

.section-15 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.text-block-11 {
  color: #5273fe;
  margin-top: 0;
  font-size: 16px;
}

.container-3-copy-copy {
  background-color: var(--neutral--10);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.div-block-22 {
  z-index: 100;
  background-color: #fff;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
}

.collection-item {
  display: block;
}

.collection-list-wrapper {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  display: none;
}

.arrow-2 {
  border-top: 1px #fff;
  border-right: 1px #fff;
  width: 12px;
  min-width: 12px;
  display: flex;
}

.circle-hover-clip {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.circle-hover-clip.two {
  top: auto;
}

.hero-content-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr .65fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 36px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.hero-content-2.dark {
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

.body-display-3 {
  color: #445663;
  font-size: 18px;
  line-height: 1.6em;
}

.body-display-3.two-column {
  color: #445663;
  column-count: 2;
  column-gap: 60px;
  display: flex;
}

.body-display-3.light {
  color: #ffffffe6;
}

.verticle-line {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.verticle-line.bottom {
  height: 120px;
}

.verticle-line.dark {
  background-color: #eff3f6;
}

.medium-width {
  max-width: 500px;
}

.verticle-hero-line {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 100px 24px 100px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  place-items: end center;
  width: 1px;
  margin-left: 0;
  display: grid;
  position: absolute;
  inset: 0% 15% 0% auto;
}

.verticle-hero-line.middle {
  z-index: 25;
  margin-right: 50px;
}

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

.project-title {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 650px;
  display: grid;
}

.project-hero-content {
  grid-column-gap: 28px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 56px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.xxl-heading {
  letter-spacing: 0;
  font-size: 30px;
  line-height: 1.4;
}

.circle-outline-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.circle-outline-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.circle-link-text {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center stretch;
  height: 100%;
  padding-left: 0;
  padding-right: 44px;
  line-height: 1.2em;
  display: grid;
  position: relative;
}

.subtitle-4 {
  color: #6e7f8b;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35em;
  position: relative;
}

.horizontal-line {
  background-color: #eff3f6;
  height: 1px;
}

.circle-outline-top {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.circle-outline {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.circle-outline.right {
  inset: auto 0 auto auto;
}

.circle-outline.dark {
  border-color: #eff3f6;
}

.circle-outline.bottom {
  inset: auto 0% 0% auto;
}

.circle-outline.top {
  inset: 0% 0% auto auto;
}

.project-hero {
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  min-height: 380px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.circle-button.dark {
  color: #6e7f8b;
}

.slider-background-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fill {
  z-index: 10;
  background-color: #0d0d0d;
  height: 70px;
  margin-top: 0;
  margin-bottom: -10px;
  position: relative;
}

.fill.top {
  margin-top: -10px;
  display: block;
}

.fill.top._01 {
  background-color: #fff;
}

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

.slider-background {
  background-image: url('../images/t1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  width: 105vw;
  height: 105vh;
  min-height: 800px;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.slider-background._02 {
  background-image: url('../images/WechatIMG3600.jpg');
  background-size: contain;
  background-attachment: scroll;
  width: 100vw;
  height: auto;
  min-height: 800px;
}

.slider-background._03 {
  background-image: url('../images/R1.jpg');
  background-size: cover;
}

.project-showcase {
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-showcase._02 {
  min-height: 800px;
}

.overlay-2 {
  background-color: #0a111880;
  position: absolute;
  inset: 0%;
}

.content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-bottom {
  z-index: 10;
  background-color: #fff;
  min-height: 70px;
  margin-bottom: -10px;
  margin-right: -10px;
  display: flex;
  position: relative;
}

.hero-bottom.right {
  width: 85%;
  margin-bottom: 0;
  margin-right: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slider-background-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150vw;
  height: 150vw;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.dual-title {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.section-title {
  grid-column-gap: 28px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 56px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 60px;
  padding-right: 80px;
  display: grid;
}

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

.section-16 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-16.bottom-border {
  z-index: 100;
  background-color: var(--neutral--10);
  border-bottom: 1px solid #eff3f6;
}

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

.background {
  background-image: url('../images/T12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.action-background {
  background-image: url('../images/036.jpeg');
}

.background._01 {
  background-image: url('../images/WechatIMG3599.jpg');
}

.background._01._02 {
  background-image: url('../images/Q2.jpg');
  background-size: contain;
}

.background._01._04 {
  background-image: url('../images/R3.jpg');
}

.background._01._05 {
  background-image: url('../images/R4.jpg');
}

.background._01._1 {
  background-image: url('../images/T11.png');
}

.project-banner {
  min-height: 550px;
  margin-top: 0;
  padding: 4px 2px;
  position: relative;
  overflow: hidden;
}

.scroll-cover {
  z-index: 25;
  background-color: #fff;
  height: 100%;
  position: absolute;
  inset: -100% 0% 0%;
}

.section-17 {
  z-index: 100;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  width: 100vw;
  padding-top: 0;
  padding-bottom: 140px;
  display: block;
  position: relative;
}

.background-wrapper-2 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.banner-background {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.overlay-3 {
  background-color: #0a111880;
  position: absolute;
  inset: 0%;
}

.overlay-3.light {
  background-color: #0e192226;
}

.action-content {
  color: #fff;
  align-items: center;
  min-height: 600px;
  padding-top: 140px;
  padding-bottom: 160px;
  display: flex;
}

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

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

.section-18 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-18.clip {
  z-index: 10;
  background-color: #fff;
}

.section-scroll-cover {
  z-index: 100;
  justify-content: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.scroll-fill {
  background-color: #fff;
  padding: 0;
}

.scroll-fill.left {
  margin-left: -10px;
}

.scroll-fill.right {
  margin-right: -10px;
}

.overlay-4 {
  background-color: #0a111880;
  position: absolute;
  inset: 0%;
}

.section-19 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-19.bottom-border {
  z-index: 100;
  background-color: var(--neutral--10);
  border-bottom: 1px solid #eff3f6;
  flex-flow: column;
}

.div-block-23 {
  background-color: #3d70fc;
  width: 60%;
  height: 100%;
  position: absolute;
  right: 0;
}

.heading {
  letter-spacing: 0;
  font-size: 24px;
}

.grid-wrapper-6 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 140px;
  display: grid;
  position: relative;
}

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

.list-item-2 {
  grid-column-gap: 36px;
  grid-row-gap: 18px;
  color: #000;
  border-bottom: 1px solid #889ea833;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  min-height: 160px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.heading-2, .heading-5 {
  font-size: 2rem;
}

.list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid #889ea833;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

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

.button-4 {
  color: #000;
  text-align: center;
  background-color: #65f795;
  border-radius: 4px;
  width: 10rem;
  padding: .4375rem 1.125rem;
  text-decoration: none;
  transition: filter .3s;
}

.button-4:hover {
  filter: brightness(85%);
}

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

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

.text-block-12 {
  color: #000;
}

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

.journal-list-title {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.body-display-4.small {
  color: #707070;
  font-size: 16px;
  line-height: 1.45em;
}

.verticle-line-2 {
  background-color: #889ea833;
  height: 100%;
  position: relative;
}

.sticky-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 118px;
}

.medium-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 475px;
  display: grid;
}

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

.stacked-heading-2 {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-7 {
  letter-spacing: 0;
  font-size: 32px;
}

.heading-2-copy {
  letter-spacing: 0;
  font-size: 24px;
}

.background-wrapper-3 {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.subtitle-7 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

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

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

.card-info {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.background-4 {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-4.service-background {
  background-image: url('../images/A01.jpg');
}

.background-4.about-background {
  color: #fff;
  background-color: #fff;
  background-image: url('../images/651728726664_.pic.jpg');
  background-size: contain;
}

.background-4.belonging-background {
  background-image: url('../images/R1.jpg');
}

.card-cover {
  z-index: 15;
  background-color: #f3f6f9;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.section-20 {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

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

.section-20.no-padding.grey {
  background-color: #fff;
}

.card-2 {
  color: #000;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.heading-8, .heading-9, .heading-10 {
  letter-spacing: 0;
  font-size: 24px;
}

.text-block-13 {
  color: #6e6e6e;
  font-size: 16px;
}

.single-button-inside-switch-button {
  color: #1e1e21;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.single-button-inside-switch-button.maintenance {
  cursor: pointer;
  border-radius: .6em;
  margin-left: 5px;
  font-size: .73em;
  transition: transform .3s, box-shadow .3s;
}

.single-button-inside-switch-button.maintenance:hover {
  transform: scale(1.02);
  box-shadow: 0 1px 3px #0000001a;
}

.single-button-inside-switch-button.maintenance:active {
  box-shadow: none;
  transform: none;
}

.single-button-inside-switch-button.seo {
  cursor: pointer;
  background-color: #f1f1f1;
  border-radius: .6em;
  margin-right: 5px;
  font-size: .73em;
  transition: transform .3s, box-shadow .3s;
}

.single-button-inside-switch-button.seo:hover {
  transform: scale(1.02);
  box-shadow: 0 1px 3px #0000001a;
}

.single-button-inside-switch-button.seo:active {
  box-shadow: none;
  transform: none;
}

.grid-website-maintenace {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  display: grid;
}

.benefits-header {
  text-align: center;
  margin-top: 0;
  font-size: 2.7em;
  font-weight: 500;
}

.benefits-wrap {
  z-index: 100;
  background-color: #f9f9f9;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 100px 20px;
  display: flex;
  position: relative;
}

.bold-text-23 {
  font-weight: 600;
}

.small-card-header {
  color: #1e1e21;
  text-align: center;
  letter-spacing: -.025em;
  justify-content: center;
  margin-top: .3em;
  margin-bottom: .4em;
  padding-bottom: 0;
  font-size: 1.03em;
  font-weight: 600;
  line-height: 1.1em;
  display: block;
}

.switch-button {
  background-color: #f5f5f7;
  border: .06em solid #dadada4d;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 13em;
  height: 2.4em;
  margin: 60px auto 20px;
  padding: 4px;
  display: flex;
}

.switch-button.night-mode {
  background-color: #f1f1f1;
  border-radius: .6em;
  margin-top: 0;
  font-size: 18px;
  display: flex;
}

.benefits-description {
  color: #687076;
  text-align: center;
  letter-spacing: -.025px;
  min-width: 200px;
  margin-top: 0;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.25em;
}

.sub-par {
  color: #687076;
  text-align: center;
  letter-spacing: .25px;
  width: auto;
  max-width: 725px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
}

.grid-seo-service {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 1;
  color: #040404;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  display: none;
  position: static;
}

.lottie-animation-7 {
  width: 5em;
  margin: auto;
}

.header-2-center-wrap {
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
}

.small-card {
  background-color: #fff;
  border: 1px solid #dadada4d;
  border-radius: 1.2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  padding: 55px;
  display: flex;
}

.small-card._1 {
  background-image: url('../images/T11.png');
  background-position: 50%;
  background-size: cover;
}

.image-13 {
  border-radius: 20px;
  width: 100%;
}

.image-14 {
  border-radius: 20px;
  width: 80%;
}

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

.div-block-25 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.en-tag1 {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 100%;
  font-size: 10px;
}

.tag1 {
  letter-spacing: 0;
  font-size: 20px;
}

.tag2 {
  color: #626d86;
  font-size: 15px;
  line-height: 1.6em;
}

.tag2.small {
  color: #707070;
  font-size: 16px;
  line-height: 1.45em;
}

.image-15, .image-16 {
  width: 100%;
}

.image-17 {
  width: 100%;
  margin-top: 140px;
  margin-bottom: 100px;
}

.div-block-26 {
  width: 100vw;
}

.navbar-2-copy {
  z-index: 10;
  background-color: #0000;
  align-self: center;
  margin-top: 0;
  margin-right: 0;
  position: relative;
  inset: auto;
}

.text-block-9-copy {
  display: block;
}

@media screen and (min-width: 1280px) {
  .hero-wrapper-2 {
    margin-top: -80px;
  }

  .div-block-8 {
    padding-top: 140px;
  }

  .nav-link-4 {
    z-index: 200;
  }

  .service-bottom {
    grid-row-gap: 30px;
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

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

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

  .dropdown-2 {
    z-index: 200;
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3 {
    z-index: 300;
  }

  .dropdown-list-2 {
    text-shadow: none;
    background-color: #fff;
  }

  .dropdown-toggle-2 {
    color: #fff;
    text-shadow: none;
    font-size: 16px;
  }

  .hero-section__canvas-host {
    height: 90vh;
  }

  .section-15 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 40px;
    display: flex;
  }

  .grid-wrapper-5 {
    grid-template-columns: minmax(5vw, 1fr);
  }

  .list-item-2 {
    grid-column-gap: 60px;
  }

  .half-wrapper {
    grid-column-gap: 100px;
  }

  .image-15 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

@media screen and (min-width: 1440px) {
  .title-3.title-s {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .display-l {
    font-size: 18px;
    line-height: 26px;
  }

  .fixed-footer {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .section-10._2234 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-7 {
    grid-template-rows: 3fr 5fr;
  }

  .div-block-8 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-11 {
    margin-top: -20px;
    padding-bottom: 0;
  }

  .text-block-5 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .div-block-12 {
    padding-left: 4vw;
    display: block;
  }

  .div-block-16.b1, .div-block-16.b2, .div-block-17 {
    height: 520px;
  }

  .background-video {
    opacity: .8;
    width: 25%;
  }

  .background-video-2 {
    height: 37.5%;
  }

  .large-number {
    font-size: 48px;
  }

  .inner-bottom.small.grey {
    opacity: 1;
    background-color: #000;
  }

  .grid-wrapper {
    background-color: #0a0f1a;
  }

  .body-display.two-columns.white {
    color: #cecece;
    font-size: 16px;
    line-height: 24px;
  }

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

  .grid-wrapper-2 {
    padding-bottom: 60px;
  }

  .body-display-2.small {
    color: #646464;
  }

  .subtitle-3 {
    color: #494949;
    -webkit-text-stroke-color: #000;
  }

  .service-link-top {
    padding: 0;
  }

  .text-block-9 {
    color: #fff;
    text-shadow: none;
    font-size: 16px;
  }

  .dropdown-2 {
    color: #fff;
  }

  .icon {
    color: #fff;
    text-shadow: none;
    font-size: 16px;
  }

  .dropdown-link {
    text-align: center;
    font-size: 16px;
  }

  .dropdown-link-2, .dropdown-link-3 {
    text-align: center;
    text-shadow: none;
    font-size: 16px;
  }

  .dropdown-list-2 {
    text-shadow: none;
  }

  .dropdown-list-2.w--open {
    z-index: 20;
    background-color: #fff;
  }

  .hero-section__canvas-host {
    width: auto;
    height: 80vh;
    margin-top: 60px;
    margin-left: 0;
  }

  .section-15 {
    height: 80px;
    overflow: visible;
  }

  .text-block-11 {
    margin-top: 0;
    overflow: visible;
  }

  .project-title._1 {
    grid-template-rows: auto;
  }

  .project-hero-content {
    grid-row-gap: 28px;
  }

  .project-showcase {
    min-height: 720px;
  }

  .project-overview {
    grid-template-rows: auto;
  }

  .background._01._03 {
    background-size: contain;
  }

  .section-17 {
    padding-bottom: 0;
  }

  .section-19.bottom-border {
    flex-flow: column;
    padding-bottom: 0;
  }

  .list-item-2 {
    grid-column-gap: 80px;
  }

  .half-wrapper {
    grid-column-gap: 120px;
  }

  .background-4.about-background {
    background-size: contain;
  }

  .grid-seo-service {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: none;
  }

  .image-13 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-16, .image-17 {
    width: 100%;
  }

  .div-block-26 {
    width: auto;
    margin-bottom: 100px;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .text-block-9-copy {
    color: #fff;
    text-shadow: none;
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .home-v2-brands-wrap {
    max-width: none;
  }

  .divider.blog-card {
    margin-top: 20px;
  }

  .title.blog-card {
    text-decoration: none;
  }

  .special-image.card-blog {
    opacity: 0;
  }

  .div-block.news.og {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .blog-card-content {
    text-transform: none;
    text-decoration: none;
  }

  .blog-card-link {
    text-decoration: none;
  }

  .blog-card-image-link, .blog-card-image-link._2 {
    background-image: url('../images/位图-3.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
  }

  .blog-card-image-link._3 {
    background-image: url('../images/位图.jpg');
    width: 100%;
  }

  .blog-card-image-link._1 {
    background-image: url('../images/位图-2.jpg');
  }

  .home-hero-image-wrap {
    background-color: #fff0;
  }

  .home-hero-video {
    height: 100%;
  }

  .title-3.title-s {
    flex-flow: row;
    grid-template-rows: auto;
    max-width: 100vw;
    margin-top: 40px;
  }

  .section-7, .hero-wrapper-2 {
    background-color: #fff;
  }

  .div-block-6 {
    background-color: #fafafa00;
  }

  .div-block-7 {
    grid-template-rows: 2fr 3fr;
  }

  .div-block-8 {
    padding-top: 180px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .div-block-9 {
    z-index: 20;
    position: relative;
  }

  .navbar-2 {
    z-index: 300;
  }

  .div-block-11 {
    margin-left: 60px;
  }

  .text-block-5 {
    margin-top: 20px;
    font-size: 18px;
  }

  .image-10 {
    width: 160px;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4vw;
  }

  .link-block {
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
    overflow: visible;
  }

  .row-title-text.text-align-center {
    font-size: 80px;
  }

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

  .div-block-16.b1 {
    height: 640px;
  }

  .div-block-16.b2 {
    background-position: 50%;
    height: 640px;
  }

  .div-block-17 {
    height: 100%;
    padding-top: 0;
  }

  .container-342-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-15-copy {
    height: auto;
  }

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

  .background-video {
    background-color: #fff0;
    width: 25%;
  }

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

  .div-block-21 {
    height: 120px;
  }

  .background-video-2 {
    width: 75%;
    height: 100%;
    position: absolute;
    inset: 0% 0 auto auto;
  }

  .typedjs-multiple.heading-small {
    z-index: 20;
    position: relative;
  }

  ._3-column-grid {
    margin-top: 10vh;
    margin-bottom: 10vh;
    margin-right: 4vw;
  }

  .body-display.two-columns.white {
    font-size: 18px;
    line-height: 28px;
  }

  .grid-wrapper-2 {
    grid-template-columns: minmax(4vw, 4vw) minmax(auto, 100%) minmax(4vw, 4vw);
    width: auto;
  }

  .hero-section__canvas-host {
    height: 80vh;
    margin-top: 60px;
  }

  .section-15 {
    z-index: 110;
    height: 80px;
    margin-top: 0;
    position: relative;
    overflow: visible;
  }

  .text-block-11 {
    text-decoration: none;
  }

  .collection-list-wrapper {
    display: none;
  }

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

  .project-hero {
    margin-bottom: 0;
  }

  .slider-background._02 {
    background-color: #faf9f7;
    background-image: url('../images/WechatIMG3600.jpg');
    background-size: contain;
    min-height: 800px;
  }

  .slider-background._03 {
    min-height: auto;
  }

  .project-showcase {
    min-height: 920px;
  }

  .project-showcase._02 {
    min-height: 800px;
  }

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

  .grid-wrapper-5 {
    grid-template-columns: minmax(5vw, 1fr);
  }

  .background._01._03 {
    background-size: contain;
    width: 100vw;
  }

  .background._01._04, .background._01._05 {
    background-size: contain;
  }

  .project-banner {
    min-height: 640px;
  }

  .section-17 {
    width: 100vw;
  }

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

  .grid-wrapper-6 {
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px) minmax(5vw, 1fr);
  }

  .background-4.about-background {
    background-image: url('../images/623123.jpg');
    background-size: contain;
  }

  .switch-button.night-mode {
    margin-top: 40px;
  }

  .grid-seo-service {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: none;
  }

  .image-13 {
    align-self: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .image-15 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .text-r.text-underline.home-v3-services-heading-link, .text-r.text-underline.home-v3-blogs-heading-link {
    display: none;
  }

  .h3.color-neutral-10 {
    width: auto;
  }

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

  .section.home-v3-hero {
    margin-top: -92px;
  }

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

  .section.home-v2-hero {
    margin-top: -92px;
  }

  .section.awards-section-v2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.home-v1-hero, .section.about-v1-hero {
    margin-top: -92px;
  }

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

  .section.about-v1-intro {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section.about-v1-agents {
    padding-top: 76px;
  }

  .section.about-v2-hero, .section.about-v3-hero {
    margin-top: -92px;
  }

  .section.about-v3-about {
    padding-top: 56px;
    padding-bottom: 56px;
  }

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

  .section.about-v3-awards {
    padding-top: 16px;
  }

  .section.about-v1-awards {
    padding-bottom: 80px;
  }

  .section.projects-v1-hero {
    margin-top: -92px;
  }

  .section.projects-v2-hero {
    margin-top: -92px;
    padding-bottom: 56px;
  }

  .section.services-v1-hero {
    margin-top: -92px;
  }

  .section.services-v1-process {
    height: auto;
  }

  .section.services-v2-hero {
    min-height: 1dvh;
    margin-top: -92px;
  }

  .section.projects-v3-hero, .section.project-hero {
    margin-top: -92px;
  }

  .section.project-images.last {
    padding-bottom: 64px;
  }

  .section.services-v3-hero, .section.contact-v1-hero {
    margin-top: -92px;
  }

  .section.contact-v1-field {
    padding-top: 56px;
    padding-bottom: 80px;
  }

  .section.blogs-hero, .section.blog-detail-hero {
    margin-top: -92px;
  }

  .section.preview-hero {
    min-height: 0;
    margin-top: -92px;
  }

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

  .section.projects-v1-all-projects {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.about-v1-stats {
    min-height: 0;
  }

  .line-horizontal.services-v1-process {
    width: 4px;
    height: 16%;
    top: 0%;
    transform: none;
  }

  .line-horizontal.footer-v2 {
    display: block;
  }

  .tablet-hidden {
    display: none;
  }

  .tablet-visible {
    display: block;
  }

  .nav-dropdown-list {
    width: auto;
    max-width: none;
    inset: 32px 32px auto;
  }

  .footer-v1-wrap {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .footer-v1-cta-wrap {
    display: none;
  }

  .footer-v1-top {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .footer-v1-bottom {
    flex-direction: column;
  }

  .footer-v1-bottom-right, .footer-v1-bottom-inner-right {
    align-items: flex-start;
  }

  .footer-v2-wrap {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .footer-v2-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .footer-v3-top {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sguide-rich-text-wrap, .sguide-rich-text-inner-wrap {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

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

  .sguide-content-subheading-wrap {
    max-width: 75%;
    margin-left: 0;
  }

  .sguide-component-heading {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .sguide-component-content {
    max-width: none;
  }

  .changelog-hero-wrap {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .license-hero-heading, .license-hero-subheading {
    max-width: none;
  }

  .license-content-font-source {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .license-content-font-source-right {
    text-align: left;
  }

  .license-image-subheading {
    max-width: none;
  }

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

  .liccense-image-wrap._435x512 {
    flex: 0 auto;
  }

  .home-v3-hero-wrap {
    align-items: flex-start;
  }

  .home-v3-hero-subheading-wrap {
    text-align: left;
    margin-left: 0;
  }

  .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.item-3 {
    width: auto;
    max-width: none;
  }

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

  .v1-awards-card-top.item-2 {
    aspect-ratio: 327 / 320;
    justify-content: flex-start;
    align-items: flex-end;
  }

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

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

  .home-v1-insights-card-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .home-v1-insights-image {
    aspect-ratio: 327 / 200;
  }

  .home-v1-insights-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
    transform: none;
  }

  .home-v1-insights-card-button {
    display: none;
  }

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

  .v1-feedback-tab-nav {
    width: auto;
    margin-top: 0;
  }

  .v1-feedback-tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .v1-feedback-tabs-content {
    margin-top: 48px;
  }

  .v1-feedback-text {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .home-v1-services-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-v1-services-sub-heading, .home-v1-services-title {
    width: auto;
  }

  .home-v1-services-card {
    width: 75%;
  }

  .home-v1-projects-left {
    align-items: center;
    width: 100%;
    padding-bottom: 56px;
  }

  .home-v1-projects-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: 0;
    padding-top: 0;
  }

  .home-v1-projects-card-top {
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .home-v1-projects-card-bottom {
    margin-bottom: 40px;
  }

  .home-v1-projects-right {
    display: none;
  }

  .footer-v2-heading-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .home-v2-hero-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .home-v2-about-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .home-v2-about-content {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: stretch;
  }

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

  .v2-awards-wrap {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .v2-awards-heading-inner {
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .v2-awards-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .home-v2-brands-item {
    width: 160px;
  }

  .home-v2-insights-heading {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .home-v2-insights-heading-inner {
    text-align: left;
    max-width: none;
  }

  .home-v2-insights-content {
    flex-direction: column;
    height: auto;
  }

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

  .home-v2-insights-card-bottom {
    margin-top: auto;
  }

  .home-v2-insights-button-wrap {
    flex-flow: column;
    order: 1;
    align-self: stretch;
    align-items: stretch;
  }

  .home-v1-hero-wrap {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .home-v1-hero-subheading-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .home-v1-hero-subheading-right, .home-v1-hero-subheading-left {
    max-width: none;
  }

  .v3-awards-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .v3-awards-heading {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: left;
    align-items: flex-start;
  }

  .v3-awards-content {
    flex-direction: column;
  }

  .v3-awards-card.item-1 {
    aspect-ratio: 327 / 537;
    width: 100%;
    padding-left: 11px;
    padding-right: 11px;
  }

  .v3-awards-card.item-2 {
    aspect-ratio: 327 / 381;
  }

  .v3-awards-card.item-3 {
    aspect-ratio: 327 / 320;
    width: 100%;
  }

  .home-v3-brands-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .home-v2-services-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .home-v2-services-image-wrap-outer {
    display: none;
  }

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

  .home-v3-services-heading-bottom {
    max-width: none;
  }

  .home-v3-services-list {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .home-v3-services-item-description {
    width: auto;
  }

  .home-v3-services-item-image-wrap {
    z-index: auto;
    order: -1;
    position: static;
    top: auto;
    transform: none;
  }

  .home-v3-services-item-image {
    width: 100%;
  }

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

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

  .home-v3-blogs-wrap {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .home-v3-blogs-heading {
    flex-direction: column;
  }

  .home-v3-blogs-heading-text {
    max-width: none;
  }

  .home-v3-blogs-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .home-v3-blogs-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-bottom: 1px solid var(--neutral--40);
    flex-flow: column;
    padding-bottom: 32px;
    display: flex;
  }

  .home-v3-blogs-item-inner {
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-v3-blogs-item-inner.top {
    opacity: 1;
    border-top-style: none;
    border-bottom-style: none;
    max-width: none;
    padding-top: 0;
  }

  .home-v3-blogs-image-outer {
    aspect-ratio: 327 / 200;
    width: auto;
    position: static;
    transform: none;
  }

  .about-v1-hero-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-v1-hero-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .about-v1-hero-top-subheading {
    order: 1;
    max-width: 50%;
    padding-top: 0;
  }

  .about-v1-intro-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .about-v1-agents-top {
    max-width: none;
  }

  .about-v1-agents-bottom {
    justify-content: center;
  }

  .about-v1-agents-center {
    padding-right: var(--container-util--padding);
    padding-left: var(--container-util--padding);
    scrollbar-width: none;
    justify-content: flex-start;
    align-items: stretch;
    overflow: auto;
  }

  .about-v1-agents-card-image {
    filter: none;
    width: 46dvw;
  }

  .about-v2-hero-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .about-v2-hero-heading {
    max-width: none;
  }

  .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-v2-agents-heading-bottom {
    max-width: none;
    margin-left: 0;
  }

  .about-v2-agents-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .about-v2-agents-card-image {
    filter: none;
  }

  .about-v2-stats-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .about-v2-stats-card.top-center {
    border-left-style: none;
    border-right-style: none;
  }

  .about-v2-stats-card.bottom-center {
    border-top: 1px solid var(--neutral--40);
    border-left-style: none;
  }

  .about-v2-stats-card.top {
    border-right: 1px solid var(--neutral--40);
    border-bottom-style: none;
  }

  .about-v2-stats-card.bottom {
    border-top: 1px solid var(--neutral--40);
  }

  .about-v2-stats-card.top-left {
    border-right: 1px solid var(--neutral--40);
  }

  .about-v3-hero-heading {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .about-v3-hero-heading-top {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    max-width: none;
  }

  .about-v3-hero-bottom {
    max-width: 86%;
  }

  .about-v3-intro-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .about-v3-intro-text {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .about-v3-intro-text-left, .about-v3-intro-text-right {
    width: auto;
  }

  .about-v3-stats-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .projects-v1-hero-top {
    max-width: none;
  }

  .projects-v1-showcase-wrap {
    flex-direction: column-reverse;
  }

  .projects-v1-showcase-left {
    padding: 24px var(--container-util--padding) 40px;
  }

  .projects-v1-showcase-image {
    aspect-ratio: 375 / 388;
    max-width: none;
    height: auto;
    overflow: hidden;
  }

  .projects-v1-showcase-image-hover {
    display: none;
  }

  .projects-v1-awards-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .projects-v1-awards-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .projects-v2-hero-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .projects-v2-hero-heading {
    max-width: none;
  }

  .projects-v2-hero-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: stretch;
  }

  .projects-v2-hero-bottom-left {
    max-width: none;
  }

  .projects-v2-hero-bottom-right {
    text-align: left;
    max-width: none;
  }

  .projects-v2-project-text {
    flex-direction: column;
    align-items: stretch;
  }

  .projects-v2-project-text-left {
    width: auto;
  }

  .wcu {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .wcu-content {
    width: auto;
  }

  .career-job-list-header {
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    align-items: stretch;
  }

  .dropdown.tablet-grow {
    flex: 1;
  }

  .dropdown-toggle {
    justify-content: space-between;
  }

  .service-v1-hero-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .services-v1-hero-bottom {
    max-width: none;
  }

  .services-v1-capabilities-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .service-v1-hero-heading {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .service-v1-hero-tags {
    grid-column-gap: 32px;
    grid-row-gap: 20px;
  }

  .service-v1-capabilities-tag {
    text-align: left;
  }

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

  .services-v1-service-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .services-v1-process-camera {
    min-height: 0;
    position: relative;
  }

  .services-v1-process-content {
    flex-flow: row;
  }

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

  .services-v1-process-card {
    opacity: 1;
    width: auto;
    padding-right: 0%;
  }

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

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

  .services-v2-services-content-title {
    max-width: none;
  }

  .services-v2-services-content-title.right {
    align-items: flex-start;
  }

  .services-v2-services-content-image {
    order: -1;
    width: auto;
  }

  .projects-v3-hero-bottom {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .projects-v3-card-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .projects-v3-card-content-left {
    max-width: none;
  }

  .projects-v3-card-content-tags {
    justify-content: flex-start;
    max-width: none;
  }

  .projects-v3-projects-wrap {
    grid-template-columns: 1fr;
  }

  .projects-v3-awards-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .projects-v3-awards-title {
    max-width: none;
  }

  .project-hero-wrap {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .project-hero-top {
    overflow-wrap: break-word;
    max-width: none;
  }

  .project-hero-bottom-right {
    align-items: flex-start;
    max-width: none;
  }

  .project-images-wrap {
    align-items: stretch;
  }

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

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

  .project-details-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .project-details-content {
    width: auto;
  }

  .service-v3-hero-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .services-v3-hero-subtitle {
    max-width: none;
  }

  .service-v3-hero-tags {
    grid-column-gap: 32px;
    grid-row-gap: 20px;
  }

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

  .services-v3-process-title {
    max-width: none;
  }

  .contact-v1-hero-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .contact-v1-field-wrap {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: wrap-reverse;
  }

  .contact-v1-field-company {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: none;
  }

  .contact-v1-field-company-group {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 1px solid var(--neutral--40);
    padding-bottom: 12px;
  }

  .contact-v1-form {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .blog-featured-wrap {
    aspect-ratio: 375 / 615;
    filter: grayscale(0%);
    min-height: 0;
  }

  .blog-featured-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-end;
  }

  .blog-other-grid {
    grid-template-columns: 1fr;
  }

  .blog-other-wrap {
    aspect-ratio: 375 / 417;
    filter: grayscale(0%);
    min-height: 0;
  }

  .other-blog {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-all-filter {
    margin-right: var(--container-util--margin-minus);
    margin-left: var(--container-util--margin-minus);
    flex-direction: column;
  }

  .all-blog-filter-wrap {
    flex-flow: row;
  }

  .preview-hero-content {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .preview-hero-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: flex-start;
  }

  .preview-figma-wrap {
    flex-direction: column;
  }

  .preview-figma-text {
    text-align: center;
    align-items: center;
  }

  .preview-process-item {
    flex-direction: column;
  }

  .preview-discover-wrap {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .preview-discover-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .preview-discover-row {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-direction: column-reverse;
  }

  .preview-page-blocks.home-v1 {
    max-width: none;
    max-height: none;
  }

  .preview-page-blocks.home-v3 {
    margin-top: 0;
    bottom: auto;
  }

  .preview-page-blocks.projects-v3 {
    margin-top: 0;
  }

  .preview-page-card-box.home-v3, .preview-page-card-box.projects-v1, .preview-page-card-box.projects-v2, .preview-page-card-box.project-detail {
    height: auto;
  }

  .preview-discover-highlight {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .preview-discover-highlight.right {
    margin-left: 0;
  }

  .preview-discover-highlight.left {
    margin-right: 0;
  }

  .preview-discover-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-v1-top-button {
    display: block;
  }

  .home-v2-services-item-number {
    display: none;
  }

  .home-v2-services-item-image {
    aspect-ratio: 327 / 198;
    display: block;
  }

  .home-v3-blogs-item-button {
    display: none;
  }

  .preview-benefit-wrap {
    height: 600px;
  }

  .projects-v1-awards-image {
    display: none;
  }

  .projects-v1-awards-dropdown {
    flex: 1;
    width: auto;
  }

  .projects-v1-awards-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    padding-left: 0;
  }

  .projects-v1-awards-name {
    max-width: none;
  }

  .projects-v1-awards-blank {
    flex: 1;
    width: auto;
  }

  .projects-v1-projects-wrap {
    margin-right: var(--container-util--margin-minus);
    margin-left: var(--container-util--margin-minus);
  }

  .projects-v1-projects-title {
    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;
  }

  .projects-v1-projects-card-left {
    padding: 24px var(--container-util--padding) 16px;
    flex-direction: column;
    max-width: none;
  }

  .projects-v1-projects-image {
    aspect-ratio: 375 / 388;
    width: 100%;
    max-width: none;
    position: static;
  }

  .projects-v1-projects-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .projects-v1-projects-card-right {
    padding: 0px var(--container-util--padding);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .home-v1-insights-image-wrap {
    z-index: 0;
    flex: none;
    width: auto;
    padding-right: 0;
    position: relative;
    inset: auto;
  }

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

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

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

  .home-v3-projects-card-content.mobile-show {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .home-v3-projects-custom-cursor-container {
    display: none;
  }

  .home-v3-projects-card-link {
    padding: 40px var(--container-util--padding) 56px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: auto;
  }

  .home-v1-projects-card-image-mobile {
    margin-right: var(--container-util--margin-minus);
    margin-left: var(--container-util--margin-minus);
    aspect-ratio: 375 / 388;
    width: auto;
    display: block;
    overflow: hidden;
  }

  .home-v1-projects-line-separator {
    flex: none;
    align-self: stretch;
    margin-top: -64px;
    display: block;
  }

  .home-v1-projects-card-image-link {
    width: 100%;
    height: 100%;
  }

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

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

  .blogs-insights-card-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .blogs-insights-image-wrap {
    width: auto;
    padding-right: 0;
    position: static;
  }

  .blogs-insights-text {
    width: auto;
    transform: none;
  }

  .blogs-insights-image {
    aspect-ratio: 327 / 200;
  }

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

  .about-v3-team-image {
    filter: none;
  }

  .projects-v1-projects-image-wrap {
    position: static;
  }

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

  .projects-v2-awards-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .projects-v1-awards-image-wrap, .blogs-all-card-button {
    display: none;
  }

  .home-v1-insights-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .about-v1-stats-camera {
    width: auto;
    min-height: 0;
    position: static;
  }

  .about-v1-stats-wrap {
    min-height: 0;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .about-v1-stats-bottom {
    display: none;
  }

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

  .about-v1-stats-content-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .about-v1-stats-overlay {
    display: none;
  }

  .blogs-featured-content-button {
    order: 1;
    align-self: flex-start;
  }

  .blogs-other-content-button {
    display: none;
  }

  .all-blog-filter-wrap-outer {
    padding-right: var(--container-util--padding);
    padding-left: var(--container-util--padding);
    flex-flow: row;
    width: 100%;
  }

  .blog-all-filter-title {
    padding-right: var(--container-util--padding);
    padding-left: var(--container-util--padding);
  }

  .services-v1-process-line-bg {
    width: 1px;
    height: 100%;
  }

  .projects-v2-projects-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-bottom-width: 0;
    flex-flow: column;
    padding-bottom: 40px;
    display: flex;
  }

  .projects-v2-projects-card-image-wrap {
    margin-right: var(--container-util--margin-minus);
    margin-left: var(--container-util--margin-minus);
    aspect-ratio: 375 / 304;
    width: auto;
    padding-right: 0;
    position: static;
  }

  .projects-v2-projects-card-content {
    width: auto;
    height: auto;
    margin-left: 0;
  }

  .projects-v2-project-card-content-top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .projects-v2-project-card-content-left.title-container {
    width: auto;
    padding-right: 0;
  }

  .projects-details-hero-bottom {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-direction: column;
  }

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

  .project-categories {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .project-categories-filter {
    margin-right: var(--container-util--margin-minus);
    margin-left: var(--container-util--margin-minus);
    flex-direction: column;
  }

  .project-categories-filter-title {
    padding-right: var(--container-util--padding);
    padding-left: var(--container-util--padding);
  }

  .project-categories-filter-wrap-outer {
    padding-right: var(--container-util--padding);
    padding-left: var(--container-util--padding);
    flex-flow: row;
    width: 100%;
  }

  .project-categories-filter-wrap {
    flex-flow: row;
  }

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

  .project-categories-card-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .project-categories-card-button {
    display: none;
  }

  .project-categories-image-wrap {
    width: auto;
    padding-right: 0;
    position: static;
  }

  .project-categories-text {
    width: auto;
    transform: none;
  }

  .project-categories-image {
    aspect-ratio: 327 / 200;
  }

  .home-v3-projects-card-outer {
    width: auto;
    min-height: 0;
  }

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

  .careers-dropdown-list.w--open {
    width: 100%;
  }

  .careers-dropdown-link {
    white-space: pre-wrap;
  }

  .footer-link {
    white-space: normal;
  }

  .footer-title {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    display: flex;
    position: relative;
  }

  .footer-title.newsletter {
    margin-bottom: 27px;
  }

  .dropdown-icon-footer {
    font-size: .6em;
    font-weight: 400;
    line-height: 1em;
    display: block;
  }

  .footer-mobile-title {
    cursor: pointer;
    padding-top: 28px;
    padding-bottom: 22px;
  }

  .footer-mobile-content {
    text-align: left;
    margin-top: -10px;
    margin-bottom: 15px;
    overflow: hidden;
  }

  .paragraph.newsletter {
    max-width: 360px;
  }

  .footer-links-block {
    flex-direction: column;
  }

  .footer-logo-container {
    margin-bottom: 10px;
  }

  .footer {
    padding-top: 80px;
  }

  .links-block {
    border-bottom: 1px solid #ececf4;
    width: 100%;
  }

  .links-block.newsletter {
    border-bottom-width: 0;
    max-width: none;
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }

  .divider.header-left {
    display: none;
  }

  .dropdown-text {
    justify-content: space-between;
  }

  .drop-div.first {
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .drop-div.last {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .dropdown-grid {
    grid-template-columns: auto;
    width: 100%;
  }

  .nav-menu-header {
    background-color: #fff;
    min-width: 80%;
    padding-top: 94px;
  }

  .shadow {
    z-index: 1;
    background-color: #1a2447ad;
    position: fixed;
    inset: 0%;
  }

  .nav-link-2 {
    color: #ababab;
    border-bottom: 1px solid #fbfbfd;
    display: block;
  }

  .nav-link-2.transparent-header {
    color: #ababab;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    margin-left: 0;
    position: static;
  }

  .header {
    border-bottom: 1px solid #fbfbfd;
  }

  .header.transparent {
    border-bottom-width: 0;
  }

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

  .title-wrap {
    font-weight: 500;
  }

  .title-2 {
    letter-spacing: -.5vw;
    max-width: 9ch;
    font-size: 5rem;
    line-height: 100%;
  }

  .hero-subtitle {
    font-size: 2rem;
  }

  .button-2 {
    grid-column-gap: 5rem;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .scroll-down-wrap {
    display: none;
  }

  ._12-column-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 4rem;
    grid-template-columns: minmax(16px, 1fr) 1fr 1fr 1fr;
  }

  .hero-content-wrapper {
    grid-row-gap: 8rem;
    flex: 0 auto;
    justify-content: flex-start;
  }

  .grid {
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .footer-menu {
    justify-content: flex-start;
  }

  .page-padding.is-hover {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .hover_item-2:hover {
    color: #000;
    padding-left: 5%;
    padding-right: 5%;
  }

  .cursor_wrapper {
    display: none;
  }

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

  .blank-line {
    padding: 0;
  }

  .team-inner-bottom {
    display: none;
  }

  .team-images {
    grid-template-columns: 1fr;
    min-height: 500px;
  }

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

  .about-us-intro {
    padding-top: 80px;
    padding-bottom: 140px;
  }

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

  .team-grid {
    min-height: auto;
  }

  .founder-image {
    min-height: 33.33vw;
  }

  .body-display.two-columns {
    column-count: 1;
  }

  .about-intro-content {
    grid-template-columns: minmax(auto, 650px);
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
  }

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

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

  .services-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #0000;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

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

  .circle-hero {
    font-size: 1em;
  }

  .hero-content-2 {
    padding-top: 120px;
    padding-bottom: 222px;
    padding-right: 0;
    overflow: hidden;
  }

  .hero-content-2.dark {
    padding-top: 100px;
  }

  .body-display-3.two-column {
    column-count: 1;
  }

  .verticle-hero-line {
    right: 7%;
  }

  .verticle-hero-line.middle {
    z-index: 25;
  }

  .project-hero-content {
    grid-column-gap: 18px;
    grid-template-columns: 24px 1fr;
    padding-right: 60px;
  }

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

  .project-hero {
    padding-top: 80px;
  }

  .slider-background {
    min-width: 105vw;
  }

  .content-wrapper {
    grid-template-columns: 1fr 1fr 1fr 7%;
  }

  .hero-bottom.right {
    width: 93%;
  }

  .section-title {
    grid-column-gap: 18px;
    grid-template-columns: 24px 1fr;
    padding-top: 60px;
    padding-bottom: 80px;
    padding-right: 60px;
  }

  .project-banner {
    min-height: 400px;
    margin-top: 80px;
  }

  .hero-intro {
    padding-left: 0;
  }

  .list-item-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .half-wrapper {
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .verticle-line-2 {
    width: 100%;
  }

  .sticky-intro {
    position: relative;
    top: 0;
  }

  .three-grid {
    grid-template-columns: 1fr;
  }

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

  .card-2 {
    border-bottom: 1px solid #8e93a526;
    min-height: 250px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .grid-website-maintenace {
    flex-direction: column;
    margin-top: 0;
    display: block;
  }

  .benefits-header {
    text-align: center;
  }

  .benefits-wrap {
    max-width: 100vw;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 17px;
  }

  .switch-button {
    margin-bottom: 20px;
  }

  .benefits-description {
    max-width: 360px;
  }

  .sub-par {
    text-align: center;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25em;
  }

  .grid-seo-service {
    margin-top: 0;
    padding-top: 0;
  }

  .lottie-animation-7 {
    font-size: 19px;
  }

  .header-2-center-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-card {
    width: auto;
    min-width: auto;
    max-width: 100vw;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 18px;
  }
}

@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);
  }

  a, ul, ol, strong {
    font-size: var(--text-r--size-mobile);
    line-height: var(--text-r--height-mobile);
  }

  blockquote {
    font-size: var(--text-r--size-mobile);
  }

  figcaption {
    font-size: var(--text-s--size-mobile);
    line-height: var(--text-r--height-mobile);
  }

  .text-xl {
    font-size: var(--text-xl--size-mobile);
    line-height: var(--text-l--height-mobile);
  }

  .text-l {
    font-size: var(--text-l--size-mobile);
    line-height: var(--text-l--height-mobile);
  }

  .text-r {
    font-size: var(--text-r--size-mobile);
    line-height: var(--text-r--height-mobile);
  }

  .text-r.text-underline.home-v3-services-heading-link, .text-r.text-underline.home-v3-services-footer-link {
    display: none;
  }

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

  .text-xs {
    font-size: var(--text-xs--size-mobile);
    line-height: var(--text-xs--height-mobile);
  }

  .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);
    letter-spacing: var(--h5--letter-spacing-mobile);
  }

  .h6 {
    font-size: var(--h6--size-mobile);
    line-height: var(--h6--height-mobile);
  }

  .mobile-h1 {
    font-family: var(--typography--heading);
    font-size: var(--h1--size-mobile);
    line-height: var(--h1--height-mobile);
    letter-spacing: var(--h1--letter-spacing-mobile);
  }

  .mobile-h2 {
    font-family: var(--typography--heading);
    font-size: var(--h2--size-mobile);
    line-height: var(--h2--height-mobile);
    letter-spacing: var(--h2--letter-spacing-mobile);
  }

  .mobile-h3 {
    font-family: var(--typography--heading);
    font-size: var(--h3--size-mobile);
    line-height: var(--h3--height);
    letter-spacing: var(--h3--letter-spacing-mobile);
  }

  .mobile-h4 {
    font-family: var(--typography--body);
    font-size: var(--h4--size-mobile);
    line-height: var(--h4--height-mobile);
    letter-spacing: var(--h4--letter-spacing-mobile);
  }

  .mobile-h5 {
    font-family: var(--typography--heading);
    font-size: var(--h5--size-mobile);
    line-height: var(--h5--height-mobile);
    letter-spacing: var(--h5--letter-spacing-mobile);
  }

  .mobile-h6 {
    font-family: var(--typography--heading);
    font-size: var(--h6--size-mobile);
    line-height: var(--h6--height-mobile);
  }

  .svg-icon._24.mobile-16 {
    width: 16px;
  }

  .link {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .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.outline-black.size-s.home-v3-about-bottom-button {
    display: flex;
  }

  .button.outline-white.projects-v2-project-button {
    align-self: stretch;
    display: flex;
  }

  .button.outline-white.projects-v3-project-button {
    display: flex;
  }

  .button.same-pd-16 {
    font-size: var(--text-xs--size);
    line-height: var(--text-xs--height);
    padding: 12px;
  }

  .button.circle {
    border-radius: 1000px;
  }

  .section, .section.footer-v2 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.footer-v3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .section.home-v3-hero {
    min-height: 0;
    margin-top: -80px;
    padding-top: 124px;
  }

  .section.home-v1-about, .section.awards-section-v1 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.brands-section-v1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.feedback-section-v1 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.home-v1-services {
    height: auto;
  }

  .section.home-v2-hero {
    min-height: 0;
    margin-top: -80px;
    padding-top: 124px;
    padding-bottom: 56px;
  }

  .section.awards-section-v2, .section.feedback-section-v2 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.brands-section-v2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.home-v2-insights {
    padding-top: 56px;
  }

  .section.home-v1-hero {
    min-height: 0;
    margin-top: -80px;
    padding-top: 128px;
    padding-bottom: 56px;
  }

  .section.home-v3-about, .section.awards-section-v3 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.home-v3-brands {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .section.home-v2-services {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.about-v1-hero {
    min-height: 0;
    margin-top: -80px;
    padding-top: 124px;
    padding-bottom: 56px;
  }

  .section.about-v1-about {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.about-v1-intro {
    padding-top: 40px;
  }

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

  .section.about-v2-hero {
    min-height: 0;
    margin-top: -80px;
    padding-top: 124px;
    padding-bottom: 56px;
  }

  .section.about-v2-about {
    padding-bottom: 40px;
  }

  .section.about-v2-intro {
    padding-bottom: 56px;
  }

  .section.about-v2-agents, .section.about-v2-stats {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.about-v3-hero {
    min-height: 0;
    margin-top: -80px;
    padding-top: 124px;
    padding-bottom: 56px;
  }

  .section.about-v3-intro {
    padding-top: 56px;
    padding-bottom: 0;
  }

  .section.about-v3-about {
    padding-top: 56px;
    padding-bottom: 56px;
  }

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

  .section.about-v3-stats {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.about-v1-awards {
    padding-top: 16px;
    padding-bottom: 56px;
  }

  .section.projects-v1-hero {
    min-height: 0;
    margin-top: -80px;
    padding-top: 124px;
    padding-bottom: 56px;
  }

  .section.projects-v1-project {
    min-height: 0;
  }

  .section.projects-v2-hero {
    min-height: 0;
    margin-top: -80px;
    padding-top: 124px;
  }

  .section.projects-v2-stats {
    padding-top: 0;
    padding-bottom: 56px;
  }

  .section.career-team-section {
    padding-top: 343px;
    padding-bottom: 56px;
  }

  .section.career-hero-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.services-v1-hero {
    min-height: 0;
    margin-top: -80px;
    padding-top: 124px;
    padding-bottom: 56px;
  }

  .section.services-v2-hero {
    margin-top: -80px;
    padding-top: 124px;
    padding-bottom: 56px;
  }

  .section.services-v2-about {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.projects-v3-hero {
    min-height: 0;
    margin-top: -80px;
    padding-top: 124px;
    padding-bottom: 56px;
  }

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

  .section.project-hero {
    height: 100%;
    min-height: 0;
    margin-top: -80px;
    padding-top: 128px;
    padding-bottom: 56px;
  }

  .section.project-images.last {
    padding-bottom: 56px;
  }

  .section.services-v3-hero {
    min-height: 0;
    margin-top: -80px;
    padding-top: 124px;
    padding-bottom: 56px;
  }

  .section.services-v3-process {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.contact-v1-hero, .section.preview-hero {
    margin-top: -88px;
    padding-top: 124px;
    padding-bottom: 56px;
  }

  .section.preview-figma {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.preview-discover, .section.about-v3-team {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .container {
    padding-right: var(--container-util--padding-mobile);
    padding-left: var(--container-util--padding-mobile);
  }

  .container.h-100 {
    height: 100%;
  }

  .rich-text em, .rich-text a {
    font-size: var(--text-r--size-mobile);
    line-height: var(--text-r--height-mobile);
  }

  .mobile-text-l {
    font-size: var(--text-l--size-mobile);
    line-height: var(--text-l--height-mobile);
  }

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

  .line-horizontal.bg-neutral-80.show-mobile {
    display: block;
  }

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

  .line-horizontal.footer-v1 {
    display: none;
  }

  .line-horizontal.about-v3-team {
    top: 0%;
    transform: none;
  }

  .mobile-hidden {
    display: none;
  }

  .mobile-visible {
    display: block;
  }

  .navbar {
    padding-top: 24px;
  }

  .navbar-brand {
    width: 89px;
  }

  .nav-dropdown-list {
    top: 16px;
    left: 16px;
    right: 16px;
  }

  .nav-dropdown-close-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .nav-link {
    font-size: var(--text-l--size);
    line-height: var(--text-l--height);
  }

  .nav-dropdown-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .nav-dropdown-list-bottom {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-dropdown-menu-line {
    width: 48px;
  }

  .nav-dropdown-menu-line.short {
    width: 31px;
  }

  .footer-v1-wrap {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .footer-v1-top {
    word-break: normal;
    align-items: stretch;
  }

  .footer-v1-bottom {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-direction: column;
  }

  .footer-v1-bottom-right {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    align-items: flex-start;
  }

  .footer-v1-bottom-left {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .footer-v1-bottom-inner-right {
    align-items: flex-start;
  }

  .footer-v1-page-menus {
    grid-column-gap: 56px;
  }

  .footer-v1-bottom-inner-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-v2-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .footer-v3-wrap {
    grid-row-gap: 40px;
  }

  .footer-v3-bottom {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: stretch;
  }

  .footer-v3-bottom-left {
    text-align: left;
    align-items: flex-start;
  }

  .footer-v3-contact-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-v3-top {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 32px;
  }

  .footer-v3-top-left {
    grid-row-gap: 16px;
    max-width: none;
  }

  .sguide-hero-subtitle {
    text-align: left;
    margin-left: 0;
  }

  .sguide-content-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .sguide-content-inner {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .sguide-content-heading {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: none;
  }

  .sguide-content-fill {
    max-width: none;
    margin-left: 0;
  }

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

  .sguide-color-horizontal.small {
    max-width: none;
  }

  .sguide-content-font-source {
    flex-direction: column;
  }

  .sguide-content-font-source-right {
    text-align: left;
  }

  .sguide-content-font {
    max-width: none;
  }

  .sguide-font-item-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .sguide-font-item-left {
    flex-flow: wrap;
  }

  .sguide-font-item-1 {
    flex: 1 0 100%;
  }

  .sguide-rich-text-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sguide-inner-container {
    padding-left: 0;
    padding-right: 0;
  }

  .sguide-rich-text-inner-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

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

  .sguide-component-heading {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .sguide-component-button-horizontal-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .sguide-component-button-2-wrap {
    flex-direction: column;
  }

  .sguide-button-2-vertical-wrap {
    padding: 16px;
  }

  .sguide-component-radio-wrap {
    flex-flow: wrap;
  }

  .changelog-hero-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .license-hero-heading {
    margin-bottom: 40px;
  }

  .license-content-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .license-content-item-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .license-content-heading {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: none;
  }

  .license-icon-source {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .license-icon-source-wrap {
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
  }

  .license-icon-source-image {
    flex: none;
    order: -1;
  }

  .liccense-image-heading {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .license-image-content-horizontal {
    flex-flow: column;
  }

  .liccense-image-wrap, .liccense-image-wrap._321x512, .liccense-image-wrap._548x512, .liccense-image-wrap._435x512 {
    max-width: none;
  }

  .home-v3-hero-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-v3-hero-subheading-wrap {
    max-width: none;
  }

  .home-v1-about-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-v1-about-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .home-v1-about-bottom-side.align-right {
    align-items: flex-start;
  }

  .v1-awards-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .v1-awards-heading {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .v1-awards-image-heading {
    height: 48px;
  }

  .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-text {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

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

  .v1-awards-card-top.item-2 {
    aspect-ratio: 327 / 320;
  }

  .v1-awards-card-top.item-3 {
    padding-left: 11px;
    padding-right: 11px;
  }

  .home-v1-awards-card-image {
    width: 100%;
  }

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

  .v1-brands-item {
    margin-left: 8px;
    margin-right: 8px;
  }

  .home-v1-insights-wrap, .v1-feedback-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .v1-feedback-tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 56px;
  }

  .v1-feedback-tabs-content {
    margin-top: 32px;
  }

  .v1-feedback-text {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .home-v1-services-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

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

  .home-v1-services-camera {
    padding-top: 56px;
    padding-bottom: 56px;
    position: static;
  }

  .home-v1-serices-line-wrap {
    flex: none;
  }

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

  .home-v1-services-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
    padding-right: 0%;
  }

  .home-v1-projects-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-v1-projects-card-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 32px;
  }

  .home-v1-project-tag {
    padding: 12px;
  }

  .home-v1-projects-right {
    display: none;
    position: static;
  }

  .footer-v2-heading-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .home-v2-hero-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: stretch;
  }

  .home-v2-hero-subheading-wrap {
    max-width: none;
  }

  .home-v2-about-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-v2-about-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .home-v2-top-right {
    align-items: flex-end;
  }

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

  .v2-awards-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .v2-awards-heading-inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .v2-awards-logo {
    height: 44px;
  }

  .v2-awards-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .v2-awards-item-left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .v2-feedback-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
  }

  .v2-feedback-profile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .v2-feedback-name {
    flex-direction: column;
    display: none;
  }

  .home-v2-brands-item {
    width: 120px;
  }

  .home-v2-insights-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-v2-insights-content {
    margin-right: var(--container-util--margin-minus-mobile);
    margin-left: var(--container-util--margin-minus-mobile);
  }

  .home-v2-insights-card {
    padding: 24px;
  }

  .home-v1-hero-wrap, .home-v3-about-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-v3-about-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: stretch;
  }

  .home-v3-about-bottom-inner {
    align-items: flex-end;
    margin-right: auto;
  }

  .v3-awards-logo {
    height: 44px;
  }

  .v3-awards-content {
    align-items: stretch;
  }

  .v3-awards-card.item-2 {
    aspect-ratio: 327 / 381;
  }

  .v3-awards-card.item-3 {
    aspect-ratio: 327 / 320;
  }

  .v3-feedback-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .v3-feedback-profile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .v3-feedback-name {
    flex-flow: column;
    display: none;
  }

  .home-v3-brands-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .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 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .home-v3-services-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .home-v3-services-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 8px;
  }

  .home-v3-services-item-image {
    width: 100%;
  }

  .home-v3-blogs-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .home-v3-blogs-item-inner {
    max-width: none;
    margin-left: 0;
  }

  .home-v3-blogs-item-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .home-v3-blogs-image-outer {
    width: auto;
  }

  .about-v1-hero-top-subheading, .about-v1-hero-bottom {
    max-width: none;
  }

  .about-v1-activities-wrap {
    margin-right: var(--container-util--margin-minus-mobile);
    margin-left: var(--container-util--margin-minus-mobile);
  }

  .about-v1-activity-wrap {
    height: 345px;
  }

  .about-v1-intro-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-v1-intro-image {
    margin-right: var(--container-util--margin-minus-mobile);
    margin-left: var(--container-util--margin-minus-mobile);
    width: auto;
  }

  .about-v1-agents-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .about-v1-agents-bottom {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .about-v1-agents-center {
    margin-top: 0;
    margin-right: var(--container-util--margin-minus-mobile);
    margin-left: var(--container-util--margin-minus-mobile);
    padding-right: var(--container-util--padding-mobile);
    padding-left: var(--container-util--padding-mobile);
  }

  .about-v1-agents-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-v2-hero-wrap, .about-v2-hero-heading {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-v2-hero-bottom {
    max-width: none;
  }

  .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-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .about-v2-agents-bottom {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .about-v2-agents-grid {
    scrollbar-width: none;
    display: flex;
    overflow: auto;
  }

  .about-v2-agents-card {
    min-width: 310px;
  }

  .about-v2-stats-wrap {
    display: flex;
  }

  .about-v2-stats-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-style: none none solid;
    border-width: 1px;
    border-color: black black var(--neutral--40);
    height: auto;
    padding: 40px 0;
  }

  .about-v2-stats-card.top-center {
    border-left-style: none;
    border-right-style: none;
    height: auto;
  }

  .about-v2-stats-card.bottom-center {
    border-left-style: none;
    border-right-style: none;
  }

  .about-v2-stats-card.top {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: black black var(--neutral--40);
    height: auto;
  }

  .about-v2-stats-card.bottom {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .about-v2-stats-card.top-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-right-style: none;
    height: auto;
    padding-top: 0;
  }

  .about-v3-hero-heading, .about-v3-hero-heading-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-v3-hero-subheading {
    max-width: none;
  }

  .about-v3-hero-bottom {
    text-align: left;
    max-width: none;
  }

  .about-v3-intro-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-v3-intro-video-wrap {
    margin-right: var(--container-util--margin-minus-mobile);
    margin-left: var(--container-util--margin-minus-mobile);
    width: auto;
  }

  .about-v3-stats-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-v3-stats-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .about-v3-stats-item-left {
    width: auto;
  }

  .about-v3-awards-heading {
    display: none;
  }

  .about-v3-awards-inner-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .about-v3-awards-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: stretch;
  }

  .about-v3-awards-item-left {
    width: auto;
  }

  .about-v1-awards-heading {
    display: none;
  }

  .projects-v1-hero-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .projects-v1-hero-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .projects-v1-hero-subheading {
    max-width: none;
  }

  .projects-v1-hero-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .projects-v1-hero-stats-card {
    align-items: flex-start;
  }

  .projects-v1-showcase-wrap {
    margin-right: var(--container-util--margin-minus-mobile);
    margin-left: var(--container-util--margin-minus-mobile);
  }

  .projects-v1-showcase-left {
    padding: 24px var(--container-util--padding-mobile) 40px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .projects-v1-showcase-image {
    aspect-ratio: 375 / 388;
    height: auto;
  }

  .projects-v1-showcase-image-hover {
    display: none;
  }

  .projects-v1-showcase-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: flex-start;
  }

  .projects-v2-hero-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .projects-v2-stats-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
  }

  .projects-v2-stats-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .projects-v2-project-wrap {
    margin-right: var(--container-util--margin-minus-mobile);
    margin-left: var(--container-util--margin-minus-mobile);
  }

  .projects-v2-project-text {
    padding-right: var(--container-util--padding-mobile);
    padding-bottom: 40px;
    padding-left: var(--container-util--padding-mobile);
  }

  .projects-v2-project-text-left {
    justify-content: space-between;
    align-items: center;
  }

  .projects-v2-project-brands {
    display: none;
  }

  .career-hero {
    grid-row-gap: 40px;
  }

  .career-hero-heading {
    width: auto;
  }

  .career-hero-content {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .career-hero-content-description {
    width: auto;
  }

  .career-benefits {
    grid-row-gap: 40px;
  }

  .career-benefits-info {
    grid-row-gap: 24px;
  }

  .career-benefits-info-heading, .career-benefits-info-description {
    width: auto;
  }

  .career-benefits-content {
    grid-row-gap: 1px;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .career-benefits-item {
    grid-row-gap: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .career-team-info {
    grid-row-gap: 40px;
  }

  .career-team-info-author {
    align-self: center;
  }

  .wcu-content {
    grid-row-gap: 32px;
  }

  .wcu-item {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .wcu-item.border-bottom {
    padding-bottom: 32px;
  }

  .wcu-item-title {
    width: auto;
  }

  .career-job.color-white {
    grid-row-gap: 40px;
  }

  .career-job-content {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: stretch;
  }

  .career-job-info {
    grid-row-gap: 32px;
    width: auto;
    position: static;
  }

  .career-job-list {
    grid-row-gap: 40px;
  }

  .career-job-item {
    padding-bottom: 24px;
  }

  .dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown.tablet-grow {
    flex: 1;
  }

  .service-v1-hero-wrap, .service-v1-hero-heading {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .service-v1-hero-tags {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
  }

  .services-v1-services-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .services-v1-services-content, .services-v1-service-details {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .services-v1-service-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .services-v1-service-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .services-v1-process-camera {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .services-v1-process-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .services-v1-process-content, .services-v1-process-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .services-v2-services-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

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

  .services-v2-services-content-image {
    aspect-ratio: 327 / 217;
    height: auto;
  }

  .services-v2-services-content-tag {
    padding: 12px;
  }

  .services-v2-process-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .services-v2-process-step {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-v2-process-step-description {
    width: auto;
  }

  .projects-v3-hero-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    height: auto;
  }

  .projects-v3-hero-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .projects-v3-hero-bottom-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .projects-v3-hero-bottom-right {
    max-width: none;
  }

  .projects-v3-card-wrap {
    margin-right: var(--container-util--margin-minus-mobile);
    margin-left: var(--container-util--margin-minus-mobile);
    aspect-ratio: 720 / 900;
    height: auto;
    min-height: 0;
  }

  .projects-v3-card-link {
    align-items: flex-end;
  }

  .projects-v3-card-content {
    align-items: stretch;
    padding-bottom: 40px;
  }

  .projects-v3-card-content-left {
    text-align: center;
    align-items: stretch;
  }

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

  .projects-v3-projects-wrap {
    margin-right: var(--container-util--margin-minus-mobile);
    margin-left: var(--container-util--margin-minus-mobile);
  }

  .projects-v3-projects-card-heading {
    text-align: center;
    align-items: stretch;
  }

  .projects-v3-projects-card-tags {
    display: none;
  }

  .projects-v3-awards-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .projects-v3-awards-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    padding-bottom: 16px;
  }

  .project-hero-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    height: auto;
  }

  .project-hero-bottom-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .project-images-wrap {
    margin-right: var(--container-util--margin-minus-mobile);
    margin-left: var(--container-util--margin-minus-mobile);
    aspect-ratio: 375 / 360;
    align-items: stretch;
  }

  .project-images-box {
    height: 400px;
  }

  .project-details-content, .service-v3-hero-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .service-v3-hero-tags {
    grid-column-gap: 24px;
    grid-row-gap: 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-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .services-v3-process-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .services-v3-process-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-v3-process-item.no-padding-top {
    max-width: none;
  }

  .contact-v1-hero-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-v1-field-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .contact-v1-field-company, .contact-v1-form {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-v1-form-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-v1-form-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-v1-form-row.email-address {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .contact-v1-form-grid {
    flex-direction: column;
  }

  .blog-other {
    margin-left: -24px;
    margin-right: -24px;
  }

  .blog-other-wrap {
    min-height: 417px;
  }

  .blog-other-content {
    padding: 24px;
  }

  .other-blog-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .other-blog {
    align-items: stretch;
  }

  .blog-all-filter {
    margin-right: var(--container-util--margin-minus-mobile);
    margin-left: var(--container-util--margin-minus-mobile);
  }

  .all-blog-filter-wrap {
    scrollbar-width: none;
    flex-wrap: nowrap;
    display: flex;
    overflow: auto;
  }

  .all-blog-filter-option {
    white-space: nowrap;
    flex: 1 0 auto;
    padding: 12px;
    display: flex;
  }

  .preview-hero-content {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    align-items: stretch;
  }

  .preview-hero-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .preview-figma-wrap {
    margin-right: var(--container-util--margin-minus-mobile);
    margin-left: var(--container-util--margin-minus-mobile);
    padding: 40px var(--container-util--padding-mobile);
  }

  .preview-process-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .preview-process-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .preview-process-item-head {
    flex-flow: column;
  }

  .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-discover-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .preview-page-blocks {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .preview-page-cta {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .highlight-page-card-inner-wrapper, .highlight-page-card-inner-wrapper.big-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .preview-page-imagery-wrap, .preview-page-imagery-wrap.big-card {
    padding-top: 24px;
  }

  .preview-discover-content-text {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: stretch;
  }

  .contact-v1-form-group {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .v2-feedback-name-mobile, .v3-feedback-name-mobile {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .preview-benefit-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: 250px;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .preview-benefit-marquee {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .home-v3-brands-wrap {
    margin-right: var(--container-util--margin-minus-mobile);
    margin-left: var(--container-util--margin-minus-mobile);
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .projects-v1-awards-dropdown-toggle, .projects-v1-awards-dropdown-toggle.w--open {
    padding-bottom: 24px;
  }

  .projects-v1-awards-box {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
  }

  .projects-v1-awards-mentions {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .projects-v1-awards-blank {
    padding-bottom: 24px;
  }

  .projects-v1-awards-blank.last-order {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .projects-v1-projects-wrap {
    margin-left: -24px;
    margin-right: -24px;
  }

  .projects-v1-projects-card-left {
    padding-right: var(--container-util--padding-mobile);
    padding-left: var(--container-util--padding-mobile);
  }

  .projects-v1-projects-image {
    aspect-ratio: 375 / 388;
  }

  .projects-v1-projects-card-right {
    padding-right: var(--container-util--padding-mobile);
    padding-left: var(--container-util--padding-mobile);
  }

  .about-v3-team-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    justify-content: space-between;
  }

  .about-v3-team-heading-description {
    max-width: none;
  }

  .home-v1-services-content-outer-wrap {
    width: auto;
  }

  .about-v3-team-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-v3-team-line-wrap {
    flex: none;
    width: 100%;
    display: none;
  }

  .about-v3-team-footer-text {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-v3-team-slider-inner {
    scrollbar-width: none;
    overflow: auto;
  }

  .home-v2-projects-card {
    padding: var(--container-util--padding-mobile);
  }

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

  .home-v2-projects-card-content.mobile-show {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .home-v2-projects-card-top {
    justify-content: center;
  }

  .home-v2-projects-card-top.hide-mobile {
    display: none;
  }

  .home-v2-projects-outer-wrap {
    margin-top: 0;
    margin-right: var(--container-util--margin-minus-mobile);
    margin-left: var(--container-util--margin-minus-mobile);
  }

  .home-v3-projects-outer-wrap {
    margin-right: var(--container-util--margin-minus-mobile);
    margin-left: var(--container-util--margin-minus-mobile);
  }

  .home-v3-projects-card {
    padding: 40px var(--container-util--padding-mobile);
    min-height: 564px;
  }

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

  .home-v3-projects-card-content.mobile-show {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .home-v3-projects-card-link {
    padding-right: var(--container-util--padding-mobile);
    padding-left: var(--container-util--padding-mobile);
  }

  .home-v1-projects-card-image-mobile {
    margin-right: var(--container-util--margin-minus-mobile);
    margin-left: var(--container-util--margin-minus-mobile);
  }

  .home-v1-projects-line-separator {
    margin-top: -40px;
  }

  .blogs-insights-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .about-v3-team-image {
    aspect-ratio: 310 / 365;
  }

  .about-v3-team-camera {
    align-self: stretch;
    position: static;
    top: 0;
    bottom: 0;
  }

  .about-v3-team-outer-wrap {
    align-items: flex-start;
    min-height: 0;
  }

  .projects-v2-awards-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .projects-v2-awards-table-header {
    display: none;
  }

  .projects-v2-awards-table-item {
    grid-row-gap: 8px;
    flex-flow: wrap;
    padding-bottom: 16px;
  }

  .projects-v2-awards-table-item-fill.title {
    flex: 0 100%;
  }

  .projects-v2-awards-table-item-fill.year {
    text-align: right;
    flex: 0 auto;
  }

  .projects-v2-awards-table-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .projects-v2-all-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .about-v1-stats-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .all-blog-filter-wrap-outer {
    padding-right: var(--container-util--padding-mobile);
    padding-left: var(--container-util--padding-mobile);
    scrollbar-width: none;
    flex-wrap: nowrap;
    display: flex;
    overflow: auto;
  }

  .blog-all-filter-title {
    padding-right: var(--container-util--padding-mobile);
    padding-left: var(--container-util--padding-mobile);
  }

  .about-v1-awards-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: stretch;
  }

  .projects-v2-projects-card-image-wrap {
    margin-right: var(--container-util--margin-minus-mobile);
    margin-left: var(--container-util--margin-minus-mobile);
  }

  .projects-v2-projects-card-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .projects-v2-projects-card-category {
    padding: 12px;
  }

  .projects-v2-all-title {
    text-align: center;
  }

  .about-v1-hero-heading {
    flex-basis: auto;
  }

  .projects-details-hero-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .project-details-image-showcase-wrap {
    margin-right: var(--container-util--margin-minus-mobile);
    margin-left: var(--container-util--margin-minus-mobile);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .project-details-more {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-detals-cta-wrap {
    flex-flow: column;
    align-items: stretch;
    margin-top: 40px;
  }

  .project-cateories-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-categories {
    align-items: stretch;
  }

  .project-categories-filter {
    margin-right: var(--container-util--margin-minus-mobile);
    margin-left: var(--container-util--margin-minus-mobile);
  }

  .project-categories-filter-title {
    padding-right: var(--container-util--padding-mobile);
    padding-left: var(--container-util--padding-mobile);
  }

  .project-categories-filter-option {
    white-space: nowrap;
    flex: 1 0 auto;
    padding: 12px;
    display: flex;
  }

  .project-categories-filter-wrap-outer {
    padding-right: var(--container-util--padding-mobile);
    padding-left: var(--container-util--padding-mobile);
    scrollbar-width: none;
    flex-wrap: nowrap;
    display: flex;
    overflow: auto;
  }

  .project-categories-filter-wrap {
    scrollbar-width: none;
    flex-wrap: nowrap;
    display: flex;
    overflow: auto;
  }

  .project-categories-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .careers-dropdown-list.w--open {
    padding: 16px;
  }

  .careers-dropdown-link {
    font-size: var(--text-r--size-mobile);
    line-height: var(--text-r--height-mobile);
  }

  .mouse-print {
    text-align: center;
    font-size: 16px;
  }

  .footer-links-block {
    margin-bottom: 60px;
  }

  .footer-content-links {
    flex-direction: column;
  }

  .footer {
    padding-top: 40px;
  }

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

  .divider.home-event-date {
    width: 20px;
    height: 2px;
    margin: 0 10px;
  }

  .divider.home-event-days {
    align-self: stretch;
    width: 1px;
    height: auto;
    margin: 0 10px;
  }

  .hero-wrapper {
    flex-direction: column;
  }

  .home-event-date-wrapper {
    flex-direction: row;
    margin-bottom: 32px;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-event-date {
    display: flex;
  }

  .hero-home {
    padding-top: 132px;
    padding-bottom: 148px;
  }

  .home-event-month {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.2em;
  }

  .home-event-year {
    margin-bottom: 0;
    margin-left: 10px;
  }

  .home-event-day {
    font-size: 20px;
    line-height: 1.2em;
  }

  .home-event-day-wrapper {
    display: flex;
  }

  .dropdown-grid {
    grid-template-columns: 1fr;
  }

  .drop-title {
    margin-bottom: 10px;
  }

  .nav-menu-header {
    min-width: 90%;
    padding-top: 74px;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header.transparent {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .drop-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .title-2 {
    letter-spacing: -.075rem;
    max-width: 13ch;
    font-size: 3rem;
  }

  .hero-subtitle {
    font-size: 1.5rem;
  }

  ._12-column-grid {
    grid-row-gap: 4rem;
  }

  .section-4 {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .display-m {
    font-size: 1.3rem;
  }

  .container-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .display-l {
    font-size: 1.5rem;
  }

  .section-5 {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .grid {
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .about-image-second.parallax {
    transform: none;
  }

  .section-6 {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fixed-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-2, .section-9, .section-10 {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero-wrapper-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .hover_title, .hover_title-en {
    font-size: 2.1em;
  }

  .letter-animation {
    width: 100%;
    overflow: hidden;
  }

  .container-3-copy, .container-342-copy, .container-3-copy {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .team-images {
    min-height: 300px;
  }

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

  .inner-bottom {
    height: 60px;
  }

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

  .body-display.two-columns.white {
    column-count: 1;
  }

  .about-intro-content {
    padding: 60px 0 60px 60px;
  }

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

  .blur-hero {
    width: 38em;
    height: 18em;
  }

  .hero-section__canvas-host {
    height: 50vh;
  }

  .container-3-copy-copy {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-content-2 {
    padding-top: 120px;
    padding-bottom: 236px;
    padding-right: 0;
  }

  .verticle-line.bottom {
    display: none;
  }

  .verticle-hero-line {
    grid-template-rows: 80px 24px 80px auto;
    justify-content: end;
    display: none;
  }

  .verticle-hero-line.middle {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: 80px 24px 100px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-right: 0;
    padding-bottom: 120px;
    display: grid;
  }

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

  .circle-link-text {
    padding-right: 40px;
  }

  .circle-outline, .circle-button {
    width: 80px;
    height: 80px;
  }

  .slider-background-circle {
    width: 300vw;
    height: 300vw;
  }

  .dual-title {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .section-title {
    grid-column-gap: 12px;
    padding-right: 36px;
  }

  .background._01._03 {
    background-size: contain;
  }

  .project-banner {
    margin-top: 60px;
  }

  .action-content {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .hero-intro {
    padding-right: 0;
  }

  .list-item-2 {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .half-wrapper {
    grid-row-gap: 24px;
  }

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

  .card-2 {
    min-height: 225px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sub-par {
    margin-left: auto;
    margin-right: auto;
  }

  .small-card {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .section.brands-section-v2 {
    height: 160px;
  }

  .input-form.footer-v1 {
    padding-right: 0;
  }

  .input-form.footer-v2 {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 0;
  }

  .footer-v1-social-menus {
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .form-block.footer-v2 {
    min-width: auto;
  }

  .form-button-wrap {
    margin-top: 24px;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }

  .footer-v2-page-menus {
    font-size: var(--text-r--size-mobile);
  }

  .footer-v2-social-menus {
    font-size: var(--text-r--size-mobile);
    flex-flow: wrap;
  }

  .footer-v3-social-menus {
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .sguide-hero-title {
    overflow-wrap: break-word;
    max-width: none;
    margin-bottom: 40px;
  }

  .sguide-hero-subtitle {
    max-width: none;
  }

  .sguide-content-heading {
    overflow-wrap: break-word;
  }

  .sguide-color-horizontal {
    grid-template-columns: 1fr;
  }

  .sguide-font-item-left {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
  }

  .sguide-icon-source {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .sguide-icon-source-wrap {
    flex: 1;
    align-items: stretch;
  }

  .sguide-icon-source-image {
    order: -1;
    align-self: center;
  }

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

  .sguide-content-icon-card {
    padding: 24px;
  }

  .sguide-component-heading, .changelog-hero-wrap, .license-hero-heading {
    overflow-wrap: break-word;
  }

  .v1-feedback-tet-inner {
    flex-flow: wrap;
  }

  .home-v2-brands-item {
    width: 160px;
  }

  .home-v2-services-item-text {
    overflow-wrap: anywhere;
  }

  .career-job-item {
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
  }

  .services-v1-service-heading {
    word-break: break-all;
  }

  .services-v3-service-heading, .blog-featured-text {
    overflow-wrap: anywhere;
  }

  .footer-v2-form {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .home-v2-projects-card {
    min-height: 520px;
  }

  .spacer._2-buttons {
    height: 30px;
  }

  .footer-title.newsletter {
    line-height: 1.4em;
  }

  .mouse-print {
    font-size: 14px;
  }

  .footer-mobile-title {
    padding-top: 0;
  }

  .button-primary {
    display: block;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .links-block {
    margin-bottom: 32px;
  }

  .links-block.newsletter {
    margin-top: 24px;
  }

  .divider.home-event-date {
    width: 10px;
  }

  .divider.home-event-days {
    margin-left: 5px;
    margin-right: 5px;
  }

  .button-secondary {
    margin-left: 40px;
    margin-right: 40px;
    display: block;
  }

  .title.blog-card {
    font-size: 18px;
  }

  ._2-buttons {
    flex-direction: column;
  }

  .home-event-date-wrapper {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-home {
    padding-top: 135px;
    padding-bottom: 100px;
  }

  .home-event-year {
    margin-left: 5px;
  }

  .container-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .drop-div.first, .drop-div.last {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-header {
    min-width: 100%;
    padding-top: 66px;
  }

  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header.transparent {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand {
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .div-block.news {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block.news.og {
    flex-flow: column;
  }

  .blog-card-link {
    overflow: hidden;
  }

  .card {
    padding: 40px 20px;
  }

  .home-hero-image-wrap {
    display: block;
  }

  .copyright-text {
    display: none;
  }

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

  .title-2 {
    font-size: 3rem;
    font-weight: 500;
  }

  .hero-subtitle {
    font-size: 1.25rem;
  }

  .image-overlay {
    height: 100%;
  }

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

  .hero-content-wrapper {
    grid-row-gap: 0rem;
    height: 240px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .home-hero-video {
    height: 240px;
  }

  .home-hero-video.t2 {
    height: 100%;
  }

  .section-00 {
    padding-top: 40px;
  }

  .vc-flex {
    align-items: stretch;
  }

  .section-4 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .title-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .list-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .list-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-5 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-6 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .nav-link-3.nav-link-white {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    line-height: 140%;
  }

  .footer-social-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .fixed-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-7 {
    height: 100%;
  }

  .section-8 {
    padding-bottom: 0;
  }

  .text-block {
    width: 80px;
  }

  .text-block-2 {
    font-size: 12px;
    line-height: 140%;
  }

  .footer-text {
    font-size: 14px;
    line-height: 150%;
  }

  .section-2, .section-9, .section-10 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section-11.section-component {
    min-height: auto;
  }

  .hero-wrapper-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: -60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .hover_title {
    font-size: 16px;
  }

  .hover_item-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
    display: grid;
  }

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

  .hover_number {
    font-size: 24px;
  }

  .hover_title-en {
    text-align: left;
    margin-left: 0;
    font-size: 14px;
  }

  .div-block-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .div-block-6 {
    height: auto;
    padding-top: 0;
  }

  .div-block-7 {
    grid-template-rows: 3fr auto;
    height: auto;
    padding-left: 0;
  }

  .div-block-8 {
    align-items: center;
    padding: 100px 40px 60px;
  }

  .div-block-9 {
    height: 240px;
  }

  .navbar-2 {
    z-index: 200;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: absolute;
    right: 0;
  }

  .nav-container {
    z-index: 200;
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
    margin-left: 0;
    display: block;
    position: relative;
  }

  .nav-menu-2 {
    z-index: 200;
    background-color: #3770fc;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    display: flex;
    left: auto;
  }

  .nav-link-4 {
    z-index: 500;
    color: var(--neutral--10);
    text-align: center;
    align-self: center;
  }

  .div-block-11 {
    margin-left: 0;
  }

  .image-10 {
    width: 100px;
  }

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

  .title-3-footer.title-s-footer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-15 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-16.b1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 240px;
  }

  .div-block-16.b2 {
    background-position: 50%;
    height: 240px;
  }

  .div-block-16.b3 {
    height: 240px;
  }

  .div-block-17 {
    height: 300px;
  }

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

  .div-block-18 {
    height: 0;
  }

  .text-block-7 {
    font-size: 14px;
    line-height: 150%;
  }

  .container-3-copy {
    background-color: var(--neutral--20);
    height: 100px;
  }

  .vc-flex-copy {
    align-items: stretch;
  }

  .button-secondary-copy {
    display: block;
  }

  .div-block-15-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .div-block-21 {
    width: 0%;
    height: 0;
    overflow: visible;
  }

  .background-video-2 {
    height: 100%;
    position: static;
  }

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

  .team-images {
    min-height: 250px;
  }

  .section-14.dark {
    margin-top: 0;
  }

  .button-3 {
    padding: 18px 28px;
  }

  .inner-bottom {
    height: 48px;
  }

  .about-us-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paralax-background.six {
    background-image: url('../images/thisisengineering-WjOWazUPAss-unsplash-1.jpg');
    background-size: cover;
  }

  .paralax-background.seven {
    background-image: url('../images/lycs-architecture-U2BI3GMnSSE-unsplash.jpg');
  }

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

  .intro-corner {
    width: 48px;
    height: 48px;
  }

  .founder-image {
    min-height: 20vh;
  }

  .about-intro-content {
    padding: 48px 16px;
  }

  .dropdown-2 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle-2 {
    justify-content: center;
    align-items: center;
    padding-right: 20px;
    display: flex;
  }

  .dropdown-toggle-2.w--open {
    justify-content: center;
    align-items: center;
    padding-right: 20px;
  }

  .text-block-10 {
    font-size: 40px;
  }

  .blur-hero {
    bottom: -2.7em;
  }

  .wrapper-circle {
    min-height: 22em;
  }

  .circle-hero {
    font-size: .7em;
  }

  .hero-section__canvas-host {
    height: auto;
    margin-top: 60px;
  }

  .section-15 {
    z-index: 200;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    display: flex;
    position: sticky;
  }

  .lottie-animation-6 {
    height: 240px;
  }

  .icon-2 {
    text-shadow: -3px 3px #000;
  }

  .menu-button {
    width: 60px;
    height: 48px;
    padding: 12px 16px;
    right: 0;
  }

  .menu-button.w--open {
    background-color: #fff;
    flex-flow: row;
    flex: 1;
    order: 0;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
    left: auto;
    right: auto;
  }

  .image-12 {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-left: 0;
    display: inline-block;
    position: fixed;
  }

  .text-block-11 {
    margin-top: 0;
    font-size: 11px;
  }

  .container-3-copy-copy {
    background-color: var(--neutral--20);
    height: 100px;
  }

  .hero-content-2 {
    grid-template-columns: 1fr .65fr;
    margin-top: 0;
    padding-top: 160px;
    padding-right: 0;
  }

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

  .verticle-hero-line.middle {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: 80px 24px 100px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 100px;
    right: 2%;
  }

  .project-title {
    grid-template-rows: auto;
  }

  .project-hero-content {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

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

  .circle-link-text {
    grid-auto-flow: column;
    padding-right: 35px;
  }

  .horizontal-line {
    display: none;
  }

  .project-hero {
    min-height: 400px;
  }

  .circle-button.dark {
    min-width: 80px;
    min-height: 80px;
    margin-left: -40px;
  }

  .circle-button.dark.scroll-link {
    display: none;
  }

  .fill {
    height: 58px;
  }

  .slider-background {
    background-size: contain;
    height: auto;
    min-height: 240px;
  }

  .slider-background._02 {
    background-position: 50%;
    background-size: cover;
    min-height: 320px;
  }

  .slider-background._03 {
    background-size: cover;
  }

  .project-showcase {
    min-height: 240px;
  }

  .project-showcase._02 {
    min-height: 320px;
  }

  .content-wrapper {
    grid-template-columns: 1fr 1fr 1fr 2%;
  }

  .hero-bottom {
    min-height: 58px;
  }

  .hero-bottom.right {
    width: 98%;
  }

  .dual-title {
    grid-row-gap: 24px;
  }

  .section-title {
    grid-template-columns: 1fr;
    padding-top: 24px;
    padding-bottom: 48px;
    padding-right: 18px;
  }

  .project-overview {
    grid-row-gap: 12px;
  }

  .background._01._03 {
    background-size: contain;
  }

  .project-banner {
    min-height: 250px;
    margin-top: 48px;
  }

  .section-17 {
    width: 100%;
    padding-bottom: 0;
  }

  .action-content {
    min-height: 400px;
    padding-top: 100px;
    padding-bottom: 180px;
  }

  .hero-intro {
    width: 100%;
    max-width: 90vw;
  }

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

  .list-item-2 {
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .subtitle-5 {
    line-height: 16px;
  }

  .half-wrapper {
    grid-template-rows: auto;
  }

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .heading-2-copy {
    font-size: 20px;
  }

  .card-2 {
    min-height: 200px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .grid-website-maintenace {
    align-self: center;
    max-width: 90vw;
    display: flex;
  }

  .benefits-header {
    max-width: none;
    font-size: 1.9em;
    font-weight: 600;
  }

  .benefits-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .small-card-header {
    font-size: 1.1em;
  }

  .benefits-description {
    min-width: auto;
    font-size: 1em;
  }

  .sub-par {
    color: #1e1e21;
    max-width: 275px;
  }

  .grid-seo-service {
    max-width: 90vw;
    display: none;
  }

  .header-2-center-wrap {
    width: 100%;
    min-width: 300px;
    max-width: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-card {
    width: auto;
    min-width: auto;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    font-size: 15px;
  }

  .image-14 {
    width: 100%;
    margin-left: 0;
  }

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

  .navbar-2-copy {
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: absolute;
    right: 0;
  }

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

#w-node-_8b163279-720c-e818-4662-ea1ef138fde4-a0a88cb5 {
  justify-self: center;
}

#w-node-_850d63dc-f38d-1d25-9d92-767e6a7ad51e-a0a88cb5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_850d63dc-f38d-1d25-9d92-767e6a7ad51f-a0a88cb5 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: start;
}

#w-node-_850d63dc-f38d-1d25-9d92-767e6a7ad520-a0a88cb5 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_850d63dc-f38d-1d25-9d92-767e6a7ad521-a0a88cb5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_850d63dc-f38d-1d25-9d92-767e6a7ad530-a0a88cb5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_850d63dc-f38d-1d25-9d92-767e6a7ad548-a0a88cb5 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_850d63dc-f38d-1d25-9d92-767e6a7ad549-a0a88cb5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_117f2327-d5fe-dea1-0b0a-1940e39dea7e-a0a88cb5, #w-node-_117f2327-d5fe-dea1-0b0a-1940e39dea84-a0a88cb5, #w-node-_117f2327-d5fe-dea1-0b0a-1940e39dea8a-a0a88cb5, #w-node-d73802df-a571-e5cc-cc41-6c0a94a3f95f-a0a88cb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1fef6ad-11cd-6e8d-7efc-dbb61d9b766f-a0a88cb5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_38d02af0-7c46-8c5b-b138-b122e1eead88-a0a88cb5 {
  justify-self: start;
}

#w-node-_38d02af0-7c46-8c5b-b138-b122e1eead8a-a0a88cb5 {
  align-self: end;
}

#w-node-_38d02af0-7c46-8c5b-b138-b122e1eead8d-a0a88cb5, #w-node-_618d6f4b-94ef-12ee-e241-b21c7e48cd54-a0a88cb5 {
  justify-self: start;
}

#w-node-_618d6f4b-94ef-12ee-e241-b21c7e48cd55-a0a88cb5 {
  align-self: end;
}

#w-node-_618d6f4b-94ef-12ee-e241-b21c7e48cd58-a0a88cb5, #w-node-fe29b357-0597-2de4-8856-ab022bbed486-a0a88cb5 {
  justify-self: start;
}

#w-node-fe29b357-0597-2de4-8856-ab022bbed487-a0a88cb5 {
  align-self: end;
}

#w-node-fe29b357-0597-2de4-8856-ab022bbed48a-a0a88cb5, #w-node-_74ea92b2-8bf6-a7a3-c3a0-e6fb199c43a5-a0a88cb5 {
  justify-self: start;
}

#w-node-_74ea92b2-8bf6-a7a3-c3a0-e6fb199c43a6-a0a88cb5 {
  align-self: end;
}

#w-node-_74ea92b2-8bf6-a7a3-c3a0-e6fb199c43ab-a0a88cb5 {
  justify-self: start;
}

#w-node-_35dcb705-ddf6-af30-18c9-dbd87aa3ba82-a0a88cb5, #w-node-_35dcb705-ddf6-af30-18c9-dbd87aa3ba8d-a0a88cb5 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_35dcb705-ddf6-af30-18c9-dbd87aa3baa0-a0a88cb5, #w-node-_35dcb705-ddf6-af30-18c9-dbd87aa3baa6-a0a88cb5 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc6932d-a0a88d5f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc6932e-a0a88d5f {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc6932f-a0a88d5f {
  align-self: center;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc69332-a0a88d5f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc69338-a0a88d5f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc69339-a0a88d5f {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc6933a-a0a88d5f {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc6933b-a0a88d5f {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc6933f-a0a88d5f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc69343-a0a88d5f {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc69347-a0a88d5f {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_9c83f0ba-3f11-e5b8-4482-e5f8f0e59418-a0a88d5f, #w-node-_563a773f-5065-7f8c-0868-8042d96ed06b-a0a88d5f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed06c-a0a88d5f, #w-node-_563a773f-5065-7f8c-0868-8042d96ed06d-a0a88d5f, #w-node-_563a773f-5065-7f8c-0868-8042d96ed06e-a0a88d5f {
  align-self: start;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed079-a0a88d5f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed07d-a0a88d5f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed07f-a0a88d5f {
  align-self: start;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed087-a0a88d5f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed089-a0a88d5f {
  align-self: start;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed091-a0a88d5f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed093-a0a88d5f {
  align-self: start;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed09b-a0a88d5f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed09d-a0a88d5f {
  align-self: start;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed0a5-a0a88d5f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed0a7-a0a88d5f {
  align-self: start;
}

#w-node-_7ad550ca-7a14-6653-94a8-11bf426c3c21-a0a88d5f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7ad550ca-7a14-6653-94a8-11bf426c3c22-a0a88d5f {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_7ad550ca-7a14-6653-94a8-11bf426c3c23-a0a88d5f {
  align-self: center;
}

#w-node-_7ad550ca-7a14-6653-94a8-11bf426c3c26-a0a88d5f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_83d38ece-8500-37f7-8ae1-29d5bbafe69b-a0a88d5f {
  place-self: center;
}

#w-node-abdeae21-ea91-46e4-f86b-74d2d5e39b09-a0a88d5f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-abdeae21-ea91-46e4-f86b-74d2d5e39b0c-a0a88d5f, #w-node-abdeae21-ea91-46e4-f86b-74d2d5e39b16-a0a88d5f, #w-node-abdeae21-ea91-46e4-f86b-74d2d5e39b20-a0a88d5f {
  justify-self: center;
}

#w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe081-a0a88d5f, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe088-a0a88d5f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe09b-a0a88d5f, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe09e-a0a88d5f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc6932d-a0a88d60 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc6932e-a0a88d60 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc6932f-a0a88d60 {
  align-self: center;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc69332-a0a88d60 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc69338-a0a88d60 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc69339-a0a88d60 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc6933a-a0a88d60 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc6933b-a0a88d60 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc6933f-a0a88d60 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc69343-a0a88d60 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc69347-a0a88d60 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_9c83f0ba-3f11-e5b8-4482-e5f8f0e59418-a0a88d60, #w-node-_563a773f-5065-7f8c-0868-8042d96ed06b-a0a88d60 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed06c-a0a88d60, #w-node-_563a773f-5065-7f8c-0868-8042d96ed06d-a0a88d60, #w-node-_563a773f-5065-7f8c-0868-8042d96ed06e-a0a88d60 {
  align-self: start;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed079-a0a88d60 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed07d-a0a88d60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed07f-a0a88d60 {
  align-self: start;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed087-a0a88d60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed089-a0a88d60 {
  align-self: start;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed091-a0a88d60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed093-a0a88d60 {
  align-self: start;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed09b-a0a88d60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed09d-a0a88d60 {
  align-self: start;
}

#w-node-a5184668-328d-5718-4e39-b8e2893b65ae-a0a88d60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5184668-328d-5718-4e39-b8e2893b65b0-a0a88d60 {
  align-self: start;
}

#w-node-bfb29335-25ae-5af4-8786-7b54f7a04377-a0a88d60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bfb29335-25ae-5af4-8786-7b54f7a04379-a0a88d60 {
  align-self: start;
}

#w-node-_5c473764-b690-a5ef-dfad-45d2a4d53efb-a0a88d60 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5c473764-b690-a5ef-dfad-45d2a4d53efc-a0a88d60 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_5c473764-b690-a5ef-dfad-45d2a4d53efd-a0a88d60 {
  align-self: center;
}

#w-node-_5c473764-b690-a5ef-dfad-45d2a4d53f00-a0a88d60 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5c473764-b690-a5ef-dfad-45d2a4d53f03-a0a88d60 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5c473764-b690-a5ef-dfad-45d2a4d53f04-a0a88d60 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_5c473764-b690-a5ef-dfad-45d2a4d53f05-a0a88d60 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5c473764-b690-a5ef-dfad-45d2a4d53f06-a0a88d60 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_5c473764-b690-a5ef-dfad-45d2a4d53f0a-a0a88d60 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5c473764-b690-a5ef-dfad-45d2a4d53f0e-a0a88d60 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_5c473764-b690-a5ef-dfad-45d2a4d53f12-a0a88d60 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe081-a0a88d60, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe088-a0a88d60 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe09b-a0a88d60, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe09e-a0a88d60 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_9cc25d4a-f38f-aa10-14f6-bad1e194e502-e194e500 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_9cc25d4a-f38f-aa10-14f6-bad1e194e505-e194e500, #w-node-_9cc25d4a-f38f-aa10-14f6-bad1e194e50f-e194e500, #w-node-_9cc25d4a-f38f-aa10-14f6-bad1e194e519-e194e500 {
  justify-self: center;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc6932d-a0a88d85 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc6932e-a0a88d85 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc6932f-a0a88d85 {
  align-self: center;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc69332-a0a88d85 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc69338-a0a88d85 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc69339-a0a88d85 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc6933a-a0a88d85 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc6933b-a0a88d85 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc6933f-a0a88d85 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc69343-a0a88d85 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_3dde3cd0-915e-219e-5f42-713fedc69347-a0a88d85 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_9c83f0ba-3f11-e5b8-4482-e5f8f0e59418-a0a88d85, #w-node-_563a773f-5065-7f8c-0868-8042d96ed06b-a0a88d85 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed06c-a0a88d85, #w-node-_563a773f-5065-7f8c-0868-8042d96ed06d-a0a88d85, #w-node-_563a773f-5065-7f8c-0868-8042d96ed06e-a0a88d85 {
  align-self: start;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed079-a0a88d85 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed07d-a0a88d85 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed07f-a0a88d85 {
  align-self: start;
}

#w-node-_2563e7d4-35f0-7539-ddca-fd2353a5fef3-a0a88d85 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed09b-a0a88d85 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_563a773f-5065-7f8c-0868-8042d96ed09d-a0a88d85 {
  align-self: start;
}

#w-node-_5ddb459b-39e7-c392-fa9f-9e1096e68c4e-a0a88d85 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5ddb459b-39e7-c392-fa9f-9e1096e68c50-a0a88d85 {
  align-self: start;
}

#w-node-_5ddb459b-39e7-c392-fa9f-9e1096e68c53-a0a88d85 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_3fec18d6-c7a3-1ed5-f113-97df5632c9c4-a0a88d85 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3fec18d6-c7a3-1ed5-f113-97df5632c9c5-a0a88d85 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_3fec18d6-c7a3-1ed5-f113-97df5632c9c6-a0a88d85 {
  align-self: center;
}

#w-node-_3fec18d6-c7a3-1ed5-f113-97df5632c9c9-a0a88d85 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ba051721-ef82-f901-986c-b490f6353b07-a0a88d85 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ba051721-ef82-f901-986c-b490f6353b08-a0a88d85 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b60bb7d8-977c-6dd4-cb44-cff760bf8992-a0a88d85 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b60bb7d8-977c-6dd4-cb44-cff760bf8993-a0a88d85 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-b60bb7d8-977c-6dd4-cb44-cff760bf8994-a0a88d85 {
  align-self: center;
}

#w-node-b60bb7d8-977c-6dd4-cb44-cff760bf8997-a0a88d85 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe081-a0a88d85, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe088-a0a88d85 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe09b-a0a88d85, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe09e-a0a88d85 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (min-width: 1920px) {
  #w-node-_70d6327d-afab-ef81-1de1-0efec978132a-a0a88cb5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_850d63dc-f38d-1d25-9d92-767e6a7ad520-a0a88cb5 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_3dde3cd0-915e-219e-5f42-713fedc6932d-a0a88d5f, #w-node-_7ad550ca-7a14-6653-94a8-11bf426c3c21-a0a88d5f, #w-node-_3dde3cd0-915e-219e-5f42-713fedc6932d-a0a88d60 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3dde3cd0-915e-219e-5f42-713fedc69332-a0a88d60 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_5c473764-b690-a5ef-dfad-45d2a4d53efb-a0a88d60 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5c473764-b690-a5ef-dfad-45d2a4d53f00-a0a88d60 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_850d63dc-f38d-1d25-9d92-767e6a7ad548-a0a88cb5 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-d73802df-a571-e5cc-cc41-6c0a94a3f95f-a0a88cb5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_850d63dc-f38d-1d25-9d92-767e6a7ad51e-a0a88cb5 {
    grid-row: 2 / 3;
    grid-column-start: 2;
  }

  #w-node-_850d63dc-f38d-1d25-9d92-767e6a7ad520-a0a88cb5 {
    grid-column-end: 5;
  }

  #w-node-_850d63dc-f38d-1d25-9d92-767e6a7ad530-a0a88cb5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_850d63dc-f38d-1d25-9d92-767e6a7ad548-a0a88cb5 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: stretch;
  }

  #w-node-_850d63dc-f38d-1d25-9d92-767e6a7ad549-a0a88cb5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_117f2327-d5fe-dea1-0b0a-1940e39dea7e-a0a88cb5, #w-node-_117f2327-d5fe-dea1-0b0a-1940e39dea84-a0a88cb5, #w-node-_117f2327-d5fe-dea1-0b0a-1940e39dea8a-a0a88cb5, #w-node-d73802df-a571-e5cc-cc41-6c0a94a3f95f-a0a88cb5 {
    grid-column: span 3 / span 3;
  }

  #w-node-_35dcb705-ddf6-af30-18c9-dbd87aa3ba82-a0a88cb5, #w-node-_35dcb705-ddf6-af30-18c9-dbd87aa3ba8d-a0a88cb5, #w-node-_35dcb705-ddf6-af30-18c9-dbd87aa3baa0-a0a88cb5, #w-node-_35dcb705-ddf6-af30-18c9-dbd87aa3baa6-a0a88cb5 {
    grid-column: span 8 / span 8;
  }

  #w-node-_563a773f-5065-7f8c-0868-8042d96ed06c-a0a88d5f {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_563a773f-5065-7f8c-0868-8042d96ed079-a0a88d5f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_563a773f-5065-7f8c-0868-8042d96ed07a-a0a88d5f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe081-a0a88d5f, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe088-a0a88d5f, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe09b-a0a88d5f, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe09e-a0a88d5f {
    grid-column: span 8 / span 8;
  }

  #w-node-_563a773f-5065-7f8c-0868-8042d96ed06c-a0a88d60 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_563a773f-5065-7f8c-0868-8042d96ed079-a0a88d60 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_563a773f-5065-7f8c-0868-8042d96ed07a-a0a88d60 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe081-a0a88d60, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe088-a0a88d60, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe09b-a0a88d60, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe09e-a0a88d60 {
    grid-column: span 8 / span 8;
  }

  #w-node-_563a773f-5065-7f8c-0868-8042d96ed06c-a0a88d85 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_563a773f-5065-7f8c-0868-8042d96ed079-a0a88d85 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_563a773f-5065-7f8c-0868-8042d96ed07a-a0a88d85 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe081-a0a88d85, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe088-a0a88d85, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe09b-a0a88d85, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe09e-a0a88d85 {
    grid-column: span 8 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c9ba1778-14c7-f0b1-28c4-ab26eef43ead-a0a88cb5 {
    order: -9999;
  }

  #w-node-_35dcb705-ddf6-af30-18c9-dbd87aa3ba82-a0a88cb5, #w-node-_35dcb705-ddf6-af30-18c9-dbd87aa3ba8d-a0a88cb5, #w-node-_35dcb705-ddf6-af30-18c9-dbd87aa3baa0-a0a88cb5, #w-node-_35dcb705-ddf6-af30-18c9-dbd87aa3baa6-a0a88cb5 {
    grid-column: span 4 / span 4;
  }

  #w-node-_563a773f-5065-7f8c-0868-8042d96ed07d-a0a88d5f, #w-node-_563a773f-5065-7f8c-0868-8042d96ed087-a0a88d5f, #w-node-_563a773f-5065-7f8c-0868-8042d96ed091-a0a88d5f, #w-node-_563a773f-5065-7f8c-0868-8042d96ed09b-a0a88d5f, #w-node-_563a773f-5065-7f8c-0868-8042d96ed0a5-a0a88d5f {
    grid-column: span 1 / span 1;
  }

  #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe081-a0a88d5f, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe088-a0a88d5f, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe09b-a0a88d5f, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe09e-a0a88d5f {
    grid-column: span 4 / span 4;
  }

  #w-node-_563a773f-5065-7f8c-0868-8042d96ed07d-a0a88d60, #w-node-_563a773f-5065-7f8c-0868-8042d96ed087-a0a88d60, #w-node-_563a773f-5065-7f8c-0868-8042d96ed091-a0a88d60, #w-node-_563a773f-5065-7f8c-0868-8042d96ed09b-a0a88d60, #w-node-a5184668-328d-5718-4e39-b8e2893b65ae-a0a88d60, #w-node-bfb29335-25ae-5af4-8786-7b54f7a04377-a0a88d60 {
    grid-column: span 1 / span 1;
  }

  #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe081-a0a88d60, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe088-a0a88d60, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe09b-a0a88d60, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe09e-a0a88d60 {
    grid-column: span 4 / span 4;
  }

  #w-node-_563a773f-5065-7f8c-0868-8042d96ed07d-a0a88d85, #w-node-_563a773f-5065-7f8c-0868-8042d96ed09b-a0a88d85, #w-node-_5ddb459b-39e7-c392-fa9f-9e1096e68c4e-a0a88d85 {
    grid-column: span 1 / span 1;
  }

  #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe081-a0a88d85, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe088-a0a88d85, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe09b-a0a88d85, #w-node-_71d91fa0-9527-a2c8-16f0-a11a5e0fe09e-a0a88d85 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8b163279-720c-e818-4662-ea1ef138fde4-a0a88cb5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70d6327d-afab-ef81-1de1-0efec978132a-a0a88cb5, #w-node-a473d09f-2a18-41a6-daba-76451ca8275a-a0a88cb5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-a473d09f-2a18-41a6-daba-76451ca82751-a0a88cb5, #w-node-a6e74db5-dc1b-4114-4db4-69d2fd3edae8-a0a88cb5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_25d2c73b-6c0b-d324-5359-0fcccff0945a-a0a88cb5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_13154f77-fbb9-53fd-9188-abb652a5290f-a0a88cb5, #w-node-_126a90c9-4281-97a5-10da-2d556984394d-a0a88cb5, #w-node-_823caeb7-cc28-4e5c-e8e7-3f63bc3ca0e7-a0a88cb5, #w-node-_301571a4-def3-a016-1c4c-1963fcb639a2-a0a88cb5, #w-node-_9a93a62e-5fbd-df7b-d26f-d619dae15f21-a0a88cb5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3dde3cd0-915e-219e-5f42-713fedc69332-a0a88d5f, #w-node-_7ad550ca-7a14-6653-94a8-11bf426c3c26-a0a88d5f, #w-node-_3dde3cd0-915e-219e-5f42-713fedc69332-a0a88d60, #w-node-_5c473764-b690-a5ef-dfad-45d2a4d53f00-a0a88d60, #w-node-_3dde3cd0-915e-219e-5f42-713fedc69332-a0a88d85 {
    grid-column: 1 / 2;
  }

  #w-node-_563a773f-5065-7f8c-0868-8042d96ed07f-a0a88d85 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2563e7d4-35f0-7539-ddca-fd2353a5fef3-a0a88d85 {
    grid-row: 2 / 3;
  }

  #w-node-_563a773f-5065-7f8c-0868-8042d96ed09e-a0a88d85, #w-node-_563a773f-5065-7f8c-0868-8042d96ed0a0-a0a88d85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ddb459b-39e7-c392-fa9f-9e1096e68c53-a0a88d85 {
    grid-row: 2 / 3;
  }

  #w-node-_3fec18d6-c7a3-1ed5-f113-97df5632c9c9-a0a88d85, #w-node-b60bb7d8-977c-6dd4-cb44-cff760bf8997-a0a88d85 {
    grid-column: 1 / 2;
  }
}


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