:root {
  --main-background-color: #faf9f6;
  --text-color: #333;
  --highlight: #ccf;
  --white: white;
  --card-background-light-grey: #f2f0ef;
  --dark-grey: #222;
  --black: black;
  --yellow-highlight: #f8d969;
  --pink-accent: #eb34a4;
  --blue_accent: #b2caffcc;
  --lime_accent: #c3d743;
  --urgent-red-heading-color: #d30004;
  --lilac_accent: #e2c3ff;
  --bright_orange_accent: #ff782b;
  --dark-orange: #f14700;
  --medium-grey-text: #444;
  --medium-accent: #a0a0a0;
  --menu-background: #e5dfdc;
  --pantone-orange: #fc4c02;
  --double-colonial-white: #ddd775;
  --malibu-blue: #5fa9fe;
  --green-accent: #c7e258;
  --brown-accent-color: #855c46;
  --orange_accent: #ff9864;
  --secondary-neutral: #f8f1eb;
  --paragraph-text: 18px;
  --sapphire-blue: #0f52ba;
  --card-background-light-brown: #e9e5e2;
  --light-brown-card-background: #f3eee8;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

@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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
}

a {
  color: #252525;
  font-weight: 400;
  text-decoration: none;
}

.body {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--main-background-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin: 20px auto;
  display: flex;
}

.h2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: auto;
  color: var(--dark-grey);
  text-align: left;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.h2.section-start {
  margin-top: 40px;
  font-size: 34px;
}

