@font-face {
  font-family: NeueMachina;
  src: url('../fonts/PPNeueMachina-Ultrabold.woff2') format("woff2"), url('../fonts/PPNeueMachina-Ultrabold.eot') format("embedded-opentype"), url('../fonts/PPNeueMachina-Ultrabold.ttf') format("truetype"), url('../fonts/PPNeueMachina-Ultrabold.otf') format("opentype");
  font-weight: 700;
  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-Medium.woff2') format("woff2"), url('../fonts/Aeonik-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: RelativeMono;
  src: url('../fonts/relative-mono-10-pitch.woff2') format("woff2"), url('../fonts/relative-mono-10-pitch.eot') format("embedded-opentype"), url('../fonts/relative-mono-10-pitch.woff') format("woff"), url('../fonts/relative-mono-10-pitch.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: NeueMachinaInktrap;
  src: url('../fonts/PPNeueMachina-InktrapBold.woff2') format("woff2"), url('../fonts/PPNeueMachina-InktrapBold.woff') format("woff"), url('../fonts/PPNeueMachina-InktrapBold.ttf') format("truetype"), url('../fonts/PPNeueMachina-InktrapBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --deep-cloud: #495763;
  --night-sky: #1e272e;
  --steel: #748890;
  --background: #f3f3f3;
  --white: white;
  --light-grey: #d6d6d6;
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

body {
  color: var(--deep-cloud);
  font-family: Aeonik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

h1 {
  color: var(--night-sky);
  margin-top: 0;
  margin-bottom: 0;
  font-family: NeueMachinaInktrap, sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 96px;
}

h2 {
  color: var(--night-sky);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: NeueMachinaInktrap, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 64px;
}

h3 {
  color: var(--night-sky);
  margin-top: 0;
  margin-bottom: 0;
  font-family: NeueMachina, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

h4 {
  color: var(--night-sky);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  color: var(--steel);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: Aeonik, sans-serif;
  font-weight: 400;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: NeueMachinaInktrap, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.body {
  background-color: var(--background);
  direction: ltr;
  color: var(--deep-cloud);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px #000;
  height: 322px;
  padding-top: 0;
  font-family: Aeonik, sans-serif;
  font-size: 20px;
  line-height: 32px;
  display: block;
  overflow: visible;
}

.body:hover {
  transform: none;
}

.navbar {
  z-index: 0;
  background-color: #0000;
  max-width: none;
  height: auto;
  position: static;
  overflow: visible;
}

.container {
  text-transform: none;
  mix-blend-mode: normal;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  margin-top: 58px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.title {
  color: var(--night-sky);
  white-space: normal;
  object-fit: none;
  flex: 1;
  font-family: Aeonik, sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: block;
  position: relative;
}

.title.negativenav {
  color: var(--background);
}

.title.nnnav {
  color: var(--night-sky);
}

.nav-menu {
  background-color: #0000;
  border-radius: 20px;
  flex: 0 auto;
  order: 0;
  align-items: center;
  display: flex;
}

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

.aboutlink {
  color: var(--night-sky);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Aeonik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.aboutlink:hover {
  box-shadow: 0 1px 0 0 var(--steel);
  color: var(--deep-cloud);
}

.aboutlink.w--current {
  color: var(--night-sky);
  font-weight: 500;
}

.aboutlink.negativenav {
  color: var(--background);
}

.aboutlink.nnnav {
  color: var(--night-sky);
}

.worklink {
  color: var(--night-sky);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Aeonik, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.worklink:hover {
  border-bottom: 0px none var(--steel);
  box-shadow: 0 1px 0 0 var(--steel);
  color: var(--deep-cloud);
  text-decoration: none;
}

.worklink.w--current {
  color: var(--night-sky);
  font-weight: 500;
  text-decoration: none;
}

.worklink.negativenav {
  color: var(--white);
}

.worklink.nnnav {
  color: var(--night-sky);
}

.navsocial {
  flex: 1;
  order: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.dribbblelink {
  flex: 0 auto;
  padding-top: 0;
  font-size: 16px;
  transition: all .2s;
}

.dribbblelink.about {
  flex: 1;
}

.igsvg {
  color: var(--night-sky);
  width: 24px;
  height: 24px;
  margin-right: 16px;
  font-size: 16px;
  transition: all .2s;
}

.igsvg:hover {
  color: var(--deep-cloud);
}

.igsvg.nname {
  color: var(--night-sky);
}

.igsvg.negativenav {
  color: var(--background);
}

.igsvg.footer {
  color: var(--deep-cloud);
  object-fit: contain;
  border-style: none;
  border-width: 1px;
  align-items: center;
  height: 25px;
  transition: all .2s;
  overflow: visible;
}

.igsvg.footer:hover {
  color: var(--night-sky);
}

.igsvg.about {
  color: var(--deep-cloud);
}

.igsvg.about:hover {
  color: var(--night-sky);
}

.dribbblesvg {
  color: var(--night-sky);
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 16px;
  padding-top: 0;
  transition: all .2s;
  position: relative;
  overflow: visible;
}

.dribbblesvg:hover {
  color: var(--deep-cloud);
}

.dribbblesvg.nname {
  color: var(--night-sky);
}

.dribbblesvg.negativenav {
  color: var(--white);
}

.dribbblesvg.footer {
  color: var(--deep-cloud);
  border-style: none;
  border-width: 1px;
  align-items: center;
  height: 27px;
  transition: all .2s;
}

.dribbblesvg.footer:hover {
  color: var(--night-sky);
  text-decoration: none;
}

.dribbblesvg.about {
  color: var(--deep-cloud);
}

.dribbblesvg.about:hover {
  color: var(--night-sky);
}

.logosvg {
  clear: none;
  color: var(--night-sky);
  flex-wrap: nowrap;
  margin-right: 16px;
  display: flex;
  position: relative;
}

.logosvg:hover {
  color: var(--night-sky);
}

.logosvg.title {
  color: var(--night-sky);
  flex: 0 auto;
}

.logosvg.title.negativenav {
  color: var(--background);
}

.logosvg.title.nnnav {
  color: var(--night-sky);
}

.logosvg.negativenav {
  color: var(--background);
}

.iglink {
  flex: 0 auto;
  text-decoration: none;
  transition: all .2s;
}

.iglink.about {
  flex: 1;
  line-height: 34px;
}

.sitetitle {
  color: var(--white);
  object-fit: fill;
  flex: 1;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.sitetitle:hover {
  color: var(--deep-cloud);
}

.sitetitle.negativenav {
  color: var(--white);
}

.sitetitle.nnnav {
  color: var(--night-sky);
}

.header {
  z-index: 888;
  color: var(--night-sky);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.homeintro {
  z-index: auto;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  max-width: 1440px;
  margin-top: 15vh;
  margin-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  position: relative;
  inset: 0 auto 0%;
}

.worktitle {
  color: var(--night-sky);
  width: 58.0625rem;
  font-family: NeueMachina, sans-serif;
  font-size: 96px;
  line-height: 92px;
}

.selectwork {
  z-index: 999999;
  color: var(--steel);
  letter-spacing: 0;
  flex: 1;
  justify-content: center;
  align-self: center;
  margin-top: 144px;
  margin-left: 0%;
  margin-right: 0;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(-90deg);
}

.subheadinghome {
  color: var(--deep-cloud);
  flex-flow: wrap;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-end center;
  align-self: auto;
  width: 50%;
  height: 100%;
  margin-top: 20vh;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0%;
  padding-left: 20px;
  padding-right: 0;
  font-family: Aeonik, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 47px;
  display: flex;
  position: relative;
}

.homesubtitle {
  margin-top: 62px;
  margin-bottom: 0;
  position: static;
  top: 62px;
}

.grid {
  z-index: auto;
  float: none;
  clear: none;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  place-content: start;
  place-items: baseline start;
  max-width: 1440px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s ease-in-out;
  position: static;
}

.grid.gridhome {
  margin-top: 0;
}

.homedate {
  color: var(--steel);
  letter-spacing: 0;
  text-indent: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.coords {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  margin-bottom: 10px;
  display: flex;
}

.topbackground {
  background-color: #e6e6e4;
  background-image: url('../images/homepage-portrait.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 100%;
  height: 75vh;
  position: absolute;
}

.titlewrapper {
  mix-blend-mode: normal;
  flex: 1;
}

.text-block-2, .text-block-3 {
  color: var(--night-sky);
  font-family: NeueMachina, sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 96px;
}

.mainheading {
  color: var(--night-sky);
  white-space: normal;
  flex: 1;
  display: block;
  position: relative;
}

.caseimage {
  border-radius: 30px;
  margin-top: 0;
  padding-top: 0;
}

.casemeta {
  color: var(--steel);
  letter-spacing: 0;
  margin-top: 32px;
  margin-bottom: 12px;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.heading-3 {
  color: var(--night-sky);
  justify-content: flex-start;
  font-family: NeueMachina, sans-serif;
  font-size: 48px;
  line-height: 48px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.paragraph-5 {
  color: var(--deep-cloud);
  width: 81%;
  font-family: Aeonik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.casestudycardodd {
  margin-top: auto;
  margin-bottom: 140px;
  padding-top: 0;
  text-decoration: none;
  position: relative;
  top: 100px;
}

.casestudytitle {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.arrow {
  color: var(--night-sky);
  align-self: center;
  width: 35px;
  height: 35px;
  margin-left: 20px;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
}

.casestudycard {
  margin: 0 auto 80px;
  text-decoration: none;
  position: relative;
}

.buttoncontainer {
  max-width: 1440px;
  margin-bottom: 148px;
  padding-left: 20px;
  padding-right: 20px;
}

.button {
  background-color: var(--white);
  color: var(--deep-cloud);
  text-align: center;
  border-radius: 100px;
  width: 320px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 80px;
  font-family: Aeonik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s ease-in;
  display: inline-block;
}

.button:hover {
  box-shadow: 0 12px 12px -6px #4957631f;
}

.button.emailbutton {
  margin-left: 20px;
}

.button.resumebtn {
  margin-bottom: 20px;
  font-weight: 500;
  display: block;
}

.button.abtbtn {
  display: block;
}

.button.viewstudy {
  width: auto;
  margin-top: 60px;
}

.button.homeresume {
  margin-left: 20px;
}

.personalwork {
  border-top: 1px none var(--light-grey);
  max-width: 1440px;
  padding: 0 20px 117px;
}

.inner {
  border-top: 1px #000;
  border-bottom: 1px none var(--light-grey);
  border-radius: 1px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1440px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.inner.footerinner {
  border-style: none;
  border-width: 1px 0 1px 1px;
  border-color: var(--light-grey);
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 46px 20px;
  display: flex;
}

.inner.footerinner:hover {
  color: var(--deep-cloud);
}

.inner.exp {
  padding-left: 0;
  padding-right: 0;
}

.inner.abounttop {
  justify-content: flex-start;
}

.inner.colophon {
  justify-content: flex-end;
  display: flex;
}

.inner.mantracontent {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.inner.tweetrow {
  justify-content: center;
  margin-top: 136px;
}

.inner.tweetrow2 {
  justify-content: center;
}

.inner.nnnameimagesinner {
  justify-content: space-between;
}

.inner.rivertext {
  align-items: center;
  margin-top: 68px;
  margin-bottom: 136px;
}

.inner.rivertext.left {
  margin-top: 136px;
}

.inner.rivertext.left.merge {
  align-items: center;
}

.inner.heliobuttoncaption {
  flex-flow: column;
}

.inner.delivery {
  flex-wrap: wrap;
}

.inner.case {
  align-items: center;
}

.inner.appleinner {
  align-items: flex-end;
}

.inner.ogresearch {
  flex-flow: row;
  margin-top: 100px;
}

.inner.pcxdiscovery {
  text-align: center;
  margin-top: 138px;
  display: block;
}

.inner.hypothesis-copy {
  text-align: center;
  display: block;
}

.inner.pcxplanning {
  text-align: center;
  margin-top: 60px;
  display: block;
}

.inner.odresearch {
  flex-flow: column;
  margin-top: 84px;
}

.inner.bentocontainer {
  flex-flow: row;
  display: block;
}

.inner.odresearchinsights {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 0;
}

.inner.cemtered {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
}

.inner.odquote {
  flex-flow: column;
}

.inner.nopadd {
  margin-bottom: 24px;
}

.inner.homeabouttop {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.inner.imagesblock {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.inner.centered {
  justify-content: flex-start;
  align-items: center;
}

.heading-5 {
  flex: 0 auto;
  align-items: center;
  width: 53%;
  margin-top: 0;
  padding-left: 0;
  font-size: 48px;
  line-height: 52px;
  display: block;
}

.paragraph-6 {
  color: var(--deep-cloud);
  object-fit: fill;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  margin-left: 7%;
  padding-right: 0;
  font-family: Aeonik, sans-serif;
  font-size: 20px;
  line-height: 32px;
  display: flex;
}

.moreaboutme {
  color: var(--deep-cloud);
  flex: 1;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.footer {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--light-grey);
  border-radius: 1px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.noparking {
  flex: 0 auto;
  align-self: center;
  padding-right: 24px;
}

.text-block-4 {
  color: var(--steel);
  flex: 0 auto;
  align-self: center;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
}

.copyright {
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.footertime {
  color: var(--steel);
  flex: 0 auto;
  align-self: center;
  padding-right: 20px;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  display: flex;
}

.footertime.timelabel {
  color: var(--deep-cloud);
  padding-right: 8px;
}

.uktime {
  display: flex;
}

.link {
  color: var(--steel);
  margin-left: 40px;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.link:hover {
  text-decoration: underline;
}

.social {
  text-align: right;
  flex: 1;
  align-self: center;
  display: block;
}

.social.aboutsocial {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tortime {
  padding-right: 20px;
  display: flex;
}

.torontotime {
  align-self: center;
}

.ukcurrenttime {
  font-size: 16px;
  font-weight: 400;
}

.torcurrenttime {
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.twittersvg {
  color: var(--deep-cloud);
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 16px;
  padding-top: 0;
  transition: all .2s;
  display: flex;
  position: static;
  overflow: visible;
}

.twittersvg:hover {
  color: var(--night-sky);
}

.linkedinsvg {
  color: var(--night-sky);
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: visible;
}

.linkedinsvg:hover, .linkedinsvg.footer {
  color: var(--deep-cloud);
}

.linkedinlink {
  flex: 0 auto;
  padding-top: 0;
  padding-right: 16px;
  font-size: 16px;
  transition: all .2s;
}

.linkedinlink.about {
  padding-top: 0;
  padding-right: 0;
}

.twitterlink {
  flex: 1;
  padding-top: 0;
  font-size: 16px;
  transition: all .2s;
}

.html-embed {
  position: relative;
}

.topbackgroundwork {
  background-color: var(--white);
  width: 100%;
  height: 277px;
  position: absolute;
}

.casestudieswork {
  color: var(--steel);
  letter-spacing: 0;
  flex: 1;
  justify-content: center;
  align-self: center;
  margin-top: 10px;
  margin-left: 5%;
  margin-right: 0;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 40% 0% auto auto;
  transform: rotate(-90deg);
}

.abouthero {
  z-index: auto;
  clear: none;
  object-fit: none;
  flex-flow: row;
  place-content: flex-start;
  max-width: 1440px;
  margin-top: 110px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: flex;
  position: static;
  inset: 0 auto 0%;
  overflow: visible;
}

.archiveheading {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  font-size: 62px;
  display: block;
}

.secondaryprojecttitle {
  color: var(--night-sky);
  flex: 1;
  font-family: Aeonik, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.list {
  flex: 1;
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.list-item {
  border-bottom: 1px solid var(--light-grey);
  border-radius: 0;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.list-item.last {
  border-bottom-style: none;
}

.text-block-6 {
  color: var(--steel);
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.link-block {
  flex: 1;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.workarchive {
  border-top: 1px solid var(--light-grey);
  max-width: 1440px;
  padding: 80px 20px 117px;
}

.mantra {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--light-grey) black black;
  color: var(--deep-cloud);
  max-width: 100%;
  padding: 100px 20px;
  font-family: NeueMachina, sans-serif;
}

.text-block-7 {
  border: 1px solid var(--light-grey);
  color: var(--steel);
  border-radius: 100px;
  flex: 0 auto;
  align-items: center;
  margin-left: 40px;
  margin-right: auto;
  padding: 10px 20px;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  display: flex;
}

.div-block {
  margin-left: 0;
}

.worktitle2 {
  color: var(--night-sky);
  font-family: NeueMachina, sans-serif;
  font-size: 96px;
  font-weight: 700;
}

.hometitle {
  color: var(--night-sky);
  width: 58.0625rem;
  font-family: NeueMachina, sans-serif;
  font-size: 96px;
  line-height: 92px;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: NeueMachina, sans-serif;
  font-size: 62px;
  line-height: 68px;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-11 {
  color: var(--steel);
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.bigparagraph {
  color: var(--deep-cloud);
  flex: 0 auto;
  justify-content: flex-end;
  max-width: 100%;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 47px;
  display: block;
  position: relative;
}

.bigparagraph.timeslot {
  max-width: 65%;
}

.bigparagraph.about {
  max-width: 85%;
  font-weight: 400;
}

.bigparagraph.case {
  max-width: 82%;
}

.bigparagraph.hypothesis {
  margin-bottom: 20px;
  font-weight: 500;
}

.bigparagraph.hometagline {
  width: 275px;
  line-height: 42px;
}

.bigparagraph.aboutdeets {
  color: var(--background);
}

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

.container-2 {
  color: var(--deep-cloud);
  font-family: Aeonik, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.stylescontainer {
  max-width: 1440px;
  padding: 100px 20px;
}

.heading-13, .heading4, .heading5 {
  margin-top: 0;
  margin-bottom: 0;
}

.topbackgroundabout {
  background-color: var(--white);
  width: 100%;
  height: 530px;
  position: absolute;
  overflow: hidden;
}

.aboutheading {
  flex: 1;
  margin-top: 0;
  margin-left: 0;
  font-size: 120px;
  line-height: 120px;
  display: flex;
  position: relative;
}

.aboutherotext {
  flex: 1;
  width: 40%;
  margin-left: -165px;
  padding-top: 160px;
  display: block;
  overflow: visible;
}

.aboutheading2, .aboutheading3, .aboutheading4 {
  flex: 1;
  margin-top: 0;
  margin-left: 0;
  font-size: 120px;
  line-height: 120px;
  display: flex;
  position: relative;
}

.aboutheroimage {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 85%;
  max-width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.portrait {
  width: 100%;
  display: block;
}

.heading-14 {
  flex: none;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.captionlink {
  color: var(--steel);
  margin-left: 0;
  transition: all .2s ease-in;
  display: inline-block;
}

.captionlink:hover {
  color: var(--deep-cloud);
}

.heading-15 {
  text-align: left;
  flex: 1;
  font-family: NeueMachinaInktrap, sans-serif;
  font-size: 96px;
  line-height: 96px;
  display: block;
}

.workintro {
  z-index: auto;
  clear: both;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  max-width: 1440px;
  margin-top: 110px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: block;
  position: relative;
  inset: 0 auto 0%;
}

.container-3 {
  max-width: 1440px;
}

.aboutintro {
  z-index: auto;
  clear: both;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  margin: 80px auto 140px;
  font-size: 16px;
  display: flex;
  position: relative;
  inset: 0 auto 0%;
}

.experience {
  border-top: 1px none var(--light-grey);
  background-color: #0000;
  max-width: 1440px;
  padding: 100px 20px 60px;
}

.portraitcarousel {
  border: 1px none var(--light-grey);
  cursor: ew-resize;
  align-items: center;
  margin-right: 0;
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 0;
  display: flex;
  overflow: scroll;
}

.image-2, .image-3 {
  flex: none;
  width: 600px;
  margin-right: 60px;
}

.image-4 {
  width: 600px;
  margin-right: 60px;
  padding-right: 0;
}

.spacer {
  border: 4px solid var(--background);
  background-color: var(--background);
  flex: 1;
  width: 80px;
  max-width: 80px;
  height: 100%;
  display: flex;
  position: relative;
}

.heading-16 {
  text-align: right;
  justify-content: flex-end;
  display: block;
}

.aboutskills {
  background-color: #0000;
  padding-top: 140px;
  padding-bottom: 140px;
}

.skillslist {
  width: 25%;
  padding-right: 20px;
}

.skillslisttitle {
  color: var(--night-sky);
  margin-bottom: 10px;
}

.skills {
  padding-left: 0;
}

.skillslistitems {
  padding-bottom: 5px;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
}

.heading-17 {
  margin-bottom: 0;
}

.aboutcontact {
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.abouttext {
  flex: none;
  max-width: 55%;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: 20px;
  font-weight: 400;
}

.largelink {
  color: var(--night-sky);
  transition: all .25s;
}

.largelink:hover {
  color: var(--steel);
}

.inlinelink {
  color: var(--deep-cloud);
  cursor: pointer;
  font-size: 20px;
  transition: all .25s;
}

.inlinelink:hover {
  color: var(--night-sky);
}

.inlinelink.colophonparagraph {
  color: var(--deep-cloud);
  max-width: none;
  display: inline;
}

.inlinelink.captionlink {
  font-size: 16px;
  display: inline-block;
}

.inlinelink.footeremail {
  color: var(--steel);
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
}

.inlinelink.footeremail:hover {
  color: var(--deep-cloud);
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  font-weight: 500;
}

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

.valuescarousel {
  border: 1px none var(--light-grey);
  cursor: ew-resize;
  background-color: #0000;
  align-items: center;
  margin-right: 0;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: scroll;
}

.values {
  width: 100vw;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 20px;
  display: block;
  overflow: scroll;
}

.div-block-4 {
  flex-wrap: nowrap;
  align-items: flex-start;
  max-width: 1440px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.valuesblock {
  flex: none;
  width: 394px;
  margin-right: 100px;
  padding-right: 0;
}

.valuesblock.last {
  width: 454px;
  padding-right: 60px;
}

.valuesblock h4 {
  margin-top: 30px;
}

.colophon {
  color: var(--steel);
  margin-bottom: 140px;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
}

.paragraph-8 {
  color: var(--steel);
  justify-content: flex-start;
  max-width: 55%;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: block;
}

.colophonparagraph {
  color: var(--deep-cloud);
  flex: 1;
  max-width: 55%;
  margin-bottom: 20px;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  line-height: 26px;
  display: block;
  position: static;
  top: auto;
  left: auto;
}

.caseintro {
  z-index: auto;
  clear: both;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  max-width: 1440px;
  margin-top: 60px;
  margin-bottom: 66px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: block;
  position: relative;
  inset: 0 auto 0%;
}

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

.topbackgroundnname {
  background-color: #fbde00;
  width: 100%;
  height: 387px;
  position: absolute;
}

.casedetails {
  align-items: stretch;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.video {
  flex: 1;
  width: auto;
  height: 200px;
  margin-bottom: 0;
  display: flex;
  box-shadow: 0 33px 52px #00000024;
}

.casestudyinfo {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  width: 18%;
  margin-left: 40px;
  padding-top: 64px;
  display: flex;
}

.casereadingtime {
  background-color: #fff;
  border-radius: 100px;
  flex: 0 auto;
  padding: 0 36px;
}

.text-block-8 {
  color: var(--steel);
  text-align: center;
  justify-content: center;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 14px;
  display: flex;
}

.casestudyinfocontent {
  color: var(--deep-cloud);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-family: RelativeMono, Verdana, sans-serif;
  line-height: 20px;
  display: flex;
}

.casestudyinfocontent.launch {
  flex: 1;
  justify-content: flex-start;
  padding-top: 36px;
}

.casestudyinfocontent.rolesresponsibilities {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.html-embed-3 {
  flex: 1;
}

.video-2 {
  clear: none;
  object-fit: fill;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: 1150px;
  height: 645px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

.casevideo {
  background-color: #fbde00;
  flex: 1;
  box-shadow: 0 55px 33px #0000001a;
}

.introparagraph {
  margin-top: 100px;
  margin-bottom: 136px;
}

.image-5 {
  width: 100%;
  display: block;
}

.casechallenge {
  margin-top: 136px;
  margin-bottom: 136px;
  display: flex;
}

.casechallenge.designsystem {
  margin-bottom: 30px;
}

.challengevertical {
  transform-style: preserve-3d;
  flex-direction: column;
  flex: 0 auto;
  width: 205px;
  display: block;
  position: static;
  inset: 0%;
  transform: rotate(90deg);
}

.challengetitle {
  flex: 0 auto;
  align-items: flex-start;
  max-width: none;
  margin-right: 30px;
  font-weight: 700;
  display: flex;
}

.challengetitle.designsystem {
  width: 67%;
  margin-left: -70px;
  margin-right: auto;
}

.paragraph-9 {
  max-width: 55%;
}

.heading-18 {
  margin-right: 30px;
}

.casekeylearning {
  margin-top: 200px;
  margin-bottom: 136px;
}

.casekeylearning.pcx {
  margin-top: 204px;
}

.heading-19 {
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.nnearlyconcept.caption {
  color: var(--steel);
  text-align: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.imagewcaption {
  justify-content: space-between;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.casestandardparagraph {
  margin-top: 136px;
  margin-bottom: 136px;
}

.casestandardparagraph.lessmargin, .casestandardparagraph.flows {
  margin-top: 136px;
}

.casestandardparagraph.smallmargin, .casestandardparagraph.pcxfeedback {
  margin-top: 68px;
}

.casestandardparagraph.alflows {
  margin-top: -175px;
}

.casestandardparagraph._2up {
  margin-top: 50px;
}

.casestandardparagraph._2up.conceptcar {
  margin-top: 136px;
  margin-bottom: 136px;
}

.casestandardparagraph.single.designsystem {
  margin-top: 68px;
}

.casestandardparagraph.single.heuristic {
  margin-top: 236px;
}

.casetextcontent {
  flex: 0 auto;
  max-width: 55%;
  margin-left: auto;
}

.casetextcontent.minuspadding {
  margin-top: -70px;
}

.image-6 {
  width: 100%;
  margin-top: 76px;
}

.blockquote, .blockquote.quotenn {
  margin-bottom: 136px;
}

.blockquote.designsystems {
  margin-top: -210px;
}

.block-quote {
  border-left-style: none;
  flex: 1;
  max-width: 78%;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: NeueMachinaInktrap, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 62px;
  display: flex;
}

.block-quote.autol {
  width: 453px;
  max-width: 453px;
  display: block;
  position: absolute;
  top: 220px;
  left: -32px;
}

.block-quote.mergecart {
  background-image: none;
  max-width: 100%;
}

.block-quote.timeslot {
  max-width: 456px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.block-quote.fuller {
  max-width: 90%;
  padding-right: 92px;
}

.block-quote.designsystem {
  z-index: 900;
  max-width: 60%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.image-7 {
  width: 100%;
  margin-top: 136px;
}

.heading-20 {
  margin-bottom: 20px;
}

.tweet {
  background-color: #fff;
  border-radius: 20px;
  flex: 0 auto;
  width: 394px;
  height: 243px;
  margin-right: 30px;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s ease-in-out;
}

.tweet:hover {
  transform: translate(0, -20px);
  box-shadow: 0 33px 55px #0003;
}

.tweet.last {
  height: 270px;
  margin-top: 124px;
  margin-right: 0;
}

.tweet.last:hover {
  box-shadow: -10px 12px 30px #0003;
}

.tweet.second {
  margin-top: 62px;
}

.tweetuser {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.paragraph-10 {
  color: var(--steel);
  flex: 0 auto;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 16px;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.image-8 {
  display: block;
}

.tweetcontent {
  color: var(--deep-cloud);
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.nnmobilescreens {
  margin-top: 136px;
}

.image-9 {
  flex: 0 auto;
}

.heading-21 {
  margin-bottom: 24px;
}

.nnculturecarousel {
  border: 1px none var(--light-grey);
  cursor: ew-resize;
  object-fit: none;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: scroll;
}

.image-10 {
  flex: none;
  margin-right: 80px;
  padding-right: 0;
  display: block;
}

.image-11 {
  flex: none;
  margin-right: 80px;
  display: block;
}

.image-12 {
  flex: none;
  width: 422px;
  margin-right: 80px;
}

.image-13 {
  flex: none;
  width: 480px;
  margin-right: 80px;
  padding-right: 0;
}

.image-14 {
  flex: none;
  width: 422px;
  margin-right: 80px;
}

.image-15 {
  flex: none;
  width: 480px;
  margin-right: 80px;
}

.image-16 {
  flex: none;
  width: 390px;
  margin-right: 60px;
}

.role {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.caseteam {
  margin-bottom: 85px;
}

.teamlist {
  color: var(--deep-cloud);
  margin-bottom: 20px;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
}

.list-item-7 {
  color: var(--deep-cloud);
  margin-bottom: 20px;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.list-item-8 {
  color: var(--deep-cloud);
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.list-4 {
  color: var(--deep-cloud);
  width: 288px;
  margin-left: 30px;
}

.portfolionavigation {
  flex: 1;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 136px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.casenavstudytitle {
  color: var(--night-sky);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.casenavstudy {
  color: var(--deep-cloud);
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.casestudynavbtn {
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  width: 300px;
  margin-right: 30px;
  padding: 16px 38px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.casestudynavbtn:hover {
  box-shadow: 0 12px 12px #0000001f;
}

.left {
  margin-right: 40px;
}

.text-block-9 {
  color: var(--night-sky);
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.list-5 {
  width: 288px;
  margin-left: 0;
}

.topbackgroundroh {
  background-color: #7bee54;
  background-image: url('../images/rohcyclingbg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 387px;
  position: absolute;
}

.heading-22 {
  align-items: flex-start;
  width: 200px;
  display: block;
  position: absolute;
  top: 121px;
  left: 40px;
}

.brandvertical {
  transform-style: preserve-3d;
  flex-direction: column;
  flex: none;
  width: 200px;
  margin-left: 0;
  display: block;
  position: relative;
  inset: 0%;
  transform: rotateX(9deg)rotateY(0)rotateZ(90deg);
}

.heading-23 {
  margin-bottom: 20px;
}

.mainheadingroh {
  color: var(--white);
  white-space: normal;
  flex: 1;
  display: block;
  position: relative;
}

.image-17 {
  width: 100%;
}

.rohidentity {
  margin-top: 136px;
  margin-bottom: 136px;
}

.rohlogo {
  flex: 1;
}

.identityinner {
  border-top: 1px #000;
  border-radius: 1px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .2s;
  display: flex;
}

.identityinner.footerinner {
  border-style: none;
  border-width: 1px 0 1px 1px;
  border-color: var(--light-grey);
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 46px 20px;
  display: flex;
}

.identityinner.footerinner:hover {
  color: var(--deep-cloud);
}

.identityinner.exp {
  padding-left: 0;
  padding-right: 0;
}

.identityinner.abounttop {
  justify-content: flex-start;
}

.identityinner.colophon {
  justify-content: flex-end;
}

.identityinner.mantracontent {
  align-items: center;
}

.identityinner.tweetrow, .identityinner.tweetrow2 {
  justify-content: center;
}

.identityinner.nnnameimagesinner {
  justify-content: space-between;
}

.image-18 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-19 {
  width: 100%;
  margin-bottom: 0;
}

.heading-24 {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 100px;
}

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

.rohnarrative {
  margin-top: 136px;
  margin-bottom: 136px;
}

.heading-25 {
  margin-bottom: 20px;
}

.rohcomparepayment {
  margin-top: -40px;
  margin-bottom: 136px;
}

.rohpaymentsimg {
  flex: none;
  padding-top: 40px;
}

.imgwrapper._5050 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rohyuri {
  flex: 0 auto;
}

.heading-26 {
  margin-bottom: 20px;
}

.topbackgroundauto {
  background-color: #656565;
  background-image: url('../images/autolocalizetop.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 387px;
  position: absolute;
}

.autolinitalexperiment.caption {
  color: var(--steel);
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-6 {
  position: absolute;
}

.image-22 {
  flex: 1;
}

.observedparagraph {
  color: var(--deep-cloud);
  width: 200px;
  max-width: 200px;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  position: absolute;
  top: 194px;
  left: -29px;
}

.image-23, .image-24 {
  margin-right: 30px;
}

.captiontext {
  color: var(--steel);
  text-align: center;
  flex-wrap: nowrap;
  flex: 0 auto;
  width: 51%;
  max-width: 100%;
  margin-top: 24px;
  margin-bottom: 0;
  margin-left: 15%;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
  display: flex;
}

.captiontext.mvp {
  width: 100%;
  margin-left: 0%;
  display: block;
}

.captiontext.timeslot {
  text-align: left;
  width: 100%;
  margin-left: 0%;
  display: block;
}

.captiontext.autol {
  text-align: center;
  justify-content: center;
  width: 66%;
  margin-left: 0;
}

.captiontext.illocaption {
  text-align: left;
  width: 20%;
  margin-left: auto;
  display: block;
}

.captiontext.pcxplanning {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  display: flex;
}

.captiontext.pcxprototype {
  text-align: center;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.captiontext._10star {
  background-color: #fff;
  border-radius: 200px;
  width: 370px;
  margin-left: 0%;
  padding: 20px 40px;
  display: block;
  position: absolute;
  top: 500px;
  left: auto;
  right: 10%;
}

.captiontext.aside {
  text-align: left;
  width: 70%;
  margin-top: 0;
  margin-left: 0%;
  display: block;
}

.captiontext.aside.concept {
  width: 69%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0%;
}

.captiontext.aside.figschool {
  width: 77%;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
}

.captiontext.left {
  text-align: left;
  width: 83%;
  margin-left: 0%;
}

.captiontext.left.cardhead {
  margin-left: 0;
  padding-left: 60px;
  display: block;
}

.captiontext.heliosbuttons {
  text-align: left;
  width: 30%;
  margin-left: 0%;
  display: block;
}

.captiontext.heliosteam {
  text-align: left;
  width: 82%;
  margin-top: 0;
  margin-left: 18%;
}

.captiontext.heuristics {
  text-align: left;
  width: 45%;
  margin-top: -140px;
  margin-left: 13.5%;
}

.heading-27 {
  position: static;
  bottom: -117px;
  left: 57px;
}

.rightimage {
  flex: 1;
  order: 1;
  max-width: 50%;
  margin-left: 125px;
  margin-right: auto;
}

.paragraph-11 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 125px;
  display: block;
}

.image-26 {
  display: inline-block;
}

.supportingdelivery {
  background-image: url('../images/deliverydoorstep.jpg');
  background-position: 0 68%;
  background-repeat: no-repeat;
  background-size: 40%;
  background-attachment: scroll;
}

.image-27 {
  margin-top: 120px;
  margin-left: auto;
  margin-right: 60px;
}

.image-28 {
  margin-top: 60px;
  margin-right: 60px;
}

.deliveryimages {
  flex-wrap: wrap;
  flex: 0 auto;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  display: flex;
}

.deliverycontent {
  margin-top: 136px;
}

.heading-28 {
  margin-bottom: 20px;
}

.imgflows {
  width: 100%;
  margin-top: 136px;
}

.heading-29 {
  margin-bottom: 20px;
}

.broadimpact {
  margin-top: 136px;
}

.casesectionintro {
  width: 80%;
  max-width: 80%;
}

.heading-30 {
  margin-bottom: 20px;
}

.leftimage {
  flex: 1;
  margin-left: 0;
  margin-right: 125px;
}

.mergecart {
  background-image: url('../images/mergecartflows.png');
  background-position: 0 81%;
  background-repeat: no-repeat;
  background-size: 97%;
  background-attachment: scroll;
}

.caseresults {
  align-items: center;
  margin-top: 136px;
  margin-bottom: 0;
  display: flex;
}

.heading-31 {
  margin-bottom: 20px;
}

.resultsnumbers {
  margin-left: auto;
  margin-right: auto;
}

.keyresult {
  letter-spacing: 3px;
  text-indent: 0;
  font-family: NeueMachinaInktrap, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 64px;
}

.keyresult.second {
  padding-top: 50px;
}

.keyresult.smaller {
  letter-spacing: 0;
  font-family: NeueMachinaInktrap, sans-serif;
  font-size: 48px;
}

.text-block-13 {
  color: var(--steel);
  font-weight: 400;
}

.text-block-13.smaller {
  width: 100%;
}

.resultdata {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.resultdata.second {
  margin-top: 50px;
}

.resultdata.last {
  width: 100%;
  margin-top: 50px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 70%;
  display: flex;
}

.heading-32 {
  flex: 1;
}

.approachvertical {
  transform-style: preserve-3d;
  flex-direction: column;
  flex: 0 auto;
  width: 200px;
  display: block;
  position: relative;
  inset: 0%;
  transform: rotate(90deg);
}

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

.topbackgroundtimeslot {
  background-color: #656565;
  background-image: url('../images/Timeslot-header.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 387px;
  position: absolute;
}

.progressbar {
  z-index: 9999999;
  background-color: var(--steel);
  transform-origin: 0%;
  color: var(--white);
  border-radius: 0;
  width: 100%;
  height: 3px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0 0% auto;
}

.timeslotmvpcarousel {
  border: 1px none var(--light-grey);
  cursor: ew-resize;
  align-items: center;
  margin-bottom: 68px;
  margin-right: 0;
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 0;
  display: flex;
  overflow: scroll;
}

.image-31, .image-32, .image-33 {
  width: 956px;
  margin-right: 60px;
}

.image-34 {
  width: 745px;
  margin-right: 80px;
}

.div-block-7 {
  text-align: center;
}

.largeparagraph {
  margin-top: 100px;
  margin-bottom: 0;
  padding-left: 8%;
}

.timeslotissueslist {
  color: var(--steel);
  flex-wrap: wrap;
  flex: 0 auto;
  width: 65%;
  margin-top: 40px;
  display: flex;
}

.list-item-9 {
  width: 40%;
  margin-bottom: 46px;
  margin-right: 10%;
}

.list-item-10 {
  width: 50%;
}

.list-item-11 {
  width: 40%;
  margin-right: 10%;
}

.list-item-12 {
  width: 50%;
}

.paragraph-12 {
  width: 65%;
  margin-top: 63px;
}

.timeslotflowcaption {
  width: 32%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-35 {
  width: 740px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

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

.paragraph-14 {
  margin-bottom: 40px;
}

.list-item-13 {
  margin-bottom: 0;
}

.list-6 {
  margin-top: 20px;
  list-style-type: disc;
}

.researchinsight {
  cursor: default;
  background-color: #fff;
  border-radius: 20px;
  flex: 0 auto;
  width: 394px;
  height: 243px;
  margin-right: 30px;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s ease-in-out;
}

.researchinsight:hover {
  transform: translate(0, -20px);
  box-shadow: 0 33px 55px #0003;
}

.researchinsight.last {
  height: 270px;
  margin-top: 124px;
  margin-right: 0;
}

.researchinsight.last:hover {
  box-shadow: -10px 12px 30px #0003;
}

.researchinsight.second {
  margin-top: 62px;
}

.tweet-copy {
  background-color: #fff;
  border-radius: 20px;
  flex: 0 auto;
  width: 394px;
  height: 243px;
  margin-right: 30px;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s ease-in-out;
}

.tweet-copy:hover {
  transform: translate(0, -20px);
  box-shadow: 0 33px 55px #0003;
}

.tweet-copy.last {
  height: 270px;
  margin-top: 124px;
  margin-right: 0;
}

.tweet-copy.last:hover {
  box-shadow: -10px 12px 30px #0003;
}

.tweet-copy.second {
  margin-top: 62px;
}

.fruitstack {
  width: 100%;
  margin-top: 136px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  display: block;
}

.nonametopvideo {
  background-color: var(--steel);
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: block;
  box-shadow: 0 30px 40px -1px #00000026;
}

.rohtopvideo, .timeslotvideo {
  background-color: var(--steel);
  object-fit: cover;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: block;
  overflow: hidden;
  box-shadow: 0 30px 40px -1px #00000026;
}

.homeportrait {
  width: 160px;
  text-decoration: none;
  position: static;
  inset: 98px 14% auto auto;
}

.heading-34 {
  max-width: 1048px;
  font-family: NeueMachinaInktrap, sans-serif;
  font-size: 96px;
  line-height: 96px;
  display: block;
}

.homeaboutlink {
  z-index: 999999;
  text-decoration: none;
  position: absolute;
  top: 120px;
  right: 2%;
}

.heading-35 {
  max-width: 1048px;
  font-family: NeueMachinaInktrap, sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 96px;
  display: block;
}

.aboutmeoverlay {
  background-color: var(--white);
  opacity: 0;
  color: var(--deep-cloud);
  text-align: center;
  mix-blend-mode: luminosity;
  border-radius: 30px;
  width: 120px;
  padding: 10px 0;
  line-height: 16px;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 152px;
  left: 19px;
  right: auto;
  box-shadow: 0 4px 10px #00000030;
}

.heading-37 {
  flex: 1;
  margin-bottom: 16px;
  font-family: NeueMachina, sans-serif;
}

.footernav {
  border-bottom: 1px none var(--light-grey);
  color: var(--deep-cloud);
  border-radius: 0;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  list-style-type: none;
  display: flex;
}

.list-item-15, .list-item-16 {
  margin-right: 80px;
  font-family: Aeonik, sans-serif;
}

.leftimage-copy {
  flex: 1;
  margin-left: 0;
  margin-right: 125px;
}

.altopvideo {
  object-fit: cover;
  background-color: #efefef;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: block;
  overflow: hidden;
  box-shadow: 0 30px 40px -1px #00000026;
}

.html-embed-4 {
  align-items: center;
  display: flex;
}

.backtotop {
  background-color: var(--steel);
  border-radius: 100px;
  width: 80px;
  height: 80px;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 14px 17px -1px #0000004a;
}

.text-block-15 {
  font-family: NeueMachina, sans-serif;
  font-weight: 700;
}

.backtotopbtn {
  z-index: 99;
  background-color: var(--white);
  color: var(--deep-cloud);
  text-align: center;
  cursor: auto;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 0;
  font-size: 40px;
  line-height: 46px;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: auto 40px 40px auto;
  box-shadow: 0 40px 40px -10px #00000047;
}

.backtotopbtn:hover {
  transform: translate(0, -10px)scale(1.1);
}

.backtotopbtn.w--current {
  bottom: 40px;
  right: 40px;
}

.backtotopbtn.w--current:hover {
  transform: translate(0, -10px)scale(1.1);
}

.resultdatapcx {
  max-width: 320px;
  margin-top: 0;
}

.resultdatapcx.second, .resultdatapcx.last {
  margin-top: 50px;
}

.topbackgroundpcx {
  background-color: #656565;
  background-image: url('../images/PCexpresshero.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 387px;
  position: absolute;
}

.paragraph-15 {
  padding-top: 20px;
}

.pcxappleillo {
  margin-top: 130px;
  margin-bottom: 136px;
  display: flex;
}

.image-37 {
  margin-left: 20%;
}

.paragraph-16 {
  text-align: right;
  flex: 1;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.researchlink {
  text-align: center;
  flex: 0 auto;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-38 {
  margin-left: auto;
  margin-right: auto;
}

.initalresearch {
  transform-style: preserve-3d;
  flex-direction: column;
  flex: 0 auto;
  width: 169px;
  display: block;
  position: relative;
  inset: 0%;
  transform: rotate(90deg);
}

._3upblock {
  flex: 1;
  margin-right: 34px;
}

._3upblock.last, .insightsparagraph {
  margin-right: 0;
}

.insightsparagraph.quotes {
  color: var(--steel);
  margin-top: 40px;
}

.insights {
  margin-right: 34px;
}

.ogresearchwrap {
  border-bottom: 1px solid var(--light-grey);
  padding-bottom: 136px;
}

.watermelon {
  flex: 0 auto;
  width: 282px;
  margin-left: auto;
  margin-right: 10px;
  padding-top: 140px;
  display: block;
}

.designdiscovery {
  margin-top: 136px;
  margin-bottom: 60px;
  position: relative;
}

.storeselectionissue {
  width: 32%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.planningpcx {
  flex: 1;
  display: block;
}

.text-block-16 {
  text-align: center;
}

.image-39 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.hypothesisparagraph {
  flex: 1;
  display: block;
}

.stickyclarity, .image-40 {
  margin-right: 4%;
}

.stickydropoff {
  margin-right: 4%;
  padding-top: 60px;
}

.stickylocations {
  padding-top: 100px;
}

.image-41 {
  margin: auto;
  display: block;
}

.iconwrapper {
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  display: flex;
}

.image-42 {
  width: 100%;
  display: inline-block;
}

.finalizedbrand {
  margin-top: 136px;
  margin-bottom: 136px;
}

.a11ycontrast {
  width: 32%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  display: block;
}

.casetopimage {
  flex: 1;
  box-shadow: 0 30px 30px -1px #00000026;
}

.image-43 {
  width: 100%;
  display: inline-block;
}

.image-44, .image-45 {
  flex: none;
  width: 600px;
  margin-right: 63px;
}

.tsfinal {
  width: 100%;
  margin-top: 136px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 40px;
  display: block;
}

.image-46 {
  color: var(--steel);
  width: 50px;
  padding-bottom: 20px;
}

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

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

.topbackgroundhome {
  background-color: #e6e6e4;
  background-image: url('../images/adamhero.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 75vh;
  position: absolute;
}

.parallaxtitle {
  z-index: 99999;
  mix-blend-mode: difference;
  width: 100%;
  height: 360px;
  display: inline;
  position: absolute;
  top: 60vh;
  overflow: hidden;
}

.parallaxtitle.home {
  height: 380px;
  top: 61vh;
}

.parallaxtitle.about {
  height: 360px;
  top: 70vh;
}

.homepagename {
  color: #dcdcdc;
  letter-spacing: 0;
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  height: 340px;
  font-size: 340px;
  line-height: 340px;
  display: inline-block;
  position: absolute;
  overflow: hidden;
}

.homepagename.about {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: difference;
  background-clip: border-box;
  font-size: 360px;
  line-height: 360px;
}

.homepagename.home {
  mix-blend-mode: difference;
}

.aboutdetails {
  z-index: 99999;
  color: var(--light-grey);
  mix-blend-mode: color-dodge;
  position: absolute;
  inset: auto auto 9% 5%;
}

.change-date {
  color: var(--steel);
  margin-bottom: 0;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.image-47 {
  display: inline-block;
}

.play-pause-button {
  font-size: 17px;
}

.background-video {
  flex: 1;
  align-items: flex-end;
  height: 100%;
  display: block;
  overflow: visible;
  box-shadow: 0 30px 30px -1px #00000026;
}

.background-video-2, .background-video-3 {
  flex: 1;
  height: 100%;
}

.background-video-4 {
  flex: 1;
  height: 100%;
  box-shadow: 0 30px 30px -1px #00000026;
}

.videotop {
  flex: 1;
  height: 628px;
  box-shadow: 0 30px 30px #00000026;
}

.postslink {
  color: var(--deep-cloud);
  vertical-align: baseline;
  flex: 0 auto;
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
  transition: all .2s;
  display: inline-block;
}

.postslink:hover {
  color: var(--night-sky);
}

.readcvsvg {
  justify-content: flex-start;
  align-items: center;
  width: 32px;
  height: 26px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.talks {
  border-top: 1px none var(--light-grey);
  max-width: 1440px;
  padding: 80px 20px 0;
}

.talksheading {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  font-size: 62px;
  display: block;
}

.worklistitem {
  border-bottom: 1px solid var(--light-grey);
  border-radius: 0;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.worklistitem.last {
  border-bottom-style: none;
}

.speakingtitle {
  flex: 1;
}

.text-span {
  color: var(--steel);
  flex: none;
  padding-bottom: 8px;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.inlinelink-2 {
  color: #495763;
  cursor: pointer;
  font-size: 20px;
  transition: all .25s;
}

.inlinelink-2:hover {
  color: #1e272e;
}

.inner-2 {
  border-top: 1px #000;
  border-bottom: 1px #d6d6d6;
  border-radius: 1px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1440px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.postslink-2 {
  color: #495763;
  vertical-align: baseline;
  flex: 0 auto;
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
  transition: all .2s;
  display: inline-block;
}

.postslink-2:hover {
  color: #1e272e;
}

.button-2 {
  color: #495763;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  width: 320px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 80px;
  font-family: Aeonik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s ease-in;
  display: inline-block;
}

.button-2:hover {
  box-shadow: 0 12px 12px -6px #4957631f;
}

.button-2.resumebtn {
  margin-bottom: 20px;
  font-weight: 500;
  display: block;
}

.button-2.abtbtn {
  display: block;
}

.readcvsvg-2 {
  justify-content: flex-start;
  align-items: center;
  width: 37px;
  height: 37px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.linkedinsvg-2 {
  color: #495763;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: auto;
}

.linkedinsvg-2:hover {
  color: #1e272e;
}

.twittersvg-2 {
  color: #495763;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 16px;
  padding-top: 0;
  transition: all .2s;
  display: flex;
  position: static;
  overflow: visible;
}

.twittersvg-2:hover {
  color: #1e272e;
}

.dribbblesvg-2 {
  color: #1e272e;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 16px;
  padding-top: 0;
  transition: all .2s;
  position: relative;
  overflow: visible;
}

.dribbblesvg-2:hover {
  color: #495763;
}

.dribbblesvg-2.about {
  color: #495763;
  height: 26px;
  overflow: auto;
}

.dribbblesvg-2.about:hover {
  color: #1e272e;
}

.igsvg-2 {
  color: #1e272e;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  font-size: 16px;
  transition: all .2s;
}

.igsvg-2:hover {
  color: #495763;
}

.igsvg-2.about {
  color: #495763;
  height: 25px;
  overflow: auto;
}

.igsvg-2.about:hover {
  color: #1e272e;
}

.odinitalresearch.caption {
  color: var(--steel);
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.image-48 {
  flex: 1;
  max-width: 49.5%;
}

.odinsightsheading {
  flex: 0 auto;
  width: 50%;
  margin-bottom: 60px;
  display: block;
}

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

.image-49 {
  margin-bottom: 8px;
}

.topbackgroundod {
  background-color: #656565;
  background-image: url('../images/orderdashboardhero.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 387px;
  position: absolute;
}

.odideatehead {
  padding-bottom: 20px;
  padding-right: 40px;
}

.tenstarimage {
  margin-left: -240px;
  position: absolute;
}

.link-2 {
  color: var(--steel);
  display: block;
}

.asidecaption {
  text-align: left;
  flex: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.link-3, .link-4 {
  color: var(--deep-cloud);
}

.link-5 {
  display: block;
}

.link-6 {
  color: var(--steel);
}

.image-50 {
  margin-left: auto;
  margin-right: 10%;
  display: block;
  position: relative;
}

.image-51 {
  margin-top: -30px;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  font-weight: 500;
}

.funcwires {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 0;
  flex: 1;
  height: 380px;
}

.bentocell {
  background-color: #e1ebeb;
  border-radius: 20px;
  padding: 0;
}

.bentocell.big {
  padding: 0;
}

.bentocell.arrival {
  background-image: url('../images/arrival-detection.png');
  background-position: 0 0;
  background-size: cover;
}

.bentoheading.left {
  color: var(--deep-cloud);
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
}

.bentoheading.left.small {
  width: 100px;
  line-height: 22px;
}

.bentoheading.center {
  color: var(--deep-cloud);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.orderstatusimg {
  width: 80%;
  height: auto;
  padding-bottom: 0;
  position: absolute;
  top: auto;
  bottom: -6px;
  right: 14px;
}

.cellinner {
  width: 100%;
  height: 100%;
  position: relative;
  bottom: auto;
}

.image-52 {
  position: absolute;
  inset: auto 0% -6px 9px;
}

.image-53 {
  position: absolute;
  inset: 64px 0% auto 3%;
}

.image-54 {
  position: absolute;
  inset: auto 0% -8px 3%;
}

.image-55 {
  position: absolute;
  inset: auto -24px 18px auto;
}

.image-56 {
  position: absolute;
  top: 65px;
  right: 5px;
}

.celllink {
  width: 100%;
  height: 100%;
  padding: 16px 24px;
  text-decoration: none;
  display: block;
}

.modalwrapper-status {
  z-index: 999;
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modalbackground-postorder {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff59;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.featuremodal {
  background-color: #fff;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  height: 65%;
  margin: auto;
  display: flex;
  position: relative;
  inset: auto;
}

.modalleft {
  background-color: #e1ebeb;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.modalright {
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modalcontent {
  flex-flow: column;
  width: 80%;
  max-height: 100%;
  margin: auto;
  display: block;
  position: relative;
  overflow: auto;
}

.featuremodalheading {
  margin-bottom: 16px;
}

.modalclose {
  z-index: 9999;
  cursor: pointer;
  position: absolute;
  inset: 5% 5% auto auto;
}

.modalwrapper-postorder {
  z-index: 999;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.featuremodal-postorder {
  background-color: #fff;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  height: 80%;
  margin: auto;
  display: flex;
  position: relative;
  inset: auto;
}

.modalbackground-status {
  opacity: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff59;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.featuremodal-status {
  background-color: #fff;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  height: 80%;
  margin: auto;
  display: flex;
  position: relative;
  inset: auto;
}

.modalwrapper-push {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modalbackground-push {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff59;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.featuremodal-push {
  background-color: #fff;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  height: 80%;
  margin: auto;
  display: flex;
  position: relative;
  inset: auto;
}

.modalwrapper-checkin {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modalbackground-checkin {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff59;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.featuremodal-checkin {
  background-color: #fff;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  height: 80%;
  margin: auto;
  display: flex;
  position: relative;
  inset: auto;
}

.modalwrapper-arrival {
  z-index: 999;
  justify-content: center;
  align-items: center;
  margin-right: -88px;
  display: none;
  position: fixed;
  inset: 0%;
}

.modalbackground-arrival {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff59;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.featuremodal-arrival {
  background-color: #fff;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  height: 80%;
  margin: auto;
  display: flex;
  position: relative;
  inset: auto;
}

.paragraph-17 {
  display: block;
}

.modalwrapper-orderreview {
  z-index: 999;
  justify-content: center;
  align-items: center;
  margin-right: -88px;
  display: none;
  position: fixed;
  inset: 0%;
}

.modalbackground-orderreview {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff59;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.featuremodal-orderreview {
  background-color: #fff;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  height: 80%;
  margin: auto;
  display: flex;
  position: relative;
  inset: auto;
}

.modalwrapper-twoway {
  z-index: 999;
  justify-content: center;
  align-items: center;
  margin-right: -88px;
  display: none;
  position: fixed;
  inset: 0%;
}

.modalbackground-twoway {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff59;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.featuremodal-twoway {
  background-color: #fff;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  height: 80%;
  margin: auto;
  display: flex;
  position: relative;
  inset: auto;
}

.modalvid {
  flex: 1;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-18 {
  display: block;
}

.dashmain {
  max-width: 100%;
  max-height: 100%;
}

.bentoheader {
  margin-bottom: 20px;
  padding-left: 20px;
}

.odtesting {
  margin-top: 136px;
  margin-bottom: 136px;
}

.odtesting.pcx {
  margin-top: 204px;
}

.odtitle {
  flex: 0 auto;
  align-items: flex-start;
  max-width: none;
  margin-right: 30px;
  padding-left: 20px;
  padding-right: 70px;
  font-weight: 700;
  display: flex;
}

.bold-text-10, .bold-text-11 {
  font-weight: 500;
}

.od2up {
  width: 50%;
  margin-right: 30px;
}

.odinsightsrow {
  width: 83%;
  margin-bottom: 60px;
  display: flex;
}

.image-59, .image-60, .image-61, .image-62 {
  margin-bottom: 16px;
}

.image-63 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.priorities {
  margin-top: 136px;
  margin-bottom: 136px;
}

.priorities.pcx {
  margin-top: 204px;
}

.list-space {
  width: 288px;
  margin-left: 30px;
}

.continterationcard {
  flex-flow: column;
  flex: none;
  width: 395px;
  margin-right: 0;
  display: flex;
}

.cardtitle {
  color: var(--deep-cloud);
  margin-bottom: 8px;
  line-height: 32px;
}

.cardtext {
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.cardimg {
  margin-bottom: 24px;
}

.cardcarousel {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px none var(--light-grey);
  cursor: ew-resize;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
  overflow: auto;
}

.cardheading {
  flex: 0 auto;
  width: 100%;
  margin-bottom: 0;
}

.cards {
  width: 100%;
  display: flex;
  overflow: visible;
}

.background-video-5 {
  width: 100%;
  height: 100%;
}

.code-embed {
  width: 100%;
  height: 100%;
  display: block;
}

.background-video-6, .bgvidadditems, .bgvidpush, .bgvidcheckin, .bgvidarrival, .bgvidorderreview, .bgvidtwoway {
  z-index: 1;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-64 {
  flex: 0 auto;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.topnavbutton {
  border: 2px solid var(--night-sky);
  color: var(--night-sky);
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  flex: none;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 40px;
  font-family: Aeonik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s ease-in;
  display: inline-block;
  position: sticky;
}

.topnavbutton:hover {
  background-color: var(--night-sky);
  color: var(--white);
  padding-left: 45px;
  padding-right: 45px;
}

.topnavbutton.emailbutton {
  margin-left: 20px;
}

.topnavbutton.resumebtn {
  margin-bottom: 20px;
  font-weight: 500;
  display: block;
}

.topnavbutton.abtbtn {
  display: block;
}

.topnavbutton.viewstudy {
  width: auto;
  margin-top: 60px;
}

.topnavbutton.homeresume {
  margin-left: 20px;
}

.topnavbutton.alt {
  border-color: var(--white);
  color: var(--white);
}

.topnavbutton.alt:hover {
  background-color: var(--white);
  color: var(--night-sky);
}

.aboutintrohome {
  border-style: none;
  border-width: 1px;
  border-color: var(--light-grey) black black;
  color: var(--deep-cloud);
  max-width: 100%;
  margin-top: 50vh;
  padding: 124px 20px;
  font-family: NeueMachina, sans-serif;
}

.background-video-7 {
  flex: 1;
  height: 90vh;
  display: flex;
}

.background-video-7.dssystem {
  flex: 0 auto;
  width: 90%;
  height: auto;
}

.play-pause-button-2 {
  inset: auto auto 24px 24px;
}

.topbackgroundhelios {
  background-color: #656565;
  background-image: url('../images/Design-System-Heading.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 387px;
  position: absolute;
}

.helioschallenges-paragraph {
  width: 50%;
  margin-bottom: 0;
}

.hds2up {
  width: 50%;
  margin-right: 30px;
}

.text-span-2 {
  color: var(--deep-cloud);
  font-weight: 500;
}

.text-span-3 {
  font-weight: 500;
}

.odinsightsrow-copy, .hdschallengesrow {
  width: 83%;
  margin-bottom: 60px;
  display: flex;
}

.text-span-4, .text-span-5 {
  font-weight: 500;
}

.teamimagecap {
  flex: 0 auto;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.image-65 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heliobuttonswrap {
  margin-top: 60px;
}

.heliosteam {
  margin-top: 136px;
  margin-bottom: 160px;
  position: relative;
}

.image-66 {
  margin-left: auto;
  margin-right: auto;
}

.earlyworkimages {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.image-67 {
  flex: 1;
  width: 100%;
  height: 100%;
  margin-right: 32px;
}

.image-68 {
  flex: 1;
  width: 100%;
  margin-right: 32px;
}

.image-69 {
  flex: 1;
  width: 100%;
  height: 100%;
}

.earlyexamples {
  flex-flow: row;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.earlyconcepts.caption {
  color: var(--steel);
  text-align: center;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.foundation {
  margin-top: 136px;
  margin-bottom: 136px;
}

.foundation.pcx {
  margin-top: 204px;
}

.image-70 {
  width: 100%;
  margin-right: auto;
}

.image-71 {
  width: 100%;
}

.image-72 {
  margin-top: -40px;
  margin-left: 151px;
  margin-right: 0;
}

.componentspecsscroller {
  border: 1px none var(--light-grey);
  cursor: ew-resize;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: scroll;
}

.image-73 {
  width: 510px;
  margin-left: 80px;
  margin-right: 40px;
}

.image-74, .image-75 {
  width: 510px;
  margin-right: 40px;
}

.image-76 {
  width: 510px;
  margin-right: 80px;
}

.componentspecs.caption {
  color: var(--steel);
  text-align: center;
  max-width: 1024px;
  margin-bottom: 136px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: RelativeMono, Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.tokensintro {
  margin-top: 136px;
  margin-bottom: 136px;
}

.tokensintro.pcx {
  margin-top: 204px;
}

.tokens {
  width: 100%;
}

.background-video-8 {
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.image-77 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.headingexpansion {
  margin-bottom: 40px;
}

.image-78 {
  display: block;
}

.image-78.components {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 1440px) {
  .body {
    height: auto;
  }

  .caseimage {
    border-radius: 30px;
  }

  .inner {
    margin-bottom: 100px;
  }

  .inner.footerinner, .inner.odresearchinsights {
    margin-bottom: 0;
  }

  .inner.dsvideo {
    height: 960px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-6 {
    justify-content: flex-start;
    margin-left: 5%;
  }

  .image-5 {
    color: var(--deep-cloud);
    text-align: center;
  }

  .casechallenge.odtop {
    margin-bottom: 36px;
  }

  .paragraph-9, .casestandardparagraph.lessmargin {
    color: var(--deep-cloud);
  }

  .casestandardparagraph._2up {
    margin-top: 60px;
  }

  .casestandardparagraph._2up.conceptcar, .casestandardparagraph.single {
    margin-top: 136px;
  }

  .casestandardparagraph.xfunctionalplan {
    margin-top: -200px;
  }

  .casetextcontent {
    flex: 0 auto;
  }

  .block-quote.full, .block-quote.fuller {
    max-width: 85%;
  }

  .captiontext._10star {
    display: block;
    right: 30%;
  }

  .captiontext.aside {
    color: var(--steel);
    text-align: left;
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0%;
    display: block;
  }

  .captiontext.aside.concept {
    width: 95%;
    margin-top: 36px;
    margin-left: 0;
    padding-right: 0%;
  }

  .captiontext.left.cardhead {
    margin-left: 0;
    padding-left: 0;
  }

  .link-2 {
    color: var(--steel);
  }

  .asidecaption {
    flex-flow: column;
    max-width: none;
    margin-right: 30px;
    display: flex;
  }

  .link-3, .link-4 {
    color: var(--deep-cloud);
  }

  .link-5 {
    color: var(--steel);
    display: block;
  }

  .link-6 {
    color: var(--steel);
  }

  .image-50 {
    z-index: 100;
    margin-left: auto;
    margin-right: 5%;
    padding-left: 1px;
    padding-right: 0%;
    position: relative;
  }

  .image-51 {
    margin-top: -60px;
  }

  .funcwires {
    display: block;
  }

  .modalwrapper-status {
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: none;
  }

  .modalbackground-postorder {
    display: flex;
  }

  .modalleft {
    flex: 0 auto;
    display: flex;
  }

  .modalwrapper-postorder {
    display: none;
  }

  .modalbackground-status {
    display: flex;
  }

  .featuremodal-status {
    height: 80%;
  }

  .modalwrapper-push {
    display: none;
  }

  .modalbackground-push {
    display: flex;
  }

  .modalwrapper-checkin {
    display: none;
  }

  .modalbackground-checkin {
    display: flex;
  }

  .modalwrapper-arrival {
    display: none;
  }

  .modalbackground-arrival {
    display: flex;
  }

  .modalwrapper-orderreview {
    display: none;
  }

  .modalbackground-orderreview {
    display: flex;
  }

  .modalwrapper-twoway {
    display: none;
  }

  .modalbackground-twoway {
    display: flex;
  }

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

  .odinsightsrow {
    margin-bottom: 60px;
  }

  .odinsightsrow.last {
    margin-bottom: 0;
  }

  .continterationcard {
    flex: 1;
  }

  .cardcarousel {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .background-video-7.dssystem {
    height: 100%;
    display: block;
  }

  .odinsightsrow-copy {
    margin-bottom: 60px;
  }

  .odinsightsrow-copy.last {
    margin-bottom: 0;
  }

  .hdschallengesrow {
    margin-bottom: 60px;
  }

  .hdschallengesrow.last {
    margin-bottom: 0;
  }

  .image-66 {
    display: block;
  }

  .background-video-8 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-78 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
    line-height: 64px;
  }

  h2 {
    font-size: 48px;
    line-height: 52px;
  }

  h3 {
    font-size: 36px;
    line-height: 38px;
  }

  h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 28px;
  }

  .navbar {
    position: static;
  }

  .container {
    justify-content: center;
    align-items: center;
    margin-top: 26px;
  }

  .title {
    flex: 0 auto;
  }

  .title.negativenav {
    flex: 0 auto;
    display: block;
  }

  .nav-menu {
    opacity: 1;
    flex: 1;
    align-self: center;
    display: flex;
  }

  .aboutlink {
    display: block;
  }

  .worklink {
    display: flex;
  }

  .navsocial {
    flex: none;
    padding-top: 24px;
    padding-bottom: 20px;
  }

  .dribbblelink {
    flex: 1;
  }

  .dribbblelink.topnav {
    flex: 0 auto;
  }

  .igsvg.negativenav {
    margin-right: 16px;
  }

  .dribbblesvg {
    padding-top: 0;
  }

  .logosvg.negativenav {
    color: var(--white);
    flex: none;
    margin-right: 16px;
  }

  .iglink {
    flex: 1;
  }

  .iglink.tipnav {
    flex: 0 auto;
  }

  .sitetitle.negativenav.w--current {
    display: flex;
  }

  .homeintro {
    margin-top: 60px;
    margin-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .worktitle {
    width: auto;
    font-size: 64px;
    line-height: 64px;
  }

  .selectwork {
    object-fit: none;
    flex-wrap: nowrap;
    margin-top: 90px;
    display: none;
    position: absolute;
    inset: 42% 0% auto auto;
    overflow: visible;
  }

  .subheadinghome {
    margin-top: 15vh;
    margin-bottom: auto;
    padding-top: 0;
  }

  .homesubtitle {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: minmax(1%, 1fr) auto;
    grid-template-columns: minmax(47%, 47%) repeat(auto-fit, minmax(47%, 47%));
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: center;
    align-items: start;
    display: grid;
  }

  .grid.gridhome {
    margin-top: 0;
  }

  .topbackground {
    height: 430px;
  }

  .menu-button {
    color: var(--night-sky);
    order: 0;
  }

  .titlewrapper {
    flex: 0 auto;
  }

  .text-block-2, .text-block-3 {
    font-size: 64px;
    line-height: 64px;
  }

  .mainheading {
    width: auto;
  }

  .casemeta {
    font-size: 14px;
  }

  .heading-3 {
    width: 80%;
    margin-top: 0;
    font-size: 36px;
    line-height: 36px;
  }

  .paragraph-5 {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .casestudycardodd {
    margin-bottom: 80px;
    top: 20px;
  }

  .arrow {
    width: 42px;
    height: 35px;
    margin-left: 10px;
  }

  .casestudycard {
    margin-bottom: 100px;
  }

  .button.resumebtn, .button.abtbtn {
    width: auto;
  }

  .personalwork {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    flex: 0 auto;
    align-content: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: visible;
  }

  .inner.footerinner {
    flex-wrap: wrap;
  }

  .inner.abounttop {
    padding-left: 0;
  }

  .inner.tweetrow {
    flex: 0 auto;
    justify-content: flex-start;
  }

  .inner.rivertext {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .inner.pcxdiscovery {
    margin-top: 68px;
  }

  .inner.pcxplanning {
    display: flex;
  }

  .inner.homeabouttop {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-5 {
    width: 100%;
    font-size: 48px;
    line-height: 54px;
  }

  .paragraph-6 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 85%;
    margin-left: 0%;
    font-size: 16px;
    line-height: 24px;
  }

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

  .text-block-4 {
    flex: 1;
  }

  .copyright {
    flex-wrap: nowrap;
    flex: 0 auto;
    width: 50%;
  }

  .footertime {
    flex-wrap: nowrap;
    flex: 0 auto;
    justify-content: flex-end;
    width: 50%;
    padding-right: 0;
  }

  .footertime.timelabel {
    justify-content: flex-start;
  }

  .uktime {
    display: block;
  }

  .footeremail {
    flex-wrap: nowrap;
    flex: 1;
    justify-content: flex-start;
    width: 50%;
    display: flex;
  }

  .link {
    margin-left: 0;
    display: flex;
  }

  .social {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    padding-top: 40px;
    display: flex;
  }

  .tortime {
    padding-right: 40px;
    display: block;
  }

  .ukcurrenttime, .torcurrenttime {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-5 {
    flex: 1;
    width: 50%;
    padding-top: 40px;
    display: flex;
  }

  .twittersvg {
    padding-top: 0;
  }

  .linkedinsvg {
    margin-right: 0;
    padding-top: 0;
  }

  .topbackgroundwork {
    height: 230px;
  }

  .casestudieswork {
    object-fit: none;
    flex-wrap: nowrap;
    margin-top: 2px;
    position: absolute;
    inset: 42% 0% auto auto;
    overflow: visible;
  }

  .abouthero {
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .archiveheading {
    flex: 1;
    font-size: 48px;
    line-height: 52px;
    display: flex;
  }

  .secondaryprojecttitle {
    flex: 1;
    font-size: 26px;
    line-height: 36px;
  }

  .list-item {
    line-height: 26px;
  }

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

  .workarchive, .mantra {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-7 {
    flex: 0 auto;
    align-items: flex-start;
  }

  .hometitle {
    width: auto;
    font-size: 64px;
    line-height: 64px;
  }

  .homeheading1 {
    font-size: 64px;
    line-height: 64px;
  }

  .bigparagraph {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    line-height: 38px;
  }

  .bigparagraph.timeslot {
    max-width: 100%;
  }

  .bigparagraph.about {
    max-width: 90%;
  }

  .bigparagraph.case {
    max-width: 100%;
  }

  .bigparagraph.hometagline {
    margin-left: 0;
    line-height: 36px;
  }

  .homeheading3, .homeheading2 {
    font-size: 64px;
    line-height: 64px;
  }

  .topbackgroundabout {
    height: 230px;
  }

  .aboutheading, .aboutheading2, .aboutheading3, .aboutheading4, .aboutheroimage {
    width: auto;
  }

  .heading-15 {
    font-size: 72px;
    line-height: 72px;
  }

  .workintro {
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .aboutintro {
    margin-top: 80px;
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .experience {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portraitcarousel {
    padding-left: 60px;
  }

  .image-2, .image-3, .image-4 {
    width: 420px;
  }

  .skillslist {
    flex-wrap: wrap;
    flex: none;
    align-content: flex-start;
    align-items: flex-start;
    width: 50%;
    max-width: 50%;
    padding-bottom: 40px;
    padding-right: 20px;
    display: block;
  }

  .skillslist.last {
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    display: block;
  }

  .skills {
    padding-left: 0;
  }

  .aboutcontact {
    flex: 0 auto;
    margin-right: 60px;
  }

  .abouttext {
    flex: 1;
    font-size: 16px;
    line-height: 28px;
  }

  .inlinelink, .inlinelink.colophonparagraph {
    font-size: 16px;
  }

  .valuescarousel {
    padding-left: 0;
  }

  .valuesblock {
    margin-right: 60px;
  }

  .paragraph-8 {
    max-width: 60%;
  }

  .colophonparagraph {
    max-width: 100%;
  }

  .caseintro {
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .topbackgroundnname {
    height: 340px;
  }

  .casedetails {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
  }

  .casestudyinfo {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .casereadingtime {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .casestudyinfocontent {
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .casestudyinfocontent.launch {
    flex: 0 auto;
    align-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding-top: 0;
    display: block;
  }

  .casestudyinfocontent.rolesresponsibilities {
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .casevideo {
    flex: 1;
    max-width: 100%;
    display: block;
  }

  .casechallenge {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .casechallenge.designsystem {
    margin-bottom: 0;
  }

  .challengevertical {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    position: static;
    top: 11%;
    left: 0%;
    transform: rotateX(9deg)rotateY(0)rotateZ(90deg);
  }

  .challengetitle {
    width: 80%;
    max-width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .challengetitle.designsystem {
    width: 80%;
    margin-left: -10px;
  }

  .paragraph-9 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .heading-18 {
    width: 100%;
    margin-bottom: 38px;
    margin-left: -23px;
    margin-right: auto;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .casekeylearning {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .casekeylearning.od {
    margin-top: 136px;
  }

  .heading-19 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    top: -16px;
    left: 48px;
  }

  .nnearlyconcept.caption {
    width: 80%;
    padding-left: 20px;
  }

  .casestandardparagraph {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .casestandardparagraph._2up.conceptcar {
    margin-bottom: 68px;
  }

  .casestandardparagraph.single.designsystem {
    margin-top: 68px;
  }

  .casestandardparagraph.single.heuristic {
    margin-top: 136px;
  }

  .casestandardparagraph.xfunctionalplan {
    margin-top: -60px;
  }

  .casetextcontent {
    flex: 0 auto;
    order: 0;
    max-width: 80%;
    margin-right: auto;
  }

  .casetextcontent.instore {
    order: 1;
    margin-top: -136px;
  }

  .casetextcontent.ogresearch {
    flex: 0 auto;
    margin-right: auto;
  }

  .casetextcontent.minuspadding {
    margin-top: 0;
  }

  .blockquote {
    margin-bottom: 68px;
  }

  .blockquote.designsystems {
    margin-top: -140px;
  }

  .block-quote {
    max-width: 87%;
    font-size: 46px;
    line-height: 55px;
  }

  .block-quote.autol {
    top: 140px;
    left: 0;
  }

  .block-quote.mergecart {
    font-size: 40px;
    line-height: 46px;
  }

  .block-quote.timeslot {
    flex: 0 auto;
    max-width: 100%;
    margin-bottom: 40px;
    display: block;
  }

  .block-quote.fuller {
    max-width: 100%;
  }

  .block-quote.designsystem {
    max-width: 80%;
  }

  .twitterfeedback {
    flex-flow: wrap;
    align-items: flex-start;
    display: flex;
  }

  .tweet {
    flex: 1;
    height: 230px;
    margin-right: 5%;
  }

  .tweet.last {
    flex: 0 auto;
    width: 45%;
    height: 230px;
    margin-top: 0;
  }

  .tweet.last.secondrow {
    height: auto;
    margin-top: 0;
    margin-left: 50%;
  }

  .tweet.second {
    flex: 0 auto;
    width: 45%;
    height: 230px;
    margin-top: 80px;
  }

  .tweet.first.secondrow {
    flex: 0 auto;
    width: 45%;
    height: auto;
    margin-top: 160px;
  }

  .nnmobileimg {
    max-width: 33%;
  }

  .nnculturecarousel {
    padding-left: 60px;
  }

  .image-10 {
    width: 320px;
    max-width: 320px;
  }

  .image-11, .image-12, .image-13, .image-14, .image-15 {
    max-width: 320px;
  }

  .image-16 {
    max-width: 200px;
  }

  .role, .company {
    width: 50%;
    margin-top: 20px;
  }

  .caseteam {
    display: block;
  }

  .list-4 {
    flex: 0 auto;
    order: 0;
    width: 50%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .list-5 {
    flex: 1;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .topbackgroundroh {
    height: 340px;
  }

  .heading-22 {
    inset: -159px auto auto -100%;
  }

  .brandvertical {
    flex: 0 auto;
    margin-left: -30px;
    padding-left: 20px;
    position: static;
    transform: rotateX(9deg)rotateY(0)rotateZ(90deg);
  }

  .mainheadingroh {
    width: auto;
  }

  .rohlogo {
    flex: 0 auto;
    order: 1;
    width: 33%;
    margin-bottom: 40px;
    margin-left: 10%;
  }

  .identityinner {
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: visible;
  }

  .identityinner.footerinner {
    flex-wrap: wrap;
  }

  .identityinner.abounttop {
    padding-left: 0;
  }

  .identityinner.tweetrow {
    justify-content: flex-start;
  }

  .rohpaymentsimg {
    flex: 0 auto;
    width: 70%;
    margin-bottom: 40px;
    margin-left: 10%;
    padding-top: 20px;
  }

  .imgwrapper.competitve {
    margin-top: 68px;
  }

  .rohyuri {
    flex: 0 auto;
    order: 1;
    width: 40%;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 10%;
  }

  .topbackgroundauto {
    height: 340px;
  }

  .alinitalapproach {
    margin-left: auto;
    margin-right: auto;
  }

  .image-22 {
    flex: 1;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .observedparagraph {
    justify-content: space-between;
    align-items: flex-start;
    width: 110px;
    max-width: none;
    display: block;
    top: 120px;
    left: 3px;
  }

  .image-23, .image-24 {
    max-width: 30.5%;
  }

  .captiontext {
    flex: 1;
  }

  .captiontext.mvp {
    margin-bottom: 10px;
  }

  .captiontext.pcxplanning {
    order: 1;
  }

  .captiontext._10star {
    width: 340px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 18px;
    top: 180px;
    left: 72%;
    right: auto;
  }

  .captiontext.aside, .captiontext.aside.concept {
    width: 100%;
  }

  .captiontext.left.cardhead {
    padding-left: 67px;
  }

  .captiontext.heliosbuttons {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .captiontext.heliosteam {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 68px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .captiontext.heuristics {
    margin-top: -60px;
  }

  .heading-27 {
    position: absolute;
    bottom: -16px;
    left: 41px;
  }

  .rightimage {
    flex: 0 auto;
    order: -1;
    align-self: auto;
    width: 80%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 68px;
    display: block;
  }

  .paragraph-11 {
    z-index: 100;
    margin-top: 0;
    display: block;
    position: relative;
  }

  .supportingdelivery {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .image-27, .image-28 {
    max-width: 30.5%;
    margin-right: 30px;
  }

  .deliveryimages {
    order: -1;
    margin-left: auto;
    margin-right: auto;
  }

  .imgflows {
    margin-top: 68px;
  }

  .casesectionintro {
    width: 100%;
    max-width: 100%;
  }

  .casesectionintro.broad {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .leftimage {
    flex: 0 auto;
    order: -1;
    width: 80%;
    margin-bottom: 68px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mergecart {
    background-position: 0 20%;
    background-size: 140%;
  }

  .caseresults {
    flex-wrap: wrap;
    margin-top: 68px;
    margin-bottom: 86px;
    display: flex;
  }

  .resultsnumbers {
    flex-wrap: nowrap;
    flex: 0 auto;
    order: 0;
    align-items: flex-start;
    width: 80%;
    max-width: 80%;
    margin-bottom: 68px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .resultsnumbers.al {
    order: 1;
    width: 100%;
    max-width: 80%;
  }

  .resultsnumbers.od {
    order: 1;
    width: 100%;
    max-width: 80%;
    margin-top: 68px;
    margin-bottom: 0;
  }

  .keyresult {
    font-size: 42px;
    line-height: 48px;
  }

  .resultdata {
    order: 1;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .resultdata.second, .resultdata.last {
    margin-top: 0;
  }

  .utility-page-content {
    align-items: center;
  }

  .heading-32 {
    margin-left: auto;
    margin-right: auto;
  }

  .approachvertical {
    flex: 0 auto;
    margin-left: 25px;
    padding-left: 20px;
    position: relative;
    inset: 29% -5% -6% -87%;
    transform: rotateX(9deg)rotateY(0)rotateZ(90deg);
  }

  .image-29 {
    align-self: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-30 {
    max-width: 30.5%;
  }

  .heading-33 {
    margin-bottom: 20px;
  }

  .topbackgroundtimeslot {
    height: 340px;
  }

  .progressbar {
    z-index: 100;
  }

  .timeslotmvpcarousel {
    padding-left: 60px;
  }

  .image-31, .image-32, .image-33 {
    width: 660px;
  }

  .image-34 {
    width: 540px;
  }

  .largeparagraph {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
  }

  .timeslotissueslist {
    width: 100%;
  }

  .list-item-9, .list-item-10 {
    width: 100%;
    margin-bottom: 20px;
  }

  .list-item-11 {
    width: 100%;
    padding-bottom: 20px;
  }

  .list-item-12 {
    width: 100%;
  }

  .paragraph-12 {
    width: 90%;
  }

  .timeslotflowcaption {
    width: 80%;
    margin-bottom: 60px;
  }

  .image-35 {
    width: 80%;
  }

  .paragraph-14 {
    width: auto;
    display: block;
  }

  .paragraph-14.inlinelink {
    font-size: 17px;
  }

  .researchfeedback {
    flex-flow: wrap;
    align-items: flex-start;
    display: flex;
  }

  .researchinsight {
    width: 45%;
    height: 233px;
    margin-right: 5%;
  }

  .researchinsight.last {
    margin-top: 0;
  }

  .researchinsight.last.secondrow {
    margin-top: 0;
    margin-left: 50%;
  }

  .researchinsight.second {
    margin-top: 90px;
  }

  .researchinsight.first.secondrow {
    margin-top: 160px;
  }

  .tweet-copy {
    width: 45%;
    height: 233px;
    margin-right: 5%;
  }

  .tweet-copy.last {
    margin-top: 0;
  }

  .tweet-copy.last.secondrow {
    margin-top: 0;
    margin-left: 50%;
  }

  .tweet-copy.second {
    margin-top: 80px;
  }

  .tweet-copy.first.secondrow {
    margin-top: 160px;
  }

  .nonametopvideo, .rohtopvideo, .timeslotvideo {
    mix-blend-mode: normal;
    flex: none;
    width: 100%;
    box-shadow: 0 11px 20px #0000003d;
  }

  .homeportrait {
    width: 100px;
    position: static;
  }

  .heading-34 {
    font-size: 72px;
    line-height: 72px;
  }

  .homeaboutlink {
    margin-bottom: 20px;
    position: relative;
    top: 0;
    right: 0%;
  }

  .heading-35 {
    font-size: 72px;
    line-height: 72px;
  }

  .leftimage-copy {
    order: -1;
    width: 80%;
    margin-bottom: 68px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .altopvideo {
    mix-blend-mode: normal;
    flex: none;
    width: 100%;
    box-shadow: 0 11px 20px #0000003d;
  }

  .backtotopbtn {
    width: 80px;
    bottom: 90px;
  }

  .resultdatapcx {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .resultdatapcx.second, .resultdatapcx.last {
    margin-top: 0;
  }

  .topbackgroundpcx {
    height: 340px;
  }

  .image-37 {
    width: 60%;
    margin-left: 0%;
    margin-right: 20px;
  }

  .researchlink {
    text-align: center;
    flex: 1;
    order: 1;
    max-width: 435px;
    margin-top: 68px;
  }

  .initalresearch {
    flex: 0 auto;
    margin-left: 25px;
    padding-left: 20px;
    position: relative;
    inset: 29% -5% -6% -87%;
    transform: rotateX(9deg)rotateY(0)rotateZ(90deg);
  }

  ._3upblock {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: auto;
  }

  ._3upblock.last {
    width: 100%;
    margin-right: auto;
  }

  .insightsparagraph.quotes {
    margin-top: 20px;
  }

  .ogresearchwrap {
    padding-bottom: 68px;
    display: block;
  }

  .watermelon {
    flex: 0 auto;
    order: -1;
    width: 35%;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .designdiscovery {
    margin-top: 68px;
  }

  .storeselectionissue {
    order: 1;
    width: 60%;
    margin-top: 68px;
    margin-bottom: 60px;
    margin-left: 0;
    display: block;
  }

  .planningpcx {
    order: 1;
    display: flex;
  }

  .image-39 {
    margin-top: 0;
    margin-bottom: 20px;
    display: block;
  }

  .stickyclarity, .stickydropoff {
    width: 40%;
  }

  .stickylocations {
    width: 40%;
    padding-top: 40px;
  }

  .pcxwires {
    margin-left: auto;
    margin-right: auto;
  }

  .finalizedbrand {
    margin-top: 68px;
  }

  .a11ycontrast {
    order: 1;
    width: 60%;
    margin-top: 68px;
    margin-bottom: 60px;
    margin-left: 0;
    padding-top: 0;
  }

  .casetopimage {
    flex: 0 auto;
  }

  .image-44 {
    width: 420px;
    margin-right: 60px;
  }

  .image-45 {
    width: 420px;
  }

  .tsfinal {
    margin-top: 68px;
  }

  .image-46 {
    width: 50px;
  }

  .topbackgroundhome {
    background-position: 60% 100%;
    background-size: 1010px;
    height: 65vh;
  }

  .parallaxtitle.home {
    top: 55vh;
  }

  .parallaxtitle.about {
    height: 240px;
    top: 47vh;
  }

  .homepagename, .homepagename.about {
    height: 240px;
    font-size: 240px;
    line-height: 240px;
  }

  .background-video-2 {
    flex-wrap: wrap;
    flex: none;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    max-height: 100%;
    display: flex;
  }

  .background-video-3 {
    height: 100%;
  }

  .videotop {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 500px;
    max-height: 500px;
    display: block;
  }

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

  .talksheading {
    flex: 1;
    font-size: 48px;
    line-height: 52px;
    display: flex;
  }

  .worklistitem {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 26px;
  }

  .speakingtitle {
    margin-bottom: 10px;
  }

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

  .inner-2 {
    flex-wrap: wrap;
    flex: 0 auto;
    align-content: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: visible;
  }

  .button-2.resumebtn, .button-2.abtbtn {
    width: auto;
  }

  .linkedinsvg-2 {
    margin-right: 0;
    padding-top: 0;
  }

  .twittersvg-2, .dribbblesvg-2 {
    padding-top: 0;
  }

  .odinsightsheading {
    width: 100%;
  }

  .div-block-8 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .topbackgroundod {
    height: 340px;
  }

  .tenstarimage {
    order: 1;
    margin-left: -170px;
    position: relative;
  }

  .asidecaption {
    flex: 0 auto;
    order: -1;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 68px;
    margin-right: auto;
  }

  .asidecaption.instore {
    order: 1;
    margin-top: -136px;
  }

  .asidecaption.ogresearch {
    flex: 0 auto;
    margin-right: auto;
  }

  .asidecaption.conceptcar {
    order: 1;
    margin-top: 68px;
  }

  .asidecaption.componentinventory {
    text-align: center;
    flex: 1;
    order: 1;
    margin-top: 68px;
  }

  .asidecaption.tokens {
    order: 1;
    margin-top: 68px;
  }

  .quick-stack {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: auto;
    padding: 0 0 15px;
  }

  .bentocell.big {
    flex-flow: column;
  }

  .bentoheading.center {
    flex: 1;
  }

  .orderstatusimg {
    width: 60%;
    height: auto;
    bottom: -16px;
  }

  .cellinner {
    height: 100%;
    display: flex;
  }

  .cellinner.orderstatus, .cellinner._280, .cellinner.checkin {
    height: 280px;
  }

  .cellinner.arrival {
    height: 108px;
  }

  .cellinner.orderview {
    height: 50%;
  }

  .cellinner.orderreview {
    height: 108px;
  }

  .cellinner.twoway {
    height: 280px;
  }

  .image-52 {
    width: 75%;
    inset: auto 0% -6% 11%;
  }

  .image-53 {
    width: 80%;
    top: 71px;
    left: 9%;
  }

  .image-54 {
    bottom: -16px;
    left: 8%;
  }

  .image-55 {
    width: 85%;
    bottom: -6px;
  }

  .image-56 {
    top: 25px;
  }

  .modalwrapper-status {
    display: none;
  }

  .modalbackground-postorder {
    width: auto;
    height: auto;
    overflow: auto;
  }

  .modalleft {
    z-index: 50;
    object-fit: fill;
    border-radius: 30px 30px 0 0;
    flex: 0 auto;
    order: 0;
    width: 100%;
    height: 30em;
    margin-top: -76px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    display: flex;
    position: relative;
  }

  .modalright {
    z-index: 50;
    flex: none;
    width: 100%;
    padding-top: 48px;
    position: relative;
    overflow: visible;
  }

  .modalcontent {
    flex: 0 auto;
    width: 90%;
    margin-top: auto;
    overflow: auto;
  }

  .modalclose {
    z-index: 999;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff96;
    border-radius: 1000px;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0% 4% 3% auto;
    padding: 8px;
    display: flex;
    position: sticky;
    top: 5%;
    right: 5%;
  }

  .modalwrapper-postorder {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .featuremodal-postorder {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    height: auto;
    min-height: 60%;
    margin-top: 3%;
    padding-bottom: 24px;
  }

  .modalbackground-status {
    justify-content: center;
    align-items: flex-end;
    display: flex;
    overflow: auto;
  }

  .featuremodal-status {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 90%;
    height: auto;
    min-height: 60%;
    margin-top: 3%;
    margin-bottom: auto;
    padding: 0 0 24px;
    overflow: visible;
  }

  .featuremodal-push, .featuremodal-checkin {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: auto;
    min-height: 60%;
    margin-top: 3%;
    padding-bottom: 24px;
  }

  .modalwrapper-arrival {
    flex-flow: row;
  }

  .featuremodal-arrival {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: auto;
    min-height: 60%;
    margin-top: 3%;
  }

  .modalwrapper-orderreview {
    margin-right: 0;
  }

  .modalbackground-orderreview {
    overflow: auto;
  }

  .featuremodal-orderreview {
    flex-flow: column;
    height: auto;
    min-height: 60%;
    margin-top: 3%;
    margin-bottom: auto;
  }

  .modalbackground-twoway {
    overflow: auto;
  }

  .featuremodal-twoway {
    flex-flow: column;
    height: auto;
    min-height: 60%;
    margin-top: 3%;
  }

  .image-57 {
    position: relative;
  }

  .modalvid {
    aspect-ratio: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    object-fit: contain;
    background-clip: padding-box;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    justify-content: center;
    align-items: center;
    height: 50%;
    display: flex;
  }

  .image-58 {
    flex: 1;
    display: inline-flex;
  }

  .odtesting {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .odtitle {
    width: 80%;
    max-width: 80%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .odinsightsrow, .image-63 {
    width: 100%;
  }

  .priorities {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .list-space {
    flex: 0 auto;
    width: 50%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .continterationcard {
    flex: none;
  }

  .cardcarousel {
    padding-left: 89px;
  }

  .paragraph-19 {
    margin-top: 24px;
  }

  .background-video-6, .bgvidadditems, .bgvidpush, .bgvidcheckin, .bgvidarrival, .bgvidorderreview, .bgvidtwoway {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
    width: 85%;
    height: auto;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .topnavbutton.resumebtn, .topnavbutton.abtbtn {
    width: auto;
  }

  .aboutintrohome {
    margin-top: 45vh;
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-video-7 {
    height: 59vh;
  }

  .topbackgroundhelios {
    height: 340px;
  }

  .helioschallenges-paragraph, .odinsightsrow-copy, .hdschallengesrow {
    width: 100%;
  }

  .teamimagecap {
    text-align: center;
    order: 1;
    width: 100%;
    margin-top: 68px;
  }

  .heliobuttonswrap {
    margin-left: auto;
    margin-right: auto;
  }

  .heliosteam {
    margin-top: 68px;
  }

  .earlyworkimages {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1.75fr;
    justify-content: start;
  }

  .earlyconcepts.caption {
    width: 80%;
    padding-left: 20px;
  }

  .foundation {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .componentspecsscroller {
    margin-left: 0;
    padding-left: 40px;
  }

  .image-73 {
    margin-left: 20px;
  }

  .componentspecs.caption {
    width: 80%;
    padding-left: 20px;
  }

  .tokensintro {
    margin-top: 68px;
    margin-bottom: 68px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 48px;
  }

  h2 {
    font-size: 40px;
    line-height: 42px;
  }

  h4 {
    font-size: 22px;
    line-height: 24px;
  }

  p {
    font-size: 18px;
    line-height: 28px;
  }

  .container {
    justify-content: center;
    align-items: center;
  }

  .title {
    flex: none;
    display: none;
  }

  .title.negativenav {
    display: none;
  }

  .nav-menu {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 0;
    flex: 1;
    justify-content: space-around;
    display: flex;
  }

  .aboutlink {
    flex: 0 auto;
    padding-left: 10px;
    padding-right: 20px;
  }

  .worklink {
    flex: 0 auto;
    justify-content: flex-end;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navsocial {
    flex: 0 auto;
    justify-content: flex-end;
    align-self: stretch;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .dribbblelink {
    flex: 1;
    display: block;
  }

  .dribbblelink.about {
    display: block;
  }

  .logosvg.title {
    flex: 0 auto;
  }

  .iglink {
    flex: 1;
    display: block;
  }

  .iglink.about {
    display: block;
  }

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

  .sitetitle.w--current {
    justify-content: flex-start;
  }

  .homeintro {
    margin-top: 22px;
  }

  .worktitle {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
  }

  .selectwork {
    flex: 0 auto;
    margin-top: 41px;
    font-size: 14px;
    display: none;
    position: absolute;
  }

  .subheadinghome {
    width: 100%;
    margin-top: 5vh;
    padding-top: 20px;
    padding-right: 20px;
  }

  .grid {
    justify-items: stretch;
    padding-right: 20px;
    display: inline-block;
  }

  .homedate {
    font-size: 14px;
  }

  .topbackground {
    height: 360px;
  }

  .titlewrapper {
    flex: 0 auto;
    display: block;
  }

  .text-block-2, .text-block-3 {
    font-size: 48px;
    line-height: 48px;
  }

  .heading-3 {
    flex: 0 auto;
    width: auto;
    margin-top: 0;
    display: block;
  }

  .paragraph-5 {
    width: 80%;
  }

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

  .casestudytitle {
    align-items: flex-start;
    display: flex;
  }

  .arrow {
    height: 42px;
    display: block;
  }

  .casestudycard {
    margin-bottom: 60px;
  }

  .buttoncontainer {
    margin-bottom: 70px;
  }

  .button {
    margin-bottom: 20px;
    margin-left: 0%;
    display: block;
  }

  .button.emailbutton {
    margin-left: 0;
    padding-left: 80px;
  }

  .button.homeresume {
    margin-left: 0;
  }

  .personalwork {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .inner {
    flex-wrap: wrap;
    margin-top: 0;
    padding-left: 20px;
    display: flex;
  }

  .inner.tweetrow {
    justify-content: flex-start;
  }

  .inner.rivertext {
    margin-bottom: 68px;
    display: flex;
  }

  .inner.rivertext.left {
    flex-direction: row;
    place-content: flex-start;
    align-items: flex-start;
    margin-top: 68px;
    display: flex;
  }

  .inner.ogresearch {
    display: block;
  }

  .inner.pcxdiscovery {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5 {
    flex: 0 auto;
    order: 0;
    width: 100%;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 42px;
    display: block;
  }

  .paragraph-6 {
    flex: 0 auto;
    order: 1;
    justify-content: flex-start;
    width: 60%;
    margin-left: 0;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .moreaboutme {
    padding-top: 40px;
  }

  .text-block-4 {
    padding-top: 20px;
  }

  .copyright {
    display: block;
  }

  .footertime {
    align-self: flex-end;
    padding-right: 0;
  }

  .footertime.timelabel {
    justify-content: flex-end;
    width: auto;
    padding-right: 0;
  }

  .tortime {
    text-align: left;
    align-self: flex-end;
    align-items: flex-end;
  }

  .ukcurrenttime, .torcurrenttime {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .linkedinsvg {
    margin-right: 0;
  }

  .topbackgroundwork {
    height: 205px;
  }

  .casestudieswork {
    margin-top: 0;
    font-size: 14px;
  }

  .abouthero {
    margin-top: 60px;
  }

  .archiveheading {
    flex-wrap: nowrap;
    flex: 1;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 42px;
    display: block;
  }

  .secondaryprojecttitle {
    flex-wrap: wrap;
    flex: none;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    font-size: 22px;
    line-height: 24px;
    display: flex;
  }

  .list {
    padding-bottom: 0;
  }

  .list-item {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    list-style-type: none;
    display: block;
  }

  .text-block-6 {
    flex-wrap: wrap;
    flex: 0 auto;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 18px;
    display: block;
  }

  .link-block {
    flex-wrap: wrap;
  }

  .workarchive {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .mantra {
    padding-top: 70px;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .hometitle {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
  }

  .bigparagraph {
    max-width: 100%;
    font-size: 22px;
    line-height: 34px;
  }

  .bigparagraph.timeslot {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .bigparagraph.about {
    max-width: 100%;
  }

  .bigparagraph.hypothesis {
    flex: 0 auto;
    order: -1;
    width: 100%;
  }

  .bigparagraph.hometagline {
    width: 100%;
    font-size: 26px;
  }

  .paragraph-7 {
    font-size: 18px;
    line-height: 28px;
  }

  .topbackgroundabout {
    height: 205px;
  }

  .aboutherotext {
    margin-left: -54px;
    padding-top: 60px;
  }

  .heading-15 {
    font-size: 52px;
    line-height: 52px;
  }

  .workintro {
    margin-top: 60px;
  }

  .aboutintro {
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .experience {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .portraitcarousel {
    padding-left: 40px;
  }

  .image-2, .image-3, .image-4 {
    width: 320px;
    margin-right: 40px;
  }

  .spacer {
    width: 60px;
    max-width: 40px;
  }

  .heading-16 {
    flex-wrap: nowrap;
    justify-content: flex-end;
    display: block;
  }

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

  .skillslist {
    width: 50%;
    max-width: 50%;
    margin-top: 20px;
    display: block;
  }

  .skillslisttitle {
    margin-bottom: 10px;
  }

  .skillslistitems {
    padding-bottom: 10px;
  }

  .heading-17 {
    margin-bottom: 24px;
  }

  .aboutcontact {
    flex: 0 auto;
    order: 1;
    margin-bottom: 80px;
    margin-right: auto;
  }

  .abouttext {
    flex-wrap: wrap;
    flex: 0 auto;
    max-width: 100%;
    margin-bottom: 80px;
    display: block;
  }

  .inlinelink {
    flex: 0 auto;
    font-size: 16px;
  }

  .inlinelink.colophonparagraph {
    font-size: 14px;
  }

  .valuescarousel {
    padding-bottom: 0;
    padding-left: 0;
  }

  .paragraph-8 {
    max-width: 70%;
  }

  .colophonparagraph {
    max-width: 70%;
    font-size: 14px;
    line-height: 22px;
  }

  .caseintro {
    margin-top: 60px;
  }

  .topbackgroundnname {
    height: 280px;
  }

  .casestudyinfo {
    flex-direction: row;
  }

  .casereadingtime {
    flex: 0 auto;
    justify-content: center;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }

  .text-block-8 {
    display: block;
  }

  .casestudyinfocontent {
    width: 100%;
    max-width: 100%;
  }

  .casestudyinfocontent.launch {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .casestudyinfocontent.rolesresponsibilities {
    width: 100%;
    max-width: 100%;
  }

  .challengevertical {
    flex: none;
    width: 80%;
    margin-top: 0;
    margin-left: 28px;
    margin-right: auto;
    position: static;
    transform: rotateX(9deg)rotateY(0)rotateZ(0);
  }

  .challengetitle {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .challengetitle.designsystem {
    margin-left: auto;
  }

  .paragraph-9 {
    flex: 0 auto;
    max-width: 80%;
    margin-top: 20px;
    margin-right: auto;
  }

  .heading-18 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .heading-19 {
    text-align: left;
    flex: 1;
    margin-top: 0;
    margin-bottom: 20px;
    position: static;
  }

  .nnearlyconcept.caption {
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .imagewcaption {
    overflow: hidden;
  }

  .casestandardparagraph {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .casestandardparagraph.lessmargin {
    margin-top: 68px;
  }

  .casestandardparagraph.alflows {
    margin-top: -60px;
  }

  .casestandardparagraph._2up.conceptcar, .casestandardparagraph.single.heuristic {
    margin-top: 68px;
  }

  .casetextcontent {
    flex: 0 auto;
    order: -1;
    margin-right: auto;
  }

  .casetextcontent.deliverycontent {
    margin-top: 68px;
  }

  .casetextcontent.flows {
    margin-right: auto;
  }

  .casetextcontent.instore {
    flex: 0 auto;
    margin-top: -68px;
  }

  .list-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .image-6 {
    width: 100%;
  }

  .blockquote.designsystems {
    margin-top: -98px;
  }

  .block-quote {
    font-size: 42px;
    line-height: 48px;
  }

  .block-quote.autol {
    position: relative;
  }

  .block-quote.mergecart {
    font-size: 28px;
    line-height: 32px;
  }

  .block-quote.timeslot {
    margin-bottom: 68px;
    font-size: 36px;
    line-height: 39px;
  }

  .block-quote.full, .block-quote.fuller {
    font-size: 38px;
    line-height: 42px;
  }

  .image-7 {
    margin-top: 68px;
  }

  .tweet {
    flex: 0 auto;
    width: 45%;
    height: auto;
    margin-right: 5%;
  }

  .tweet.last {
    flex: 0 auto;
    margin-top: 20px;
  }

  .tweet.second {
    margin-top: 60px;
  }

  .paragraph-10 {
    font-size: 14px;
    line-height: 24px;
  }

  .tweetcontent {
    font-size: 16px;
    line-height: 25px;
  }

  .nnculturecarousel {
    padding-left: 40px;
  }

  .image-10, .image-11, .image-12, .image-13, .image-14 {
    width: 300px;
    margin-right: 40px;
  }

  .image-15 {
    margin-right: 40px;
  }

  .image-16 {
    width: 240px;
  }

  .role, .company {
    margin-top: 20px;
  }

  .list-item-2, .list-item-3, .list-item-5, .list-item-6 {
    font-size: 18px;
    line-height: 28px;
  }

  .caseteam {
    width: 100%;
    margin-bottom: 68px;
    margin-left: auto;
    margin-right: auto;
  }

  .teamlist {
    flex: none;
    width: 50%;
    max-width: 50%;
    font-size: 14px;
    line-height: 20px;
    display: block;
  }

  .list-item-7 {
    width: 50%;
    font-size: 14px;
    line-height: 18px;
  }

  .list-item-8 {
    width: 50%;
    font-size: 14px;
    line-height: 19px;
  }

  .list-4 {
    flex-flow: wrap;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .portfolionavigation {
    margin-bottom: 68px;
    padding-top: 40px;
  }

  .casestudynavbtn {
    margin-top: 30px;
  }

  .list-5 {
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .topbackgroundroh {
    height: 280px;
  }

  .heading-22 {
    width: 150px;
    position: relative;
    top: 105px;
    left: 48%;
  }

  .rohlogo {
    order: -1;
    margin-bottom: 68px;
    margin-left: 5%;
  }

  .identityinner {
    flex-wrap: wrap;
    margin-top: 40px;
    padding-left: 20px;
    display: flex;
  }

  .identityinner.tweetrow {
    justify-content: flex-start;
  }

  .rohcomparepayment {
    margin-bottom: 0;
  }

  .rohyuri {
    width: 60%;
    margin-top: 40px;
  }

  .topbackgroundauto {
    height: 280px;
  }

  .autolinitalexperiment {
    overflow: hidden;
  }

  .autolinitalexperiment.caption {
    font-size: 16px;
  }

  .div-block-6 {
    position: absolute;
  }

  .image-22 {
    max-width: 100%;
  }

  .observedparagraph {
    width: 113px;
    max-width: 70%;
    font-size: 14px;
    line-height: 22px;
    display: block;
    position: absolute;
  }

  .image-23, .image-24 {
    max-width: 29%;
    margin-right: 34px;
  }

  .captiontext.mvp {
    margin-bottom: 10px;
  }

  .captiontext.autol {
    margin-left: auto;
    margin-right: auto;
  }

  .captiontext._10star {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    left: auto;
  }

  .captiontext.heliosteam {
    margin-bottom: 0;
  }

  .captiontext.heuristics {
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-27 {
    margin-top: 0;
    margin-left: 0;
    bottom: -22px;
    left: 25px;
  }

  .rightimage {
    flex: 0 auto;
    order: -1;
    width: 80%;
    margin-bottom: 124px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-11 {
    clear: none;
    margin-top: 0;
    display: block;
    position: relative;
  }

  .paragraph-11.instoreshoppers {
    margin-top: -165px;
  }

  .supportingdelivery {
    margin-bottom: 68px;
  }

  .image-27 {
    flex: 1;
    margin-left: 0;
    margin-right: 10px;
  }

  .image-28 {
    margin-right: 10px;
  }

  .deliveryimages {
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
  }

  .imgflows {
    margin-top: 0;
  }

  .broadimpact {
    width: 100%;
    max-width: 100%;
    margin-top: 68px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .casesectionintro {
    width: 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .leftimage {
    flex: 0 auto;
    width: 80%;
    margin-bottom: 68px;
    margin-left: auto;
  }

  .mergecart {
    background-position: 0 15%;
    background-size: 180%;
  }

  .caseresults {
    margin-bottom: 68px;
  }

  .resultsnumbers {
    flex: 1;
    order: 1;
    margin-top: 40px;
    margin-right: auto;
  }

  .resultsnumbers.al, .resultsnumbers.od {
    max-width: 100%;
  }

  .keyresult {
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-13 {
    font-size: 16px;
    line-height: 20px;
  }

  .utility-page-wrap {
    display: flex;
  }

  .utility-page-content {
    flex: 0 auto;
    align-items: center;
  }

  .heading-32 {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-29 {
    width: 60%;
    max-width: 100%;
  }

  .text-block-14 {
    font-size: 18px;
    line-height: 28px;
  }

  .topbackgroundtimeslot {
    height: 280px;
  }

  .timeslotmvpcarousel {
    margin-bottom: 0;
    padding-left: 40px;
  }

  .image-31, .image-32, .image-33, .image-34 {
    width: 520px;
  }

  .largeparagraph {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .timeslotissueslist {
    width: 100%;
    margin-top: 0;
  }

  .list-item-9, .list-item-10, .list-item-11 {
    width: 100%;
    margin-bottom: 20px;
  }

  .list-item-12 {
    width: 100%;
  }

  .paragraph-12 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .timeslotflowcaption {
    width: 100%;
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .image-35 {
    width: 100%;
    margin-left: -60px;
  }

  .paragraph-14.inlinelink, .list-item-13 {
    font-size: 18px;
  }

  .researchinsight {
    flex: 0 auto;
    width: 45%;
    height: auto;
    margin-right: 5%;
    padding: 16px;
  }

  .researchinsight.last {
    flex: 0 auto;
    height: auto;
    margin-top: 20px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .researchinsight.second {
    margin-top: 60px;
    padding: 16px;
  }

  .tweet-copy {
    flex: 0 auto;
    width: 45%;
    height: auto;
    margin-right: 5%;
  }

  .tweet-copy.last {
    flex: 0 auto;
    margin-top: 20px;
  }

  .tweet-copy.second {
    margin-top: 60px;
  }

  .list-item-14 {
    font-size: 18px;
  }

  .heading-34 {
    font-size: 52px;
    line-height: 52px;
  }

  .homeaboutlink {
    margin-bottom: 20px;
    position: relative;
    top: 0;
    right: 0%;
  }

  .heading-35 {
    font-size: 52px;
    line-height: 52px;
  }

  .leftimage-copy {
    flex: 0 auto;
    width: 80%;
    margin-bottom: 68px;
    margin-left: auto;
  }

  .topbackgroundpcx {
    height: 280px;
  }

  .image-37 {
    width: 100%;
    margin-left: auto;
  }

  ._3upblock {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  ._3upblock.last {
    margin-right: auto;
  }

  .insightsparagraph.quotes {
    font-size: 16px;
    line-height: 24px;
  }

  .ogresearchwrap {
    padding-bottom: 68px;
  }

  .watermelon {
    flex: 0 auto;
    width: 40%;
    margin-bottom: 68px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
  }

  .storeselectionissue {
    order: 1;
    width: 100%;
    margin-bottom: 68px;
  }

  .hypothesisparagraph {
    display: block;
  }

  .stickyclarity {
    width: 60%;
    margin-right: 20px;
  }

  .stickydropoff {
    width: 60%;
    margin-left: auto;
    margin-right: 20px;
    padding-top: 20px;
  }

  .stickylocations {
    width: 60%;
  }

  .a11ycontrast {
    width: 100%;
    margin-bottom: 68px;
  }

  .stickies {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: scroll;
  }

  .heading-38 {
    margin-top: 83px;
    margin-left: -22px;
  }

  .image-44, .image-45 {
    width: 320px;
    margin-right: 30px;
  }

  .image-46 {
    width: 50px;
    height: auto;
  }

  .topbackgroundhome {
    background-position: 100% 100%;
    background-size: 560px;
    height: 80vh;
  }

  .parallaxtitle {
    height: 130px;
    top: 62vh;
  }

  .parallaxtitle.about {
    top: 98vh;
  }

  .homepagename {
    height: 130px;
    font-size: 130px;
    line-height: 130px;
    overflow: hidden;
  }

  .homepagename.about {
    height: 130px;
    font-size: 130px;
    line-height: 130px;
  }

  .paraparralax {
    width: 100%;
  }

  .videotop {
    height: 308px;
  }

  .talks {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .talksheading {
    flex-wrap: nowrap;
    flex: 1;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 42px;
    display: block;
  }

  .worklistitem {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    list-style-type: none;
    display: block;
  }

  .inlinelink-2 {
    flex: 0 auto;
    font-size: 16px;
  }

  .inner-2 {
    flex-wrap: wrap;
    margin-top: 0;
    padding-left: 20px;
    display: flex;
  }

  .button-2 {
    margin-bottom: 20px;
    margin-left: 0%;
    display: block;
  }

  .linkedinsvg-2 {
    margin-right: 0;
  }

  .odinitalresearch {
    overflow: hidden;
  }

  .odinitalresearch.caption {
    font-size: 16px;
  }

  .odinsightsheading {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .topbackgroundod {
    height: 280px;
  }

  .tenstarimage {
    margin-left: 0;
  }

  .asidecaption {
    flex: 0 auto;
    order: -1;
    margin-right: auto;
  }

  .asidecaption.deliverycontent {
    margin-top: 68px;
  }

  .asidecaption.flows {
    margin-right: auto;
  }

  .asidecaption.instore {
    flex: 0 auto;
    margin-top: -68px;
  }

  .quick-stack {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bentoheading.left {
    flex: 1;
  }

  .cellinner._280 {
    height: 240px;
  }

  .cellinner.arrival, .cellinner.orderreview {
    height: 108px;
  }

  .image-52 {
    width: 60%;
  }

  .image-53 {
    top: 47px;
    left: 12%;
  }

  .modalwrapper-status {
    display: none;
  }

  .modalleft {
    height: 25em;
  }

  .modalright {
    overflow: visible;
  }

  .modalcontent {
    overflow: auto;
  }

  .modalwrapper-postorder {
    display: none;
  }

  .featuremodal-postorder {
    min-height: 60%;
    margin-top: 3%;
    display: flex;
  }

  .modalbackground-status {
    display: flex;
  }

  .featuremodal-status {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .featuremodal-checkin {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .odtitle {
    order: -1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .list-space {
    flex-flow: wrap;
    width: 100%;
    display: flex;
  }

  .cardcarousel {
    padding-left: 40px;
  }

  .background-video-6, .bgvidadditems, .bgvidpush, .bgvidcheckin, .bgvidarrival, .bgvidorderreview, .bgvidtwoway {
    width: 100%;
  }

  .topnavbutton {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0%;
    display: block;
  }

  .topnavbutton.emailbutton {
    margin-left: 0;
    padding-left: 80px;
  }

  .topnavbutton.homeresume {
    margin-left: 0;
  }

  .aboutintrohome {
    margin-top: 50vh;
    padding-top: 70px;
  }

  .background-video-7 {
    height: 40vh;
  }

  .topbackgroundhelios {
    height: 280px;
  }

  .heliosteam {
    margin-bottom: 68px;
  }

  .earlyconcepts.caption {
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-72 {
    margin-top: -42px;
  }

  .componentspecsscroller {
    padding-left: 40px;
  }

  .componentspecs.caption {
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-79 {
    margin-left: -10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }

  h2 {
    font-size: 32px;
    line-height: 34px;
  }

  h3 {
    font-size: 28px;
    line-height: 30px;
  }

  h4 {
    font-size: 20px;
    line-height: 22px;
  }

  p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .body {
    border-top: 0 #0000;
  }

  .navbar {
    z-index: 999999;
    width: 100%;
    position: relative;
  }

  .container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    align-content: space-between;
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .title {
    flex: 1;
    font-size: 14px;
    display: none;
  }

  .title.nnnav {
    color: var(--night-sky);
  }

  .nav-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-wrap: nowrap;
    flex: 1;
    place-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    display: flex;
  }

  .aboutlink {
    flex: 1;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    font-size: 14px;
    display: flex;
  }

  .aboutlink.nnnav {
    color: var(--night-sky);
  }

  .worklink {
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
    padding: 10px 0;
    font-size: 14px;
  }

  .worklink.nnnav {
    color: var(--night-sky);
  }

  .navsocial {
    flex: 1;
    order: 1;
    justify-content: flex-end;
    align-self: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dribbblelink {
    flex: 1;
    align-self: center;
  }

  .dribbblelink.topnav {
    display: none;
  }

  .igsvg {
    width: 24px;
    height: 24px;
    margin-right: 0;
    overflow: visible;
  }

  .igsvg.nname {
    color: var(--night-sky);
  }

  .igsvg.negativenav {
    color: #fff;
  }

  .dribbblesvg.nname {
    color: var(--night-sky);
  }

  .logosvg {
    margin-right: 0;
  }

  .logosvg.title {
    flex-wrap: wrap;
    align-self: center;
    display: flex;
  }

  .iglink {
    flex: 1;
    align-self: center;
    margin-right: 0;
    display: block;
  }

  .iglink.about {
    margin-right: 0;
  }

  .iglink.topnav, .iglink.tipnav {
    display: none;
  }

  .header {
    overflow: hidden;
  }

  .homeintro {
    margin-top: 28px;
    margin-bottom: 40px;
  }

  .worktitle {
    width: 100%;
    font-size: 42px;
    line-height: 48px;
  }

  .selectwork {
    display: none;
  }

  .subheadinghome {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .homesubtitle {
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .grid {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid.gridhome {
    margin-top: 0;
  }

  .homedate {
    width: 100%;
  }

  .coords {
    margin-bottom: 0;
  }

  .topbackground {
    height: 331px;
  }

  .titlewrapper {
    flex: 0 auto;
    align-self: center;
    padding-bottom: 8px;
  }

  .text-block-2 {
    font-size: 36px;
    line-height: 36px;
  }

  .text-block-3 {
    font-size: 36px;
    line-height: 40px;
  }

  .mainheading {
    width: 100%;
  }

  .heading-3 {
    flex: 1;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 32px;
  }

  .paragraph-5 {
    width: 100%;
    margin-top: 10px;
  }

  .casestudytitle {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

  .arrow {
    flex: 0 auto;
    align-self: center;
    width: 13%;
    height: 36px;
    margin-left: 5px;
    display: block;
  }

  .buttoncontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    transition: none;
    display: flex;
  }

  .button:hover {
    box-shadow: none;
    transform: none;
  }

  .button.emailbutton {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .button.emailbutton:hover {
    box-shadow: none;
    transform: none;
  }

  .button.homeresume {
    margin-left: 0;
  }

  .personalwork {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .inner {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 20px;
    display: flex;
  }

  .inner.abounttop {
    padding-left: 0;
    padding-right: 0;
  }

  .inner.tweetrow {
    margin-top: 0;
  }

  .inner.nnnameimagesinner {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .inner.rivertext {
    margin-bottom: 68px;
  }

  .inner.rivertext.left {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    overflow: visible;
  }

  .inner.rivertext.left.merge {
    display: block;
  }

  .inner.case {
    margin-bottom: 0;
  }

  .inner.bentocontainer {
    display: block;
  }

  .heading-5 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 34px;
  }

  .paragraph-6 {
    flex: 1;
    justify-content: flex-start;
    width: 100%;
  }

  .moreaboutme {
    padding-left: 20px;
    padding-right: 20px;
  }

  .noparking {
    flex: 0 auto;
    width: 100%;
    max-width: 20%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .text-block-4 {
    flex-wrap: wrap;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .copyright {
    text-align: center;
    flex-flow: column wrap;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .footertime {
    justify-content: flex-start;
    width: 100%;
  }

  .footertime.timelabel {
    justify-content: center;
  }

  .uktime {
    flex-wrap: nowrap;
    flex: 1;
    align-items: center;
  }

  .link {
    text-align: center;
  }

  .social {
    flex: 0 auto;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 20px;
    display: flex;
  }

  .social.aboutsocial {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }

  .tortime {
    flex: 1;
    align-items: center;
  }

  .ukcurrenttime, .torcurrenttime {
    justify-content: center;
  }

  .text-block-5 {
    flex: 0 auto;
    order: 0;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .linkedinlink {
    flex: 1;
    padding-right: 0;
  }

  .linkedinlink.nav {
    margin-right: 10px;
    display: none;
  }

  .twitterlink {
    flex: 1;
  }

  .html-embed {
    position: absolute;
  }

  .topbackgroundwork {
    height: 196px;
  }

  .casestudieswork {
    display: none;
  }

  .abouthero {
    flex-wrap: wrap;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-2 {
    flex-wrap: nowrap;
    flex: 1;
    place-content: flex-start center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0;
    display: flex;
    position: relative;
  }

  .archiveheading {
    flex: 0 auto;
    order: 1;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 38px;
  }

  .secondaryprojecttitle {
    font-size: 20px;
    line-height: 26px;
  }

  .list-item {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .text-block-6 {
    font-size: 16px;
    line-height: 18px;
  }

  .workarchive {
    padding-bottom: 20px;
  }

  .mantra {
    padding: 20px 0;
  }

  .text-block-7 {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 2px 10px;
  }

  .div-block {
    flex: none;
    align-self: auto;
    margin-left: 0;
    margin-right: auto;
  }

  .hometitle {
    width: 100%;
    font-size: 42px;
    line-height: 48px;
  }

  .bigparagraph {
    padding-left: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .bigparagraph.timeslot {
    flex: 0 auto;
    width: 100%;
    font-size: 18px;
  }

  .bigparagraph.about {
    max-width: 100%;
  }

  .bigparagraph.hometagline {
    width: 100%;
    font-size: 26px;
    line-height: 32px;
  }

  .bigparagraph.aboutdeets {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    display: block;
  }

  .heading-12 {
    flex: 1;
  }

  .heading-13 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-2 {
    flex: 0 auto;
    align-items: flex-start;
    margin-left: 0;
    display: block;
  }

  .topbackgroundabout {
    width: 100%;
    height: 320px;
  }

  .aboutheading {
    width: 100%;
  }

  .aboutherotext {
    flex: 1;
    order: 3;
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 20px;
    display: block;
  }

  .aboutheading2, .aboutheading3, .aboutheading4 {
    width: 100%;
  }

  .aboutheroimage {
    width: 100%;
    margin-top: 0;
  }

  .portrait {
    width: 160%;
    max-width: 200%;
    margin-top: 0;
    margin-left: -40px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .heading-15 {
    font-size: 36px;
    line-height: 36px;
  }

  .workintro {
    margin-top: 60px;
  }

  .aboutintro {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .experience {
    padding-bottom: 0;
  }

  .portraitcarousel {
    padding-left: 20px;
  }

  .image-2, .image-3 {
    width: 220px;
    margin-right: 30px;
  }

  .image-4 {
    width: 220px;
  }

  .heading-16 {
    text-align: left;
    justify-content: flex-end;
    padding-left: 20px;
    padding-right: 0;
    font-size: 14px;
  }

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

  .skillslist {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }

  .skills {
    padding-left: 0;
  }

  .skillslistitems {
    padding-bottom: 0;
    font-size: 14px;
  }

  .aboutcontact {
    flex: 1;
    margin-right: auto;
  }

  .abouttext {
    margin-bottom: 60px;
    margin-right: auto;
  }

  .inlinelink {
    font-size: 16px;
  }

  .inlinelink.captionlink {
    font-size: 14px;
  }

  .inlinelink.footeremail {
    flex: 1;
    justify-content: center;
  }

  .valuescarousel, .div-block-4 {
    padding-left: 0;
  }

  .valuesblock {
    width: 244px;
    margin-right: 30px;
  }

  .valuesblock.last {
    width: 280px;
    padding-right: 40px;
  }

  .colophon {
    margin-bottom: 100px;
  }

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

  .colophonparagraph {
    max-width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

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

  .topbackgroundnname {
    height: 280px;
  }

  .casestudyinfo {
    flex-direction: column;
    padding-top: 36px;
  }

  .casereadingtime {
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .text-block-8 {
    flex: 1;
  }

  .casestudyinfocontent {
    align-content: flex-start;
    display: block;
  }

  .casestudyinfocontent.rolesresponsibilities {
    margin-bottom: 10px;
  }

  .video-2 {
    flex: 1;
  }

  .introparagraph {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .image-5 {
    width: 100%;
    max-width: 150%;
    margin-left: 0%;
  }

  .casechallenge {
    margin-top: 68px;
  }

  .challengevertical {
    flex: none;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    display: block;
    position: relative;
    top: 0%;
    transform: rotate(0);
  }

  .challengetitle {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    position: relative;
  }

  .challengetitle.designsystem {
    width: 100%;
    margin-bottom: 0;
  }

  .paragraph-9 {
    max-width: 100%;
    margin-left: 0;
  }

  .heading-18 {
    margin-top: 10px;
    margin-left: 0;
  }

  .casekeylearning {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .casekeylearning.pcx {
    margin-top: 0;
  }

  .casekeylearning.od {
    margin-top: 68px;
  }

  .heading-19 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .nnearlyconcept.caption {
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .imagewcaption {
    display: block;
  }

  .casestandardparagraph {
    margin-top: 0;
    margin-bottom: 68px;
  }

  .casestandardparagraph.flows, .casestandardparagraph.alflows {
    margin-top: -73px;
  }

  .casestandardparagraph._2up.conceptcar {
    margin-bottom: 68px;
  }

  .casestandardparagraph.scaling {
    margin-top: 68px;
  }

  .casetextcontent {
    flex: 0 auto;
    order: 0;
    width: 120%;
    max-width: 100%;
    margin-top: 0;
    margin-right: auto;
    display: block;
  }

  .casetextcontent.deliverycontent {
    margin-top: 68px;
  }

  .casetextcontent.flows {
    width: 100%;
    margin-top: 0;
  }

  .casetextcontent.instore {
    flex: 0 auto;
    order: 0;
    width: 100%;
    margin-top: -51px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .casetextcontent.discovery {
    padding-top: 68px;
  }

  .casetextcontent.odidate {
    margin-top: 64px;
    margin-bottom: 32px;
  }

  .list-2 {
    margin-top: 20px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .image-6 {
    width: 150%;
    max-width: 150%;
    margin-top: 0;
    margin-left: -7%;
  }

  .blockquote {
    margin-bottom: 68px;
  }

  .blockquote.designsystems {
    margin-top: -20px;
  }

  .block-quote {
    max-width: 100%;
    font-size: 28px;
    line-height: 36px;
  }

  .block-quote.autol {
    width: 100%;
    max-width: 100%;
    padding-top: 25px;
    position: static;
    top: auto;
  }

  .block-quote.mergecart {
    font-size: 24px;
    line-height: 28px;
  }

  .block-quote.full {
    margin-top: 0;
    padding-right: 9%;
    font-size: 28px;
    line-height: 36px;
  }

  .block-quote.fuller {
    margin-top: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .block-quote.designsystem {
    max-width: 100%;
  }

  .image-7 {
    width: 200%;
    max-width: 200%;
    margin-left: -15%;
  }

  .tweet {
    width: 100%;
    margin-right: 0%;
  }

  .tweet.last {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tweet.last.secondrow {
    margin-top: 40px;
    margin-left: 0%;
  }

  .tweet.second {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-right: 0%;
  }

  .tweet.first.secondrow {
    width: 100%;
    margin-top: 0;
  }

  .nnmobilescreens {
    margin-top: 68px;
  }

  .nnculturecarousel {
    padding-left: 20px;
  }

  .image-10 {
    width: 220px;
    max-width: 220px;
  }

  .image-11, .image-12 {
    width: 220px;
  }

  .image-13 {
    width: 200px;
  }

  .image-14, .image-15 {
    width: 220px;
  }

  .image-16 {
    width: 180px;
  }

  .role {
    width: 100%;
  }

  .company {
    width: 100%;
    margin-top: 10px;
  }

  .list-item-2, .list-item-3 {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .list-item-4 {
    padding-bottom: 10px;
  }

  .list-3 {
    padding-left: 30px;
  }

  .caseteam {
    width: 100%;
    margin-bottom: 68px;
  }

  .teamlist {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .list-item-7 {
    width: 100%;
    font-size: 14px;
  }

  .list-item-8 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .list-4 {
    flex: 0 auto;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .portfolionavigation {
    padding-top: 0;
  }

  .casenavstudy {
    font-size: 14px;
  }

  .casestudynavbtn {
    flex: 1;
    margin-right: 0;
  }

  .left {
    margin-right: 20px;
  }

  .list-5 {
    flex: 0 auto;
    max-width: 100%;
    margin-bottom: 0;
  }

  .topbackgroundroh {
    background-position: 32%;
    background-size: cover;
    height: 280px;
  }

  .heading-22 {
    position: relative;
    top: 54%;
    left: 0%;
  }

  .brandvertical {
    margin-left: 0;
    padding-left: 0;
    transform: rotate(0);
  }

  .mainheadingroh {
    width: 100%;
  }

  .image-17 {
    width: 150%;
    max-width: 150%;
    margin-left: -32%;
  }

  .rohlogo {
    order: -1;
    width: 50%;
    margin-left: 0;
    margin-right: auto;
  }

  .identityinner {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-left: 20px;
    display: flex;
  }

  .identityinner.abounttop {
    padding-left: 0;
    padding-right: 0;
  }

  .identityinner.tweetrow {
    margin-top: 0;
  }

  .identityinner.nnnameimagesinner {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .image-19 {
    width: 200%;
    max-width: 200%;
    margin-left: -33%;
  }

  .heading-24 {
    padding-right: 0;
  }

  .image-20 {
    width: 200%;
    max-width: 200%;
    margin-top: 68px;
    margin-left: -20%;
  }

  .rohnarrative {
    margin-bottom: 68px;
  }

  .rohpaymentsimg {
    order: 1;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-10, .text-block-11, .text-block-12 {
    font-size: 16px;
    line-height: 24px;
  }

  .image-21 {
    object-fit: contain;
    max-width: 200%;
    display: inline-block;
    overflow: hidden;
  }

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

  .imgwrapper {
    width: 100%;
    overflow: hidden;
  }

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

  .rohyuri {
    order: 1;
    width: 80%;
    margin-left: 0%;
  }

  .topbackgroundauto {
    background-position: 32%;
    background-size: cover;
    height: 310px;
  }

  .autolinitalexperiment.caption {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-6 {
    flex: 1;
    width: 100%;
    max-width: 100%;
    display: block;
    position: static;
  }

  .image-22 {
    max-width: 100%;
  }

  .observedparagraph {
    max-width: 100%;
    font-size: 14px;
    line-height: 22px;
    top: auto;
    left: auto;
  }

  .image-23 {
    max-width: 30%;
    margin-right: 14px;
  }

  .image-24 {
    max-width: 30%;
    margin-right: 12px;
  }

  .captiontext {
    margin-bottom: 0;
    margin-left: 0%;
    font-size: 14px;
    line-height: 20px;
  }

  .captiontext.mvp {
    margin-bottom: 20px;
  }

  .captiontext.pcxplanning, .captiontext.pcxprototype {
    text-align: left;
  }

  .captiontext._10star {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: 0;
    left: 0;
  }

  .captiontext.aside.figschool {
    width: 100%;
  }

  .captiontext.left.cardhead {
    padding-left: 0;
  }

  .captiontext.heliosbuttons {
    width: 100%;
    margin-bottom: 0;
  }

  .captiontext.heuristics {
    width: 100%;
  }

  .heading-27 {
    margin-bottom: 20px;
    position: static;
    bottom: 0;
  }

  .rightimage {
    width: 100%;
    margin-bottom: 68px;
    padding-bottom: 0;
    display: block;
  }

  .paragraph-11 {
    margin-left: auto;
    margin-right: auto;
  }

  .imgflows {
    width: 150%;
    max-width: 150%;
    margin-left: -108px;
  }

  .casesectionintro.broad {
    width: 100%;
    max-width: 100%;
  }

  .leftimage {
    width: 90%;
  }

  .mergecart {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .caseresults {
    margin-top: 68px;
    margin-bottom: 0;
  }

  .resultsnumbers {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .resultsnumbers.od {
    margin-top: 34px;
  }

  .keyresult.smaller {
    font-size: 32px;
  }

  .text-block-13 {
    padding-bottom: 20px;
    line-height: 24px;
  }

  .resultdata {
    width: 100%;
  }

  .utility-page-content {
    flex: 1;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-32 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .approachvertical {
    margin-left: 0;
    padding-left: 0;
    transform: rotate(0);
  }

  .image-29 {
    width: 100%;
    max-width: 100%;
  }

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

  .topbackgroundtimeslot {
    background-position: 36%;
    background-size: cover;
    height: 310px;
  }

  .timeslotmvpcarousel {
    padding-left: 20px;
  }

  .image-31, .image-32, .image-33, .image-34 {
    width: 280px;
    margin-right: 40px;
  }

  .largeparagraph {
    width: 100%;
    max-width: 100%;
    margin-top: 68px;
    margin-bottom: 0;
  }

  .timeslotissueslist {
    padding-left: 20px;
    font-size: 18px;
  }

  .paragraph-12 {
    width: 100%;
  }

  .timeslotflowcaption {
    margin-top: 0;
  }

  .image-35 {
    width: 120%;
    max-width: 120%;
    margin-left: -60px;
  }

  .paragraph-14 {
    margin-bottom: 0;
  }

  .list-item-13 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .list-6 {
    padding-left: 30px;
  }

  .researchinsight {
    width: 100%;
    margin-right: 0%;
  }

  .researchinsight.last {
    margin-top: 40px;
  }

  .researchinsight.last.secondrow {
    margin-top: 40px;
    margin-left: 0%;
  }

  .researchinsight.second {
    margin-top: 40px;
    margin-right: 0%;
  }

  .researchinsight.first.secondrow {
    margin-top: 0;
  }

  .tweet-copy {
    width: 100%;
    margin-right: 0%;
  }

  .tweet-copy.last {
    margin-top: 40px;
  }

  .tweet-copy.last.secondrow {
    margin-top: 40px;
    margin-left: 0%;
  }

  .tweet-copy.second {
    margin-top: 40px;
    margin-right: 0%;
  }

  .tweet-copy.first.secondrow {
    margin-top: 0;
  }

  .fruitstack {
    width: 180%;
    max-width: 200%;
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .list-item-14 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .homeportrait {
    width: 80px;
  }

  .heading-34 {
    font-size: 36px;
    line-height: 38px;
  }

  .homeaboutlink {
    margin-bottom: 20px;
  }

  .heading-35 {
    font-size: 36px;
    line-height: 36px;
  }

  .heading-36, .heading-37 {
    flex: 1;
  }

  .leftimage-copy {
    width: 90%;
  }

  .backtotopbtn, .backtotopbtn.w--current {
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 28px;
    bottom: 20px;
    right: 20px;
  }

  .resultdatapcx {
    width: 100%;
  }

  .topbackgroundpcx {
    background-position: 0%;
    background-size: cover;
    height: 310px;
  }

  .image-37 {
    flex: 0 auto;
    width: 100%;
    margin-left: 0%;
  }

  .initalresearch {
    margin-left: 0;
    padding-left: 0;
    transform: rotate(0);
  }

  ._3upblock {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 24px;
    margin-right: auto;
  }

  .insightsparagraph.quotes {
    margin-top: 20px;
  }

  .watermelon {
    width: 50%;
    padding-top: 0;
  }

  .designdiscovery, .storeselectionissue {
    margin-top: 0;
  }

  .image-39 {
    margin-bottom: 10px;
  }

  .stickyclarity {
    width: 80%;
  }

  .stickydropoff {
    width: 80%;
    margin-right: 20px;
  }

  .stickylocations {
    width: 80%;
  }

  .image-42 {
    margin-left: 0%;
  }

  .finalizedbrand {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .heading-38 {
    margin-top: 0;
    margin-left: 0;
  }

  .image-44, .image-45 {
    width: 220px;
  }

  .tsfinal {
    width: 180%;
    max-width: 200%;
    margin-top: 0;
    margin-left: -13px;
  }

  .image-46 {
    width: 50px;
    height: auto;
    display: block;
  }

  .topbackgroundhome {
    background-position: -10% 100%;
    background-size: 490px;
    height: 66vh;
  }

  .parallaxtitle {
    top: 58vh;
    overflow: hidden;
  }

  .parallaxtitle.home {
    top: 58vh;
  }

  .parallaxtitle.about {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 130px;
    display: inline;
    top: 60vh;
    left: 0;
    overflow: hidden;
  }

  .homepagename {
    font-size: 130px;
    line-height: 130px;
  }

  .homepagename.about {
    height: 100px;
    font-size: 100px;
    line-height: 100px;
    left: 10px;
  }

  .videotop {
    height: 165px;
  }

  .postslink {
    flex: 0 auto;
  }

  .readcvsvg {
    justify-content: center;
    align-items: center;
    width: 37px;
    margin-top: 0;
  }

  .talks {
    padding-bottom: 20px;
  }

  .talksheading {
    flex: 0 auto;
    order: 1;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 38px;
  }

  .worklistitem {
    padding-top: 10px;
    padding-bottom: 20px;
  }

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

  .inner-2 {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-left: 20px;
    display: flex;
  }

  .postslink-2 {
    flex: 0 auto;
  }

  .button-2 {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    transition: none;
    display: flex;
  }

  .button-2:hover {
    box-shadow: none;
    transform: none;
  }

  .readcvsvg-2 {
    width: 37px;
    margin-top: 0;
  }

  .igsvg-2 {
    width: 24px;
    height: 24px;
    margin-right: 0;
    overflow: visible;
  }

  .odinitalresearch.caption {
    font-size: 14px;
    line-height: 20px;
  }

  .odinsightsheading {
    width: 100%;
  }

  .div-block-8 {
    flex-flow: column;
    width: 100%;
  }

  .topbackgroundod {
    background-position: 32%;
    background-size: cover;
    height: 310px;
  }

  .tenstarimage {
    margin-left: 0;
    display: block;
    position: relative;
  }

  .asidecaption {
    flex: 0 auto;
    order: -1;
    width: 100%;
    max-width: 100%;
    margin-top: 36px;
    margin-bottom: 0;
    margin-right: auto;
    display: block;
  }

  .asidecaption.deliverycontent {
    margin-top: 68px;
  }

  .asidecaption.flows {
    width: 100%;
    margin-top: 0;
  }

  .asidecaption.instore {
    flex: 0 auto;
    order: 0;
    width: 100%;
    margin-top: -51px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .asidecaption.discovery {
    padding-top: 68px;
  }

  .asidecaption.competitor {
    order: -1;
  }

  .asidecaption.componentinventory {
    overflow: hidden;
  }

  .image-51 {
    display: none;
  }

  .bentocell.arrival {
    background-position: 50% 100%;
  }

  .bentoheading.center {
    text-align: left;
    flex: 1;
    max-width: 50%;
    margin-bottom: auto;
    margin-left: 0;
    display: block;
  }

  .orderstatusimg {
    width: 70%;
    right: 0;
  }

  .cellinner.orderstatus {
    height: 160px;
  }

  .cellinner._280 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 160px;
  }

  .cellinner.checkin, .cellinner.arrival, .cellinner.orderreview, .cellinner.twoway {
    height: 180px;
  }

  .image-52 {
    width: 45%;
    bottom: -9%;
    left: auto;
  }

  .image-53 {
    width: 49%;
    top: 30px;
    left: auto;
  }

  .image-54 {
    width: 50%;
    left: auto;
  }

  .image-55 {
    bottom: 0;
  }

  .image-56 {
    width: 81%;
    top: 60px;
  }

  .celllink {
    overflow: hidden;
  }

  .celllink.orderstatus {
    display: flex;
  }

  .modalwrapper-status {
    display: none;
  }

  .modalbackground-postorder {
    display: flex;
    overflow: auto;
  }

  .modalleft {
    height: 18em;
    margin-top: -62px;
  }

  .modalright {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 24px;
    overflow: auto;
  }

  .modalcontent {
    flex: 0 auto;
    margin-top: 0;
    overflow: auto;
  }

  .modalclose {
    padding: 3px 5px;
    display: block;
    top: 3%;
  }

  .modalwrapper-postorder {
    display: none;
    overflow: visible;
  }

  .featuremodal-postorder, .featuremodal-status {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    min-height: 100%;
    margin-top: 5%;
    padding-bottom: 16px;
  }

  .modalwrapper-push {
    display: none;
  }

  .modalbackground-push {
    overflow: auto;
  }

  .featuremodal-push {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    justify-content: flex-start;
    align-items: center;
    min-height: 100%;
    margin-top: 5%;
  }

  .modalwrapper-checkin {
    display: none;
  }

  .modalbackground-checkin {
    overflow: auto;
  }

  .featuremodal-checkin {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    min-height: 100%;
  }

  .modalbackground-arrival {
    overflow: auto;
  }

  .featuremodal-arrival {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    min-height: 100%;
    padding-bottom: 16px;
  }

  .featuremodal-orderreview, .featuremodal-twoway {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    min-height: 100%;
  }

  .image-58 {
    justify-content: flex-start;
    align-items: center;
  }

  .bentoheader {
    padding-left: 0;
  }

  .odtesting {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .odtesting.pcx {
    margin-top: 0;
  }

  .odtitle {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .odresearchinsights {
    margin-bottom: 68px;
  }

  .od2up {
    flex: 0 auto;
    width: 100%;
    padding-bottom: 20px;
  }

  .odinsightsrow {
    flex-flow: column;
    margin-bottom: 0;
  }

  .priorities {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .priorities.pcx {
    margin-top: 0;
  }

  .list-space {
    flex: 0 auto;
    max-width: 100%;
    margin-bottom: 0;
  }

  .continterationcard {
    width: 240px;
  }

  .cardtext {
    font-size: 14px;
    line-height: 17px;
  }

  .cardcarousel {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 20px;
  }

  .cardheading {
    margin-top: 34px;
  }

  .list-item-17 {
    font-size: 16px;
    line-height: 24px;
  }

  .list-item-18 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .list-7 {
    padding-left: 24px;
  }

  .paragraph-20 {
    margin-bottom: 24px;
  }

  .paragraph-21 {
    margin-top: 64px;
  }

  .background-video-6, .bgvidadditems, .bgvidpush, .bgvidcheckin, .bgvidarrival, .bgvidorderreview, .bgvidtwoway {
    width: 100%;
  }

  .topnavbutton {
    text-align: center;
    flex: none;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 18px;
    transition: none;
    display: flex;
  }

  .topnavbutton:hover {
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
    transform: none;
  }

  .topnavbutton.emailbutton {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .topnavbutton.emailbutton:hover {
    box-shadow: none;
    transform: none;
  }

  .topnavbutton.homeresume {
    margin-left: 0;
  }

  .aboutintrohome {
    margin-top: 50vh;
    margin-bottom: 60px;
    padding: 20px 0;
    font-weight: 700;
  }

  .background-video-7 {
    height: 35vh;
  }

  .topbackgroundhelios {
    background-position: 32%;
    background-size: cover;
    height: 310px;
  }

  .hds2up {
    flex: 0 auto;
    width: 100%;
    padding-bottom: 20px;
  }

  .hds2upchallenges {
    margin-bottom: 68px;
  }

  .odinsightsrow-copy, .hdschallengesrow {
    flex-flow: column;
    margin-bottom: 0;
  }

  .heliosbuttons {
    margin-bottom: 68px;
  }

  .teamimagecap {
    margin-top: 36px;
  }

  .heliosteam {
    margin-top: 0;
  }

  .earlyworkimages {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .earlyconcepts.caption {
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .foundation {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .foundation.pcx {
    margin-top: 0;
  }

  .image-72 {
    margin-left: 20px;
  }

  .componentspecsscroller {
    padding-left: 20px;
  }

  .image-73 {
    width: 200px;
    margin-left: 0;
    margin-right: 20px;
  }

  .image-74, .image-75 {
    width: 200px;
    margin-right: 20px;
  }

  .image-76 {
    width: 200px;
    margin-right: 60px;
  }

  .componentspecs.caption {
    text-align: left;
    width: 100%;
    margin-bottom: 68px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .tokensintro {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .tokensintro.pcx {
    margin-top: 0;
  }

  .headingexpansion {
    margin-bottom: 20px;
  }

  .paragraph-22 {
    margin-top: 68px;
  }
}

#w-node-_45bba0f0-6046-add4-ea2c-5c0381b1f300-3a0f54ae, #w-node-_55bee780-1b9e-c42c-dc4a-23b7ff2cf07d-3a0f54ae, #w-node-beaf0056-1e45-f015-2c09-0452f5779cf0-620b9d82, #w-node-beaf0056-1e45-f015-2c09-0452f5779d03-620b9d82, #w-node-_45bba0f0-6046-add4-ea2c-5c0381b1f300-a9d8566d, #w-node-_55bee780-1b9e-c42c-dc4a-23b7ff2cf07d-a9d8566d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8245f8ed-f581-f111-de92-ab3c995fae4a-09cfb8fa {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
}

#w-node-_67112e8b-2e71-2d92-2e12-7bb3592e6b17-09cfb8fa {
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr 2.5fr;
}

#w-node-_67112e8b-2e71-2d92-2e12-7bb3592e6b18-09cfb8fa, #w-node-_67112e8b-2e71-2d92-2e12-7bb3592e6b1a-09cfb8fa {
  grid-row: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_8245f8ed-f581-f111-de92-ab3c995fae4a-09cfb8fa {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr .75fr 1fr;
    display: grid;
  }

  #w-node-_8245f8ed-f581-f111-de92-ab3c995fae4b-09cfb8fa {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-_8245f8ed-f581-f111-de92-ab3c995fae4c-09cfb8fa, #w-node-dffda264-de4a-fe4e-f42d-a3fe30ee65ec-09cfb8fa {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_67112e8b-2e71-2d92-2e12-7bb3592e6b17-09cfb8fa {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1.25fr 1fr 1fr;
  }

  #w-node-_67112e8b-2e71-2d92-2e12-7bb3592e6b18-09cfb8fa {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_67112e8b-2e71-2d92-2e12-7bb3592e6b19-09cfb8fa {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_67112e8b-2e71-2d92-2e12-7bb3592e6b1a-09cfb8fa {
    order: 9999;
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-c703a87e-b30d-33db-637f-f84f8482b1ce-09cfb8fa {
    grid-column: span 2 / span 2;
  }

  #w-node-_077ad753-de3f-826a-0edf-8a9cd6c36314-ef66214e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-df77e58c-3e3b-8673-960b-3ec87b43f326-3a0f54ae, #w-node-_45bba0f0-6046-add4-ea2c-5c0381b1f300-3a0f54ae, #w-node-_684e09b4-65c4-cd72-4946-cb78c19a3fdc-3a0f54ae, #w-node-_55bee780-1b9e-c42c-dc4a-23b7ff2cf07d-3a0f54ae, #w-node-dc34df0e-5068-1d76-1be0-2a144ee2bb1e-3a0f54ae, #w-node-beaf0056-1e45-f015-2c09-0452f5779cd5-620b9d82, #w-node-beaf0056-1e45-f015-2c09-0452f5779cde-620b9d82, #w-node-beaf0056-1e45-f015-2c09-0452f5779ce7-620b9d82, #w-node-beaf0056-1e45-f015-2c09-0452f5779cf0-620b9d82, #w-node-beaf0056-1e45-f015-2c09-0452f5779cfa-620b9d82, #w-node-beaf0056-1e45-f015-2c09-0452f5779d03-620b9d82, #w-node-beaf0056-1e45-f015-2c09-0452f5779d0c-620b9d82, #w-node-df77e58c-3e3b-8673-960b-3ec87b43f326-a9d8566d, #w-node-_17b03403-7def-d889-3db2-390ffbd12daa-a9d8566d, #w-node-_8278f9ec-02e0-4330-6c15-0e49f70aefb9-a9d8566d, #w-node-_45bba0f0-6046-add4-ea2c-5c0381b1f300-a9d8566d, #w-node-_684e09b4-65c4-cd72-4946-cb78c19a3fdc-a9d8566d, #w-node-_55bee780-1b9e-c42c-dc4a-23b7ff2cf07d-a9d8566d, #w-node-dc34df0e-5068-1d76-1be0-2a144ee2bb1e-a9d8566d {
    justify-self: stretch;
  }

  #w-node-_8245f8ed-f581-f111-de92-ab3c995fae4a-09cfb8fa {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_67112e8b-2e71-2d92-2e12-7bb3592e6b19-09cfb8fa {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8245f8ed-f581-f111-de92-ab3c995fae4a-09cfb8fa {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_8245f8ed-f581-f111-de92-ab3c995fae4b-09cfb8fa {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_8245f8ed-f581-f111-de92-ab3c995fae4c-09cfb8fa, #w-node-dffda264-de4a-fe4e-f42d-a3fe30ee65ec-09cfb8fa {
    grid-row: span 2 / span 2;
  }

  #w-node-_67112e8b-2e71-2d92-2e12-7bb3592e6b18-09cfb8fa, #w-node-_67112e8b-2e71-2d92-2e12-7bb3592e6b19-09cfb8fa, #w-node-c703a87e-b30d-33db-637f-f84f8482b1ce-09cfb8fa {
    grid-column: span 4 / span 4;
  }

  #w-node-_77af3a1d-f27b-1b21-4085-ccae1c687b90-ef66214e, #w-node-f1995061-85af-f0c4-69a0-519a35749be4-ef66214e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'NeueMachina';
  src: url('../fonts/PPNeueMachina-Ultrabold.woff2') format('woff2'), url('../fonts/PPNeueMachina-Ultrabold.eot') format('embedded-opentype'), url('../fonts/PPNeueMachina-Ultrabold.ttf') format('truetype'), url('../fonts/PPNeueMachina-Ultrabold.otf') format('opentype');
  font-weight: 700;
  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-Medium.woff2') format('woff2'), url('../fonts/Aeonik-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RelativeMono';
  src: url('../fonts/relative-mono-10-pitch.woff2') format('woff2'), url('../fonts/relative-mono-10-pitch.eot') format('embedded-opentype'), url('../fonts/relative-mono-10-pitch.woff') format('woff'), url('../fonts/relative-mono-10-pitch.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NeueMachinaInktrap';
  src: url('../fonts/PPNeueMachina-InktrapBold.woff2') format('woff2'), url('../fonts/PPNeueMachina-InktrapBold.woff') format('woff'), url('../fonts/PPNeueMachina-InktrapBold.ttf') format('truetype'), url('../fonts/PPNeueMachina-InktrapBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}