:root {
  --black: #111;
  --white: white;
  --dark-green: #042825;
  --light-green: #d5ded7;
  --light-blue: #d0dada;
  --rose: #cdf3c4;
  --pink-rose: #f8ebe9;
}

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

body {
  color: #333;
  letter-spacing: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 34px;
  font-size: 4.5em;
  font-weight: 500;
  line-height: 79px;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 52px;
  font-size: 4em;
  font-weight: 500;
  line-height: 80px;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.4em;
  font-weight: 500;
  line-height: 70px;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 50px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 32px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 28px;
}

p {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 1.4em;
  line-height: 38px;
}

a {
  color: #000;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  transition: opacity .2s;
}

a:hover {
  opacity: .55;
}

.styleguide-wrap {
  margin-bottom: 190px;
}

.styleguide-content {
  background-color: #fff;
  width: 900px;
  margin: 90px auto 117px;
}

.div-block {
  background-color: #ececec;
  height: 1px;
  margin-bottom: 13px;
}

.label {
  color: #afafaf;
  text-transform: uppercase;
  margin-top: 56px;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 29px;
}

.h4-semibold {
  color: var(--black);
  letter-spacing: 0;
  font-family: DM Sans, sans-serif;
  font-size: 3.8em;
  font-weight: 700;
  line-height: 64px;
}

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

.h1-big {
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 8.6em;
  font-weight: 400;
  line-height: 124px;
}

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

.h1-big.text-white.h1-about {
  text-transform: uppercase;
  max-width: 1200px;
  margin-top: 135px;
}

.subtext {
  font-family: DM Sans, sans-serif;
  font-size: 1.9em;
  line-height: 46px;
}

.subtext.text-white {
  color: var(--white);
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: stretch;
  margin: 72px auto 53px;
  font-size: 1.7em;
  line-height: 42px;
  display: block;
}

.subtext-2 {
  font-family: DM Sans, sans-serif;
  font-size: 1.4em;
  line-height: 35px;
}

.text-link {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 29px;
  text-decoration: none;
}

.text-link.nav-link {
  color: var(--white);
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4em;
  font-weight: 500;
  text-decoration: none;
}

.text-link.nav-link:hover {
  opacity: 1;
}

.text-link.nav-link.not-active {
  opacity: .65;
  color: var(--white);
  padding-left: 0;
  padding-right: 0;
}

.text-link.nav-link.not-active:hover {
  opacity: 1;
  color: var(--white);
}

.text-link.nav-link.not-active.work-nav-link:hover {
  color: var(--black);
}

.text-link.margin-top {
  margin-top: 32px;
}

.button {
  color: var(--white);
  text-align: center;
  background-color: #133f3b;
  max-width: 300px;
  margin-bottom: 0;
  padding: 33px 65px;
  font-family: DM Sans, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 20px;
  transition-property: background-color;
}

.button:hover {
  opacity: 1;
  background-color: #1c504b;
}

.button.secondary {
  color: #a4e8d7;
  background-color: #0f2422;
  font-size: 1.4em;
}

.button.secondary.show-mobile {
  display: none;
}

.button.secondary.hide-mobile {
  max-width: none;
}

.button.button-2 {
  color: var(--black);
  background-color: #b1eca3;
  font-weight: 500;
  transition-property: background-color;
}

.button.button-2:hover {
  background-color: #8fd37f;
}

.button.button-2.nav-button {
  padding: 20px 34px;
}

.button._404-button {
  margin-top: 33px;
}

