:root {
  --white: white;
  --black: black;
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #000;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  padding-top: 18px;
  padding-bottom: 18px;
  text-decoration: none;
}

.full-width-container {
  text-align: left;
  justify-content: center;
  max-width: 100%;
  display: flex;
}

.full-width-container.hero {
  margin-top: -16px;
}

.full-width-container.hero.about {
  margin-top: -44px;
}

.container-div {
  background-color: #0000;
  flex: 1;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.container-div.project-hero {
  margin-left: auto;
  margin-right: auto;
  padding-top: 84px;
  padding-left: 0;
}

.container-div.mds-project-plan-cont {
  margin-top: 79px;
  margin-bottom: 80px;
}

.container-div.mds-document {
  margin-bottom: 90px;
}

.container-div.mds-mad {
  margin-bottom: 0;
}

.container-div.d2m-first-version {
  margin-bottom: 12px;
}

.container-div.d2m-first-version.no-margin {
  margin-bottom: 0;
}

.container-div.watch-demo {
  width: 1100px;
  margin-bottom: 60px;
}

.container-div.tohide {
  display: none;
}

.project-text-regular {
  color: #000;
  flex: 1;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.project-text-regular.text-mobile-14 {
  padding-right: 48px;
}

.project-text-regular.text-mobile-14.hero {
  margin-top: 12px;
  padding-right: 40px;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.project-text-regular.text-mobile-14.hero.knowledge-text {
  font-size: 22px;
  line-height: 34px;
}

.project-text-regular.with-opacity {
  color: #00000080;
  flex: 0 auto;
  align-self: flex-start;
}

.project-text-regular.with-opacity.bottom-margin {
  margin-bottom: 4px;
}

.project-text-regular.with-opacity.image-caption {
  text-align: center;
  align-self: center;
  width: 70%;
  margin-top: 24px;
}

.project-text-regular.with-opacity.image-caption.more-top-margin {
  margin-top: 32px;
}

.project-text-regular.with-opacity.padding {
  padding-right: 58px;
}

.project-text-regular.bottom-margin {
  flex: 0 auto;
  margin-bottom: 1px;
}

.project-text-regular.project-number {
  text-align: center;
  flex: 1;
  align-self: center;
  font-weight: 500;
}

.project-text-regular.single-line {
  flex: 0 auto;
  align-self: center;
}

.project-text-regular.paragraph-break {
  margin-bottom: 48px;
}

.project-text-regular.paragraph-break.small-spacing {
  margin-bottom: 39px;
}

.project-text-regular.mds-qa {
  opacity: .54;
  justify-content: flex-start;
}

.project-text-regular.semi-bold {
  font-weight: 600;
}

.project-text-regular.extra-margin {
  margin-top: 4px;
}

.project-text-regular.less-margin {
  margin-bottom: -8px;
}

.project-text-regular.more-bottom-margin {
  margin-bottom: 28px;
}

.text-heading-48 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 60px;
}

.text-heading-48.hero-title {
  margin-bottom: 16px;
}

.text-heading-48.hero-title.text-mobile-24 {
  padding-right: 5px;
}

.column {
  padding-left: 0;
  padding-right: 116px;
}

.section {
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.section.hero-section {
  background-color: #f6fafd;
  min-height: 66vh;
}

.hero-button-div {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start center;
  align-items: flex-start;
  max-width: 400px;
  height: 52px;
  margin-top: 40px;
  padding-top: 0;
  display: flex;
}

.hero-profile-pic {
  border-radius: 8px;
  width: 304px;
}

.hero-profile-pic.home {
  opacity: 1;
  border-radius: 20px;
  overflow: hidden;
}

.hero-link {
  background-color: #000;
  border: 1px #000;
  border-radius: 26px;
  flex-flow: row;
  flex: 1;
  order: 0;
  place-content: center;
  align-self: auto;
  align-items: center;
  height: 52px;
  margin-right: 16px;
  padding-left: 20px;
  padding-right: 20px;
  transition: transform .2s ease-in-out;
  display: flex;
}

.hero-link:hover {
  transform: scale(.95);
}

.hero-link.hero-link-secondary {
  background-color: #0000;
  border-style: solid;
  border-width: 2px;
  margin-right: 0;
}

.hero-link.hero-link-secondary.view-prototype {
  flex: 0 auto;
  margin-top: 32px;
}

.hero-link.hero-link-secondary.view-prototype:hover {
  opacity: 1;
  border-color: #ff6661;
}

.hero-link.hero-link-secondary.about {
  margin-right: 16px;
}

.hero-button-text {
  color: #000;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 500;
}

.hero-button-text.white-text {
  color: #fff;
  font-size: 16px;
}

.image-2 {
  width: 20px;
  height: 20px;
}

.columns-2 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  display: none;
}

.column-4 {
  padding-left: 0;
  padding-right: 0;
}

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

.div-block-2 {
  flex: 1;
  margin-top: -9px;
  padding-right: 116px;
}

.hero-profile-picture {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  display: block;
}

.navbar {
  background-color: #fff0;
  width: 100vw;
  margin-top: 0;
  font-size: 20px;
  position: static;
}

.nav-link {
  background-color: #0c0c0c00;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 32px;
  padding-right: 32px;
  transition: opacity .2s, transform .2s;
}

.nav-link:hover {
  background-color: #e8f5ff;
  transform: scale(.95);
}

.nav-link.w--current {
  color: #000;
}

.nav-link.hidden {
  padding-right: 32px;
  display: inline-block;
}

.container-nav {
  background-color: #fff0;
  border-radius: 56px;
  max-width: 1204px;
  padding: 38px 52px 22px;
  position: relative;
}

.nav-logo-mobile {
  display: none;
}

.nav-logo {
  max-width: 90%;
  transition: transform .2s;
}

.nav-logo:hover {
  transform: scale(.95);
}

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

.nav-line {
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 2px;
  width: 61%;
  height: 2px;
  margin-top: -7px;
  transform: scale3d(0, 1, 1);
}

.nav-link-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-div.nav-last {
  margin-right: 0;
}

.nav-menu {
  display: flex;
}

.text-heading-36 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
}

.text-heading-36.margin {
  margin-top: 80px;
}

.projects-grid {
  grid-column-gap: 42px;
  grid-row-gap: 72px;
  grid-auto-flow: row;
  margin-top: 48px;
  margin-bottom: 100px;
}

.projects-grid.projects-footer {
  grid-column-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.home-project-image {
  opacity: 1;
  object-fit: fill;
  background-image: url('../images/MDS---Project-Thumb.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.home-project-grid-div {
  flex-direction: column;
  display: block;
}

.home-project-grid-div.display-none {
  display: block;
}

.heading {
  color: #000;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
}

.home-project-title-section {
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.home-project-title-section.project-page {
  margin-top: 16px;
}

.home-project-type {
  color: #00000080;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.home-project-link-block {
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  transform: scale(1);
}

.hr-wrapper {
  justify-content: center;
  height: 1px;
  margin-bottom: 50px;
  display: flex;
}

.hr-wrapper.projcets-page {
  margin-top: 90px;
  margin-bottom: 160px;
}

.hr-wrapper.projcets-page._404-margin {
  margin-bottom: 75px;
}

.hr {
  background-color: #0000001a;
  width: 100%;
  max-width: 1100px;
  height: 1px;
}

.heading-24 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.home-knowledge-sharing {
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 100px;
}

.home-knowledge-grid {
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 48px;
}

.home-knowledge-grid.external-link {
  grid-row-gap: 24px;
}

.home-knowlede-content {
  align-items: center;
  width: 847px;
  display: flex;
}

.home-knowlede-content.hidden {
  display: none;
}

.knowledge-image {
  width: 178px;
  min-width: 178px;
  margin-right: 28px;
}

.knowledge-image.external-link {
  width: 48px;
  min-width: 48px;
  margin-right: 16px;
}

.image-4 {
  border-radius: 12px;
}

.knowledge-text {
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.knowledge-text.about {
  margin-top: 32px;
}

.knowledge-link-block {
  color: #000;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.knowledge-link-block.multi-line {
  align-items: flex-start;
}

.knowledge-main-grid {
  grid-row-gap: 90px;
  grid-template-columns: 1fr;
  margin-top: 52px;
}

.knowledge-grid-content {
  margin-bottom: 0;
}

.footer {
  padding-top: 50px;
  padding-bottom: 100px;
}

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

.text-link {
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.text-link.footer-link {
  color: #000;
  flex: 0 auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 28px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.footer-links {
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.footer-copyright {
  margin-top: 100px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

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

.utility-page-content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

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

.project-text-heading {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.project-heading-div {
  width: 876px;
}

.project-subtitle-div {
  margin-bottom: 16px;
}

.project-my-role-wrapper {
  margin-top: 60px;
}

.project-my-role-inner-dov {
  flex-flow: column;
  align-content: stretch;
  align-items: flex-start;
  margin-right: 124px;
  display: flex;
}

.project-my-role-inner-dov.last-row {
  margin-right: 0;
}

.projects-role-wrapper-div {
  display: flex;
}

.project-hero-cover {
  max-width: 100vw;
  margin-top: 52px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.project-hero-cover.mds-cover {
  background-color: #f4f7fb;
  justify-content: center;
  max-height: 756px;
  display: flex;
}

.project-hero-cover.d2m-cover {
  background-color: #f7f7f7;
  justify-content: center;
  max-height: 756px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.project-hero-cover.watch-cover {
  background-color: #202e37;
  justify-content: center;
  max-height: 756px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.project-hero-cover.dahmakan-cover {
  background-color: #f3fdf7;
  justify-content: center;
  max-height: 756px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.mds-cover-image {
  height: 597px;
}

.project-text-title {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.project-text-title._404-title {
  margin-top: 12px;
  margin-bottom: 8px;
}

.projects-details-section {
  flex-direction: column;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.project-container-div {
  max-width: 910px;
  margin-bottom: 90px;
}

.project-container-div.project-plan {
  margin-bottom: 48px;
}

.project-container-div.mds-documents {
  margin-bottom: 60px;
}

.project-container-div.mds-mad-results {
  margin-bottom: 0;
}

.project-container-div.d2m-charts, .project-container-div.with-32-margin {
  margin-bottom: 32px;
}

.project-container-div.add-top-margin {
  margin-top: 90px;
  margin-bottom: 40px;
}

.project-container-div.margin-40 {
  margin-bottom: 40px;
}

.project-container-div.margin-30 {
  margin-bottom: 30px;
}

.navigation-section {
  background-color: #f6fafd;
}

.project-highlight {
  background-color: #e5effc;
  margin-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 500;
  display: inline-block;
}

.project-highlight.no-bold {
  font-weight: 400;
}

.project-opportunity {
  font-size: 36px;
  line-height: 58px;
}

.project-opportunity.multiple-opportunity {
  margin-top: 52px;
}

.project-bullet-number-column {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.project-bullet-number-column.mds-annotation {
  cursor: pointer;
  margin-bottom: 16px;
}

.project-bullet-number-column.mds-annotation-no-url {
  cursor: default;
  margin-bottom: 16px;
}

.project-bullet-number-column.bullet {
  margin-bottom: 16px;
}

.project-bullet-number-column.bullet.sub-bullet {
  padding-left: 32px;
}

.project-bullet-number-column.last-item {
  margin-bottom: 0;
}

.project-bullet-number-column.extra-space {
  margin-bottom: 52px;
}

.project-bullet-number-column.press-section {
  flex-flow: column;
  margin-bottom: 60px;
  margin-left: 44px;
}

.project-bullet-number-column.press-less-space {
  margin-bottom: 20px;
}

.project-number-div {
  background-color: #edf4fa;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  display: flex;
}

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

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

.project-split-column-containter.mds-mad-success {
  margin-bottom: 28px;
}

.project-split-column-containter.watch-challenges {
  margin-bottom: 40px;
}

.project-split-column-inner-div {
  flex: 1;
  align-items: center;
  display: flex;
}

.project-split-column-inner-div.first-row {
  flex: 1;
  margin-right: 88px;
}

.project-container-width-div {
  margin-bottom: 90px;
}

.mds-project-plan {
  background-color: #f8f9f9;
  justify-content: center;
  max-width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.mds-project-plan-container {
  margin-top: 48px;
  padding-top: 0;
  display: flex;
}

.mds-annotation-hover-arrow {
  opacity: 0;
  margin-left: 2px;
}

.mds-project-plan-images {
  background-image: url('../images/device-frame.png');
  background-position: 0 0;
  background-size: cover;
  width: 394px;
  height: 826px;
  margin-top: 4px;
  margin-left: 0;
  display: block;
  overflow: visible;
}

.msd-plan-img-header {
  width: 375px;
  margin-left: 8px;
  position: relative;
}

.msd-plan-img-tooltip {
  width: 185px;
  margin-top: 59px;
  margin-left: 70px;
  position: relative;
}

.msd-plan-img-notice {
  width: 343px;
  margin-top: 37px;
  margin-left: 25px;
  position: relative;
}

.mds-project-plan-img-wrapper {
  object-fit: fill;
  justify-content: center;
  align-items: stretch;
  width: 570px;
  height: 550px;
  margin-left: 88px;
  display: flex;
  overflow: hidden;
}

.msd-plan-img-input {
  width: 363px;
  margin-top: 105px;
  margin-left: 14px;
  position: relative;
}

.msd-plan-img-toast {
  width: 356px;
  margin-top: 197px;
  margin-left: 17px;
  position: relative;
}

.msd-plan-img-button {
  width: 356px;
  margin-top: 8px;
  margin-left: 17px;
  position: relative;
}

.msd-plan-img-only {
  opacity: 0;
  height: 551px;
  position: absolute;
  transform: scale(.98);
}

.project-text-small {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.project-text-small.small-margin {
  align-self: flex-start;
  margin-bottom: 12px;
}

.project-text-small.tab-title {
  margin-bottom: 32px;
}

.project-text-small._404-title {
  margin-bottom: 40px;
}

.project-bullet-div {
  background-color: #edf4fa;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  display: flex;
}

.project-bullet-wrapper {
  margin-bottom: 28px;
}

.project-bullet-wrapper.mds-documents {
  margin-top: 32px;
}

.projects-tabs {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #e8f0ff;
  border-radius: 8px;
  margin-left: 32px;
  margin-right: 32px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  transition: transform .15s ease-out;
  display: flex;
}

.projects-tabs:hover {
  transform: scale(.98);
}

.projects-tabs.w--current {
  background-color: #fff0;
  font-weight: 500;
}

.projects-tabs-view.mds-mad-tabs {
  width: 80%;
}

.projects-tabs-menu {
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.lightbox-link.first-iteration {
  margin-bottom: 60px;
}

.projects-image-with-caption {
  flex-direction: column;
  align-items: center;
  margin-bottom: 90px;
  display: flex;
}

.projects-image-with-caption.mds-madkit-feedback {
  margin-top: 60px;
}

.projects-image-with-caption.d2m-charts {
  align-items: center;
  margin-bottom: 60px;
}

.projects-image-with-caption.watch-slack {
  align-items: flex-start;
  margin-bottom: 60px;
}

.projects-image-with-caption.small-margin, .projects-image-with-caption.no-marign {
  margin-bottom: 0;
}

.projects-image-with-caption.dahmakan-charts {
  align-items: center;
  margin-bottom: 60px;
}

.projects-image-with-caption.mds-main-results {
  margin-top: 60px;
  margin-bottom: 90px;
  display: flex;
}

.design-qa-image {
  width: 100%;
}

.design-qa-image.mad-feedback {
  width: 75%;
}

.projects-tabs-video-icon {
  margin-right: 8px;
}

.mds-mad-tabs-wrapper {
  justify-content: center;
  margin-bottom: 90px;
  display: flex;
}

.project-4-column-wrapper {
  margin-top: 32px;
}

.project-cover-with-caption {
  flex-direction: column;
  display: flex;
}

.d2m-cover-image {
  height: 560px;
}

.project-number-column-wrapper {
  margin-top: 28px;
}

.project-number-column-wrapper.margin-bottom {
  margin-bottom: 60px;
}

.project-number-column-wrapper._16-bottom-margin {
  margin-bottom: 32px;
}

.d2m-first-iteration {
  width: 40%;
}

.d2m-full-screen-image-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
  display: flex;
}

.d2m-full-screen-image-section.small-margin {
  margin-bottom: 60px;
}

.d2m-full-width-image {
  width: 90%;
}

.d2m-full-width-image.gif-image {
  color: #e7e7e7;
  width: 100%;
  height: 560px;
}

.d2m-full-width-image.more-padding {
  padding-top: 24px;
  padding-bottom: 24px;
}

.d2m-full-width-image.large-order-issue {
  width: 100%;
  height: 461px;
}

.press-logo {
  width: 32px;
  margin-right: 12px;
}

.press-wrapper {
  margin-top: 28px;
}

.press-link-block {
  padding-top: 0;
  padding-bottom: 0;
  transition: transform .15s;
}

.press-link-block:hover {
  transform: scale(.98);
}

.home-container-div {
  background-color: #0000;
  flex: 1;
  max-width: 1100px;
  padding-top: 0;
}

.watch-cover-image {
  height: 360px;
}

.watch-slack-image {
  width: 80%;
}

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

.watch-small-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.corner-radius {
  border-radius: 8px;
}

.watch-full-width-image {
  width: 90%;
}

.watch-full-width-image.image-big {
  flex: 0 auto;
  width: 80%;
}

.watch-full-width-image.image-big.image-100 {
  width: 100%;
}

.watch-demo-container {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.watch-video-inner-wrapper {
  width: 184px;
  height: 224px;
  margin-top: 120px;
  margin-left: 34.2px;
  position: absolute;
}

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

.watch-video {
  transform-origin: 50% 0;
  background-image: url('../images/watch-frame.png');
  background-position: 0 0;
  background-size: cover;
  width: 263.68px;
  height: 455.86px;
  margin-top: 10px;
  transform: scale(1);
}

.div-block-5-copy {
  perspective-origin: 50% 0;
  background-image: url('../images/X-Mockup.png');
  background-position: 0 0;
  background-size: 425px;
  width: 425px;
  height: 856px;
  margin-top: 0;
  position: absolute;
}

.div-block-4-copy {
  width: 375px;
  height: 812px;
  margin-top: 22px;
  margin-left: 26.2px;
  position: absolute;
}

.div-block-5-copy-copy {
  perspective-origin: 50% 0;
  width: 425px;
  height: 856px;
  margin-top: -149px;
  position: relative;
  transform: scale(.65);
}

.prototype-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.project-plan-other {
  flex-direction: column;
  display: inline-block;
}

.wrap {
  background-color: #f3f3f3;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.ba-wrap {
  width: 375px;
  height: 812px;
  position: relative;
  overflow: visible;
  transform: translate(0);
}

.move-icon {
  z-index: 10;
  background-color: #5e5e5e;
  border: 1px solid #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 4px;
  height: 104%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 50% 0% auto;
  transform: translate(0%, -50%);
}

.tri-a {
  background-color: #5e5e5e;
  border: 1px #000;
  border-radius: 7px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 22px;
  display: flex;
  position: absolute;
}

.design-wrap {
  position: absolute;
  inset: 0%;
}

.img {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  position: relative;
  inset: 0% auto 0% 0%;
}

.app-wrap {
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.after-img-wrap {
  width: 375px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.mds-qa {
  justify-content: center;
  align-items: center;
  width: 170px;
  margin-left: 12px;
  margin-right: 12px;
  padding-right: 0;
  display: flex;
}

.about-work-experience-grid {
  grid-column-gap: 60px;
  grid-row-gap: 69px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  margin: 68px 0 100px;
}

.about-work-grid {
  flex-direction: column;
  display: flex;
}

.about-logo {
  height: 31px;
  margin-bottom: 10px;
}

.about-logo.setel {
  width: 110px;
}

.about-logo.dahmakan {
  width: 187.5px;
}

.about-logo.umai {
  width: 105.96px;
}

.about-logo.ideahub {
  object-fit: contain;
  object-position: 0% 50%;
  width: 54%;
  height: 31px;
}

.about-logo.grab {
  width: 88.85px;
  height: 35px;
}

.about-work-content-wrapper {
  margin-top: 12px;
}

.about-work-content.last {
  margin-top: 20px;
}

.name-tag-animation {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #8923be, #766cee);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}

.name-tag-animation.color-2 {
  background-image: linear-gradient(135deg, #766cee, #709be0);
}

.name-tag-animation.color-3 {
  background-image: linear-gradient(135deg, #139bcd, #709be0);
}

.name-tag-animation.color-4 {
  background-image: linear-gradient(135deg, #709be0, #34bf8a);
}

.name-tag-animation.color-5 {
  background-image: linear-gradient(135deg, #34bf8a, #d5d125);
}

.name-tag-animation.color-6 {
  background-image: linear-gradient(135deg, #d5d125, #ffa51b);
}

.name-tag-animation.color-7 {
  background-image: linear-gradient(135deg, #ffa51b, #8923be);
}

.name-tag-div {
  flex-flow: row;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.animation-name-div {
  margin-left: 14px;
}

.text-heading-60 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 75px;
}

.text-heading-60.colours {
  position: absolute;
}

.text-heading-60.about {
  font-size: 49px;
  line-height: 56px;
}

.top-margin {
  margin-top: 52px;
}

.lighbox-h-flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.lighbox-v-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

._404-image {
  width: 140px;
}

.hero-desc-wrap {
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container-div {
    max-width: 100vw;
    padding: 0 46px;
  }

  .container-div.project-hero {
    padding-left: 46px;
  }

  .project-text-regular.with-opacity.image-caption {
    width: 100%;
  }

  .text-heading-48.hero-title.text-mobile-24 {
    padding-right: 0;
  }

  .column {
    padding-right: 61px;
  }

  .hero-button-div {
    margin-top: 25px;
  }

  .hero-profile-pic {
    width: 220px;
  }

  .hero-link.hero-link-secondary.view-prototype {
    margin-top: -57px;
  }

  .div-block-2 {
    padding-right: 45px;
  }

  .nav-link.hidden {
    display: none;
  }

  .container-nav {
    padding-left: 46px;
    padding-right: 46px;
  }

  .brand {
    padding-right: 0;
  }

  .nav-link-div.nav-last {
    margin-right: 0;
  }

  .projects-grid {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
  }

  .heading {
    margin-top: 4px;
    font-size: 24px;
    line-height: 33px;
  }

  .hr-wrapper {
    padding-left: 46px;
    padding-right: 46px;
  }

  .hr-wrapper.projcets-page {
    margin-bottom: 120px;
  }

  .home-knowlede-content {
    width: auto;
  }

  .knowledge-text {
    margin-top: -5px;
    padding-top: 0;
  }

  .knowledge-link-block {
    align-items: flex-start;
  }

  .footer-copyright {
    margin-top: 72px;
  }

  .project-heading-div {
    width: auto;
  }

  .project-my-role-inner-dov {
    margin-right: auto;
  }

  .mds-cover-image {
    max-width: 70%;
    height: auto;
  }

  .project-container-div {
    max-width: 100%;
  }

  .project-container-div.project-plan {
    margin-bottom: 0;
  }

  .mds-project-plan-img-wrapper {
    display: none;
  }

  .projects-tabs.w--current {
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .projects-tabs-view.mds-mad-tabs, .lightbox-link.full-width-image {
    width: 100%;
  }

  .projects-image-with-caption.watch-slack {
    align-items: center;
  }

  .projects-image-with-caption.mds-main-results {
    display: none;
  }

  .projects-tabs-video-icon {
    display: block;
  }

  .mds-project-plan-list {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    align-self: center;
    max-width: 100%;
    display: grid;
  }

  .d2m-cover-image {
    max-width: 70%;
    height: auto;
  }

  .d2m-first-iteration {
    width: 60%;
  }

  .d2m-full-width-image {
    width: 95%;
  }

  .home-container-div {
    max-width: 100vw;
    padding: 0 46px;
  }

  .watch-cover-image {
    max-width: 70%;
    height: auto;
  }

  .watch-slack-image {
    width: 90%;
  }

  .watch-slack-img-wrapper, .watch-small-image-wrapper {
    width: 100%;
  }

  .watch-full-width-image {
    width: 95%;
  }

  .watch-full-width-image.image-big {
    width: 90%;
  }

  .watch-video {
    transform: scale(.8);
  }

  .about-work-experience-grid {
    grid-column-gap: 48px;
    grid-row-gap: 58px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-heading-60.about {
    font-size: 39px;
    line-height: 47px;
  }
}

@media screen and (max-width: 767px) {
  .full-width-container.hero {
    margin-top: 35px;
    padding-bottom: 0;
  }

  .full-width-container.hero.about {
    margin-top: 40px;
  }

  .container-div {
    padding: 0 30px;
  }

  .container-div.project-hero {
    padding-top: 60px;
    padding-left: 30px;
  }

  .container-div.mds-project-plan-cont {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .container-div.mds-document {
    margin-bottom: 60px;
  }

  .container-div.mds-mad {
    margin-bottom: 0;
  }

  .container-div.d2m-first-version {
    margin-bottom: 40px;
  }

  .container-div.watch-demo {
    margin-bottom: 32px;
  }

  .project-text-regular {
    font-size: 14px;
    line-height: 22px;
  }

  .project-text-regular.text-mobile-14 {
    padding-right: 84px;
    font-size: 20px;
    line-height: 32px;
  }

  .project-text-regular.text-mobile-14.hero {
    padding-right: 0;
    font-size: 16px;
    line-height: 29px;
  }

  .text-heading-48.hero-title.text-mobile-24 {
    margin-top: 0;
    margin-bottom: 12px;
    padding-right: 6px;
    font-size: 32px;
    line-height: 40px;
  }

  .column {
    object-fit: fill;
    flex: 0 auto;
    align-self: auto;
    padding-right: 0;
  }

  .section.hero-section {
    align-items: flex-start;
    padding-bottom: 53px;
  }

  .hero-button-div {
    flex-direction: row;
    align-items: center;
    margin-top: 24px;
  }

  .hero-profile-pic {
    width: 311px;
    max-width: 250px;
    margin-top: 39px;
  }

  .hero-profile-pic.home {
    display: block;
  }

  .hero-link.hero-link-secondary {
    flex: 1;
    align-self: flex-end;
    margin-top: 12px;
  }

  .hero-link.hero-link-secondary.view-prototype {
    align-self: center;
    margin-top: -100px;
  }

  .columns-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .hero-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-2 {
    padding-right: 44px;
  }

  .nav-link {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 18px;
  }

  .container-nav {
    padding-left: 20px;
    padding-right: 10px;
  }

  .brand {
    padding-right: 20px;
  }

  .text-heading-36 {
    font-size: 24px;
    line-height: 32px;
  }

  .text-heading-36.margin {
    margin-top: 60px;
  }

  .projects-grid {
    grid-row-gap: 42px;
    grid-template-columns: 1fr;
    margin-bottom: 52px;
  }

  .projects-grid.projects-footer {
    grid-column-gap: 29px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hr-wrapper {
    justify-content: flex-start;
    margin-bottom: 26px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hr-wrapper.projcets-page {
    margin-top: 45px;
    margin-bottom: 60px;
  }

  .hr {
    width: 50%;
    max-width: none;
  }

  .heading-24 {
    font-size: 18px;
    line-height: 24px;
  }

  .home-knowledge-sharing {
    padding-top: 26px;
    padding-bottom: 52px;
  }

  .home-knowledge-grid {
    margin-top: 32px;
  }

  .knowledge-text {
    margin-top: 21px;
    font-size: 18px;
    line-height: 26px;
  }

  .knowledge-text.external-link {
    margin-top: 0;
  }

  .knowledge-link-block {
    flex-direction: column;
  }

  .knowledge-link-block.multi-line {
    flex-direction: row;
  }

  .knowledge-link-block.h-stack {
    flex-direction: row;
    align-items: flex-start;
  }

  .knowledge-main-grid {
    grid-row-gap: 56px;
    margin-top: 32px;
  }

  .footer {
    padding-top: 26px;
    padding-bottom: 52px;
  }

  .text-link.footer-link {
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-links {
    margin-top: 32px;
  }

  .footer-copyright {
    font-size: 12px;
  }

  .project-text-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .project-subtitle-div {
    margin-bottom: 0;
  }

  .project-my-role-wrapper {
    margin-top: 40px;
  }

  .projects-role-wrapper-div {
    grid-column-gap: 39px;
    grid-row-gap: 27px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .projects-role-wrapper-div.impact-grid-only-2 {
    grid-template-rows: auto;
  }

  .project-hero-cover.mds-cover, .project-hero-cover.d2m-cover, .project-hero-cover.watch-cover, .project-hero-cover.dahmakan-cover {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .project-text-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .projects-details-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .project-container-div {
    margin-bottom: 60px;
  }

  .project-container-div.margin-30 {
    margin-bottom: -1px;
  }

  .project-highlight.no-bold {
    display: inline;
  }

  .project-split-column-containter, .project-split-column-containter.mds-mad-success, .project-split-column-containter.watch-challenges {
    flex-direction: column;
  }

  .project-split-column-inner-div.first-row {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .project-container-width-div {
    margin-bottom: 60px;
  }

  .mds-project-plan {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mds-annotation-hover-arrow {
    display: none;
  }

  .project-text-small {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 26px;
  }

  .projects-tabs {
    align-items: center;
    margin-left: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .projects-tabs-menu {
    margin-top: 30px;
  }

  .projects-image-with-caption {
    margin-bottom: 60px;
  }

  .projects-image-with-caption.no-marign {
    flex-flow: column;
  }

  .projects-image-with-caption.mds-main-results {
    margin-bottom: 60px;
  }

  .projects-tabs-video-icon {
    width: 12px;
    max-width: 80%;
    height: 12px;
    margin-right: 4px;
  }

  .mds-mad-tabs-wrapper {
    margin-bottom: 60px;
  }

  .project-4-column-wrapper {
    margin-top: 24px;
  }

  .d2m-first-iteration {
    width: 40%;
  }

  .d2m-full-screen-image-section {
    margin-bottom: 60px;
  }

  .d2m-full-screen-image-section.small-margin {
    margin-bottom: 32px;
  }

  .d2m-full-width-image.gif-image {
    height: 400px;
  }

  .home-container-div {
    padding: 0 30px;
  }

  .watch-small-image-wrapper {
    margin-bottom: 30px;
  }

  .background-video {
    margin-left: -.5px;
  }

  .watch-video {
    transform: scale(.7);
  }

  .about-work-experience-grid {
    grid-row-gap: 52px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 52px;
  }

  .about-work-content-wrapper {
    margin-top: 20px;
  }

  .animation-name-div {
    margin-left: 6px;
  }

  .text-heading-60 {
    font-size: 60px;
    line-height: 73px;
  }

  .text-heading-60.about {
    font-size: 36px;
    line-height: 43px;
  }

  .lighbox-h-flex {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }
}

@media screen and (max-width: 479px) {
  .full-width-container.hero {
    margin-top: 40px;
  }

  .container-div {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-div.project-hero {
    padding-right: 30px;
  }

  .project-text-regular.text-mobile-14 {
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .project-text-regular.text-mobile-14.hero {
    padding-right: 0;
    font-size: 16px;
    line-height: 27px;
  }

  .project-text-regular.single-line {
    flex: 1;
  }

  .text-heading-48.hero-title.text-mobile-24 {
    padding-right: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .section.hero-section {
    align-items: flex-start;
    min-height: auto;
    padding-bottom: 48px;
  }

  .hero-button-div {
    flex-direction: column;
    height: 108px;
    margin-top: 24px;
  }

  .hero-link, .hero-link.hero-link-secondary {
    align-self: flex-start;
  }

  .hero-link.hero-link-secondary.view-prototype {
    margin-top: -106px;
  }

  .div-block-2 {
    padding-right: 0;
  }

  .nav-link {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .container-nav {
    padding-top: 14px;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .nav-logo-mobile {
    display: inline-block;
  }

  .nav-logo {
    display: none;
  }

  .brand {
    padding-right: 10px;
  }

  .text-heading-36 {
    margin-top: 26px;
    font-size: 24px;
    line-height: 32px;
  }

  .text-heading-36.margin {
    margin-top: 52px;
  }

  .projects-grid {
    margin-top: 28px;
  }

  .projects-grid.projects-footer {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 18px;
    line-height: 24px;
  }

  .home-project-type {
    font-size: 14px;
    line-height: 20px;
  }

  .hr-wrapper {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-wrap {
    height: 34vh;
  }

  .projects-role-wrapper-div {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .project-hero-cover.d2m-cover, .project-hero-cover.watch-cover, .project-hero-cover.dahmakan-cover {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .project-text-title {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 26px;
  }

  .project-highlight.no-bold {
    display: inline;
  }

  .project-opportunity {
    font-size: 28px;
    line-height: 46px;
  }

  .project-opportunity.multiple-opportunity {
    margin-top: 48px;
    font-size: 28px;
    line-height: 46px;
  }

  .project-bullet-number-column.mds-annotation {
    flex-direction: row;
  }

  .mds-annotation-hover-arrow {
    display: none;
  }

  .project-text-small {
    font-size: 18px;
    line-height: 26px;
  }

  .projects-tabs {
    align-items: center;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .projects-tabs-menu {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .projects-tabs-video-icon {
    width: 12px;
    height: 12px;
  }

  .d2m-first-iteration {
    width: 50%;
  }

  .d2m-full-width-image.gif-image {
    width: 80%;
    height: auto;
  }

  .d2m-full-width-image.large-order-issue {
    height: auto;
  }

  .home-container-div {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .watch-full-width-image.image-big {
    width: 90%;
  }

  .about-work-experience-grid {
    grid-row-gap: 52px;
    margin-top: 28px;
  }

  .animation-name-div {
    margin-left: 7px;
  }

  .text-heading-60 {
    font-size: 40px;
    line-height: 50px;
  }

  .lighbox-h-flex {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
  }

  ._404-image {
    width: 90px;
  }
}

#w-node-eea0792e-94b7-9ec2-078d-a37a49df04c4-be38de49, #w-node-_0e8c8d2a-963d-628f-513e-94025477fe7a-be38de49, #w-node-_55accf56-181f-395f-6044-5191b67ce4f1-be38de49, #w-node-fa3ff983-5d33-7d35-e924-c54867ccf67e-be38de49 {
  justify-self: start;
}


