:root {
  --black: black;
  --white: white;
  --highlight: #ffe872;
  --background: #f9efe7;
  --secondary: #b7b4b9;
}

.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;
  }
}

body {
  color: var(--black);
  font-family: Muli, sans-serif;
  font-size: 14px;
  line-height: 180%;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Abril Fatface, sans-serif;
  font-size: 7vh;
  font-weight: 400;
  line-height: 130%;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Abril Fatface, sans-serif;
  font-size: 56px;
  line-height: 137%;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 130%;
}

h4 {
  color: #b7b4b9;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

a {
  color: #0981e9;
  font-weight: 800;
}

.homepage-hello {
  -webkit-text-fill-color: inherit;
  background-color: #efefef;
  background-clip: content-box;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 640px;
  min-height: auto;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.about-container {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-container.relative {
  position: relative;
}

.about-container.center {
  text-align: center;
}

.about-container.photo {
  background-image: url('../images/profile.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
}

.hero-paragraph {
  max-width: 496px;
}

.button {
  text-align: center;
  background-color: #333;
  border: 3px solid #333;
  border-radius: 4px;
  min-width: auto;
  padding: 11px 20px 12px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 0 0 3px #333;
}

.button.inter {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.button-border {
  background-color: #0000;
  display: inline-block;
  transform: translate(11px, 11px);
  box-shadow: 0 0 0 3px #000;
}

.button-wrapper {
  margin-top: 40px;
  padding-bottom: 15px;
  padding-right: 15px;
  display: inline-block;
}

._3 {
  background-color: var(--white);
  flex-flow: row;
  flex: none;
  align-items: center;
  width: 1300px;
  padding: 10vh 0 70px;
  display: flex;
}

.highlight {
  background-color: var(--highlight);
  transform-origin: 0%;
  height: 36%;
  margin-right: 4px;
  display: none;
  position: absolute;
  inset: 50% 0% auto 4%;
}

.hero-heading {
  margin-bottom: 0;
  margin-right: 10px;
  display: inline;
  position: relative;
  overflow: visible;
}

.hero-heading.hide {
  display: none;
  overflow: visible;
}

.hero-heading.inter {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.highlight-box {
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.headline-wrap {
  max-width: 100vh;
  margin-bottom: 24px;
}

.navbar {
  object-fit: none;
  background-color: #0000;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1300px;
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 32px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.navbar.brand {
  width: 100%;
  max-width: 1160px;
  min-height: auto;
  margin-top: 0;
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.logo {
  font-size: 22px;
  font-weight: 900;
}

.logo.light {
  font-weight: 400;
}

.logo.light.inter {
  color: #000;
  font-weight: 400;
}

.logo.inter {
  color: #000;
  margin-right: 10px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.nav-link {
  margin-left: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link.yellow-link {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.nav-link.yellow-link.inter {
  box-shadow: none;
  margin-left: 30px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 600;
  display: none;
}

.nav-link.yellow-link.inter.hide {
  box-shadow: none;
  display: block;
}

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

.nav-link.work {
  margin-left: 0;
}

.yellow-link {
  box-shadow: inset 0 -10px 0 0 var(--highlight);
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.yellow-link:hover {
  box-shadow: inset 0 -22px 0 0 var(--highlight);
}

.yellow-link.test {
  box-shadow: inset 0 -10px 0 0 var(--highlight);
  transition-duration: .2s;
}

.yellow-link.test:hover {
  box-shadow: inset 0 -28px 0 0 var(--highlight);
}

.yellow-link.email {
  box-shadow: none;
  color: var(--black);
  font-weight: 700;
  text-decoration: underline;
}

.scroll-wrapper {
  text-align: right;
  height: 0;
  padding-left: 84px;
  padding-right: 84px;
  position: absolute;
  inset: auto 0% 10px;
}

.scroll-arrow {
  transform-origin: 50% 100%;
  background-color: #000;
  width: 2px;
  height: 105px;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.scroll-text {
  transform-origin: 0 0;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 40px;
  transform: rotate(90deg);
}

.scroll-text.inter {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.scroll-block {
  text-align: right;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-end;
  width: 40px;
  height: 105px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.home-about-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1260px;
  margin: 40px 0 0;
  padding: 100px 20px 0;
  display: flex;
}

.project {
  flex-direction: row;
  grid-template: ". Area"
                 ". Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.project.project-page {
  flex-direction: column;
  align-items: center;
}

.left-column-project-description-homepage {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  min-width: auto;
  max-width: 100%;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.left-column-project-description-homepage.pr1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 560px;
  height: 100%;
  display: flex;
}

.left-column-project-description-homepage.pr1.projectpage {
  align-items: center;
}

.imagewrap {
  text-align: right;
  width: 50%;
  height: auto;
  position: relative;
}

.imagewrap.skills {
  aspect-ratio: 1.6;
  background-color: var(--highlight);
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 55px;
}

.imagewrap.skills.brand {
  background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX4.png');
  background-position: 0 0;
  background-size: cover;
}

.imagewrap.skills.photography {
  background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX4.jpg');
  background-position: 100%;
  background-size: cover;
}

.imagewrap.skills.development {
  background-image: url('../images/Dev-thumb.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.imagewrap.pm {
  width: 100%;
  height: 175px;
  margin-top: 20px;
  margin-bottom: 0;
  overflow: hidden;
}

.imagewrap.work {
  width: 100%;
  height: 240px;
}

.imagewrap.work._2-untitled {
  aspect-ratio: 2.39;
  object-fit: fill;
  background-color: #f00202;
  height: 240px;
}

.imagewrap.work._3-pm-research {
  background-image: url('../images/Dependencies-preview-2.png');
  background-position: 100% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.imagewrap.work._4-smartpet {
  background-image: url('../images/SmartPet-home-project1-thumb-2.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
}

.imagewrap.work._5-coffee {
  background-color: #838383;
  background-image: url('../images/Specialty-Coffee-Guide-home-thumb.png');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
}

.imagewrap.work._1-prospect {
  background-image: url('../images/Untitled-dashboard.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
}

.imagewrap.work._1-prospect.w--current {
  background-image: url('../images/Branding-the-prospect-journey---home.jpg');
}

.imagewrap.work._1-prospect.prospect {
  background-color: #8a0101;
  background-image: none;
}

.imagewrap.work.afds {
  background-color: #1d4d20;
}

.tags-wrapper {
  flex-wrap: wrap;
  margin-bottom: 32px;
  display: flex;
}

.tag {
  background-color: var(--background);
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  display: none;
}

.dots {
  display: none;
  position: absolute;
  inset: auto auto -24px -24px;
}

.dots.skills {
  bottom: -8px;
  left: -8px;
}

.homepageprojectthumb {
  z-index: 1;
  position: relative;
}

.homepageprojectthumb.smartpet {
  width: 100%;
  height: auto;
  display: inline-block;
}

.homepageprojectthumb.specialty-guide {
  width: auto;
  height: auto;
  display: inline-block;
}

.homepageprojectthumb.branding-customer-journey {
  background-image: url('../images/Branding-the-prospect-journey---home.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: auto;
  display: inline-block;
}

.homepageprojectthumb._1, .homepageprojectthumb.smartpet-copy, .homepageprojectthumb.pmpm {
  width: 100%;
  height: auto;
  display: inline-block;
}

.mockup-hover {
  align-items: center;
  height: 44px;
  padding-top: 2px;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto 0% -60px auto;
}

.mockup-hover-text {
  color: var(--secondary);
  letter-spacing: .03em;
  margin-right: 12px;
  font-weight: 600;
  display: inline-block;
}

.mockup-hover-text.inter {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.heading-5 {
  color: var(--secondary);
}

.mockup-arrow-wrapper {
  overflow: hidden;
}

.right-column {
  flex: none;
  width: 50%;
  max-width: 630px;
  padding-top: 30px;
}

.what-i-do {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1260px;
  margin-top: 0;
  margin-bottom: 140px;
  display: flex;
}

.development-heading {
  margin-top: 80px;
}

.footer {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  width: 1160px;
  max-width: 1260px;
  margin: 140px 0 100px;
  padding: 0;
  display: flex;
}

.letsgetintouch {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.letsgetintouch.social {
  width: 100%;
}

.letsgetintouch.centred {
  flex-flow: column;
}

.copyright {
  color: #00000080;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.brand, .brand.w--current {
  display: flex;
}

.nav-menu.brand {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: auto;
}

.paragraph-2 {
  text-align: left;
  max-width: none;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-2.centred {
  text-align: center;
}

.paragraph-2.centred._75 {
  width: 75%;
}

.paragraph-2.inter {
  font-family: Inter, sans-serif;
}

.paragraph-2.hide {
  display: none;
}

.header-wrapper {
  background-color: var(--background);
  flex: 1;
  align-items: flex-start;
  padding: 170px 60px 300px;
  display: flex;
}

.header {
  flex-direction: row;
  align-items: stretch;
  padding: 24px;
  display: flex;
  position: relative;
}

.header-paragraph {
  max-width: 736px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.screen-container {
  flex: 1;
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
}

.screen-image {
  border-radius: 4px;
  margin-bottom: -220px;
  position: relative;
  top: -300px;
  box-shadow: 0 0 30px #0000001a;
}

.live-site-link {
  margin-top: 20px;
  font-size: 18px;
  display: inline-block;
}

._24px {
  height: 24px;
}

.div-block {
  width: 10px;
  height: 20px;
}

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

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

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

.div-block-2, .div-block-3, .smartpet-page-header {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-2 {
  background-color: #000;
}

.homepageprojectcontainer {
  flex: 1;
  align-items: flex-start;
  max-width: 1300px;
  margin: 100px 0;
  display: flex;
}

.homepageprojectcontainer.relative {
  position: relative;
}

.homepageprojectcontainer.center {
  text-align: center;
}

.homepageprojectcontainer.photo {
  background-image: url('../images/profile.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
}

.navbarcontainer {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 1300px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.navbarcontainer.relative {
  position: relative;
}

.navbarcontainer.center {
  text-align: center;
}

.navbarcontainer.photo {
  background-image: url('../images/profile.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
}

.navbarcontainer.brand {
  flex: 1;
  width: auto;
}

.profilephoto {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.profilephoto.relative {
  position: relative;
}

.profilephoto.center {
  text-align: center;
}

.profilephoto.photo {
  background-image: url('../images/profile.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
}

.home-projectpreview-section {
  margin-left: 24px;
  margin-right: 24px;
  padding: 60px;
}

.home-projectpreview-section.smartpet {
  width: 100%;
  max-width: 1260px;
  margin: 0;
  padding: 0 20px;
}

.home-projectpreview-section.branding-customer-journey {
  width: 100%;
  max-width: 1260px;
  margin: 100px 0 140px;
  padding: 100px 20px 0;
}

.home-projectpreview-section._1 {
  width: 100%;
  max-width: 1260px;
  margin: 0;
  padding: 0 20px;
}

.hero {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1160px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hero.relative {
  position: relative;
}

.hero.center {
  text-align: center;
}

.hero.photo {
  background-image: url('../images/profile.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
}

.hero._60 {
  text-align: center;
  width: 60%;
}

.left-column-copy {
  min-width: 630px;
  max-width: 50%;
  height: 100%;
}

.left-column-copy.pr1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 560px;
  height: 100%;
  display: flex;
}

.left-column-copy.pr1.projectpage {
  align-items: center;
}

._0 {
  background-color: #0000;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  height: 100%;
  padding: 0;
  display: flex;
}

.container-copy {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-copy.relative {
  position: relative;
}

.container-copy.center {
  text-align: center;
}

.container-copy.photo {
  background-image: url('../images/profile.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
}

._4 {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  max-width: 1300px;
  height: 420px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

._4.relative {
  position: relative;
}

._4.center {
  text-align: center;
}

._4.photo {
  background-image: url('../images/profile.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
}

._5 {
  max-width: 100vh;
  margin-bottom: 24px;
}

.h1 {
  text-align: left;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  display: inline;
  position: relative;
  overflow: visible;
}

.h1.hide {
  display: none;
  overflow: visible;
}

.h1.inter {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.h1._80--width-left-aligned {
  width: 80%;
}

.h1._80--width-left-aligned._40px {
  text-align: left;
  width: 100%;
  display: block;
}

.h1._80--width-left-aligned._40px.left {
  text-align: left;
}

.h1._80--width-left-aligned._40px._75 {
  width: 90%;
}

.h1._40px-left-aligned {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 20px;
  font-size: 40px;
  display: block;
}

.h1._40px-left-aligned.space-before {
  margin-top: 40px;
}

.h1._40px-left-aligned.left.related {
  text-align: left;
  margin-bottom: 60px;
  font-size: 30px;
  text-decoration: overline;
}

.h1._40px-left-aligned._30 {
  font-size: 28px;
}

.h1._40px-left-aligned._21 {
  text-transform: none;
  font-size: 21px;
  text-decoration: none;
}

.h1.padding-40._75-width {
  margin-bottom: 40px;
  display: block;
}

._7 {
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.hero-paragraph-copy, .hero-paragraph-copy-copy {
  max-width: 496px;
}

.paragraph {
  text-align: left;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.paragraph.inter {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.paragraph._80-width {
  width: 100%;
}

.paragraph.centred {
  text-align: center;
}

.paragraph.centred._55--width {
  text-align: center;
  width: 55%;
  line-height: 30px;
}

.paragraph.centred._75 {
  text-align: center;
  width: 75%;
  margin-top: 20px;
}

.paragraph.what {
  margin-bottom: 40px;
  font-weight: 900;
}

.paragraph._660px-wide {
  width: 660px;
}

.paragraph.padding-40._75 {
  text-align: center;
  width: 90%;
}

.paragraph.padding-40._75.disclaimer {
  width: 80%;
  margin-top: 20px;
  font-size: 14px;
  font-style: italic;
  line-height: 150%;
}

.paragraph.padding-40._55 {
  text-align: center;
  width: 55%;
}

.paragraph._660 {
  width: 660px;
}

.paragraph._660.centred {
  text-align: left;
}

.paragraph._660._70-vert-padding {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 150%;
}

.paragraph._660._70-vert-padding.coffee {
  width: 50%;
}

.paragraph._660._70-vert-padding.pet {
  width: 65%;
}

.paragraph.anchors {
  line-height: 40px;
  text-decoration: underline;
}

.paragraph.spacin-below-40, .paragraph.untitled {
  margin-bottom: 40px;
}

.paragraph.untitled.ia {
  margin-bottom: 0;
}

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

.button-style-wrap {
  margin-top: 40px;
  padding-bottom: 15px;
  padding-right: 15px;
  display: inline-block;
}

.button-style-wrap.hide {
  margin-top: -40px;
  display: none;
}

.button-style-wrap.hide.no-offset {
  margin-top: 40px;
  display: block;
}

.button-style {
  background-color: #0000;
  border-radius: 4px;
  display: inline-block;
  transform: translate(11px, 11px);
  box-shadow: 0 0 0 3px #333;
}

.button-style.hide {
  display: none;
}

._11 {
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  display: inline;
  position: relative;
  overflow: visible;
}

._11.hide {
  display: none;
  overflow: visible;
}

._11.inter {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

._12 {
  background-image: url('../images/MG-photo.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 45%;
  max-width: 1300px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

._12.relative {
  position: relative;
}

._12.center {
  text-align: center;
}

._12.photo {
  background-image: url('../images/profile.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
}

.image {
  width: 610px;
}

.body {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-spacer-for-social-icons {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  min-width: auto;
  max-width: 50%;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.footer-spacer-for-social-icons.pr1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 560px;
  height: 100%;
  display: flex;
}

.footer-spacer-for-social-icons.pr1.projectpage {
  align-items: center;
}

.social-icons-wrap {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  min-width: auto;
  max-width: 50%;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.social-icons-wrap.pr1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 560px;
  height: 100%;
  display: flex;
}

.social-icons-wrap.pr1.projectpage {
  align-items: center;
}

.medium-in-wrap {
  flex: none;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.about-me-title-wrap {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  min-width: auto;
  max-width: 50%;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.about-me-title-wrap.pr1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 560px;
  height: 100%;
  display: flex;
}

.about-me-title-wrap.pr1.projectpage {
  align-items: center;
}

.medium {
  background-image: url('../images/mingcute_medium-fill.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75px;
  height: 44px;
  margin-right: 20px;
  display: block;
}

.in {
  background-image: url('../images/logos_linkedin-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 44px;
  height: 44px;
  margin-right: 20px;
  display: block;
}

.in.link {
  mix-blend-mode: multiply;
  background-image: none;
  width: 44px;
}

.copyright-footer {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.copyright-footer.social {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}

.other-work-wrap {
  width: 100%;
  max-width: 1160px;
  margin: 140px 0 0;
  padding: 0;
  display: block;
}

.other-work-wrap.smartpet {
  max-width: 1300px;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 150px 0;
}

.other-skills-heading {
  font-size: 40px;
}

.other-skills-heading.inter {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.other-skills-thumb {
  z-index: 1;
  height: 240px;
  position: relative;
}

.other-skills-thumb.smartpet {
  background-image: url('../images/SmartPet-home-project1-thumb.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: auto;
  display: inline-block;
}

.other-skills-thumb.specialty-guide {
  width: auto;
  height: auto;
  display: inline-block;
}

.other-workcontainer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  flex: 1;
  place-content: stretch flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.other-workcontainer.relative {
  position: relative;
}

.other-workcontainer.center {
  text-align: center;
}

.other-workcontainer.photo {
  background-image: url('../images/profile.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
}

.other-work {
  border: .5px solid #000;
  border-radius: 4px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 16px;
  display: flex;
}

.other-work.pr1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 560px;
  height: 100%;
  display: flex;
}

.other-work.pr1.projectpage {
  align-items: center;
}

.other-work.off {
  display: none;
}

.other-work.spacer {
  border-style: none;
}

.other-skills-column-spacer {
  background-color: #0000;
  width: 5%;
  height: 32px;
  position: relative;
}

.articles {
  width: 100%;
  max-width: 1260px;
  margin: 40px 0 140px;
  padding: 100px 20px 0;
  display: none;
}

.articles.smartpet {
  max-width: 1300px;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 150px 0;
}

.footer-container {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-container.relative {
  position: relative;
}

.footer-container.center {
  text-align: center;
}

.footer-container.photo {
  background-image: url('../images/profile.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
}

.heading-6, .smartpet-title-home {
  width: 80%;
}

.smartpet-title-home.inter {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.specialty-title-homepage {
  width: 80%;
}

.specialty-title-homepage.inter {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.scroll-signifier {
  background-color: #0003;
  align-self: center;
  width: 1px;
  height: 100px;
}

.scroll-signifier.body-copy {
  margin-top: 20px;
  margin-bottom: 40px;
}

.scroll-signifier.left {
  background-color: #0003;
}

.scroll-signifier.left.hide {
  display: block;
}

.top-menu {
  background-color: #0000;
  background-image: url('../images/top_1top.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  margin-bottom: 60px;
  margin-right: 60px;
  position: relative;
  inset: auto 0% 0% auto;
}

.top-anchor {
  width: 20px;
  height: 0;
  position: relative;
}

.top {
  z-index: 9;
  background-image: url('../images/top_2top.png');
  background-position: 50% 0;
  background-size: auto;
  border-radius: 28px;
  width: 56px;
  height: 56px;
  display: block;
  position: fixed;
  inset: auto 40px 40px auto;
}

.destination-top-target {
  width: 100%;
  height: 0;
}

.brand-print {
  text-align: center;
  width: 1024px;
  height: 682px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.brand-print._1 {
  background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX.png');
  background-position: 50%;
  background-size: cover;
  width: 1024px;
  min-width: 1000px;
  max-width: none;
  height: 682px;
  margin-top: 0;
  margin-bottom: 0;
}

.brand-print._2 {
  background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX2.png');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: auto;
  width: 1024px;
  min-width: 990px;
  max-width: none;
  height: 682px;
  margin: 0;
  display: block;
}

.brand-print._3 {
  background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: auto;
  width: 1024px;
  min-width: 990px;
  height: 682px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.brand-print._4 {
  background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1024px;
  min-width: 990px;
  max-width: none;
  height: 682px;
  margin-top: 0;
  margin-bottom: 0;
}

.brand-print._6 {
  background-image: url('../images/Splay-—-Commercial-brochure-for-office-building-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 1024px;
  height: 1600px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.brand-print._1-copy {
  background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX_1.png');
  background-position: 50%;
  background-size: auto;
  height: 800px;
}

.brand-print._7 {
  background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 1024px;
  height: 682px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
}

.brand-print._8 {
  background-image: url('../images/OH-brand-manual-grid.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 1024px;
  max-width: none;
  height: 410px;
  margin-top: 0;
  margin-bottom: 0;
}

.brand-print._9 {
  background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 1024px;
  max-width: none;
  height: 682px;
  margin-bottom: 100px;
  display: block;
}

.brand-print._10 {
  box-shadow: 1px 1px 0 4px #000;
}

.brand-print._11 {
  background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX6.png');
  background-position: 50%;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.brand-print._12 {
  background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX7.jpg');
  background-position: 50%;
  background-size: contain;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.brand-print._5 {
  background-image: url('../images/Quest-Partners-sketching-and-concept.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: none;
}

.samples-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.body-case-study {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.photo {
  text-align: center;
  width: 1300px;
  height: 600px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.photo._1 {
  background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  margin-top: 0;
  margin-bottom: 0;
}

.photo._2 {
  background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX2_1.jpg');
  background-position: 50%;
  background-size: auto;
  flex: none;
  height: 800px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.photo._3 {
  background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX3_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 800px;
  margin-top: 0;
  margin-bottom: 0;
}

.photo._4 {
  background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX4_1.jpg');
  background-position: 50%;
  background-size: auto;
  height: 800px;
  margin-top: 0;
  margin-bottom: 0;
}

.photo._6 {
  background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX-10.png');
  background-position: 50% -40%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  height: 1069px;
  margin-right: 0;
}

.photo._1-copy {
  background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX_1.png');
  background-position: 50%;
  background-size: auto;
  height: 800px;
}

.photo._7 {
  background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX5_1.png');
  background-position: 50%;
  background-size: auto;
  flex: none;
  height: 800px;
  display: flex;
}

.photo._8 {
  background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX6_1.png');
  background-position: 50%;
  background-size: auto;
  flex: none;
  width: 1300px;
  max-width: none;
  height: 800px;
  margin-bottom: 100px;
}

.photo._9 {
  background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX7_1.jpg');
  background-position: 50%;
  background-size: auto;
  flex: none;
  height: 800px;
  display: flex;
}

.brand-header-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 125vh;
  margin: 40px 24px 0;
  padding: 100px 60px 0;
  display: flex;
}

.web._1 {
  background-image: url('../images/Upform-wireframes.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-self: auto;
  width: 720px;
  height: 560px;
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
}

.web._2 {
  background-image: url('../images/Primavera-wireframes.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 628px;
  height: 320px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.web._3 {
  background-image: url('../images/ioana.be-wireframes.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 436px;
  height: 430px;
  margin-top: 100px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.web._4 {
  background-image: url('../images/Explore-brand.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 628px;
  height: 320px;
  margin-top: 0;
  margin-bottom: 20px;
}

.web._1-1 {
  background-image: url('../images/Upform.gif');
  background-position: 0 0;
  background-size: auto;
  width: 720px;
  height: 450px;
  margin-top: 100px;
  margin-bottom: 20px;
}

.web._2-2 {
  background-image: url('../images/Primavera.gif');
  background-position: 50%;
  background-size: auto;
  flex: none;
  width: 628px;
  height: 436px;
  margin-top: 100px;
  margin-bottom: 20px;
}

.web._3-1 {
  background-image: url('../images/Ioana.gif');
  background-position: 0 0;
  background-size: auto;
  width: 436px;
  height: 626px;
  margin-top: 100px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.web._4-1 {
  background-image: url('../images/Explore.gif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 628px;
  height: 486px;
  margin-top: 100px;
  margin-bottom: 20px;
}

.webdev-links {
  font-size: 30px;
  text-decoration: underline;
}

.link-block, .link-block-2, .link-block-3, .link-block-4 {
  margin-bottom: 60px;
}

.h1-centred {
  text-align: center;
  width: 60%;
}

.smartpet-header-section {
  background-image: url('../images/Rectangle-284.png');
  background-size: contain;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 40px 0 0;
  padding: 100px 0 0;
  display: flex;
}

.smartpet-header-drawing {
  text-align: center;
  background-image: url('../images/SmartPet-cover.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-self: center;
  width: 100%;
  min-width: auto;
  height: 250px;
  margin-top: 40px;
  display: flex;
}

.header-smartpet-ui-cover {
  background-image: url('../images/Group-1059.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 529px;
  height: 400px;
  margin-left: 30px;
  padding-left: 0;
}

.smartpet-body-660 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 660px;
  height: auto;
  margin: 40px 0 0;
  padding: 0;
  display: flex;
}

.smartpet-body-660.solutions {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.body-660 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-660.relative {
  position: relative;
}

.body-660.center {
  text-align: center;
}

.body-660.photo {
  background-image: url('../images/profile.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
}

.body-660.prospect {
  align-items: center;
  margin-top: 60px;
}

.body-660.prospect._2 {
  align-items: center;
  width: 720px;
}

.body-660.prospect._3 {
  margin-top: 40px;
  padding-top: 0;
}

.body-660.next {
  margin-top: 100px;
}

.body-660.ia-ui {
  align-items: center;
  margin-top: 60px;
}

.body-660.ia-ui._2 {
  align-items: center;
  width: 720px;
}

.body-660.ia-ui._3 {
  margin-top: 40px;
  padding-top: 0;
}

.body-660.untitled._2 {
  flex-flow: column;
  align-items: center;
  width: 720px;
  display: flex;
}

.body-660.untitled {
  align-items: center;
  margin-top: 60px;
}

.body-660.untitled._2 {
  align-items: flex-start;
  width: 720px;
}

.body-660.untitled._3 {
  margin-top: 40px;
  padding-top: 0;
}

.h1-40 {
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 40px;
}

.body-paragraph {
  text-align: left;
  align-self: flex-start;
  max-width: 736px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.body-paragraph.centred {
  text-align: center;
  align-self: center;
  width: 660px;
}

.body-paragraph.role {
  margin-bottom: 140px;
}

.body-paragraph.medium-link {
  margin-top: 0;
}

.body-paragraph.ut {
  text-align: left;
  align-self: center;
  width: 660px;
  margin-top: 0;
}

.smartpet-photos {
  width: 660px;
  height: 850px;
}

.smartpet-photos._1 {
  text-align: left;
  background-image: url('../images/the-ideal-story.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: auto;
  height: 280px;
  margin-top: 40px;
  margin-bottom: 100px;
}

.smartpet-photos._2 {
  text-align: left;
  background-image: url('../images/the-real-story.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  align-self: auto;
  height: 280px;
  margin-top: 40px;
  margin-bottom: 100px;
}

.smartpet-photos._3 {
  text-align: left;
  background-image: url('../images/Group-1171.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: auto;
  width: 660px;
  height: 660px;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.smartpet-photos._4 {
  background-image: url('../images/SmartPet-Research-jpg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 1200px;
  min-height: 400px;
  margin-bottom: 100px;
}

.smartpet-photos._5 {
  background-image: url('../images/Key-tasks-persona.-journey-map.-user-stories.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 1050px;
  margin-bottom: 100px;
}

.smartpet-photos._6 {
  background-image: url('../images/Four-flows-covering-most-curent-apps-issues.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 430px;
  min-height: 300px;
  margin-bottom: 100px;
}

.smartpet-photos._7 {
  background-image: url('../images/Usability-testing-123.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 900px;
  height: auto;
  min-height: 350px;
  margin-bottom: 0;
  margin-right: 0;
}

.smartpet-photos._8 {
  justify-content: space-between;
  align-self: center;
  width: 100%;
  max-width: 900px;
  height: auto;
  min-height: 200px;
  margin-bottom: 100px;
  display: flex;
}

.smartpet-photos._9 {
  background-image: url('../images/Design-documentation.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 900px;
  height: auto;
  min-height: 400px;
  margin-top: 0;
  margin-bottom: 100px;
}

.smartpet-photos._10 {
  box-shadow: none;
  opacity: 1;
  background-image: url('../images/SmartPet-Final-screens-png-8.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0 #000;
  width: 900px;
  max-width: 1024px;
  height: 560px;
  min-height: auto;
  max-height: 2500px;
  margin-top: 0;
  margin-bottom: 100px;
  transform: none;
}

.text-span {
  font-size: 21px;
}

.casxcascas {
  background-image: url('../images/Solution-—-Smart-Area.GIF');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: flex-start;
  width: 358px;
  height: 360px;
}

.smartpet-body-wide {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1500px;
  height: auto;
  margin: 40px 0 0;
  padding: 0;
  display: flex;
}

.smartpet-body-wide.final-prototype {
  width: 660px;
}

.smartpet-body-wide.final-prototype-screens {
  width: 100%;
  max-width: 100%;
}

.h1-21px {
  border-style: none;
  border-width: 2px 1px;
  border-color: black black var(--black);
  color: var(--black);
  text-align: left;
  border-radius: 0;
  flex: none;
  align-self: center;
  width: 660px;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-decoration: underline;
}

.h1-21px.text-under {
  border-bottom-color: var(--black);
  color: var(--black);
  margin-bottom: 0;
  padding-top: 10px;
}

.h1-21px.no-underline {
  color: var(--black);
  border-style: none;
  border-width: 0;
  max-width: none;
  margin-bottom: 20px;
  font-weight: 800;
  text-decoration: overline;
}

.h1-21px.no-underline.left {
  color: var(--black);
  text-decoration: none;
}

.h1-21px.left {
  color: #0090ff;
  text-align: left;
  border-style: none;
  border-top-width: 0;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-weight: 900;
  text-decoration: underline;
}

.h1-21px.links {
  text-align: center;
  max-width: none;
  text-decoration: underline;
}

.h1-21px._1 {
  margin-bottom: 0;
}

.h1-21px._2 {
  align-items: flex-start;
  margin-top: 60px;
}

.h1-21px.no-space-below {
  border: 0 #000;
  margin-bottom: 0;
}

.ut-gif {
  width: 30%;
  height: auto;
}

.scroll-signifier-before-footer {
  justify-content: center;
  align-self: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.figma-prototype-frame {
  width: 360px;
  height: 800px;
  margin-bottom: 140px;
}

.heading-7 {
  color: var(--black);
  font-weight: 400;
}

.coffee-header-section {
  background-image: url('../images/Rectangle-286.png');
  background-position: 0 0;
  background-size: contain;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 40px 24px 0;
  padding: 100px 60px 0;
  display: flex;
}

.coffee-header {
  text-align: center;
  background-image: url('../images/BCG-cover.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 600px;
  height: 230px;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.coffee-body-photos {
  width: 660px;
  height: 850px;
}

.coffee-body-photos._1 {
  text-align: left;
  background-image: url('../images/UT-BCG-top-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: auto;
  height: 300px;
  margin-bottom: 140px;
}

.coffee-body-photos._2 {
  text-align: left;
  background-image: url('../images/Mindmapv2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  align-self: auto;
  width: 900px;
  height: 500px;
  margin-bottom: 140px;
}

.coffee-body-photos._3 {
  text-align: left;
  background-image: url('../images/Group-1171.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: auto;
  width: 720px;
  height: 733px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.coffee-body-photos._4 {
  background-image: url('../images/Statistics.-Interviews.-Pain-points.-Affinity-map.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 740px;
  margin-bottom: 100px;
}

.coffee-body-photos._5 {
  background-image: url('../images/Key-tasks-persona.-journey-map.-user-stories.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 1520px;
  margin-bottom: 100px;
}

.coffee-body-photos._6 {
  background-image: url('../images/Four-flows-covering-most-curent-apps-issues.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 700px;
  margin-bottom: 100px;
}

.coffee-body-photos._7 {
  background-image: url('../images/Usability-testing-123.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 560px;
  margin-bottom: 0;
}

.coffee-body-photos._8 {
  justify-content: space-between;
  align-self: center;
  width: 100%;
  max-width: 90%;
  height: 330px;
  margin-bottom: 100px;
  display: flex;
}

.coffee-body-photos._9 {
  background-image: url('../images/Design-documentation.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: none;
  height: 630px;
  margin-top: 0;
  margin-bottom: 100px;
}

.coffee-body-photos._10 {
  box-shadow: none;
  opacity: 1;
  background-image: url('../images/Final-prototype.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #000;
  width: 100%;
  max-width: none;
  height: 3120px;
  margin-top: 0;
  margin-bottom: 100px;
  transform: none;
}

._1000-dots {
  width: 660px;
  height: 850px;
}

._1000-dots._1 {
  text-align: left;
  background-image: url('../images/UT-BCG-top-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: auto;
  height: 300px;
  margin-bottom: 140px;
}

._1000-dots._2 {
  text-align: left;
  background-image: url('../images/the-real-story.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  align-self: auto;
  height: 400px;
  margin-bottom: 140px;
}

._1000-dots._1 {
  text-align: left;
  background-image: url('../images/1000-points-5gray-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: flex-start;
  width: 100%;
  min-width: auto;
  height: 450px;
  margin-top: 100px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

._1000-dots._4 {
  background-image: url('../images/Statistics.-Interviews.-Pain-points.-Affinity-map.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 740px;
  margin-bottom: 100px;
}

._1000-dots._5 {
  background-image: url('../images/Key-tasks-persona.-journey-map.-user-stories.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 1520px;
  margin-bottom: 100px;
}

._1000-dots._6 {
  background-image: url('../images/Four-flows-covering-most-curent-apps-issues.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 700px;
  margin-bottom: 100px;
}

._1000-dots._7 {
  background-image: url('../images/Usability-testing-123.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 560px;
  margin-bottom: 0;
}

._1000-dots._8 {
  justify-content: space-between;
  align-self: center;
  width: 100%;
  max-width: 90%;
  height: 330px;
  margin-bottom: 100px;
  display: flex;
}

._1000-dots._9 {
  background-image: url('../images/Design-documentation.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: none;
  height: 630px;
  margin-top: 0;
  margin-bottom: 100px;
}

._1000-dots._10 {
  box-shadow: none;
  opacity: 1;
  background-image: url('../images/Final-prototype.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #000;
  width: 100%;
  max-width: none;
  height: 3120px;
  margin-top: 0;
  margin-bottom: 100px;
  transform: none;
}

.wireflow-sketch {
  width: 660px;
  height: 850px;
}

.wireflow-sketch._1 {
  text-align: left;
  background-image: url('../images/UT-BCG-top-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: auto;
  height: 300px;
  margin-bottom: 140px;
}

.wireflow-sketch._2 {
  text-align: left;
  background-image: url('../images/the-real-story.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  align-self: auto;
  height: 400px;
  margin-bottom: 140px;
}

.wireflow-sketch._1 {
  text-align: left;
  background-image: url('../images/Wireflow2.GIF');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: flex-start;
  width: 190px;
  height: 280px;
  margin-top: 100px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.wireflow-sketch._4 {
  background-image: url('../images/Statistics.-Interviews.-Pain-points.-Affinity-map.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 740px;
  margin-bottom: 100px;
}

.wireflow-sketch._5 {
  background-image: url('../images/Key-tasks-persona.-journey-map.-user-stories.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 1520px;
  margin-bottom: 100px;
}

.wireflow-sketch._6 {
  background-image: url('../images/Four-flows-covering-most-curent-apps-issues.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 700px;
  margin-bottom: 100px;
}

.wireflow-sketch._7 {
  background-image: url('../images/Usability-testing-123.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 560px;
  margin-bottom: 0;
}

.wireflow-sketch._8 {
  justify-content: space-between;
  align-self: center;
  width: 100%;
  max-width: 90%;
  height: 330px;
  margin-bottom: 100px;
  display: flex;
}

.wireflow-sketch._9 {
  background-image: url('../images/Design-documentation.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: none;
  height: 630px;
  margin-top: 0;
  margin-bottom: 100px;
}

.wireflow-sketch._10 {
  box-shadow: none;
  opacity: 1;
  background-image: url('../images/Final-prototype.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #000;
  width: 100%;
  max-width: none;
  height: 3120px;
  margin-top: 0;
  margin-bottom: 100px;
  transform: none;
}

.coffee-body-660 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 660px;
  height: auto;
  margin: 40px 0 0;
  padding: 0;
  display: flex;
}

.product-visiom {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 660px;
  height: auto;
  margin: 100px 0;
  padding: 0;
  display: flex;
}

.coffee-research-wrap {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-width: 1500px;
  height: auto;
  margin: 100px 0 0;
  padding: 0;
  display: flex;
}

.coffee-research-wrap.final-prototype {
  width: 660px;
}

.coffee-research-wrap.final-prototype-screens {
  width: 100%;
  max-width: 100%;
}

.coffee-research-wrap._1 {
  margin-top: 0;
}

.outcomes {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 660px;
  height: auto;
  margin: 40px 0 140px;
  padding: 0;
  display: flex;
}

.outcomes._1 {
  margin-bottom: 0;
}

.benchmark-revised {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-width: 1500px;
  height: auto;
  margin: 40px 0 0;
  padding: 0;
  display: flex;
}

.benchmark-revised.final-prototype {
  width: 660px;
}

.benchmark-revised.final-prototype-screens {
  width: 100%;
  max-width: 100%;
}

.figma {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-width: 1500px;
  height: auto;
  margin: 40px 0 0;
  padding: 0;
  display: flex;
}

.figma.final-prototype {
  width: 660px;
  margin-bottom: 140px;
}

.figma.final-prototype-screens {
  width: 100%;
  max-width: 100%;
}

.lessons-learned {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 660px;
  height: auto;
  margin: 100px 0 140px;
  padding: 0;
  display: flex;
}

.lessons-learned._1 {
  margin-top: 0;
}

.bcg-top-usability-problems {
  width: 660px;
  height: 850px;
}

.bcg-top-usability-problems._1 {
  text-align: left;
  background-image: url('../images/UT-BCG-top-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
  width: 900px;
  height: 360px;
  margin-top: 100px;
  margin-bottom: 140px;
}

.bcg-top-usability-problems._2 {
  text-align: left;
  background-image: url('../images/the-real-story.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  align-self: auto;
  height: 360px;
  margin-bottom: 140px;
}

.bcg-top-usability-problems._3 {
  text-align: left;
  background-image: url('../images/Group-1171.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: auto;
  width: 720px;
  height: 733px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.bcg-top-usability-problems._4 {
  background-image: url('../images/Statistics.-Interviews.-Pain-points.-Affinity-map.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 740px;
  margin-bottom: 100px;
}

.bcg-top-usability-problems._5 {
  background-image: url('../images/Key-tasks-persona.-journey-map.-user-stories.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 1520px;
  margin-bottom: 100px;
}

.bcg-top-usability-problems._6 {
  background-image: url('../images/Four-flows-covering-most-curent-apps-issues.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 700px;
  margin-bottom: 100px;
}

.bcg-top-usability-problems._7 {
  background-image: url('../images/Usability-testing-123.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 560px;
  margin-bottom: 0;
}

.bcg-top-usability-problems._8 {
  justify-content: space-between;
  align-self: center;
  width: 100%;
  max-width: 90%;
  height: 330px;
  margin-bottom: 100px;
  display: flex;
}

.bcg-top-usability-problems._9 {
  background-image: url('../images/Design-documentation.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: none;
  height: 630px;
  margin-top: 0;
  margin-bottom: 100px;
}

.bcg-top-usability-problems._10 {
  box-shadow: none;
  opacity: 1;
  background-image: url('../images/Final-prototype.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #000;
  width: 100%;
  max-width: none;
  height: 3120px;
  margin-top: 0;
  margin-bottom: 100px;
  transform: none;
}

.product-vision {
  background-image: url('../images/review-1.png');
  background-position: -24px -28px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 660px;
  height: 190px;
}

.coffee-research {
  width: 660px;
  height: 850px;
}

.coffee-research._1 {
  text-align: left;
  background-image: url('../images/the-ideal-story.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: auto;
  height: 360px;
  margin-bottom: 140px;
}

.coffee-research._2 {
  text-align: left;
  background-image: url('../images/the-real-story.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  align-self: auto;
  height: 360px;
  margin-bottom: 140px;
}

.coffee-research._3 {
  text-align: left;
  background-image: url('../images/Group-1171.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: auto;
  width: 720px;
  height: 733px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.coffee-research._1 {
  background-image: url('../images/Group-1186.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1024px;
  height: 570px;
  margin-top: 0;
  margin-bottom: 0;
}

.coffee-research._5 {
  background-image: url('../images/Key-tasks-persona.-journey-map.-user-stories.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 1520px;
  margin-bottom: 100px;
}

.coffee-research._6 {
  background-image: url('../images/Four-flows-covering-most-curent-apps-issues.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 700px;
  margin-bottom: 100px;
}

.coffee-research._7 {
  background-image: url('../images/Usability-testing-123.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 560px;
  margin-bottom: 0;
}

.coffee-research._8 {
  justify-content: space-between;
  align-self: center;
  width: 100%;
  max-width: 90%;
  height: 330px;
  margin-bottom: 100px;
  display: flex;
}

.coffee-research._9 {
  background-image: url('../images/Design-documentation.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: none;
  height: 630px;
  margin-top: 0;
  margin-bottom: 100px;
}

.coffee-research._10 {
  box-shadow: none;
  opacity: 1;
  background-image: url('../images/Final-prototype.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #000;
  width: 100%;
  max-width: none;
  height: 3120px;
  margin-top: 0;
  margin-bottom: 100px;
  transform: none;
}

.personas-key-tasks-pain-points {
  width: 660px;
  height: 850px;
}

.personas-key-tasks-pain-points._1 {
  text-align: left;
  background-image: url('../images/the-ideal-story.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: auto;
  height: 360px;
  margin-bottom: 140px;
}

.personas-key-tasks-pain-points._2 {
  text-align: left;
  background-image: url('../images/the-real-story.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  align-self: auto;
  height: 360px;
  margin-bottom: 140px;
}

.personas-key-tasks-pain-points._3 {
  text-align: left;
  background-image: url('../images/Group-1171.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: auto;
  width: 720px;
  height: 733px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.personas-key-tasks-pain-points._1 {
  background-image: url('../images/Group-1187.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1024px;
  height: 1010px;
  margin-bottom: 220px;
}

.personas-key-tasks-pain-points._5 {
  background-image: url('../images/Key-tasks-persona.-journey-map.-user-stories.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 1520px;
  margin-bottom: 100px;
}

.personas-key-tasks-pain-points._6 {
  background-image: url('../images/Four-flows-covering-most-curent-apps-issues.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 700px;
  margin-bottom: 100px;
}

.personas-key-tasks-pain-points._7 {
  background-image: url('../images/Usability-testing-123.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 560px;
  margin-bottom: 0;
}

.personas-key-tasks-pain-points._8 {
  justify-content: space-between;
  align-self: center;
  width: 100%;
  max-width: 90%;
  height: 330px;
  margin-bottom: 100px;
  display: flex;
}

.personas-key-tasks-pain-points._9 {
  background-image: url('../images/Design-documentation.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: none;
  height: 630px;
  margin-top: 0;
  margin-bottom: 100px;
}

.personas-key-tasks-pain-points._10 {
  box-shadow: none;
  opacity: 1;
  background-image: url('../images/Final-prototype.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #000;
  width: 100%;
  max-width: none;
  height: 3120px;
  margin-top: 0;
  margin-bottom: 100px;
  transform: none;
}

.h1-thirty {
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 30px;
}

.dfdafaf {
  text-align: left;
  align-self: flex-start;
  max-width: 736px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.dfdafaf.centred {
  text-align: center;
  align-self: center;
  width: 660px;
}

.dfdafaf.process {
  margin-top: 0;
}

.dfdafaf.role {
  margin-bottom: 140px;
}

.dfdafaf.medium-link {
  margin-top: 0;
}

.dfdafaf.ut {
  text-align: left;
  align-self: center;
  width: 660px;
  margin-top: 0;
}

.dfgsges {
  text-align: left;
  align-self: flex-start;
  max-width: 736px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.dfgsges.centred {
  text-align: center;
  align-self: center;
  width: 660px;
}

.dfgsges.process {
  margin-top: 0;
}

.dfgsges.role {
  margin-bottom: 140px;
}

.dfgsges.medium-link {
  margin-top: 0;
}

.dfgsges.ut {
  text-align: left;
  align-self: center;
  width: 660px;
  margin-top: 0;
}

.comparative-journey-maps {
  width: 660px;
  height: 850px;
}

.comparative-journey-maps._1 {
  text-align: left;
  background-image: url('../images/the-ideal-story.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: auto;
  height: 360px;
  margin-bottom: 140px;
}

.comparative-journey-maps._2 {
  text-align: left;
  background-image: url('../images/the-real-story.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  align-self: auto;
  height: 360px;
  margin-bottom: 140px;
}

.comparative-journey-maps._3 {
  text-align: left;
  background-image: url('../images/Group-1171.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: auto;
  width: 720px;
  height: 733px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.comparative-journey-maps._4 {
  background-image: url('../images/Statistics.-Interviews.-Pain-points.-Affinity-map.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 740px;
  margin-bottom: 100px;
}

.comparative-journey-maps._1 {
  background-image: url('../images/Group-1189.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1024px;
  height: 1300px;
  margin-bottom: 220px;
}

.comparative-journey-maps._6 {
  background-image: url('../images/Four-flows-covering-most-curent-apps-issues.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 700px;
  margin-bottom: 100px;
}

.comparative-journey-maps._7 {
  background-image: url('../images/Usability-testing-123.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 560px;
  margin-bottom: 0;
}

.comparative-journey-maps._8 {
  justify-content: space-between;
  align-self: center;
  width: 100%;
  max-width: 90%;
  height: 330px;
  margin-bottom: 100px;
  display: flex;
}

.comparative-journey-maps._9 {
  background-image: url('../images/Design-documentation.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: none;
  height: 630px;
  margin-top: 0;
  margin-bottom: 100px;
}

.comparative-journey-maps._10 {
  box-shadow: none;
  opacity: 1;
  background-image: url('../images/Final-prototype.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #000;
  width: 100%;
  max-width: none;
  height: 3120px;
  margin-top: 0;
  margin-bottom: 100px;
  transform: none;
}

.usability-testing {
  width: 660px;
  height: 850px;
}

.usability-testing._1 {
  text-align: left;
  background-image: url('../images/the-ideal-story.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: auto;
  height: 360px;
  margin-bottom: 140px;
}

.usability-testing._2 {
  text-align: left;
  background-image: url('../images/the-real-story.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  align-self: auto;
  height: 360px;
  margin-bottom: 140px;
}

.usability-testing._3 {
  text-align: left;
  background-image: url('../images/Group-1171.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: auto;
  width: 720px;
  height: 733px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.usability-testing._4 {
  background-image: url('../images/Statistics.-Interviews.-Pain-points.-Affinity-map.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 740px;
  margin-bottom: 100px;
}

.usability-testing._5 {
  background-image: url('../images/Key-tasks-persona.-journey-map.-user-stories.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 1520px;
  margin-bottom: 100px;
}

.usability-testing._6 {
  background-image: url('../images/Four-flows-covering-most-curent-apps-issues.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 700px;
  margin-bottom: 100px;
}

.usability-testing._1 {
  text-align: left;
  background-image: url('../images/Group-1190.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-self: center;
  width: 100%;
  max-width: 1024px;
  height: 2270px;
  margin-top: 60px;
  margin-bottom: 100px;
  display: block;
}

.usability-testing._8 {
  justify-content: space-between;
  align-self: center;
  width: 100%;
  max-width: 90%;
  height: 330px;
  margin-bottom: 100px;
  display: flex;
}

.usability-testing._9 {
  background-image: url('../images/Design-documentation.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: none;
  height: 630px;
  margin-top: 0;
  margin-bottom: 100px;
}

.usability-testing._10 {
  box-shadow: none;
  opacity: 1;
  background-image: url('../images/Final-prototype.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #000;
  width: 100%;
  max-width: none;
  height: 3120px;
  margin-top: 0;
  margin-bottom: 100px;
  transform: none;
}

.adasdad {
  width: 660px;
  height: 850px;
}

.adasdad._1 {
  text-align: left;
  background-image: url('../images/the-ideal-story.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: auto;
  height: 360px;
  margin-bottom: 140px;
}

.adasdad._2 {
  text-align: left;
  background-image: url('../images/the-real-story.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  align-self: auto;
  height: 360px;
  margin-bottom: 140px;
}

.adasdad._3 {
  text-align: left;
  background-image: url('../images/Group-1171.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: auto;
  width: 720px;
  height: 733px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.adasdad._4 {
  background-image: url('../images/Statistics.-Interviews.-Pain-points.-Affinity-map.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 740px;
  margin-bottom: 100px;
}

.adasdad._5 {
  background-image: url('../images/Key-tasks-persona.-journey-map.-user-stories.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 1520px;
  margin-bottom: 100px;
}

.adasdad._6 {
  background-image: url('../images/Four-flows-covering-most-curent-apps-issues.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 700px;
  margin-bottom: 100px;
}

.adasdad._7 {
  background-image: url('../images/Usability-testing-123.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 560px;
  margin-bottom: 0;
}

.adasdad._8 {
  justify-content: space-between;
  align-self: center;
  width: 100%;
  max-width: 90%;
  height: 330px;
  margin-bottom: 100px;
  display: flex;
}

.adasdad._9 {
  background-image: url('../images/Design-documentation.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: none;
  height: 630px;
  margin-top: 0;
  margin-bottom: 100px;
}

.adasdad._10 {
  box-shadow: none;
  opacity: 1;
  background-image: url('../images/Final-prototype.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #000;
  width: 100%;
  max-width: none;
  height: 3120px;
  margin-top: 0;
  margin-bottom: 100px;
  transform: none;
}

.benchmark {
  width: 660px;
  height: 850px;
}

.benchmark._1 {
  text-align: left;
  background-image: url('../images/the-ideal-story.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: auto;
  height: 360px;
  margin-bottom: 140px;
}

.benchmark._2 {
  text-align: left;
  background-image: url('../images/the-real-story.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  align-self: auto;
  height: 360px;
  margin-bottom: 140px;
}

.benchmark._3 {
  text-align: left;
  background-image: url('../images/Group-1171.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: auto;
  width: 720px;
  height: 733px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.benchmark._4 {
  background-image: url('../images/Statistics.-Interviews.-Pain-points.-Affinity-map.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 740px;
  margin-bottom: 100px;
}

.benchmark._5 {
  background-image: url('../images/Key-tasks-persona.-journey-map.-user-stories.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 1520px;
  margin-bottom: 100px;
}

.benchmark._6 {
  background-image: url('../images/Four-flows-covering-most-curent-apps-issues.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 700px;
  margin-bottom: 100px;
}

.benchmark._7 {
  background-image: url('../images/Usability-testing-123.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 560px;
  margin-bottom: 0;
}

.benchmark._8 {
  justify-content: space-between;
  align-self: center;
  width: 100%;
  max-width: 90%;
  height: 330px;
  margin-bottom: 100px;
  display: flex;
}

.benchmark._9 {
  background-image: url('../images/Design-documentation.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: none;
  height: 630px;
  margin-top: 0;
  margin-bottom: 100px;
}

.benchmark._2 {
  box-shadow: none;
  opacity: 1;
  background-image: url('../images/Final-screens.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0 #000;
  width: 100%;
  max-width: 1024px;
  height: 980px;
  max-height: 1803px;
  margin-top: 0;
  margin-bottom: 140px;
  transform: none;
}

.sgsdg-sfe {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-width: 1500px;
  height: auto;
  margin: 40px 0 0;
  padding: 0;
  display: flex;
}

.sgsdg-sfe.final-prototype {
  width: 660px;
}

.sgsdg-sfe.final-prototype-screens {
  width: 100%;
  max-width: 100%;
}

.benchmark-vs-bcg {
  width: 660px;
  height: 850px;
}

.benchmark-vs-bcg._1 {
  text-align: left;
  background-image: url('../images/the-ideal-story.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: auto;
  height: 360px;
  margin-bottom: 140px;
}

.benchmark-vs-bcg._2 {
  text-align: left;
  background-image: url('../images/the-real-story.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  align-self: auto;
  height: 360px;
  margin-bottom: 140px;
}

.benchmark-vs-bcg._3 {
  text-align: left;
  background-image: url('../images/Group-1171.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: auto;
  width: 720px;
  height: 733px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.benchmark-vs-bcg._4 {
  background-image: url('../images/Statistics.-Interviews.-Pain-points.-Affinity-map.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 740px;
  margin-bottom: 100px;
}

.benchmark-vs-bcg._5 {
  background-image: url('../images/Key-tasks-persona.-journey-map.-user-stories.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 1520px;
  margin-bottom: 100px;
}

.benchmark-vs-bcg._6 {
  background-image: url('../images/Four-flows-covering-most-curent-apps-issues.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 700px;
  margin-bottom: 100px;
}

.benchmark-vs-bcg._7 {
  background-image: url('../images/Usability-testing-123.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 560px;
  margin-bottom: 0;
}

.benchmark-vs-bcg._8 {
  justify-content: space-between;
  align-self: center;
  width: 100%;
  max-width: 90%;
  height: 330px;
  margin-bottom: 100px;
  display: flex;
}

.benchmark-vs-bcg._9 {
  background-image: url('../images/Design-documentation.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: none;
  height: 630px;
  margin-top: 0;
  margin-bottom: 100px;
}

.benchmark-vs-bcg._1 {
  box-shadow: none;
  opacity: 1;
  background-image: url('../images/BENCHMARK-3.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #000;
  width: 100%;
  max-width: 1024px;
  height: 1770px;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 140px;
  transform: none;
}

.research {
  width: 660px;
  height: 850px;
}

.research._1 {
  text-align: left;
  background-image: url('../images/BCG-research.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
  width: 100%;
  height: 1650px;
  margin-top: 100px;
  margin-bottom: 140px;
}

.research._2 {
  text-align: left;
  background-image: url('../images/the-real-story.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  align-self: auto;
  height: 360px;
  margin-bottom: 140px;
}

.research._3 {
  text-align: left;
  background-image: url('../images/Group-1171.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: auto;
  width: 720px;
  height: 733px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.research._4 {
  background-image: url('../images/Statistics.-Interviews.-Pain-points.-Affinity-map.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 740px;
  margin-bottom: 100px;
}

.research._5 {
  background-image: url('../images/Key-tasks-persona.-journey-map.-user-stories.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 1520px;
  margin-bottom: 100px;
}

.research._6 {
  background-image: url('../images/Four-flows-covering-most-curent-apps-issues.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 700px;
  margin-bottom: 100px;
}

.research._7 {
  background-image: url('../images/Usability-testing-123.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 560px;
  margin-bottom: 0;
}

.research._8 {
  justify-content: space-between;
  align-self: center;
  width: 100%;
  max-width: 90%;
  height: 330px;
  margin-bottom: 100px;
  display: flex;
}

.research._9 {
  background-image: url('../images/Design-documentation.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: none;
  height: 630px;
  margin-top: 0;
  margin-bottom: 100px;
}

.research._10 {
  box-shadow: none;
  opacity: 1;
  background-image: url('../images/Final-prototype.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #000;
  width: 100%;
  max-width: none;
  height: 3120px;
  margin-top: 0;
  margin-bottom: 100px;
  transform: none;
}

.prototype-wrapper {
  width: 360px;
  height: 640px;
  margin-bottom: 0;
}

.articles-heading {
  font-family: Muli, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.articles-heading.inter, .h3-inter {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.para-inter {
  margin-bottom: 60px;
  font-family: Inter, sans-serif;
}

.tag-inter {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.h4 {
  text-align: left;
  width: 50%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.h4.half {
  width: 100%;
}

.paragraph-on-project-preview-on-homepage {
  margin-top: 0;
  margin-bottom: 0;
}

.h3 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.h3.under-about-me {
  font-weight: 600;
}

.h3.under-about-me._20 {
  margin-top: 20px;
}

.h3.e {
  font-size: 19px;
}

.div-block-4 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.project-page---title---centred {
  text-align: center;
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.project-page---title---centred._75 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 75%;
  display: flex;
}

.project-page---title---centred._75.coffee {
  width: 70%;
}

.project-page---title---centred._75.product {
  width: 65%;
}

.project-page---title---centred._75.service {
  width: 70%;
}

.read-full-story {
  align-self: flex-start;
  margin-top: 40px;
}

.spacer-40px {
  align-self: flex-start;
  height: 40px;
}

.key-groups {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 660px;
  height: auto;
  margin: 100px 0;
  padding: 0;
  display: flex;
}

.task-design-wrap {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 660px;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

.brand-photos-wrap {
  width: 1024px;
  min-width: 990px;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.brand-photos-wrap.quest-bottom {
  margin-bottom: 0;
}

.brand-photos-wrap.quest-top-bottom {
  margin-top: 0;
}

.get-in-touch {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  min-width: auto;
  max-width: 50%;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.get-in-touch.pr1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 560px;
  height: 100%;
  display: flex;
}

.get-in-touch.pr1.projectpage {
  align-items: center;
}

.ut-paragraph-660 {
  width: 660px;
}

.top-menu-button {
  font-size: 21px;
  font-weight: 600;
  overflow: visible;
}

.spacer-mobile-menu, .spacer-mobile-menu.hide {
  width: 20px;
  height: 10px;
}

.portrait-photo {
  background-image: url('../images/MG-photo.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: none;
  align-self: flex-end;
  align-items: flex-start;
  width: 60%;
  max-width: none;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.portrait-photo.relative {
  position: relative;
}

.portrait-photo.center {
  text-align: center;
}

.portrait-photo.photo {
  background-image: url('../images/profile.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
}

.medium-link {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-clip: border-box;
  width: 75px;
  height: 44px;
}

.h1-16 {
  border-style: none;
  border-width: 2px 1px;
  border-color: black black var(--black);
  color: var(--black);
  text-align: left;
  border-radius: 0;
  flex: none;
  align-self: center;
  width: 660px;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.h1-16.text-under {
  border-bottom-color: var(--black);
  color: var(--black);
  margin-bottom: 0;
  padding-top: 10px;
}

.h1-16.no-underline {
  color: var(--black);
  border-style: none;
  border-width: 0;
  max-width: none;
  margin-bottom: 20px;
  font-weight: 800;
  text-decoration: overline;
}

.h1-16.no-underline.left {
  color: var(--black);
  text-decoration: none;
}

.h1-16.left {
  color: #0090ff;
  text-align: left;
  border-style: none;
  border-top-width: 0;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-weight: 900;
  text-decoration: underline;
}

.h1-16.links {
  text-align: center;
  max-width: none;
  text-decoration: underline;
}

.h1-16._1 {
  margin-bottom: 0;
}

.h1-18 {
  border-style: none;
  border-width: 2px 1px;
  border-color: black black var(--black);
  color: var(--black);
  text-align: left;
  border-radius: 0;
  flex: none;
  align-self: center;
  width: 660px;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}

.h1-18.text-under {
  border-bottom-color: var(--black);
  color: var(--black);
  margin-bottom: 0;
  padding-top: 10px;
}

.h1-18.no-underline {
  color: var(--black);
  border-style: none;
  border-width: 0;
  max-width: none;
  margin-bottom: 20px;
  font-weight: 800;
  text-decoration: overline;
}

.h1-18.no-underline.left {
  color: var(--black);
  text-decoration: none;
}

.h1-18.left {
  color: #0090ff;
  text-align: left;
  border-style: none;
  border-top-width: 0;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-weight: 900;
  text-decoration: underline;
}

.h1-18.links {
  text-align: center;
  max-width: none;
  text-decoration: underline;
}

.link-2 {
  font-weight: 700;
}

.smartpet-gif {
  flex-direction: row;
  width: 660px;
  height: 300px;
  display: flex;
}

.smartpet-gif._1, .smartpet-gif._1-copy {
  background-image: url('../images/1.gif');
  background-position: 0 0;
  background-size: contain;
  width: 165px;
}

.smartpet-body-wide-copy {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1500px;
  height: auto;
  margin: 40px 0 0;
  padding: 0;
  display: flex;
}

.smartpet-body-wide-copy.final-prototype {
  width: 660px;
}

.smartpet-body-wide-copy.final-prototype-screens {
  width: 100%;
  max-width: 100%;
}

.smartpet-gif1 {
  background-image: url('../images/1.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 165px;
  height: 300px;
}

.smartpet-gif2 {
  background-image: url('../images/2.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 165px;
  height: 300px;
}

.smartpet-gif3 {
  background-image: url('../images/3.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 165px;
  height: 300px;
}

.smartpet-gif4 {
  background-image: url('../images/4.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 165px;
  height: 300px;
}

.task-design {
  text-align: left;
  background-image: url('../images/BCG-task.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
  width: 460px;
  height: 200px;
  display: flex;
}

.comparative-time-on-task {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 300px;
  margin: 15px 0 60px;
  display: flex;
}

.gif {
  width: 50%;
  height: 300px;
}

.gif.bcg {
  background-image: url('../images/BCG.gif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 250px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
}

.gif.benchmark {
  text-align: left;
  background-image: url('../images/Benchmark.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  justify-content: center;
  width: 150px;
  height: 280px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.effectiveness {
  background-image: url('../images/BCG-comparative-effectiveness.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 210px;
  margin-bottom: 20px;
}

.ut-notes {
  background-image: url('../images/BCG-UT-notes.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 180px;
}

.benchmark-ui {
  background-image: url('../images/BCG-benchmark-sample-screens.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 260px;
}

.project-cover {
  text-align: center;
  background-image: url('../images/Branding-the-Customer-Journey-—-cover.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-self: center;
  width: 100%;
  min-width: auto;
  height: 500px;
  margin-top: 40px;
  display: flex;
}

.project-cover.untitled {
  background-image: url('../images/Untitled-dashboard-2.png');
  height: 410px;
  margin-bottom: 40px;
}

.project-cover.pm {
  background-image: url('../images/Dependencies-1.png');
  height: 130px;
}

.project-cover.default {
  background-color: var(--white);
  background-image: none;
  height: auto;
  margin-bottom: 40px;
}

.image-wrap {
  width: 660px;
  height: 850px;
}

.image-wrap._1 {
  text-align: left;
  background-image: url('../images/the-ideal-story.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: auto;
  height: 280px;
  margin-top: 40px;
  margin-bottom: 100px;
}

.image-wrap._2 {
  text-align: left;
  background-image: url('../images/the-real-story.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  align-self: auto;
  height: 280px;
  margin-top: 40px;
  margin-bottom: 100px;
}

.image-wrap._3 {
  text-align: left;
  background-image: url('../images/Group-1171.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: auto;
  width: 660px;
  height: 660px;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-wrap._4 {
  background-image: url('../images/SmartPet-Research-jpg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 1200px;
  min-height: 400px;
  margin-bottom: 100px;
}

.image-wrap._5 {
  background-image: url('../images/Key-tasks-persona.-journey-map.-user-stories.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 1050px;
  margin-bottom: 100px;
}

.image-wrap._6 {
  background-image: url('../images/Four-flows-covering-most-curent-apps-issues.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 430px;
  min-height: 300px;
  margin-bottom: 100px;
}

.image-wrap._7 {
  background-image: url('../images/Usability-testing-123.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 900px;
  height: auto;
  min-height: 350px;
  margin-bottom: 0;
  margin-right: 0;
}

.image-wrap._8 {
  justify-content: space-between;
  align-self: center;
  width: 100%;
  max-width: 900px;
  height: auto;
  min-height: 200px;
  margin-bottom: 100px;
  display: flex;
}

.image-wrap._9 {
  background-image: url('../images/Design-documentation.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 900px;
  height: auto;
  min-height: 400px;
  margin-top: 0;
  margin-bottom: 100px;
}

.image-wrap._10 {
  box-shadow: none;
  opacity: 1;
  background-image: url('../images/SmartPet-Final-screens-png-8.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0 #000;
  width: 900px;
  max-width: 1024px;
  height: 560px;
  min-height: auto;
  max-height: 2500px;
  margin-top: 0;
  margin-bottom: 100px;
  transform: none;
}

.image-wrap.prospect._1 {
  background-image: url('../images/Brand-inventory---Before.jpg');
  margin-bottom: 40px;
}

.image-wrap.prospect._2 {
  background-image: url('../images/Brand-Grammar-2.jpg');
  background-position: 50% 0;
  width: 900px;
  height: 430px;
  margin-top: 20px;
  margin-bottom: 0;
}

.image-wrap.prospect._3 {
  background-image: url('../images/Blog-Home-and-Template-—-Information-Architecture-—-Before-and-After.jpg');
  background-position: 50% 0;
  width: 960px;
  height: 800px;
  margin-top: 40px;
}

.image-wrap.prospect._4 {
  background-image: none;
  flex-direction: row;
  align-items: flex-start;
  width: 960px;
  max-width: none;
  height: auto;
  margin-top: 40px;
}

.image-wrap.prospect._5 {
  background-image: url('../images/Pricing-page-—-Before-and-After.jpg');
  width: 960px;
  max-width: none;
  height: 920px;
  min-height: auto;
  margin-bottom: 0;
}

.image-wrap.prospect._7 {
  background-image: url('../images/Blog-Home-and-Template-—-Information-Architecture-—-Before-and-After.jpg');
  background-position: 50% 0;
  width: 960px;
  max-width: none;
  height: 800px;
  min-height: auto;
  margin-top: 40px;
  margin-bottom: 0;
}

.image-wrap.prospect._6 {
  background-image: none;
  flex-direction: row;
  align-items: flex-start;
  width: 960px;
  max-width: none;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.image-wrap.prospect._77 {
  background-image: url('../images/Trial-—-Before-and-After.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 960px;
  max-width: none;
  height: 740px;
  min-height: auto;
  margin-bottom: 0;
}

.image-wrap.prospect._8 {
  background-image: url('../images/Automated-emails.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 960px;
  max-width: none;
  height: 870px;
  min-height: auto;
  margin-bottom: 0;
}

.image-wrap.untitled._1 {
  background-image: url('../images/Untitled-IA---Before-and-After.jpg');
  background-position: 50% 0;
  justify-content: center;
  width: 1080px;
  height: 440px;
  margin-bottom: 60px;
  display: block;
}

.image-wrap.untitled._2 {
  background-image: url('../images/Untitled-typography---Before-and-After.png');
  background-position: 0 0;
  background-size: contain;
  width: 760px;
  height: 400px;
  margin-bottom: 20px;
}

.image-wrap.untitled._3 {
  text-align: left;
  background-image: url('../images/Untitled-IxD-elements---Before-and-After.png');
  background-size: contain;
  justify-content: flex-start;
  width: 980px;
  height: 380px;
  margin-bottom: 0;
}

.image-wrap.untitled._4 {
  background-image: url('../images/Untitled-UI---Before-and-After.jpg');
  align-items: center;
  width: 1080px;
  max-width: none;
  height: 1080px;
  margin-bottom: 0;
}

.image-wrap.untitled._33 {
  text-align: left;
  background-image: url('../images/Untitled-IxD-elements---Before-and-After.png');
  background-size: contain;
  justify-content: flex-start;
  width: 980px;
  height: 380px;
  margin-bottom: 0;
}

.image-wrap.pm._1 {
  background-image: url('../images/Dependencies-2.jpg');
  background-position: 50% 0;
  width: 960px;
  height: 310px;
  margin-bottom: 40px;
}

.image-wrap.pm._3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: none;
  align-items: flex-start;
  height: 330px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
}

.image-wrap.pm._4 {
  background-image: url('../images/Dependencies-5.jpg');
  width: 800px;
  height: 890px;
  margin-top: 40px;
  margin-bottom: 0;
}

.image-wrap.pm._5 {
  background-image: url('../images/Dependencies-6.png');
  width: 600px;
  min-height: 380px;
  margin-bottom: 40px;
}

.body-66 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 660px;
  height: auto;
  margin: 40px 0 0;
  padding: 0;
  display: flex;
}

.body-66.solutions {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-7 {
  width: 50%;
  height: 100px;
}

.prospect-checklist {
  width: 50%;
  height: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

.prospect-checklist.before {
  background-image: url('../images/cp-checklist-before.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 330px;
}

.prospect-checklist.after {
  border: 1px solid var(--black);
  background-image: url('../images/Client-Portal-checklist.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 450px;
}

.header-section {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 40px 0 0;
  padding: 100px 0 0;
  display: flex;
}

.header-section.untitled {
  height: auto;
  margin-top: 0;
  padding-top: 76px;
  padding-bottom: 76px;
}

.header-section.visual {
  height: auto;
  margin-top: 0;
  padding-top: 76px;
  padding-bottom: 0;
}

.prospect-custom-portal {
  width: 50%;
  height: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

.prospect-custom-portal.before {
  background-image: url('../images/cp-checklist-before.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 330px;
}

.prospect-custom-portal.after {
  border: 1px solid var(--black);
  background-image: url('../images/Client-Portal-checklist.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 450px;
}

.prospect-custom-portal._1 {
  background-image: url('../images/CP-web.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
  width: 74%;
  height: 420px;
  margin-left: 10px;
  margin-right: 10px;
}

.prospect-custom-portal._2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/CP.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
}

.prospect-custom-portal._3 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Clinked-Custom-Portal—Mobile—gif.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 102% 102%;
  background-clip: border-box;
  border-radius: 19px;
  width: 13%;
  height: 260px;
  margin-left: 10px;
  margin-right: 10px;
}

.prospect-custom-portal._22 {
  background-image: url('../images/CP.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
  width: 12%;
  height: 417px;
  margin-left: 10px;
  margin-right: 10px;
}

.prospect-checklist-copy {
  width: 50%;
  height: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

.prospect-checklist-copy.before {
  background-image: url('../images/cp-checklist-before.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 330px;
}

.prospect-checklist-copy.after {
  border: 1px solid var(--black);
  background-image: url('../images/Client-Portal-checklist.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 450px;
}

.pm {
  width: 50%;
  height: 100px;
}

.pm.pm3-left {
  background-image: url('../images/Dependencies-3-gif.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 330px;
}

.pm.pm3-right {
  background-image: url('../images/Dependencies-4.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 330px;
}

.button-3 {
  text-align: center;
  background-color: #333;
  border: 3px solid #333;
  border-radius: 4px;
  min-width: auto;
  padding: 11px 20px 12px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 0 0 3px #333;
}

.mockup-hover-text-2 {
  color: #b7b4b9;
  letter-spacing: .03em;
  margin-right: 12px;
  font-weight: 600;
  display: inline-block;
}

.case-study-card {
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  flex: none;
  width: 360px;
  padding: 20px;
}

.card-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  margin: auto 0;
  display: flex;
}

.card-container.relative {
  position: relative;
}

.card-container.center {
  text-align: center;
}

.card-container.photo {
  background-image: url('../images/profile.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
}

.container {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1160px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1160px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: none;
}

.section.work {
  display: block;
}

.container-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1160px;
  min-width: auto;
  max-width: none;
  margin-top: 36px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.h4-opinion {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.h4-opinion.under-about-me {
  font-weight: 600;
}

.h4-opinion.under-about-me._20 {
  margin-top: 20px;
}

.h4-opinion.e {
  font-size: 19px;
}

.opinion-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  flex: none;
  width: auto;
  padding: 12px 16px;
  display: flex;
}

.div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  width: 1160px;
  display: flex;
}

.title-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: wrap;
  align-items: flex-start;
  width: 1160px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.title-wrap.centred {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
}

.opinions-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  align-items: flex-start;
  width: 1160px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.opinions-wrap.centred {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
}

.contact-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1160px;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.contact-wrap.centred {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
}

.portrait-photo-contact {
  box-sizing: border-box;
  object-fit: contain;
  transform-style: preserve-3d;
  background-image: url('../images/MG-photo.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  height: 530px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: none;
}

.portrait-photo-contact.relative {
  position: relative;
}

.portrait-photo-contact.center {
  text-align: center;
}

.portrait-photo-contact.photo {
  background-image: url('../images/profile.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
}

.portrait-contact-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: wrap;
  align-items: flex-start;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.portrait-contact-wrap.centred {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
}

.contact-copy-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: wrap;
  align-items: stretch;
  width: 50%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-copy-wrap.centred {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
}

.section-contact {
  background-image: linear-gradient(#fff, #efefef);
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
}

.section-padding {
  flex-flow: column;
  width: 100%;
  max-width: 1160px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-padding.xl {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-padding.l {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.context-card {
  grid-row-gap: 16px;
  background-color: #fff;
  border: .5px solid #000;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: 1160px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 32px 40px;
  text-decoration: none;
  display: flex;
}

.context-card.hero {
  margin-top: 60px;
  margin-bottom: 60px;
}

.context-card.hero.no-padding {
  border-style: none;
  padding: 0;
}

.context-card.space {
  max-width: none;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.h2 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
}

.row {
  grid-column-gap: 27px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.row-title {
  color: #37221c;
  text-align: left;
  flex: none;
  width: 160px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

.copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  text-indent: 0;
  white-space: normal;
  word-break: normal;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 25px;
  display: flex;
}

.project-content {
  text-align: center;
  justify-content: center;
  align-self: center;
  width: 100%;
  min-width: auto;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.project-content.untitled {
  background-image: url('../images/Untitled-dashboard-2.png');
  height: 410px;
  margin-bottom: 40px;
}

.project-content.pm {
  background-image: url('../images/Dependencies-1.png');
  height: 130px;
}

.project-content.default {
  background-color: #fff;
  background-image: none;
  height: 410px;
  margin-top: 0;
  margin-bottom: 0;
}

.project-content.embed {
  background-color: #fff;
  background-image: none;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.section-2 {
  width: 100%;
  max-width: 1160px;
}

.image-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-padding.embed {
  text-align: left;
  width: 100%;
  height: 100%;
  display: block;
}

.learned-wrap {
  display: flex;
}

.learned-content {
  width: 50%;
}

.image-3 {
  overflow: clip;
}

._21 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

._21.under-about-me {
  font-weight: 600;
}

._21.under-about-me._20 {
  margin-top: 20px;
}

._21.e {
  font-size: 19px;
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.div-block-10 {
  width: auto;
  height: auto;
}

.project-cover-copy {
  text-align: center;
  background-image: url('../images/Branding-the-Customer-Journey-—-cover.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-self: center;
  width: 100%;
  min-width: auto;
  height: 500px;
  margin-top: 40px;
  display: flex;
}

.project-cover-copy.untitled {
  background-image: url('../images/Untitled-dashboard-2.png');
  height: 410px;
  margin-bottom: 40px;
}

.project-cover-copy.pm {
  background-image: url('../images/Dependencies-1.png');
  height: 130px;
}

.project-cover-copy.default {
  background-color: var(--white);
  background-image: none;
  height: 410px;
  margin-bottom: 40px;
}

.code-embed {
  box-sizing: border-box;
  background-color: var(--white);
  object-fit: fill;
  border: 0 #242424;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 1160px;
  height: 640px;
  display: flex;
  overflow: clip;
}

.code-embed.smartpet {
  background-color: var(--white);
  border-style: none;
  border-width: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 1168px;
  height: 650px;
}

.section-image {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  margin-top: 0;
  padding-top: 40px;
  display: flex;
}

.section-image.untitled {
  background-image: url('../images/Untitled-dashboard-2.png');
  height: 410px;
  margin-bottom: 40px;
}

.section-image.pm {
  background-image: url('../images/Dependencies-1.png');
  height: 130px;
}

.section-image.default, .section-image.embed {
  background-color: #fff;
  background-image: none;
  height: 410px;
  margin-top: 0;
  margin-bottom: 0;
}

.images {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 1160px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.images.h {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: row;
}

.images.two {
  flex-flow: wrap;
}

.images.stack {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: wrap;
  align-content: stretch;
}

.images.stack.visual {
  flex-flow: wrap;
  width: auto;
}

.images.two-copy {
  flex-flow: row;
}

.images._6-2 {
  flex-flow: wrap;
}

.images._2-3 {
  align-items: flex-start;
  display: flex;
}

.images._1-3 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-span-2 {
  font-weight: 700;
  text-decoration: none;
}

.text-span-3 {
  text-decoration: underline;
}

.copyright-wrap {
  flex: none;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.copyright-wrap.xl {
  padding-top: 120px;
}

.div-block-13 {
  aspect-ratio: 1.75;
  background-color: #fff;
  width: 100%;
}

.image-wrapper {
  flex: none;
  width: 100%;
}

.image-wrapper._30 {
  width: 30%;
}

.image-wrapper._55 {
  width: 55%;
}

.image-wrapper._45 {
  width: 45%;
}

.image-wrapper._40 {
  width: 40.5%;
  height: auto;
}

.image-wrapper._20 {
  width: 15.5%;
  height: auto;
}

.image-wrapper._6-2 {
  width: 48%;
}

.image-wrapper._2-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.image-wrapper._2-3.gif {
  flex: none;
  width: auto;
  height: auto;
  display: flex;
}

.image-wrapper._4-2 {
  width: 48%;
}

.image-wrapper._1-3 {
  width: 50%;
}

.div-block-15 {
  flex: 0 auto;
}

.work-wrapper {
  width: 100%;
  max-width: 1160px;
}

.idea-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.idea-card {
  grid-row-gap: 16px;
  background-color: #f5e6e6;
  border: .5px solid #000;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 12px 20px 12px 16px;
  text-decoration: none;
  display: flex;
}

.idea-card.hero {
  margin-top: 40px;
  margin-bottom: 40px;
}

.idea-card.solution {
  background-color: #e7effc;
}

.row-idea {
  grid-column-gap: 27px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.more-work {
  width: 100%;
  max-width: 1160px;
  padding-top: 140px;
}

.link-block-5 {
  color: #000;
  text-decoration: none;
}

.work-card-link {
  color: var(--black);
  width: 31%;
  text-decoration: none;
}

.work-card-link.w--current {
  width: 31%;
}

.link-block-7, .link-block-8, .link-block-9 {
  color: #000;
  text-decoration: none;
}

.link-block-9.w--current {
  color: #000;
  text-align: left;
  text-decoration: none;
}

.link-block-10 {
  color: #000;
  text-decoration: none;
}

.image-7 {
  aspect-ratio: 1.75;
  object-fit: fill;
}

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

.image-8 {
  border: .5px solid #00000080;
  border-radius: 8px;
}

.image-9 {
  border: .5px solid #00000080;
  border-radius: 8px;
  width: auto;
  max-width: none;
  height: 309px;
}

.image-10 {
  border: .5px solid #00000080;
  border-radius: 8px;
  flex: 0 auto;
  width: auto;
  max-width: none;
  height: 309px;
}

.image-11 {
  border: .5px solid #00000080;
  border-radius: 8px;
}

._01-1-hero {
  width: auto;
  height: auto;
}

._01-1-images-hero-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .homepage-hello {
    border: 1px solid #0000;
    height: 92vh;
    overflow: clip;
  }

  .button {
    background-color: #333;
    border-color: #333;
    border-radius: 4px;
    padding: 12px 20px;
    box-shadow: 0 0 0 3px #333;
  }

  .navbar.brand {
    width: 65%;
    max-width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .left-column-project-description-homepage {
    flex: 1;
  }

  .imagewrap.skills {
    aspect-ratio: 1.77;
    object-fit: cover;
    min-height: auto;
    max-height: none;
  }

  .imagewrap.work._3-pm-research {
    background-image: url('../images/Dependencies-preview-2.png');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: contain;
  }

  .imagewrap.work._5-coffee {
    border-style: none;
    border-radius: 0;
  }

  .footer {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navbarcontainer.brand {
    width: 100%;
  }

  .home-projectpreview-section.smartpet, .home-projectpreview-section.branding-customer-journey, .home-projectpreview-section._1 {
    margin-top: 100px;
  }

  .hero {
    width: 65%;
    max-width: 80%;
  }

  .hero._100 {
    width: 100%;
  }

  ._0 {
    max-width: 65%;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .h1 {
    width: auto;
  }

  .h1._80--width-left-aligned._40px, .h1._80--width-left-aligned._40px.left {
    text-align: left;
  }

  .h1._40px-left-aligned.left {
    color: #00000080;
    text-align: left;
    margin-bottom: 60px;
    font-size: 30px;
    font-weight: 500;
    text-decoration: overline;
  }

  .h1._40px-left-aligned.left.related {
    color: #000;
    font-weight: 600;
    text-decoration: overline;
  }

  .h1._40px-left-aligned._21 {
    margin-bottom: 0;
    display: block;
  }

  .h1.centred {
    align-self: flex-start;
  }

  .h1.padding-40._30 {
    width: 80%;
  }

  .h1.padding-40._75-width {
    width: 80%;
    margin-bottom: 40px;
    display: block;
  }

  .paragraph.padding-40._75 {
    text-align: center;
    width: 80%;
  }

  .paragraph.padding-40._55 {
    text-align: center;
    width: 50%;
  }

  .paragraph._660 {
    width: 660px;
  }

  .paragraph._660._70-vert-padding.pet {
    width: 60%;
  }

  .paragraph.untitled.ia {
    margin-bottom: 0;
  }

  .button-style-wrap.hide {
    display: block;
  }

  .button-style {
    border: 1px solid #333;
    border-radius: 4px;
    box-shadow: 0 0 0 3px #333;
  }

  ._12 {
    background-image: url('../images/MG-photo_1.png');
  }

  .other-work-wrap {
    flex: none;
    width: 65%;
    padding-left: 0;
    padding-right: 0;
  }

  .other-workcontainer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    place-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .other-work {
    box-sizing: border-box;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    object-fit: fill;
    flex: none;
    justify-content: flex-end;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    overflow: visible;
  }

  .other-skills-column-spacer.off {
    display: none;
  }

  .footer-container {
    flex: 1;
  }

  .scroll-signifier {
    background-color: #0003;
  }

  .top {
    background-position: 50% 0;
  }

  .brand-print._1 {
    background-repeat: no-repeat;
    width: 100%;
    height: 800px;
  }

  .brand-print._2 {
    background-repeat: no-repeat;
    width: 100%;
    min-width: auto;
    height: 800px;
  }

  .brand-print._3 {
    width: auto;
    height: 800px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand-print._4 {
    width: 100%;
    height: 800px;
  }

  .brand-print._6 {
    width: 100%;
    min-width: 990px;
    height: 1970px;
  }

  .brand-print._7 {
    width: 100%;
    min-width: 990px;
    height: 800px;
  }

  .brand-print._8, .brand-print._9 {
    width: 100%;
    min-width: 990px;
  }

  .brand-print._11 {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 800px;
  }

  .brand-print._12 {
    background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX7.jpg');
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    height: 800px;
  }

  .brand-print._5 {
    background-image: url('../images/Quest-Partners-sketching-and-concept_1.png');
    width: 100%;
    height: 800px;
  }

  .samples-wrapper {
    width: 1300px;
  }

  .body-case-study {
    display: flex;
  }

  .photo._1 {
    background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX.jpg');
    width: 100%;
  }

  .photo._2 {
    background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX2.jpg');
    background-size: cover;
    width: 100%;
    height: 700px;
  }

  .photo._3 {
    background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX3.jpg');
    background-size: cover;
    width: 100%;
    height: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .photo._4 {
    background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX4.jpg');
    background-size: contain;
    width: 100%;
    height: 700px;
  }

  .web._3 {
    margin-top: 20px;
  }

  .web._4 {
    background-image: url('../images/Explore-brand.png');
    background-size: contain;
    height: 320px;
    margin-top: 0;
  }

  .smartpet-header-section {
    max-height: none;
  }

  .smartpet-header-drawing {
    background-image: url('../images/SmartPet-cover.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    min-width: auto;
    height: 400px;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .header-smartpet-ui-cover {
    background-position: 40%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40%;
    height: 800px;
    max-height: 800px;
  }

  .smartpet-body-660.results {
    margin-bottom: 60px;
  }

  .body-660 {
    align-items: center;
  }

  .body-660.prospect._2, .body-660.ia-ui._2, .body-660.untitled._2, .body-660.untitled._2 {
    max-width: 660px;
  }

  .smartpet-photos._3 {
    background-position: 0 0;
    background-size: contain;
    width: 100%;
    height: 660px;
    max-height: 660px;
  }

  .smartpet-photos._5, .smartpet-photos._6, .smartpet-photos._8, .smartpet-photos._9 {
    margin-bottom: 220px;
  }

  .smartpet-photos._10 {
    width: 100vw;
    max-width: 1600px;
    height: 800px;
    min-height: auto;
    max-height: 3120px;
    margin-bottom: 140px;
  }

  .smartpet-body-wide.final-prototype-screens {
    max-width: none;
    max-height: none;
  }

  .ut-gif {
    height: auto;
  }

  .scroll-signifier-before-footer {
    margin-top: 100px;
  }

  .figma-prototype-frame {
    height: auto;
  }

  .coffee-research-wrap {
    max-width: 1024px;
  }

  .outcomes {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .figma.final-prototype {
    margin-top: 140px;
  }

  .coffee-research._1 {
    height: 570px;
  }

  .personas-key-tasks-pain-points._1 {
    height: 1000px;
  }

  .comparative-journey-maps._1 {
    height: 1300px;
  }

  .usability-testing._1 {
    background-position: 50% 0;
    background-size: contain;
    align-self: center;
    max-width: 100%;
    height: 2270px;
  }

  .benchmark._2 {
    margin-bottom: 140px;
  }

  .prototype-wrapper {
    width: 360px;
    height: 640px;
  }

  .h4 {
    margin-bottom: 20px;
  }

  .h4._40px-padding {
    margin-bottom: 40px;
  }

  .h4.half {
    width: 100%;
  }

  .project-page---title---centred._75 {
    flex-flow: row;
    width: 70%;
  }

  .project-page---title---centred._75.service {
    width: 65%;
  }

  .brand-photos-wrap {
    width: 100%;
    max-width: 1260px;
  }

  .photo-wrap {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .portrait-photo {
    background-image: url('../images/MG-photo_1.png');
    width: 65%;
  }

  .smartpet-body-wide-copy.final-prototype-screens {
    max-width: none;
    max-height: none;
  }

  .comparative-time-on-task {
    height: 400px;
  }

  .project-cover {
    background-image: url('../images/Branding-the-Customer-Journey-—-cover.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 95%;
    min-width: auto;
    height: 700px;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .project-cover.untitled {
    background-image: url('../images/Untitled-dashboard-2.png');
    height: 480px;
    margin-bottom: 40px;
  }

  .project-cover.default {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .image-wrap._3 {
    background-position: 0 0;
    background-size: contain;
    width: 100%;
    height: 660px;
    max-height: 660px;
  }

  .image-wrap._5, .image-wrap._6, .image-wrap._8, .image-wrap._9 {
    margin-bottom: 220px;
  }

  .image-wrap._10 {
    width: 100vw;
    max-width: 1600px;
    height: 800px;
    min-height: auto;
    max-height: 3120px;
    margin-bottom: 140px;
  }

  .image-wrap.prospect._1 {
    background-position: 50% 0;
    width: 920px;
    height: 400px;
    display: flex;
  }

  .image-wrap.prospect._2 {
    width: 1190px;
    height: 570px;
  }

  .image-wrap.prospect._3, .image-wrap.prospect._7 {
    width: 1090px;
    height: 910px;
    max-height: 900000px;
    margin-bottom: 0;
  }

  .body-66.results {
    margin-bottom: 60px;
  }

  .header-section {
    max-height: none;
  }

  .button-3 {
    background-color: #333;
    border-color: #333;
    border-radius: 4px;
    padding: 12px 20px;
    box-shadow: 0 0 0 3px #333;
  }

  .case-study-card {
    width: 30%;
  }

  .section {
    width: 65%;
    max-width: none;
  }

  .opinion-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .title-wrap {
    width: 100%;
  }

  .title-wrap.centred {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .opinions-wrap {
    width: 100%;
  }

  .contact-wrap {
    width: 100%;
    max-width: none;
  }

  .portrait-photo-contact {
    background-image: url('../images/MG-photo_1.png');
    width: 100%;
    max-width: 1490px;
    height: 67vh;
    transform: none;
  }

  .portrait-contact-wrap {
    width: 55%;
  }

  .contact-copy-wrap {
    width: 45%;
  }

  .section-contact {
    background-image: none;
    width: 65%;
  }

  .section-padding {
    max-width: 65%;
  }

  .section-padding.xl {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-padding.l {
    max-width: 1160px;
  }

  .context-card {
    flex-flow: column;
    max-width: none;
  }

  .context-card.hero, .row {
    width: auto;
  }

  .project-content {
    background-image: url('../images/Branding-the-Customer-Journey-—-cover.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 95%;
    min-width: auto;
    height: 700px;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .project-content.untitled {
    background-image: url('../images/Untitled-dashboard-2.png');
    height: 480px;
    margin-bottom: 40px;
  }

  .project-content.default, .project-content.embed {
    width: 100%;
    height: 480px;
    margin-bottom: 40px;
  }

  .section-2 {
    width: 65%;
    max-width: none;
  }

  .image-padding.embed {
    width: auto;
    height: auto;
  }

  .div-block-10 {
    width: 100%;
  }

  .project-cover-copy {
    background-image: url('../images/Branding-the-Customer-Journey-—-cover.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 95%;
    min-width: auto;
    height: 700px;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .project-cover-copy.untitled {
    background-image: url('../images/Untitled-dashboard-2.png');
    height: 480px;
    margin-bottom: 40px;
  }

  .project-cover-copy.default {
    width: 100%;
    height: 480px;
    margin-bottom: 40px;
  }

  .code-embed {
    border-style: none;
    border-width: 0;
    border-radius: 0;
    width: 1162px;
    height: 640px;
  }

  .code-embed.smartpet {
    border-style: none;
    justify-content: center;
    align-items: center;
    width: 1168px;
    height: 650px;
  }

  .section-image {
    background-image: url('../images/Branding-the-Customer-Journey-—-cover.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 95%;
    min-width: auto;
    height: 700px;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .section-image.untitled {
    background-image: url('../images/Untitled-dashboard-2.png');
    height: 480px;
    margin-bottom: 40px;
  }

  .section-image.default, .section-image.embed {
    width: 100%;
    height: 480px;
    margin-bottom: 40px;
  }

  .images {
    flex-flow: column;
    max-width: none;
    padding-top: 40px;
  }

  .image-wrapper._40 {
    width: 37.7%;
  }

  .image-wrapper._20 {
    width: 14.5%;
  }

  .image-wrapper._2-2 {
    width: 100%;
    display: flex;
  }

  .image-wrapper._2-3 {
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .work-wrapper {
    width: 100%;
    max-width: none;
  }

  .idea-card {
    flex-flow: column;
    max-width: none;
  }

  .row-idea {
    width: auto;
  }

  .more-work {
    width: 65%;
    max-width: none;
  }

  .code-embed-2 {
    height: 110%;
  }

  ._01-1-hero {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .homepage-hello {
    margin-bottom: 60px;
  }

  ._3, .navbar, .navbar.brand {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo.inter {
    padding-right: 10px;
    font-size: 20px;
  }

  .nav-link.yellow-link.inter {
    margin-left: 10px;
  }

  .home-about-section {
    padding: 40px;
  }

  .project {
    flex-direction: column;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .left-column-project-description-homepage {
    flex: 1;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
  }

  .imagewrap {
    text-align: center;
    background-color: #0000;
    width: 50%;
    height: auto;
    margin-bottom: 60px;
  }

  .imagewrap.specialty {
    width: 40%;
  }

  .imagewrap.skills {
    justify-content: center;
    align-self: auto;
    height: auto;
    min-height: 160px;
    max-height: 200px;
    margin-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .imagewrap.skills.brand {
    background-position: 50%;
    height: 200px;
    padding-right: 0;
  }

  .imagewrap.skills.photography {
    background-position: 70%;
    background-repeat: no-repeat;
    height: 200px;
  }

  .imagewrap.skills.development {
    background-position: 50%;
  }

  .tag {
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .homepageprojectthumb.smartpet, .homepageprojectthumb.branding-customer-journey, .homepageprojectthumb._1, .homepageprojectthumb.smartpet-copy, .homepageprojectthumb.pmpm {
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .mockup-hover {
    display: none;
  }

  .right-column {
    width: 80%;
    max-width: none;
    margin-bottom: 20px;
  }

  .what-i-do {
    flex-direction: column;
    margin-bottom: 0;
  }

  .footer {
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .letsgetintouch {
    flex-direction: column;
    margin-bottom: 0;
  }

  .letsgetintouch.social {
    margin-bottom: 0;
  }

  .letsgetintouch.centred {
    align-self: auto;
    align-items: flex-start;
  }

  .header-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .homepageprojectcontainer {
    flex-direction: row;
    margin-bottom: 40px;
  }

  .home-projectpreview-section {
    padding: 40px;
  }

  .home-projectpreview-section.smartpet, .home-projectpreview-section.branding-customer-journey, .home-projectpreview-section._1 {
    margin-top: 140px;
    margin-bottom: 100px;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero {
    width: 100%;
  }

  .hero._60 {
    width: 80%;
  }

  .left-column-copy {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  ._0 {
    flex: none;
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    padding-right: 0;
  }

  .h1._80--width-left-aligned._40px {
    text-align: left;
    width: 80%;
    font-size: 40px;
  }

  .h1._40px-left-aligned._30px {
    font-size: 30px;
  }

  .h1._40px-left-aligned.left {
    text-align: left;
  }

  .h1._40px-left-aligned.left.related {
    margin-bottom: 40px;
    font-size: 21px;
    font-weight: 600;
    text-decoration: overline;
  }

  .h1._40px-left-aligned._21 {
    width: 100%;
  }

  .h1.centred {
    text-align: center;
    align-self: auto;
  }

  .paragraph {
    text-align: left;
  }

  .paragraph.centred {
    text-align: center;
  }

  .paragraph.centred._55--width {
    width: 80%;
  }

  .paragraph._660px-wide {
    align-self: flex-start;
  }

  .paragraph.padding-40._55 {
    width: 70%;
  }

  .paragraph.case {
    margin-right: 40px;
  }

  .paragraph._660._70-vert-padding {
    width: 75%;
  }

  .paragraph._660._70-vert-padding.coffee {
    width: 71%;
  }

  .paragraph._660._70-vert-padding.pet {
    width: 80%;
  }

  .button-style-wrap {
    margin-top: 10px;
  }

  ._12 {
    background-position: 7%;
    background-size: cover;
    width: 44%;
    margin-right: 0;
    overflow: visible;
  }

  .footer-spacer-for-social-icons {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
  }

  .social-icons-wrap {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .medium-in-wrap {
    margin-bottom: 20px;
  }

  .medium-in-wrap.centred {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .about-me-title-wrap {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .medium {
    margin-left: 0;
    margin-right: 0;
  }

  .in {
    width: 43px;
    margin-left: 20px;
  }

  .in.link {
    margin-left: 0;
  }

  .copyright-footer {
    flex-direction: column;
    margin-bottom: 20vh;
  }

  .copyright-footer.social {
    margin-top: 0;
  }

  .copyright-footer.social.centred {
    align-items: flex-start;
  }

  .other-work-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
  }

  .other-skills-thumb {
    height: auto;
  }

  .other-skills-thumb.brand {
    background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX4_1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .other-workcontainer {
    flex-flow: wrap;
    place-content: stretch flex-start;
    align-items: stretch;
    padding-left: 0;
  }

  .other-work {
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-bottom: 0;
  }

  .articles {
    margin-bottom: 40px;
    padding: 40px;
  }

  .scroll-signifier {
    align-self: center;
    margin-left: 0;
  }

  .scroll-signifier.centred {
    margin-left: 0;
  }

  .top {
    background-position: 50% -18%;
    background-size: cover;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    bottom: 20px;
    right: 20px;
  }

  .brand-print._1 {
    background-repeat: no-repeat;
    background-size: contain;
    align-self: center;
    align-items: center;
    width: 688px;
    min-width: auto;
    height: 458px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .brand-print._2 {
    background-repeat: no-repeat;
    background-size: contain;
    width: 688px;
    height: 458px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .brand-print._3 {
    background-size: contain;
    width: 688px;
    min-width: auto;
    height: 458px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 0;
  }

  .brand-print._4 {
    background-repeat: no-repeat;
    background-size: contain;
    width: 688px;
    min-width: auto;
    height: 458px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .brand-print._6 {
    background-position: 51%;
    background-size: contain;
    width: 688px;
    height: 1070px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .brand-print._7 {
    background-repeat: no-repeat;
    background-size: contain;
    width: 688px;
    height: 458px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .brand-print._8 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 688px;
    height: 280px;
    margin-top: 0;
    margin-bottom: 100px;
  }

  .brand-print._9 {
    background-repeat: no-repeat;
    background-size: contain;
    width: 688px;
    height: 458px;
    min-height: 460px;
    margin-top: 0;
    margin-bottom: 100px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .brand-print._11, .brand-print._12 {
    background-size: contain;
    width: 688px;
    height: 458px;
    margin-right: 0;
  }

  .brand-print._5 {
    width: 688px;
    height: 458px;
  }

  .photo._1, .photo._2, .photo._3, .photo._4 {
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 460px;
  }

  .brand-header-section {
    padding: 40px;
  }

  .web._3 {
    margin-top: 0;
  }

  .smartpet-header-section {
    background-repeat: no-repeat;
    padding: 40px 0;
  }

  .smartpet-header-drawing {
    background-position: 50% 0;
    background-size: contain;
  }

  .header-smartpet-ui-cover {
    background-position: 50%;
    background-size: cover;
  }

  .smartpet-body-660 {
    max-width: none;
    padding: 40px 40px 40px 80px;
  }

  .smartpet-body-660.solutions, .smartpet-body-660.results {
    padding-left: 80px;
  }

  .smartpet-photos._4 {
    width: 100%;
    height: 1000px;
    min-height: 330px;
  }

  .smartpet-photos._5 {
    width: 100%;
    height: auto;
    min-height: 900px;
  }

  .smartpet-photos._6 {
    width: 100%;
    height: auto;
    min-height: 420px;
  }

  .smartpet-photos._7 {
    width: 100%;
    height: auto;
    min-height: 270px;
  }

  .smartpet-photos._8 {
    width: 97%;
    max-width: none;
    height: auto;
    min-height: 140px;
  }

  .smartpet-photos._9 {
    width: 100%;
    height: auto;
    min-height: 290px;
    margin-bottom: 0;
  }

  .smartpet-photos._10 {
    width: 700px;
    height: 440px;
    min-height: auto;
    margin-bottom: 0;
  }

  .smartpet-body-wide {
    width: 100%;
    padding: 40px 40px 40px 80px;
  }

  .h1-21px {
    align-self: flex-start;
  }

  .h1-21px.left {
    width: auto;
  }

  .ut-gif {
    height: auto;
  }

  .scroll-signifier-before-footer {
    margin-top: 40px;
  }

  .figma-prototype-frame {
    height: auto;
    margin-bottom: 0;
  }

  .coffee-header-section {
    background-repeat: no-repeat;
    padding: 40px;
  }

  .coffee-header {
    width: 100%;
    height: 370px;
  }

  .coffee-body-660 {
    padding: 40px 0;
  }

  .product-visiom {
    align-self: flex-start;
    margin-top: 0;
    margin-left: 80px;
    margin-right: 40px;
    padding: 40px 0;
  }

  .coffee-research-wrap {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 40px 40px 80px;
  }

  .outcomes {
    max-width: none;
    margin-bottom: 100px;
    padding: 40px 40px 40px 80px;
  }

  .benchmark-revised {
    padding: 40px;
  }

  .benchmark-revised.final-prototype-screens {
    padding-left: 80px;
  }

  .figma {
    padding: 40px;
  }

  .figma.final-prototype {
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .lessons-learned {
    max-width: none;
    padding: 40px 40px 40px 80px;
  }

  .bcg-top-usability-problems._1 {
    width: 100%;
    height: 360px;
  }

  .coffee-research._1 {
    height: 380px;
  }

  .personas-key-tasks-pain-points._1 {
    background-position: 0 0;
    width: 100%;
    max-width: none;
    height: 680px;
  }

  .comparative-journey-maps._1 {
    height: 870px;
  }

  .usability-testing._1 {
    background-position: 0 0;
    height: 1530px;
    margin-bottom: 0;
  }

  .benchmark._2 {
    background-position: 0 0;
    height: 660px;
    max-height: none;
    margin-bottom: 0;
  }

  .sgsdg-sfe {
    padding: 40px;
  }

  .sgsdg-sfe.final-prototype-screens {
    padding-left: 80px;
  }

  .benchmark-vs-bcg._1 {
    height: 1170px;
    max-height: none;
    margin-bottom: 0;
  }

  .research._1 {
    background-size: contain;
    width: 100%;
    height: 1700px;
  }

  .h4 {
    width: 100%;
  }

  .h4._40px-padding {
    margin-bottom: 40px;
  }

  .h4.half {
    width: 100%;
  }

  .project-page---title---centred._75 {
    width: 100%;
    margin-bottom: 40px;
  }

  .project-page---title---centred._75.service {
    width: 100%;
  }

  .key-groups {
    max-width: none;
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
    padding: 40px 40px 40px 80px;
  }

  .task-design-wrap {
    margin-bottom: 0;
    padding: 40px 0;
  }

  .brand-photos-wrap {
    width: auto;
    min-width: auto;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .get-in-touch {
    width: 80%;
    min-width: auto;
    max-width: none;
    height: auto;
  }

  .photo-wrap {
    width: 100%;
  }

  .portrait-photo {
    background-position: 7%;
    background-size: cover;
    width: 55%;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .h1-16 {
    align-self: flex-start;
  }

  .h1-16.left {
    width: auto;
  }

  .h1-18 {
    align-self: flex-start;
  }

  .h1-18.left {
    width: auto;
  }

  .smartpet-body-wide-copy {
    width: 100%;
    padding: 40px 40px 40px 80px;
  }

  .project-cover {
    background-position: 50% 0;
    background-size: contain;
  }

  .project-cover.untitled {
    height: 240px;
  }

  .project-cover.default {
    height: auto;
  }

  .image-wrap._4 {
    width: 100%;
    height: 1000px;
    min-height: 330px;
  }

  .image-wrap._5 {
    width: 100%;
    height: auto;
    min-height: 900px;
  }

  .image-wrap._6 {
    width: 100%;
    height: auto;
    min-height: 420px;
  }

  .image-wrap._7 {
    width: 100%;
    height: auto;
    min-height: 270px;
  }

  .image-wrap._8 {
    width: 97%;
    max-width: none;
    height: auto;
    min-height: 140px;
  }

  .image-wrap._9 {
    width: 100%;
    height: auto;
    min-height: 290px;
    margin-bottom: 0;
  }

  .image-wrap._10 {
    width: 700px;
    height: 440px;
    min-height: auto;
    margin-bottom: 0;
  }

  .image-wrap.untitled._1 {
    width: 100%;
    height: 270px;
  }

  .image-wrap.untitled._2 {
    width: 100%;
  }

  .image-wrap.untitled._3 {
    width: 100%;
    height: 260px;
  }

  .image-wrap.untitled._4 {
    width: 100%;
    height: 670px;
  }

  .image-wrap.untitled._33 {
    width: 100%;
    height: 260px;
  }

  .image-wrap.pm._1 {
    width: 100%;
    height: 220px;
  }

  .body-66 {
    max-width: none;
    padding: 40px 40px 40px 80px;
  }

  .body-66.solutions, .body-66.results {
    padding-left: 80px;
  }

  .header-section {
    padding: 40px 0;
  }

  .header-section.untitled, .header-section.visual {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-container {
    flex-direction: row;
    margin-bottom: 0;
  }

  .section {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .h4-opinion {
    flex: 1;
  }

  .opinion-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: flex-start;
    padding-left: 12px;
    padding-right: 12px;
  }

  .title-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
  }

  .opinions-wrap {
    flex-flow: column;
    width: auto;
  }

  .contact-wrap {
    max-width: none;
  }

  .portrait-photo-contact {
    background-position: 7%;
    background-size: cover;
    width: 100%;
    margin-right: 0;
    overflow: visible;
  }

  .section-contact {
    padding-left: 40px;
  }

  .section-padding.xl {
    max-width: none;
    padding: 100px 40px;
  }

  .section-padding.l {
    max-width: none;
    padding: 40px;
  }

  .context-card {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    max-width: none;
    padding: 20px;
  }

  .row {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .row-title {
    text-align: left;
    width: 130px;
    line-height: 30px;
  }

  .copy {
    text-align: left;
    flex-flow: row;
    display: block;
  }

  .project-content {
    background-position: 50% 0;
    background-size: contain;
  }

  .project-content.untitled, .project-content.default, .project-content.embed {
    height: 240px;
  }

  .section-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-padding.embed {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .learned-wrap {
    flex-flow: column;
  }

  .learned-content {
    width: auto;
  }

  .project-cover-copy {
    background-position: 50% 0;
    background-size: contain;
  }

  .project-cover-copy.untitled, .project-cover-copy.default {
    height: 240px;
  }

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

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

  .code-embed.pdf {
    height: 512px;
  }

  .section-image {
    background-position: 50% 0;
    background-size: contain;
  }

  .section-image.untitled, .section-image.default, .section-image.embed {
    height: 240px;
  }

  .images {
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .images._1-3 {
    flex-flow: column;
  }

  .copyright-wrap {
    margin-bottom: 20px;
  }

  .copyright-wrap.xl {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-top: 60px;
  }

  .div-block-12 {
    width: 97%;
  }

  .image-wrapper {
    width: 100%;
  }

  .image-wrapper._30 {
    width: 28%;
  }

  .image-wrapper._40 {
    height: auto;
  }

  .image-wrapper._6-2 {
    width: 47%;
  }

  .image-wrapper._2-3 {
    flex-flow: row;
  }

  .image-wrapper._4-2 {
    width: 47%;
  }

  .image-wrapper._1-3 {
    order: -1;
    width: 100%;
  }

  .div-block-15 {
    width: 38.5%;
  }

  .work-wrapper {
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .idea-card {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    max-width: none;
    padding: 20px;
  }

  .row-idea {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .more-work {
    padding-left: 40px;
    padding-right: 40px;
  }

  .work-card-link, .work-card-link.w--current {
    width: 47%;
  }

  .code-embed-2 {
    height: 373px;
  }

  .image-9 {
    aspect-ratio: auto;
    object-fit: contain;
    height: 200px;
  }

  .image-10 {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  .homepage-hello {
    background-image: none;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-bottom: 40px;
  }

  ._3 {
    align-items: center;
    padding-top: 140px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .headline-wrap {
    max-width: 100%;
  }

  .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar.brand {
    margin-top: 0;
    display: flex;
  }

  .logo.light.inter, .logo.inter {
    margin-right: 0;
    padding-right: 0;
  }

  .nav-link.yellow-link.inter {
    margin-left: 0;
  }

  .scroll-wrapper {
    display: none;
  }

  .home-about-section {
    padding: 30px 40px;
  }

  .project {
    flex-direction: column-reverse;
  }

  .left-column-project-description-homepage {
    flex: 1;
    order: 1;
    width: 100%;
  }

  .imagewrap {
    flex: none;
    width: 100%;
    height: 240px;
  }

  .imagewrap.specialty {
    width: auto;
  }

  .imagewrap.skills {
    height: 160px;
    margin-bottom: 0;
  }

  .imagewrap.skills.brand, .imagewrap.skills.photography {
    height: 160px;
  }

  .imagewrap.skills.development {
    background-position: 50% 0;
    height: 160px;
  }

  .imagewrap.work._2-untitled {
    height: 160px;
    margin-bottom: 0;
  }

  .imagewrap.work._4-smartpet, .imagewrap.work._5-coffee {
    margin-bottom: 0;
  }

  .imagewrap.work._1-prospect.prospect {
    height: 0;
    margin-bottom: 0;
    display: block;
  }

  .right-column {
    width: 100%;
  }

  .development-heading {
    margin-top: 40px;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .letsgetintouch.centred {
    align-items: flex-start;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    padding-right: 20px;
  }

  .header-wrapper {
    align-items: center;
    padding-top: 140px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .homepageprojectcontainer {
    flex-direction: column;
  }

  .home-projectpreview-section {
    padding: 30px;
  }

  .home-projectpreview-section.smartpet, .home-projectpreview-section.branding-customer-journey, .home-projectpreview-section._1 {
    padding-left: 40px;
  }

  .hero {
    width: 100%;
    max-width: none;
  }

  .hero._60 {
    text-align: left;
    width: 100%;
  }

  ._0 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    height: auto;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  ._4 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: 310px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  ._5 {
    max-width: 100%;
  }

  .h1.padding-40._75-width {
    font-size: 40px;
  }

  .paragraph {
    width: 100%;
  }

  .paragraph.padding-40._55 {
    width: 90%;
  }

  .paragraph._660.centred {
    width: auto;
  }

  .paragraph._660._70-vert-padding, .paragraph._660._70-vert-padding.coffee {
    width: 100%;
  }

  ._12 {
    height: 450px;
    display: none;
  }

  .medium-in-wrap.centred {
    justify-content: flex-start;
    padding-top: 20px;
  }

  .medium {
    margin-left: 0;
  }

  .copyright-footer.social.centred {
    align-items: flex-start;
  }

  .other-work-wrap {
    align-self: auto;
    padding: 30px 40px;
  }

  .other-workcontainer {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .other-work {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .articles {
    padding: 30px 40px;
  }

  .brand-print._8 {
    height: 280px;
    margin-bottom: 0;
  }

  .brand-header-section, .smartpet-header-section {
    padding: 30px;
  }

  .smartpet-body-660 {
    max-width: none;
    padding: 30px 40px;
  }

  .smartpet-body-660.solutions, .smartpet-body-660.results {
    padding-left: 40px;
    padding-right: 40px;
  }

  .body-660 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .smartpet-photos._3 {
    padding-left: 0;
    padding-right: 0;
  }

  .smartpet-photos._10 {
    width: 100%;
  }

  .smartpet-body-wide {
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
    padding: 30px 40px;
  }

  .smartpet-body-wide.final-prototype {
    width: 100%;
  }

  .smartpet-body-wide.final-prototype-screens {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h1-21px {
    align-self: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-21px.left {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-21px.padding-40 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .coffee-header-section {
    padding: 30px;
  }

  .wireflow-sketch._1 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .coffee-body-660 {
    max-width: none;
    padding: 30px 40px;
  }

  .product-visiom {
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 40px;
  }

  .coffee-research-wrap, .outcomes {
    padding: 30px 40px;
  }

  .benchmark-revised {
    padding: 30px;
  }

  .benchmark-revised.final-prototype-screens {
    padding-left: 40px;
    padding-right: 40px;
  }

  .figma {
    padding: 30px;
  }

  .figma.final-prototype {
    width: 100%;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .lessons-learned {
    padding: 30px 40px;
  }

  .product-vision {
    background-position: 50%;
    background-size: contain;
    width: 100%;
  }

  .personas-key-tasks-pain-points._1 {
    height: 710px;
  }

  .sgsdg-sfe {
    padding: 30px;
  }

  .sgsdg-sfe.final-prototype-screens {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h4.half, .project-page---title---centred._75 {
    width: 100%;
  }

  .read-full-story {
    clear: none;
    text-align: left;
    width: 100%;
  }

  .key-groups {
    padding: 30px 40px;
  }

  .task-design-wrap {
    align-self: flex-start;
    align-items: center;
    max-width: none;
    padding: 30px 40px;
  }

  .get-in-touch {
    order: -1;
    width: 100%;
  }

  .ut-paragraph-660 {
    width: auto;
  }

  .top-menu-button {
    font-size: 20px;
  }

  .portrait-photo {
    height: 450px;
    display: none;
  }

  .h1-16 {
    align-self: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-16.left {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-16.padding-40 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-18 {
    align-self: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-18.left {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-18.padding-40 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .smartpet-gif {
    justify-content: center;
    width: 100%;
  }

  .smartpet-body-wide-copy {
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
    padding: 30px 40px;
  }

  .smartpet-body-wide-copy.final-prototype {
    width: 100%;
  }

  .smartpet-body-wide-copy.final-prototype-screens {
    padding-left: 40px;
    padding-right: 40px;
  }

  .smartpet-gif1, .smartpet-gif2, .smartpet-gif3, .smartpet-gif4 {
    background-repeat: no-repeat;
  }

  .image-wrap._3 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrap._10 {
    width: 100%;
  }

  .body-66 {
    max-width: none;
    padding: 30px 40px;
  }

  .body-66.solutions, .body-66.results {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-section {
    padding: 30px;
  }

  .card-container {
    flex-direction: column;
  }

  .section {
    max-width: none;
    padding-right: 20px;
  }

  .h4-opinion {
    text-align: left;
    flex: 1;
  }

  .opinion-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .opinions-wrap {
    width: 100%;
  }

  .contact-wrap {
    flex-flow: row;
    max-width: none;
  }

  .portrait-photo-contact {
    height: 370px;
    display: block;
  }

  .portrait-contact-wrap {
    width: 50%;
  }

  .contact-copy-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 58%;
  }

  .section-padding.xl {
    max-width: none;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-padding.l {
    max-width: none;
  }

  .row {
    flex-flow: column;
  }

  .section-2 {
    max-width: none;
  }

  .image-padding.embed {
    width: 100%;
  }

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

  .code-embed.pdf {
    height: 330px;
  }

  .images {
    max-width: none;
  }

  .images.stack {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .copyright-wrap.xl {
    justify-content: flex-start;
    padding-top: 0;
  }

  .image-4 {
    display: block;
  }

  .div-block-11 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-12 {
    object-fit: scale-down;
    width: 97%;
  }

  .image-5 {
    order: -1;
  }

  .image-6 {
    order: 1;
  }

  .image-wrapper._30 {
    width: 27%;
  }

  .image-wrapper._40 {
    align-self: flex-start;
    height: 260px;
  }

  .image-wrapper._2-3 {
    width: auto;
    height: auto;
  }

  .image-wrapper._4-2 {
    width: 46%;
  }

  .div-block-15 {
    width: 38.5%;
  }

  .work-wrapper {
    max-width: none;
  }

  .idea-wrapper {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .idea-card {
    margin-bottom: 0;
  }

  .row-idea {
    flex-flow: column;
  }

  .more-work {
    max-width: none;
  }

  .work-card-link, .work-card-link.w--current {
    width: 46%;
  }

  .code-embed-2 {
    height: 300px;
  }

  .image-9, .image-10 {
    height: 150px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 37px;
  }

  .homepage-hello {
    background-image: linear-gradient(#fff, #00000017 100%, #00000017);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding: 0;
    display: flex;
  }

  .about-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button {
    color: var(--white);
    background-color: #333;
    border-color: #333;
    border-radius: 4px;
    min-width: 30px;
    padding: 8px 20px;
    box-shadow: 0 0 0 3px #333;
  }

  ._3 {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading {
    margin-right: 8px;
  }

  .highlight-box {
    margin-right: 2px;
  }

  .headline-wrap {
    max-width: 300px;
  }

  .navbar {
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar.brand {
    flex-direction: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin: 0;
    padding: 0;
  }

  .logo.light.inter {
    margin-right: 0;
    padding-left: 0;
  }

  .logo.inter {
    margin-right: 10px;
    padding-right: 0;
  }

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

  .nav-link.yellow-link {
    text-align: right;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 50%;
    display: inline-block;
  }

  .nav-link.yellow-link.inter {
    width: auto;
    margin: 0;
    padding-right: 0;
    font-weight: 500;
  }

  .nav-link.yellow-link.inter.hide {
    display: block;
  }

  .nav-link.work {
    margin-right: 0;
  }

  .scroll-block {
    order: 1;
    align-self: flex-start;
    min-width: 40px;
    max-width: 25%;
    margin-top: 40px;
    display: none;
    top: 0;
  }

  .home-about-section {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0;
  }

  .left-column-project-description-homepage {
    text-align: left;
    flex-flow: row;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .imagewrap {
    width: auto;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .imagewrap.specialty {
    padding-left: 40px;
    padding-right: 40px;
  }

  .imagewrap.skills {
    height: 180px;
    margin-top: 0;
  }

  .imagewrap.skills.brand {
    height: 210px;
    margin-top: 10px;
  }

  .imagewrap.skills.photography {
    background-position: 100%;
    height: 210px;
    margin-top: 10px;
  }

  .imagewrap.skills.development {
    background-size: cover;
    height: 210px;
    margin-top: 10px;
  }

  .imagewrap.untitled, .imagewrap.pm {
    padding-left: 40px;
    padding-right: 40px;
  }

  .imagewrap.work._2-untitled {
    background-position: 0 0;
    background-size: contain;
    height: 180px;
    margin-top: 10px;
  }

  .imagewrap.work._3-pm-research, .imagewrap.work._4-smartpet {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 10px;
  }

  .imagewrap.work._5-coffee {
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 10px;
  }

  .imagewrap.work._1-prospect.prospect {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 10px;
  }

  .dots {
    width: 70px;
    display: none;
    bottom: -16px;
    left: -16px;
  }

  .homepageprojectthumb.smartpet, .homepageprojectthumb.branding-customer-journey, .homepageprojectthumb._1, .homepageprojectthumb.smartpet-copy, .homepageprojectthumb.pmpm {
    background-image: none;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .right-column {
    margin-bottom: 0;
    padding-top: 0;
  }

  .footer {
    margin-top: 40px;
  }

  .letsgetintouch.centred {
    margin-bottom: 0;
  }

  .copyright {
    position: relative;
  }

  .brand {
    margin-bottom: 16px;
  }

  .brand.w--current {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
    align-content: stretch;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-bottom: 16px;
    padding-right: 0;
  }

  .menu-button {
    flex-direction: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: auto;
    margin: 0;
    padding: 0;
    display: none;
    position: fixed;
    inset: 26px 30px auto auto;
  }

  .menu-button.w--open {
    background-color: var(--secondary);
  }

  .nav-menu {
    background-color: var(--secondary);
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    padding: 10px 20px 20px;
  }

  .nav-menu.brand {
    background-color: #0000;
    border: 1px solid #000;
    border-style: solid none;
    flex-direction: row;
    order: 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 5px;
    padding: 10px 0;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-2._16 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-2._16.about {
    margin-top: 0;
    margin-bottom: 0;
  }

  .header-wrapper {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    min-height: auto;
    padding: 16px;
  }

  .screen-image {
    margin-bottom: -260px;
  }

  .homepageprojectcontainer {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .navbarcontainer.brand {
    flex-direction: column;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .home-projectpreview-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-projectpreview-section.smartpet, .home-projectpreview-section.branding-customer-journey, .home-projectpreview-section._1 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero._60 {
    text-align: left;
    width: 100%;
  }

  ._0 {
    background-color: #0000;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  ._4 {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-left: 0;
  }

  ._5 {
    max-width: 300px;
    margin-bottom: 0;
  }

  .h1 {
    text-align: left;
    margin-right: 8px;
    font-size: 32px;
    line-height: 120%;
    display: block;
  }

  .h1._80--width-left-aligned._40px {
    clear: none;
    text-align: left;
    width: 100%;
    font-size: 30px;
  }

  .h1._40px-left-aligned {
    margin-bottom: 0;
    line-height: 120%;
  }

  .h1._40px-left-aligned._30px {
    line-height: 120%;
  }

  .h1._40px-left-aligned.left.related {
    margin-left: 40px;
  }

  .h1._40px-left-aligned._30 {
    order: -1;
    font-size: 20px;
  }

  .h1.padding-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h1.padding-40._30 {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .h1.padding-40._75-width {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }

  ._7 {
    margin-right: 2px;
  }

  .paragraph {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph._80-width {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph._80-width._14px {
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph.centred {
    text-align: left;
  }

  .paragraph.centred._55--width {
    text-align: left;
    align-self: auto;
    width: 100%;
  }

  .paragraph.centred._55--width.padding-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph._660px-wide {
    width: 100%;
  }

  .paragraph._14px {
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph.padding-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph.padding-40._75 {
    text-align: left;
    width: 100%;
    padding: 0;
  }

  .paragraph.padding-40._75.disclaimer {
    width: 90%;
  }

  .paragraph.padding-40._55 {
    text-align: left;
    width: 100%;
  }

  .paragraph._660.centred {
    width: auto;
  }

  .paragraph._660._70-vert-padding, .paragraph._660._70-vert-padding.pet {
    width: 100%;
  }

  .button-style-wrap {
    text-align: left;
    align-self: auto;
    width: 100%;
    margin-top: 0;
  }

  .button-style-wrap.hide, .button-style-wrap.hide.no-offset {
    display: none;
  }

  .button-style {
    border-radius: 4px;
    transform: translate(8px, 8px);
    box-shadow: 0 0 0 3px #333;
  }

  ._11 {
    margin-right: 8px;
  }

  .medium-in-wrap.centred {
    width: 100%;
    padding-top: 0;
  }

  .medium {
    height: 44px;
  }

  .in.link {
    margin-left: 0;
  }

  .other-work-wrap {
    margin-top: 100px;
    margin-bottom: 20px;
    padding: 0 40px;
  }

  .other-workcontainer {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .other-workcontainer._40-padding {
    margin-top: -40px;
  }

  .other-work {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .articles {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-container {
    margin-left: 0;
    margin-right: 0;
  }

  .scroll-signifier {
    color: var(--black);
    -webkit-text-fill-color: inherit;
    background-color: #0003;
    background-clip: border-box;
    height: 60px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .scroll-signifier.left {
    align-self: flex-start;
    margin-left: 40px;
  }

  .brand-print._1 {
    align-items: flex-start;
    width: auto;
    height: 240px;
  }

  .brand-print._2 {
    width: auto;
    min-width: auto;
    height: 240px;
  }

  .brand-print._3, .brand-print._4 {
    width: auto;
    height: 240px;
  }

  .brand-print._6 {
    background-position: 50% 100%;
    width: auto;
    height: 520px;
  }

  .brand-print._7 {
    width: auto;
    height: 240px;
  }

  .brand-print._8 {
    width: auto;
    height: 140px;
    margin-bottom: 0;
  }

  .brand-print._9 {
    width: 360px;
    height: 240px;
    margin-bottom: 0;
  }

  .brand-print._11 {
    background-repeat: no-repeat;
    width: auto;
    height: 240px;
  }

  .brand-print._12 {
    width: auto;
    height: 240px;
  }

  .brand-print._5 {
    width: auto;
    height: 170px;
    margin-top: 0;
  }

  .samples-wrapper {
    align-items: center;
    margin-bottom: 0;
    margin-left: 72px;
    margin-right: 72px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .photo._1 {
    background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX.jpg');
    width: 100%;
    height: 210px;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .photo._2 {
    background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX2.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 170px;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .photo._3 {
    background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX3.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 180px;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .photo._4 {
    background-image: url('../images/Marius-Grigore-Portfolio-pentru-UX4.jpg');
    background-position: 60% 0;
    background-size: cover;
    width: 100%;
    height: 240px;
    min-height: auto;
    margin-top: 0;
  }

  .brand-header-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .web._1 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    align-self: auto;
    width: 320px;
    height: 250px;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .web._2 {
    background-repeat: no-repeat;
    background-size: contain;
    width: 320px;
    height: 170px;
    margin-bottom: 0;
  }

  .web._3 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 360px;
    height: 320px;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .web._4 {
    background-size: contain;
    width: 360px;
    height: 240px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .web._1-1 {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    align-self: auto;
    width: 320px;
    height: 200px;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .web._2-2 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 320px;
    height: 220px;
    margin-bottom: 0;
  }

  .web._3-1 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 360px;
    height: 320px;
    margin-bottom: 0;
  }

  .web._4-1 {
    background-size: contain;
    width: 360px;
    height: 240px;
    margin-bottom: 0;
  }

  .smartpet-header-section {
    background-repeat: no-repeat;
    padding: 0;
  }

  .smartpet-header-drawing {
    background-image: url('../images/SmartPet-cover.png');
    background-repeat: no-repeat;
    background-size: contain;
    min-width: auto;
    min-height: 280px;
  }

  .header-smartpet-ui-cover {
    background-image: url('../images/SmartPet-home-project1-thumb-2.png');
    background-size: contain;
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .smartpet-body-660 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .smartpet-body-660.solutions {
    margin-top: 0;
    margin-bottom: 0;
  }

  .smartpet-body-660.results {
    margin-top: 0;
  }

  .body-660 {
    width: 100%;
  }

  .body-660.prospect._1, .body-660.prospect.attract {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .body-660.prospect._2 {
    width: 100%;
    margin-top: 40px;
    padding-top: 0;
  }

  .body-660.prospect._3 {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .body-660.prospect._5 {
    margin-top: 20px;
    padding-left: 0;
  }

  .body-660.ia-ui._1, .body-660.ia-ui.attract {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .body-660.ia-ui._2 {
    width: 100%;
    margin-top: 40px;
    padding-top: 0;
  }

  .body-660.ia-ui._3 {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .body-660.ia-ui._5 {
    margin-top: 20px;
    padding-left: 0;
  }

  .body-660.untitled {
    padding-left: 30px;
    padding-right: 30px;
  }

  .body-660.untitled._1, .body-660.untitled.attract {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .body-660.untitled._1, .body-660.untitled.attract {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .body-660.untitled._2 {
    width: 100%;
    margin-top: 40px;
    padding-top: 0;
  }

  .body-660.untitled._3 {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .body-660.untitled._5 {
    margin-top: 20px;
    padding-left: 0;
  }

  .smartpet-photos._1 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 100px;
    padding-left: 0;
  }

  .smartpet-photos._2 {
    background-size: contain;
    width: 100%;
    margin-bottom: 100px;
  }

  .smartpet-photos._3 {
    background-position: 100% 100%;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 520px;
    margin-top: 0;
    padding-left: 0;
  }

  .smartpet-photos._4 {
    background-position: 0 0;
    height: 500px;
    min-height: 160px;
    margin-bottom: 60px;
  }

  .smartpet-photos._5 {
    background-position: 0 0;
    min-height: 430px;
    margin-bottom: 60px;
  }

  .smartpet-photos._6 {
    background-position: 0 0;
    min-height: 210px;
    margin-bottom: 60px;
  }

  .smartpet-photos._7 {
    min-height: 130px;
  }

  .smartpet-photos._8 {
    min-height: 60px;
    margin-bottom: 60px;
  }

  .smartpet-photos._9 {
    background-position: 0 0;
    min-height: 140px;
  }

  .smartpet-photos._10 {
    border-radius: 0;
    width: 360px;
    height: 230px;
    display: block;
  }

  .casxcascas {
    background-size: contain;
    width: 100%;
    height: 220px;
  }

  .smartpet-body-wide {
    width: 100%;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .smartpet-body-wide.final-prototype {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .smartpet-body-wide.final-prototype-screens {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h1-21px {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 160%;
  }

  .h1-21px.padding-40, .h1-21px.proto {
    padding-left: 40px;
    padding-right: 40px;
  }

  .figma-prototype-frame {
    text-align: center;
    align-self: auto;
    width: 100%;
    height: 640px;
  }

  .coffee-header-section {
    background-repeat: no-repeat;
    padding: 0;
  }

  .coffee-header {
    background-position: 0%;
    background-size: contain;
    width: 100%;
    height: 100px;
  }

  ._1000-dots._1 {
    width: 100%;
    height: 330px;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .wireflow-sketch._1 {
    width: 100%;
    height: 280px;
    margin-top: 0;
    margin-bottom: 100px;
  }

  .coffee-body-660 {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .product-visiom {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .coffee-research-wrap {
    margin-top: 0;
    padding: 0 40px;
  }

  .outcomes {
    padding-left: 40px;
    padding-right: 40px;
  }

  .benchmark-revised {
    padding-left: 20px;
    padding-right: 20px;
  }

  .benchmark-revised.final-prototype-screens {
    margin-top: 0;
  }

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

  .figma.final-prototype {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .lessons-learned {
    margin-top: 0;
    margin-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .lessons-learned._1 {
    margin-bottom: 0;
  }

  .bcg-top-usability-problems._1 {
    background-position: 0 0;
    width: 100%;
    height: 180px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .product-vision {
    background-position: 50% 0;
    background-size: contain;
    width: 100%;
    height: 130px;
  }

  .coffee-research._1 {
    height: 210px;
  }

  .personas-key-tasks-pain-points._1 {
    height: 400px;
    margin-bottom: 0;
  }

  .comparative-journey-maps._1 {
    height: 510px;
    margin-bottom: 0;
  }

  .usability-testing._1 {
    background-position: 50% 0;
    height: 720px;
    max-height: 880px;
    margin-top: 20px;
  }

  .benchmark._2 {
    background-size: contain;
    height: 320px;
    margin-top: 20px;
  }

  .sgsdg-sfe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sgsdg-sfe.final-prototype-screens {
    margin-top: 0;
  }

  .benchmark-vs-bcg._1 {
    height: 570px;
    max-height: 750px;
    margin-top: 20px;
  }

  .research._1 {
    background-position: 50% 0;
    background-size: contain;
    height: 720px;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .prototype-wrapper {
    text-align: center;
    align-self: auto;
    width: 100%;
    height: 600px;
  }

  .h4 {
    order: -1;
    width: 100%;
    margin-bottom: 10px;
  }

  .h4.padding-40 {
    text-align: left;
    align-self: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .h4.half {
    width: 100%;
  }

  .paragraph-on-project-preview-on-homepage {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h3 {
    font-size: 20px;
  }

  .h3.under-about-me {
    margin-top: 20px;
  }

  .project-page---title---centred._75 {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
  }

  .key-groups {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .task-design-wrap {
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .task-design-wrap._1 {
    margin-top: 0;
  }

  .brand-photos-wrap {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .get-in-touch {
    order: 0;
  }

  .text-block {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 600;
    position: relative;
  }

  .div-block-5 {
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    display: none;
    position: fixed;
    inset: 40px 40px auto auto;
  }

  .photo-wrap {
    justify-content: center;
    align-self: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .top-menu-button {
    font-weight: 500;
    text-decoration: none;
  }

  .div-block-6 {
    width: 30px;
    height: 10px;
  }

  .spacer-mobile-menu {
    width: 20px;
    height: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .spacer-mobile-menu.hide {
    display: block;
  }

  .portrait-photo {
    background-position: 0 0;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    height: 240px;
    display: block;
  }

  .h1-16 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 160%;
  }

  .h1-16.padding-40, .h1-16.proto {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h1-18 {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 160%;
  }

  .h1-18.padding-40, .h1-18.proto {
    padding-left: 40px;
    padding-right: 40px;
  }

  .smartpet-gif {
    height: 200px;
  }

  .smartpet-body-wide-copy {
    width: 100%;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .smartpet-body-wide-copy.final-prototype {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .smartpet-body-wide-copy.final-prototype-screens {
    padding-left: 0;
    padding-right: 0;
  }

  .smartpet-gif1 {
    height: 200px;
  }

  .smartpet-gif2 {
    height: 210px;
  }

  .smartpet-gif3, .smartpet-gif4 {
    height: 200px;
  }

  .task-design {
    width: 100%;
    height: 100px;
  }

  .comparative-time-on-task {
    width: 100%;
    height: 300px;
  }

  .gif.bcg {
    height: 200px;
  }

  .gif.benchmark {
    background-position: 50%;
    height: 300px;
  }

  .effectiveness {
    height: 90px;
  }

  .ut-notes {
    height: 80px;
  }

  .benchmark-ui {
    height: 110px;
  }

  .project-cover {
    background-image: url('../images/Branding-the-Customer-Journey-—-cover.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    min-width: auto;
    height: 160px;
    min-height: auto;
  }

  .project-cover.untitled {
    background-position: 0 0;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .project-cover.pm {
    width: 100%;
    margin-top: 20px;
  }

  .project-cover.default {
    background-image: none;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-wrap._1 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 100px;
    padding-left: 0;
  }

  .image-wrap._2 {
    background-size: contain;
    width: 100%;
    margin-bottom: 100px;
  }

  .image-wrap._3 {
    background-position: 100% 100%;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 520px;
    margin-top: 0;
    padding-left: 0;
  }

  .image-wrap._4 {
    background-position: 0 0;
    height: 500px;
    min-height: 160px;
    margin-bottom: 60px;
  }

  .image-wrap._5 {
    background-position: 0 0;
    min-height: 430px;
    margin-bottom: 60px;
  }

  .image-wrap._6 {
    background-position: 0 0;
    min-height: 210px;
    margin-bottom: 60px;
  }

  .image-wrap._7 {
    min-height: 130px;
  }

  .image-wrap._8 {
    min-height: 60px;
    margin-bottom: 60px;
  }

  .image-wrap._9 {
    background-position: 0 0;
    min-height: 140px;
  }

  .image-wrap._10 {
    border-radius: 0;
    width: 360px;
    height: 230px;
    display: block;
  }

  .image-wrap.prospect._1 {
    background-position: 50% 0;
    height: 140px;
  }

  .image-wrap.prospect._2 {
    width: 100%;
    height: 160px;
  }

  .image-wrap.prospect._3 {
    width: 100%;
    height: 270px;
    margin-bottom: 20px;
  }

  .image-wrap.prospect._4 {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }

  .image-wrap.prospect._5 {
    background-position: 50% 0;
    width: 100%;
    height: 270px;
  }

  .image-wrap.prospect._6 {
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
  }

  .image-wrap.prospect._77 {
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
  }

  .image-wrap.prospect._8 {
    width: 100%;
    height: 240px;
    margin-bottom: 30px;
  }

  .image-wrap.untitled._1 {
    height: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-wrap.untitled._2 {
    height: 190px;
    margin-top: 20px;
  }

  .image-wrap.untitled._3 {
    height: 160px;
  }

  .image-wrap.untitled._4 {
    height: 360px;
  }

  .image-wrap.untitled._33 {
    height: 160px;
  }

  .image-wrap.pm._1 {
    background-position: 0 0;
    height: 130px;
    margin-top: 20px;
  }

  .image-wrap.pm._3 {
    flex-direction: column;
    height: auto;
  }

  .image-wrap.pm._4 {
    height: 410px;
    min-height: auto;
    margin-top: 20px;
  }

  .image-wrap.pm._5 {
    height: 220px;
    min-height: auto;
  }

  .body-66 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .body-66.solutions {
    margin-top: 0;
    margin-bottom: 0;
  }

  .body-66.results {
    margin-top: 0;
  }

  .prospect-checklist.before {
    background-position: 0 0;
    border: 1px #000;
    width: 100%;
    height: 210px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .prospect-checklist.after {
    outline-offset: 0px;
    border-style: none;
    outline: 3px #000;
    width: 100%;
    height: 242px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .header-section {
    padding: 0;
  }

  .header-section.untitled, .header-section.visual {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .prospect-custom-portal._1 {
    background-position: 50% 0;
    width: 70%;
    height: 120px;
    margin-left: 0;
    margin-right: 0;
  }

  .prospect-custom-portal._3 {
    border-radius: 12px;
    width: 100px;
    height: 210px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .prospect-custom-portal._22 {
    height: 120px;
    display: none;
  }

  .image-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pm.pm3-left {
    width: 100%;
    height: 340px;
  }

  .pm.pm3-right {
    width: 100%;
    height: 310px;
  }

  .button-3 {
    color: #fff;
    background-color: #333;
    border-color: #333;
    border-radius: 4px;
    min-width: 30px;
    padding: 8px 20px;
    box-shadow: 0 0 0 3px #333;
  }

  .card-container {
    flex-flow: row;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h4-opinion {
    box-sizing: border-box;
    flex-flow: row;
    width: auto;
    font-size: 16px;
    display: flex;
    overflow: visible;
  }

  .h4-opinion.under-about-me {
    margin-top: 20px;
  }

  .opinion-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    padding-left: 12px;
    padding-right: 12px;
  }

  .opinions-wrap {
    flex-flow: column;
    width: auto;
  }

  .contact-wrap {
    flex-flow: column;
  }

  .portrait-photo-contact {
    background-position: 0 0;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    height: 320px;
    display: block;
  }

  .portrait-contact-wrap {
    width: 100%;
  }

  .contact-copy-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-right: 20px;
  }

  .section-contact {
    margin-top: 0;
    padding-left: 30px;
    position: relative;
  }

  .section-padding.xl {
    padding: 100px 30px;
  }

  .section-padding.l {
    padding-left: 30px;
    padding-right: 30px;
  }

  .context-card {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 20px 0;
  }

  .h2 {
    text-align: left;
    align-self: flex-start;
    font-size: 20px;
  }

  .row {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .row-title {
    text-align: left;
    width: auto;
  }

  .copy {
    font-size: 16px;
  }

  .project-content {
    background-image: url('../images/Branding-the-Customer-Journey-—-cover.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    min-width: auto;
    height: 160px;
    min-height: auto;
  }

  .project-content.untitled {
    background-position: 0 0;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .project-content.pm {
    width: 100%;
    margin-top: 20px;
  }

  .project-content.default, .project-content.embed {
    background-position: 0 0;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .learned-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  ._21 {
    font-size: 20px;
  }

  ._21.under-about-me {
    margin-top: 20px;
  }

  .div-block-9 {
    flex-flow: column;
  }

  .project-cover-copy {
    background-image: url('../images/Branding-the-Customer-Journey-—-cover.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    min-width: auto;
    height: 160px;
    min-height: auto;
  }

  .project-cover-copy.untitled {
    background-position: 0 0;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .project-cover-copy.pm {
    width: 100%;
    margin-top: 20px;
  }

  .project-cover-copy.default {
    background-position: 0 0;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .code-embed {
    height: 280px;
  }

  .code-embed.smartpet {
    height: 240px;
  }

  .code-embed.pdf {
    height: 260px;
  }

  .section-image {
    background-image: url('../images/Branding-the-Customer-Journey-—-cover.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    min-width: auto;
    height: 160px;
    min-height: auto;
  }

  .section-image.untitled {
    background-position: 0 0;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .section-image.default, .section-image.embed {
    background-position: 0 0;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .images {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .images.h, .images.two, .images.stack, .images.two-copy, .images._6-2 {
    flex-flow: column;
  }

  .copyright-wrap.xl {
    z-index: 999;
    width: auto;
    padding-top: 0;
    position: absolute;
    bottom: 20px;
    overflow: clip;
  }

  .image-4 {
    height: auto;
  }

  .image-wrapper, .image-wrapper._30, .image-wrapper._55, .image-wrapper._45 {
    width: 100%;
  }

  .image-wrapper._40 {
    width: 100%;
    height: auto;
  }

  .image-wrapper._20 {
    width: 40%;
  }

  .image-wrapper._6-2 {
    width: 100%;
  }

  .image-wrapper._2-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-wrapper._4-2 {
    width: 100%;
  }

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

  .work-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .idea-wrapper {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .idea-card {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 20px 0;
  }

  .row-idea {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .more-work {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .code-embed-2 {
    height: 440px;
  }

  .image-9, .image-10 {
    height: 84px;
  }

  ._01-1-images-hero-wrapper {
    flex-flow: column;
  }
}