.button.password-button {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button.nuvo {
  max-width: none;
  margin-top: 32px;
}

.button.long-button {
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-2 {
  opacity: 1;
  background-color: #fff;
  border: 0 #fff;
  height: 20px;
}

.header {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding-top: 65px;
  padding-bottom: 341px;
  display: block;
  position: relative;
}

.header.approach {
  height: auto;
  padding-top: 40px;
  padding-bottom: 200px;
}

.section {
  background-color: #0d312e;
  height: 100px;
}

.div-block-3 {
  width: 900px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.dark-green {
  background-color: var(--dark-green);
  width: 100%;
  height: 100px;
}

.balck {
  background-color: var(--black);
  width: 100%;
  height: 100px;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-areas: "."
                       "Area"
                       ".";
}

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

.light-green {
  background-color: var(--light-green);
  width: 100%;
  height: 100px;
}

.light-blue {
  background-color: var(--light-blue);
  width: 100%;
  height: 100px;
}

.rose {
  background-color: var(--rose);
  width: 100%;
  height: 100px;
}

.container {
  z-index: 1;
  max-width: 86%;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.container.container-centered {
  max-width: 86%;
}

.header-title {
  width: 100%;
  margin-bottom: 68px;
  padding-top: 100px;
}

.links {
  text-align: right;
  margin-top: 0;
  display: block;
}

.header-h1 {
  color: var(--white);
  text-transform: uppercase;
  max-width: 1000px;
}

.header-subtext {
  color: var(--white);
}

.header-subtext.subtext-2 {
  opacity: .7;
  width: 480px;
  margin-bottom: 0;
}

.approach {
  z-index: 2;
  color: var(--black);
  background-color: #0000;
  height: auto;
  padding-top: 140px;
  padding-bottom: 229px;
  position: static;
}

.work {
  opacity: 1;
  background-color: #0000;
  margin-bottom: 173px;
  padding-top: 0;
}

.bg-2 {
  z-index: -1;
  background-color: var(--black);
  opacity: 0;
  color: var(--black);
  position: fixed;
  inset: 0%;
}

.bg-1 {
  z-index: -1;
  background-color: var(--dark-green);
  position: fixed;
  inset: 0%;
}

.bg-3 {
  z-index: -1;
  background-color: var(--white);
  opacity: 0;
  color: var(--black);
  position: fixed;
  inset: 0%;
}

.approach-container {
  margin-top: 145px;
}

.image {
  margin-top: -43px;
  position: absolute;
  inset: 2% 0% auto auto;
}

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

.bg-alt {
  z-index: 0;
  background-color: var(--dark-green);
  opacity: 1;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

.footer {
  z-index: 1;
  background-color: var(--dark-green);
  text-align: center;
  padding-top: 130px;
  padding-bottom: 20px;
  position: static;
  overflow: hidden;
}

.footer.footer-about {
  margin-top: -55px;
  padding-top: 155px;
}

.h2-footer {
  color: var(--white);
  margin-bottom: 20px;
}

.p-footer {
  opacity: .9;
  color: var(--white);
  max-width: 700px;
  margin-bottom: 47px;
  margin-left: auto;
  margin-right: auto;
}

.footer-container {
  z-index: 1;
  text-align: center;
  max-width: 86%;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.footer-line {
  margin-bottom: -62px;
  margin-right: -91px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.copyright {
  z-index: 1;
  opacity: .9;
  color: var(--white);
  text-align: center;
  max-width: 90%;
  margin-top: 76px;
  margin-left: auto;
  margin-right: auto;
  font-size: .9em;
  position: relative;
}

.footer-links {
  margin-left: 22px;
  margin-right: 22px;
}

.div-block-9 {
  margin-top: 60px;
}

.bg-4 {
  z-index: -1;
  background-color: var(--white);
  opacity: 0;
  color: var(--black);
  position: fixed;
  inset: 0%;
}

.div-block-10 {
  position: relative;
}

.health-goals {
  background-color: #f4c497;
  align-items: center;
  height: 620px;
  transition-property: box-shadow;
  transition-duration: .3s;
  display: flex;
}

.health-goals:hover {
  opacity: 1;
  box-shadow: 0 12px 20px #00000014;
}

.health-goals.hide-on-mobile {
  background-image: url('../images/Health-goals-work-cover.png');
  background-position: 0%;
  background-size: cover;
  margin-bottom: 70px;
}

.health-goals.show-on-mobile {
  display: none;
}

.text-box {
  width: 380px;
  margin-left: 75px;
}

.text-box.dribbble-container {
  margin-top: 130px;
  margin-left: 0;
}

.work-paragraph {
  margin-bottom: 40px;
  font-size: 1.4em;
  line-height: 32px;
}

.work-paragraph.dribbble-paragraph {
  text-align: center;
}

.work-image {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.home-headings-2 {
  margin-bottom: 100px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  display: block;
}

.about-header {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding-top: 40px;
  padding-bottom: 280px;
  display: block;
  position: relative;
}

.h1-about-link {
  border-bottom: 6px solid var(--white);
  color: var(--white);
  font-style: italic;
}

.h1-about-link:hover {
  opacity: .8;
}

.about-content {
  padding-top: 140px;
  padding-bottom: 80px;
}

.about-content-box {
  padding-left: 72px;
  padding-right: 45px;
}

.about-h2 {
  margin-bottom: 43px;
}

.p-about-me {
  margin-bottom: 38px;
  font-size: 1.4em;
  line-height: 38px;
}

.about-content-link {
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
}

.about-desk {
  text-align: left;
  max-width: 250px;
  margin-right: -115px;
}

.column-3 {
  text-align: center;
}

.about-profile {
  z-index: 2;
  max-width: 310px;
  display: block;
  position: relative;
}

.about-bass {
  z-index: 1;
  max-width: 200px;
  margin-right: -184px;
  position: relative;
}

.image-9 {
  display: none;
}

.my-approach {
  background-color: var(--dark-green);
  padding: 139px 0 0 128px;
  overflow: visible;
}

.approach-h2 {
  color: var(--pink-rose);
}

.approach-box {
  background-color: var(--rose);
  border-radius: 32px 0 0 32px;
  margin-top: 60px;
  padding: 60px 60px 20px;
}

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

.approach-content-div {
  max-width: 390px;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 26px;
  padding-right: 26px;
}

.approach-paragraph {
  font-size: 1.4em;
  line-height: 30px;
}

.about-container {
  z-index: 1;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

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

.work-experience {
  background-color: var(--white);
  margin-top: -90px;
  padding-top: 224px;
  padding-bottom: 70px;
}

.work-row {
  margin-bottom: 56px;
}

.work-h3 {
  margin-bottom: 70px;
}

.work-p {
  font-size: 1.4em;
  line-height: 38px;
}

.expertise {
  z-index: 2;
  position: relative;
}

.expertise-container {
  background-color: var(--light-green);
  max-width: 93%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 60px 59px;
  display: block;
}

.expertise-container:hover {
  opacity: 1;
}

.expertise-h2 {
  margin-bottom: 30px;
}

.work-header {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding-top: 40px;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.work-nav-link {
  color: #000;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 29px;
  text-decoration: none;
}

.work-nav-link.nav-link {
  color: var(--black);
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
}

.work-nav-link.nav-link:hover {
  opacity: 1;
}

.work-nav-link.nav-link.not-active {
  opacity: .55;
  color: var(--black);
  padding-left: 0;
  padding-right: 0;
}

.work-nav-link.nav-link.not-active:hover {
  opacity: 1;
}

.work-h2 {
  max-width: 640px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.pink-rose {
  background-color: var(--pink-rose);
  width: 100%;
  height: 100px;
}

.data-sharing {
  background-color: #f4c497;
  align-items: center;
  height: 620px;
  transition-property: box-shadow;
  transition-duration: .3s;
  display: flex;
}

.data-sharing:hover {
  opacity: 1;
  box-shadow: 0 12px 20px #00000014;
}

.data-sharing.hide-on-mobile {
  background-image: url('../images/provider-data-sharing-background.png');
  background-position: 60%;
  background-size: cover;
  margin-bottom: 70px;
}

.data-sharing.show-on-mobile {
  display: none;
}

.work-intro {
  padding-top: 140px;
  padding-bottom: 170px;
}

.work-header-p {
  max-width: 490px;
  margin-top: 8px;
}

.header-logo {
  color: var(--white);
  margin-top: 14px;
}

.header-logo.work-logo {
  color: var(--black);
}

.columnn-padding.data-sharing-prototype {
  background-color: #f1bb87;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  overflow: hidden;
}

.columnn-padding.column-right {
  background-color: var(--dark-green);
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.columnn-padding.column-right.quickstart {
  align-items: stretch;
  height: auto;
}

.columnn-padding.report-box {
  background-color: #f1bb87;
  background-image: url('../images/report2.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  overflow: hidden;
}

.columnn-padding.health-goals-prototype {
  background-color: #cedbd1;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  overflow: hidden;
}

.columnn-padding.health-goals-prototype.quickstart-left {
  background-image: url('../images/Onboarding-checklist.jpg');
  background-position: 100% 0;
  background-size: cover;
  align-items: stretch;
  height: auto;
  display: flex;
}

.columnn-padding.health-goals-prototype.quickstart-left.gray-background {
  background-color: #f5f5f5;
  background-image: none;
}

.home-logo:hover {
  opacity: 1;
}

.expertise-image {
  position: absolute;
  inset: -15% 0% auto auto;
}

._404-header {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding-top: 40px;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

._404-h2 {
  max-width: 490px;
  margin-top: 49px;
  margin-bottom: 27px;
  line-height: 62px;
}

.work-page-intro {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding-top: 40px;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.data-sharing-hero {
  margin-top: 80px;
  margin-bottom: 60px;
}

.data-sharing-h4 {
  margin-bottom: 60px;
}

.data-sharing-header-column {
  border-top: 1px solid #000;
  padding-top: 10px;
}

.data-sharing-problem {
  margin-top: 80px;
}

.case-study-container {
  max-width: 800px;
}

.case-study-container.container-margin-top {
  margin-top: 75px;
}

.case-study-box {
  margin-bottom: 80px;
}

.case-study-box.margin-40 {
  margin-bottom: 40px;
}

.data-sharing-research {
  background-color: var(--light-green);
  padding-top: 70px;
  padding-bottom: 130px;
}

.case-study-quote {
  max-width: 90%;
  margin-top: -130px;
  margin-bottom: 70px;
}

.case-study-quote.centered {
  width: 100%;
}

.case-study-quote.centered.blockchain-personas {
  max-width: 950px;
}

.case-study-quote-mobile {
  display: none;
}

.case-study-quote-no-margin {
  max-width: 90%;
  margin-bottom: 70px;
}

.case-study-quote-no-margin.centered {
  width: 100%;
}

.case-study-quote-no-margin.centered.miro-board-quickstart {
  margin-bottom: 100px;
}

.case-study-quote-no-margin.centered.cloudkitchen {
  background-color: #fff;
  max-width: 844px;
  height: auto;
}

.case-study-quote-no-margin.centered.cloudkitchen:hover {
  box-shadow: none;
}

.case-study-quote-mobile-no-margin {
  display: none;
}

.data-sharing-wireframes {
  background-color: #f2f4f5;
  padding-top: 90px;
  padding-bottom: 20px;
}

.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.centered.image-responsive {
  max-width: 90%;
}

.centered.image-responsive.margin-bottom {
  max-width: 90%;
  margin-bottom: 80px;
}

.centered.case-study-quote-no-margin.process {
  margin-bottom: 120px;
}

.centered.case-study-quote-no-margin.blockchain-design {
  max-width: 70%;
}

.centered.participant-after-quote {
  margin-top: 80px;
  margin-bottom: 80px;
}

.centered.margin-bottom {
  margin-bottom: 80px;
}

.centered.margin-bottom.health-goals-insights {
  max-width: 600px;
}

.centered.health-goals-wireframes-image.image-responsive {
  margin-bottom: 62px;
  padding-top: 30px;
}

.centered.blockchain-wireframes {
  margin-bottom: 90px;
}

.centered.blockchain-design {
  max-width: 90%;
  margin-bottom: 100px;
}

.column-container-right {
  max-width: 600px;
  padding-left: 60px;
  padding-right: 60px;
}

.column-container-right.quickstart {
  padding-top: 91px;
  padding-bottom: 91px;
}

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

.image-15 {
  max-width: 348px;
  margin-top: 136px;
}

.case-study-quote-after {
  display: none;
}

.side-columns.margin-bottom {
  margin-bottom: 80px;
}

.health-goals-mvp-image {
  max-width: 310px;
  margin-top: 140px;
}

.health-goals-wireframes {
  background-color: #f2f4f5;
  margin-bottom: 90px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.heading-centered {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.heading-centered.margin-bottom-50 {
  margin-bottom: 50px;
}

.dribbble {
  background-color: #f4c497;
  align-items: center;
  height: 620px;
  transition-property: box-shadow;
  transition-duration: .3s;
  display: flex;
}

.dribbble:hover {
  opacity: 1;
  box-shadow: 0 12px 20px #00000014;
}

.dribbble.hide-on-mobile {
  background-color: #f2f2f2;
  background-image: url('../images/dribbble-background.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
}

.dribbble.show-on-mobile {
  display: none;
}

.dribbble-h4 {
  text-align: center;
}

.special-thanks {
  margin-top: 90px;
  font-size: 1.3em;
}

.work-label {
  letter-spacing: 2px;
  font-size: 1.3em;
  font-weight: 500;
}

.blockchain-components {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.blockchain-in-healthcare {
  background-color: #f4c497;
  align-items: center;
  height: 620px;
  transition-property: box-shadow;
  transition-duration: .3s;
  display: flex;
}

.blockchain-in-healthcare:hover {
  opacity: 1;
  box-shadow: 0 12px 20px #00000014;
}

.blockchain-in-healthcare.hide-on-mobile {
  background-image: url('../images/blockchain-background.png');
  background-position: 30%;
  background-size: cover;
  margin-bottom: 70px;
}

.blockchain-in-healthcare.show-on-mobile {
  display: none;
}

.innobook {
  background-color: #f4c497;
  align-items: center;
  height: 620px;
  transition-property: box-shadow;
  transition-duration: .3s;
  display: flex;
}

.innobook:hover {
  opacity: 1;
  box-shadow: 0 12px 20px #00000014;
}

.innobook.hide-on-mobile {
  background-image: url('../images/Innobook-cover.jpg');
  background-position: 45%;
  background-size: cover;
  margin-bottom: 70px;
}

.innobook.show-on-mobile {
  display: none;
}

.next-project {
  z-index: 2;
  position: relative;
}

.next-project-box {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 30px;
}

.next-project-h3 {
  margin-top: 0;
}

.next-project-container {
  background-color: var(--light-green);
  max-width: 93%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 60px 59px;
  transition-property: background-color;
  display: block;
}

.next-project-container:hover {
  opacity: 1;
  background-color: #c8d7cb;
}

.next-project-h5 {
  display: inline-block;
  position: relative;
}

.next-project-arrow {
  margin-top: -7px;
  margin-left: 15px;
}

.see-more-work-block {
  text-align: center;
  margin-top: 25px;
  position: relative;
}

.see-more-work-text {
  font-size: 2.8em;
  font-weight: 400;
  line-height: 60px;
  transition-property: all;
  display: inline-block;
}

.see-more-work-text:hover {
  opacity: 1;
  color: var(--dark-green);
}

.see-more-work-arrow {
  margin-top: -13px;
  margin-left: 12px;
}

.striketrhough {
  text-decoration: line-through;
}

.footer-second {
  z-index: 1;
  background-color: var(--dark-green);
  text-align: center;
  margin-top: -55px;
  padding-top: 185px;
  padding-bottom: 20px;
  position: static;
  overflow: hidden;
}

.footer-second.footer-about {
  margin-top: -55px;
  padding-top: 155px;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.quickstart-column-parent {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.quickstart-design-interaction {
  grid-template-areas: "Area";
  width: 90%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.grid-div {
  display: flex;
}

.quickstart-guide {
  background-color: #f4c497;
  align-items: center;
  height: 620px;
  transition-property: box-shadow;
  transition-duration: .3s;
  display: flex;
}

.quickstart-guide:hover {
  opacity: 1;
  box-shadow: 0 12px 20px #00000014;
}

.quickstart-guide.hide-on-mobile {
  background-image: url('../images/Quickstart-hero.jpg');
  background-position: 0 100%;
  background-size: cover;
  margin-bottom: 70px;
}

.quickstart-guide.show-on-mobile {
  display: none;
}

.health-goals-copy {
  background-color: #f4c497;
  align-items: center;
  height: 620px;
  transition-property: box-shadow;
  transition-duration: .3s;
  display: flex;
}

.health-goals-copy:hover {
  opacity: 1;
  box-shadow: 0 12px 20px #00000014;
}

.health-goals-copy.hide-on-mobile {
  background-image: url('../images/SMART-goals-background.png');
  background-position: 60% 100%;
  background-size: cover;
  margin-bottom: 70px;
}

.health-goals-copy.show-on-mobile {
  display: none;
}

.gif-best-practices {
  align-self: center;
  max-width: 450px;
  padding-left: 28px;
  padding-right: 28px;
}

.image-16 {
  border-top-right-radius: 10px;
  align-self: flex-end;
  width: 100%;
  max-width: 590px;
  position: absolute;
  bottom: 0;
  left: -80px;
  right: auto;
}

.locker {
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  max-width: 300px;
  height: 55px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.nuvo-wellness {
  margin-bottom: 130px;
}

.nuvo-wellness-work {
  background-color: #f4c497;
  align-items: center;
  height: 620px;
  transition-property: box-shadow;
  transition-duration: .3s;
  display: flex;
}

.nuvo-wellness-work:hover {
  opacity: 1;
  box-shadow: 0 12px 20px #00000014;
}

.nuvo-wellness-work.hide-on-mobile {
  background-image: url('../images/Nuvo-wellness-background.png');
  background-position: 0 100%;
  background-size: cover;
  margin-bottom: 70px;
}

.nuvo-wellness-work.hide-on-mobile.nuvo-home {
  background-position: 34% 80%;
}

.nuvo-wellness-work.show-on-mobile {
  display: none;
}

.nuvo-wellness-work-2 {
  background-color: #f4c497;
  align-items: center;
  height: 620px;
  transition-property: box-shadow;
  transition-duration: .3s;
  display: flex;
}

.nuvo-wellness-work-2:hover {
  opacity: 1;
  box-shadow: 0 12px 20px #00000014;
}

.nuvo-wellness-work-2.hide-on-mobile {
  background-image: url('../images/Quickstart-hero.jpg');
  background-position: 0 100%;
  background-size: cover;
  border-radius: 32px;
  margin-bottom: 70px;
}

.nuvo-wellness-work-2.show-on-mobile {
  display: none;
}

.risk-screener {
  background-color: #f4c497;
  align-items: center;
  height: 620px;
  transition-property: box-shadow;
  transition-duration: .3s;
  display: flex;
}

.risk-screener:hover {
  opacity: 1;
  box-shadow: 0 12px 20px #00000014;
}

.risk-screener.hide-on-mobile {
  background-image: url('../images/Risk-screener-background.png');
  background-position: 60% 100%;
  background-size: cover;
  margin-bottom: 70px;
}

.risk-screener.show-on-mobile {
  display: none;
}

.risk-screener-mobile {
  background-color: #f4c497;
  align-items: center;
  height: 620px;
  transition-property: box-shadow;
  transition-duration: .3s;
  display: flex;
}

.risk-screener-mobile:hover {
  opacity: 1;
  box-shadow: 0 12px 20px #00000014;
}

.risk-screener-mobile.hide-on-mobile {
  background-image: url('../images/Risk-screener-background.png');
  background-position: 60% 100%;
  background-size: cover;
  margin-bottom: 70px;
}

.risk-screener-mobile.show-on-mobile {
  display: none;
}

.title-with-icon {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 12px;
  display: inline-block;
}

.background-title {
  margin-bottom: 24px;
  display: flex;
}

.confidential {
  -webkit-text-stroke-color: var(--rose);
  background-color: #e7e7e7;
  border-radius: 12px;
  margin-bottom: 32px;
  padding: 4px 12px;
  font-size: .8em;
  display: block;
}

.cloudkitchen {
  background-color: #f4c497;
  align-items: center;
  height: 620px;
  transition-property: box-shadow;
  transition-duration: .3s;
  display: flex;
}

.cloudkitchen:hover {
  opacity: 1;
  box-shadow: 0 12px 20px #00000014;
}

.cloudkitchen.hide-on-mobile {
  background-image: url('../images/cloudkitchens-hero.jpg');
  background-position: 42%;
  background-size: cover;
  margin-bottom: 70px;
}

.cloudkitchen.show-on-mobile {
  display: none;
}

.quickstart-guide-copy {
  background-color: #f4c497;
  align-items: center;
  height: 620px;
  transition-property: box-shadow;
  transition-duration: .3s;
  display: flex;
}

.quickstart-guide-copy:hover {
  opacity: 1;
  box-shadow: 0 12px 20px #00000014;
}

.quickstart-guide-copy.hide-on-mobile {
  background-image: url('../images/Quickstart-hero.jpg');
  background-position: 0 100%;
  background-size: cover;
  margin-bottom: 70px;
}

.quickstart-guide-copy.show-on-mobile {
  display: none;
}

.cloudkitchens-hero-title {
  margin-bottom: 60px;
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 5.8em;
    line-height: 93px;
  }

  h2 {
    font-size: 5.5em;
  }

  h3 {
    font-size: 4.2em;
  }

  h4 {
    font-size: 3.5em;
    line-height: 58px;
  }

  p {
    line-height: 36px;
  }

  .h1-big.text-white.h1-about {
    font-style: normal;
  }

  .subtext {
    font-size: 1.9em;
  }

  .text-link.nav-link {
    color: var(--white);
    margin-right: 40px;
  }

  .text-link.nav-link:hover {
    opacity: 1;
  }

  .text-link.nav-link.not-active, .text-link.nav-link.not-active:hover {
    color: var(--white);
  }

  .text-link.nav-link.not-active.w--current, .text-link.nav-link.not-active.work-nav-link, .text-link.nav-link.work-nav-link {
    color: var(--black);
  }

  .button {
    max-width: 300px;
    transition-property: background-color;
    transition-duration: .4s;
  }

  .button.secondary {
    background-color: #0f2422;
    width: auto;
    padding-left: 66px;
    padding-right: 66px;
    transition-property: background-color;
    transition-duration: .4s;
  }

  .button.secondary:hover {
    background-color: #0b1d1b;
  }

  .button.secondary.hide-mobile.button-2 {
    background-color: #b1eca3;
  }

  .button.secondary.hide-mobile.button-2:hover {
    background-color: #94db84;
  }

  .button.button-2 {
    transition-duration: .4s;
  }

  .button.button-2.nav-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header.approach {
    padding-top: 26px;
  }

  .dark-green {
    background-color: #0b2b29;
  }

  .container.container-centered {
    max-width: 1250px;
  }

  .header-title {
    width: 100%;
    margin-top: 0;
    padding-top: 130px;
  }

  .links {
    margin-top: 0;
  }

  .header-h1 {
    max-width: 1280px;
    margin-top: 20px;
  }

  .header-subtext.subtext-2 {
    color: var(--white);
  }

  .work {
    margin-bottom: 200px;
    padding-bottom: 0;
  }

  .bg-2 {
    z-index: -1;
    opacity: 0;
  }

  .bg-3 {
    z-index: -1;
    background-color: var(--white);
    opacity: 0;
  }

  .bg-alt {
    z-index: 0;
  }

  .footer {
    z-index: 1;
    background-color: var(--dark-green);
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 20px;
    position: static;
  }

  .footer.footer-about {
    background-color: var(--dark-green);
  }

  .h2-footer {
    text-align: center;
    margin-bottom: 36px;
  }

  .p-footer {
    opacity: .9;
    text-align: center;
    margin-bottom: 47px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-2 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .footer-line {
    margin-bottom: -57px;
    inset: auto 0% 0% auto;
  }

  .copyright {
    margin-top: 85px;
    font-size: 1em;
  }

  .footer-links {
    margin-left: 22px;
    margin-right: 22px;
  }

  .image-5, .image-6, .image-7 {
    width: 26px;
  }

  .bg-4 {
    z-index: -1;
    background-color: var(--white);
    opacity: 0;
  }

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

  .health-goals {
    align-items: center;
    height: 690px;
    display: flex;
  }

  .health-goals.hide-on-mobile {
    background-color: var(--light-green);
    border-radius: 0;
  }

  .text-box {
    justify-content: flex-start;
    align-items: flex-end;
    width: 470px;
    margin-left: 90px;
  }

  .text-box.dribbble-container {
    width: 490px;
    margin-top: 150px;
  }

  .work-image {
    color: var(--black);
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .utility-page-wrap {
    padding-top: 120px;
  }

  .about-header {
    padding-top: 26px;
  }

  .about-content-box {
    padding-left: 100px;
    padding-right: 130px;
  }

  .p-about-me {
    margin-bottom: 44px;
  }

  .about-desk {
    max-width: 300px;
    margin-right: -115px;
    display: inline-block;
  }

  .about-profile {
    z-index: 2;
    max-width: 350px;
    display: block;
    position: relative;
  }

  .about-bass {
    max-width: 258px;
  }

  .approach-box {
    border-radius: 0;
    padding-top: 69px;
    padding-left: 90px;
    padding-right: 90px;
  }

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

  .work-row {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-11 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .expertise {
    margin-top: 35px;
  }

  .expertise-container {
    margin-left: auto;
    margin-right: auto;
    padding: 75px 85px 74px;
  }

  .expertise-h2 {
    margin-bottom: 50px;
  }

  .work-header {
    padding-top: 26px;
  }

  .work-nav-link.nav-link {
    margin-right: 40px;
  }

  .work-nav-link.nav-link:hover {
    opacity: 1;
  }

  .work-nav-link.nav-link.not-active {
    opacity: .55;
  }

  .work-h2 {
    max-width: 930px;
    line-height: 90px;
  }

  .data-sharing {
    align-items: center;
    height: 690px;
    display: flex;
  }

  .data-sharing.hide-on-mobile {
    border-radius: 0;
  }

  .work-header-p {
    margin-top: 30px;
  }

  .header-logo.work-logo {
    color: var(--black);
  }

  .columnn-padding {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .expertise-image {
    right: 5%;
  }

  ._404-header {
    padding-top: 26px;
  }

  ._404-h2 {
    max-width: 560px;
    margin-top: 42px;
    line-height: 81px;
  }

  ._404-image {
    max-width: 100%;
  }

  .work-page-intro {
    padding-top: 26px;
  }

  .case-study-container {
    max-width: 850px;
  }

  .centered.participant-after-quote {
    width: 100%;
  }

  .column-container-right {
    max-width: 680px;
  }

  .image-15 {
    max-width: 347px;
    margin-top: 140px;
  }

  .dribbble {
    align-items: center;
    height: 690px;
    display: flex;
  }

  .work-label {
    opacity: 1;
    margin-bottom: 20px;
  }

  .blockchain-components {
    display: block;
  }

  .blockchain-in-healthcare {
    align-items: center;
    height: 690px;
    display: flex;
  }

  .blockchain-in-healthcare.hide-on-mobile {
    border-radius: 2px;
  }

  .innobook {
    align-items: center;
    height: 690px;
    display: flex;
  }

  .innobook.hide-on-mobile {
    border-radius: 0;
  }

  .next-project {
    margin-top: 35px;
  }

  .next-project-container {
    margin-left: auto;
    margin-right: auto;
    padding: 75px 85px 88px;
  }

  .see-more-work-block {
    text-align: center;
  }

  .footer-second {
    z-index: 1;
    background-color: var(--dark-green);
    margin-top: -55px;
    padding-top: 185px;
    padding-bottom: 20px;
    position: static;
  }

  .footer-second.footer-about {
    background-color: var(--dark-green);
  }

  .utility-page-content {
    max-width: 680px;
  }

  .quickstart-column-parent {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .quickstart-guide {
    align-items: center;
    height: 690px;
    display: flex;
  }

  .quickstart-guide.hide-on-mobile {
    background-color: #e3e7e9;
    border-radius: 0;
  }

  .health-goals-copy {
    align-items: center;
    height: 690px;
    display: flex;
  }

  .health-goals-copy.hide-on-mobile {
    background-color: var(--light-green);
    background-position: 100% 100%;
    background-repeat: repeat-x;
    background-size: 90%;
  }

  .image-16 {
    max-width: 670px;
    bottom: -50px;
    left: 0;
    right: auto;
  }

  .heading {
    font-weight: 500;
  }

  .nuvo-wellness-work {
    align-items: center;
    height: 690px;
    display: flex;
  }

  .nuvo-wellness-work.hide-on-mobile {
    background-color: #e3e7e9;
    border-radius: 0;
  }

  .nuvo-wellness-work-2 {
    align-items: center;
    height: 690px;
    display: flex;
  }

  .nuvo-wellness-work-2.hide-on-mobile {
    background-color: #e3e7e9;
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: cover;
    border-radius: 0;
  }

  .risk-screener {
    align-items: center;
    height: 690px;
    display: flex;
  }

  .risk-screener.hide-on-mobile {
    background-color: var(--light-green);
    border-radius: 0;
  }

  .risk-screener-mobile {
    align-items: center;
    height: 690px;
    display: flex;
  }

  .risk-screener-mobile.hide-on-mobile {
    background-color: var(--light-green);
    background-position: 100% 100%;
    background-repeat: repeat-x;
    background-size: 90%;
    border-radius: 0;
  }

  .cloudkitchen {
    align-items: center;
    height: 690px;
    display: flex;
  }

  .cloudkitchen.hide-on-mobile {
    background-color: #e3e7e9;
    border-radius: 0;
  }

  .quickstart-guide-copy {
    align-items: center;
    height: 690px;
    display: flex;
  }

  .quickstart-guide-copy.hide-on-mobile {
    background-color: #e3e7e9;
    border-radius: 0;
  }
}

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

  h2 {
    font-size: 3.7em;
    line-height: 66px;
  }

  h3 {
    font-size: 3.2em;
    line-height: 54px;
  }

  h4 {
    line-height: 50px;
  }

  p {
    font-size: 1.2em;
    line-height: 30px;
  }

  .styleguide-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: hidden;
  }

  .styleguide-content {
    width: 100%;
  }

  .label {
    overflow: hidden;
  }

  .h4-semibold.text-white {
    font-size: 2.8em;
    line-height: 52px;
  }

  .h1-big {
    font-size: 6.5em;
    line-height: 99px;
  }

  .subtext.text-white {
    margin-top: 40px;
    font-size: 1.4em;
    line-height: 34px;
  }

  .text-link.nav-link {
    font-size: 1.3em;
  }

  .button.secondary.show-mobile {
    display: none;
  }

  .container, .container.container-centered {
    max-width: 90%;
  }

  .header-title {
    margin-top: 96px;
    padding-top: 0;
  }

  .links {
    text-align: left;
  }

  .header-subtext.subtext-2 {
    width: 420px;
    font-size: 1.4em;
    line-height: 34px;
  }

  .approach {
    overflow: hidden;
  }

  .approach-container {
    margin-top: 117px;
  }

  .image {
    top: -128px;
    right: -9%;
  }

  .body {
    overflow: visible;
  }

  .footer {
    padding-top: 96px;
    position: static;
  }

  .h2-footer {
    margin-bottom: 29px;
  }

  .p-footer {
    font-size: 1.4em;
    line-height: 34px;
  }

  .footer-container {
    max-width: 90%;
  }

  .footer-line {
    display: none;
  }

  .health-goals.hide-on-mobile {
    background-position: 0%;
    height: 520px;
    transition-property: none;
  }

  .health-goals.hide-on-mobile:hover {
    box-shadow: none;
  }

  .health-goals.show-on-mobile {
    transition-property: none;
  }

  .health-goals.show-on-mobile:hover {
    box-shadow: none;
  }

  .text-box {
    width: 360px;
    margin-left: 49px;
  }

  .work-paragraph {
    font-size: 1.2em;
    line-height: 26px;
  }

  .about-header {
    padding-bottom: 200px;
  }

  .about-content {
    padding-top: 0;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .about-content-box {
    margin-top: 75px;
    padding-left: 0;
    padding-right: 0;
  }

  .p-about-me {
    font-size: 1.4em;
    line-height: 34px;
  }

  .column-3 {
    display: none;
  }

  .image-9 {
    max-width: 400px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .my-approach {
    padding-left: 0;
    overflow: hidden;
  }

  .approach-box {
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-4 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .approach-content-div {
    max-width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 21px;
  }

  .approach-paragraph {
    font-size: 1.4em;
    line-height: 34px;
  }

  .about-container {
    max-width: 100%;
    padding-left: 54px;
    padding-right: 0;
  }

  .work-experience {
    margin-top: -80px;
  }

  .work-p {
    font-size: 1.4em;
    line-height: 34px;
  }

  .expertise-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .work-header {
    padding-bottom: 0;
  }

  .work-nav-link.nav-link {
    font-size: 1.3em;
  }

  .data-sharing.hide-on-mobile {
    background-position: 20%;
    background-repeat: repeat;
    background-size: cover;
    height: 520px;
    transition-property: none;
  }

  .data-sharing.hide-on-mobile:hover {
    box-shadow: none;
  }

  .data-sharing.show-on-mobile {
    transition-property: none;
  }

  .data-sharing.show-on-mobile:hover {
    box-shadow: none;
  }

  .work-intro {
    padding-top: 96px;
    padding-bottom: 90px;
  }

  .work-header-p {
    max-width: 100%;
    margin-top: 0;
    font-size: 1.4em;
    line-height: 34px;
  }

  .columnn-padding.hide-on-mobile {
    display: none;
  }

  .columnn-padding.data-sharing-prototype {
    background-position: 0%;
    height: 660px;
  }

  .columnn-padding.column-right {
    height: 660px;
  }

  .columnn-padding.report-box, .columnn-padding.health-goals-prototype {
    background-position: 0%;
    height: 660px;
  }

  .columnn-padding.health-goals-prototype.quickstart-left {
    background-position: 100% 0;
    background-size: cover;
    min-height: 650px;
    display: block;
  }

  .columnn-padding.health-goals-prototype.quickstart-left.gray-background {
    min-height: auto;
  }

  .expertise-image {
    max-width: 200px;
    top: -13%;
    right: 3%;
  }

  ._404-header {
    padding-bottom: 0;
  }

  ._404-h2 {
    max-width: 100%;
    margin-top: 0;
  }

  .work-page-intro {
    padding-bottom: 0;
  }

  .data-sharing-hero {
    margin-bottom: 20px;
  }

  .data-sharing-header-column {
    margin-bottom: 34px;
    padding-bottom: 0;
  }

  .data-sharing-header-column.data-sharing-hide-mobile {
    display: none;
  }

  .data-sharing-problem {
    margin-top: 60px;
  }

  .case-study-container {
    max-width: 90%;
  }

  .case-study-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-study-quote.centered.blockchain-personas {
    max-width: 90%;
  }

  .case-study-quote-no-margin.centered.blockchain-dashboard {
    max-width: 80%;
  }

  .centered.image-responsive {
    max-width: 90%;
  }

  .centered.case-study-quote-no-margin.blockchain-design {
    max-width: 80%;
  }

  .centered.margin-bottom.health-goals-insights {
    max-width: 100%;
  }

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

  .image-15 {
    margin-top: 196px;
  }

  .health-goals-mvp-image {
    margin-top: 201px;
  }

  .health-goals-wireframes {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .dribbble.hide-on-mobile {
    background-position: 20%;
    background-repeat: repeat;
    background-size: cover;
    height: 520px;
    transition-property: none;
  }

  .dribbble.hide-on-mobile:hover {
    box-shadow: none;
  }

  .dribbble.show-on-mobile {
    transition-property: none;
  }

  .dribbble.show-on-mobile:hover {
    box-shadow: none;
  }

  .blockchain-components {
    max-width: 100%;
  }

  .blockchain-in-healthcare.hide-on-mobile {
    background-position: 20%;
    background-repeat: repeat;
    background-size: cover;
    height: 520px;
    transition-property: none;
  }

  .blockchain-in-healthcare.hide-on-mobile:hover {
    box-shadow: none;
  }

  .blockchain-in-healthcare.show-on-mobile {
    transition-property: none;
  }

  .blockchain-in-healthcare.show-on-mobile:hover {
    box-shadow: none;
  }

  .innobook.hide-on-mobile {
    background-position: 20%;
    background-repeat: repeat;
    background-size: cover;
    height: 520px;
    transition-property: none;
  }

  .innobook.hide-on-mobile:hover {
    box-shadow: none;
  }

  .innobook.show-on-mobile {
    transition-property: none;
  }

  .innobook.show-on-mobile:hover {
    box-shadow: none;
  }

  .next-project-box {
    max-width: 100%;
  }

  .next-project-container {
    padding-left: 35px;
    padding-right: 35px;
  }

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

  .footer-second {
    padding-top: 96px;
    position: static;
  }

  .quickstart-column-parent {
    display: block;
  }

  .quickstart-guide.hide-on-mobile {
    background-position: 0%;
    height: 520px;
    transition-property: none;
  }

  .quickstart-guide.hide-on-mobile:hover {
    box-shadow: none;
  }

  .quickstart-guide.show-on-mobile {
    transition-property: none;
  }

  .quickstart-guide.show-on-mobile:hover {
    box-shadow: none;
  }

  .health-goals-copy.hide-on-mobile {
    background-position: 40% 100%;
    height: 520px;
    transition-property: none;
  }

  .health-goals-copy.hide-on-mobile:hover {
    box-shadow: none;
  }

  .health-goals-copy.show-on-mobile {
    transition-property: none;
  }

  .health-goals-copy.show-on-mobile:hover {
    box-shadow: none;
  }

  .gif-best-practices {
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .image-16 {
    max-width: 570px;
    padding-top: 70px;
    position: relative;
    left: -20px;
    right: auto;
  }

  .nuvo-wellness-work.hide-on-mobile {
    background-position: 33% 70%;
    height: 520px;
    transition-property: none;
  }

  .nuvo-wellness-work.hide-on-mobile:hover {
    box-shadow: none;
  }

  .nuvo-wellness-work.show-on-mobile {
    transition-property: none;
  }

  .nuvo-wellness-work.show-on-mobile:hover {
    box-shadow: none;
  }

  .nuvo-wellness-work-2.hide-on-mobile {
    background-position: 0%;
    height: 520px;
    transition-property: none;
  }

  .nuvo-wellness-work-2.hide-on-mobile:hover {
    box-shadow: none;
  }

  .nuvo-wellness-work-2.show-on-mobile {
    transition-property: none;
  }

  .nuvo-wellness-work-2.show-on-mobile:hover {
    box-shadow: none;
  }

  .risk-screener.hide-on-mobile {
    background-position: 40% 100%;
    height: 520px;
    transition-property: none;
  }

  .risk-screener.hide-on-mobile:hover {
    box-shadow: none;
  }

  .risk-screener.show-on-mobile {
    transition-property: none;
  }

  .risk-screener.show-on-mobile:hover {
    box-shadow: none;
  }

  .risk-screener-mobile.hide-on-mobile {
    background-position: 40% 100%;
    height: 520px;
    transition-property: none;
  }

  .risk-screener-mobile.hide-on-mobile:hover {
    box-shadow: none;
  }

  .risk-screener-mobile.show-on-mobile {
    transition-property: none;
  }

  .risk-screener-mobile.show-on-mobile:hover {
    box-shadow: none;
  }

  .cloudkitchen.hide-on-mobile {
    background-position: 42%;
    height: 520px;
    transition-property: none;
  }

  .cloudkitchen.hide-on-mobile:hover {
    box-shadow: none;
  }

  .cloudkitchen.show-on-mobile {
    transition-property: none;
  }

  .cloudkitchen.show-on-mobile:hover {
    box-shadow: none;
  }

  .quickstart-guide-copy.hide-on-mobile {
    background-position: 0%;
    height: 520px;
    transition-property: none;
  }

  .quickstart-guide-copy.hide-on-mobile:hover {
    box-shadow: none;
  }

  .quickstart-guide-copy.show-on-mobile {
    transition-property: none;
  }

  .quickstart-guide-copy.show-on-mobile:hover {
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: 0;
    font-size: 3.2em;
    line-height: 55px;
  }

  h2 {
    letter-spacing: 0;
    font-size: 3.3em;
    line-height: 55px;
  }

  h3 {
    letter-spacing: 0;
    font-size: 2.5em;
    line-height: 49px;
  }

  h4 {
    letter-spacing: 0;
    font-size: 2.2em;
    line-height: 43px;
  }

  h5 {
    letter-spacing: 0;
    font-size: 1.6em;
    line-height: 30px;
  }

  .h4-semibold.text-white {
    font-size: 3.1em;
    line-height: 52px;
  }

  .h1-big {
    font-size: 5em;
    line-height: 82px;
  }

  .h1-big.text-white.h1-about {
    line-height: 67px;
  }

  .subtext.text-white {
    margin-top: 63px;
  }

  .text-link, .text-link.nav-link {
    font-size: 1.2em;
  }

  .button {
    padding: 26px 50px;
    font-size: 1.3em;
    display: none;
  }

  .button.secondary.show-mobile {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.secondary.show-mobile.button-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .button._404-button {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }

  .button.password-button {
    display: block;
  }

  .header.approach {
    background-color: var(--dark-green);
    padding-top: 60px;
    padding-bottom: 150px;
  }

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

  .container.container-centered {
    margin-top: 140px;
  }

  .links {
    margin-top: -10px;
  }

  .header-h1 {
    max-width: 1000px;
  }

  .header-subtext.subtext-2 {
    width: 100%;
  }

  .approach {
    background-color: var(--black);
    padding-top: 0;
  }

  .work {
    background-color: var(--white);
    margin-bottom: 0;
    padding-top: 130px;
    padding-bottom: 110px;
  }

  .bg-2 {
    opacity: 0;
    display: none;
  }

  .bg-1, .bg-3 {
    display: none;
  }

  .approach-container {
    margin-top: 82px;
  }

  .image {
    max-width: 300px;
    margin-top: 116px;
    top: -127px;
  }

  .bg-alt {
    opacity: 0;
    display: none;
  }

  .footer.footer-about {
    width: 100%;
  }

  .bg-4, .health-goals.hide-on-mobile {
    display: none;
  }

  .health-goals.show-on-mobile {
    background-color: var(--light-blue);
    height: auto;
    margin-bottom: 60px;
    display: block;
  }

  .text-box {
    background-color: var(--white);
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding: 6px 0 26px;
  }

  .work-paragraph {
    margin-top: auto;
    margin-bottom: 5px;
    font-size: 1.2em;
    line-height: 29px;
    display: block;
  }

  .work-image {
    width: 100%;
    height: 330px;
  }

  .work-image.provider-data-sharing {
    background-image: url('../images/Provider-data-sharing-header.png');
    background-position: 50%;
    background-size: cover;
  }

  .work-image.health-goals {
    background-image: url('../images/Health-goals-work-cover.png');
    background-position: 50%;
    background-size: cover;
  }

  .work-image.dribbble-mobile {
    background-image: url('../images/dribbble-mobile.jpg'), url('../images/provider-data-sharing-background.png');
    background-position: 50%, 100%;
    background-size: cover, cover;
  }

  .work-image.blockchain-in-healthcare-mobile {
    background-image: url('../images/blockchain-in-healthcare-cover.png');
    background-position: 50%;
    background-size: cover;
  }

  .work-image.innobook {
    background-image: url('../images/Innobook-work-cover.png');
    background-position: 50%;
    background-size: cover;
  }

  .work-image.quickstart-guide {
    background-image: url('../images/Quickstart-hero.png');
    background-position: 50%;
    background-size: cover;
  }

  .work-image.nuvo-wellness-back {
    background-image: url('../images/Nuvo-mobile.png');
    background-position: 170% 0;
    background-size: cover;
  }

  .work-image.risck-screener-image {
    background-image: url('../images/Risk-screener-mobile.png');
    background-position: 50%;
    background-size: cover;
  }

  .work-image.cloudkitchens {
    background-image: url('../images/cloudkitchens-hero.jpg');
    background-position: 41%;
    background-size: cover;
  }

  .home-headings-2 {
    margin-bottom: 60px;
  }

  .utility-page-wrap {
    padding-top: 36px;
  }

  .about-header {
    padding-top: 60px;
  }

  .image-9 {
    max-width: 100%;
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .my-approach {
    padding-top: 90px;
  }

  .approach-box {
    margin-top: 40px;
  }

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

  .approach-content-div {
    padding-right: 0;
  }

  .about-container {
    max-width: 100%;
    padding-left: 40px;
  }

  .approach-image {
    margin-bottom: 0;
  }

  .work-experience {
    margin-top: -60px;
    padding-top: 117px;
    padding-bottom: 20px;
  }

  .work-row {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 45px;
    padding-bottom: 45px;
  }

  .work-row.last-row {
    border-bottom-style: none;
  }

  .work-h3 {
    margin-bottom: 40px;
  }

  .work-p {
    margin-bottom: 28px;
  }

  .expertise-container {
    max-width: 90%;
    padding-bottom: 40px;
  }

  .expertise-box {
    padding-left: 0;
    padding-right: 0;
  }

  .work-header {
    padding-top: 60px;
  }

  .work-nav-link, .work-nav-link.nav-link {
    font-size: 1.2em;
  }

  .work-h2 {
    margin-bottom: 30px;
    line-height: 60px;
  }

  .data-sharing.hide-on-mobile {
    display: none;
  }

  .data-sharing.show-on-mobile {
    height: auto;
    margin-bottom: 60px;
    display: block;
  }

  .work-intro {
    padding-bottom: 0;
  }

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

  .columnn-padding.data-sharing-prototype {
    background-position: 50%;
    height: 440px;
  }

  .columnn-padding.column-right {
    height: auto;
  }

  .columnn-padding.report-box, .columnn-padding.health-goals-prototype {
    background-position: 50%;
    height: 440px;
  }

  .columnn-padding.health-goals-prototype.quickstart-left {
    min-height: 530px;
  }

  .expertise-image {
    max-width: 240px;
    top: -10%;
  }

  ._404-header {
    padding-top: 60px;
  }

  ._404-h2 {
    margin-top: 26px;
    line-height: 58px;
  }

  ._404-image {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .work-page-intro {
    padding-top: 60px;
  }

  .case-study-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .case-study-quote {
    display: none;
  }

  .case-study-quote-mobile {
    max-width: 90%;
    margin: -164px auto 54px;
    display: block;
  }

  .case-study-quote-no-margin {
    display: none;
  }

  .case-study-quote-no-margin.centered.blockchain-dashboard, .case-study-quote-no-margin.centered.innobook-image {
    display: block;
  }

  .case-study-quote-mobile-no-margin {
    max-width: 90%;
    margin-bottom: 54px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .centered.case-study-quote-no-margin.show-on-mobile {
    display: block;
  }

  .centered.case-study-quote-no-margin.process {
    margin-bottom: 90px;
    display: block;
  }

  .centered.case-study-quote-no-margin.blockchain-design {
    max-width: 80%;
    display: block;
  }

  .column-container-right {
    padding: 70px 40px;
  }

  .image-15 {
    max-width: 254px;
    margin-top: 100px;
  }

  .case-study-quote-after {
    max-width: 90%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .health-goals-mvp-image {
    max-width: 220px;
    margin-top: 111px;
  }

  .dribbble.hide-on-mobile {
    display: none;
  }

  .dribbble.show-on-mobile {
    height: auto;
    display: block;
  }

  .special-thanks.work-paragraph {
    margin-top: 80px;
  }

  .blockchain-in-healthcare.hide-on-mobile {
    display: none;
  }

  .blockchain-in-healthcare.show-on-mobile {
    height: auto;
    margin-bottom: 60px;
    display: block;
  }

  .innobook.hide-on-mobile {
    display: none;
  }

  .innobook.show-on-mobile {
    height: auto;
    margin-bottom: 60px;
    display: block;
  }

  .next-project-h3 {
    margin-bottom: 30px;
  }

  .next-project-container {
    max-width: 90%;
    padding-bottom: 40px;
  }

  .see-more-work-text {
    font-size: 1.8em;
  }

  .footer-second.footer-about {
    width: 100%;
  }

  .quickstart-guide.hide-on-mobile {
    display: none;
  }

  .quickstart-guide.show-on-mobile {
    background-color: var(--light-blue);
    height: auto;
    margin-bottom: 60px;
    display: block;
  }

  .health-goals-copy.hide-on-mobile {
    display: none;
  }

  .health-goals-copy.show-on-mobile {
    background-color: var(--light-blue);
    height: auto;
    margin-bottom: 60px;
    display: block;
  }

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

  .nuvo-wellness-work.hide-on-mobile {
    display: none;
  }

  .nuvo-wellness-work.show-on-mobile {
    background-color: var(--light-blue);
    height: auto;
    margin-bottom: 60px;
    display: block;
  }

  .nuvo-wellness-work-2.hide-on-mobile {
    display: none;
  }

  .nuvo-wellness-work-2.show-on-mobile {
    background-color: var(--light-blue);
    height: auto;
    margin-bottom: 60px;
    display: block;
  }

  .risk-screener.hide-on-mobile {
    display: none;
  }

  .risk-screener.show-on-mobile {
    background-color: var(--light-blue);
    height: auto;
    margin-bottom: 60px;
    display: block;
  }

  .risk-screener-mobile.hide-on-mobile {
    display: none;
  }

  .risk-screener-mobile.show-on-mobile {
    background-color: var(--light-blue);
    height: auto;
    margin-bottom: 60px;
    display: block;
  }

  .cloudkitchen.hide-on-mobile {
    display: none;
  }

  .cloudkitchen.show-on-mobile {
    background-color: var(--light-blue);
    height: auto;
    margin-bottom: 60px;
    display: block;
  }

  .cloudkitchen.show-on-mobile.cloudkitchen-mobile {
    height: 320px;
  }

  .quickstart-guide-copy.hide-on-mobile {
    display: none;
  }

  .quickstart-guide-copy.show-on-mobile {
    background-color: var(--light-blue);
    height: auto;
    margin-bottom: 60px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.1em;
    font-weight: 500;
    line-height: 42px;
  }

  h2 {
    letter-spacing: 0;
    font-size: 2.6em;
    line-height: 44px;
  }

  h3 {
    font-size: 2.3em;
    line-height: 40px;
  }

  h4 {
    font-size: 1.9em;
    line-height: 33px;
  }

  h5 {
    margin-bottom: 4px;
    font-size: 1.7em;
  }

  .h4-semibold.text-white {
    font-size: 2.3em;
    line-height: 42px;
  }

  .h1-big {
    font-size: 4.2em;
    line-height: 60px;
  }

  .h1-big.text-white {
    font-size: 3.9em;
  }

  .subtext.text-white {
    margin-top: 0;
    padding-top: 72px;
  }

  .subtext-2 {
    font-size: 1.2em;
    line-height: 28px;
  }

  .text-link.nav-link {
    margin-right: 30px;
  }

  .button {
    padding: 21px 27px;
  }

  .button.secondary.show-mobile {
    display: block;
  }

  .button.secondary.hide-mobile {
    display: none;
  }

  .header.approach {
    background-color: #0000;
    padding-bottom: 170px;
    display: block;
  }

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

  .header-title {
    margin-top: 120px;
    margin-bottom: 40px;
  }

  .links {
    margin-top: -15px;
  }

  .header-h1 {
    font-size: 2.3em;
    line-height: 45px;
  }

  .approach {
    padding-top: 45px;
    padding-bottom: 70px;
  }

  .work {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .bg-1 {
    opacity: 1;
    display: block;
  }

  .approach-container {
    margin-top: 34px;
  }

  .image {
    max-width: 200px;
    margin-top: 73px;
    margin-right: -30px;
    top: -60px;
    right: -5%;
  }

  .bg-alt {
    opacity: 0;
    background-position: 60%;
    display: none;
  }

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

  .footer {
    padding-top: 76px;
  }

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

  .copyright {
    line-height: 20px;
  }

  .div-block-9 {
    margin-top: 44px;
  }

  .health-goals.show-on-mobile {
    margin-bottom: 60px;
  }

  .work-paragraph {
    margin-bottom: 0;
  }

  .work-image {
    height: 210px;
  }

  .home-headings-2 {
    margin-bottom: 50px;
  }

  .image-9 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .approach-h2 {
    padding-left: 16px;
    padding-right: 28px;
  }

  .approach-box {
    padding-top: 41px;
    padding-left: 35px;
    padding-right: 28px;
  }

  .about-container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 0;
  }

  .work-experience {
    margin-top: -55px;
  }

  .expertise-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .work-nav-link.nav-link {
    margin-right: 30px;
  }

  .work-h2 {
    line-height: 46px;
  }

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

  .columnn-padding.data-sharing-prototype, .columnn-padding.report-box, .columnn-padding.health-goals-prototype {
    background-position: 50%;
    height: 390px;
  }

  .columnn-padding.health-goals-prototype.quickstart-left {
    min-height: 470px;
  }

  .expertise-image {
    max-width: 180px;
    top: -11%;
  }

  ._404-h2 {
    line-height: 47px;
  }

  .centered.health-goals-wireframes-image.image-responsive {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .column-container-right {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-15 {
    max-width: 220px;
    margin-top: 96px;
  }

  .health-goals-mvp-image {
    max-width: 190px;
    margin-top: 111px;
  }

  .next-project-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .see-more-work-text {
    font-size: 1.6em;
  }

  .see-more-work-arrow {
    max-width: 18px;
    margin-top: -7px;
  }

  .footer-second {
    padding-top: 76px;
  }

  .utility-page-content {
    width: 90%;
  }

  .quickstart-guide.show-on-mobile, .health-goals-copy.show-on-mobile {
    margin-bottom: 60px;
  }

  .image-16 {
    max-width: 310px;
    padding-top: 50px;
  }

  .nuvo-wellness-work.show-on-mobile, .nuvo-wellness-work-2.show-on-mobile, .risk-screener.show-on-mobile, .risk-screener-mobile.show-on-mobile {
    margin-bottom: 60px;
  }

  .confidential {
    line-height: 20px;
  }

  .cloudkitchen.show-on-mobile, .quickstart-guide-copy.show-on-mobile {
    margin-bottom: 60px;
  }
}

#w-node-_9730098a-e1a3-3877-b35f-635fca8a7ae4-3a038d0b, #w-node-_9e5f9387-455a-44ad-e513-1fed2366111e-3a038d0b, #w-node-dd56c800-4d56-8ee2-eb4d-55a53c1d20d9-3a038d0b, #w-node-_639bb095-c06e-18f1-6792-bce4bd4778a5-3a038d0b, #w-node-b00924c6-7c53-c691-7e90-34d1ebaed8a4-3a038d0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50d5da61-5796-53a6-60a3-5c6dacdb7f5e-e0657b94 {
  grid-area: Area;
}

#w-node-fad8828f-da91-64cd-dd1c-6a78f15c5fba-e0657b94, #w-node-_21c5c786-25b1-cc91-5974-633d8783f1ac-e0657b94, #w-node-_89745ef1-1a02-83ee-642b-2e50f9da6259-e0657b94, #w-node-e4da91ba-ffdd-1748-2806-714a2594d589-e0657b94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


