@font-face {
  font-family: Aeonik;
  src: url('../fonts/Aeonik-Bold.woff2') format("woff2"), url('../fonts/Aeonik-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/Aeonik-Medium.woff2') format("woff2"), url('../fonts/Aeonik-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/Aeonik-Regular.woff2') format("woff2"), url('../fonts/Aeonik-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/Aeonik-Thin.woff2') format("woff2"), url('../fonts/Aeonik-Thin.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/Aeonik-Light.woff2') format("woff2"), url('../fonts/Aeonik-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --tomato: #f4574d;
  --light-grey: #d8d2cd;
}

.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 {
  color: #333;
  flex-direction: column;
  min-height: 100vh;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

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

.header-grid {
  z-index: 1000;
  grid-column-gap: 1.333rem;
  grid-row-gap: 1.333rem;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 500;
  position: fixed;
}

.hero {
  z-index: 100;
  background-color: #0000;
  height: 100vh;
  position: relative;
}

.body {
  background-color: #000;
}

.body.ch-1 {
  background-color: var(--tomato);
}

.body.work-page {
  background-color: #fff;
}

.body.ch-2 {
  background-color: var(--light-grey);
}

.navigation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.home-link {
  font-size: 30px;
  font-weight: 700;
}

.sup {
  font-size: .63em;
}

.nav-block {
  grid-column-gap: 1.333rem;
  grid-row-gap: 1.333rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.guide {
  z-index: 10000;
  grid-column-gap: 1.333rem;
  grid-row-gap: 1.333rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
  position: fixed;
  inset: 0%;
}

.guide.hide {
  display: none;
}

.guide-col {
  background-color: #0084ff33;
  width: auto;
  height: auto;
}

.nav-link-block.home {
  display: none;
}

.footer {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  margin-top: auto;
  font-size: 18px;
  display: flex;
  position: relative;
}

.footer-grid {
  grid-column-gap: 1.333rem;
  grid-row-gap: 1.333rem;
  filter: invert();
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.rf-ftr {
  width: 126px;
  min-width: 126px;
  margin-top: 3px;
}

.header {
  z-index: 1000;
  mix-blend-mode: difference;
  background-color: #f4574d;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block {
  display: none;
}

.ftr-menu-h {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.git-wrap {
  font-size: 50px;
  line-height: 1;
}

.link-block {
  display: block;
  position: relative;
}

.ftr-link-wrap {
  line-height: 1.2;
}

.ftr-link {
  font-weight: 300;
  line-height: 1;
}

.text-block {
  margin-top: -.2em;
}

.copyrt {
  filter: invert();
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px;
  font-size: 14vw;
  line-height: 1;
  display: flex;
}

.year {
  font-weight: 500;
}

.copy {
  font-weight: 100;
}

.image {
  position: absolute;
  inset: 10% 0% auto auto;
}

.menu-tog {
  display: none;
}

.container {
  z-index: 1;
  padding: 30px;
  position: relative;
}

.container.hero {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 150px;
  padding-bottom: 36px;
  display: flex;
}

.container.featured {
  padding-top: 0;
}

.container.hero-alt {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 200px;
  padding-bottom: 36px;
  display: block;
}

.container.proj-intro {
  margin-bottom: 130px;
}

.container.abt {
  background-color: #515151;
  overflow: hidden;
}

.container.m-top {
  margin-top: 12vw;
}

.rf-port {
  color: #fff;
  text-align: right;
  font-weight: 700;
}

.rf-port.first {
  margin-left: -.05em;
}

.rf-port.last {
  margin-right: -.05em;
}

.rf-contain {
  justify-content: space-between;
  align-items: center;
  font-size: 15vw;
  line-height: .8;
  display: none;
}

.rf-contain.two {
  justify-content: flex-end;
  position: relative;
}

.emdash {
  text-align: center;
  background-color: #fff;
  flex: 1;
  height: .13em;
  margin-top: .2em;
  margin-left: .03em;
  margin-right: .03em;
  overflow: hidden;
}

.hero-bg {
  z-index: 0;
  height: 120vh;
  position: fixed;
  inset: 0%;
}

.hero-bg.hide {
  display: none;
}

.hero-bg-img {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.h-services {
  color: #fff;
  font-size: 8.5vw;
  line-height: 1.2;
}

.h-srv-arrw {
  width: 5.3em;
  margin-bottom: 5.7em;
  font-size: 1.2vw;
}

.ftr-container {
  background-color: #fff;
}

.h-srv-wrap {
  z-index: 1;
  padding-top: 10vw;
  padding-bottom: 12vw;
  position: relative;
}

.hs-link {
  display: inline-block;
}

.hs-link:hover {
  color: var(--tomato);
}

.featured-wrap {
  background-color: #fff;
  padding-top: 12vw;
  padding-bottom: 12vw;
  line-height: 1;
  position: relative;
}

.marquee-wrap {
  font-size: 18vw;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
}

.marquee-wrap.abt {
  padding-top: 12vw;
  padding-bottom: 14vw;
  font-size: 12vw;
}

.marquee-wrap.project {
  width: 100%;
  margin-top: 100px;
  position: relative;
}

.marquee-wrap.work {
  width: 100%;
}

.marquee-wrap.home {
  margin-top: 1vw;
  margin-bottom: -2vw;
  font-size: 22vw;
  display: flex;
}

.featured-num {
  color: var(--light-grey);
  margin-top: -.198em;
  font-size: 18vw;
  font-weight: 500;
}

.feat-name {
  font-weight: 500;
  display: inline;
}

.feat-service, .dash {
  display: inline;
}

.feat-info {
  margin-top: 2em;
  font-size: 20px;
}

.feat-block {
  flex: 0 50%;
  margin-left: .6665rem;
  margin-right: .6665rem;
}

.featured-link {
  color: #000;
  margin-top: 18vw;
  display: flex;
}

.cta-wrap {
  margin-top: 12vw;
  line-height: 1;
}

.cta-wrap.ch-alt {
  margin-bottom: 12vw;
}

.cta-wrap.ch-alt.next-proj {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12vw;
  padding-bottom: 12vw;
}

.cta-wrap.projects-ftr {
  margin-top: 0;
  padding-top: 12vw;
  padding-bottom: 12vw;
}

.cta-link-wrap {
  color: #000;
  font-size: 90px;
}

.cta-link-wrap.work-card {
  width: 36px;
  margin-left: 20px;
  display: none;
}

.cta-grid {
  grid-column-gap: 1.333rem;
  grid-row-gap: 1.333rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.cta-arrow {
  width: 1.2em;
  margin-top: .5em;
}

.featured-item {
  margin-left: -.6665rem;
  margin-right: -.6665rem;
}

.link-block-2 {
  width: 100%;
}

.text-block-3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 4vw;
  font-weight: 300;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rf-port {
  width: 100.5%;
  max-width: 105%;
  padding-left: 2px;
}

.rf-port.mobile {
  display: none;
}

.cursor-dot {
  z-index: 999;
  background-color: var(--tomato);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  transition: height .2s ease-in-out, width .2s ease-in-out;
}

.cursor-dot.scroll {
  width: 160px;
  height: 160px;
  position: relative;
}

.cursor {
  z-index: 1001;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .125s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cta-link {
  color: #000;
  display: inline-block;
}

.cta-link.proj-next-link, .cta-link.alt {
  color: #fff;
}

.scroll-down {
  opacity: 0;
  transition: opacity .125s ease-in-out, transform .15s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.arrow-right {
  opacity: 0;
  transition: transform .15s cubic-bezier(.215, .61, .355, 1), opacity .125s ease-in-out;
  position: absolute;
  inset: 50% auto auto 50%;
}

.scroll-mob {
  display: none;
}

.feat-link-img-wrap {
  background-color: #0000;
  width: 100%;
  padding-top: 66.666%;
  position: relative;
  overflow: hidden;
}

.feat-link-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-2 {
  display: none;
}

.cursor-dot-mob {
  z-index: 999;
  background-color: var(--tomato);
  border-radius: 50%;
  width: 1em;
  height: 1em;
  font-size: 13vw;
  transition: height .2s ease-in-out, width .2s ease-in-out;
  display: none;
  position: absolute;
  inset: auto 70% 12vw auto;
  transform: rotate(-18deg);
}

.cursor-dot-mob.scroll {
  width: 160px;
  height: 160px;
  position: relative;
}

.scroll-down-mob {
  width: .7em;
  transition: opacity .125s ease-in-out, transform .15s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.n-relative {
  position: relative;
}

.arrow-rt-wrap-m {
  background-color: var(--tomato);
  border-radius: 100%;
  width: 1em;
  height: 1em;
  font-size: 10vw;
  display: none;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.arrow-right-mob {
  width: .6em;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.hero-copy {
  z-index: 100;
  background-color: #000;
  min-height: 100vh;
  position: relative;
}

.rf-dk {
  width: 100%;
  display: none;
}

.studio {
  color: #000;
  text-align: right;
  text-transform: uppercase;
  margin-top: 6.5vw;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1;
  display: none;
}

.ch-grid {
  grid-column-gap: 1.333rem;
  grid-row-gap: 1.333rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.ch-h2 {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: -.2em;
  margin-bottom: 1em;
  font-size: 10vw;
  font-weight: 400;
  line-height: 1;
}

.ch-h2.dark {
  color: var(--tomato);
}

.grid {
  grid-column-gap: 1.333rem;
  grid-row-gap: 1.333rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 8vw;
}

.intro-p {
  color: #000;
  line-height: 1.2;
}

.intro-p.abt {
  color: #fff;
  margin-bottom: 1em;
  line-height: 1.4;
}

.intro-p.abt.dark {
  margin-bottom: 3em;
}

.grid-2 {
  grid-column-gap: 1.333rem;
  grid-row-gap: 1.333rem;
  grid-template: "Area Area Area Area Area"
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10vw;
  display: grid;
}

.grid-3 {
  grid-column-gap: 1.333rem;
  grid-row-gap: 1.333rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.abt-h3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 3em;
  font-size: 4.4vw;
  font-weight: 500;
  line-height: 1.2;
}

.abt-sctn-arw {
  width: 3vw;
}

.abt-sctn-arw.work-hero {
  filter: invert();
}

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

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

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

.grid-4 {
  grid-column-gap: 1.333rem;
  grid-row-gap: 1.333rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.paragraph {
  color: #fff;
}

.paragraph.clients {
  text-transform: uppercase;
  font-size: 2.5vw;
  font-weight: 700;
}

.paragraph.abt {
  margin-bottom: 1em;
  font-size: 16px;
}

.paragraph.abt.black {
  color: #000;
  font-weight: 700;
}

.abt-h4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.srv-block {
  grid-column-gap: 1.333rem;
  grid-row-gap: 1.333rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 15em;
}

.srv-block.first {
  margin-top: 0;
}

.cta-arrow-alt {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.2em;
  margin-top: .5em;
  display: flex;
}

.cta-arrow-alt.light-grey {
  color: var(--light-grey);
}

.cta-arrow-alt.red {
  color: var(--tomato);
}

.srv-num {
  font-size: 20px;
  font-weight: 500;
}

.srv-icon {
  width: 100%;
  max-width: 75px;
}

.srv-h {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.srv-text {
  margin-top: 2em;
  font-size: 16px;
  line-height: 1.2;
}

.break {
  display: block;
}

.image-3 {
  width: 24vw;
  padding-top: 20vw;
  padding-bottom: 20vw;
}

.header-images-wrap {
  opacity: .5;
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

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

.cycle-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.bg-cycle {
  height: 100vh;
  margin-top: -100vh;
  position: sticky;
  top: 0;
}

.check-height {
  width: 0;
  height: 85vh;
  position: absolute;
}

.next-text {
  display: inline;
}

.next-text.next-case-num {
  display: flex;
}

.next-text-num {
  font-weight: 900;
  display: none;
}

.current-page-link {
  display: none;
}

.next-text-next {
  font-size: 36px;
  display: block;
}

.next-text-next.next-case {
  display: inline-block;
}

.next-text-prefix {
  margin-bottom: .2em;
}

.next-text-prefix.next-case-num {
  display: inline-block;
}

.next-name-wrap {
  margin-bottom: .35em;
  font-size: 34px;
  line-height: 1;
  display: flex;
}

.mm-dot {
  display: none;
}

.nospace {
  width: 0;
  height: 0;
}

.project-card-bg-img {
  opacity: .5;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 120vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.work-card-wrap {
  color: #fff;
  background-color: #000;
  align-items: center;
  width: 100%;
  height: 120vh;
  display: flex;
  position: relative;
}

.work-h1 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.18em;
  line-height: .9;
  display: inline-block;
}

.work-h1.studio {
  color: #fff;
  margin-top: 10vw;
  font-size: 20.5vw;
  font-weight: 700;
}

.work-h1.alt2 {
  color: #fff;
}

.work-hdr-grid {
  grid-column-gap: .05em;
  grid-template: "Area Area Area Area Area Area Area Area Area-2 Area-2 Area-2 Area-2"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 6vw;
  font-size: 20vw;
  display: flex;
}

.work-count {
  color: var(--light-grey);
}

.work-count.sup {
  padding-top: .3em;
  font-size: .35em;
  line-height: .9;
}

.work-intro-grid {
  grid-column-gap: 1.333rem;
  grid-row-gap: 1.333rem;
  grid-template: ". . Arrow Arrow . Intro Intro Intro Intro Intro Intro"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.work-intro-grid.alt {
  margin-top: 30vw;
  margin-bottom: 15vw;
  position: relative;
}

.work-intro-grid.invert {
  filter: invert();
}

.work-intro-grid.alt2 {
  position: relative;
}

.wh-arrow {
  width: 3vw;
  max-width: none;
}

.proj-hero {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.proj-hero-image {
  opacity: .6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.marquee-link {
  width: 100%;
  display: block;
  position: relative;
}

.work-card-info {
  flex-direction: column-reverse;
  width: 100%;
  padding-top: 20vw;
  padding-bottom: 20vw;
  display: flex;
}

.work-card-h {
  margin-top: 0;
  font-weight: 500;
}

.card-grid {
  grid-column-gap: 1.333rem;
  grid-row-gap: 1.333rem;
  grid-template: ". Area Area Area Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr;
}

.worktype-num-wrap {
  font-size: 50px;
  line-height: 1.5;
  display: flex;
}

.worktype-num {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
}

.work-card-service {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.work-card-service.one {
  display: none;
}

.work-card-service.two {
  margin-top: 3em;
  display: inline-block;
}

.worktype-prefix {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.cta-arrow-alt-2 {
  filter: brightness(200%);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.2em;
  margin-top: .5em;
  display: flex;
}

.cta-arrow-alt-2.light-grey {
  color: var(--light-grey);
}

.cta-arrow-alt-2.red {
  color: var(--tomato);
}

.project-hdr-grid {
  grid-column-gap: 1.333rem;
  grid-row-gap: 1.333rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . prefix-num prefix-num prefix-num prefix-num prefix-num prefix-num prefix-num prefix-num prefix-num prefix-num"
                       ". . . . . . . proj-info proj-info proj-info proj-info .";
}

.prefix-num-h {
  font-size: 7vw;
  line-height: 1.3;
}

.project-details {
  grid-column-gap: 1.333rem;
  grid-row-gap: 10px;
  grid-template: "Area Area-2 Area-2 Area-2"
                 "Area-3 Area-4 Area-4 Area-4"
                 "Area-5 Area-6 Area-6 Area-6"
                 / 1fr 1fr 1fr 1fr;
  font-size: 16px;
  line-height: 1.2;
}

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

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

.project-info-wrap {
  z-index: 3;
  background-color: #f7f7f7;
  padding-top: 12vw;
  padding-bottom: 12vw;
  position: relative;
  overflow: hidden;
}

.project-info-grid {
  grid-column-gap: 1.333rem;
  grid-row-gap: 1.333rem;
  grid-template: ". Area Area Area Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr;
}

.project-summary {
  color: #fff;
  font-size: 2vw;
  font-weight: 500;
}

.project-wrap {
  z-index: 2;
  flex-direction: column;
  display: flex;
  position: relative;
}

.mob-card-link {
  z-index: 100;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hide-text {
  position: absolute;
  inset: -10000px auto auto -10000px;
}

.behind {
  background-color: #fff;
  width: 100%;
  height: 300px;
  position: fixed;
}

.behind.alt {
  background-color: #000;
}

.div-block-3 {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.typography {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: -1px;
  padding-top: 50%;
  position: relative;
}

.swatches {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  margin-bottom: -1px;
  padding-top: 29vw;
  position: relative;
}

.transition {
  z-index: 20000;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.transition-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.transition-trigger {
  display: none;
}

.transition-bg {
  background-color: #000;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dk-logo {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.set-b-last-wrap {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  display: flex;
}

.moblile-block {
  position: relative;
  overflow: hidden;
}

.mobile-a {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mobile-b {
  width: 100%;
  position: relative;
}

.misc-a-wrap {
  margin-bottom: -1px;
  position: relative;
  overflow: hidden;
}

.misc-a {
  width: 100%;
  position: relative;
}

.misc-b {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.laptop-wrap {
  margin-bottom: -1px;
  padding: 12vw 10.417vw 13vw;
  position: relative;
  overflow: hidden;
}

.laptop {
  width: 100%;
  position: relative;
}

.laptop-bg {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-4 {
  width: 100%;
  margin-top: 20px;
}

.studio-hdr-grid {
  grid-column-gap: .1em;
  grid-row-gap: 1.333rem;
  grid-template: "Area Area Area Area Area Area Area Area Area Area Area Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 6vw;
  margin-bottom: 4vw;
  font-size: 20vw;
  display: flex;
}

.abt-bg-i {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 150vh;
  min-height: 150%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.abt-bg-i.alt {
  mix-blend-mode: luminosity;
}

.proj-card-bg-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.c-title {
  color: var(--light-grey);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: .7rem;
  font-weight: 500;
}

.c-title.dark {
  color: #000;
}

.contact-link {
  border-bottom: 2px solid var(--tomato);
  padding-bottom: .125em;
  display: inline-block;
}

.contact-link.dark {
  color: #000;
}

.laptop-screen {
  width: 60vw;
  height: 38.814vw;
  position: absolute;
  top: 2.4vw;
  left: 50%;
  transform: translate(-50%);
}

.video {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.laptop-screen-i {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.panel-1-wrap {
  overflow: hidden;
}

.para-wrap {
  position: relative;
  overflow: hidden;
}

.trigger {
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.laptop-inner {
  position: relative;
}

.trigger-two {
  width: 1px;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.p-link {
  color: #000;
}

.ext-icon {
  width: 1em;
  height: 1em;
  margin-right: .35em;
  display: inline-block;
}

.ext-icon.ext.invert {
  filter: invert();
}

.ext-icon.proj-ext-link {
  width: .75em;
  margin-right: .4em;
}

.ext-link {
  color: var(--tomato);
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 500px;
  flex: 47%;
  justify-content: center;
  align-items: center;
  padding: .9em 1.3em 1em;
  font-weight: 500;
  line-height: 1em;
  transition: color .35s, background-color .35s;
  display: flex;
}

.ext-link.invert {
  color: #000;
  background-color: #0000;
}

.ext-link.invert.single {
  flex-grow: 0;
  flex-basis: 50%;
}

.ext-links-wrap {
  grid-column-gap: 1.333rem;
  grid-row-gap: 1.333rem;
  flex-wrap: wrap;
  font-size: 2.3vw;
  display: flex;
}

.ticker-copy {
  overflow: hidden;
}

.ticker-text {
  color: #000;
  white-space: nowrap;
  margin-top: -.25em;
  padding-left: 1em;
  padding-right: 2em;
  font-size: 25vw;
  font-weight: 500;
  line-height: 1.3;
}

.section-wrapper {
  width: 100%;
  margin-bottom: 100vh;
  display: none;
}

.section-height {
  width: 100%;
  height: 500vw;
  margin-bottom: -100vh;
}

.sticky-element {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.track {
  flex: none;
  height: 100%;
}

.track-flex {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-right: -100vw;
  display: flex;
}

.grid-5 {
  grid-template: ". . . . . Area Area Area Area Area Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 12vw;
  margin-bottom: 12vw;
}

.grid-5.no-m-bottom {
  margin-bottom: 0;
}

.link-block-3 {
  text-align: center;
  border: 1px #fff;
  border-left-style: solid;
  padding: .5em 1em;
  font-size: 20px;
  line-height: 1;
  display: flex;
}

.ext-link-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.proj-hero-i-sticky {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.proj-hero-inner {
  margin-top: -100vh;
}

.visdev-i {
  width: 100%;
  max-width: 600px;
  margin-top: 10vw;
}

.ticker-h2 {
  line-height: 1.3;
}

.text-block-4 {
  line-height: 1;
}

.intro-p-link {
  border-bottom: 1px dashed #fff;
  display: inline-block;
}

.connect-link {
  color: var(--tomato);
  line-height: 1px;
  display: inline-block;
}

.connect {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  margin-top: 1.5em;
  margin-bottom: 4em;
  display: flex;
}

.rollover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .header-grid {
    padding-top: 30px;
  }

  .navigation {
    grid-column-gap: 1.333rem;
    grid-row-gap: 1.333rem;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-block {
    grid-column-gap: 1.333rem;
    grid-row-gap: 1.333rem;
  }

  .footer {
    font-size: 20px;
  }

  .div-block {
    display: block;
  }

  .link-block {
    width: 100%;
    display: block;
  }

  .text-block {
    position: relative;
  }

  .copyrt {
    align-items: flex-end;
    overflow: hidden;
  }

  .menu-tog {
    z-index: 1000;
    position: fixed;
  }

  .m-close {
    color: #000;
  }

  .rf-contain {
    font-size: 15.5vw;
  }

  .emdash {
    color: #fff;
  }

  .text-block-2 {
    line-height: .1;
  }

  .hero-bg-img {
    height: 120%;
  }

  .hs-link {
    display: block;
  }

  .marquee-wrap.home {
    font-size: 20vw;
  }

  .featured-num {
    font-size: 16vw;
  }

  .ch-h2 {
    font-size: 120px;
  }

  .paragraph.abt, .srv-text {
    font-size: 17px;
  }

  .image-3 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .misc-b {
    width: 100%;
  }

  .ext-icon {
    height: .85em;
    margin-top: .1em;
  }

  .ext-link.invert.single {
    flex-basis: 48.5%;
  }

  .ext-links-wrap {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .header-grid {
    text-align: left;
    height: auto;
    padding: 10px 20px;
    display: block;
  }

  .hero {
    height: 85vh;
    min-height: auto;
  }

  .navigation {
    font-size: 100px;
    line-height: 1;
    display: none;
    position: absolute;
    inset: auto auto 20px 20px;
  }

  .home-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sup.nav {
    color: #fff;
    font-size: .3em;
    top: -1.6em;
  }

  .nav-block {
    display: block;
  }

  .guide {
    grid-column-gap: 1.333rem;
    grid-row-gap: 1.333rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .nav-link-block.home {
    display: block;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header.open {
    z-index: 1000;
    mix-blend-mode: normal;
    width: 100%;
    height: 130vh;
    inset: 0%;
  }

  .copyrt {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-tog {
    color: #fff;
    text-align: right;
    cursor: pointer;
    padding-left: 6px;
    font-weight: 400;
    display: block;
  }

  .m-open {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .m-close {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .nav-link {
    color: #000;
    text-transform: capitalize;
  }

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

  .container {
    padding: 20px 20px 0;
  }

  .container.hero {
    justify-content: flex-end;
    height: 85vh;
    padding: 20px;
    display: flex;
  }

  .container.hero-alt {
    justify-content: flex-start;
    padding: 20px;
    display: block;
  }

  .container.cta-container {
    position: sticky;
  }

  .container.card-arrow {
    padding-top: 6vw;
    padding-bottom: 0;
    position: static;
  }

  .container.abt {
    display: flex;
  }

  .rf-contain {
    font-size: 15.2vw;
  }

  .hero-bg {
    height: 80%;
    position: absolute;
  }

  .hero-bg-img {
    object-fit: cover;
    object-position: 50% 0%;
    height: 300%;
    position: relative;
    top: -100%;
  }

  .h-services {
    margin-bottom: 1em;
    font-size: 7vw;
    line-height: 1.5;
  }

  .h-srv-arrw {
    font-size: .7vw;
  }

  .h-srv-wrap {
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 10vw;
    padding-bottom: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .hs-link {
    display: block;
  }

  .marquee-wrap.abt {
    font-size: 12vw;
  }

  .marquee-wrap.project {
    margin-top: 100px;
    font-size: 20vw;
  }

  .marquee-wrap.work {
    margin-bottom: .125em;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14vw;
    line-height: 1.3;
  }

  .feat-name {
    font-weight: 500;
    display: block;
  }

  .feat-service {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
  }

  .dash {
    display: none;
  }

  .feat-info {
    margin-top: 1em;
  }

  .featured-link {
    position: relative;
  }

  .cta-wrap.ch-alt.next-proj {
    padding-top: 16vw;
  }

  .cta-link-wrap.work-card {
    background-color: var(--tomato);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 1.2em;
    height: 1.2em;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 50px;
    display: flex;
    position: absolute;
    inset: auto 24px 65px auto;
  }

  .cta-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    display: block;
  }

  .rf-port {
    z-index: 100;
    padding-top: 10vw;
    display: block;
  }

  .rf-port.mobile {
    max-width: 50%;
    margin-top: 10vh;
    margin-bottom: 0%;
    display: none;
  }

  .cursor {
    display: none;
  }

  .scroll-mob {
    z-index: 999;
    background-color: var(--tomato);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    margin-right: 20px;
    padding: .3em;
    font-size: 50px;
    display: flex;
    position: absolute;
    bottom: 48vw;
  }

  .scroll-mob-img {
    width: 100%;
  }

  .cursor-dot-mob {
    position: relative;
  }

  .n-relative {
    position: sticky;
    top: 20px;
  }

  .arrow-rt-wrap-m {
    font-size: 7vw;
    display: block;
  }

  .hero-copy {
    min-height: auto;
  }

  .rf-dk {
    padding-top: 10vw;
  }

  .studio {
    font-size: 6vw;
  }

  .ch-h2 {
    margin-top: .2em;
    font-size: 12vw;
  }

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

  .intro-p.abt {
    padding-right: 25%;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .abt-h3 {
    font-size: 5vw;
  }

  .abt-sctn-arw {
    width: 5vw;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.clients {
    font-size: 1.7rem;
  }

  .paragraph.abt {
    font-size: 15px;
  }

  .abt-h4 {
    font-size: 18px;
  }

  .srv-text {
    font-size: 15px;
  }

  .header-images-wrap.hideden {
    display: none;
  }

  .next-text, .next-text-next, .next-text-prefix {
    display: block;
  }

  .mm-dot {
    z-index: 1000;
    background-color: var(--tomato);
    color: #0000;
    border-radius: 100%;
    width: 9px;
    height: 9px;
    display: block;
    position: fixed;
    inset: 30px 75px auto auto;
    transform: translate(0, -50%);
  }

  .work-card-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    overflow: hidden;
  }

  .work-hdr-grid {
    display: flex;
  }

  .work-count.sup {
    padding-top: 1.75vw;
  }

  .work-intro-grid {
    flex-direction: column;
    grid-template: "Arrow Arrow Arrow . . . . ."
                   "Intro Intro Intro Intro Intro Intro Intro Intro"
                   / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .wh-arrow {
    width: 30px;
  }

  .proj-hero-image {
    opacity: .5;
  }

  .marquee-link {
    order: 1;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .work-card-info {
    flex: 1;
    justify-content: space-between;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .work-card-h {
    margin-bottom: 0;
  }

  .card-grid {
    display: block;
  }

  .card-grid.proj-grid {
    margin-top: -28px;
  }

  .worktype-num-wrap {
    margin-top: 25vh;
    font-size: 20vw;
    line-height: 1;
  }

  .work-card-service {
    margin-bottom: 100px;
    font-size: 14px;
  }

  .work-card-service.one {
    margin-bottom: 10px;
    display: block;
  }

  .work-card-service.two, .worktype-prefix {
    display: none;
  }

  .cta-arrow-alt-2 {
    width: .8em;
    margin-top: 0;
  }

  .project-hdr-grid {
    display: block;
  }

  .prefix-num-h {
    margin-bottom: .35em;
    font-size: 10vw;
  }

  .project-details {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    font-size: 14px;
  }

  .project-info-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: ". Area Area Area Area Area Area Area Area";
  }

  .project-summary {
    font-size: 3vw;
  }

  .mob-card-link {
    z-index: 3;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .hide-text {
    position: absolute;
    inset: -10000px auto auto -10000px;
  }

  .behind {
    height: 100vh;
  }

  .div-block-3 {
    display: block;
    position: static;
  }

  .studio-hdr-grid {
    margin-top: 120px;
    margin-bottom: 20px;
    display: flex;
  }

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

  .ext-link {
    padding-top: .8em;
    padding-bottom: .95em;
  }

  .ext-links-wrap {
    font-size: 2.8vw;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: ". . . . Area Area Area Area Area";
  }

  .link-block-3 {
    position: static;
  }

  .ext-link-wrap {
    align-items: flex-start;
  }

  .rollover-img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .guide {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    font-size: 16px;
  }

  .ftr-menu-h {
    font-weight: 500;
  }

  .git-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .copyrt {
    padding-top: 0;
    font-size: 20vw;
  }

  .container.proj-intro {
    margin-bottom: 75px;
  }

  .rf-contain {
    font-size: 15vw;
  }

  .h-srv-arrw {
    font-size: .8vw;
  }

  .marquee-wrap.abt {
    padding-top: 18vw;
    padding-bottom: 20vw;
    font-size: 14vw;
  }

  .marquee-wrap.project {
    font-size: 24vw;
  }

  .cta-link-wrap {
    font-size: 80px;
  }

  .cta-link-wrap.work-card {
    bottom: 50px;
  }

  .rf-port {
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .scroll-mob {
    width: 3em;
    height: 3em;
    font-size: 5vw;
    bottom: 60vw;
  }

  .rf-dk {
    padding-top: 70px;
  }

  .studio {
    font-size: 8vw;
  }

  .ch-h2 {
    font-size: 18vw;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 30px;
  }

  .intro-p.abt {
    padding-right: 15%;
  }

  .grid-2 {
    grid-template-areas: "Area Area Area Area";
    margin-top: 70px;
  }

  .grid-3 {
    display: block;
  }

  .abt-h3 {
    margin-bottom: 1em;
    font-size: 7vw;
  }

  .abt-sctn-arw {
    width: 6vw;
  }

  .grid-4.alt {
    display: block;
  }

  .abt-h4 {
    text-transform: none;
    font-size: 4.5vw;
    font-weight: 400;
  }

  .srv-block {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5em;
    display: flex;
  }

  .srv-num {
    flex: 50%;
    font-size: 12vw;
    font-weight: 400;
    line-height: .7;
  }

  .srv-icon {
    flex: 50%;
    max-width: 12vw;
  }

  .srv-info {
    flex: 100%;
    margin-top: 2em;
  }

  .break {
    display: inline;
  }

  .image-3 {
    width: 60vw;
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .work-h1.studio, .work-hdr-grid {
    margin-top: 70px;
  }

  .work-intro-grid {
    margin-top: 35px;
    margin-bottom: 25px;
  }

  .wh-arrow {
    width: 24px;
  }

  .worktype-num-wrap {
    font-size: 25vw;
  }

  .work-card-service {
    font-size: 16px;
  }

  .project-hdr-grid {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .prefix-num-h {
    font-size: 12vw;
  }

  .project-details {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .project-info-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "Area Area Area Area Area";
    margin-top: -20px;
  }

  .project-summary {
    font-size: 20px;
  }

  .ext-links-wrap {
    font-size: 22px;
  }

  .grid-5 {
    display: block;
  }

  .link-block-3 {
    margin-bottom: 2em;
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    font-size: 20vw;
    font-weight: 500;
  }

  .footer-grid {
    font-size: 15px;
  }

  .rf-ftr {
    width: 100%;
    min-width: auto;
    margin-top: 6px;
  }

  .ftr-menu-h {
    font-size: 14px;
  }

  .copyrt {
    font-size: 25vw;
  }

  .rf-contain {
    font-size: 14.5vw;
  }

  .h-srv-arrw {
    font-size: 1vw;
  }

  .marquee-wrap.abt {
    font-size: 16vw;
  }

  .marquee-wrap.project {
    font-size: 32vw;
  }

  .featured-num {
    z-index: 1;
    color: #fff;
    text-align: right;
    margin-bottom: 10px;
    font-size: 33vw;
    font-weight: 900;
    position: absolute;
    inset: .2em 30px auto auto;
  }

  .feat-name {
    margin-bottom: .25em;
    font-size: 20px;
  }

  .feat-service {
    text-transform: none;
    font-size: 1em;
  }

  .dash {
    font-size: 1em;
  }

  .feat-info {
    font-size: 15px;
  }

  .feat-block.num {
    text-align: right;
  }

  .featured-link {
    margin-top: 40px;
    display: block;
  }

  .cta-link-wrap {
    font-size: 70px;
  }

  .cta-link-wrap.work-card {
    font-size: 13vw;
    bottom: 11vw;
  }

  .rf-port {
    padding-bottom: 10px;
  }

  .cta-link {
    font-size: 20vw;
  }

  .scroll-mob {
    width: 4em;
    height: 4em;
    padding: .5em;
    font-size: 6vw;
    bottom: 60vw;
  }

  .feat-link-img-wrap {
    padding-top: 120%;
  }

  .feat-link-img {
    object-position: 100% 0%;
    display: none;
  }

  .image-2 {
    width: 40px;
    margin-top: 1em;
    display: block;
    position: absolute;
    inset: auto .6665rem 0% auto;
  }

  .cursor-dot-mob {
    font-size: 22vw;
    bottom: 13%;
    right: 55%;
  }

  .arrow-rt-wrap-m {
    width: 2em;
    height: 2em;
    font-size: 10vw;
    inset: auto 22px 24px auto;
    transform: none;
  }

  .arrow-right-mob {
    width: 1.1em;
  }

  .ch-h2 {
    font-size: 14vw;
  }

  .grid {
    display: block;
  }

  .intro-p.abt {
    padding-right: 0%;
    font-size: 17px;
  }

  .grid-2, .grid-4 {
    display: block;
  }

  .abt-h4 {
    font-size: 20px;
  }

  .srv-num {
    font-size: 18vw;
  }

  .srv-icon {
    max-width: 17vw;
  }

  .break {
    display: inline-block;
  }

  .image-3 {
    width: 100vw;
  }

  .next-text.next-case-num {
    flex-direction: column;
  }

  .next-text-next {
    font-size: 8vw;
  }

  .wh-arrow {
    width: 20px;
  }

  .worktype-num-wrap {
    font-size: 40vw;
  }

  .work-card-service {
    margin-bottom: 200px;
    font-size: 14px;
  }

  .prefix-num-h {
    margin-bottom: .5em;
    font-size: 20vw;
  }

  .project-details {
    grid-template-areas: "Area Area Area-2 Area-2 Area-2"
                         "Area-3 Area-3 Area-4 Area-4 Area-4"
                         "Area-5 Area-5 Area-6 Area-6 Area-6";
    line-height: 1.5;
    display: block;
  }

  .info-title {
    float: left;
    width: 6.5ch;
    margin-right: .5em;
  }

  .project-summary {
    font-size: 18px;
  }

  .ext-link {
    margin-right: 0;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .ext-links-wrap {
    flex-direction: column;
    align-items: stretch;
    margin-top: 45px;
    font-size: 7vw;
  }

  .link-block-3 {
    font-size: 16px;
  }

  .rollover-img {
    display: inline-block;
  }
}

#w-node-_7ad3fe67-3a4b-e1ef-a2ab-e041d5c381be-3fa03e86 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-c64b0531-a48b-4dab-ebfe-fe2dd35941e5-d35941e2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c64b0531-a48b-4dab-ebfe-fe2dd35941f7-d35941e2 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c64b0531-a48b-4dab-ebfe-fe2dd35941fe-d35941e2 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-c64b0531-a48b-4dab-ebfe-fe2dd3594215-d35941e2 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-c64b0531-a48b-4dab-ebfe-fe2dd3594222-d35941e2 {
  grid-area: 1 / 11 / 2 / 13;
  justify-self: end;
}

#w-node-_6a38c0da-d3cd-33f6-29eb-0ab3530294c9-530294c7 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_6a38c0da-d3cd-33f6-29eb-0ab3530294ca-530294c7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6a38c0da-d3cd-33f6-29eb-0ab3530294d1-530294c7 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_6a38c0da-d3cd-33f6-29eb-0ab3530294db-530294c7 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: end;
}

#w-node-b79db72e-037d-23a0-e090-d88c618346dc-6b139c11, #w-node-b79db72e-037d-23a0-e090-d88c618346dd-6b139c11, #w-node-b79db72e-037d-23a0-e090-d88c618346de-6b139c11, #w-node-b79db72e-037d-23a0-e090-d88c618346df-6b139c11, #w-node-b79db72e-037d-23a0-e090-d88c618346e0-6b139c11, #w-node-b79db72e-037d-23a0-e090-d88c618346e1-6b139c11, #w-node-b79db72e-037d-23a0-e090-d88c618346e2-6b139c11, #w-node-b79db72e-037d-23a0-e090-d88c618346e3-6b139c11, #w-node-b79db72e-037d-23a0-e090-d88c618346e4-6b139c11, #w-node-b79db72e-037d-23a0-e090-d88c618346e5-6b139c11, #w-node-b79db72e-037d-23a0-e090-d88c618346e6-6b139c11, #w-node-b79db72e-037d-23a0-e090-d88c618346e7-6b139c11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac14-c160de9b {
  grid-area: Area;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac1a-c160de9b, #w-node-bcefd97a-4f67-9871-7472-edc33605ac1d-c160de9b {
  grid-area: Intro;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac23-c160de9b {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac2c-c160de9b {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac31-c160de9b {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac33-c160de9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac36-c160de9b {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac3c-c160de9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac3e-c160de9b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac3f-c160de9b {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac46-c160de9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac48-c160de9b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac49-c160de9b {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac50-c160de9b {
  grid-area: Area;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac5c-c160de9b {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac63-c160de9b {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac68-c160de9b {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac6a-c160de9b, #w-node-bcefd97a-4f67-9871-7472-edc33605ac6b-c160de9b {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac71-c160de9b {
  grid-area: Area;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac7b-c160de9b {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac80-c160de9b {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac85-c160de9b {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac87-c160de9b {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-bcefd97a-4f67-9871-7472-edc33605ac8c-c160de9b {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-d2e3ddd8-1e89-4135-808b-dc0495cd6f6e-c61cef50 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-d2e3ddd8-1e89-4135-808b-dc0495cd6f6f-c61cef50 {
  order: 0;
  grid-area: 1 / 6 / 2 / 11;
}

#w-node-_7ad3fe67-3a4b-e1ef-a2ab-e041d5c381be-c61cef50 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-ec630e34-f58b-cf5f-a078-937534bc8bf2-70da57ff {
  grid-area: prefix-num;
}

#w-node-a8ce1480-db3d-37c2-799f-8f3abe5c1852-70da57ff {
  grid-area: proj-info;
}

#w-node-bc808830-3b15-ce76-c32f-e1f939ad3f00-70da57ff {
  grid-area: Area;
}

#w-node-c2b1a117-0cae-46ce-ce05-a7b70fe65486-70da57ff {
  grid-area: Area-2;
}

#w-node-_7fbc5be9-90e1-b1ea-c745-af81b345191b-70da57ff {
  grid-area: Area-3;
}

#w-node-_19ba3e2c-4cfc-6d15-4de6-60cd49130a9c-70da57ff {
  grid-area: Area-4;
}

#w-node-ec6aec33-64b0-121c-10de-07cfd228342e-70da57ff {
  grid-area: Area-5;
}

#w-node-_117cf43e-76d5-7844-a597-85a042d7d627-70da57ff {
  grid-area: Area-6;
}

#w-node-ef15bb27-df31-43f5-66db-d22ebcae6b64-70da57ff {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_89556b8a-93d2-5d18-0d34-17e09bb85b3d-70da57ff {
  grid-area: Area;
}

#w-node-f9d1aedb-6e73-87dc-c30f-7474cd3b2ec0-70da57ff, #w-node-_4fa6161c-2436-7b20-ce49-96aefb7badb7-70da57ff {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-f4b87199-97cd-e9cc-bdf7-10f5d7d62597-82636621 {
  grid-area: Area;
}

#w-node-e7141b92-1b6b-f6e0-1316-3d1c9f083773-82636621 {
  grid-area: Area-2;
}

#w-node-_45c6b1e5-ddcc-6bc0-d761-9da357f1cf79-82636621 {
  grid-area: Arrow;
}

#w-node-a77e695a-8252-07b6-b9e5-70fcae44a8fc-82636621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ca23057-96e0-8d40-3b09-1f83e028731c-82636621 {
  grid-area: Intro;
}

#w-node-_57463fc5-7850-fe37-84d4-96e0a9b93e7e-82636621, #w-node-_73a4ed78-f52a-4b4a-f011-103f0336682c-82636621 {
  grid-area: Area;
}

#w-node-_41c67792-b11e-9a87-462d-98cc553ff9c1-82636621 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_85bad288-3049-7945-2496-fa43129abb43-5c70a08a {
  grid-area: Area;
}

#w-node-_07e12657-3c59-9d9a-c7b1-d7ad9f539129-5c70a08a {
  grid-area: Intro;
}

#w-node-d4562375-3ef5-5b43-fef5-2870bb36387e-5c70a08a {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-f4b87199-97cd-e9cc-bdf7-10f5d7d62597-9eb295d8 {
  grid-area: Area;
}

#w-node-e7141b92-1b6b-f6e0-1316-3d1c9f083773-9eb295d8 {
  grid-area: Area-2;
}

#w-node-_57463fc5-7850-fe37-84d4-96e0a9b93e7e-9eb295d8, #w-node-_73a4ed78-f52a-4b4a-f011-103f0336682c-9eb295d8 {
  grid-area: Area;
}

#w-node-_41c67792-b11e-9a87-462d-98cc553ff9c1-9eb295d8 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_85bad288-3049-7945-2496-fa43129abb43-eef9b417 {
  grid-area: Area;
}

#w-node-fcbd9d85-c1d9-639b-fa76-999081942250-eef9b417, #w-node-fcbd9d85-c1d9-639b-fa76-999081942253-eef9b417 {
  grid-area: Intro;
}

#w-node-_4ed04898-9972-875f-1bd9-8ec0b7a02337-eef9b417 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f58c7db7-0db5-49a8-8269-81091a58d5cb-eef9b417 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_06af9dab-0d44-dbdd-6ea5-29af989a8c47-eef9b417 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_06af9dab-0d44-dbdd-6ea5-29af989a8c4c-eef9b417 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_522120f2-73fb-e44e-05ef-94c8301eed3a-eef9b417 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48f00d34-be8d-6957-dfee-9728f81aeeed-eef9b417 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_6ab4f004-70fd-392d-e544-fd13e4f165bf-eef9b417 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ab4f004-70fd-392d-e544-fd13e4f165c1-eef9b417 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6ab4f004-70fd-392d-e544-fd13e4f165c2-eef9b417 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_7051ef90-d7a4-4789-f220-0193ec29c935-eef9b417 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7051ef90-d7a4-4789-f220-0193ec29c937-eef9b417 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7051ef90-d7a4-4789-f220-0193ec29c938-eef9b417 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_6d41d0e5-9623-fe4e-73c5-ba9c5874c3ff-eef9b417 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-bf29827c-a883-7584-9c2a-81443013a241-eef9b417 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-bf29827c-a883-7584-9c2a-81443013a242-eef9b417 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_2b1ed676-873b-8563-3230-be5cd8ed93c5-eef9b417, #w-node-ccdf57cd-0577-8949-5535-1c1df9eaf323-eef9b417 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-c23d6c4a-a46e-a422-83ec-464108f8b118-eef9b417 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_364c9bb7-30a6-deb9-3e30-44698d1255b1-eef9b417 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_364c9bb7-30a6-deb9-3e30-44698d1255b6-eef9b417 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_364c9bb7-30a6-deb9-3e30-44698d1255b8-eef9b417 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-d4562375-3ef5-5b43-fef5-2870bb36387e-eef9b417 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_63719fa7-5970-e503-7338-2345b9aa73c9-fd258259 {
  grid-area: Area;
}

#w-node-_63719fa7-5970-e503-7338-2345b9aa73cf-fd258259, #w-node-_63719fa7-5970-e503-7338-2345b9aa73d2-fd258259 {
  grid-area: Intro;
}

#w-node-_551bc908-5856-d02c-9bbb-b173b5d86c4a-fd258259 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_551bc908-5856-d02c-9bbb-b173b5d86c53-fd258259 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_551bc908-5856-d02c-9bbb-b173b5d86c58-fd258259 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_551bc908-5856-d02c-9bbb-b173b5d86c5a-fd258259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_551bc908-5856-d02c-9bbb-b173b5d86c5d-fd258259 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_551bc908-5856-d02c-9bbb-b173b5d86c63-fd258259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_551bc908-5856-d02c-9bbb-b173b5d86c65-fd258259 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_551bc908-5856-d02c-9bbb-b173b5d86c66-fd258259 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_551bc908-5856-d02c-9bbb-b173b5d86c6d-fd258259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_551bc908-5856-d02c-9bbb-b173b5d86c6f-fd258259 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_551bc908-5856-d02c-9bbb-b173b5d86c70-fd258259 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_3d06da29-7f63-8b57-1022-cce3285c905f-fd258259 {
  grid-area: Area;
}

#w-node-_63719fa7-5970-e503-7338-2345b9aa7407-fd258259 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_83491ae3-5988-0f7c-3423-1ef3496c118d-fd258259 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_83491ae3-5988-0f7c-3423-1ef3496c1192-fd258259 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_83491ae3-5988-0f7c-3423-1ef3496c1194-fd258259, #w-node-_83491ae3-5988-0f7c-3423-1ef3496c1195-fd258259 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-d9bfe9ac-7e07-6aad-0039-cde9597b21d1-fd258259 {
  grid-area: Area;
}

#w-node-c7f749c3-b269-33a4-16ba-fc7ce25a696b-fd258259 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_63719fa7-5970-e503-7338-2345b9aa741a-fd258259 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_63719fa7-5970-e503-7338-2345b9aa741f-fd258259 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_63719fa7-5970-e503-7338-2345b9aa7421-fd258259 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_63719fa7-5970-e503-7338-2345b9aa7426-fd258259 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_85bad288-3049-7945-2496-fa43129abb43-245267c2 {
  grid-area: Area;
}

#w-node-fcbd9d85-c1d9-639b-fa76-999081942250-245267c2 {
  grid-area: Intro;
}

#w-node-d4562375-3ef5-5b43-fef5-2870bb36387e-245267c2 {
  grid-area: 1 / 3 / 2 / 11;
}

@media screen and (min-width: 1280px) {
  #w-node-c64b0531-a48b-4dab-ebfe-fe2dd35941e5-d35941e2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c64b0531-a48b-4dab-ebfe-fe2dd35941f7-d35941e2 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_6a38c0da-d3cd-33f6-29eb-0ab3530294d2-530294c7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bcefd97a-4f67-9871-7472-edc33605ac35-c160de9b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-bcefd97a-4f67-9871-7472-edc33605ac36-c160de9b {
    grid-area: 1 / 4 / 2 / 6;
  }

  #w-node-bcefd97a-4f67-9871-7472-edc33605ac3e-c160de9b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-bcefd97a-4f67-9871-7472-edc33605ac3f-c160de9b {
    grid-area: 1 / 4 / 2 / 6;
  }

  #w-node-bcefd97a-4f67-9871-7472-edc33605ac48-c160de9b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-bcefd97a-4f67-9871-7472-edc33605ac49-c160de9b {
    grid-area: 1 / 4 / 2 / 6;
  }

  #w-node-_04b11049-28b3-6909-68ec-c10c833870e8-eef9b417 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_48f00d34-be8d-6957-dfee-9728f81aeeed-eef9b417 {
    grid-area: 1 / 4 / 2 / 6;
  }

  #w-node-_6ab4f004-70fd-392d-e544-fd13e4f165c1-eef9b417 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6ab4f004-70fd-392d-e544-fd13e4f165c2-eef9b417 {
    grid-area: 1 / 4 / 2 / 6;
  }

  #w-node-_7051ef90-d7a4-4789-f220-0193ec29c937-eef9b417 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7051ef90-d7a4-4789-f220-0193ec29c938-eef9b417 {
    grid-area: 1 / 4 / 2 / 6;
  }

  #w-node-_551bc908-5856-d02c-9bbb-b173b5d86c5c-fd258259 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_551bc908-5856-d02c-9bbb-b173b5d86c5d-fd258259 {
    grid-area: 1 / 4 / 2 / 6;
  }

  #w-node-_551bc908-5856-d02c-9bbb-b173b5d86c65-fd258259 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_551bc908-5856-d02c-9bbb-b173b5d86c66-fd258259 {
    grid-area: 1 / 4 / 2 / 6;
  }

  #w-node-_551bc908-5856-d02c-9bbb-b173b5d86c6f-fd258259 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_551bc908-5856-d02c-9bbb-b173b5d86c70-fd258259 {
    grid-area: 1 / 4 / 2 / 6;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c64b0531-a48b-4dab-ebfe-fe2dd35941fe-d35941e2 {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-c64b0531-a48b-4dab-ebfe-fe2dd3594215-d35941e2 {
    grid-area: 1 / 7 / 2 / 9;
  }

  #w-node-c64b0531-a48b-4dab-ebfe-fe2dd3594222-d35941e2 {
    grid-area: 1 / 9 / 2 / 11;
    justify-self: end;
  }

  #w-node-bcefd97a-4f67-9871-7472-edc33605ac23-c160de9b {
    grid-column: 5 / 11;
  }

  #w-node-bcefd97a-4f67-9871-7472-edc33605ac2c-c160de9b {
    grid-column-end: 5;
  }

  #w-node-bcefd97a-4f67-9871-7472-edc33605ac31-c160de9b, #w-node-bcefd97a-4f67-9871-7472-edc33605ac5c-c160de9b {
    grid-column: 5 / 11;
  }

  #w-node-bcefd97a-4f67-9871-7472-edc33605ac63-c160de9b {
    grid-column-end: 5;
  }

  #w-node-bcefd97a-4f67-9871-7472-edc33605ac68-c160de9b, #w-node-bcefd97a-4f67-9871-7472-edc33605ac7b-c160de9b {
    grid-column: 5 / 11;
  }

  #w-node-bcefd97a-4f67-9871-7472-edc33605ac80-c160de9b {
    grid-column-end: 4;
  }

  #w-node-bcefd97a-4f67-9871-7472-edc33605ac85-c160de9b {
    grid-column: 5 / 11;
  }

  #w-node-d2e3ddd8-1e89-4135-808b-dc0495cd6f6f-c61cef50 {
    grid-column: 1 / 6;
  }

  #w-node-f58c7db7-0db5-49a8-8269-81091a58d5cb-eef9b417 {
    grid-column: 5 / 11;
  }

  #w-node-_06af9dab-0d44-dbdd-6ea5-29af989a8c47-eef9b417 {
    grid-column-end: 5;
  }

  #w-node-_06af9dab-0d44-dbdd-6ea5-29af989a8c4c-eef9b417, #w-node-_6d41d0e5-9623-fe4e-73c5-ba9c5874c3ff-eef9b417 {
    grid-column: 5 / 11;
  }

  #w-node-bf29827c-a883-7584-9c2a-81443013a241-eef9b417 {
    grid-column-end: 5;
  }

  #w-node-bf29827c-a883-7584-9c2a-81443013a242-eef9b417 {
    grid-column: 5 / 11;
  }

  #w-node-_364c9bb7-30a6-deb9-3e30-44698d1255b1-eef9b417 {
    grid-column-end: 4;
  }

  #w-node-_364c9bb7-30a6-deb9-3e30-44698d1255b6-eef9b417, #w-node-_551bc908-5856-d02c-9bbb-b173b5d86c4a-fd258259 {
    grid-column: 5 / 11;
  }

  #w-node-_551bc908-5856-d02c-9bbb-b173b5d86c53-fd258259 {
    grid-column-end: 5;
  }

  #w-node-_551bc908-5856-d02c-9bbb-b173b5d86c58-fd258259, #w-node-_63719fa7-5970-e503-7338-2345b9aa7407-fd258259 {
    grid-column: 5 / 11;
  }

  #w-node-_83491ae3-5988-0f7c-3423-1ef3496c118d-fd258259 {
    grid-column-end: 5;
  }

  #w-node-_83491ae3-5988-0f7c-3423-1ef3496c1192-fd258259, #w-node-c7f749c3-b269-33a4-16ba-fc7ce25a696b-fd258259 {
    grid-column: 5 / 11;
  }

  #w-node-_63719fa7-5970-e503-7338-2345b9aa741a-fd258259 {
    grid-column-end: 4;
  }

  #w-node-_63719fa7-5970-e503-7338-2345b9aa741f-fd258259 {
    grid-column: 5 / 11;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c64b0531-a48b-4dab-ebfe-fe2dd35941f7-d35941e2 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-c64b0531-a48b-4dab-ebfe-fe2dd35941fe-d35941e2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c64b0531-a48b-4dab-ebfe-fe2dd3594215-d35941e2 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-c64b0531-a48b-4dab-ebfe-fe2dd3594222-d35941e2 {
    grid-area: 1 / 5 / 2 / 7;
    justify-self: end;
  }

  #w-node-d2e3ddd8-1e89-4135-808b-dc0495cd6f6f-c61cef50 {
    grid-column-end: 6;
  }
}


@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Bold.woff2') format('woff2'), url('../fonts/Aeonik-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Medium.woff2') format('woff2'), url('../fonts/Aeonik-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Regular.woff2') format('woff2'), url('../fonts/Aeonik-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Thin.woff2') format('woff2'), url('../fonts/Aeonik-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Light.woff2') format('woff2'), url('../fonts/Aeonik-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}