:root {
  --soft-black: #1e1d1d;
  --concrete: #c8c4c1;
  --light-grey: #e3e2e1;
  --pure-black: black;
  --white-smoke: #f8f7f4;
  --medium-grey: #908d8a;
  --rule-cs-headings: #eaeaea;
  --backgrounds: #f9f9f9;
  --sciops-blue: #2a3746;
  --ss-bk-blue: #f7f8fa;
  --cornflower-blue: #618bff;
  --orange-red: #f56020;
  --medium-sea-green: #00c463;
  --honeydew: #ecfdf5;
  --sub-kleur: var(--white-smoke);
}

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

body {
  color: var(--soft-black);
  background-color: #0000;
  background-image: url('../images/off-white-background.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1;
}

h1 {
  color: var(--soft-black);
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 6.75em;
  font-weight: 300;
  line-height: 1.2;
  display: inline-block;
}

h2 {
  color: var(--soft-black);
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.8em;
  font-weight: 300;
  line-height: 1.3;
}

h3 {
  color: var(--soft-black);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.4;
}

h4 {
  color: var(--soft-black);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.5;
}

h5 {
  color: var(--soft-black);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .83em;
  font-weight: 400;
  line-height: 2;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.5;
}

a {
  color: var(--soft-black);
  letter-spacing: -.02em;
  text-transform: none;
  line-height: 1.3;
  text-decoration: none;
}

a:hover {
  color: var(--soft-black);
}

li {
  text-indent: 0;
  white-space: normal;
  line-height: 1.6;
}

img {
  width: 100%;
  display: inline-block;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: block;
  position: static;
  top: 0%;
  left: 0%;
  right: 0%;
}

.container.navbar {
  z-index: 1000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  inset: 3% 0 auto;
}

.container.is-nav {
  height: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  position: fixed;
  overflow: hidden;
}

.container.is-case-study {
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.cs-hero-image {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-top: 0%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.cs-hero-image.groen {
  background-color: #bff6c3;
}

.container.cs-hero-image.blauw {
  background-color: #c3dbeb;
}

.container.cs-hero-image.rood {
  background-color: #f0d1d3;
}

.container.cs-hero-image.geel {
  background-color: #fcf6bd;
}

.container.is-about {
  flex-direction: row;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container.is-footer {
  justify-content: flex-end;
  height: 90vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.container.is-footer.work-footer {
  height: 45vh;
  margin-top: 4em;
  margin-bottom: 4em;
}

.container.is-footer.work {
  height: auto;
}

.container.is-more-cs {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.container.cs-more {
  margin-right: .75rem;
  padding-top: 3em;
  padding-bottom: 3em;
}

.container.is-archive {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.container.is-photography {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container.more-archive {
  padding-bottom: 10em;
}

.container.cs-hero-image {
  background-color: #edebe9;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-top: 0%;
  padding-bottom: 4em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.container.cs-hero-tada {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-top: 0%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
  font-family: Inter, sans-serif;
}

.style_item.xlarge-paragraph {
  font-family: Inter, sans-serif;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
  font-size: 1em;
}

.section {
  z-index: 1000;
  color: var(--soft-black);
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.section.home-hero-top {
  background-color: var(--soft-black);
  background-image: url('../images/Grain_White_Background.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 300px 300px;
  flex-flow: row;
  place-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-top: 12%;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.home-hero-bottom {
  background-color: var(--concrete);
  height: 100vh;
  display: block;
}

.section.is-black {
  background-color: var(--soft-black);
  border-top: 2px solid #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
}

.section.is-black.footer {
  border-top: 0 #0000;
  align-items: flex-start;
  height: 10vh;
  min-height: auto;
}

.section.is-black.is-archive {
  height: auto;
}

.section.is-black.is-contact-sec {
  height: 100vh;
}

.section.is-light-grey {
  background-color: var(--light-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.section.experiments-hero {
  background-color: var(--concrete);
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.section.is-black {
  background-color: var(--soft-black);
  flex-direction: row;
  align-items: flex-start;
  height: 75vh;
  min-height: auto;
  margin-top: 0;
  padding-top: 2em;
  padding-bottom: 0%;
  display: flex;
}

.section.is-about {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  min-height: 100vh;
  margin-bottom: 0;
  padding-top: 10%;
  padding-bottom: 0;
  display: flex;
}

.section.is-archive {
  border-top: 0px solid var(--soft-black);
  background-color: var(--soft-black);
  border-bottom: 0 solid #000;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 4em;
  padding-bottom: 4em;
  display: block;
}

.section.is-footer {
  color: var(--soft-black);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 110vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.is-footer.black.work-footer {
  color: var(--pure-black);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-height: 50vh;
  padding-top: 4em;
}

.section.is-footer.black.work {
  min-height: 0;
}

.section.is-images {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 8em;
  padding-bottom: 8em;
  display: block;
}

.section.is-nav {
  box-shadow: none;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: #ffffffb3;
  background-image: url('../images/Grain_White_Background.png');
  background-position: 50%;
  background-size: 300px 300px;
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  position: fixed;
}

.section.is-white {
  color: var(--soft-black);
  background-color: #fff;
}

.section.is-white.is-more-cs {
  min-height: 100vh;
  padding-bottom: 53px;
}

.section.is-white.is-grey {
  background-color: var(--light-grey);
}

.section.cs-hero-section {
  justify-content: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 4em;
  display: flex;
}

.section.cs-hero-section.groen {
  background-color: #bff6c3;
}

.section.cs-hero-section.blauw {
  background-color: #c3dbeb;
}

.section.cs-hero-section.rood {
  background-color: #f0d1d3;
}

.section.cs-hero-section.geel {
  background-color: #fcf6bd;
}

.section.black {
  background-color: var(--soft-black);
}

.section.is-white-copy.is-more-cs {
  min-height: 100vh;
  padding-bottom: 53px;
}

.section.is-white-copy.is-grey {
  background-color: var(--light-grey);
}

.section.is-white-copy {
  color: #1e1d1d;
  background-color: #fff;
}

.heading {
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
}

.body {
  letter-spacing: -.01em;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  flex: 1;
  width: 260px;
  margin-left: 1em;
  margin-right: 1em;
  display: flex;
}

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

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

.paragraph {
  margin-bottom: .5em;
  line-height: 1.6;
}

.paragraph.large {
  letter-spacing: -.01rem;
  max-width: 70ch;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.3;
}

.paragraph.large.about-description-2 {
  padding-bottom: 4em;
}

.paragraph.large.is-bold {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.paragraph.large.cs-description-homepage {
  font-family: Inter, sans-serif;
}

.paragraph.large.smaller {
  max-width: 35ch;
}

.paragraph.is-large.is-white {
  font-size: 1.6vw;
}

.paragraph.is-italic {
  font-style: normal;
}

.paragraph.is-white {
  font-weight: 200;
  display: block;
}

.paragraph.x-large {
  letter-spacing: -.02em;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 1.4;
}

.paragraph.more-leading {
  line-height: 2;
}

.paragraph.small {
  font-size: .83em;
}

.paragraph.small.coming-soon {
  color: var(--medium-grey);
  margin-right: 3px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.paragraph.large-copy {
  letter-spacing: -.01rem;
  align-self: center;
  max-width: 70ch;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph.large-copy.about-description-2 {
  padding-bottom: 4em;
}

.paragraph.large-copy.is-bold {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.image {
  background-color: #0000;
  width: 100%;
  height: 50em;
}

.heading-3 {
  justify-content: flex-end;
  display: flex;
  position: absolute;
}

.image-2 {
  color: #0000;
}

.hero-header-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  display: block;
}

.rule {
  height: 2em;
  padding-bottom: 0;
}

.rule.full-width {
  height: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.rule.is-black {
  background-color: var(--soft-black);
  height: 2px;
  margin-bottom: 1.5em;
  display: block;
}

.rule.is-black.cs-hero {
  margin-bottom: 1em;
}

.rule.is-black.is-homepage {
  margin-bottom: 0;
  margin-left: -4em;
  margin-right: -4em;
  display: block;
}

.rule.cs-divider {
  background-color: var(--light-grey);
  margin-top: 8em;
  margin-bottom: 8em;
  display: block;
}

.rule.for-menu {
  height: 1px;
  margin-bottom: .5em;
}

.text-block {
  color: #000;
  letter-spacing: -.05em;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 20vw;
  font-weight: 400;
  line-height: 1;
}

.heading-5 {
  margin-left: -25px;
  display: block;
}

.heading-6 {
  font-size: 3.47vw;
}

.teaser {
  letter-spacing: -.05em;
  font-size: 5vw;
}

.navbar {
  flex-direction: row;
  align-self: auto;
  align-items: flex-start;
  max-width: 100%;
  display: block;
}

.container-2 {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.nav-wrapper {
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 26px;
  padding-bottom: 24px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.menu-wrapper {
  flex-wrap: nowrap;
  flex: none;
  justify-content: flex-end;
  height: 60px;
  margin-right: 0;
  padding: 20px 0 20px 20px;
  display: none;
}

.heading-7 {
  justify-content: flex-end;
  display: block;
}

.heading-8 {
  margin-left: -20px;
}

.hero-copy-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
}

.heading-9 {
  align-items: center;
  display: block;
}

.heading-10 {
  display: block;
}

.section-2 {
  height: 100vh;
}

.section-3 {
  display: flex;
}

.grid {
  grid-column-gap: 0em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  width: 100%;
  height: 100vh;
}

.grid.is-hero-2 {
  grid-column-gap: 0em;
  height: 90vh;
}

.grid.cs-info-wrapper {
  grid-template-columns: .25fr .75fr;
  align-content: start;
  align-items: start;
  height: auto;
  font-size: 1vw;
}

.grid.cs-info-wrapper.is-top {
  padding-bottom: 1em;
}

.grid.cs-info-wrapper.is-bottom {
  height: auto;
  overflow: hidden;
}

.grid.is-80vh {
  height: 80vh;
  overflow: hidden;
}

.grid.is-experiments {
  grid-template-columns: .25fr .25fr;
  justify-content: stretch;
  height: 90vh;
}

.grid.is-contact {
  height: 70vh;
}

.grid-content {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.grid-content.base-aligned {
  overflow: hidden;
}

.grid-content.is-casestudy {
  justify-content: flex-start;
}

.grid-content.for-footer {
  justify-content: flex-end;
}

.grid-content.right-aligned {
  align-items: flex-end;
}

.grid-content.project-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.grid-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4em 0 4em 2em;
  display: flex;
  overflow: hidden;
}

.grid-right.is-experiments {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.grid-right.contact {
  justify-content: flex-end;
}

.grid-right.cs-description {
  width: 50%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.grid-right.cs-img {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.grid-left {
  background-color: #0000;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-right: 2em;
  display: flex;
  overflow: hidden;
}

.grid-left.contact {
  flex: 1;
  justify-content: space-around;
}

.grid-left.cs-title {
  padding-top: 0;
  padding-bottom: 0;
}

.grid-left.cs-name {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.home-link-block {
  flex-direction: row;
  flex: none;
  font-size: 1vw;
  display: block;
}

.home-link-block.w--current {
  width: 25%;
  height: 60px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.is-digital-designer {
  margin-bottom: 5px;
  margin-left: -20px;
  font-size: 16.5em;
  line-height: 1.2;
}

.grid-link {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: block;
}

.grid-links-bottom {
  width: 100%;
  display: flex;
}

.link {
  font-weight: 300;
}

.link-2 {
  color: var(--soft-black);
  letter-spacing: -.02em;
  text-transform: none;
  font-size: 1.88em;
  line-height: 1.3;
}

.cs-header {
  width: 50%;
  padding-top: 8em;
  padding-bottom: 4em;
  display: block;
}

.is-white {
  color: var(--white-smoke);
  display: block;
}

.is-white.close {
  display: none;
  position: static;
}

.cs-wrapper {
  height: auto;
  padding-top: 4em;
  padding-bottom: 4em;
}

.cs-image-wrapper {
  color: #0000;
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.simplestage-link {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  display: block;
}

.grid-description-home {
  padding-left: 2em;
}

.sciops-link {
  height: 100%;
}

.archive-header {
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  margin-top: 0;
  margin-bottom: -8.4em;
  display: flex;
}

.archive-projects {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  display: flex;
}

.archive-project-imgs {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photography-link {
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.purely-visual-img {
  object-fit: fill;
  object-position: 50% 50%;
  width: auto;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.experiments-square-img {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.experiments-circle-img {
  border-radius: 0;
  width: auto;
  max-width: 50%;
  height: 100%;
  overflow: hidden;
}

.experiment-img-1 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  width: 100%;
  max-width: none;
  height: 100%;
}

.experiment-img-2 {
  object-fit: cover;
  border-radius: 0%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.grid-top {
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.grid-top.contact-header {
  justify-content: flex-start;
  align-items: flex-start;
}

.grid-top.contact-links {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.grid-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 50%;
  display: flex;
  overflow: hidden;
}

.grid-bottom.contact-info {
  align-items: center;
  display: block;
}

.grid-bottom.is-status {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 25%;
  padding-bottom: 2em;
}

.grid-bottom.is-contact-wrapper {
  flex-direction: column;
  height: auto;
  min-height: auto;
  margin-left: 1em;
}

.grid-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  display: block;
  overflow: visible;
}

.contact-wrapper {
  width: 100%;
  display: flex;
}

.rule {
  background-color: var(--concrete);
  height: 2px;
  margin-bottom: 1.5em;
}

.contact-item {
  color: var(--soft-black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-item.is-email, .contact-item.is-linkedin {
  margin-bottom: 0;
}

.footer-links-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 1em;
  display: flex;
}

.footer-links-wrapper.is-white {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 2em;
}

.archive-img-1 {
  z-index: 1;
  width: auto;
  max-width: none;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.purely-visual-title {
  display: block;
}

.navigation {
  z-index: 0;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #f8f7f466;
  border: 1px #1e1d1d47;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  display: flex;
  position: static;
  inset: 1% 0% auto;
}

.menu-overlay {
  z-index: 999;
  background-color: var(--soft-black);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-right: 0;
  padding: 4em;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-item-wrapper.is-white {
  color: var(--white-smoke);
  flex-direction: column;
  width: 100%;
  margin-bottom: .5em;
  font-size: 3em;
  display: flex;
}

.menu-item-wrapper.is-white.is-contact {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.menu-item {
  letter-spacing: -.03em;
  justify-content: space-between;
  align-items: center;
  padding-right: .2em;
  font-size: 1.5em;
  display: flex;
  overflow: hidden;
}

.menu-item.with-arrow {
  padding-right: 0;
  display: flex;
}

.long-arrow-wrapper {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 250px;
  max-width: none;
  height: auto;
  display: flex;
  overflow: hidden;
}

.image-3 {
  height: 5.2em;
}

.long-arrow {
  width: 100%;
  max-width: none;
  height: auto;
  display: none;
}

.menu-links-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 90%;
  margin-top: 50px;
  display: flex;
}

.archive-title-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.archive-image-2 {
  z-index: 0;
  width: auto;
  max-width: none;
  height: 100%;
  display: block;
  position: static;
}

.cs-hero-title {
  height: 50%;
  padding-bottom: 50px;
}

.cs-hero-grid {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: start;
  width: 100%;
  height: auto;
  margin-top: 2em;
  margin-bottom: 0;
  padding-top: 3px;
  display: grid;
}

.cs-hero-content-wrapper {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.sticky-nav-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  height: auto;
  padding-right: 169px;
  display: flex;
  position: sticky;
  top: 6em;
  bottom: 0;
}

.cs-content-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cs-section-link {
  padding-top: .75em;
  padding-bottom: .75em;
  font-size: .83em;
  font-weight: 400;
  line-height: 2;
}

.cs-section-link:hover {
  font-style: normal;
  font-weight: 500;
}

.cs-section-link:active {
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
}

.cs-section-link.grey {
  color: var(--medium-grey);
}

.cs-section-wrapper {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.cs-section-wrapper.intro {
  margin-top: 40px;
  margin-bottom: 0;
}

.cs-section-wrapper.bottom-margin {
  margin-bottom: 20em;
}

.heading-12 {
  font-size: 1.11em;
}

.heading-13 {
  letter-spacing: -.03px;
}

.heading-14 {
  line-height: 1.2;
}

.cs-header-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 4em;
  margin-bottom: 4em;
  display: flex;
}

.cs-header-wrapper.no-margin {
  margin-top: 0;
  margin-bottom: 4em;
}

.cs-header-wrapper.no-bottom-margin {
  margin-bottom: 0;
}

.cs-header-wrapper.inleiding {
  margin-top: 0;
}

.h5-section-header {
  width: auto;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 400;
}

.cs-3column-grid-wrapper {
  width: 85%;
}

.cs-3column-grid-wrapper.full-width {
  width: 100%;
}

.cs-2-column-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  width: auto;
  margin-bottom: 0;
}

.cs-column-divider-left {
  width: 45%;
  height: 20px;
}

.cs-hero-columns {
  width: 100%;
}

.div-block-2 {
  width: 50%;
}

.column {
  align-items: flex-start;
  display: flex;
}

.cs-hero-year {
  width: 50%;
}

.cs-hero-50-div {
  flex-direction: row;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  display: flex;
}

.nav-link-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  display: flex;
}

.nav-link {
  color: #1e1d1d99;
  letter-spacing: .04em;
  text-transform: capitalize;
  cursor: pointer;
  margin-left: 0;
  padding-right: 4em;
  font-size: 14px;
  font-weight: 600;
}

.nav-link:hover {
  opacity: .5;
  color: #1e1d1dcc;
}

.nav-link.w--current {
  cursor: pointer;
}

.nav-link.is-contact {
  margin-left: auto;
  padding-right: 0;
}

.nav-link.is-home.is-white, .nav-link.is-white {
  color: var(--white-smoke);
  letter-spacing: -.01em;
  text-transform: lowercase;
  font-weight: 400;
}

.menu-link-wrapper {
  z-index: 3000;
  width: 30px;
  display: none;
  position: relative;
  inset: 0% 0% auto auto;
}

.cs-hero-header, .cs-hero-header.is-med-grey {
  color: var(--medium-grey);
}

.div-is-25 {
  width: 25%;
  margin-left: 0;
}

.div-is-25.cs-div-right {
  margin-left: 0;
}

.div-is-75 {
  flex-direction: column;
  justify-content: space-between;
  width: 75%;
  display: flex;
}

.about-content-wrapper {
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 168px;
  display: flex;
}

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

.grid-text-wrapper.is-50 {
  width: 60ch;
  margin-left: 0;
}

.grid-is-experience {
  grid-column-gap: 0px;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .25fr .75fr;
  margin-top: 8em;
  margin-bottom: 10em;
}

.about-hero-wrapper {
  justify-content: flex-end;
  align-items: center;
  height: 80vh;
  display: flex;
}

.div-is-50 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.div-is-50.cs-hero-image {
  margin-left: 1em;
}

.div-is-50.cs-info-wrapper {
  justify-content: space-between;
  margin-right: 1em;
}

.div-is-50.right-margin {
  margin-right: 1em;
  font-family: Inter, sans-serif;
  font-size: 1.5em;
}

.div-is-50.left-margin {
  margin-left: 1em;
}

.div-is-50.breaks-to-100 {
  width: 50%;
}

.div-is-50.cs-div-right {
  margin-left: 2em;
}

.div-is-50.cs-div-right.smaller {
  max-width: 55ch;
}

.div-is-50.cs-div-left {
  margin-right: 2em;
  position: static;
}

.div-is-50.work-page {
  margin-left: 1em;
}

.footer-wrapper {
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: 50px;
  display: block;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.collection-item {
  margin-top: 10em;
}

.collection-list-wrapper {
  margin-top: 8em;
  display: none;
}

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

.grid-footer {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: auto;
  padding-top: 6em;
  padding-bottom: 4em;
}

.grid-footer.work-footer {
  align-self: stretch;
}

.about-img-wrapper {
  border-radius: 100vh;
  width: 30%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

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

.rich-text-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.archive-links-container {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.archive-links {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 60vh;
  padding-right: 1em;
  display: flex;
}

.links_archive-link {
  justify-content: space-between;
  padding-right: 25px;
  display: flex;
}

.archive-link-img {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: auto;
  padding-left: 25px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.links_item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.collection-list-wrapper-2 {
  margin-top: auto;
}

.graphic-long-arrow {
  width: 15em;
}

.heading-16 {
  display: none;
  position: static;
  inset: 16% 18% 0% auto;
}

.hero-sub-head {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: auto;
  margin-left: 4em;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.cs-project-type {
  color: var(--soft-black);
  padding-bottom: 6em;
}

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

.link-button {
  object-fit: fill;
  flex-direction: row;
  align-items: center;
  width: auto;
  display: flex;
  overflow: visible;
}

.link-block.back-to-top {
  overflow: hidden;
}

.image-6 {
  max-width: none;
  display: block;
}

.heading-18 {
  display: inline-block;
}

.arrow-small-link {
  flex: none;
  width: 1.4em;
  max-width: none;
  height: 1.2em;
  padding-top: 2px;
  padding-left: 7px;
  display: block;
}

.link-block-2 {
  border: 1.5px solid #000;
  border-radius: 20px;
  padding: 5px 10px;
}

.cs-link {
  border: 0 solid #000;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 15px;
  display: flex;
}

.casestudy-link {
  border-radius: 100vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link-small {
  color: var(--soft-black);
  letter-spacing: -.01em;
  font-size: .83em;
  font-weight: 400;
}

.div-is-30 {
  width: 30%;
}

.div-is-60 {
  flex-direction: column;
  justify-content: flex-start;
  width: 65.5%;
  display: flex;
}

.div-is-60.is-results-content, .div-is-60.is-about {
  margin-left: auto;
}

.div-is-60.negative-margin {
  margin-top: -4em;
}

.div-is-60.cs-info-wrapper {
  justify-content: space-between;
  margin-right: 2em;
}

.div-is-60.dropshadow {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px -1px #d2d2d2;
}

.cs-rich-text {
  margin-bottom: 8em;
}

.list {
  padding-left: 0;
}

.about-info-wrapper {
  width: 100%;
  margin-bottom: 1.5em;
}

.more-case-studies {
  grid-column-gap: 2em;
  grid-template-rows: auto;
}

.h3-header {
  padding-top: 72px;
  padding-bottom: 72px;
}

.more-cs-img {
  object-fit: cover;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.collection-item-2 {
  flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

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

.link-cs-title-wrapper {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cs-title-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.cs-catagories {
  color: var(--soft-black);
  font-size: 0;
}

.img-cs-hero {
  width: 100%;
  max-width: none;
  height: 80%;
}

.section-4 {
  display: none;
}

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

.paragraph-2 {
  color: var(--soft-black);
}

.arrow-external-link {
  filter: invert();
  width: 2.5em;
  height: auto;
  margin-left: auto;
}

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

.arrow-top {
  width: 2em;
}

.copyright {
  margin-bottom: -5px;
  margin-left: auto;
  padding-bottom: 0;
}

.h1-is-name {
  color: var(--soft-black);
  letter-spacing: 0;
  margin-left: -5px;
  font-family: Epilogue;
  font-weight: 700;
}

.h1-is-name.white {
  color: var(--rule-cs-headings);
}

.h1-headline {
  color: var(--pure-black);
  letter-spacing: 0;
  text-transform: uppercase;
  width: auto;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 900;
  overflow: hidden;
}

.h1-headline.is-designer {
  margin-left: auto;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.moblie-nav-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 20px;
}

.close-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 11px;
  display: flex;
  position: relative;
}

.menu-close {
  background-color: var(--concrete);
  color: var(--concrete);
  width: 30px;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.menu-close.is-45 {
  position: relative;
  transform: rotate(45deg);
}

.home-link-wrapper {
  z-index: 1000;
  position: relative;
}

.menu-contact-links {
  justify-content: space-between;
  width: 100%;
  font-size: 3vw;
  display: flex;
}

.h3-is-normal {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.cs-hero-copy {
  margin-top: -6px;
  padding-right: 6em;
  line-height: 1.5;
}

.collection-list-wrapper-3 {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: block;
}

.collection-list {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.about-wrapper {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-8 {
  height: 100vh;
}

.experience-wrapper {
  margin-bottom: 1em;
}

.is-about {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1em;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 300;
}

.is-about.is-italic {
  font-family: Ppeiko;
}

.menu-contact-item {
  color: var(--white-smoke);
  width: 48%;
  font-size: 1em;
}

.arrow-menu-contact {
  filter: invert();
  width: auto;
  max-width: none;
  height: .7em;
}

.arrow-menu-link {
  filter: invert();
  width: auto;
  max-width: none;
  height: .7em;
  transform: rotate(45deg);
}

.arrow-menu-link.is-contact {
  filter: invert(31%);
  transform: rotate(135deg);
}

.menu-arrow-down {
  opacity: .39;
  filter: invert();
  width: auto;
  max-width: none;
  height: .7em;
  transform: rotate(135deg);
}

.divider {
  background-color: var(--soft-black);
  width: 100%;
  height: 1.5px;
  display: block;
}

.divider.light {
  background-color: var(--rule-cs-headings);
}

.divider.for-tab {
  color: var(--soft-black);
  width: 100%;
  margin-bottom: 0;
}

.divider.is-med-grey {
  background-color: var(--medium-grey);
}

.divider.is-white {
  background-color: var(--white-smoke);
}

.is-challenge {
  margin-top: 4em;
}

.rule-footer {
  background-color: var(--soft-black);
  height: 1px;
  margin-bottom: 1.5em;
}

.rule-footer.is-white {
  background-color: var(--white-smoke);
}

.added-leading {
  line-height: 1.8;
}

.cs-2-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cs-2-column.project-goals {
  grid-row-gap: 15px;
}

.project-goals-wrapper {
  flex-direction: row;
  margin-top: 1em;
  display: block;
}

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

.is-medium {
  margin-right: 2em;
  font-weight: 500;
}

.goal {
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.small-rule {
  background-color: var(--light-grey);
  border: 1px #000;
  border-radius: 20px;
  width: 100%;
  height: 1px;
  padding-bottom: 0;
}

.small-rule.is-med-grey {
  background-color: var(--medium-grey);
}

.rule-cs-headings {
  background-color: var(--rule-cs-headings);
  height: 1px;
  margin-bottom: 2em;
  padding-right: 0;
}

.rule-cs-headings.is-med-grey {
  background-color: var(--medium-grey);
}

.cs-section-heading {
  color: var(--pure-black);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 2em;
  margin-bottom: 2em;
  font-family: Ibmplexmono, Arial, sans-serif;
  font-weight: 500;
}

.cs-section-heading.no-margin {
  margin-top: 0;
}

.phase-image-wrapper {
  background-color: var(--backgrounds);
  justify-content: center;
  margin-bottom: 2em;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  overflow: hidden;
}

.phase-image-wrapper.sciops-gifs {
  background-color: #ebebeb;
  padding: 6em 2em;
}

.phase-image-wrapper.no-bk-color {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.phase-image-wrapper.no-bk-color.boijamnsn {
  height: 500px;
}

.phase-image-wrapper.ss {
  background-color: #f7f8fa;
}

.phase-image-wrapper.sciops-blue {
  background-color: var(--sciops-blue);
}

.phase-image {
  width: 90%;
  height: auto;
}

.phase-image.outline {
  border: 1px solid var(--rule-cs-headings);
}

.phase-image.full-width {
  object-fit: fill;
  width: 100%;
}

.phase-image.full-width.bottom-margin {
  margin-bottom: 4em;
}

.phase-image.full-width.background-video-3 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.phase-image.yum-comp-analysis {
  width: 50%;
  margin-left: auto;
  padding-left: 2em;
}

.phase-image.yum-sitemap {
  width: 75%;
}

.phase-image.sciops-logo {
  width: 40%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.phase-image.animated-icons {
  margin-top: 100px;
  margin-bottom: 100px;
}

.phase-image.sciops-sitemap {
  width: 50%;
}

.phase-image.yum-flow {
  width: 90%;
}

.phase-header-wrapper {
  flex-direction: column;
  display: flex;
}

.phase-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: block;
}

.phase-wrapper.bottom-margin {
  margin-bottom: 20em;
}

.phase-list {
  align-self: flex-start;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 30px;
}

.phase-list.top-margin {
  margin-top: 1.6em;
}

.phase-video-wrapper {
  background-color: var(--backgrounds);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4em;
  padding: 8em 0;
  display: flex;
}

.phase-video-wrapper.sciops {
  background-color: #f3f3f3;
  padding: 8em 10%;
}

.phase-video-wrapper.ss {
  background-color: var(--ss-bk-blue);
}

.phase-video-wrapper.podcast-video {
  background-color: #c3dbeb;
  padding: 0 15%;
}

.video {
  max-width: 1440px;
}

.normal-weight {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.mono-type {
  letter-spacing: -.09em;
  font-family: IBM Plex Mono;
  font-size: .83em;
  font-weight: 300;
}

.mono-type.coming-soon {
  letter-spacing: 0;
}

.phase-image-right {
  width: 50%;
  max-width: 100%;
  height: auto;
  margin-left: 1em;
  display: block;
}

.phase-image-right.outline {
  border: 1px solid var(--rule-cs-headings);
}

.phase-image-right.sciops-infograph {
  border: 1px solid var(--light-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: flex;
}

.phase-image-left {
  width: 50%;
  max-width: 100%;
  height: auto;
  margin-right: 1em;
}

.phase-image-left.sciops-infograph {
  border: 1px solid var(--light-grey);
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: flex;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
}

.link-block-3, .link-to-cs, .image-8, .cs-image {
  width: 100%;
}

.cs-title-block {
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.phase-tab-wrapper {
  width: 100%;
  margin-top: 4em;
  padding: 36px;
  display: none;
}

.tab-link-tab-1 {
  background-color: #0000;
}

.tab-link-tab-1.w--current {
  background-color: #fff;
}

.tab-link {
  border-bottom: 1px solid var(--rule-cs-headings);
  color: var(--medium-grey);
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-right: -1px;
  padding: 8px 0 6px;
  display: flex;
}

.tab-link:hover {
  color: var(--soft-black);
}

.tab-link.w--current {
  border-bottom: 1px solid var(--soft-black);
  color: var(--soft-black);
  background-color: #0000;
  justify-content: space-around;
  width: 100%;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
}

.tab-link.w--current:hover {
  color: var(--soft-black);
}

.tab-link.w--current:active {
  background-color: #0000;
}

.tab-copy-wrapper {
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
  display: flex;
}

.tabs-menu {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tabs-menu.is-30 {
  width: 30%;
}

.heading-19 {
  display: flex;
}

.tabs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab-text {
  letter-spacing: 0;
  font-size: .8em;
  font-weight: 500;
}

.tabs-content {
  width: auto;
  margin-right: 0;
  padding: 25px 0 13px;
}

.vertical-divider {
  background-color: var(--soft-black);
  width: 2px;
  height: 12px;
  margin-right: 5px;
}

.is-regular {
  letter-spacing: 0;
  font-weight: 700;
}

.problem-header {
  margin-bottom: 1em;
}

.home-link-white {
  color: var(--white-smoke);
  letter-spacing: -.01em;
  text-transform: lowercase;
  font-weight: 400;
}

.navigation-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-top: 25px;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.archive-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 10em;
  margin-bottom: 8em;
  display: flex;
}

.archive-img-wrapper {
  width: 50%;
  height: 60vh;
  padding-left: 1em;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.column-2 {
  flex-direction: column;
  display: block;
}

.image-9, .image-10 {
  width: 50%;
}

.description-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.description-wrapper.work {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
}

.description-wrapper.cs-home {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 0;
}

.link-block-extra {
  overflow: hidden;
}

.grid-is-extras {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-auto-flow: row;
  width: 100%;
  margin-top: 4em;
  margin-bottom: 8em;
}

.black-rule {
  background-color: var(--soft-black);
  height: 1.5px;
  position: static;
}

.about-background-image {
  z-index: -1;
  height: 100vh;
  position: fixed;
}

.text-span {
  font-weight: 400;
  text-decoration: underline;
}

.profile-img-wrapper {
  object-fit: cover;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
  position: static;
  inset: auto auto auto 0%;
  overflow: hidden;
}

.about-copy {
  z-index: 1;
  width: 50%;
  padding-right: 2em;
  position: relative;
}

.grid-expertise {
  grid-column-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  margin-top: 8em;
}

.experience-item {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.profile-image {
  object-fit: fill;
  border-style: solid;
  border-color: #000;
  width: 100%;
  height: auto;
}

.photo-hover-span {
  font-family: Gt super display;
  font-weight: 300;
}

.photo-hover-span:hover {
  text-decoration: none;
}

.grid-about-2column {
  grid-column-gap: 2em;
  grid-template-rows: auto;
  margin-top: 8em;
  margin-bottom: 8em;
}

.info-wrapper-link {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.5em;
  display: block;
  overflow: hidden;
}

.work-header-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-top: 0%;
  padding-bottom: 4em;
  display: flex;
}

.project-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 8em;
  display: block;
}

.project-wrapper.work-page {
  flex-direction: row;
  padding-bottom: 4em;
  display: flex;
}

.cs-work-img {
  -webkit-text-fill-color: inherit;
  background-color: #c44;
  background-image: linear-gradient(#a03a3ade, #a03a3ade);
  background-clip: border-box;
}

.archive-work-img {
  width: auto;
  margin-right: 1em;
}

.archive-collection-wrapper {
  margin-bottom: 0;
}

.spacer {
  height: 10em;
}

.selected.italic-gt-super {
  margin-left: 18px;
}

.project-type {
  color: var(--soft-black);
}

.grid-6 {
  grid-column-gap: 4em;
  grid-template-rows: auto;
}

.grid-archive-header {
  grid-column-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  width: 100%;
}

.project-header-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-bottom: 4em;
  display: flex;
}

.archive-info-wrapper {
  width: 100%;
  padding-bottom: 1.5em;
  padding-right: 2em;
}

.archive-info-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.archive-image-wrapper {
  margin-bottom: 2em;
}

.grid-7, .grid-archive-img {
  grid-column-gap: 50px;
  grid-template-rows: auto;
}

.archive-footer-nav {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10em;
  display: none;
}

.grid-archive-footer {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  width: 100%;
}

.arrow-interal-link {
  transform: rotate(-135deg);
}

.arrow-left {
  width: 2em;
  height: 2.1em;
  margin-left: 7px;
}

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

.content-wrapper.right-aligned {
  justify-content: flex-end;
}

.back-to-home {
  margin-left: 25px;
}

.arrow-right {
  width: 2em;
  transform: rotate(45deg);
}

.back-to-work {
  padding-right: 25px;
}

.archive-video-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4em;
  margin-bottom: 2em;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.archive-video-wrapper.with-paddding {
  padding: 118px;
}

.project-title {
  margin-top: -5px;
  padding-bottom: 20px;
  font-weight: 400;
}

.arrow-right-black {
  width: 4em;
  display: block;
}

.back-to-top {
  cursor: pointer;
  display: none;
}

.cs-subtext-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 4em;
  display: flex;
}

.cs-subtext-wrapper.bottom-margin-2em {
  margin-bottom: 2em;
}

.archive-video.website {
  z-index: 10;
  border-radius: 10px;
  width: 75%;
  height: auto;
  position: absolute;
  overflow: hidden;
}

.arrow-left-black {
  width: 3.7em;
}

.tab-item {
  letter-spacing: -.01em;
  font-size: .8em;
  font-weight: 400;
}

.body-3 {
  background-image: url('../images/website-background-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.project-identifier {
  flex-direction: row;
  flex: 0 auto;
  width: auto;
  font-family: IBM Plex Mono;
  font-weight: 300;
  display: block;
  position: static;
}

.arrow-wrapper {
  position: relative;
  inset: 0% 0% auto auto;
}

.work-arrow {
  z-index: 1;
  width: 2.5em;
  margin-left: auto;
  position: static;
  inset: 0% 0% auto auto;
}

.profile-outline {
  border: 1px solid #000;
  border-radius: 100vh;
}

.heading-21 {
  font-size: 5.5em;
}

.cs-description-homepage {
  width: 30ch;
}

.cs-description-homepage.tram {
  text-align: center;
  text-transform: none;
  margin-top: 60px;
  position: absolute;
  transform: rotate(0);
}

.arrow-right-black-small {
  width: 1.25em;
  margin-left: 10px;
}

.more-cs-header {
  margin-top: 1em;
  margin-bottom: 1em;
}

.more-cs-header.blue {
  opacity: 1;
  flex-wrap: nowrap;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.8;
  position: static;
}

.more-cs-header.loading {
  line-height: 1;
}

.archive-grid {
  display: none;
}

.line-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Playfair Display;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.line-2 {
  margin-top: 0;
  margin-bottom: 4em;
  display: block;
  position: static;
  overflow: hidden;
}

.line-3 {
  justify-content: space-between;
  width: 100%;
  height: 75vh;
  margin-top: 4em;
  margin-left: auto;
  display: none;
  position: relative;
  overflow: hidden;
}

.div-block-9, .div-block-10 {
  display: none;
}

.floating-video {
  box-shadow: -3px 16px 30px -20px var(--soft-black);
  border-radius: 8px;
  overflow: hidden;
}

.archive-year {
  letter-spacing: -.1em;
}

.archive-list {
  margin-top: 4em;
}

.div-block-11 {
  z-index: -1;
  clear: right;
  background-color: var(--soft-black);
  width: 50%;
  height: 100vh;
  position: relative;
  inset: 0% 0% 0% auto;
}

.archive-description-wrapper {
  width: 45%;
  margin-left: 0;
}

.archive-info-h6 {
  margin-bottom: 0;
}

.archive-p {
  margin-bottom: .5em;
}

.archive-bkgrd-image {
  z-index: 0;
  object-fit: cover;
  position: relative;
}

.grid-4-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: auto;
  padding-top: 1em;
  display: block;
}

.archive-hero {
  align-items: flex-end;
  height: 75vh;
  padding-top: 10%;
  padding-bottom: 4em;
  display: flex;
}

.cs-wrapper-home {
  margin-top: 10em;
}

.photo-wrapper {
  width: 100%;
  margin-bottom: 25%;
}

.photo-left-50 {
  width: 50%;
  padding-right: 1em;
}

.photo-left-50._50-50 {
  margin-top: 0%;
}

.photo-fullwidth {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.photo-fullwidth.first {
  margin-top: 0%;
}

.photo-right-75 {
  width: 75%;
  margin-left: auto;
  margin-right: 0;
}

.photo-description-wrapper {
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.photo-left-75 {
  width: 75%;
  margin-right: auto;
}

.photo-number {
  font-size: .83vw;
}

.blackfill {
  background-color: var(--soft-black);
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

.playground-wrapper {
  width: 100%;
  padding-top: 10em;
}

.all-caps {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .69em;
  font-weight: 600;
}

.all-caps.bullet {
  margin-right: 2em;
}

.div-block-12 {
  width: 2.5em;
}

.italic {
  font-family: Ppeiko;
  font-size: 5.6em;
}

.h2 {
  letter-spacing: -.04em;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 4.5em;
  font-weight: 400;
  display: inline;
  position: relative;
}

.h2.italic {
  letter-spacing: -.04em;
  font-size: 4.8em;
}

.h2.left-margin {
  position: static;
}

.h2.is-concrete {
  color: var(--soft-black);
  letter-spacing: .01em;
  text-transform: capitalize;
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.hp-project-title {
  color: var(--rule-cs-headings);
  text-align: center;
  letter-spacing: .05em;
  text-transform: none;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin: auto;
  font-family: Epilogue;
  font-size: 1.25em;
  font-weight: 300;
  display: flex;
  position: absolute;
}

.hp-project-title.salmon {
  background-color: #f79266;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  transform: rotate(11deg);
}

.hp-project-title.blue {
  background-color: #383bff;
  padding: 5px 10px;
  transform: rotate(-11deg);
}

.photo-location {
  display: none;
}

.photo-right-50 {
  width: 50%;
  margin-left: auto;
  padding-left: 2em;
}

.photo-right-50._50-50 {
  margin-top: 0%;
  padding-left: 1em;
}

.photo-50-50 {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.grid-photo-3-col {
  grid-column-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.photo-75-center {
  width: 75%;
}

.is-italic {
  font-family: Ppeiko;
}

.grid-about-hero {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.grid-about-hero.top-margin {
  margin-top: 0;
}

.grid-content-2-col {
  justify-content: space-between;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.social-link-wrapper {
  justify-content: flex-start;
  width: 100%;
  margin-top: 4em;
  display: flex;
}

.link-social {
  cursor: default;
  margin-right: 25px;
  display: flex;
}

.arrow-social {
  width: .7em;
  margin-left: 5px;
}

.profile-image-wrapper {
  align-items: flex-start;
  width: 100%;
  height: 40vh;
  display: flex;
  overflow: hidden;
}

._2-column {
  width: 100%;
  margin-right: 0;
}

.lotttie-scroll {
  width: 7em;
  position: relative;
}

.lottie-scroll-wrapper {
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: auto auto 8em 4em;
}

.arrow-down-black {
  width: 25px;
  position: absolute;
  top: auto;
  right: auto;
}

.cursor {
  z-index: 100000;
  opacity: 0;
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: fixed;
}

.cursor-dot {
  background-color: var(--soft-black);
  border: 2px solid #fff;
  border-radius: 100vw;
  width: 15px;
  height: 15px;
  display: block;
}

.noisey-image-wrapper {
  margin-top: 10%;
}

.noisey-image-wrapper.top {
  margin-top: 0%;
}

.html-embed {
  cursor: none;
}

.archive-heading-wrapper {
  margin-top: 6em;
  margin-bottom: 6em;
}

.image-hover-scale {
  border-radius: 6px;
}

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

.body-4 {
  cursor: none;
}

.sciops-infograph-4 {
  width: 65%;
  padding-bottom: 19px;
}

.photo-contain {
  margin-top: 10%;
}

.photo-contain.top {
  margin-top: 0%;
}

.archive-collection-mobile {
  display: none;
}

.arrow-down {
  width: auto;
  margin-left: auto;
  position: relative;
  inset: auto 0% 34% auto;
}

.arrow-down.small {
  height: 1em;
  padding-left: 1em;
}

.arrow-down.large {
  height: 6.75em;
  position: static;
  inset: auto 4em 4em auto;
}

.arrow-down.large.work {
  position: static;
}

.home-button {
  background-color: #0000;
  border: 1.75px solid #000;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  display: none;
}

.image-11 {
  width: auto;
  transition: opacity .2s;
}

.cs-h2 {
  color: var(--pure-black);
  margin-top: -10px;
  transition: all .2s;
}

.cs-h2.is-white {
  color: var(--white-smoke);
}

.phase-video {
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 1440px;
  display: flex;
}

.yum-process {
  padding-top: 1em;
}

.cs-3-col-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.cs-3-col-grid.top-margin {
  margin-top: 4em;
}

.cs-3-col-grid.bottom-margin {
  margin-bottom: 4em;
}

.bullets-wrapper {
  flex-direction: column;
  margin-top: 4em;
  padding-top: 0;
  display: block;
}

.bullets-div {
  height: 8ch;
  padding-right: 2em;
}

.yum-survey-img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.grid-vertical-stack {
  grid-template-columns: 1fr;
  margin-top: 4em;
}

.bullet-2col-wrapper {
  display: flex;
}

.is-med-grey {
  color: var(--medium-grey);
}

.is-med-grey.is-logo-labels {
  margin-left: 16px;
}

.yum-app-logo {
  width: auto;
}

._2-col-img-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vertical-img-wrapper {
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-bottom: 4em;
  display: block;
}

.div-is-16 {
  width: 18%;
}

.div-is-16.yum-solution {
  width: 16%;
  margin-left: 30px;
}

.grid-project-details {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.grid-project-details.smaller {
  align-self: flex-end;
  max-width: 50ch;
}

.div-project-details {
  margin-bottom: 1em;
}

.div-span-apart {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-box {
  align-items: center;
  margin-top: .25em;
  display: flex;
}

.link-box.button {
  cursor: pointer;
  align-items: center;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.link-box.home-hero-arrow {
  display: inline-block;
  position: static;
  bottom: 4em;
}

.arrow-down-button {
  width: auto;
  height: 3.8em;
  margin-bottom: 0;
  margin-left: .5em;
}

.arrow-down-button.small {
  height: .9em;
}

.grid-infographs {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: end;
}

.div-col-centered {
  justify-content: center;
  align-items: stretch;
  padding: 50px;
  display: flex;
}

.link-name {
  color: var(--medium-grey);
  letter-spacing: -.06em;
}

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

.mywork-link-wrapper {
  margin-right: auto;
}

.button-text {
  margin-bottom: 0;
}

.arrow-button {
  height: 1em;
  display: inline-block;
}

.arrow-button.internal-page {
  width: auto;
  height: auto;
  padding-left: 1em;
}

.grid-home-hero {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  align-items: start;
  width: 100%;
}

.link-is-name {
  margin-left: 1em;
}

.link-underline {
  height: .4em;
  margin-top: -10px;
}

.image-12 {
  height: 4.8em;
}

.hero-subtext {
  margin-top: -12px;
}

.grid-8 {
  grid-column-gap: 2em;
  grid-row-gap: 4em;
}

.grid-cs-project-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 4em;
  flex: none;
  grid-template-columns: .25fr .75fr;
  width: 100%;
}

.grid-cs-project-wrapper.top {
  grid-template-rows: auto;
  margin-bottom: 4em;
  display: block;
}

.grid-cs-project-wrapper.bottom {
  grid-template-rows: auto;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.div-image-wrapper {
  object-fit: fill;
  border-radius: .2em;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 40px 8px #0000000d;
}

.rule-mini {
  background-color: var(--medium-grey);
  width: 25px;
  height: 1px;
  margin-left: 5px;
  margin-right: 5px;
}

.tag-casestudy {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.work-header {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.is-work-span {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.bold-text {
  text-transform: uppercase;
  font-size: 1em;
}

.quote {
  color: var(--soft-black);
  letter-spacing: .05em;
  text-transform: uppercase;
  justify-content: flex-end;
  margin-top: 10px;
  font-size: 1em;
  font-weight: 900;
  display: flex;
}

.home-link {
  letter-spacing: .125em;
  text-transform: uppercase;
  margin-left: 0;
  padding-right: 4em;
  font-size: 14px;
  font-weight: 600;
}

.home-link:hover {
  opacity: .5;
}

.home-link.is-contact {
  margin-left: auto;
  padding-right: 0;
}

.home-link.is-home.is-white, .home-link.is-white {
  color: var(--white-smoke);
  letter-spacing: -.01em;
  text-transform: lowercase;
  font-weight: 400;
}

.body-5 {
  cursor: auto;
  background-color: #edebe9;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
}

.black-rule-copy {
  background-color: var(--soft-black);
  height: 1.5px;
  display: none;
  position: static;
}

.body-6 {
  background-color: #f6eeee;
}

.is-about-source {
  text-transform: none;
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1em;
  font-size: 1.15em;
  font-style: normal;
  font-weight: 300;
  display: flex;
}

.is-about-source.is-italic {
  font-family: Ppeiko;
}

.body-7 {
  background-color: #edebe9;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
}

.section-5 {
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.nav-link-copy {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-left: 0;
  padding-right: 4em;
  font-size: .69vw;
  font-weight: 600;
}

.nav-link-copy:hover {
  opacity: .5;
}

.nav-link-copy.is-contact {
  margin-left: auto;
  padding-right: 0;
}

.nav-link-copy.is-home.is-white, .nav-link-copy.is-white {
  color: var(--white-smoke);
  letter-spacing: -.01em;
  text-transform: lowercase;
  font-weight: 400;
}

.icon {
  width: 4em;
  display: block;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link-2 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

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

.section-6 {
  display: none;
}

.ideas-header {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  margin-top: 0;
  margin-bottom: -1em;
  display: flex;
}

.paragraph-5, .paragraph-6 {
  font-size: 1.2vw;
  font-weight: 400;
}

.heading-24 {
  letter-spacing: 0;
  font-family: Epilogue;
  font-weight: 300;
}

.heading-24.white {
  color: var(--rule-cs-headings);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-size: auto;
  background-clip: border-box;
}

.h4 {
  display: inline;
  position: relative;
}

.h4.italic {
  letter-spacing: -.04em;
  font-size: 4.8em;
}

.h4.left-margin {
  position: static;
}

.h4.is-concrete {
  color: var(--soft-black);
  letter-spacing: .05em;
  text-transform: none;
  font-size: 2em;
  font-weight: 400;
}

.rich-text {
  color: #1e1d1d;
  align-items: flex-start;
  max-width: 40ch;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.rich-text.mvrdv {
  max-width: 30ch;
}

.cap {
  float: left;
  color: #000;
  margin-right: 2%;
  font-family: Crimson Pro;
  font-size: 172px;
  font-weight: 900;
  line-height: 79%;
}

.cap.quote {
  color: var(--medium-grey);
  margin-top: 0;
  margin-right: 5%;
  font-family: Ono;
  font-weight: 500;
}

.header-text {
  color: #f56020;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: .9;
}

.divider-circle {
  background-color: #000;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-top: 15%;
  margin-bottom: 15%;
}

.divider-circle.orange {
  background-color: #f56020;
  width: 15px;
  height: 15px;
}

.divider-circle.orange.small {
  width: 8px;
  height: 8px;
  margin-left: 14px;
  margin-right: 14px;
}

.text-span-2 {
  color: #f56020;
}

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

.section-title {
  z-index: 10;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.action-intro {
  grid-column-gap: 18px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 450px;
  padding-bottom: 0;
  display: grid;
}

.heading-separator {
  background-color: #ffffff1a;
  width: 60px;
  height: 2px;
}

.heading-separator.mobile-only {
  display: none;
}

.collection-item-3 {
  width: 100%;
}

.collection-item-3.full-width {
  width: 85%;
}

.collection-item-3.full-width:nth-child(odd) {
  margin-left: 0;
  margin-right: auto;
}

.collection-item-3.full-width:nth-child(2n) {
  margin-left: auto;
  margin-right: 0;
}

.looping-heading-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  padding-right: 48px;
  display: grid;
}

.content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

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

.looping-heading {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 52px;
  font-weight: 700;
}

.looping-heading.mobile-only {
  display: none;
}

.looping-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: stretch;
  place-items: center stretch;
  display: grid;
}

.link-3 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  padding: 12px 28px;
  font-size: 11px;
  text-decoration: none;
}

.section-7 {
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
  overflow: visible;
}

.section-7.clip {
  overflow: hidden;
}

.body-display {
  color: #ffffffe6;
  font-size: 18px;
  line-height: 1.6em;
}

.collection-list-wrapper-4 {
  width: 100%;
}

.project-grid {
  grid-column-gap: 80px;
  grid-row-gap: 170px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  padding-bottom: 0;
  display: grid;
}

.project-grid.full-width {
  grid-row-gap: 140px;
}

.project-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.project-background {
  margin-right: -100px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-background.small {
  margin-right: 0;
}

.project-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px #ffffff1a;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.project-card-image {
  flex: 0 auto;
  position: absolute;
  inset: 0%;
}

.overlay {
  background-color: #04080c80;
  position: absolute;
  inset: 0%;
}

.overlay.light {
  background-color: #04080c4d;
}

.card-paralax-wrapper {
  position: absolute;
  inset: 0%;
}

.project-card-content {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 45vw;
  min-height: 600px;
  padding: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.medium-width {
  max-width: 550px;
}

.medium-width.clip {
  overflow: hidden;
}

.heading-26 {
  color: var(--white-smoke);
}

.portfolio {
  margin-left: auto;
  margin-right: auto;
  padding-top: 144px;
  padding-bottom: 0;
  display: block;
}

.portfolio-title {
  z-index: 2;
  flex: 1;
  width: 35%;
  padding-top: 80px;
  padding-right: 40px;
  position: sticky;
  top: 0;
}

.portfolio-projects {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.project-image-2 {
  z-index: 3;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  left: auto;
  right: auto;
}

.project-image-2.escalar_card {
  filter: contrast(105%) saturate(117%) brightness(107%);
}

.portfolio-left-column {
  width: 50%;
  margin-right: .5vw;
  padding-top: 0;
  padding-right: 0;
}

.footer {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-style: italic;
}

.mobile-none {
  color: var(--medium-grey);
  text-align: left;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}

.container-3 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 2vw;
}

.project-link-block {
  transform: scale3d(1none, 1none, 1none);
  color: #252323;
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 32px;
  width: auto;
  height: auto;
  margin-top: 2vw;
  margin-bottom: 10vw;
  text-decoration: none;
  transition: all .25s;
  display: block;
  position: relative;
  box-shadow: 0 0 9px -12px #0000001a;
}

.project-link-block:hover, .project-link-block.groen, .project-link-block.blauw, .project-link-block.geel, .project-link-block.rood {
  box-shadow: none;
  transform: none;
}

.portfolio-right-column {
  width: 50%;
  margin-left: .5vw;
  padding-top: 144px;
  padding-left: 0;
}

.portfolio-right-column.boven {
  padding-top: 60vh;
}

.portfolio-section {
  align-items: flex-start;
  display: flex;
}

.project-image-wrapper {
  width: auto;
  height: 65vh;
}

.project-image-wrapper.gvb_card {
  filter: brightness(115%);
  height: 55vh;
}

.project-image-wrapper.tada_card {
  filter: saturate(105%) brightness(111%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f8f7f4;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.project-image-wrapper.tada_card:hover {
  filter: saturate(105%) brightness(111%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.project-image-wrapper.cucalu_card {
  filter: contrast(105%) saturate(115%) brightness(120%);
}

.project-image-wrapper.itsawrapp_card {
  filter: none;
}

.project-image-wrapper.escalator_card {
  filter: saturate(117%) contrast(105%) brightness(107%);
}

.project-image-wrapper.intersection_card {
  filter: saturate(117%) brightness(107%) contrast(105%);
}

.project-content-wrapper {
  z-index: 4;
  background-color: var(--white-smoke);
  border-radius: 0 0 20px 20px;
  flex-flow: column-reverse;
  align-content: stretch;
  align-items: flex-start;
  width: auto;
  margin-top: -1px;
  padding: 2rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.project-video {
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.heading-27 {
  text-align: center;
  letter-spacing: .01em;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: .9;
  display: none;
}

.hero {
  color: #000;
  font-weight: 800;
}

.project-name {
  color: var(--pure-black);
  letter-spacing: -.02em;
  text-transform: none;
  white-space: normal;
  object-fit: fill;
  flex: 0 auto;
  order: 1;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  overflow: visible;
}

.project-subtitle {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.project-subtitle.salmon {
  background-color: #abeec4;
  border-radius: 100vw;
  padding: 5px 10px;
}

.project-subtitle.yellow {
  color: #f5c720;
}

.project-subtitle.blue {
  color: var(--cornflower-blue);
  border-radius: 100vw;
  display: block;
}

.project-subtitle.salamon {
  color: #f58320;
}

.project-subtitle.yellow {
  color: #252323;
  background-color: #fef183;
  border-radius: 6px;
  padding: 5px 10px;
  display: block;
}

.project-subtitle.blue {
  color: var(--soft-black);
  background-color: #aad4ee;
  border-radius: 6px;
  padding: 5px 10px;
}

.project-subtitle.gekleurd {
  color: #706df8;
  text-transform: lowercase;
  background-color: #fff;
  border: 2px #fff;
  border-radius: 6px;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 8px 12px;
  font-family: Ibmplexmono, Arial, sans-serif;
  font-weight: 500;
  display: block;
}

.project-subtitle.gekleurd.groen {
  color: #23ca62;
}

.project-subtitle.gekleurd.blauw {
  color: #0048ff;
}

.project-subtitle.gekleurd.geel {
  color: #bda212;
}

.project-subtitle.gekleurd.rood {
  color: #f86d70;
}

.arrow-read-more {
  background-color: #1f1e1e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.transition {
  z-index: 998;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  overflow: visible;
}

.div-block-16 {
  background-color: #f6eeee;
  background-image: url('../images/Grain_Black_Background.png');
  background-position: 50%;
  background-size: 300px 300px;
  display: block;
}

.transition-content {
  z-index: 998;
  object-fit: fill;
  background-color: #edebe9;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.transition-trigger, .transition-logo {
  display: none;
}

.arrow-read-more-2 {
  background-color: #1f1e1e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.wrap-image-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.inner-header-col {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15%;
  display: flex;
}

.header-row.summary {
  color: #000;
  margin-top: 5%;
}

.link-read-more {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.image-19 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.alt-description {
  z-index: 1;
  color: #ccc;
  max-width: 20ch;
  font-size: 14px;
  position: relative;
}

.xlarge-paragraph {
  letter-spacing: -4px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.2;
}

.link-white {
  color: #fff;
}

.inner-container {
  padding: 10% 12% 15%;
}

.wrap-scrolling-text {
  align-items: center;
  min-height: 400px;
  display: flex;
  overflow: hidden;
}

.header-text-2 {
  color: #f56020;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: .9;
}

.image-content {
  background-color: #000;
  min-height: 100vh;
  padding: 10%;
  position: sticky;
  top: 0;
}

.cap-2 {
  float: left;
  color: #000;
  margin-right: 2%;
  font-size: 172px;
  font-weight: 900;
  line-height: 79%;
}

.container-article {
  position: relative;
}

.alt-text-header {
  text-align: left;
  text-transform: uppercase;
  max-width: 20ch;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2;
}

.rich-text-2 {
  color: #000;
  font-size: 1.2vw;
}

.heading-28 {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.div-block-17 {
  width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.image-20 {
  width: 40px;
  display: none;
}

.body-8 {
  background-color: #f3f1f1;
  background-image: url('../images/Grain_Black_on_White.png');
  background-position: 50%;
  background-size: 300px 300px;
  background-attachment: fixed;
}

.intro {
  width: auto;
  margin-top: 170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.bold-text-2 {
  color: var(--pure-black);
}

.bold-text-hero {
  color: var(--pure-black);
  font-weight: 800;
}

.bold-text-hero.higlight {
  background-color: #d6fe5a;
  padding-left: 10px;
  padding-right: 10px;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin: 1rem auto;
}

.section_gallery20 {
  overflow: hidden;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.gallery20_arrow {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-right: -30vw;
  padding-right: 30vw;
  transition: all .2s;
}

.gallery20_arrow:hover {
  filter: invert();
  border-color: #fff;
}

.gallery20_arrow.left {
  margin-left: -30vw;
  padding-left: 0;
}

.gallery20_arrow.left:hover {
  filter: invert();
  border-color: #fff;
}

.gallery20_mask {
  overflow: visible;
}

.gallery_hover_center {
  z-index: 100;
  margin-bottom: 75px;
  margin-left: -75px;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: absolute;
  inset: auto auto 50% 50%;
}

.gallery20_slide {
  padding-right: 2rem;
}

.gallery20_image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 10px #0000000f;
}

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

.margin-bottom.margin-xxlarge {
  margin-top: 1rem;
}

.margin-bottom.margin-small {
  margin-bottom: 1.5rem;
}

.margin-bottom.margin-xsmall {
  margin-bottom: 1rem;
}

.gallery20_caption {
  z-index: 5;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  flex-direction: row;
  width: 100%;
  margin-top: 5px;
  position: absolute;
}

.text-weight-semibold {
  text-transform: uppercase;
  font-weight: 500;
}

.gallery20_image-wrapper {
  cursor: pointer;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.gallery20_slide-nav {
  height: 1.75rem;
  margin-bottom: -10px;
  margin-right: 2rem;
  font-size: .6rem;
  inset: auto 0 0% 0%;
}

.heading-29 {
  font-weight: 700;
}

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

.gallery20_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 3rem;
}

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

.gallery_hover_readmore {
  z-index: 10;
  text-align: center;
  border: 2px #000;
  border-radius: 999px;
  flex: 1;
  justify-content: center;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 0 9px -12px #00000029;
}

.text-size-medium-copy {
  text-align: left;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  font-weight: 400;
  display: flex;
}

.text-size-medium-copy.white {
  color: #000;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 1rem;
  font-size: 1.125rem;
}

.text-size-medium-copy.white.readmore {
  color: #0000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 0;
}

.text-size-medium-copy.white.readmore-copy {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 0;
  font-weight: 400;
}

.body-9 {
  background-color: #edebe9;
  background-image: none;
}

.navbar2_component {
  z-index: 99;
  background-color: #0000;
  border-bottom: 1px #161616;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-top: 2em;
  padding-right: 2em;
  display: flex;
  position: fixed;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_menu.is-page-height-tablet {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0000004d;
  border-radius: 99px;
  padding: .3em;
  transition: background-color .2s;
}

.navbar2_menu.is-page-height-tablet-copy {
  background-color: var(--soft-black);
  border-radius: 99px;
  padding: .5rem;
  transition: background-color .2s;
}

.svg_close_mob {
  justify-content: center;
  align-items: center;
  display: none;
}

.svg_close_other {
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: none;
}

.navbar2_close {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_close.is-page-height-tablet {
  background-color: #0000;
  padding: 0;
  transition: all .2s;
}

.navbar_component_close {
  z-index: 99;
  background-color: #0000;
  border-bottom: 1px #161616;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-top: 2em;
  padding-right: 2em;
  display: flex;
  position: fixed;
}

.close-button {
  border: 3px none var(--soft-black);
  background-color: var(--soft-black);
  background-image: url('../images/close-off.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-attachment: scroll;
  border-radius: 99px;
  width: 48px;
  height: 48px;
  transition: background-color .2s;
}

.close-button:hover {
  -webkit-backdrop-filter: saturate(400%) blur(16px);
  backdrop-filter: saturate(400%) blur(16px);
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-attachment: scroll;
  border-style: none;
}

.close-button:active {
  background-color: var(--concrete);
  background-image: url('../images/close_black.svg');
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-attachment: scroll;
}

.close-button.w--current {
  background-image: url('../images/close-off.svg');
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-attachment: scroll;
}

.close-button.w--current:hover {
  -webkit-backdrop-filter: brightness(200%) saturate(400%);
  backdrop-filter: brightness(200%) saturate(400%);
}

.heading-30 {
  font-weight: 700;
}

.paragraph-7 {
  margin-bottom: .5em;
  line-height: 1.6;
}

.paragraph-7.large {
  letter-spacing: -.01rem;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.3;
}

.divider-2 {
  background-color: #1e1d1d;
  width: 100%;
  height: 1.5px;
  display: block;
}

.small-rule-2 {
  background-color: #e3e2e1;
  border: 1px #000;
  border-radius: 20px;
  width: 100%;
  height: 1px;
  padding-bottom: 0;
}

.phase-image-wrapper-2 {
  background-color: #f9f9f9;
  justify-content: center;
  margin-bottom: 2em;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  overflow: hidden;
}

.phase-image-wrapper-2.no-bk-color {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.rule-cs-headings-2 {
  background-color: #eaeaea;
  height: 1px;
  margin-bottom: 2em;
  padding-right: 0;
}

.project-image-2-copy {
  z-index: 3;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: auto;
  right: auto;
}

.project-image-2-copy.escalar_card {
  filter: contrast(105%) saturate(117%) brightness(107%);
}

.loader {
  display: flex;
  position: relative;
}

.loading_foreground {
  z-index: 1;
  background-color: var(--soft-black);
  border-radius: 99px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 0%;
  height: 6px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.loading_foreground.light {
  background-color: var(--rule-cs-headings);
}

.loading_foreground.for-tab {
  color: var(--soft-black);
  width: 100%;
  margin-bottom: 0;
}

.loading_foreground.is-med-grey {
  background-color: var(--medium-grey);
}

.loading_foreground.is-white {
  background-color: var(--white-smoke);
}

.loading_background {
  background-color: var(--concrete);
  border-radius: 99px;
  width: 100%;
  height: 6px;
  display: block;
  position: absolute;
}

.loading_background.light {
  background-color: var(--rule-cs-headings);
}

.loading_background.for-tab {
  color: var(--soft-black);
  width: 100%;
  margin-bottom: 0;
}

.loading_background.is-med-grey {
  background-color: var(--medium-grey);
}

.loading_background.is-white {
  background-color: var(--white-smoke);
}

.project-link {
  margin-left: auto;
  margin-right: auto;
}

.image-21 {
  width: 30%;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.heading-31, .heading-32 {
  font-size: 1.4em;
}

.cs-h5 {
  text-transform: uppercase;
  font-family: Ibmplexmono, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.5;
}

.link-4 {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--cornflower-blue);
}

.paragraph_link {
  border-bottom: 2px solid var(--soft-black);
  cursor: pointer;
}

.div-block-19 {
  position: sticky;
}

.project_wrapper {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-21 {
  justify-content: center;
  display: flex;
}

.loading {
  flex-flow: column;
  width: 100%;
  margin-bottom: 1em;
  display: flex;
}

.project {
  text-align: left;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  margin-bottom: 1em;
  display: flex;
  position: static;
}

.image-22 {
  align-self: center;
  height: 1.5em;
  margin-left: .5em;
}

.grid-10 {
  grid-template-rows: auto;
}

.grid-11 {
  position: absolute;
}

.contact-item-copy {
  color: var(--soft-black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-item-copy.is-email, .contact-item-copy.is-linkedin {
  margin-bottom: 0;
}

.loading-next {
  text-align: left;
  font-size: 2.5em;
  font-weight: 400;
}

.div-project-quote {
  border: 2px none var(--medium-grey);
  background-color: #edebe9;
  border-radius: 8px;
  align-self: center;
  margin-bottom: 1em;
  padding: 1em;
}

.div-project-quote.mvrdv {
  border-radius: 16px;
  margin-right: 8em;
  position: absolute;
}

.slide-nav {
  font-size: .75vw;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider {
  background-color: #0000;
  width: auto;
  height: 100%;
}

.article_slide-nav {
  height: 1.75rem;
  margin-right: 0;
  font-size: .6rem;
  position: relative;
  inset: 5px 0 0% 0%;
}

.text-span-3 {
  text-transform: none;
}

.tedx {
  margin-bottom: 8rem;
}

.div-project-presss {
  border: 2px none var(--medium-grey);
  background-color: #edebe9;
  border-radius: 8px;
  max-width: 70ch;
  padding: 1em;
}

.rich-press {
  color: #1e1d1d;
  align-items: flex-start;
  max-width: 70ch;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.cs-header-wrapper-press {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 4em;
  margin-bottom: 4em;
  display: flex;
}

.cs-header-wrapper-press.no-margin {
  margin-top: 0;
  margin-bottom: 4em;
}

.cs-header-wrapper-press.no-bottom-margin {
  margin-bottom: 0;
}

.quote_link {
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 2em;
  transition: all .2s;
  transform: translate(0);
}

.quote_link:hover {
  box-shadow: none;
  transform: translate(0, -10px);
}

.quote_link.about, .quote_link.about:hover {
  transform: none;
}

.download-button {
  border: 2px solid var(--soft-black);
  background-color: var(--soft-black);
  text-align: center;
  cursor: pointer;
  border-radius: 99px;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  font-weight: 500;
  transition: all .2s;
}

.download-button:hover {
  background-color: var(--white-smoke);
  border-style: solid;
}

.discontinued {
  cursor: not-allowed;
  text-decoration: line-through;
}

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

.paragraph_italics {
  font-style: italic;
}

.heading-33 {
  margin-top: 1em;
  margin-bottom: .25em;
  font-size: 3.25em;
  font-weight: 500;
}

.image-23 {
  align-self: center;
  width: 125px;
}

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

.image-24 {
  align-self: center;
  width: 250px;
}

.text-field {
  align-self: center;
  max-width: 250px;
}

.submit-button {
  background-color: #000;
  border-radius: 99px;
  align-self: center;
  width: 250px;
  max-width: 250px;
  margin-top: 10px;
}

.heading-34 {
  margin-top: 1em;
  margin-bottom: .5em;
}

.lightbox-link {
  position: absolute;
}

.image-25 {
  border-radius: 15px;
  width: auto;
  height: 800px;
  box-shadow: 0 0 10px #00000094;
}

.video-play {
  z-index: 3;
  object-fit: fill;
  width: 100px;
  height: 100px;
  margin: 459px auto auto;
  display: block;
  position: absolute;
  inset: 0% 0% 0;
  overflow: visible;
}

.hero_profile-height {
  text-shadow: none;
  object-fit: scale-down;
  background-color: #fae563;
  background-image: none;
  background-position: 52%;
  background-repeat: no-repeat;
  background-size: 30px;
  background-attachment: scroll;
  border-radius: 100%;
  padding-top: 100%;
  transition: opacity .2s;
  display: block;
  overflow: visible;
}

.hero_profile-height:hover {
  background-color: #000;
  background-image: none;
  background-position: 52%;
  background-repeat: no-repeat;
  background-size: 30px;
  background-attachment: scroll;
}

.play-button {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  outline-offset: 0px;
  background-color: #000c;
  background-image: url('../images/play-button-arrowhead.png');
  background-position: 53%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 100%;
  outline: 2px #89948b;
  width: 100px;
  height: 100px;
  margin-top: 25%;
  margin-left: auto;
  margin-right: auto;
  transition: border-color .2s, background-color .2s;
  position: absolute;
  inset: 0;
  box-shadow: 0 2px 5px #0003;
}

.play-button:hover {
  background-color: #000;
  background-image: url('../images/play-button-arrowhead.png');
  background-position: 53%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  outline-color: #636d64;
}

.play-button.geel {
  background-color: #bff6c3bf;
}

.lightbox-link-2 {
  position: relative;
}

.crossed {
  text-decoration: line-through;
}

.body-10, .body-11, .body-12 {
  background-image: none;
}

._404-button {
  border: 2px solid var(--soft-black);
  background-color: var(--soft-black);
  border-radius: 99px;
  align-self: center;
  width: 300px;
  margin-top: 2rem;
  padding: 1rem 1em 1em;
  font-weight: 400;
}

._404-button:hover {
  background-color: var(--white-smoke);
}

.image-27 {
  max-width: 41ch;
  margin-top: 10px;
  margin-right: 5%;
}

.div-block-22 {
  align-items: center;
  max-width: 41ch;
  display: flex;
}

.quotation {
  width: 362ch;
}

.spacer-2 {
  height: 6em;
}

.fs-copyclip_button {
  color: #fff;
  text-align: center;
  background-color: #5c2aff;
  border-radius: 500px;
  padding: .6rem 2rem .65rem;
}

.fs-copyclip_button:hover {
  background-color: #6739ff;
}

.escalator {
  margin-bottom: 2em;
}

.footer-header.is-white {
  flex: 1;
  margin-top: -10px;
  font-size: 3em;
  transition: all .2s;
  display: flex;
}

.navbar2_component-copy {
  z-index: 99;
  background-color: #0000;
  border-bottom: 1px #161616;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-top: 2em;
  padding-right: 2em;
  display: flex;
  position: fixed;
}

.container-4 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
}

.container-4.is-menu {
  z-index: 999;
  inset: auto 0% 0%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding: 2em 2em 0 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu {
  position: relative;
}

.menu_link-bg {
  z-index: 1;
  opacity: 0;
  background-color: #fff;
  border-radius: 100vw;
  position: absolute;
  inset: 0%;
}

.menu_link {
  z-index: 2;
  color: #fff;
  mix-blend-mode: difference;
  padding: .8em 1.7em;
  position: relative;
}

.menu_link.w--current {
  z-index: 999;
}

.menu_link.w--current:hover {
  color: #fff;
}

.menu_link-text {
  z-index: 2;
  mix-blend-mode: difference;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.menu_shape {
  z-index: 1;
  opacity: 0;
  justify-content: flex-start;
  width: 7em;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(0);
}

.menu_wrap {
  -webkit-backdrop-filter: saturate(400%) blur(16px);
  backdrop-filter: saturate(400%) blur(16px);
  background-color: #fffc;
  border-radius: 100vw;
  max-width: 100%;
  padding: .3em;
  font-size: .9rem;
  box-shadow: 0 0 12px -5px #00000014;
}

.menu_shape-bg {
  background-color: #1e1d1d;
  border-radius: 100vw;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.body-home {
  background-color: #edebe9;
  background-image: none;
}

.image_overlay {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.news_overlay {
  z-index: 99;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.work_hover_center {
  z-index: 100;
  background-color: var(--white-smoke);
  margin-bottom: 130px;
  margin-left: -75px;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: absolute;
  inset: auto auto 50% 50%;
}

.work_hover_readmore {
  z-index: 10;
  background-color: var(--soft-black);
  text-align: center;
  border: 2px #000;
  border-radius: 999px;
  flex: 1;
  justify-content: center;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-23 {
  z-index: -10;
  background-color: #ce2828;
  flex: 0 auto;
  display: block;
  position: absolute;
  inset: 0;
}

.backdrop {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.background-video {
  flex: 0 auto;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.section-8 {
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.background-video-2 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 56.25%;
  display: flex;
}

.phase-image-wrapper-copy {
  background-color: var(--backgrounds);
  justify-content: center;
  margin-bottom: 2em;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  overflow: hidden;
}

.phase-image-wrapper-copy.sciops-gifs {
  background-color: #ebebeb;
  padding: 6em 2em;
}

.phase-image-wrapper-copy.no-bk-color {
  background-color: #0000;
  height: 56.25vw;
  padding-top: 0;
  padding-bottom: 0;
}

.phase-image-wrapper-copy.no-bk-color.boijamnsn {
  height: 500px;
}

.phase-image-wrapper-copy.ss {
  background-color: #f7f8fa;
}

.phase-image-wrapper-copy.sciops-blue {
  background-color: var(--sciops-blue);
}

.backgroundvideo {
  z-index: 5;
  width: 100%;
  height: 56.25vw;
}

.backgroundvideo-fullwidth {
  justify-content: center;
  align-items: center;
  padding: 0 4em;
  display: flex;
}

.backgroundvideo-fullwidth._720 {
  width: 50%;
}

.loaded-next {
  text-align: left;
  flex: 0 auto;
  font-size: 2.5em;
  font-weight: 400;
}

.next {
  text-align: left;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Ono;
  font-size: 1.4em;
  font-weight: 400;
}

.grid-projects {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.project-tit {
  color: var(--pure-black);
  letter-spacing: -.02em;
  text-transform: none;
  white-space: normal;
  object-fit: fill;
  flex: 0 auto;
  order: 1;
  height: 4rem;
  margin: .5rem;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  overflow: visible;
}

.project-thumb {
  border-radius: 15px;
}

.more-work-header {
  margin-bottom: .5em;
  font-size: 4.8em;
}

.more-work-header.is-white {
  flex: 1;
  margin-top: -10px;
  font-size: 3em;
  transition: all .2s;
  display: flex;
}

.backgroundvideo-small {
  padding-top: 0;
  padding-bottom: 0;
}

.backgroundvideo-small._720 {
  width: 50%;
}

.background-wrapper-smaller {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
}

.backgroundvideo-smaller {
  z-index: 5;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  height: 100%;
  margin-left: 4em;
  margin-right: 4em;
}

._404-header {
  letter-spacing: 0;
  margin-top: 1em;
  margin-bottom: .25em;
  font-size: 3.25em;
  font-weight: 500;
}

.field-label {
  margin-bottom: 20px;
  font-weight: 500;
}

@media screen and (min-width: 1440px) {
  .portfolio-left-column {
    margin-left: 10vw;
  }

  .project-link-block {
    width: 30vw;
  }

  .portfolio-right-column {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .project-subtitle.gekleurd {
    padding: 3px 10px;
    font-size: 16px;
  }

  .slide-nav {
    font-size: .6vw;
  }

  .menu_link-text {
    font-size: 2em;
  }

  .image_overlay {
    filter: none;
  }

  .background-video-2 {
    width: 1600px;
  }

  .grid-projects {
    margin-top: 20px;
  }

  .more-work-header {
    font-size: 4.8em;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 5em;
  }

  h2 {
    font-size: 3.8em;
  }

  h3 {
    font-size: 2em;
  }

  h4, h5, p, a {
    font-size: 14px;
  }

  .container {
    padding: 1em 2em;
    font-size: 14px;
  }

  .container.cs-hero-image {
    padding-top: 0;
  }

  .container.is-archive {
    padding-bottom: 0;
  }

  .container.is-photography {
    padding-top: 0;
  }

  .container.cs-hero-image {
    padding: 0 2em 2em;
  }

  .container.cs-hero-tada {
    padding-top: 0;
  }

  .section.is-about {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 4em;
  }

  .section.is-nav {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .section.cs-hero-section {
    flex-direction: column;
    height: 60vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph.large {
    font-size: 20px;
  }

  .paragraph.small {
    margin-bottom: 0;
  }

  .paragraph.small.archive-type {
    margin-top: auto;
  }

  .paragraph.large-copy {
    font-size: 20px;
  }

  .nav-wrapper {
    justify-content: space-between;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .grid.cs-info-wrapper.is-top {
    flex-direction: row;
  }

  .grid.cs-info-wrapper.is-bottom {
    flex-flow: column-reverse wrap-reverse;
    height: auto;
  }

  .grid-content.project-wrapper {
    display: flex;
  }

  .grid-left.cs-title {
    width: 50%;
  }

  .grid-left.cs-name {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .archive-header {
    margin-bottom: 4em;
  }

  .grid-bottom.is-contact-wrapper {
    justify-content: flex-start;
    margin-top: 2em;
    margin-left: 0;
  }

  .menu-overlay {
    display: none;
  }

  .menu-item-wrapper.is-white {
    font-size: 2.7em;
  }

  .cs-hero-content-wrapper {
    flex-direction: column;
    display: flex;
  }

  .sticky-nav-wrapper {
    padding-right: 50px;
  }

  .cs-content-wrapper {
    flex-direction: column;
    display: flex;
  }

  .cs-section-wrapper.bottom-margin {
    margin-bottom: 16em;
  }

  .cs-header-wrapper {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cs-header-wrapper.no-margin {
    flex-direction: row;
  }

  .cs-2-column-grid {
    flex-direction: column;
    width: 75%;
    display: flex;
  }

  .cs-hero-50-div {
    width: 100%;
    padding-bottom: 2em;
  }

  .nav-link {
    font-size: 10px;
  }

  .menu-link-wrapper {
    display: none;
  }

  .div-is-25 {
    width: 35%;
  }

  .div-is-25.cs-div-right {
    margin-left: 0;
  }

  .grid-is-experience {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: .25fr .75fr;
    grid-auto-columns: 1fr;
    place-content: stretch flex-start;
    align-items: flex-start;
    padding-bottom: 0;
    display: flex;
  }

  .div-is-50.left-margin {
    width: 50%;
  }

  .div-is-50.breaks-to-100 {
    width: 100%;
  }

  .div-is-50.project-title {
    justify-content: space-between;
    padding-bottom: 0;
  }

  .div-is-50.cs-div-right {
    margin-left: 0;
  }

  .grid-footer {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 50%;
    padding-top: 6em;
    display: flex;
  }

  .about-img-wrapper {
    width: 40%;
    margin-bottom: 4em;
  }

  .rich-text-block {
    display: block;
  }

  .archive-links {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-right: 0;
  }

  .collection-list-wrapper-2 {
    flex-direction: column;
    display: none;
  }

  .cs-project-type {
    width: 50%;
    padding-top: 0;
  }

  .heading-17 {
    width: 25%;
  }

  .link-button {
    margin-left: auto;
  }

  .div-is-30 {
    width: 50%;
  }

  .div-is-30.is-spacer {
    display: none;
  }

  .div-is-30.tab-container {
    width: 60%;
    padding-bottom: 20px;
  }

  .div-is-60 {
    width: 100%;
  }

  .arrow-external-link {
    width: 1.3em;
  }

  .arrow-top {
    width: 1.8em;
  }

  .menu-contact-links {
    margin-top: auto;
    font-size: 4vw;
  }

  .cs-hero-copy {
    padding-right: 0;
  }

  .about-wrapper {
    flex-direction: column;
  }

  .is-about {
    margin-top: 0;
    margin-right: 0;
  }

  .arrow-menu-link, .menu-arrow-down {
    height: .6em;
  }

  .cs-2-column, .cs-2-column.project-goals {
    flex-direction: column;
    display: flex;
  }

  .cs-section-heading {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.4em;
  }

  .phase-image-wrapper {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .phase-image-wrapper.no-bk-color {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .phase-image-wrapper.ss {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .phase-image {
    width: 90%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .phase-image.full-width {
    padding-left: 0;
    padding-right: 0;
  }

  .phase-image.yum-comp-analysis {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .phase-image.sciops-logo {
    width: 60%;
  }

  .phase-image.sciops-sitemap {
    width: 80%;
  }

  .phase-list.top-margin {
    margin-top: 0;
  }

  .phase-video-wrapper.ss {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .tab-copy-wrapper {
    flex-direction: column;
  }

  .tabs-menu.is-30 {
    width: 50%;
  }

  .tabs-menu.component-library {
    align-content: flex-start;
  }

  .tabs.component-library {
    flex-direction: column;
    display: flex;
  }

  .tabs-content {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .archive-wrapper {
    margin-top: 4em;
    margin-bottom: 0;
  }

  .description-wrapper {
    width: 100%;
    margin-top: 1em;
  }

  .grid-is-extras {
    flex-direction: column;
    display: flex;
  }

  .profile-img-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .about-copy {
    width: 50%;
  }

  .grid-expertise {
    display: flex;
  }

  .work-header-wrapper {
    padding-bottom: 8em;
  }

  .project-header-wrapper {
    flex-direction: column;
  }

  .project-title {
    padding-right: 2em;
  }

  .arrow-right-black {
    width: 35px;
  }

  .cs-subtext-wrapper {
    margin-bottom: 2em;
  }

  .home-hero-description {
    padding-right: 0;
    font-size: 3.9em;
  }

  .archive-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .floating-video {
    border-radius: 5px;
  }

  .archive-description-wrapper {
    width: 50%;
  }

  .cs-wrapper-home {
    margin-top: 6em;
  }

  .photo-number {
    font-size: 12px;
  }

  .blackfill {
    height: 50vh;
  }

  .playground-wrapper {
    padding-top: 6em;
  }

  .tabs-2 {
    flex-direction: column;
    display: flex;
  }

  .with-outline {
    border: 1px solid var(--light-grey);
  }

  .h2, .h2.italic {
    font-size: 4em;
  }

  .grid-about-hero {
    flex-direction: column;
    display: flex;
  }

  .grid-about-hero.top-margin {
    flex-direction: column-reverse;
  }

  .grid-about-hero.left {
    width: 100%;
  }

  ._2-column {
    flex-direction: row;
  }

  .lottie-scroll-wrapper {
    margin-top: 25px;
    margin-bottom: 50px;
    position: static;
  }

  .archive-collection-mobile {
    display: block;
  }

  .archive-home-links {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2em;
    margin-bottom: 2em;
    display: flex;
  }

  .arrow-down.large {
    height: 5em;
  }

  .cs-h2.is-white {
    margin-left: 0;
  }

  .phase-video {
    width: 80%;
  }

  .cs-section-title {
    margin-bottom: 4em;
  }

  .bullets-div {
    height: 10ch;
  }

  .yum-survey-img {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .vertical-img-wrapper {
    width: 100%;
  }

  .link-name {
    font-size: 3.8em;
  }

  .grid-cs-project-wrapper {
    grid-template-columns: 1fr 1.25fr;
  }

  .grid-cs-project-wrapper.bottom {
    grid-row-gap: 2em;
    grid-template-columns: .25fr .75fr;
  }

  .home-link {
    font-size: 10px;
  }

  .is-about-source {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .section-5 {
    display: none;
  }

  .nav-link-copy {
    font-size: 10px;
  }

  .icon {
    width: 35px;
  }

  .section-6 {
    display: none;
  }

  .ideas-header {
    margin-bottom: 4em;
  }

  .h4.italic {
    font-size: 4em;
  }

  .rich-text {
    font-size: 20px;
    font-weight: 400;
  }

  .cap.quote {
    font-size: 140px;
  }

  .content-stacked {
    grid-row-gap: 80px;
  }

  .section-title {
    padding-bottom: 120px;
  }

  .collection-item-3.full-width {
    width: 100%;
  }

  .collection-item-3.full-width:nth-child(odd) {
    margin-right: 0;
  }

  .collection-item-3.full-width:nth-child(2n) {
    margin-left: 0;
  }

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

  .grid-wrapper {
    grid-row-gap: 48px;
  }

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

  .section-7 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .project-grid, .project-grid.full-width {
    grid-row-gap: 80px;
  }

  .project-card-content {
    height: auto;
  }

  .portfolio {
    padding-top: 64px;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .portfolio-title {
    background-color: #f6eeee;
    background-image: url('../images/Grain_Black_Background.png');
    background-position: 50%;
    background-size: 300px 300px;
    width: 100%;
    margin-left: 0;
    padding: 60px 0 10px;
  }

  .portfolio-projects {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 0;
  }

  .mobile-none {
    font-size: 50px;
    line-height: 1.1;
  }

  .container-3 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .portfolio-right-column.boven {
    padding-top: 50vh;
  }

  .portfolio-section {
    flex-wrap: wrap;
  }

  .project-image-wrapper {
    height: 55vh;
  }

  .project-content-wrapper.mobile {
    background-color: var(--soft-black);
  }

  .heading-27 {
    line-height: .85;
  }

  .project-name {
    margin-top: 0;
    font-size: 28px;
  }

  .project-name.mobile {
    color: #fff;
  }

  .project-subtitle {
    margin-bottom: 10px;
    display: block;
  }

  .project-subtitle.gekleurd.groen.mobile {
    color: #1d4223;
    background-color: #bff6c3;
  }

  .project-subtitle.gekleurd.blauw.mobile {
    background-color: #c3dbeb;
  }

  .project-subtitle.gekleurd.geel.mobile {
    background-color: #fcf6bd;
  }

  .project-subtitle.gekleurd.rood.mobile {
    background-color: #f0d1d3;
  }

  .inner-header-col {
    margin-bottom: 15px;
  }

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

  .inner-container {
    padding-top: 10%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .heading-28 {
    font-size: 6vh;
  }

  .intro {
    padding-left: 2vw;
    padding-right: 2vw;
  }

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

  .margin-bottom.margin-xxlarge {
    display: block;
  }

  .gallery_hover_readmore {
    flex: 1;
    justify-content: flex-end;
    margin-right: 2rem;
    display: flex;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet, .navbar2_menu.is-page-height-tablet-copy {
    border-bottom-style: none;
    transition: height .5s;
  }

  .navbar2_close {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_close.is-page-height-tablet {
    border-bottom-style: none;
    border-bottom-width: 0;
    border-right-color: #000;
    transition: height .5s;
  }

  .close-button {
    background-image: url('../images/close.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-attachment: scroll;
  }

  .close-button:hover {
    background-color: var(--soft-black);
    background-image: url('../images/close.svg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: 30px 30px;
    background-attachment: scroll;
  }

  .close-button:active {
    background-color: var(--concrete);
    background-image: url('../images/close_black.svg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: 30px 30px;
    background-attachment: scroll;
  }

  .heading-30 {
    letter-spacing: -.04em;
  }

  .paragraph-7.large {
    font-size: 20px;
  }

  .phase-image-wrapper-2 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .phase-image-wrapper-2.no-bk-color {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .paragraph_link {
    font-size: 20px;
  }

  .div-project-quote.mvrdv {
    margin-right: 1em;
    position: static;
  }

  .video-2 {
    width: 100%;
    height: auto;
  }

  .rich-press {
    font-size: 20px;
    font-weight: 400;
  }

  .cs-header-wrapper-press {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cs-header-wrapper-press.no-margin {
    flex-direction: row;
  }

  .video-play {
    z-index: 3;
    margin-top: 445px;
  }

  .footer-header.is-white {
    font-size: 2.5em;
  }

  .container-4 {
    padding: 2%;
  }

  .container-4.is-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 2% 4% 5%;
    inset: auto 0% 0%;
  }

  .menu_link-text {
    font-size: 1.7em;
  }

  .menu_wrap {
    box-shadow: 0 0 12px -5px #0000001c;
  }

  .work_hover_readmore {
    flex: 1;
    justify-content: flex-end;
    margin-right: 2rem;
    display: none;
  }

  .background-video-2 {
    width: 700px;
  }

  .phase-image-wrapper-copy {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .phase-image-wrapper-copy.no-bk-color {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .phase-image-wrapper-copy.ss {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .backgroundvideo-fullwidth {
    padding-left: 2em;
    padding-right: 2em;
  }

  .project-tit.mobile {
    color: #fff;
  }

  .more-work-header {
    font-size: 3.8em;
  }

  .more-work-header.is-white {
    font-size: 2.5em;
  }

  .backgroundvideo-small {
    padding-left: 2em;
    padding-right: 2em;
  }

  .background-wrapper-smaller {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .backgroundvideo-smaller {
    margin-left: 2em;
    margin-right: 2em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.8em;
  }

  h2 {
    font-size: 2.7em;
  }

  h3 {
    font-size: 1.5em;
  }

  .section.is-nav {
    display: none;
  }

  .section.cs-hero-section {
    height: auto;
    padding-top: 2em;
  }

  .paragraph {
    color: var(--soft-black);
  }

  .paragraph.large {
    font-size: 18px;
  }

  .paragraph.large.smaller {
    max-width: none;
  }

  .paragraph.is-white {
    color: var(--white-smoke);
  }

  .paragraph.small.is-med-grey {
    color: var(--medium-grey);
  }

  .paragraph.large-copy {
    max-width: 40ch;
    font-size: 18px;
  }

  .rule {
    margin-bottom: 1em;
  }

  .nav-wrapper {
    justify-content: space-between;
    height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-wrapper {
    z-index: 1001;
    display: block;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .grid.cs-info-wrapper.is-top {
    flex-direction: column;
    display: flex;
  }

  .grid-content.top-margin {
    margin-top: 4em;
  }

  .grid-content.project-wrapper {
    flex-direction: row;
  }

  .grid-left.cs-name {
    display: flex;
  }

  .is-white {
    position: static;
  }

  .is-white.close {
    color: var(--concrete);
    display: block;
  }

  .footer-links-wrapper {
    justify-content: space-between;
  }

  .navigation {
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .menu-overlay {
    background-image: url('../images/Grain_White_Background.png');
    background-position: 50%;
    background-size: 300px 300px;
    padding: 50px 25px 100px;
    display: none;
    position: absolute;
  }

  .menu-item-wrapper.is-white.is-contact {
    font-size: 10px;
  }

  .menu-item-wrapper.is-contact {
    margin-top: auto;
  }

  .menu-item-wrapper.is-contact.is-white {
    width: 45%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .menu-item {
    overflow: hidden;
  }

  .menu-links-wrapper {
    justify-content: flex-start;
    height: 70%;
    margin-top: 75px;
  }

  .cs-hero-content-wrapper {
    flex-flow: column;
    display: flex;
  }

  .sticky-nav-wrapper {
    display: none;
  }

  .cs-content-wrapper {
    width: 100%;
  }

  .cs-section-wrapper {
    margin-bottom: 0;
  }

  .cs-section-wrapper.bottom-margin {
    margin-bottom: 12em;
  }

  .cs-header-wrapper {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cs-header-wrapper.no-margin {
    flex-direction: column;
  }

  .cs-2-column-grid {
    flex-direction: row;
    width: 100%;
  }

  .nav-link-wrapper {
    display: none;
  }

  .nav-link.w--current {
    padding-right: 0;
  }

  .nav-link.is-home {
    color: var(--soft-black);
  }

  .nav-link.is-home.is-white {
    color: var(--white-smoke);
  }

  .menu-link-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 50px;
    height: 100%;
    display: flex;
    position: relative;
  }

  .div-is-25 {
    width: 50%;
  }

  .div-is-25.cs-div-right, .div-is-75, .div-is-50 {
    width: 100%;
  }

  .div-is-50.cs-hero-image {
    width: 100%;
    margin-top: 2em;
    margin-left: 0;
  }

  .div-is-50.cs-info-wrapper {
    width: 100%;
    margin-top: 2em;
    margin-right: 0;
  }

  .div-is-50.right-margin {
    width: 50%;
  }

  .div-is-50.cs-div-right {
    margin-top: 2em;
  }

  .div-is-50.cs-div-left {
    margin-right: 0;
  }

  .div-is-50.work-page {
    margin-left: 0;
  }

  .grid-footer {
    padding-top: 4em;
  }

  .about-img-wrapper {
    width: 50%;
    margin-top: 4em;
  }

  .cs-project-type {
    width: 25%;
  }

  .div-is-30 {
    width: 50%;
  }

  .div-is-60 {
    width: 100%;
    margin-top: 1em;
  }

  .more-case-studies {
    flex-direction: column;
    display: flex;
  }

  .arrow-top {
    width: 1.5em;
  }

  .menu-item-text {
    font-size: 1em;
  }

  .menu-close {
    width: 25px;
  }

  .menu-close.is-45 {
    width: 25px;
    display: block;
  }

  .home-link-wrapper {
    z-index: 1000;
    display: block;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .is-menu {
    height: 1px;
  }

  .lottie-menu {
    width: 25px;
  }

  .lottie-menu.is-inverse {
    filter: invert();
  }

  .lottie-animation {
    width: 25px;
  }

  .arrow-menu {
    border: 1px solid var(--white-smoke);
  }

  .menu-contact-links {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .cs-hero-copy {
    margin-top: 1em;
    padding-right: 0;
    font-size: 2em;
  }

  .project-goals-wrapper {
    width: 100%;
  }

  .cs-section-heading {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .phase-image-wrapper {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .phase-image-wrapper.sciops-gifs {
    padding-left: 0;
    padding-right: 0;
  }

  .phase-image {
    width: 100%;
  }

  .phase-image.sciops-logo {
    width: 80%;
  }

  .phase-image.animated-icons {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .phase-image.sciops-sitemap {
    width: 90%;
  }

  .phase-wrapper {
    margin-bottom: 0;
  }

  .phase-list {
    padding-right: 15px;
  }

  .tabs-menu.component-library {
    flex-direction: column;
  }

  .tabs.component-library {
    flex-direction: column;
    display: none;
  }

  .archive-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .description-wrapper.cs-home {
    margin-top: -3.4em;
  }

  .profile-img-wrapper {
    flex-direction: column;
  }

  .about-copy {
    width: 100%;
  }

  .grid-about-2column {
    flex-direction: column;
    display: flex;
  }

  .project-wrapper {
    flex-direction: row;
    padding-top: 2em;
    padding-bottom: 4em;
  }

  .project-wrapper.work-page {
    flex-direction: column-reverse;
    padding-bottom: 2em;
  }

  .project-header-wrapper {
    flex-direction: column;
  }

  .back-to-top {
    display: block;
  }

  .cs-subtext-wrapper {
    flex-direction: column;
  }

  .cs-subtext-wrapper.yum-solution {
    flex-direction: row;
  }

  .cs-subtext-wrapper.bottom-margin-2em {
    margin-left: 15px;
  }

  .title-wrapper-homepage {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .home-hero-description {
    padding-right: 0;
    font-size: 2.8em;
  }

  .archive-grid {
    flex-direction: column;
    display: flex;
  }

  .archive-description-wrapper {
    width: 100%;
  }

  .grid-4-column {
    flex-direction: column;
    display: flex;
  }

  .archive-hero {
    height: auto;
    padding-top: 25%;
  }

  .cs-wrapper-home {
    margin-top: 0;
  }

  .photo-left-50 {
    width: 100%;
    padding-right: 0;
  }

  .photo-left-50._50-50 {
    width: 100%;
    padding-bottom: 1em;
    padding-right: 0;
  }

  .photo-right-75, .photo-left-75 {
    width: 100%;
  }

  .h2 {
    font-size: 3em;
  }

  .h2.italic {
    font-size: 2.9em;
  }

  .photo-right-50 {
    width: 100%;
    padding-left: 0;
  }

  .photo-right-50._50-50 {
    padding-left: 0;
  }

  .photo-50-50, .photo-50-50.top {
    flex-direction: column;
  }

  .grid-photo-3-col {
    flex-direction: column;
    display: flex;
  }

  .photo-75-center {
    width: 100%;
  }

  .grid-about-hero {
    flex-direction: column;
  }

  .profile-image-wrapper {
    height: auto;
  }

  .cursor {
    display: none;
  }

  .arrow-down.large {
    height: 3.8em;
  }

  .cs-h2 {
    margin-top: 0;
  }

  .cs-section-title {
    margin-bottom: 2em;
  }

  .cs-3-col-grid {
    flex-direction: column;
    display: flex;
  }

  .cs-3-col-grid.full-width {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bullets-div {
    height: 8ch;
    padding-right: 0;
  }

  .yum-survey-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .bullet-2col-wrapper {
    flex-direction: column;
  }

  .div-is-16 {
    width: 50%;
  }

  .div-is-16.yum-solution {
    margin-left: 0;
  }

  .grid-project-details.smaller {
    align-self: auto;
  }

  .grid-infographs {
    flex-direction: column;
    display: flex;
  }

  .link-name {
    font-size: 2.7em;
  }

  .hero-subtext {
    margin-top: -7px;
  }

  .grid-cs-project-wrapper {
    flex-direction: column;
    display: flex;
  }

  .grid-cs-project-wrapper.top {
    flex-direction: column;
    margin-bottom: 2em;
  }

  .grid-cs-project-wrapper.bottom {
    flex-direction: column-reverse;
  }

  .heading-23 {
    font-size: 3.8em;
  }

  .home-link.w--current {
    padding-right: 0;
  }

  .home-link.is-home {
    color: var(--soft-black);
  }

  .home-link.is-home.is-white {
    color: var(--white-smoke);
  }

  .is-about-source {
    margin-bottom: 0;
  }

  .section-5 {
    border-top: 1px solid var(--medium-grey);
    background-color: #f6eeee;
    background-image: url('../images/Grain_Black_Background.png');
    background-position: 50%;
    background-size: 300px 300px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 60px 20px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .section-5:focus {
    display: flex;
  }

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

  .nav-link-copy.w--current {
    padding-right: 0;
  }

  .nav-link-copy.is-home {
    color: var(--soft-black);
  }

  .nav-link-copy.is-home.is-white {
    color: var(--white-smoke);
  }

  .icon {
    padding-bottom: 10px;
  }

  .icon-title {
    letter-spacing: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: 400;
  }

  .icon-title:focus {
    color: var(--cornflower-blue);
    font-weight: 700;
  }

  .icon-title.off {
    color: var(--medium-grey);
  }

  .icon-title.focus {
    color: var(--cornflower-blue);
  }

  .link-block-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .icon-image {
    width: 20px;
    margin-bottom: 5px;
  }

  .icon-image:focus {
    display: block;
  }

  .image-14, .image-15 {
    width: 25px;
  }

  .image-16 {
    width: 20px;
  }

  .icon-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-div:focus {
    color: var(--cornflower-blue);
    display: none;
  }

  .icon-div-focus {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .icon-div-focus:focus {
    display: flex;
  }

  .image-17 {
    width: 20px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .section-6 {
    border-top: 1px solid var(--medium-grey);
    background-color: #f3f1f1;
    background-image: url('../images/Grain_Black_on_White.png');
    background-position: 50%;
    background-size: 300px 300px;
    justify-content: space-between;
    align-items: center;
    height: 76px;
    padding: 10px 0 20px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .link-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-5:focus, .icon-image-focus {
    display: none;
  }

  .icon-image-focus:focus {
    display: block;
  }

  .navbar-link {
    opacity: .7;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    transition: all .25s ease-in;
    display: flex;
  }

  .navbar-link:hover {
    opacity: 1;
    font-weight: 500;
  }

  .navbar-link:active {
    opacity: 1;
    outline-offset: 0px;
    outline: 3px #1e1d1d;
    font-weight: 500;
  }

  .navbar-link:focus {
    opacity: 1;
    border-bottom: 5px solid #000;
    font-weight: 600;
  }

  .navbar-link.w--current {
    opacity: 1;
    text-align: center;
    letter-spacing: 0;
    white-space: nowrap;
    background-image: url('../images/home-focus.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 25px;
    background-attachment: scroll;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: 25%;
    height: 100%;
    font-weight: 500;
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
    display: flex;
  }

  .navbar-link.stories.w--current {
    background-image: url('../images/news-focus.svg');
  }

  .navbar-link.about.w--current {
    background-image: url('../images/about-focus.svg');
  }

  .navbar-link.contact {
    background-image: none;
  }

  .navbar-link.contact.w--current {
    background-image: url('../images/contact-focus.svg');
  }

  .div-block-15 {
    flex: none;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .h4.italic {
    font-size: 2.9em;
  }

  .rich-text {
    max-width: 40ch;
    font-size: 18px;
  }

  .rich-text.mvrdv {
    max-width: none;
  }

  .cap {
    font-size: 90px;
  }

  .divider-circle {
    width: 12px;
    height: 12px;
  }

  .content-stacked {
    grid-row-gap: 80px;
  }

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

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

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

  .project-card-info {
    grid-row-gap: 35vh;
  }

  .project-card-content {
    min-height: 450px;
    padding: 48px;
  }

  .portfolio-title {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .portfolio-right-column.boven {
    padding-top: 40vh;
  }

  .project-image-wrapper {
    height: 45vh;
  }

  .project-content-wrapper {
    padding: 1.5rem;
  }

  .heading-27 {
    font-size: 40px;
  }

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

  .project-subtitle, .project-subtitle.blue {
    font-size: 12px;
  }

  .project-subtitle.gekleurd {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xlarge-paragraph {
    font-size: 10vh;
  }

  .wrap-scrolling-text {
    min-height: 250px;
  }

  .cap-2 {
    font-size: 90px;
  }

  .heading-28 {
    font-size: 65px;
  }

  .intro {
    margin-top: 38px;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .gallery20_arrow.left {
    right: 3.5rem;
  }

  .gallery_hover_center {
    display: none;
  }

  .gallery20_slide {
    padding-right: 1.5rem;
  }

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

  .text-size-medium-copy {
    font-size: 1rem;
  }

  .text-size-medium-copy.white {
    border-radius: 12px;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .navbar_component_close {
    min-height: 4rem;
    padding-top: 1em;
    padding-right: 1em;
  }

  .close-button {
    width: 43px;
    height: 43px;
  }

  .paragraph-7 {
    color: #1e1d1d;
  }

  .paragraph-7.large {
    font-size: 18px;
  }

  .phase-image-wrapper-2 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .paragraph_link {
    font-size: 18px;
  }

  .project {
    margin-bottom: 0;
  }

  .div-project-quote.mvrdv {
    margin-right: 0;
    position: static;
  }

  .rich-press {
    max-width: 40ch;
    font-size: 18px;
  }

  .cs-header-wrapper-press {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cs-header-wrapper-press.no-margin {
    flex-direction: column;
  }

  .video-play {
    width: 85px;
    height: 85px;
    margin-top: 309px;
  }

  .hero_profile-height {
    background-image: url('../images/play-button-black.png'), linear-gradient(to bottom, null, null);
    background-size: 25px, auto;
  }

  .play-button {
    background-size: 20px;
    width: 60px;
    height: 60px;
  }

  .play-button:hover {
    background-size: 20px;
  }

  .footer-header.is-white {
    font-size: 2em;
  }

  .navbar2_component-copy {
    min-height: 4rem;
  }

  .work_hover_center {
    display: none;
  }

  .background-video-2 {
    width: 500px;
  }

  .phase-image-wrapper-copy {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .phase-image-wrapper-copy.sciops-gifs {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-projects {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

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

  .more-work-header {
    font-size: 2.7em;
  }

  .more-work-header.is-white {
    font-size: 2em;
  }

  .background-wrapper-smaller {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2.4em;
    line-height: 1.3;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.is-footer {
    height: auto;
  }

  .container.cs-hero-image {
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .section {
    overflow: hidden;
  }

  .section.home-hero-top {
    align-items: center;
    padding-top: 45%;
  }

  .section.is-about {
    min-height: auto;
    padding-bottom: 0;
  }

  .section.cs-hero-section {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .grid-content.project-wrapper, .archive-header {
    flex-direction: column;
  }

  .footer-links-wrapper.is-white {
    margin-bottom: 4em;
  }

  .navigation {
    padding-left: 1em;
    padding-right: 1em;
  }

  .menu-overlay {
    padding-left: 1em;
    padding-right: 1em;
    display: none;
  }

  .menu-item-wrapper.is-white {
    font-size: 2em;
  }

  .menu-item {
    font-size: 1em;
  }

  .menu-item.with-arrow {
    font-size: 1.7em;
  }

  .cs-section-wrapper.bottom-margin {
    margin-bottom: 8em;
  }

  .cs-header-wrapper {
    margin-bottom: 0;
  }

  .cs-2-column-grid {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cs-hero-50-div {
    flex-direction: column;
    padding-bottom: 1em;
  }

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

  .div-is-25 {
    width: 100%;
  }

  .div-is-25.small-text {
    width: 80%;
  }

  .div-is-50 {
    width: 100%;
    margin-bottom: 1em;
  }

  .div-is-50.cs-info-wrapper {
    margin-top: 1em;
    margin-bottom: 0;
  }

  .div-is-50.right-margin {
    width: 100%;
  }

  .div-is-50.left-margin {
    width: 100%;
    margin-left: 0;
  }

  .div-is-50.breaks-to-100 {
    height: 70vh;
    margin-bottom: 1em;
  }

  .div-is-50.cs-div-right {
    margin-top: 1em;
  }

  .div-is-50.cs-div-left {
    margin-bottom: 0;
  }

  .about-img-wrapper, .div-is-30, .div-is-30.tab-container {
    width: 100%;
  }

  .div-is-60.cs-info-wrapper {
    margin-bottom: 2em;
  }

  .h1-is-name {
    margin-left: 0;
  }

  .cs-hero-copy {
    font-size: 1.5em;
  }

  .is-about {
    margin-top: auto;
  }

  .arrow-menu-contact {
    height: 1em;
  }

  .arrow-menu-link, .menu-arrow-down {
    height: .7em;
  }

  .cs-2-column {
    flex-direction: column;
    display: flex;
  }

  .project-goals-wrapper {
    width: 100%;
  }

  .phase-image-wrapper {
    margin-bottom: 1em;
  }

  .phase-image-wrapper.no-bk-color {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .phase-image-wrapper.ss {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .phase-image {
    padding-left: 1em;
    padding-right: 1em;
  }

  .phase-image.sciops-logo {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .phase-wrapper {
    margin-bottom: 0;
  }

  .phase-list {
    margin-bottom: 0;
  }

  .phase-list.top-margin {
    margin-top: -13px;
  }

  .phase-image-right {
    margin-left: 5px;
  }

  .phase-image-left {
    margin-right: 5px;
  }

  .description-wrapper.cs-home {
    flex-direction: row;
  }

  .about-copy {
    padding-right: 0;
  }

  .work-header-wrapper {
    padding-bottom: 50%;
  }

  .project-wrapper {
    flex-direction: column;
  }

  .arrow-right-black {
    width: 30px;
    display: none;
  }

  .cs-subtext-wrapper.bottom-margin-2em {
    margin-left: 10px;
  }

  .cs-description-homepage {
    width: 100%;
  }

  .title-wrapper-homepage {
    padding-bottom: .5em;
  }

  .home-hero-description {
    font-size: 2.7em;
  }

  .line-1 {
    flex-direction: column;
  }

  .line-2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 2em;
  }

  .line-3 {
    flex-direction: column;
    align-items: center;
    margin-top: 2em;
  }

  .archive-hero {
    padding-top: 100px;
  }

  .photo-description-wrapper {
    justify-content: flex-start;
  }

  .photo-number {
    margin-right: 1em;
  }

  .h2.italic {
    font-size: 3.2em;
  }

  .grid-content-2-col {
    flex-direction: column;
  }

  .lotttie-scroll {
    margin-top: 25px;
  }

  .archive-home-links {
    display: block;
  }

  .arrow-down.large {
    height: 3em;
  }

  .heading-22 {
    margin-left: 25%;
  }

  .bullets-div {
    height: 10ch;
  }

  .div-is-16.yum-solution {
    width: 75%;
  }

  .div-project-details {
    margin-bottom: 0;
  }

  .link-name {
    font-size: 2.4em;
  }

  .grid-home-hero {
    grid-template-columns: .25fr .75fr;
  }

  .link-is-name {
    margin-left: 0;
  }

  .hero-subtext {
    font-size: 2.2em;
  }

  .rule-mini {
    width: 9px;
    margin: 14px 0;
    display: block;
  }

  .tag-casestudy {
    flex-direction: row;
    align-items: center;
    margin-top: 1em;
    display: flex;
  }

  .home-link.w--current {
    display: block;
  }

  .body-6 {
    overflow: visible;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-copy.w--current {
    display: block;
  }

  .icon {
    width: 30px;
    display: none;
  }

  .icon-title {
    color: var(--cornflower-blue);
  }

  .link-block-4 {
    opacity: .65;
    filter: saturate(0%);
    color: var(--soft-black);
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-4.w--current {
    opacity: 1;
    filter: saturate(200%);
    text-align: center;
    text-transform: none;
    font-weight: 600;
    text-decoration: none;
    transition: opacity .2s;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-link.contact.w--current {
    background-image: none;
  }

  .ideas-header {
    flex-direction: column;
  }

  .h4.italic {
    font-size: 3.2em;
  }

  .cap {
    font-size: 80px;
  }

  .cap.quote {
    font-size: 110px;
  }

  .content-stacked {
    grid-row-gap: 60px;
  }

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

  .heading-separator {
    width: 36px;
  }

  .heading-separator.mobile-only {
    display: block;
  }

  .looping-heading-wrapper {
    grid-column-gap: 24px;
    padding-right: 24px;
  }

  .looping-heading {
    font-size: 30px;
  }

  .looping-heading.mobile-only {
    display: block;
  }

  .looping-wrapper {
    grid-column-gap: 24px;
  }

  .section-7 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .project-grid, .project-grid.full-width {
    grid-row-gap: 60px;
  }

  .project-card-content {
    min-height: auto;
    padding: 36px 24px;
  }

  .portfolio {
    padding-top: 48px;
    padding-left: 1vw;
    padding-right: 1vw;
    overflow: hidden;
  }

  .portfolio-projects {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .portfolio-left-column {
    flex: 0 auto;
    width: 100%;
    margin-right: 0;
    padding-top: 0;
  }

  .mobile-none {
    font-size: 40px;
    line-height: 1;
    display: block;
  }

  .container-3 {
    padding-left: 1vw;
    padding-right: 1vw;
    overflow: visible;
  }

  .project-link-block {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .project-link-block.groen {
    box-shadow: none;
  }

  .portfolio-right-column {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }

  .portfolio-right-column.boven {
    padding-top: 0;
  }

  .project-image-wrapper {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .project-content-wrapper {
    clear: none;
    position: relative;
  }

  .project-name {
    white-space: normal;
  }

  .project-subtitle {
    display: block;
  }

  .arrow-read-more, .arrow-read-more-2 {
    flex: none;
    width: 45px;
    height: 45px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .link-read-more {
    font-size: 24px;
  }

  .cap-2 {
    font-size: 80px;
  }

  .heading-28 {
    font-size: 50px;
  }

  .div-block-18 {
    overflow: hidden;
  }

  .gallery20_arrow, .gallery20_arrow.left, .gallery_hover_center {
    display: none;
  }

  .gallery20_image {
    border-radius: 20px;
  }

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

  .margin-bottom.margin-xxlarge {
    display: block;
  }

  .gallery20_caption {
    font-size: 12px;
  }

  .gallery20_slide-nav {
    margin-bottom: -30px;
    font-size: .4rem;
    left: 0;
    right: 0;
  }

  .gallery_hover_readmore {
    margin-right: 1rem;
  }

  .text-size-medium-copy {
    margin-top: 20px;
  }

  .text-size-medium-copy.white {
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar2_component {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 2em;
    padding-right: 0;
    inset: auto 0% 0%;
  }

  .navbar2_menu.is-page-height-tablet, .navbar2_menu.is-page-height-tablet-copy {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .svg_close_mob {
    display: flex;
  }

  .svg_close_other {
    display: none;
  }

  .navbar_component_close {
    padding-top: 1em;
    padding-right: 1em;
  }

  .phase-image-wrapper-2 {
    margin-bottom: 1em;
  }

  .article_slide-nav {
    font-size: .4rem;
    left: 0;
    right: 0;
  }

  .cs-header-wrapper-press {
    margin-bottom: 0;
  }

  .heading-33 {
    font-size: 1.5em;
  }

  .image-23 {
    width: 100px;
  }

  .video-play {
    margin-top: 216px;
  }

  .hero_profile-height {
    display: block;
  }

  .spacer-2 {
    display: none;
  }

  .navbar2_component-copy {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 2em;
    padding-right: 0;
    inset: auto 0% 0%;
  }

  .container-4 {
    padding: 3%;
  }

  .container-4.is-menu {
    z-index: 99;
    z-index: 999;
    padding-bottom: 6%;
  }

  .menu_link {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .menu_link-text {
    font-size: 1.3em;
  }

  .menu_wrap {
    font-size: 3vw;
  }

  .work_hover_center {
    display: none;
  }

  .work_hover_readmore {
    margin-right: 1rem;
  }

  .background-video-2 {
    width: 280px;
    height: 100%;
  }

  .phase-image-wrapper-copy {
    margin-bottom: 1em;
  }

  .phase-image-wrapper-copy.no-bk-color {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .phase-image-wrapper-copy.ss {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .backgroundvideo-fullwidth {
    padding: 0 1em;
  }

  .grid-projects {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .project-tit {
    white-space: normal;
  }

  .more-work-header {
    font-size: 2.4em;
  }

  .backgroundvideo-small {
    padding: 0 1em;
  }

  .background-wrapper-smaller {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .backgroundvideo-smaller {
    margin-left: 1em;
    margin-right: 1em;
  }

  ._404-header {
    font-size: 1.5em;
  }
}

#w-node-_5f72cd50-444d-60fd-b4fd-d9c6b9ba360b-b9ba360a {
  justify-self: center;
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexmono';
  src: url('../fonts/IBMPlexMono-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}