.hashtags {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.project-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0%;
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.project-title.h3 {
  color: var(--black);
  text-decoration: none;
  -webkit-text-decoration-color: var(--yellow-highlight);
  text-decoration-color: var(--yellow-highlight);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-family: DM Mono, sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-decoration-style: wavy;
  text-decoration-thickness: 5px;
}

.project-title.next-project {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  font-size: 26px;
  position: static;
  top: 0;
  bottom: 0;
}

.project-title.next-project.go-back {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  outline-color: var(--pink-accent);
  outline-offset: 2px;
  border-radius: 0;
  outline-width: 3px;
  outline-style: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 48px;
  margin-left: 0%;
}

.project-title.next-project.go-back:hover {
  background-color: var(--blue_accent);
  border-radius: 80px;
  text-decoration: line-through;
}

.project-title.next-project.go-back:focus-visible, .project-title.next-project.go-back[data-wf-focus-visible] {
  outline-color: var(--pink-accent);
  outline-offset: 2px;
  border-radius: 12px;
  outline-width: 3px;
  outline-style: solid;
}

.project-title.next-project.go-back.go-up {
  background-color: #0000;
}

.project-title.next-project.go-back.go-up:hover {
  background-color: var(--blue_accent);
}

.project-title.next-project.go-back.go-up.lime:hover, .project-title.next-project.go-back.green:hover {
  background-color: var(--lime_accent);
}

.read-more {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-96 {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1130px;
  margin-top: 100px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.project2 {
  grid-column-gap: 35px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  border-radius: 150px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 329px;
  text-decoration: none;
  display: flex;
}

.project-info {
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  text-decoration: none;
  display: flex;
}

.project-info.project-view {
  grid-row-gap: 30px;
  width: 46%;
  max-width: 50%;
}

.hashtag {
  grid-column-gap: 10px;
  background-color: var(--white);
  border: 1px solid #ebeae6;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: DM Mono, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.hashtag.priority-2.smaller {
  color: #4a3d36;
  background-color: #f2ede8;
  border-width: 1.5px;
  border-color: #4a3d364d;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 400;
}

.hashtag.priority1.smaller {
  color: var(--urgent-red-heading-color);
  background-color: #d3000412;
  border-width: 1.5px;
  border-color: #d3000459;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 400;
}

.hashtag-3 {
  grid-column-gap: 10px;
  background-color: var(--lilac_accent);
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.button-text1 {
  grid-column-gap: 10px;
  background-color: #0000;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 10px 14px 24px;
  font-family: DM Mono, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.button-text1:focus-visible, .button-text1[data-wf-focus-visible] {
  border: 3px none var(--pink-accent);
  outline-color: var(--pink-accent);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.hashtag-5 {
  grid-column-gap: 10px;
  background-color: #89d8d4;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.hashtag-6 {
  grid-column-gap: 10px;
  background-color: #f8d969;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.hashtag-7 {
  grid-column-gap: 10px;
  background-color: #b8e3e9;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.header {
  grid-row-gap: 100px;
  opacity: 1;
  flex-flow: wrap;
  flex-grow: 0;
  flex-shrink: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-left {
  grid-row-gap: 10px;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 221px;
  text-decoration: none;
  display: flex;
}

.nav-left:focus-visible, .nav-left[data-wf-focus-visible] {
  border: 3px none var(--pink-accent);
  outline-color: var(--pink-accent);
  outline-offset: 2px;
  border-radius: 15px;
  outline-width: 3px;
  outline-style: solid;
}

.nav-left.w--current {
  cursor: pointer;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.nav-left.w--current:focus-visible, .nav-left.w--current[data-wf-focus-visible] {
  border: 3px none var(--pink-accent);
  border-radius: 12px;
}

.h1 {
  width: 100%;
  max-width: 1280px;
  color: var(--dark-grey);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.h1.project-title {
  text-underline-offset: 13px;
  width: auto;
  text-decoration: none;
  -webkit-text-decoration-color: var(--blue_accent);
  text-decoration-color: var(--blue_accent);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  background-color: #0000;
  flex-flow: row;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration-thickness: 8px;
  display: block;
}

.h4 {
  width: 100%;
  height: auto;
  color: var(--black);
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  text-underline-offset: 5px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--bright_orange_accent);
  text-decoration-color: var(--bright_orange_accent);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
  text-decoration-style: dashed;
  text-decoration-thickness: calc(1em / 12.5);
}

.h4.nav_bar.description {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 2px;
}

.h4.poppins {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.h4.poppins.nav {
  font-size: 22px;
  font-weight: 600;
}

.h4.weight-400 {
  font-weight: 400;
}

.h4.weight-400.link {
  text-decoration: none;
}

.h4.weight-400.link:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--bright_orange_accent);
  text-decoration-color: var(--bright_orange_accent);
  font-weight: 400;
  text-decoration-style: dashed;
  text-decoration-thickness: calc(1em / 10);
}

.h4.bold {
  width: auto;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 500;
}

.h4.bold.section-start {
  margin-top: 30px;
}

.about-me {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: wrap;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.about-me.home {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.about-me.about-me-page {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  order: -1;
  justify-content: center;
  align-items: stretch;
  margin-top: 80px;
  margin-bottom: 20px;
  padding: 0 20px;
}

.about-me-text {
  grid-row-gap: 35px;
  flex-direction: column;
  order: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  max-width: 80ch;
  text-decoration: none;
  display: flex;
}

.main {
  grid-row-gap: 100px;
  border: 0px solid var(--pink-accent);
  width: auto;
  max-width: 1280px;
  color: var(--dark-grey);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.main.shorter {
  grid-row-gap: 50px;
}

.project {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  text-decoration: none;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 2px solid #000;
  border-radius: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: auto;
  padding: 20px 0 70px;
  text-decoration: none;
  display: flex;
}

.paragraph-text {
  width: auto;
  max-width: none;
  color: var(--black);
  column-count: 0;
  white-space: normal;
  overflow-wrap: normal;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  text-decoration: none;
}

.paragraph-text:hover {
  text-underline-offset: 5px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--dark-orange);
  text-decoration-color: var(--dark-orange);
  text-underline-position: auto;
  font-weight: 300;
  text-decoration-style: dashed;
  text-decoration-thickness: calc(1em / 10);
}

.paragraph-text.link:hover {
  letter-spacing: 0;
  font-weight: 500;
  text-decoration: underline;
}

.paragraph-text.indent {
  text-indent: 0;
  width: auto;
  margin-left: 40px;
}

.paragraph-text.smaller {
  letter-spacing: 0;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-text.smaller:hover {
  text-decoration: none;
}

.paragraph-text.smaller.section-end {
  font-weight: 300;
}

.paragraph-text.side-menu {
  float: none;
  clear: none;
  width: auto;
  color: var(--medium-grey-text);
  letter-spacing: 0;
  font-size: 16px;
  line-height: 170%;
  top: auto;
}

.paragraph-text.side-menu:hover {
  color: var(--dark-grey);
  text-underline-offset: 3px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--pink-accent);
  text-decoration-color: var(--pink-accent);
  font-weight: 400;
  text-decoration-style: dashed;
  text-decoration-thickness: calc(1em / 12.5);
}

.paragraph-text.bold {
  border-left: 0px none var(--lime_accent);
  text-align: left;
  padding: 0;
  font-weight: 500;
  line-height: 160%;
}

.paragraph-text.bold.decorative {
  background-color: var(--blue_accent);
  text-align: center;
  border-radius: 150px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  font-family: DM Mono, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.paragraph-text.bold.decorative.green {
  background-color: var(--lime_accent);
}

.paragraph-text.bold.more-space {
  border-left: 0px none var(--lime_accent);
  padding-bottom: 10px;
  padding-left: 0;
}

.paragraph-text.bold.more-space.accent-color {
  border-left-style: solid;
  border-left-width: 5px;
  padding-bottom: 0;
  padding-left: 10px;
}

.paragraph-text.bold.accent-color {
  border-left-style: solid;
  border-left-width: 5px;
  padding-left: 10px;
}

.paragraph-text.bold.accent-color.blue {
  border-left-color: var(--blue_accent);
}

.paragraph-text.details {
  width: auto;
  color: var(--black);
  background-color: #0000;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: DM Mono, sans-serif;
  font-size: 16px;
}

.paragraph-text.details.project-info {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
}

.paragraph-text.details.large {
  margin-bottom: 0;
  font-size: 28px;
}

.paragraph-text.details.smaller {
  color: #2457ca;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
}

.paragraph-text.details.smaller.green {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
}

.paragraph-text.quotes {
  letter-spacing: 0;
  background-color: #b2caff66;
  max-width: none;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

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

.paragraph-text.section-start {
  margin-top: 30px;
}

.paragraph-text.card {
  width: 100%;
  padding-top: 2px;
  font-size: 16px;
}

.paragraph-text.section-end {
  margin-bottom: 20px;
}

.paragraph-text.accent-color {
  border-left: 5px solid var(--lime_accent);
  padding-left: 15px;
}

.project-page {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.project-summary {
  grid-column-gap: 100px;
  grid-row-gap: 35px;
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.project-summary.less-space {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: left;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.project-summary1 {
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.hashtag-user-testing {
  grid-column-gap: 10px;
  background-color: var(--blue_accent);
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}

.hashtag-prototyping {
  grid-column-gap: 10px;
  background-color: var(--bright_orange_accent);
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.hashtag-pd {
  grid-column-gap: 10px;
  background-color: #afdae7;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.project-info4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.project-info4.smaller {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
}

.project-info4.adjusted-gap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.project-details-icons {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.time {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 10px 10px;
  text-decoration: none;
  display: flex;
}

.alarm-line-icon-1 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-109 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  width: 49.0004px;
  height: 51px;
  color: var(--text-color);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.time-2 {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 193px;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  width: 49px;
  height: 55.7002px;
  color: var(--text-color);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.project-description3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-right: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.project-description3.project-description-2-columns {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
}

.quote {
  grid-row-gap: 25px;
  background-color: var(--blue_accent);
  color: #333;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 326px;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.button-text {
  color: var(--black);
  letter-spacing: .5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-text:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--bright_orange_accent);
  text-decoration-color: var(--bright_orange_accent);
  text-decoration-style: dashed;
  text-decoration-thickness: calc(1em / 10);
}

.hashtag-text {
  color: #000;
  letter-spacing: -.5px;
  font-family: DM Mono, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.hashtag-text.wide {
  letter-spacing: 0;
}

.project-photo-main {
  width: 48%;
  max-width: none;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 12px;
}

.project-photo-main.border {
  border: .5px solid var(--medium-accent);
}

.caption-small {
  max-width: none;
  color: var(--dark-grey);
  text-align: left;
  flex-flow: column;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.caption-small.lightbox {
  padding-left: 5px;
}

.caption-small.lightbox2 {
  padding-left: 12px;
}

.project-description-paragraph {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  display: flex;
}

.project-description-paragraph.smaller {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: none;
  display: flex;
}

.project-description-paragraph.bigger-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: none;
  display: flex;
}

.project-description-paragraph.no-constraints {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: none;
}

.project-description-paragraph.tablet {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
  max-width: none;
  display: flex;
}

.project-details2 {
  flex-flow: column;
  width: auto;
  display: block;
}

.project-details2.auto {
  grid-row-gap: 25px;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.project-description-2-columns {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.project-description-2-columns.reverse {
  grid-column-gap: 50px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.project-description-2-columns.reverse.middle {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.project-description-2-columns.reverse.top {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.project-description-2-columns.reverse.top.middle {
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
}

.project-details.photo-with-caption {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 59.9989%;
  max-width: 60%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.project-details.photo-with-caption.full-width {
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
}

.project-details.photo-with-caption.full-width.lightbox {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
}

.project-details.photo-with-caption.full-width.lightbox.more-space {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 10px;
  padding-bottom: 10px;
}

.project-details.photo-with-caption.full-width.lightbox.more-space.two-photos {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
}

.project-details.photo-with-caption.full-width.more-space {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 0;
  padding-bottom: 0;
}

.project-details.photo-with-caption.full-width.more-space.indent {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 40px;
}

.project-details.photo-with-caption.wide {
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  max-width: 80ch;
  margin-left: 0;
  margin-right: 0;
}

.project-details.photo-with-caption.project-visuals {
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 90ch;
  margin: 10px auto;
}

.project-details.quotes {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.project-details.large-photo {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project-details.extra-large-photo {
  border: 1px solid var(--text-color);
  border-radius: 15px;
  width: 100%;
}

.image {
  aspect-ratio: auto;
  object-fit: scale-down;
  width: auto;
  display: block;
}

.image.mobile {
  width: 100%;
  max-width: none;
}

.footer-left {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  font-family: Lato, sans-serif;
  line-height: 160%;
  display: flex;
}

.footer-text {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.solution1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #faf9f6;
  border: 0 solid #ff782b;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 1rem;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0000;
  flex-flow: wrap;
  flex: 0 auto;
  place-content: flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.nav-menu:hover {
  text-decoration: none;
  text-decoration-thickness: 2px;
}

.div-block-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: wrap;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  display: flex;
}

.menu-button-2 {
  flex: 0 auto;
}

.success-message {
  background-color: var(--card-background-light-grey);
}

.project-description-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-right: 0;
  display: flex;
}

.bio-image {
  width: auto;
  min-width: auto;
  max-width: 30%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  order: -1;
}

.bio-image.about-me-page {
  width: 100%;
  max-width: none;
}

.back-to-top {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: inline-flex;
}

.bottom-elements {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
  display: flex;
}

.bottom-elements.about-me {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  order: -1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: auto;
  margin-top: 20px;
  padding: 0 35px;
}

.bottom-elements.next-project {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}

.contact-me {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.contact-info {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.bio-photo {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.top-navigation {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 80px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-8 {
  color: #a85353;
  width: 45px;
}

.image-9 {
  width: 35px;
}

.bold-text-4 {
  font-weight: 400;
}

.side-menu {
  clear: none;
  align-self: flex-start;
  width: 20%;
  max-width: none;
  display: block;
  position: sticky;
  top: 100px;
  bottom: auto;
}

.side-menu.h4 {
  width: auto;
  color: var(--medium-grey-text);
  letter-spacing: -.5px;
  text-transform: none;
  font-family: DM Mono, sans-serif;
  font-size: 17px;
  font-weight: 500;
  top: auto;
}

.side-menu.top-menu {
  display: none;
}

.div-block-31 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-32 {
  position: sticky;
  top: 100px;
}

.div-block-32.side-menu {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  top: auto;
}

.page-contents {
  flex-flow: row;
  width: 100%;
  max-width: 1280px;
  margin-left: 0;
  display: flex;
}

.menu-button {
  letter-spacing: .5px;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.menu-button:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--pantone-orange);
  text-decoration-color: var(--pantone-orange);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: auto;
  text-decoration-style: dashed;
  text-decoration-thickness: calc(1em / 10);
}

.menu-button.w--current:hover {
  text-underline-position: auto;
}

.menu-button.large {
  color: var(--black);
}

.list-element {
  max-width: 80ch;
  color: var(--black);
  padding-bottom: 2px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

.list-element.indent {
  margin-left: 30px;
}

.list-element.smaller {
  font-size: 15px;
  font-weight: 300;
}

.list-element.smaller.bold {
  font-weight: 500;
}

.list-element.smaller.more-space {
  padding-bottom: 8px;
}

.list-element.bold {
  font-weight: 500;
}

.list-element.more-space {
  padding-bottom: 8px;
}

.list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  max-width: 90ch;
  margin-top: 10px;
  display: flex;
}

.list.less-space {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 0;
}

.quotes {
  letter-spacing: -.5px;
  max-width: 80ch;
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: DM Mono, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: block;
}

.h3 {
  width: 100%;
  color: var(--black);
  letter-spacing: .5px;
  text-underline-offset: 10px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--pantone-orange);
  text-decoration-color: var(--pantone-orange);
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 160%;
  text-decoration-thickness: 5px;
}

.h3.section-start {
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 24px;
}

.h3.logo {
  font-size: 26px;
}

.div-block-35 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 90ch;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.div-block-36, .div-block-37, .div-block-38 {
  width: 100%;
  max-width: 90ch;
  margin-left: 0;
  margin-right: auto;
}

.italic-text, .italic-text-2, .italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6 {
  font-style: normal;
}

.div-block-39 {
  width: 100%;
  max-width: 90ch;
  margin-right: auto;
}

.hashtag-wcag {
  background-color: #f78da7;
  border-radius: 12px;
  padding: 10px 20px;
}

.hashtag-wireframes {
  background-color: #6db7aa;
  border-radius: 12px;
  padding: 10px 20px;
}

.hashtag-uu {
  background-color: var(--double-colonial-white);
  border-radius: 12px;
  padding: 10px 20px;
}

.div-block-40 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--dark-orange);
  text-decoration-color: var(--dark-orange);
  justify-content: flex-start;
  align-items: center;
  text-decoration-style: dashed;
  text-decoration-thickness: calc(1em / 10);
  display: flex;
}

.div-block-40:hover {
  text-decoration: none;
}

.div-block-41 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image-10 {
  border: 0px solid var(--medium-grey-text);
  border-radius: 12px;
  width: 48%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-10.large-photos {
  width: 48%;
}

.image-10._2 {
  width: 100%;
  max-width: none;
}

.image-10._2.border {
  border: .5px solid var(--medium-accent);
}

.image-10.borders {
  border-width: 1px;
}

.image-10.borders.large, .image-10.large {
  width: 99%;
}

.image-10.large.no-borders {
  background-color: #0000;
  border-radius: 0;
  width: 99%;
}

.image-10.large.no-borders.background-color {
  border-radius: 11px;
}

.image-10.large.no-borders2 {
  border-radius: 6px;
}

.image-10.no-borders {
  border-radius: 0;
  width: 48%;
}

.lightbox-link {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  display: block;
}

.lightbox-link.mobile-only {
  display: none;
}

.lightbox-link._2 {
  width: 48%;
}

.lightbox-link.larger {
  width: 95%;
}

.paragraph {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.paragraph.section-start {
  margin-top: 20px;
}

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

.div-block-43 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  padding-left: 40px;
  display: flex;
}

.image-11 {
  width: 35px;
  rotate: .25turn;
}

.go-to-project-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-12 {
  width: 35px;
  height: 100%;
}

.image-13 {
  opacity: .9;
  width: 30px;
  height: auto;
}

.image-14 {
  opacity: .9;
  width: 25px;
}

.div-block-44 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.in-paragraph-photo {
  width: 100%;
  display: block;
}

.div-block-45 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-46 {
  width: 100%;
  max-width: 1280px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.hashtag-accessibility {
  background-color: var(--malibu-blue);
  border-radius: 12px;
  padding: 10px 20px;
}

.hashtag-design {
  background-color: var(--highlight);
  border-radius: 12px;
  padding: 10px 20px;
}

.link {
  text-underline-offset: auto;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--black);
  text-decoration-color: var(--black);
  font-weight: 400;
  text-decoration-thickness: 1px;
}

.link:hover {
  text-underline-offset: auto;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--black);
  text-decoration-color: var(--black);
  font-weight: 700;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
}

.div-block-47 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  display: flex;
}

.caption-link {
  text-decoration: underline;
}

.caption-link:hover {
  font-weight: 600;
}

.div-block-48 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.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-49 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.h5 {
  color: var(--black);
  letter-spacing: .5px;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.h5.less-margins {
  margin-top: 5px;
}

.h5.extra-space {
  margin-top: 40px;
}

.caption {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.div-block-50 {
  border: 3px solid var(--green-accent);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-51 {
  width: 100px;
}

.list-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 60px;
  display: flex;
}

.list-block.right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 60px;
  padding-right: 100px;
}

.div-block-54 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  align-items: stretch;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-54.vertical {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
}

.process-steps {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  margin-bottom: 15px;
  padding-left: 0;
  display: flex;
}

.process-step {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding-left: 0;
  display: flex;
}

.number-circle {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.flex-block-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
}

.image-17 {
  width: 50px;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-7, .text-span-8 {
  font-weight: 500;
}

.key-finding {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-left: 40px;
  display: flex;
}

.key-findings-group {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 10px;
  margin-left: 40px;
  display: flex;
}

.text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15 {
  font-weight: 500;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .text-span-16 {
  font-weight: 600;
}

.list-element-copy {
  max-width: 80ch;
  color: var(--black);
  padding-bottom: 2px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 150%;
}

.hashtag-ia {
  background-color: var(--yellow-highlight);
  border-radius: 12px;
  padding: 10px 15px;
  display: block;
}

.hashtag-heuristic {
  background-color: var(--lilac_accent);
  border-radius: 12px;
  padding: 10px 15px;
}

.text-span-24 {
  font-weight: 600;
}

.card-frame {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--card-background-light-grey);
  width: 100%;
  max-width: none;
  margin-top: 10px;
  padding: 25px 25px 20px;
}

.card-frame.hypotheses {
  margin-top: 10px;
  padding-top: 10px;
}

.hero-image {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.image-18 {
  background-color: var(--card-background-light-grey);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-18.no-background {
  background-color: var(--card-background-light-grey);
  padding-top: 0;
  padding-bottom: 0;
}

.flex-block-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.div-block-59 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.section {
  background-color: var(--blue_accent);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section.green {
  background-color: var(--lime_accent);
}

.section.green.small {
  background-color: var(--medium-accent);
  margin-top: 15px;
  margin-bottom: 15px;
}

.section.small {
  background-color: var(--medium-accent);
}

.flex-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #d30004;
}

.text-span-33, .text-span-34, .text-span-36 {
  font-weight: 600;
}

.project-photos.horizontal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.text-span-37, .text-span-38, .text-span-39, .text-span-40 {
  font-weight: 600;
}

.horizontal-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: var(--blue_accent);
  background-color: var(--card-background-light-grey);
  border-radius: 20px;
  flex-flow: column;
  padding: 15px 20px 20px;
  display: flex;
}

.horizontal-card.with-borders {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.flex-block-13 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
}

.flex-block-14 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.image-1 {
  width: 40%;
}

.two-images-horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  width: auto;
  margin-top: 10px;
}

.horizontal-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 5px none var(--lime_accent);
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
}

.horizontal-content.accent-color {
  border-left-style: solid;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
}

.horizontal-content.accent-color.red {
  border-left-color: var(--urgent-red-heading-color);
}

.horizontal-content.accent-color.brown {
  border-left-color: var(--brown-accent-color);
}

.horizontal-content.accent-color.orange {
  border-left-color: var(--lime_accent);
}

.list-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 30px;
  display: flex;
}

.text-span-43 {
  font-weight: 500;
}

.text-span-44 {
  font-weight: 600;
}

.card.participants {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #c3d74366;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  height: auto;
  padding: 20px;
}

.card.participants.note {
  background-color: var(--card-background-light-grey);
  width: 60%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.card.accessibility {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--card-background-light-grey);
  width: 60%;
  padding: 20px;
}

.card.accessibility.smaller {
  background-color: var(--card-background-light-grey);
  width: 40%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.flex-block-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.text-span-46, .text-span-47, .text-span-48, .text-span-49, .text-span-50, .text-span-52, .text-span-53, .text-span-54, .text-span-55, .text-span-56 {
  font-weight: 500;
}

.text-span-58 {
  font-weight: 600;
}

.text-span-59, .text-span-60, .text-span-61, .text-span-63, .text-span-64, .text-span-65, .text-span-66, .text-span-67 {
  font-weight: 500;
}

.text-span-68 {
  font-weight: 600;
}

.text-span-69, .text-span-70, .text-span-71, .text-span-72, .text-span-73, .text-span-74 {
  font-weight: 500;
}

.flex-block-19 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.flex-block-19.section-start {
  margin-top: 40px;
}

.card-general {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--card-background-light-grey);
  border: 0 #000;
  width: 33%;
  height: auto;
  margin-bottom: 10px;
  padding: 15px 10px 15px 15px;
}

.card-general._50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 48%;
  height: auto;
}

.flex-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.flex-block-21.wrap {
  flex-flow: wrap;
}

.vertical-block-15px {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-width: 1px;
  border-color: var(--orange_accent);
}

.vertical-block-15px.section-start {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 25px;
}

.vertical-block-15px.more-space {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.vertical-block-15px.more-space.indent {
  padding-left: 20px;
}

.vertical-block-15px._10px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.paragraph-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.paragraph-block._10px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex-block-22 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 10px;
}

.flex-block-23 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 60%;
}

.text-span-78, .text-span-79, .text-span-80, .text-span-81, .text-span-84, .text-span-85, .text-span-86, .text-span-87 {
  font-weight: 500;
}

.text-span-88 {
  font-weight: 300;
}

.text-span-89, .text-span-90, .text-span-94, .text-span-95, .text-span-96, .text-span-97, .text-span-99, .text-span-100, .text-span-101 {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .body {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .h2 {
    font-size: 34px;
  }

  .project-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .project-title.next-project.go-back.go-up.green:hover, .project-title.next-project.go-back.green:hover {
    background-color: var(--lime_accent);
  }

  .frame-96 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project2 {
    grid-row-gap: 35px;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
  }

  .project-info {
    justify-content: center;
    align-items: flex-start;
  }

  .project-info.project-view {
    width: 100%;
    max-width: none;
  }

  .header {
    grid-row-gap: 80px;
    flex: 0 auto;
  }

  .nav-left {
    flex-flow: column;
    justify-content: flex-start;
  }

  .nav-left.w--current {
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 221px;
  }

  .h4 {
    height: auto;
  }

  .about-me {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .about-me.about-me-page {
    order: 0;
  }

  .about-me-text {
    order: 0;
    width: 100%;
    max-width: 75ch;
  }

  .div-block-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-text {
    flex-flow: wrap;
    align-items: stretch;
    width: auto;
    display: block;
  }

  .paragraph-text.smaller {
    width: auto;
    max-width: 80ch;
    list-style-type: disc;
  }

  .paragraph-text.side-menu {
    color: var(--medium-grey-text);
  }

  .project-page {
    margin-right: 0;
  }

  .project-summary.less-space {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .project-summary1 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .project-info4 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .project-info4.smaller {
    max-width: none;
  }

  .project-details-icons {
    grid-column-gap: 80px;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

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

  .project-description3 {
    grid-row-gap: 35px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .project-description3.project-description-2-columns {
    grid-row-gap: 35px;
    justify-content: center;
    align-items: center;
  }

  .project-photo-main {
    width: 70%;
  }

  .project-description-paragraph {
    flex-flow: column;
    max-width: none;
  }

  .project-description-paragraph.smaller {
    flex-flow: column;
    display: flex;
  }

  .project-description-paragraph.bigger-gap {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .project-description-paragraph.tablet {
    grid-row-gap: 25px;
  }

  .project-details2.auto {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .project-description-2-columns {
    grid-row-gap: 35px;
    flex-flow: column;
  }

  .project-description-2-columns.reverse {
    flex-flow: wrap;
  }

  .project-description-2-columns.reverse.top {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .project-details.photo-with-caption, .project-details.photo-with-caption.wide {
    width: 100%;
    max-width: none;
  }

  .project-details.quotes {
    flex-flow: row;
    width: auto;
  }

  .project-details.large-photo {
    width: auto;
  }

  .project-details.extra-large-photo {
    width: 100%;
    max-width: 90ch;
  }

  .image {
    width: 60%;
  }

  .image.mobile {
    width: 100%;
  }

  .navbar {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-menu {
    z-index: 10;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    border: 0px none var(--text-color);
    background-color: var(--menu-background);
    border-radius: 0 0 0 12px;
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    place-content: flex-start;
    align-self: center;
    align-items: center;
    width: 45vw;
    margin: 0 auto;
    padding: 120px 20px 0 35px;
    display: flex;
    position: absolute;
  }

  .div-block-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    flex-flow: wrap;
    place-content: center space-between;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button-2 {
    z-index: 100;
    background-color: #0000;
    flex: 0 auto;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .project-description-1 {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
    justify-content: center;
    align-items: center;
  }

  .bio-image {
    order: 1;
    width: auto;
    max-width: 45%;
  }

  .bio-image.about-me-page {
    order: -1;
    max-width: 80ch;
  }

  .bottom-elements {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

  .bottom-elements.about-me {
    order: 0;
    max-width: 80ch;
  }

  .bottom-elements.next-project {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bio-photo {
    width: 80%;
  }

  .top-navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .side-menu.h4 {
    color: var(--medium-grey-text);
  }

  .div-block-31 {
    padding-left: 0;
    padding-right: 0;
  }

  .page-contents {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .menu-button.large {
    font-size: 26px;
    line-height: 150%;
  }

  .list-element, .list-element.smaller.bold, .list-element.smaller.more-space {
    font-size: 15px;
  }

  .list-element.bold, .list-element.more-space {
    font-size: 17px;
  }

  .image-10.large-photos {
    width: 49%;
  }

  .image-10.large-photos.tablet-view {
    width: 45%;
  }

  .image-10.desktop-image {
    width: 100%;
  }

  .lightbox-link._2 {
    width: 98%;
  }

  .div-block-45 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
  }

  .div-block-48, .div-block-49 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lottie-animation {
    width: 50px;
    height: 90px;
  }

  .div-block-51 {
    width: 100px;
    height: auto;
    display: block;
  }

  .list-block.right {
    padding-right: 60px;
  }

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

  .list-2 {
    color: var(--black);
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 300;
    list-style-type: disc;
    display: block;
  }

  .card.participants {
    display: flex;
  }

  .card-general {
    order: 0;
    width: 99%;
  }

  .card-general._50 {
    width: 47%;
  }

  .flex-block-21 {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 767px) {
  .body {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin: 1rem auto;
  }

  .h2 {
    text-align: left;
  }

  .project-title {
    width: auto;
  }

  .read-more {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    place-content: stretch flex-end;
    align-items: center;
    width: 100%;
    overflow: visible;
  }

  .frame-96 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .project2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .project-info {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .header {
    grid-row-gap: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-left {
    grid-row-gap: 5px;
    flex-flow: column;
    width: auto;
  }

  .h1 {
    width: auto;
  }

  .h4 {
    width: auto;
    max-width: none;
  }

  .about-me {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-me-text {
    max-width: none;
  }

  .main {
    grid-row-gap: 50px;
    flex-flow: wrap;
    place-content: stretch flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .main.shorter {
    width: auto;
  }

  .project {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-text {
    flex-flow: column;
    width: auto;
  }

  .paragraph-text.smaller {
    width: auto;
    max-width: 70ch;
  }

  .paragraph-text.side-menu {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 2px 15px;
  }

  .paragraph-text.bold.decorative {
    justify-content: center;
    align-items: center;
    width: 50px;
    max-width: none;
    height: 50px;
  }

  .project-page {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .project-summary {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .project-summary.less-space {
    flex: 1;
    align-self: auto;
  }

  .project-summary1 {
    flex: none;
    width: auto;
    max-width: none;
    margin-bottom: 20px;
  }

  .project-info4 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .project-details-icons {
    justify-content: center;
    align-items: flex-start;
  }

  .vectors-wrapper, .vectors-wrapper-3 {
    display: block;
  }

  .project-description3 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .project-description3.project-description-2-columns {
    justify-content: center;
    align-items: center;
  }

  .project-photo-main {
    width: 100%;
  }

  .caption-small {
    max-width: 80ch;
  }

  .project-description-paragraph {
    max-width: none;
  }

  .project-details.photo-with-caption {
    width: 100%;
  }

  .project-details.photo-with-caption.full-width.more-space.indent {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-left: 20px;
  }

  .project-details.photo-with-caption.wide {
    max-width: none;
  }

  .project-details.large-photo {
    width: auto;
  }

  .image.mobile {
    width: 100%;
  }

  .solution1 {
    width: auto;
  }

  .navbar {
    flex-flow: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    display: flex;
  }

  .nav-menu {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    background-color: var(--menu-background);
    object-fit: fill;
    border-bottom-right-radius: 12px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 45vw;
    max-width: none;
    height: 100%;
    max-height: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    padding-left: 35px;
    padding-right: 20px;
    display: block;
    bottom: auto;
    overflow: visible;
  }

  .div-block-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .menu-button-2 {
    overflow: hidden;
  }

  .menu-button-2.w--open {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .bio-image {
    order: 1;
    width: 100%;
    max-width: 60%;
  }

  .bio-photo {
    width: 90%;
  }

  .side-menu {
    width: 80%;
    display: none;
  }

  .side-menu.top-menu {
    width: 100%;
    display: none;
    position: static;
  }

  .div-block-31 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-32.side-menu {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    position: static;
  }

  .menu-button {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .menu-button.large {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 26px;
    line-height: 150%;
  }

  .list-element.more-space {
    font-size: 17px;
  }

  .list.less-space {
    padding-left: 20px;
  }

  .image-10 {
    width: 95%;
  }

  .image-10.desktop-image {
    display: none;
  }

  .lightbox-link {
    width: 100%;
    max-width: 90ch;
    display: flex;
  }

  .lightbox-link.mobile-only {
    display: flex;
  }

  .lightbox-link.larger {
    width: 100%;
  }

  .paragraph {
    width: auto;
    max-width: 80ch;
  }

  .div-block-45 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
  }

  .lottie-animation {
    width: 50px;
    height: 90px;
  }

  .list-block.right {
    padding-left: 0;
    padding-right: 60px;
  }

  .process-step {
    padding-left: 20px;
  }

  .key-finding, .key-findings-group {
    margin-left: 20px;
  }

  .flex-block-21 {
    flex-flow: row;
  }
}

@media screen and (max-width: 479px) {
  .body {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-image: none;
  }

  .hashtags {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
  }

  .project-title {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-title.next-project {
    width: 100%;
  }

  .project2 {
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    overflow: clip;
  }

  .nav-left {
    grid-row-gap: 5px;
    flex-flow: column;
    width: auto;
  }

  .nav-left.w--current {
    height: auto;
  }

  .about-me {
    padding-left: 0;
    padding-right: 0;
  }

  .about-me.about-me-page {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main {
    grid-column-gap: 25px;
    width: 100%;
    max-width: none;
  }

  .main.shorter {
    width: 100%;
  }

  .footer {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-content: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-text {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-text.indent {
    width: auto;
  }

  .paragraph-text.side-menu {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .paragraph-text.bold.decorative {
    justify-content: center;
    align-items: center;
  }

  .project-page {
    width: 100%;
    max-width: none;
  }

  .project-summary.less-space {
    max-width: none;
  }

  .project-summary1 {
    width: 100%;
  }

  .project-info4 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .project-details-icons {
    grid-column-gap: 50px;
    flex-flow: wrap;
    width: auto;
  }

  .project-description3, .project-photo-main {
    width: 100%;
  }

  .project-description-paragraph {
    flex-flow: wrap;
    max-width: none;
  }

  .project-description-paragraph.smaller, .project-description-paragraph.bigger-gap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .project-details2.auto {
    margin-right: 0;
  }

  .project-description-2-columns {
    width: 100%;
  }

  .project-description-2-columns.reverse.middle {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .project-details.photo-with-caption {
    max-width: none;
  }

  .project-details.photo-with-caption.full-width {
    width: 100%;
  }

  .project-details.photo-with-caption.full-width.more-space.indent {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-left: 10px;
  }

  .project-details.photo-with-caption.wide {
    max-width: none;
  }

  .project-details.photo-with-caption.project-visuals {
    width: 100%;
    max-width: none;
  }

  .project-details.quotes {
    flex-flow: column;
  }

  .project-details.large-photo, .project-details.extra-large-photo {
    width: 100%;
  }

  .image, .image.mobile {
    width: auto;
  }

  .navbar {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    display: flex;
  }

  .nav-menu {
    background-color: var(--menu-background);
    object-fit: fill;
    object-position: 50% 50%;
    border-radius: 0 0 12px 12px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: none;
    height: 100%;
    max-height: none;
    margin-top: 130px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 95px 0% 0%;
  }

  .div-block-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: clip;
  }

  .menu-button-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
  }

  .menu-button-2.w--open {
    color: #333;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: 50px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .bio-image {
    order: 1;
    width: 100%;
  }

  .bio-photo {
    width: 100%;
  }

  .top-navigation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .side-menu.h4 {
    position: static;
  }

  .page-contents {
    width: 100%;
    max-width: none;
  }

  .menu-button {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .list.less-space {
    padding-left: 20px;
  }

  .image-10, .image-10.large-photos {
    width: 100%;
  }

  .image-10.no-borders {
    width: 99%;
  }

  .div-block-45 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .lottie-animation {
    width: 50px;
    height: 90px;
  }

  .list-block {
    padding-right: 20px;
  }

  .list-block.right {
    padding-left: 0;
    padding-right: 20px;
  }

  .div-block-54 {
    flex-flow: column;
  }

  .number-circle {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .key-finding, .key-findings-group {
    margin-left: 10px;
  }

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

  .card.participants, .card.participants.note, .card.accessibility, .card.accessibility.smaller {
    width: 99%;
  }

  .flex-block-18 {
    flex-flow: wrap;
  }

  .card-general, .card-general._50 {
    width: 99%;
  }

  .flex-block-21 {
    flex-flow: wrap;
  }
}


