@font-face {
  font-family: Saoldisplay Regular;
  src: url('../fonts/saoldisplay-regular-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Saoldisplay Webfont;
  src: url('../fonts/saoldisplay-light-webfont.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Saoldisplay Light;
  src: url('../fonts/saoldisplay-light-webfont.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Saoldisplay;
  src: url('../fonts/SaolDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Saoldisplay;
  src: url('../fonts/SaolDisplay-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --indigo: #0d2aed;
  --white: white;
  --black: #2d2d2d;
  --grey: #bbbdc5;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

.logo {
  flex: 0 auto;
  align-self: center;
  position: relative;
}

.main-section {
  z-index: 2;
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  width: 100vw;
  min-width: 0%;
  height: 100vh;
  display: flex;
  position: static;
}

.c-nav-left {
  z-index: 3;
  transform-origin: 0 0;
  direction: ltr;
  text-transform: none;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  place-content: center space-between;
  align-items: center;
  width: 136px;
  min-width: 0;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.navigation-top-left {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  cursor: auto;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: static;
  top: 0;
}

.text-link {
  color: var(--indigo);
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transform: rotate(0);
}

.text-link.rotated-on-left-menu {
  flex-direction: column;
  justify-content: space-between;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: visible;
  transform: rotate(90deg);
}

.text-link.rotated-on-left-menu.hidden {
  display: none;
}

.text-link.rotated-on-right-menu {
  font-weight: 400;
  transform: rotate(270deg);
}

.text-link.rotated-on-right-menu.hidden {
  display: none;
}

.link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.link-wrapper.rotated {
  grid-row-gap: 70px;
  flex-wrap: nowrap;
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.navigation-bottom-left {
  grid-column-gap: 40px;
  grid-row-gap: 56px;
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 0;
  display: flex;
  position: static;
}

.content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  width: 100vw;
  height: 100%;
  margin: 0 136px;
  padding-top: 300px;
  display: flex;
  position: relative;
}

.main-section-wrap {
  z-index: 2;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  min-width: 0;
  height: 100vh;
  display: flex;
  position: static;
}

.c-nav-right {
  z-index: 3;
  transform-origin: 0 0;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  place-content: space-between flex-end;
  align-self: stretch;
  align-items: center;
  width: 136px;
  min-width: 0;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.heading-intro {
  float: left;
  clear: none;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 180px;
  display: block;
}

.intro-primary {
  color: var(--black);
  -webkit-text-stroke-width: 0px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  font-family: Saoldisplay Webfont, Palatino Linotype, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
  display: block;
}

.intro-primary.additional-text {
  width: 100%;
}

.intro-secondary {
  color: var(--grey);
  -webkit-text-stroke-width: 0px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Saoldisplay Webfont, Palatino Linotype, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.intro-secondary.thought {
  padding-right: 80px;
}

.intro-secondary.additional-text {
  width: 100%;
}

.title-small-secondary {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.home-project-thumbnails-wrapper {
  grid-column-gap: 100px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  margin-top: 40px;
  display: block;
}

.project-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin: 0 0 0 136px;
  padding-top: 230px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.case-study-intro-image {
  width: 100%;
  padding-top: 0;
}

.intro-text-container {
  max-width: 100%;
  padding: 220px 250px 220px 200px;
}

.cover-image {
  object-fit: fill;
  flex: 1;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  display: block;
  position: static;
  overflow: visible;
}

.project-link-block {
  mix-blend-mode: normal;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.project-link-block.hidden {
  display: none;
}

.project-link-block.test {
  padding-top: 0;
}

.project-headline {
  width: 100%;
  height: auto;
  padding-top: 56px;
  padding-left: 48px;
  padding-right: 0;
  font-family: Saoldisplay Light, Palatino Linotype, sans-serif;
  font-size: 26px;
  line-height: 32px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.project-headline.white {
  color: var(--white);
  padding-top: 0;
  padding-left: 0;
  font-family: Saoldisplay Webfont, Palatino Linotype, sans-serif;
  font-size: 32px;
  line-height: 38px;
  position: static;
}

.project-headline.black {
  color: var(--black);
  padding-top: 0;
  padding-left: 0;
  font-family: Saoldisplay Webfont, Palatino Linotype, sans-serif;
  font-size: 32px;
  line-height: 38px;
  position: static;
}

.project-info-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  position: absolute;
}

.project-info-wrapper.hidden {
  display: none;
}

.project-subheading {
  width: 100%;
  height: auto;
  padding-top: 56px;
  padding-left: 48px;
  padding-right: 0;
  font-family: Saoldisplay Light, Palatino Linotype, sans-serif;
  font-size: 32px;
  line-height: 38px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.project-subheading.grey {
  color: var(--grey);
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  font-family: Saoldisplay Webfont, Palatino Linotype, sans-serif;
  font-size: 32px;
  line-height: 38px;
  position: static;
}

.project-subheading.white {
  color: var(--white);
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  font-family: Saoldisplay Webfont, Palatino Linotype, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  display: block;
  position: static;
}

.project-subheading.black {
  color: var(--black);
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  position: static;
}

.title-and-subtite-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.project-information {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
}

.project-detail-cover-image {
  flex: 0 auto;
  margin-top: 40px;
  padding-top: 0;
  position: relative;
}

.project-title-small {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.project-title-small.white {
  color: var(--white);
  font-weight: 400;
}

.project-title-small.black {
  color: var(--black);
}

.projects-grid {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  grid-template-rows: auto;
  align-items: start;
  margin-bottom: 100px;
}

.project-information-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 56px 56px 48px 48px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.say-hello-wrapper {
  grid-row-gap: 48px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.line {
  background-color: var(--indigo);
  flex-direction: column;
  justify-content: center;
  width: 1.5px;
  height: 33px;
  display: flex;
}

.line.vertical {
  width: 1px;
  margin-right: 1px;
  padding-right: 0;
}

.line.horizontal {
  background-color: var(--grey);
  width: 33px;
  height: 1px;
}

.line.horizontal.black {
  background-color: var(--black);
  margin-top: 4px;
  padding-top: 0;
  display: flex;
}

.content-intro-wrapper {
  padding-top: 88px;
}

.content-intro-with-line {
  grid-column-gap: 16px;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.blur-elements {
  opacity: 1;
  object-fit: fill;
  width: 100%;
  height: 1200px;
  display: none;
  position: absolute;
  top: auto;
  left: auto;
  overflow: hidden;
}

.body {
  overflow: visible;
}

.project-text-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
  position: static;
}

.case-study-logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.untold {
  width: 20%;
  display: block;
  position: relative;
}

.case-study-full-width-content-image {
  flex: 0 auto;
  margin-bottom: 0;
  padding-bottom: 136px;
  padding-right: 0;
  display: block;
}

.case-study-full-width-content-image.hidden {
  display: none;
}

.background-video {
  filter: blur(50px);
  mix-blend-mode: normal;
  width: 1500px;
  height: 1500px;
  position: absolute;
  top: -440px;
  left: 480px;
  overflow: hidden;
}

.circle-first-frame {
  opacity: 1;
  width: 40px;
  height: 40px;
  position: static;
}

.circle-first-frame:hover {
  opacity: 0;
}

.circle-anima {
  opacity: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
}

.circle-anima:hover {
  opacity: 1;
}

.circle-anima-new {
  opacity: 0;
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
}

.circle-anima-new:hover {
  opacity: 1;
}

.case-study-body-image {
  width: 100vw;
  max-width: 100%;
  padding-top: 0;
  display: block;
}

.more-detailed-text-container {
  align-self: auto;
  max-width: 100%;
  padding: 0 250px 220px 200px;
  display: block;
}

.more-detailed-text-container.shown {
  padding-bottom: 136px;
}

.more-detailed-text-container.shown.hidden {
  display: none;
}

.title-small-primary {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.title-small-primary.grey {
  color: var(--grey);
}

.credits {
  text-align: center;
  max-width: 100%;
  padding: 110px 150px 220px 0;
  position: relative;
}

.project-services {
  text-align: center;
  width: 420px;
  margin-top: 0;
  padding-top: 40px;
  display: block;
}

.next-project {
  background-color: #f8eadd;
  flex-direction: column;
  flex: 0 auto;
  width: 100vw;
  height: 100vh;
  margin-left: -136px;
  display: flex;
  position: static;
}

.next-project.shown {
  background-color: #e8f3f3;
}

.next-project.shown.magicflight {
  background-color: #014d4333;
  max-height: none;
}

.next-project.shown.neuroflash {
  background-color: #fedd0533;
}

.next-project.shown.b2match-web-app {
  background-color: #65e2d433;
}

.next-project.shown.b2match-corporate-web {
  background-color: #1fa7e533;
}

.next-project.shown.b2match-entrance {
  background-color: #f2f2f299;
}

.next-project.shown.lumeno {
  background-color: #eee5dd;
}

.next-project.shown.untoldcreative {
  background-color: #ddf8e8;
}

.next-project.shown.durex-web {
  background-color: #badddb;
}

.next-project.shown.dex-doom {
  background-color: #dee753bf;
}

.next-project.hidden {
  display: none;
}

.next__image {
  flex-direction: row;
  flex: 1;
  align-self: center;
  width: auto;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-left: 136px;
  padding-left: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.next__image.b2match-web-app, .next__image.next__b2match-web-app {
  padding-left: 136px;
}

.next-project-image-wrapper {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/event_matchmaking_web_app_case_study_image4.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  flex: 1;
  order: -1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100vh;
  height: 100vh;
  margin-left: 136px;
  display: flex;
  position: static;
  overflow: visible;
}

.next-project-image-wrapper.w--current {
  background-image: url('../images/magic-flight_logotype_and_styleguide_case_study_image5.jpg');
}

.next-project-image-wrapper.b2match-web-app {
  display: none;
}

.next-project-image-wrapper.b2match-entrance {
  background-image: url('../images/entrance-app_image7.jpg');
}

.next-project-image-wrapper.b2match-entrance.w--current {
  background-image: url('../images/b2match_entrance_app_cover.jpg');
}

.next-project-image-wrapper.lumen {
  background-image: url('../images/lumen_case_study_image5.jpg');
}

.next-project-image-wrapper.untoldcreative {
  background-image: url('../images/untoldcreative_image5.jpg');
}

.next-project-image-wrapper.untoldcreative.w--current {
  background-image: url('../images/b2match_entrance_app_cover.jpg');
}

.next-project-image-wrapper.durex-web {
  background-image: url('../images/durex_case_study_image4.jpg');
}

.next-project-image-wrapper.durex-web.w--current {
  background-image: url('../images/b2match_entrance_app_cover.jpg');
}

.next-project-title-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.next-project-title-with-line {
  grid-column-gap: 16px;
  align-items: center;
  padding-top: 10%;
  padding-left: 136px;
  display: flex;
}

.next-project-text {
  float: left;
  clear: none;
  margin-bottom: 0;
  padding: 64px 180px 32px 136px;
  display: block;
}

.entrance {
  width: 15%;
  display: block;
  position: relative;
}

.thoughts-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  width: 100vw;
  height: 100%;
  margin: 0 136px;
  padding-top: 300px;
  display: flex;
  position: relative;
}

.thoughts-heading-intro {
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 300px;
  display: block;
}

.thoughts-tab-wrapper {
  flex: 1;
  margin-top: 88px;
  margin-bottom: 100px;
  display: flex;
}

.menu-tabs {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-radius: 32px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.thoughts-tabs {
  flex: 1;
  display: block;
}

.link-tab {
  outline-offset: 0px;
  color: var(--black);
  text-align: center;
  background-color: #bbbdc51a;
  border: 1px solid #2d2d2d00;
  border-radius: 32px;
  outline: 1px #2d2d2d;
  width: auto;
  padding: 15px 40px 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
  transition: border-color .3s cubic-bezier(.455, .03, .515, .955), background-color .3s cubic-bezier(.455, .03, .515, .955);
}

.link-tab:hover {
  outline-offset: 0px;
  color: var(--black);
  background-color: #bbbdc500;
  border-style: solid;
  border-color: #bbbdc559;
  outline: 0 solid #2d2d2d;
}

.link-tab.w--current {
  background-color: var(--indigo);
  color: var(--white);
  text-align: center;
  border-radius: 32px;
  width: auto;
  padding: 15px 40px 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
  display: block;
}

.contents {
  z-index: 2;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  min-width: 0;
  height: 100vh;
  display: flex;
  position: static;
}

.movies-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: start stretch;
  width: 100%;
  display: inline-grid;
}

.tab-pane-all {
  flex: 1;
  align-self: auto;
  max-width: 100%;
  padding-top: 0;
  position: relative;
}

.tabs-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 180px;
  display: flex;
  overflow: visible;
}

.tabs-content.photo-essay {
  margin-bottom: 80px;
}

.card-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 0;
  flex-flow: column;
  display: flex;
}

.card-title {
  color: var(--black);
  -webkit-text-stroke-width: 0px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 10px;
  font-family: Saoldisplay Webfont, Palatino Linotype, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  text-decoration: none;
  display: block;
}

.card-title.second-row {
  color: var(--grey);
  padding-right: 0;
  font-family: Saoldisplay Webfont, Palatino Linotype, sans-serif;
}

.card-image-square {
  border-radius: 32px;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.thought-card-image {
  border-radius: 32px;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.image-14 {
  flex: 1;
}

.img-thoughts {
  border-radius: 0;
  flex: 1;
}

.image-16 {
  flex: 1;
}

.badge---thoughts {
  color: var(--indigo);
  text-align: center;
  background-color: #0d2aed1a;
  border-radius: 16px;
  align-items: stretch;
  width: 100px;
  margin-top: 18px;
  margin-bottom: 0;
  margin-left: 20px;
  padding: 4px 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: none;
  position: absolute;
}

.card---thoughtss {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: none;
}

.card-thoughts {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.card-thoughts.hidden {
  display: none;
}

.projects-tabs {
  flex: 1;
  display: block;
}

.projects-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  width: 100vw;
  height: 100%;
  margin: 0 136px;
  padding-top: 300px;
  display: flex;
  position: relative;
}

.projects-heading-intro {
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 180px;
  display: block;
}

.projects-tab-wrapper {
  flex: 1;
  justify-content: flex-start;
  margin-top: 33px;
  margin-bottom: 100px;
  display: block;
}

.projects-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start center;
  place-items: start center;
  width: 100%;
  display: inline-grid;
  overflow: visible;
}

.selected-project-link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  mix-blend-mode: normal;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.selected-project-wrapper {
  object-fit: fill;
  border-radius: 32px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: auto;
  display: flex;
  position: static;
  overflow: hidden;
}

.badge-text {
  color: var(--black);
  background-color: #bbbdc51f;
  border-radius: 32px;
  flex-flow: row;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4.5px 14px 5px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  position: relative;
}

.badge-text.blue {
  background-color: var(--indigo);
  color: var(--white);
}

.badge-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2px;
  padding-right: 8px;
  display: inline-flex;
}

.badge-wrapper.hidden {
  display: none;
}

.tab-pane-product, .tab-pane-branding, .tab-pane-web {
  flex: 1;
}

.tab-pane-tab-2 {
  flex: 1;
  max-width: 100%;
  position: relative;
}

.tab-pane-tab-4, .tab-pane-tab-3 {
  flex: 1;
  max-width: 100%;
}

.thoughts-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: start stretch;
  width: 100%;
  display: inline-grid;
}

.thought-content {
  z-index: 2;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  min-width: 0;
  height: auto;
  display: block;
  position: static;
}

.thought-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: static;
}

.thought-details.photo-essay {
  margin-right: 0;
}

.thought-cover-image {
  flex-flow: column;
  flex: 1;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.thought-cover-image.hidden {
  display: none;
}

.thought-cover-image-wrapper {
  border-radius: 0;
  flex: 1;
  overflow: hidden;
}

.thought-text-container {
  max-width: 100%;
  padding: 180px 390px 48px;
}

.texts {
  color: var(--black);
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.texts.second-row {
  color: var(--grey);
}

.projects-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: start center;
  width: 100%;
  display: inline-grid;
  overflow: visible;
}

.single-thought-language-tabs {
  flex: 1;
  margin-top: 40px;
  display: block;
}

.thought-tabs {
  background-color: #bbbdc51a;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: inline-flex;
  position: relative;
}

.thought-link-tab {
  color: var(--black);
  text-align: center;
  background-color: #ddd0;
  border-radius: 32px;
  width: 100%;
  padding: 15px 14px 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.thought-link-tab:hover {
  color: var(--indigo);
}

.thought-link-tab.w--current {
  background-color: var(--indigo);
  color: var(--white);
  text-align: center;
  border-radius: 32px;
  width: 100%;
  padding: 15px 14px 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
  display: block;
}

.innerwell {
  width: 30%;
  display: block;
  position: relative;
}

.menu-wrapper {
  display: none;
}

.next-project-image-link {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  margin-left: 136px;
  display: block;
}

.next-project-image-link.dex-doom {
  background-image: url('../images/dexdoom_case_study_image4.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  margin-left: 0;
}

.image-18 {
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  object-fit: contain;
  background-clip: border-box;
  display: block;
  position: static;
}

.image-19 {
  display: block;
}

.lumen, .durex {
  width: 30%;
  display: block;
  position: relative;
}

.case-study-video {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding-top: 20%;
  padding-bottom: 20%;
  padding-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
  position: relative;
  inset: 0%;
}

.case-study-full-width-content-video {
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 0 136px;
  display: block;
}

.case-study-full-width-content-video.hidden {
  display: none;
}

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

.div-block {
  width: 100%;
  position: relative;
}

.background-video-2 {
  width: 100%;
  max-width: none;
  height: auto;
}

.dexdoom {
  width: 30%;
  display: block;
  position: relative;
}

.background-video-3 {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.section {
  height: 0;
  padding-top: 56.25%;
  padding-bottom: 0;
}

.video-embed {
  width: 100%;
  height: 100%;
}

.div-block-2 {
  width: 100%;
  display: none;
}

.case-study-full-width-video {
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 136px;
  padding-right: 0;
  display: block;
}

.case-study-full-width-video.hidden {
  display: none;
}

.dexdoom-next-project-image {
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  object-fit: contain;
  background-clip: border-box;
  display: block;
  position: static;
}

.next__dexdoom {
  background-color: #dee753bf;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  display: flex;
  position: static;
}

.next__dexdoom.shown {
  background-color: #e8f3f3;
}

.next__dexdoom.shown.magicflight {
  background-color: #014d4333;
  max-height: none;
}

.next__dexdoom.shown.neuroflash {
  background-color: #fedd0533;
}

.next__dexdoom.shown.b2match-web-app {
  background-color: #65e2d433;
}

.next__dexdoom.shown.b2match-corporate-web {
  background-color: #1fa7e533;
}

.next__dexdoom.shown.b2match-entrance {
  background-color: #f2f2f299;
}

.next__dexdoom.shown.lumeno {
  background-color: #eee5dd;
}

.next__dexdoom.shown.untoldcreative {
  background-color: #ddf8e8;
}

.next__dexdoom.shown.durex-web {
  background-color: #badddb;
}

.next__dexdoom.shown.dex-doom {
  background-color: #dee753bf;
}

.next__dexdoom.hidden {
  display: none;
}

.section_next {
  flex: 1;
  width: auto;
  height: auto;
  margin-left: -136px;
  display: block;
}

.section_next.hidden {
  display: none;
}

.next-image__wrapper {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  display: block;
}

.next-image__wrapper.dex-doom {
  background-image: url('../images/dexdoom_case_study_image4.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  margin-left: 0;
}

.next__title-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  margin-left: 136px;
  padding-top: 0;
  padding-bottom: 32px;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.next__title-intro {
  grid-column-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0%;
  padding-left: 0;
  display: flex;
}

.next__project-text {
  float: left;
  clear: none;
  margin-bottom: 0;
  padding: 40px 180px 0 0;
  display: block;
}

.next-image__b2match-web-app {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  display: block;
}

.next-image__b2match-web-app.dex-doom {
  background-image: url('../images/dexdoom_case_study_image4.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  margin-left: 0;
}

.next-image__link {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  display: block;
  overflow: hidden;
}

.next-image__link.dex-doom {
  background-image: url('../images/dexdoom_case_study_image4.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  margin-left: 0;
}

.next-image__dexdoom {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  display: block;
}

.next-image__dexdoom.dex-doom {
  background-image: url('../images/dexdoom_case_study_image4.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  margin-left: 0;
}

.next__magicflight {
  background-color: #014d4333;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  display: flex;
  position: static;
}

.next__magicflight.shown {
  background-color: #e8f3f3;
}

.next__magicflight.shown.magicflight {
  background-color: #014d4333;
  max-height: none;
}

.next__magicflight.shown.neuroflash {
  background-color: #fedd0533;
}

.next__magicflight.shown.b2match-web-app {
  background-color: #65e2d433;
}

.next__magicflight.shown.b2match-corporate-web {
  background-color: #1fa7e533;
}

.next__magicflight.shown.b2match-entrance {
  background-color: #f2f2f299;
}

.next__magicflight.shown.lumeno {
  background-color: #eee5dd;
}

.next__magicflight.shown.untoldcreative {
  background-color: #ddf8e8;
}

.next__magicflight.shown.durex-web {
  background-color: #badddb;
}

.next__magicflight.shown.dex-doom {
  background-color: #dee753bf;
}

.next__magicflight.hidden {
  display: none;
}

.next-image__magicflight {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  display: block;
}

.next-image__magicflight.dex-doom {
  background-image: url('../images/dexdoom_case_study_image4.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  margin-left: 0;
}

.next__durex {
  background-color: #f6d8da;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  display: flex;
  position: static;
}

.next__durex.shown {
  background-color: #e8f3f3;
}

.next__durex.shown.magicflight {
  background-color: #014d4333;
  max-height: none;
}

.next__durex.shown.neuroflash {
  background-color: #fedd0533;
}

.next__durex.shown.b2match-web-app {
  background-color: #65e2d433;
}

.next__durex.shown.b2match-corporate-web {
  background-color: #1fa7e533;
}

.next__durex.shown.b2match-entrance {
  background-color: #f2f2f299;
}

.next__durex.shown.lumeno {
  background-color: #eee5dd;
}

.next__durex.shown.untoldcreative {
  background-color: #ddf8e8;
}

.next__durex.shown.durex-web {
  background-color: #badddb;
}

.next__durex.shown.dex-doom {
  background-color: #dee753bf;
}

.next__durex.hidden {
  display: none;
}

.next-image__durex {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  display: block;
}

.next-image__durex.dex-doom {
  background-image: url('../images/dexdoom_case_study_image4.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  margin-left: 0;
}

.next__neuroflash {
  background-color: #0086ff36;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  display: flex;
  position: static;
}

.next__neuroflash.shown {
  background-color: #e8f3f3;
}

.next__neuroflash.shown.magicflight {
  background-color: #014d4333;
  max-height: none;
}

.next__neuroflash.shown.neuroflash {
  background-color: #fedd0533;
}

.next__neuroflash.shown.b2match-web-app {
  background-color: #65e2d433;
}

.next__neuroflash.shown.b2match-corporate-web {
  background-color: #1fa7e533;
}

.next__neuroflash.shown.b2match-entrance {
  background-color: #f2f2f299;
}

.next__neuroflash.shown.lumeno {
  background-color: #eee5dd;
}

.next__neuroflash.shown.untoldcreative {
  background-color: #ddf8e8;
}

.next__neuroflash.shown.durex-web {
  background-color: #badddb;
}

.next__neuroflash.shown.dex-doom {
  background-color: #dee753bf;
}

.next__neuroflash.hidden {
  display: none;
}

.next-image__neuroflash {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  display: block;
}

.next-image__neuroflash.dex-doom {
  background-image: url('../images/dexdoom_case_study_image4.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  margin-left: 0;
}

.next__b2match-event {
  background-color: #e06e4166;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  display: flex;
  position: static;
}

.next__b2match-event.shown {
  background-color: #e8f3f3;
}

.next__b2match-event.shown.magicflight {
  background-color: #014d4333;
  max-height: none;
}

.next__b2match-event.shown.neuroflash {
  background-color: #fedd0533;
}

.next__b2match-event.shown.b2match-web-app {
  background-color: #65e2d433;
}

.next__b2match-event.shown.b2match-corporate-web {
  background-color: #1fa7e533;
}

.next__b2match-event.shown.b2match-entrance {
  background-color: #f2f2f299;
}

.next__b2match-event.shown.lumeno {
  background-color: #eee5dd;
}

.next__b2match-event.shown.untoldcreative {
  background-color: #ddf8e8;
}

.next__b2match-event.shown.durex-web {
  background-color: #badddb;
}

.next__b2match-event.shown.dex-doom {
  background-color: #dee753bf;
}

.next__b2match-event.hidden {
  display: none;
}

.next-image__b2match-event {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  display: block;
}

.next-image__b2match-event.dex-doom {
  background-image: url('../images/dexdoom_case_study_image4.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  margin-left: 0;
}

.next__b2match-website {
  background-color: #1fa7e533;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  display: flex;
  position: static;
}

.next__b2match-website.shown {
  background-color: #e8f3f3;
}

.next__b2match-website.shown.magicflight {
  background-color: #014d4333;
  max-height: none;
}

.next__b2match-website.shown.neuroflash {
  background-color: #fedd0533;
}

.next__b2match-website.shown.b2match-web-app {
  background-color: #65e2d433;
}

.next__b2match-website.shown.b2match-corporate-web {
  background-color: #1fa7e533;
}

.next__b2match-website.shown.b2match-entrance {
  background-color: #f2f2f299;
}

.next__b2match-website.shown.lumeno {
  background-color: #eee5dd;
}

.next__b2match-website.shown.untoldcreative {
  background-color: #ddf8e8;
}

.next__b2match-website.shown.durex-web {
  background-color: #badddb;
}

.next__b2match-website.shown.dex-doom {
  background-color: #dee753bf;
}

.next__b2match-website.hidden {
  display: none;
}

.next-image__b2match-website {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  display: block;
}

.next-image__b2match-website.dex-doom {
  background-image: url('../images/dexdoom_case_study_image4.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  margin-left: 0;
}

.next__b2match-entrance {
  background-color: #f2f2f2;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  display: flex;
  position: static;
}

.next__b2match-entrance.shown {
  background-color: #e8f3f3;
}

.next__b2match-entrance.shown.magicflight {
  background-color: #014d4333;
  max-height: none;
}

.next__b2match-entrance.shown.neuroflash {
  background-color: #fedd0533;
}

.next__b2match-entrance.shown.b2match-web-app {
  background-color: #65e2d433;
}

.next__b2match-entrance.shown.b2match-corporate-web {
  background-color: #1fa7e533;
}

.next__b2match-entrance.shown.b2match-entrance {
  background-color: #f2f2f299;
}

.next__b2match-entrance.shown.lumeno {
  background-color: #eee5dd;
}

.next__b2match-entrance.shown.untoldcreative {
  background-color: #ddf8e8;
}

.next__b2match-entrance.shown.durex-web {
  background-color: #badddb;
}

.next__b2match-entrance.shown.dex-doom {
  background-color: #dee753bf;
}

.next__b2match-entrance.hidden {
  display: none;
}

.next-image__b2match-entrance {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  display: block;
}

.next-image__b2match-entrance.dex-doom {
  background-image: url('../images/dexdoom_case_study_image4.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  margin-left: 0;
}

.next__innerwell {
  background-color: #e8f3f3;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  display: flex;
  position: static;
}

.next__innerwell.shown {
  background-color: #e8f3f3;
}

.next__innerwell.shown.magicflight {
  background-color: #014d4333;
  max-height: none;
}

.next__innerwell.shown.neuroflash {
  background-color: #fedd0533;
}

.next__innerwell.shown.b2match-web-app {
  background-color: #65e2d433;
}

.next__innerwell.shown.b2match-corporate-web {
  background-color: #1fa7e533;
}

.next__innerwell.shown.b2match-entrance {
  background-color: #f2f2f299;
}

.next__innerwell.shown.lumeno {
  background-color: #eee5dd;
}

.next__innerwell.shown.untoldcreative {
  background-color: #ddf8e8;
}

.next__innerwell.shown.durex-web {
  background-color: #badddb;
}

.next__innerwell.shown.dex-doom {
  background-color: #dee753bf;
}

.next__innerwell.hidden {
  display: none;
}

.next-image__innerwell {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  display: block;
}

.next-image__innerwell.dex-doom {
  background-image: url('../images/dexdoom_case_study_image4.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  margin-left: 0;
}

.next__lumen {
  background-color: #eed9c3;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  display: flex;
  position: static;
}

.next__lumen.shown {
  background-color: #e8f3f3;
}

.next__lumen.shown.magicflight {
  background-color: #014d4333;
  max-height: none;
}

.next__lumen.shown.neuroflash {
  background-color: #fedd0533;
}

.next__lumen.shown.b2match-web-app {
  background-color: #65e2d433;
}

.next__lumen.shown.b2match-corporate-web {
  background-color: #1fa7e533;
}

.next__lumen.shown.b2match-entrance {
  background-color: #f2f2f299;
}

.next__lumen.shown.lumeno {
  background-color: #eee5dd;
}

.next__lumen.shown.untoldcreative {
  background-color: #ddf8e8;
}

.next__lumen.shown.durex-web {
  background-color: #badddb;
}

.next__lumen.shown.dex-doom {
  background-color: #dee753bf;
}

.next__lumen.hidden {
  display: none;
}

.next-image__lumen {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  display: block;
}

.next-image__lumen.dex-doom {
  background-image: url('../images/dexdoom_case_study_image4.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  margin-left: 0;
}

.video {
  object-fit: contain;
  width: 680px;
  position: static;
}

.case-study-body-video {
  background-color: #f6d8da;
  justify-content: center;
  width: 100vw;
  max-width: 100%;
  padding-top: 0;
  display: flex;
}

.magicflight, .neuroflash, .b2match-full, .b2match {
  width: 20%;
  display: block;
  position: relative;
}

.additional-text-container {
  max-width: 100%;
  padding: 220px 250px 220px 200px;
  display: none;
}

.additional-text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: static;
}

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

.slide {
  width: 100%;
  height: 100%;
}

.slider-icon {
  width: 60px;
  max-width: none;
  margin: 228.133px 20px;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.icon {
  display: none;
}

.slide-nav {
  display: block;
}

.case-study-slider {
  flex: 0 auto;
  margin-top: 84px;
  margin-bottom: 0;
  padding-bottom: 136px;
  padding-right: 0;
  display: block;
}

.case-study-slider.hidden {
  display: none;
}

.case-study-slider.rest {
  margin-top: 32px;
}

.left-arrow, .right-arrow {
  display: none;
}

.case-study-slider-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-bottom: 40px;
  padding-right: 80px;
  display: flex;
  overflow: auto;
}

.slide-image {
  width: 70%;
  height: 100%;
}

.slider-intro {
  float: left;
  clear: none;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 180px;
  display: block;
}

.slider-intro-wrapper {
  flex-flow: row;
  display: flex;
}

.section-line {
  background-color: var(--indigo);
  flex-direction: column;
  justify-content: center;
  width: 1.5px;
  height: 33px;
  display: flex;
}

.section-line.vertical {
  width: 1px;
}

.section-line.horizontal {
  background-color: var(--grey);
  width: 100px;
  height: 1px;
  margin-top: 24px;
}

.section-line.horizontal.black {
  background-color: var(--black);
  margin-top: 4px;
  padding-top: 0;
}

.next__b2m-blog {
  background-color: #5ee2c580;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  display: flex;
  position: static;
}

.next__b2m-blog.shown {
  background-color: #e8f3f3;
}

.next__b2m-blog.shown.magicflight {
  background-color: #014d4333;
  max-height: none;
}

.next__b2m-blog.shown.neuroflash {
  background-color: #fedd0533;
}

.next__b2m-blog.shown.b2match-web-app {
  background-color: #65e2d433;
}

.next__b2m-blog.shown.b2match-corporate-web {
  background-color: #1fa7e533;
}

.next__b2m-blog.shown.b2match-entrance {
  background-color: #f2f2f299;
}

.next__b2m-blog.shown.lumeno {
  background-color: #eee5dd;
}

.next__b2m-blog.shown.untoldcreative {
  background-color: #ddf8e8;
}

.next__b2m-blog.shown.durex-web {
  background-color: #badddb;
}

.next__b2m-blog.shown.dex-doom {
  background-color: #dee753bf;
}

.next__b2m-blog.hidden {
  display: none;
}

.next-image__b2m-blog {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  display: block;
}

.next-image__b2m-blog.dex-doom {
  background-image: url('../images/dexdoom_case_study_image4.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  margin-left: 0;
}

.next__platform-x {
  background-color: #d6d6d6;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  display: flex;
  position: static;
}

.next__platform-x.shown {
  background-color: #e8f3f3;
}

.next__platform-x.shown.magicflight {
  background-color: #014d4333;
  max-height: none;
}

.next__platform-x.shown.neuroflash {
  background-color: #fedd0533;
}

.next__platform-x.shown.b2match-web-app {
  background-color: #65e2d433;
}

.next__platform-x.shown.b2match-corporate-web {
  background-color: #1fa7e533;
}

.next__platform-x.shown.b2match-entrance {
  background-color: #f2f2f299;
}

.next__platform-x.shown.lumeno {
  background-color: #eee5dd;
}

.next__platform-x.shown.untoldcreative {
  background-color: #ddf8e8;
}

.next__platform-x.shown.durex-web {
  background-color: #badddb;
}

.next__platform-x.shown.dex-doom {
  background-color: #dee753bf;
}

.next__platform-x.hidden {
  display: none;
}

.next-image__platform-x {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  display: block;
}

.next-image__platform-x.dex-doom {
  background-image: url('../images/dexdoom_case_study_image4.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  margin-left: 0;
}

.thought-image {
  width: 53%;
}

.thought-image.photo-essay {
  width: 100%;
}

.thought-image-wrapper {
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.thought-image-wrapper.hidden {
  display: none;
}

.thought-image-wrapper.last {
  margin-bottom: 180px;
}

.thought-title-wrapper {
  flex-flow: column;
  padding-right: 40px;
  display: flex;
}

.next-thought {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.next-thought__title-intro {
  grid-column-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0%;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.next-thought__project-text {
  float: left;
  clear: none;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.next-thought__link {
  padding: 0;
  text-decoration: none;
}

.flex-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 64px;
}

.flex-block-2 {
  flex: 1;
  margin-top: 0;
  padding-top: 200px;
}

.project-wrap {
  flex: 1;
  min-width: 40%;
}

.project-wrap.top-padding {
  padding-top: 220px;
}

.project-wrap.top-padding-negative {
  padding-top: 0;
}

.next-thought-single_link {
  text-decoration: none;
}

.previous-thought-single_link {
  padding-right: 100px;
  text-decoration: none;
}

.previous-thought__link {
  border-radius: 1px;
  padding: 0;
  text-decoration: none;
}

.other-thoughts-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  margin-bottom: 100px;
  display: flex;
}

.div-block-3 {
  background-color: #bbbdc51a;
  height: 1px;
  display: flex;
}

.line-2 {
  background-color: #0d2aed;
  flex-direction: column;
  justify-content: center;
  width: 1.5px;
  height: 33px;
  display: flex;
}

.line-2.horizontal {
  background-color: #bbbdc5;
  width: 33px;
  height: 1px;
}

.line-2.horizontal.black {
  background-color: #2d2d2d;
  margin-top: 4px;
  padding-top: 0;
  display: flex;
}

.intro-primary-2 {
  color: #2d2d2d;
  -webkit-text-stroke-width: 0px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  font-family: Saoldisplay Regular, Palatino Linotype, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 45px;
  display: block;
}

.intro-secondary-2 {
  color: #bbbdc5;
  -webkit-text-stroke-width: 0px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Saoldisplay Regular, Palatino Linotype, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
}

.title-small-primary-2 {
  color: #2d2d2d;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.badge-wrapper-thoughts {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  padding-right: 8px;
  display: inline-flex;
}

.badge-wrapper-thoughts.hidden {
  display: none;
}

.photo-essay-container {
  max-width: 100%;
  padding: 200px 390px 48px;
}

.photo-essay-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 180px;
  padding-top: 0;
  display: grid;
}

.thought-card-essay-image {
  border-radius: 0;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.lottie-animation {
  width: 100%;
}

.books-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.book-card-image {
  border-radius: 0 32px 32px 0;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: flex;
  overflow: hidden;
}

.book-title-wrapper {
  flex-flow: column;
  padding-right: 0;
  display: flex;
}

.book-card-title {
  color: var(--black);
  -webkit-text-stroke-width: 0px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  font-family: Saoldisplay Webfont, Palatino Linotype, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  text-decoration: none;
  display: block;
}

.book-card-title.second-row {
  color: var(--grey);
  font-family: Saoldisplay Webfont, Palatino Linotype, sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.book-card-subtitle {
  color: var(--grey);
  -webkit-text-stroke-width: 0px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.book-card-subtitle.second-row {
  color: var(--grey);
}

.card-books {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.card-books.hidden {
  display: none;
}

.img-books {
  border-radius: 0;
  flex: 1;
}

.case-study-body-image-copy {
  width: 100vw;
  max-width: 100%;
  padding-top: 0;
  display: block;
}

.case-study-body-image-copy-copy {
  width: 100vw;
  max-width: 100%;
  padding-top: 0;
  display: block;
  overflow: hidden;
}

.image-on-hover {
  opacity: 0;
  width: 300px;
  display: block;
  position: absolute;
  right: 13%;
}

.next__untold-creative {
  background-color: #cdccff;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  display: flex;
  position: static;
}

.next__untold-creative.shown {
  background-color: #e8f3f3;
}

.next__untold-creative.shown.magicflight {
  background-color: #014d4333;
  max-height: none;
}

.next__untold-creative.shown.neuroflash {
  background-color: #fedd0533;
}

.next__untold-creative.shown.b2match-web-app {
  background-color: #65e2d433;
}

.next__untold-creative.shown.b2match-corporate-web {
  background-color: #1fa7e533;
}

.next__untold-creative.shown.b2match-entrance {
  background-color: #f2f2f299;
}

.next__untold-creative.shown.lumeno {
  background-color: #eee5dd;
}

.next__untold-creative.shown.untoldcreative {
  background-color: #ddf8e8;
}

.next__untold-creative.shown.durex-web {
  background-color: #badddb;
}

.next__untold-creative.shown.dex-doom {
  background-color: #dee753bf;
}

.next__untold-creative.hidden {
  display: none;
}

.next-image__untold-creative {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  display: block;
}

.next-image__untold-creative.dex-doom {
  background-image: url('../images/dexdoom_case_study_image4.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  margin-left: 0;
}

.klinker {
  width: 27%;
  display: block;
  position: relative;
}

.otraks, .klinker-spezialbau {
  width: 30%;
  display: block;
  position: relative;
}

.next__otraks {
  background-color: #acc5cc;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  display: flex;
  position: static;
}

.next__otraks.shown {
  background-color: #e8f3f3;
}

.next__otraks.shown.magicflight {
  background-color: #014d4333;
  max-height: none;
}

.next__otraks.shown.neuroflash {
  background-color: #fedd0533;
}

.next__otraks.shown.b2match-web-app {
  background-color: #65e2d433;
}

.next__otraks.shown.b2match-corporate-web {
  background-color: #1fa7e533;
}

.next__otraks.shown.b2match-entrance {
  background-color: #f2f2f299;
}

.next__otraks.shown.lumeno {
  background-color: #eee5dd;
}

.next__otraks.shown.untoldcreative {
  background-color: #ddf8e8;
}

.next__otraks.shown.durex-web {
  background-color: #badddb;
}

.next__otraks.shown.dex-doom {
  background-color: #dee753bf;
}

.next__otraks.hidden {
  display: none;
}

.next__neuro-flash {
  background-color: #0086ff36;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  display: flex;
  position: static;
}

.next__neuro-flash.shown {
  background-color: #e8f3f3;
}

.next__neuro-flash.shown.magicflight {
  background-color: #014d4333;
  max-height: none;
}

.next__neuro-flash.shown.neuroflash {
  background-color: #fedd0533;
}

.next__neuro-flash.shown.b2match-web-app {
  background-color: #65e2d433;
}

.next__neuro-flash.shown.b2match-corporate-web {
  background-color: #1fa7e533;
}

.next__neuro-flash.shown.b2match-entrance {
  background-color: #f2f2f299;
}

.next__neuro-flash.shown.lumeno {
  background-color: #eee5dd;
}

.next__neuro-flash.shown.untoldcreative {
  background-color: #ddf8e8;
}

.next__neuro-flash.shown.durex-web {
  background-color: #badddb;
}

.next__neuro-flash.shown.dex-doom {
  background-color: #dee753bf;
}

.next__neuro-flash.hidden {
  display: none;
}

.next__b2match-web {
  background-color: #1fa7e533;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  display: flex;
  position: static;
}

.next__b2match-web.shown {
  background-color: #e8f3f3;
}

.next__b2match-web.shown.magicflight {
  background-color: #014d4333;
  max-height: none;
}

.next__b2match-web.shown.neuroflash {
  background-color: #fedd0533;
}

.next__b2match-web.shown.b2match-web-app {
  background-color: #65e2d433;
}

.next__b2match-web.shown.b2match-corporate-web {
  background-color: #1fa7e533;
}

.next__b2match-web.shown.b2match-entrance {
  background-color: #f2f2f299;
}

.next__b2match-web.shown.lumeno {
  background-color: #eee5dd;
}

.next__b2match-web.shown.untoldcreative {
  background-color: #ddf8e8;
}

.next__b2match-web.shown.durex-web {
  background-color: #badddb;
}

.next__b2match-web.shown.dex-doom {
  background-color: #dee753bf;
}

.next__b2match-web.hidden {
  display: none;
}

.lumvin {
  width: 30%;
  display: block;
  position: relative;
}

.next__lumvin {
  background-color: #eabd2e78;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  display: flex;
  position: static;
}

.next__lumvin.shown {
  background-color: #e8f3f3;
}

.next__lumvin.shown.magicflight {
  background-color: #014d4333;
  max-height: none;
}

.next__lumvin.shown.neuroflash {
  background-color: #fedd0533;
}

.next__lumvin.shown.b2match-web-app {
  background-color: #65e2d433;
}

.next__lumvin.shown.b2match-corporate-web {
  background-color: #1fa7e533;
}

.next__lumvin.shown.b2match-entrance {
  background-color: #f2f2f299;
}

.next__lumvin.shown.lumeno {
  background-color: #eee5dd;
}

.next__lumvin.shown.untoldcreative {
  background-color: #ddf8e8;
}

.next__lumvin.shown.durex-web {
  background-color: #badddb;
}

.next__lumvin.shown.dex-doom {
  background-color: #dee753bf;
}

.next__lumvin.hidden {
  display: none;
}

.joggeli {
  width: 30%;
  display: block;
  position: relative;
}

.tab-link-print {
  padding-left: 14px;
}

.tab-link-print.w--current {
  padding-top: 15px;
  padding-bottom: 16px;
  padding-right: 14px;
}

.text-block {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.tab-link-print-copy {
  padding-left: 14px;
}

.tab-link-print-copy.w--current {
  padding-top: 15px;
  padding-bottom: 16px;
  padding-right: 14px;
}

.polako {
  width: 26%;
  display: block;
  position: relative;
}

.next-image__joggeli {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  display: block;
}

.next-image__joggeli.dex-doom {
  background-image: url('../images/dexdoom_case_study_image4.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  margin-left: 0;
}

.next__joggeli {
  background-color: #0cfca540;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  display: flex;
  position: static;
}

.next__joggeli.shown {
  background-color: #e8f3f3;
}

.next__joggeli.shown.magicflight {
  background-color: #014d4333;
  max-height: none;
}

.next__joggeli.shown.neuroflash {
  background-color: #fedd0533;
}

.next__joggeli.shown.b2match-web-app {
  background-color: #65e2d433;
}

.next__joggeli.shown.b2match-corporate-web {
  background-color: #1fa7e533;
}

.next__joggeli.shown.b2match-entrance {
  background-color: #f2f2f299;
}

.next__joggeli.shown.lumeno {
  background-color: #eee5dd;
}

.next__joggeli.shown.untoldcreative {
  background-color: #ddf8e8;
}

.next__joggeli.shown.durex-web {
  background-color: #badddb;
}

.next__joggeli.shown.dex-doom {
  background-color: #dee753bf;
}

.next__joggeli.hidden {
  display: none;
}

.books-title {
  color: var(--black);
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.books-title.second-row {
  color: var(--grey);
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .heading-intro {
    padding-right: 60px;
  }

  .project-details {
    flex: 0 auto;
    width: 100vw;
    margin-left: 0;
    padding-left: 136px;
  }

  .intro-text-container {
    padding: 120px 100px 120px 0;
  }

  .project-headline, .project-subheading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-detail-cover-image {
    box-sizing: border-box;
    object-fit: fill;
  }

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

  .case-study-full-width-content-image {
    padding-bottom: 120px;
  }

  .credits {
    padding-top: 100px;
    padding-bottom: 240px;
    padding-right: 75px;
  }

  .project-services {
    padding-top: 40px;
  }

  .next__image {
    height: auto;
    position: static;
    inset: 0%;
  }

  .next__image.b2match-web-app, .next__image.next__b2match-web-app {
    width: auto;
    height: auto;
    position: absolute;
  }

  .next-project-title-with-line {
    padding-top: 136px;
  }

  .next-project-text, .thoughts-heading-intro {
    padding-right: 60px;
  }

  .menu-tabs {
    flex-flow: wrap;
    align-items: center;
    width: 100%;
  }

  .link-tab, .link-tab.w--current {
    width: 100%;
  }

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

  .projects-content {
    width: auto;
  }

  .projects-heading-intro {
    padding-right: 0;
  }

  .projects-content-wrapper, .thoughts-content-wrapper {
    grid-template-columns: 1fr;
  }

  .thought-text-container {
    padding: 120px 136px 48px;
  }

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

  .single-thought-language-tabs {
    margin-top: 48px;
  }

  .next-project-image-link.dex-doom {
    flex: 1;
  }

  .case-study-full-width-content-video, .case-study-full-width-video {
    padding-bottom: 120px;
  }

  .next__dexdoom {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
  }

  .next-image__wrapper {
    background-image: url('../images/dexdoom_case_study_image4.jpg');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: auto;
    display: flex;
  }

  .next-image__wrapper.dex-doom {
    flex: 1;
  }

  .next__title-wrapper {
    flex: 1;
    justify-content: flex-end;
    padding-top: 0;
  }

  .next__title-intro {
    padding-top: 0%;
  }

  .next__project-text {
    padding-right: 60px;
  }

  .next-image__b2match-web-app.dex-doom {
    flex: 1;
  }

  .next-image__link {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .next-image__link.dex-doom {
    flex: 1;
  }

  .next-image__dexdoom {
    background-image: url('../images/dexdoom_case_study_image4.jpg');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: auto;
    display: flex;
  }

  .next-image__dexdoom.dex-doom {
    flex: 1;
  }

  .next__magicflight {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
  }

  .next-image__magicflight {
    background-image: url('../images/dexdoom_case_study_image4.jpg');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: auto;
    display: flex;
  }

  .next-image__magicflight.dex-doom {
    flex: 1;
  }

  .next__durex {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
  }

  .next-image__durex {
    background-image: url('../images/dexdoom_case_study_image4.jpg');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: auto;
    display: flex;
  }

  .next-image__durex.dex-doom {
    flex: 1;
  }

  .next__neuroflash {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
  }

  .next-image__neuroflash {
    background-image: url('../images/dexdoom_case_study_image4.jpg');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: auto;
    display: flex;
  }

  .next-image__neuroflash.dex-doom {
    flex: 1;
  }

  .next__b2match-event {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
  }

  .next-image__b2match-event {
    background-image: url('../images/dexdoom_case_study_image4.jpg');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: auto;
    display: flex;
  }

  .next-image__b2match-event.dex-doom {
    flex: 1;
  }

  .next__b2match-website {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
  }

  .next-image__b2match-website {
    background-image: url('../images/dexdoom_case_study_image4.jpg');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: auto;
    display: flex;
  }

  .next-image__b2match-website.dex-doom {
    flex: 1;
  }

  .next__b2match-entrance {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
  }

  .next-image__b2match-entrance {
    background-image: url('../images/dexdoom_case_study_image4.jpg');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: auto;
    display: flex;
  }

  .next-image__b2match-entrance.dex-doom {
    flex: 1;
  }

  .next__innerwell {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
  }

  .next-image__innerwell {
    background-image: url('../images/dexdoom_case_study_image4.jpg');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: auto;
    display: flex;
  }

  .next-image__innerwell.dex-doom {
    flex: 1;
  }

  .next__lumen {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
  }

  .next-image__lumen {
    background-image: url('../images/dexdoom_case_study_image4.jpg');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: auto;
    display: flex;
  }

  .next-image__lumen.dex-doom {
    flex: 1;
  }

  .additional-text-container {
    padding: 120px 100px 120px 0;
  }

  .case-study-slider {
    padding-bottom: 120px;
  }

  .slider-intro {
    padding-right: 60px;
  }

  .next__b2m-blog {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
  }

  .next-image__b2m-blog {
    background-image: url('../images/dexdoom_case_study_image4.jpg');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: auto;
    display: flex;
  }

  .next-image__b2m-blog.dex-doom {
    flex: 1;
  }

  .next__platform-x {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
  }

  .next-image__platform-x {
    background-image: url('../images/dexdoom_case_study_image4.jpg');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: auto;
    display: flex;
  }

  .next-image__platform-x.dex-doom {
    flex: 1;
  }

  .next-thought {
    flex: 1;
    justify-content: flex-end;
    padding-top: 0;
  }

  .next-thought__title-intro {
    padding-top: 0%;
  }

  .next-thought__project-text {
    padding-right: 0;
  }

  .previous-thought-single_link {
    padding-right: 100px;
  }

  .photo-essay-container {
    padding: 120px 136px;
  }

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

  .next__untold-creative {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
  }

  .next-image__untold-creative {
    background-image: url('../images/dexdoom_case_study_image4.jpg');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: auto;
    display: flex;
  }

  .next-image__untold-creative.dex-doom {
    flex: 1;
  }

  .next__otraks, .next__neuro-flash, .next__b2match-web, .next__lumvin {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
  }

  .next-image__joggeli {
    background-image: url('../images/dexdoom_case_study_image4.jpg');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: auto;
    display: flex;
  }

  .next-image__joggeli.dex-doom {
    flex: 1;
  }

  .next__joggeli {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .link-wrapper.rotated {
    display: none;
  }

  .content {
    margin-left: 48px;
    margin-right: 48px;
  }

  .c-nav-right {
    display: none;
  }

  .home-project-thumbnails-wrapper {
    margin-top: 40px;
  }

  .projects-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-bottom: 100px;
  }

  .say-hello-wrapper {
    display: none;
  }

  .next__image {
    flex: 0 auto;
  }

  .thoughts-content {
    margin-left: 48px;
    margin-right: 48px;
  }

  .thoughts-heading-intro {
    padding-right: 0;
  }

  .menu-tabs {
    text-align: left;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .link-tab, .link-tab.w--current {
    width: auto;
  }

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

  .tabs-content {
    padding-right: 0;
  }

  .projects-content {
    margin-left: 48px;
    margin-right: 48px;
  }

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

  .next__title-wrapper, .next-thought {
    flex: 1;
  }

  .previous-thought-single_link {
    padding-right: 0;
  }

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

@media screen and (max-width: 479px) {
  .c-nav-left, .c-nav-left.test {
    width: 88px;
    padding-top: 24px;
  }

  .text-link {
    text-decoration: none;
  }

  .text-link.white {
    color: var(--white);
  }

  .content {
    margin-left: 0;
    margin-right: 0;
    padding-top: 200px;
    position: relative;
  }

  .c-nav-right {
    justify-content: flex-start;
    align-items: center;
    width: 88px;
    padding-top: 24px;
    display: block;
  }

  .heading-intro {
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .intro-secondary.thought, .title-small-secondary {
    padding-right: 0;
  }

  .home-project-thumbnails-wrapper {
    margin-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .project-details {
    padding-top: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text-container {
    padding: 80px 24px;
  }

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

  .project-detail-cover-image {
    margin-top: 24px;
  }

  .projects-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 0;
  }

  .line.horizontal {
    margin-top: 12px;
    display: none;
  }

  .content-intro-wrapper {
    padding-top: 40px;
  }

  .content-intro-with-line {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .case-study-full-width-content-image {
    padding-bottom: 24px;
  }

  .credits {
    width: 100%;
    padding: 80px 24px 120px;
  }

  .project-services {
    width: 100%;
  }

  .next-project.shown.magicflight {
    margin-left: 0;
  }

  .next-project.shown.neuroflash {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next-project.shown.b2match-web-app {
    flex: 1;
    margin-left: 0;
  }

  .next-project.shown.b2match-corporate-web, .next-project.shown.b2match-entrance, .next-project.shown.innerwell {
    margin-left: 0;
  }

  .next-project.shown.lumeno, .next-project.shown.untoldcreative, .next-project.shown.durex-web, .next-project.shown.dex-doom {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next__image {
    flex: 0 auto;
    margin-left: 0;
  }

  .next-project-image-wrapper.b2match-web-app {
    margin-left: 0;
  }

  .next-project-title-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .next-project-title-with-line {
    justify-content: flex-start;
    padding-top: 160px;
    padding-left: 0;
  }

  .next-project-text {
    padding: 24px 0;
  }

  .thoughts-content {
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 200px;
  }

  .thoughts-tab-wrapper {
    margin-top: 40px;
  }

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

  .tabs-content {
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .projects-tabs {
    padding-left: 24px;
    padding-right: 24px;
  }

  .projects-content {
    margin-left: 0;
    margin-right: 0;
    padding-top: 200px;
  }

  .projects-heading-intro {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .projects-tab-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
  }

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

  .thought-details {
    margin-left: 0;
  }

  .thought-details.photo-essay {
    margin-right: 0;
  }

  .thought-text-container {
    padding: 180px 24px 24px;
  }

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

  .single-thought-language-tabs {
    margin-top: 32px;
  }

  .thought-tabs {
    flex-flow: column;
  }

  .thought-link-tab, .thought-link-tab.w--current {
    justify-content: center;
    display: flex;
  }

  .menu-wrapper {
    z-index: 33;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    cursor: pointer;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    align-items: flex-end;
    width: 88px;
    height: 40px;
    margin-top: 24px;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .menu-wrapper.hidden {
    display: none;
  }

  .menu-trigger {
    z-index: 66;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    width: 40px;
    height: 40px;
    margin-right: 24px;
    padding-right: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .menu-content {
    z-index: 33;
    background-color: var(--indigo);
    flex-flow: row;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    margin-top: -24px;
    margin-left: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    overflow: hidden;
  }

  .menu-link {
    padding: 32px;
    text-decoration: none;
    display: block;
  }

  .menu-link.top {
    text-align: center;
    margin-top: 0;
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .menu-link.top.first {
    margin-top: 80px;
  }

  .menu-link.middle {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .menu-link.middle.about {
    display: none;
  }

  .menu-link.middle.thoughts {
    padding-bottom: 48px;
  }

  .menu-link.bottom {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .menu-link.bottom.tapes {
    display: none;
  }

  .menu-line-1, .menu-line-2 {
    background-color: var(--indigo);
    width: 40px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-separator {
    background-color: #ffffff29;
    height: 1px;
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next-project-image-link {
    margin-left: 0;
  }

  .image-19, .image-20 {
    width: 100%;
  }

  .case-study-full-width-content-video, .case-study-full-width-video {
    padding-bottom: 24px;
  }

  .next__dexdoom {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
    position: absolute;
  }

  .next__dexdoom.shown.magicflight {
    margin-left: 0;
  }

  .next__dexdoom.shown.neuroflash {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next__dexdoom.shown.b2match-web-app {
    flex: 1;
    margin-left: 0;
  }

  .next__dexdoom.shown.b2match-corporate-web, .next__dexdoom.shown.b2match-entrance, .next__dexdoom.shown.innerwell {
    margin-left: 0;
  }

  .next__dexdoom.shown.lumeno, .next__dexdoom.shown.untoldcreative, .next__dexdoom.shown.durex-web, .next__dexdoom.shown.dex-doom {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section_next, .next-image__wrapper {
    margin-left: 0;
  }

  .next__title-wrapper {
    flex: 1;
    margin-left: 0;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .next__title-intro {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0%;
    padding-left: 0;
  }

  .next__project-text {
    padding: 24px 0 0;
  }

  .next-image__b2match-web-app, .next-image__link, .next-image__dexdoom {
    margin-left: 0;
  }

  .next__magicflight {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
    position: absolute;
  }

  .next__magicflight.shown.magicflight {
    margin-left: 0;
  }

  .next__magicflight.shown.neuroflash {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next__magicflight.shown.b2match-web-app {
    flex: 1;
    margin-left: 0;
  }

  .next__magicflight.shown.b2match-corporate-web, .next__magicflight.shown.b2match-entrance, .next__magicflight.shown.innerwell {
    margin-left: 0;
  }

  .next__magicflight.shown.lumeno, .next__magicflight.shown.untoldcreative, .next__magicflight.shown.durex-web, .next__magicflight.shown.dex-doom {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next-image__magicflight {
    margin-left: 0;
  }

  .next__durex {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
    position: absolute;
  }

  .next__durex.shown.magicflight {
    margin-left: 0;
  }

  .next__durex.shown.neuroflash {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next__durex.shown.b2match-web-app {
    flex: 1;
    margin-left: 0;
  }

  .next__durex.shown.b2match-corporate-web, .next__durex.shown.b2match-entrance, .next__durex.shown.innerwell {
    margin-left: 0;
  }

  .next__durex.shown.lumeno, .next__durex.shown.untoldcreative, .next__durex.shown.durex-web, .next__durex.shown.dex-doom {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next-image__durex {
    margin-left: 0;
  }

  .next__neuroflash {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
    position: absolute;
  }

  .next__neuroflash.shown.magicflight {
    margin-left: 0;
  }

  .next__neuroflash.shown.neuroflash {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next__neuroflash.shown.b2match-web-app {
    flex: 1;
    margin-left: 0;
  }

  .next__neuroflash.shown.b2match-corporate-web, .next__neuroflash.shown.b2match-entrance, .next__neuroflash.shown.innerwell {
    margin-left: 0;
  }

  .next__neuroflash.shown.lumeno, .next__neuroflash.shown.untoldcreative, .next__neuroflash.shown.durex-web, .next__neuroflash.shown.dex-doom {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next-image__neuroflash {
    margin-left: 0;
  }

  .next__b2match-event {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
    position: absolute;
  }

  .next__b2match-event.shown.magicflight {
    margin-left: 0;
  }

  .next__b2match-event.shown.neuroflash {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next__b2match-event.shown.b2match-web-app {
    flex: 1;
    margin-left: 0;
  }

  .next__b2match-event.shown.b2match-corporate-web, .next__b2match-event.shown.b2match-entrance, .next__b2match-event.shown.innerwell {
    margin-left: 0;
  }

  .next__b2match-event.shown.lumeno, .next__b2match-event.shown.untoldcreative, .next__b2match-event.shown.durex-web, .next__b2match-event.shown.dex-doom {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next-image__b2match-event {
    margin-left: 0;
  }

  .next__b2match-website {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
    position: absolute;
  }

  .next__b2match-website.shown.magicflight {
    margin-left: 0;
  }

  .next__b2match-website.shown.neuroflash {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next__b2match-website.shown.b2match-web-app {
    flex: 1;
    margin-left: 0;
  }

  .next__b2match-website.shown.b2match-corporate-web, .next__b2match-website.shown.b2match-entrance, .next__b2match-website.shown.innerwell {
    margin-left: 0;
  }

  .next__b2match-website.shown.lumeno, .next__b2match-website.shown.untoldcreative, .next__b2match-website.shown.durex-web, .next__b2match-website.shown.dex-doom {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next-image__b2match-website {
    margin-left: 0;
  }

  .next__b2match-entrance {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
    position: absolute;
  }

  .next__b2match-entrance.shown.magicflight {
    margin-left: 0;
  }

  .next__b2match-entrance.shown.neuroflash {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next__b2match-entrance.shown.b2match-web-app {
    flex: 1;
    margin-left: 0;
  }

  .next__b2match-entrance.shown.b2match-corporate-web, .next__b2match-entrance.shown.b2match-entrance, .next__b2match-entrance.shown.innerwell {
    margin-left: 0;
  }

  .next__b2match-entrance.shown.lumeno, .next__b2match-entrance.shown.untoldcreative, .next__b2match-entrance.shown.durex-web, .next__b2match-entrance.shown.dex-doom {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next-image__b2match-entrance {
    margin-left: 0;
  }

  .next__innerwell {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
    position: absolute;
  }

  .next__innerwell.shown.magicflight {
    margin-left: 0;
  }

  .next__innerwell.shown.neuroflash {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next__innerwell.shown.b2match-web-app {
    flex: 1;
    margin-left: 0;
  }

  .next__innerwell.shown.b2match-corporate-web, .next__innerwell.shown.b2match-entrance, .next__innerwell.shown.innerwell {
    margin-left: 0;
  }

  .next__innerwell.shown.lumeno, .next__innerwell.shown.untoldcreative, .next__innerwell.shown.durex-web, .next__innerwell.shown.dex-doom {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next-image__innerwell {
    margin-left: 0;
  }

  .next__lumen {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
    position: absolute;
  }

  .next__lumen.shown.magicflight {
    margin-left: 0;
  }

  .next__lumen.shown.neuroflash {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next__lumen.shown.b2match-web-app {
    flex: 1;
    margin-left: 0;
  }

  .next__lumen.shown.b2match-corporate-web, .next__lumen.shown.b2match-entrance, .next__lumen.shown.innerwell {
    margin-left: 0;
  }

  .next__lumen.shown.lumeno, .next__lumen.shown.untoldcreative, .next__lumen.shown.durex-web, .next__lumen.shown.dex-doom {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next-image__lumen {
    margin-left: 0;
  }

  .additional-text-container {
    padding: 80px 24px;
  }

  .case-study-slider {
    padding-bottom: 24px;
  }

  .slider-intro {
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-line.horizontal {
    margin-top: 12px;
  }

  .next__b2m-blog {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
    position: absolute;
  }

  .next__b2m-blog.shown.magicflight {
    margin-left: 0;
  }

  .next__b2m-blog.shown.neuroflash {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next__b2m-blog.shown.b2match-web-app {
    flex: 1;
    margin-left: 0;
  }

  .next__b2m-blog.shown.b2match-corporate-web, .next__b2m-blog.shown.b2match-entrance, .next__b2m-blog.shown.innerwell {
    margin-left: 0;
  }

  .next__b2m-blog.shown.lumeno, .next__b2m-blog.shown.untoldcreative, .next__b2m-blog.shown.durex-web, .next__b2m-blog.shown.dex-doom {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next-image__b2m-blog {
    margin-left: 0;
  }

  .next__platform-x {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
    position: absolute;
  }

  .next__platform-x.shown.magicflight {
    margin-left: 0;
  }

  .next__platform-x.shown.neuroflash {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next__platform-x.shown.b2match-web-app {
    flex: 1;
    margin-left: 0;
  }

  .next__platform-x.shown.b2match-corporate-web, .next__platform-x.shown.b2match-entrance, .next__platform-x.shown.innerwell {
    margin-left: 0;
  }

  .next__platform-x.shown.lumeno, .next__platform-x.shown.untoldcreative, .next__platform-x.shown.durex-web, .next__platform-x.shown.dex-doom {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next-image__platform-x {
    margin-left: 0;
  }

  .thought-image {
    width: 80%;
  }

  .thought-image-wrapper {
    margin-bottom: 24px;
  }

  .thought-title-wrapper {
    padding-right: 0;
  }

  .next-thought {
    flex: 1;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next-thought__title-intro {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0%;
    padding-left: 0;
  }

  .next-thought__project-text {
    padding: 0;
  }

  .next-thought__link, .next-thought-single_link {
    margin-top: 120px;
  }

  .previous-thought-single_link {
    margin-top: 0;
    padding-right: 0;
  }

  .previous-thought__link {
    margin-top: 80px;
  }

  .other-thoughts-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-top: 80px;
  }

  .line-2.horizontal {
    margin-top: 12px;
    display: none;
  }

  .photo-essay-container {
    padding: 180px 24px 24px;
  }

  .photo-essay-image-wrapper {
    display: block;
  }

  .book-title-wrapper {
    padding-right: 0;
  }

  .next__untold-creative {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
    position: absolute;
  }

  .next__untold-creative.shown.magicflight {
    margin-left: 0;
  }

  .next__untold-creative.shown.neuroflash {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next__untold-creative.shown.b2match-web-app {
    flex: 1;
    margin-left: 0;
  }

  .next__untold-creative.shown.b2match-corporate-web, .next__untold-creative.shown.b2match-entrance, .next__untold-creative.shown.innerwell {
    margin-left: 0;
  }

  .next__untold-creative.shown.lumeno, .next__untold-creative.shown.untoldcreative, .next__untold-creative.shown.durex-web, .next__untold-creative.shown.dex-doom {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next-image__untold-creative {
    margin-left: 0;
  }

  .next__otraks {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
    position: absolute;
  }

  .next__otraks.shown.magicflight {
    margin-left: 0;
  }

  .next__otraks.shown.neuroflash {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next__otraks.shown.b2match-web-app {
    flex: 1;
    margin-left: 0;
  }

  .next__otraks.shown.b2match-corporate-web, .next__otraks.shown.b2match-entrance, .next__otraks.shown.innerwell {
    margin-left: 0;
  }

  .next__otraks.shown.lumeno, .next__otraks.shown.untoldcreative, .next__otraks.shown.durex-web, .next__otraks.shown.dex-doom {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next__neuro-flash {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
    position: absolute;
  }

  .next__neuro-flash.shown.magicflight {
    margin-left: 0;
  }

  .next__neuro-flash.shown.neuroflash {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next__neuro-flash.shown.b2match-web-app {
    flex: 1;
    margin-left: 0;
  }

  .next__neuro-flash.shown.b2match-corporate-web, .next__neuro-flash.shown.b2match-entrance, .next__neuro-flash.shown.innerwell {
    margin-left: 0;
  }

  .next__neuro-flash.shown.lumeno, .next__neuro-flash.shown.untoldcreative, .next__neuro-flash.shown.durex-web, .next__neuro-flash.shown.dex-doom {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next__b2match-web {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
    position: absolute;
  }

  .next__b2match-web.shown.magicflight {
    margin-left: 0;
  }

  .next__b2match-web.shown.neuroflash {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next__b2match-web.shown.b2match-web-app {
    flex: 1;
    margin-left: 0;
  }

  .next__b2match-web.shown.b2match-corporate-web, .next__b2match-web.shown.b2match-entrance, .next__b2match-web.shown.innerwell {
    margin-left: 0;
  }

  .next__b2match-web.shown.lumeno, .next__b2match-web.shown.untoldcreative, .next__b2match-web.shown.durex-web, .next__b2match-web.shown.dex-doom {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next__lumvin {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
    position: absolute;
  }

  .next__lumvin.shown.magicflight {
    margin-left: 0;
  }

  .next__lumvin.shown.neuroflash {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next__lumvin.shown.b2match-web-app {
    flex: 1;
    margin-left: 0;
  }

  .next__lumvin.shown.b2match-corporate-web, .next__lumvin.shown.b2match-entrance, .next__lumvin.shown.innerwell {
    margin-left: 0;
  }

  .next__lumvin.shown.lumeno, .next__lumvin.shown.untoldcreative, .next__lumvin.shown.durex-web, .next__lumvin.shown.dex-doom {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next-image__joggeli {
    margin-left: 0;
  }

  .next__joggeli {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: flex;
    position: absolute;
  }

  .next__joggeli.shown.magicflight {
    margin-left: 0;
  }

  .next__joggeli.shown.neuroflash {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .next__joggeli.shown.b2match-web-app {
    flex: 1;
    margin-left: 0;
  }

  .next__joggeli.shown.b2match-corporate-web, .next__joggeli.shown.b2match-entrance, .next__joggeli.shown.innerwell {
    margin-left: 0;
  }

  .next__joggeli.shown.lumeno, .next__joggeli.shown.untoldcreative, .next__joggeli.shown.durex-web, .next__joggeli.shown.dex-doom {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}


@font-face {
  font-family: 'Saoldisplay Regular';
  src: url('../fonts/saoldisplay-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saoldisplay Webfont';
  src: url('../fonts/saoldisplay-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saoldisplay Light';
  src: url('../fonts/saoldisplay-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saoldisplay';
  src: url('../fonts/SaolDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saoldisplay';
  src: url('../fonts/SaolDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}