:root {
  --dark-text: #292b3d;
  --heading-font: Platypi, sans-serif;
  --h1: 3.25rem;
  --heading-font-weight: 500;
  --h2: 2.5rem;
  --h3: 2rem;
  --h4: 1.75rem;
  --h5: 1.5rem;
  --base-font-size: 1rem;
  --body-font: Inter, sans-serif;
  --brand-primary: #273bd4;
  --grey-lightest: #f7f7fa;
  --brand-darkened: #182481;
  --white: white;
  --brand-subtle\<deleted\|variable-87575a25-a81f-e2d1-4315-8ee071a224f0\>: #eef2fe;
  --grey-light: #b9bac6;
  --grey: #73758c;
  --small-text: .9rem;
  --grey-lighter: #e3e3e8;
  --h1-jumbo: 3.5rem;
  --black: black;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  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: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  font-family: var(--heading-font);
  color: var(--dark-text);
  font-size: var(--h1);
  line-height: 1.15;
  font-weight: var(--heading-font-weight);
  margin-top: 1rem;
  margin-bottom: 2rem;
}

h2 {
  font-family: var(--heading-font);
  color: var(--dark-text);
  font-size: var(--h2);
  line-height: 1.25;
  font-weight: var(--heading-font-weight);
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}

h3 {
  font-family: var(--heading-font);
  color: var(--dark-text);
  font-size: var(--h3);
  line-height: 1.25;
  font-weight: var(--heading-font-weight);
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}

h4 {
  font-family: var(--heading-font);
  color: var(--dark-text);
  font-size: var(--h4);
  line-height: 1.5;
  font-weight: var(--heading-font-weight);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h5 {
  font-family: var(--heading-font);
  color: var(--dark-text);
  font-size: var(--h5);
  line-height: 1.5;
  font-weight: var(--heading-font-weight);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h6 {
  font-family: var(--heading-font);
  color: var(--dark-text);
  font-size: var(--base-font-size);
  line-height: 1.5;
  font-weight: var(--heading-font-weight);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

p {
  color: var(--dark-text);
  font-family: Inter, sans-serif;
  font-size: var(--base-font-size);
  -webkit-text-stroke-width: .04rem;
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 175%;
}

a {
  font-family: var(--body-font);
  color: var(--brand-primary);
  font-size: var(--base-font-size);
  vertical-align: baseline;
  line-height: 1.25rem;
  text-decoration: underline;
  transition: opacity .2s;
  display: inline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding-left: 4rem;
  list-style-type: disc;
}

ol {
  margin-top: 0;
  margin-bottom: 2rem;
  padding-left: 4rem;
}

li {
  color: var(--dark-text);
  font-family: Inter, sans-serif;
  font-size: var(--base-font-size);
  -webkit-text-stroke-width: .04rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
  line-height: 150%;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 6px solid var(--brand-primary);
  background-color: var(--grey-lightest);
  color: var(--brand-darkened);
  font-family: Libre Baskerville;
  font-size: var(--base-font-size);
  border-radius: 4px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  font-weight: 400;
  line-height: 175%;
}

figure {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-small {
  color: var(--dark-text);
  font-family: Work Sans;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-small.footer-page {
  padding-top: 10px;
  padding-left: 7px;
  padding-right: 7px;
}

.heading-jumbo {
  color: var(--dark-text);
  text-transform: none;
  max-width: 800px;
  margin: 10px 0;
  font-family: Libre Baskerville;
  font-size: 72px;
  font-weight: 700;
  line-height: 96px;
}

.paragraph-tiny {
  color: var(--dark-text);
  font-family: Work Sans;
  font-size: 12px;
  line-height: 20px;
}

.section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 24px auto;
  display: flex;
  position: static;
}

.section.cc-contact {
  background-color: var(--white);
  border-radius: 24px;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  background-color: var(--brand-primary);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  color: var(--dark-text);
  margin-bottom: 10px;
  font-family: Work Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  color: #191a1d;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

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

.footer-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 40px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1a1b1f;
  object-fit: fill;
  border: 0 #000;
  flex-flow: column;
  align-items: stretch;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--brand-subtle\<deleted\|variable-87575a25-a81f-e2d1-4315-8ee071a224f0\>);
  color: var(--dark-text);
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px;
  font-family: Work Sans;
  display: flex;
}

.text-block-3 {
  color: #1c2958;
  font-family: Work Sans;
  font-weight: 400;
  line-height: 24px;
}

.link {
  margin-top: 8px;
}

.image-4 {
  align-self: flex-start;
  width: 40px;
  margin-bottom: 8px;
}

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

.heading-18 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-19 {
  margin-bottom: 0;
}

.link-4 {
  color: var(--brand-primary);
  font-family: Work Sans;
}

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

.social-links-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-links-container.center {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.social-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--grey-light);
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 5px 20px 5px 1rem;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.social-button:where(.w-variant-05a45b25-e6c7-f6f3-6f80-1da48ea703df) {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-color: var(--brand-darkened);
  background-color: var(--brand-primary);
  padding: .75rem 2rem;
}

.button-text {
  color: #222;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.875rem;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-item {
  color: var(--dark-text);
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 1.875rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.button-text-item:where(.w-variant-05a45b25-e6c7-f6f3-6f80-1da48ea703df) {
  color: var(--white);
  font-size: 1.25rem;
}

.arrow-down-right {
  align-self: center;
  width: 25px;
  height: 25px;
}

.title {
  width: 100%;
}

.footer-link-section {
  width: 33.3%;
}

.footer-link-section.center {
  justify-content: center;
  display: flex;
}

.footer-link-section.footer-left {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  display: flex;
}

.arrow-up {
  align-self: flex-end;
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
}

.footer-bottom {
  width: 100%;
}

.link-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.link-block:hover {
  opacity: .65;
}

.footer-text-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-content {
  width: 100%;
}

.contact.section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.paragraph-medium {
  color: #222;
  letter-spacing: 0;
  -webkit-text-stroke-width: .4px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}

.paragraph-medium.contact-subtext {
  color: var(--dark-text);
  text-align: left;
}

.paragraph-medium.hero-subheading {
  color: var(--dark-text);
  text-align: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 2.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.75;
}

.paragraph-medium.job {
  font-size: var(--base-font-size);
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 400;
}

.paragraph-medium.section-heading {
  font-family: var(--heading-font);
  color: var(--dark-text);
  font-size: var(--h5);
  font-weight: var(--heading-font-weight);
  margin-bottom: 0;
}

.paragraph-medium.gm-icon {
  font-size: 20px;
  line-height: 1.2;
}

.paragraph-large {
  color: #222;
  letter-spacing: -.4px;
  -webkit-text-stroke-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
}

.paragraph-large.email {
  text-align: center;
  font-size: 2rem;
}

.title-text {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: baseline;
  font-family: Libre Baskerville;
  display: flex;
}

.link-6 {
  color: var(--brand-primary);
  text-align: left;
  text-underline-offset: 8px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2rem;
  text-decoration-thickness: 2px;
  display: flex;
}

.footer-link-wrapper {
  padding-top: 1rem;
  padding-bottom: 3rem;
  display: flex;
}

.webflow-link-4 {
  color: #222;
  text-align: left;
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
  display: inline-block;
}

.webflow-link-4:hover {
  color: #8f8f8f;
}

.divider-4 {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.paragraph-s {
  color: #222;
  text-align: left;
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  align-self: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
}

.paragraph-s.footer-left {
  padding-right: 0;
  display: inline-block;
}

.container-5 {
  max-width: 95%;
}

.container-5.contact {
  width: 100%;
}

.navigation-2.section {
  z-index: 9999;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-top: 0;
  padding-top: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: fixed;
  inset: 0% 0% auto;
}

.top-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around space-between;
  align-items: baseline;
  width: 100%;
  max-width: 1280px;
  height: 85px;
  display: grid;
  position: static;
}

.navigation-container {
  max-width: 95%;
}

.navigation-container.header {
  background-color: var(--white);
  align-content: space-between;
  width: 100%;
  max-width: 1280px;
}

.arrow-up-2 {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

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

.link-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  opacity: .65;
  color: var(--brand-primary);
}

.about-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.job {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 0;
}

.naviogation-link-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-end;
  display: flex;
}

.project-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.page-wrapper {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.section-title {
  color: var(--dark-text);
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.about.section {
  margin-top: 0;
  margin-bottom: 0;
}

.logo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo.go-back:hover {
  opacity: 1;
}

.paragraph-small-4 {
  color: #222;
  text-align: left;
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  align-self: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
}

.paragraph-small-4.logo-text {
  color: var(--dark-text);
  align-self: flex-start;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.paragraph-small-4.job-year {
  color: #616161;
  padding-top: 5px;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1rem;
}

.paragraph-small-4.footer-left {
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-small-4.footer-page {
  padding-top: 0;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Inter, sans-serif;
  display: inline-block;
}

.paragraph-small-4.footer-page:hover {
  color: var(--brand-primary);
  -webkit-text-stroke-color: var(--brand-primary);
}

.navigation-link.paragraph-small-4 {
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.navigation-link.paragraph-small-4:hover {
  color: #8f8f8f;
}

.about-wrapper {
  width: 100%;
  margin-bottom: 2rem;
}

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

.home-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.home-link:hover, .home-link.w--current:hover {
  opacity: .65;
}

.container-6 {
  max-width: 95%;
}

.container-6.work {
  width: 100%;
  max-width: none;
  padding-top: 20px;
}

.container-6.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  justify-items: start;
  display: grid;
}

.container-6.about {
  width: 100%;
  max-width: none;
  padding-top: 20px;
}

.container-6.contact {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.info-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  max-width: none;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.about-content-block {
  width: 100%;
}

.logo-image-2 {
  height: 48px;
}

.project-cover {
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 16px;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
}

.thumbnail-wrapper {
  text-overflow: clip;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 16px;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.project-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.project-name {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
}

.project-info {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -webkit-text-stroke-color: #616161;
  flex-flow: row;
  justify-content: flex-start;
  align-items: baseline;
  width: 66%;
  max-width: none;
  margin-top: 2rem;
  padding-top: 0;
  display: flex;
}

.project-info.paragraph-small {
  color: var(--grey);
  align-self: flex-start;
  margin-top: 1rem;
  padding: 0 2px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
  display: block;
}

.project-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-link {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  mix-blend-mode: normal;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.collection-list-wrapper {
  flex-flow: wrap;
  display: block;
}

.collection-item-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  order: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: block;
}

.collection-list-2 {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.project-information {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--dark-text);
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .25fr) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: 2rem;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
  display: grid;
}

.top-wrapper-work {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 85px;
  display: grid;
}

.next-project-container {
  justify-content: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.social-button-2 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: .5rem;
  padding: 5px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.project-title {
  color: var(--grey);
  font-family: Inter, sans-serif;
  font-size: var(--base-font-size);
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  width: 100%;
  padding-bottom: 0;
  font-weight: 300;
}

.project-title.small-p {
  font-size: var(--small-text);
  width: 100%;
}

.project-title.key {
  font-size: var(--small-text);
  line-height: 1.25;
}

.image-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.page-wrapper-2 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.image-wrapper {
  color: var(--dark-text);
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}

.project-content.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  margin-top: 0;
}

.next-project-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.paragraph-medium-2 {
  color: var(--dark-text);
  letter-spacing: -.25px;
  -webkit-text-stroke-width: .4px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 175%;
}

.paragraph-medium-2.contact-subtext {
  color: #616161;
  text-align: center;
}

.paragraph-large-2 {
  color: #222;
  letter-spacing: -.4px;
  -webkit-text-stroke-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
}

.paragraph-large-2.next-project-name {
  color: var(--brand-primary);
  text-align: center;
  padding-top: 10px;
  font-family: Libre Baskerville;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
  display: inline-block;
}

.paragraph-large-2.next-project-name:hover {
  color: #616161;
}

.paragraph-small-5 {
  color: #222;
  text-align: left;
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  align-self: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
}

.paragraph-small-5.go-back-text {
  padding-top: 0;
  display: inline-block;
}

.project-image {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  overflow: clip;
}

.overview-block {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.arrow-left {
  width: 25px;
  height: 25px;
  display: inline-block;
}

.container-7 {
  max-width: 95%;
}

.container-7.header {
  align-content: space-between;
  width: 100%;
}

.project-overview-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.block.project-info-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.hero-heading-2 {
  color: var(--dark-text);
  text-align: left;
  letter-spacing: -3px;
  text-transform: none;
  align-self: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 120%;
}

.container-contact {
  flex-flow: column;
  align-items: flex-start;
  max-width: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.intro {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 800px;
  margin: 8rem auto 4rem;
  display: flex;
}

.gm-icon {
  color: var(--brand-primary);
  font-family: Material Icons Outlined, sans-serif;
  font-size: 18px;
}

.gm-icon:where(.w-variant-05a45b25-e6c7-f6f3-6f80-1da48ea703df) {
  color: var(--white);
}

.strength {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  color: var(--dark-text);
  -webkit-text-stroke-width: .4px;
  -webkit-text-stroke-color: var(--dark-text);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}

.impact-statements {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 0px none var(--grey-lighter);
  border-bottom: 0px none var(--grey-lighter);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.impact-statement {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: .125rem solid var(--brand-primary);
  background-color: var(--grey-lightest);
  color: var(--brand-darkened);
  -webkit-text-stroke-color: var(--brand-darkened);
  border-radius: 1.25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 150%;
  box-shadow: 0 2px 5px #0003;
}

.impact-p {
  color: var(--brand-darkened);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 150%;
}

.flex-block-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: 0;
}

.small-p {
  color: var(--grey);
  -webkit-text-stroke-width: .02rem;
  -webkit-text-stroke-color: var(--dark-text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 150%;
}

.small-p.name {
  color: var(--dark-text);
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}

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

.flex-block-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  margin-top: 8rem;
  margin-bottom: 2rem;
  display: grid;
}

.flex-block-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.flex-block-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 0px none var(--grey-lighter);
  border-bottom: 0px none var(--grey-lighter);
  padding-top: 0;
  padding-bottom: 4rem;
}

.list-7 {
  margin-bottom: 2rem;
}

.list-8 {
  margin-top: 2rem;
}

.block-quote {
  font-size: var(--base-font-size);
}

.heading-27 {
  margin-bottom: 2rem;
}

.heading-28 {
  font-family: var(--heading-font);
}

.image-5 {
  height: 48px;
}

.headline-img-container {
  background-color: var(--grey-lightest);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 380px;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  overflow: clip;
}

.image-6 {
  object-fit: scale-down;
  width: 100%;
  min-width: 240px;
  height: auto;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 100%;
  display: flex;
}

.video {
  max-width: 360px;
}

.rich-text-block {
  color: var(--brand-primary);
  display: block;
}

.rich-text-block a {
  color: var(--brand-primary);
  mix-blend-mode: normal;
}

.rich-text-block a:hover {
  text-decoration: none;
}

.rich-text-block.cms-rich-text {
  color: var(--dark-text);
  font-family: Inter, sans-serif;
  font-size: var(--base-font-size);
  line-height: 175%;
}

.rich-text-block.cms-rich-text figure {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-bottom: 0;
}

.rich-text-block.cms-rich-text figcaption {
  opacity: 100;
  font-family: var(--body-font);
  color: var(--grey);
  font-size: var(--small-text);
  margin-top: 0;
  line-height: 1.75;
}

.rich-text-block.cms-rich-text blockquote {
  font-family: var(--heading-font);
  font-size: 1.25rem;
  font-weight: var(--heading-font-weight);
}

.rich-text-link {
  color: var(--brand-primary);
  font-weight: 300;
  display: inline;
}

.rich-text-block-2 {
  color: var(--dark-text);
}

.figure {
  margin-bottom: 2rem;
  padding-bottom: .5rem;
}

.figure-caption {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.figure-caption-2 {
  margin-top: 0;
  margin-bottom: 4rem;
}

.heading-29 {
  margin-bottom: 1rem;
}

.heading-30 {
  font-family: Platypi, sans-serif;
  font-weight: 500;
}

.heading-31 {
  line-height: 1.25;
}

.heading-32 {
  font-family: var(--heading-font);
}

.heading-33 {
  font-weight: 500;
}

.heading-34 {
  font-weight: var(--heading-font-weight);
}

.portfolio-heading {
  margin-top: 0;
}

.project-section {
  width: 100%;
  margin-bottom: 2rem;
}

.heading-38 {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.heading-39, .heading-40 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.image-7 {
  align-self: flex-end;
}

.heading-42 {
  text-align: center;
  align-self: flex-start;
}

.centred {
  text-align: center;
}

.heading-43 {
  font-size: var(--h1-jumbo);
  text-align: center;
}

.project-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.key {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.project-details-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: baseline;
}

.paragraph-7 {
  margin-bottom: 0;
  font-size: 1rem;
}

.div-block-15 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  display: flex;
}

.project-wrapper-h2 {
  margin-top: 1rem;
  margin-bottom: 0;
}

.text-block-4 {
  background-color: var(--grey-lightest);
  color: var(--dark-text);
  font-size: var(--small-text);
  text-align: center;
  border-radius: 999rem;
  padding: .25rem 1rem;
}

.collection-list-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: .5rem;
  margin-bottom: 2rem;
  display: flex;
}

.project-tags {
  margin-top: 1rem;
}

.div-block-16 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.image-8 {
  height: 6rem;
  position: absolute;
  inset: 25% 0% auto 22%;
}

.block-quote-3 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
}

.primary-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--brand-primary);
  color: var(--white);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-family: Material Icons Outlined, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.primary-button:hover {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--brand-darkened);
  color: var(--white);
  transform: translate(0, -2px);
  box-shadow: 0 2px 5px #00000026;
}

.primary-button:focus {
  outline-color: var(--brand-primary);
  outline-offset: 2px;
  outline-width: 3px;
  outline-style: solid;
}

.primary-button-text {
  font-family: Inter, sans-serif;
  font-size: var(--base-font-size);
  text-decoration: none;
}

.primary-btn-icon {
  width: 1.25rem;
  height: 1.25rem;
  font-family: Material Icons Outlined, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.div-block-17 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.styleguide-wrapper {
  margin: 4rem;
}

.div-block-18 {
  border-bottom: 1px solid var(--grey-lighter);
  border-radius: 1px;
  padding-bottom: .5rem;
}

.heading-44 {
  margin-bottom: 1rem;
}

.back-to-top-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--dark-text);
  text-decoration: none;
  display: flex;
}

.back-to-top-link:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  body {
    color: var(--dark-text);
    --dark-text: #292b3d;
    --heading-font: Platypi, sans-serif;
    --h1: 3.25rem;
    --heading-font-weight: 500;
    --h2: 2.5rem;
    --h3: 2rem;
    --h4: 1.75rem;
    --h5: 1.5rem;
    --base-font-size: 1rem;
    --body-font: Inter, sans-serif;
    --brand-primary: #273bd4;
    --grey-lightest: #f7f7fa;
    --brand-darkened: #182481;
    --white: white;
    --brand-subtle\<deleted\|variable-87575a25-a81f-e2d1-4315-8ee071a224f0\>: #eef2fe;
    --grey-light: #b9bac6;
    --grey: #73758c;
    --small-text: .9rem;
    --grey-lighter: #e3e3e8;
    --h1-jumbo: 3.5rem;
    --black: black;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
  }

  h1 {
    font-size: var(--h1);
    --dark-text: #292b3d;
    --heading-font: Platypi, sans-serif;
    --h1: 3.5rem;
    --heading-font-weight: 500;
    --h2: 2.5rem;
    --h3: 2.5rem;
    --h4: 2.25rem;
    --h5: 1.5rem;
    --base-font-size: 1.25rem;
    --brand-primary: #273bd4;
    --grey-lightest: #f7f7fa;
    --brand-darkened: #182481;
    --white: white;
    --grey-light: #b9bac6;
    --grey: #73758c;
    --small-text: .9rem;
    --grey-lighter: #e3e3e8;
    --h1-jumbo: 3.75rem;
    --black: black;
    line-height: 1.2;
  }

  h2, h3 {
    margin-bottom: 1.25rem;
  }

  p {
    font-family: Inter, sans-serif;
    font-size: var(--base-font-size);
    --dark-text: #292b3d;
    --heading-font: Platypi, sans-serif;
    --h1: 3.5rem;
    --heading-font-weight: 500;
    --h2: 2.5rem;
    --h3: 2.5rem;
    --h4: 2.25rem;
    --h5: 1.5rem;
    --base-font-size: 1.25rem;
    --brand-primary: #273bd4;
    --grey-lightest: #f7f7fa;
    --brand-darkened: #182481;
    --white: white;
    --grey-light: #b9bac6;
    --grey: #73758c;
    --small-text: .9rem;
    --grey-lighter: #e3e3e8;
    --h1-jumbo: 3.75rem;
    --black: black;
    margin-bottom: 2rem;
    font-weight: 300;
    line-height: 175%;
  }

  ul {
    margin-bottom: 2rem;
  }

  ol {
    font-size: var(--base-font-size);
    --dark-text: #292b3d;
    --heading-font: Platypi, sans-serif;
    --h1: 3.5rem;
    --heading-font-weight: 500;
    --h2: 2.5rem;
    --h3: 2.5rem;
    --h4: 2.25rem;
    --h5: 1.5rem;
    --base-font-size: 1.25rem;
    --brand-primary: #273bd4;
    --grey-lightest: #f7f7fa;
    --brand-darkened: #182481;
    --white: white;
    --grey-light: #b9bac6;
    --grey: #73758c;
    --small-text: .9rem;
    --grey-lighter: #e3e3e8;
    --h1-jumbo: 3.75rem;
    --black: black;
    margin-top: 2rem;
    margin-bottom: 4rem;
    padding-left: 4rem;
  }

  li {
    --dark-text: #292b3d;
    --heading-font: Platypi, sans-serif;
    --h1: 3.5rem;
    --heading-font-weight: 500;
    --h2: 2.5rem;
    --h3: 2.5rem;
    --h4: 2.25rem;
    --h5: 1.5rem;
    --base-font-size: 1.25rem;
    --brand-primary: #273bd4;
    --grey-lightest: #f7f7fa;
    --brand-darkened: #182481;
    --white: white;
    --grey-light: #b9bac6;
    --grey: #73758c;
    --small-text: .9rem;
    --grey-lighter: #e3e3e8;
    --h1-jumbo: 3.75rem;
    --black: black;
    font-size: 1.25rem;
    line-height: 175%;
  }

  blockquote {
    border-left-color: var(--brand-primary);
    background-color: var(--grey-lightest);
    color: var(--brand-darkened);
    font-family: Libre Baskerville;
    font-size: var(--base-font-size);
    --dark-text: #292b3d;
    --heading-font: Platypi, sans-serif;
    --h1: 3.5rem;
    --heading-font-weight: 500;
    --h2: 2.5rem;
    --h3: 2.5rem;
    --h4: 2.25rem;
    --h5: 1.5rem;
    --base-font-size: 1.25rem;
    --brand-primary: #273bd4;
    --grey-lightest: #f7f7fa;
    --brand-darkened: #182481;
    --white: white;
    --grey-light: #b9bac6;
    --grey: #73758c;
    --small-text: .9rem;
    --grey-lighter: #e3e3e8;
    --h1-jumbo: 3.75rem;
    --black: black;
    line-height: 175%;
  }

  .social-links-container {
    align-content: space-between;
    align-self: flex-start;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .social-button {
    flex: 0 auto;
    margin-right: 0;
  }

  .arrow-down-right {
    width: 25px;
    height: 25px;
  }

  .arrow-up {
    align-self: flex-end;
    width: 20px;
    height: 20px;
    margin-bottom: 0;
  }

  .link-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    text-decoration: none;
    display: flex;
  }

  .footer-content {
    width: 100%;
  }

  .contact.section {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-medium {
    font-size: 1rem;
    line-height: 160%;
  }

  .paragraph-medium.hero-subheading {
    color: var(--dark-text);
    font-size: var(--base-font-size);
    letter-spacing: -.5px;
    width: 100%;
    max-width: none;
    padding-bottom: 1rem;
    font-weight: 300;
  }

  .paragraph-medium.job {
    font-size: 1rem;
  }

  .paragraph-medium.section-heading {
    font-size: var(--base-font-size);
    --dark-text: #292b3d;
    --heading-font: Platypi, sans-serif;
    --h1: 3.5rem;
    --heading-font-weight: 500;
    --h2: 2.5rem;
    --h3: 2.5rem;
    --h4: 2.25rem;
    --h5: 1.5rem;
    --base-font-size: 1.25rem;
    --brand-primary: #273bd4;
    --grey-lightest: #f7f7fa;
    --brand-darkened: #182481;
    --white: white;
    --grey-light: #b9bac6;
    --grey: #73758c;
    --small-text: .9rem;
    --grey-lighter: #e3e3e8;
    --h1-jumbo: 3.75rem;
    --black: black;
    margin-bottom: 0;
  }

  .paragraph-large.email {
    font-size: 2rem;
    line-height: 150%;
  }

  .title-text {
    align-items: center;
  }

  .link-6 {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
  }

  .footer-wrapper {
    width: 100%;
  }

  .divider-4 {
    background-color: #e5e5e5;
    width: 100%;
    height: 1px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-5 {
    width: 100%;
    max-width: 1250px;
    min-height: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-5.contact {
    max-width: 95%;
    padding-top: 25px;
  }

  .navigation-2.section {
    z-index: 9999;
    background-color: var(--white);
    width: 100%;
    max-width: 1440px;
    margin-top: 0;
    position: fixed;
    inset: 0% 0% auto;
  }

  .top-wrapper {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    max-width: 1440px;
    height: auto;
    padding: 1.5rem 0;
    position: static;
  }

  .navigation-container {
    width: 100%;
    max-width: 1250px;
    min-height: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .navigation-container.header {
    width: 100%;
    max-width: none;
    min-height: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .arrow-up-2 {
    align-self: flex-end;
    width: 20px;
    height: 20px;
    margin-bottom: 0;
  }

  .link-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    text-decoration: none;
    display: flex;
  }

  .naviogation-link-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .page-wrapper {
    align-self: auto;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title {
    color: var(--dark-text);
    font-family: Platypi, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.25;
  }

  .paragraph-small-4.logo-text {
    line-height: 120%;
    display: inline-block;
  }

  .paragraph-small-4.job-year {
    padding-top: 5px;
    padding-left: 0;
    font-size: 1rem;
  }

  .navigation-link.paragraph-small-4 {
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    padding-top: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .navigation-link.paragraph-small-4:hover {
    color: #8f8f8f;
    text-decoration: none;
  }

  .hero-wrapper {
    width: auto;
    max-width: 840px;
    font-size: 0;
    display: flex;
  }

  .home-link:hover {
    opacity: .64;
  }

  .home-link.w--current:hover {
    opacity: .65;
  }

  .container-6 {
    width: 100%;
    max-width: 1250px;
    min-height: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-6.work {
    flex-flow: column;
    max-width: none;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-6.hero {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container-6.about {
    max-width: none;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-6.contact {
    max-width: none;
    padding: 0;
  }

  .info-block {
    padding-bottom: 0;
  }

  .logo-image-2 {
    height: 48px;
    margin-bottom: 2px;
  }

  .thumbnail-wrapper {
    background-color: #e3e3e800;
    width: 100%;
    min-width: auto;
    height: auto;
  }

  .project-text-wrapper {
    justify-content: center;
  }

  .project-info {
    max-width: none;
  }

  .collection-list-wrapper {
    flex-flow: column;
    display: flex;
  }

  .top-wrapper-work {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 1280px;
    display: flex;
  }

  .project-title {
    font-size: var(--base-font-size);
    --dark-text: #292b3d;
    --heading-font: Platypi, sans-serif;
    --h1: 3.5rem;
    --heading-font-weight: 500;
    --h2: 2.5rem;
    --h3: 2.5rem;
    --h4: 2.25rem;
    --h5: 1.5rem;
    --base-font-size: 1.25rem;
    --brand-primary: #273bd4;
    --grey-lightest: #f7f7fa;
    --brand-darkened: #182481;
    --white: white;
    --grey-light: #b9bac6;
    --grey: #73758c;
    --small-text: .9rem;
    --grey-lighter: #e3e3e8;
    --h1-jumbo: 3.75rem;
    --black: black;
  }

  .page-wrapper-2 {
    width: 100%;
    max-width: 1280px;
    min-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .next-project-wrapper {
    padding-top: 5rem;
  }

  .paragraph-medium-2 {
    color: var(--dark-text);
    font-size: 1.3rem;
    line-height: 160%;
  }

  .paragraph-large-2.next-project-name {
    text-align: center;
    font-size: 3rem;
    text-decoration: none;
    display: block;
  }

  .overview-block {
    margin-bottom: 2rem;
  }

  .container-7 {
    width: 100%;
    max-width: 1250px;
    min-height: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-7.hero, .container-7.header {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .project-overview-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 2rem;
  }

  .block {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .block.project-info-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    font-size: var(--base-font-size);
    --dark-text: #292b3d;
    --heading-font: Platypi, sans-serif;
    --h1: 3.5rem;
    --heading-font-weight: 500;
    --h2: 2.5rem;
    --h3: 2.5rem;
    --h4: 2.25rem;
    --h5: 1.5rem;
    --base-font-size: 1.25rem;
    --brand-primary: #273bd4;
    --grey-lightest: #f7f7fa;
    --brand-darkened: #182481;
    --white: white;
    --grey-light: #b9bac6;
    --grey: #73758c;
    --small-text: .9rem;
    --grey-lighter: #e3e3e8;
    --h1-jumbo: 3.75rem;
    --black: black;
  }

  .hero-heading-2 {
    max-width: none;
    font-size: 4rem;
    line-height: 120%;
  }

  .intro {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: 2fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    max-width: 8400px;
    margin-top: 10rem;
  }

  .paragraph {
    color: var(--dark-text);
    font-family: Inter, sans-serif;
    font-size: 20px;
  }

  .impact-statements {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    border-bottom: 1px none var(--grey-lighter);
    color: var(--grey-lightest);
    -webkit-text-stroke-color: var(--dark-text);
    --dark-text: #292b3d;
    --heading-font: Platypi, sans-serif;
    --h1: 3.5rem;
    --heading-font-weight: 500;
    --h2: 2.5rem;
    --h3: 2.5rem;
    --h4: 2.25rem;
    --h5: 1.5rem;
    --base-font-size: 1.25rem;
    --brand-primary: #273bd4;
    --grey-lightest: #f7f7fa;
    --brand-darkened: #182481;
    --white: white;
    --grey-light: #b9bac6;
    --grey: #73758c;
    --small-text: .9rem;
    --grey-lighter: #e3e3e8;
    --h1-jumbo: 3.75rem;
    --black: black;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .impact-statement {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border: .125rem solid var(--brand-primary);
    background-color: var(--grey-lightest);
    color: var(--brand-darkened);
    border-radius: 1.125rem;
    flex-flow: row;
    justify-content: flex-start;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    box-shadow: 0 2px 5px #0003;
  }

  .impact-p {
    font-size: var(--base-font-size);
    margin-bottom: 0;
    font-weight: 400;
    display: flex;
  }

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

  .flex-block-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    border-bottom: 0px none var(--grey-lighter);
    place-items: center stretch;
    margin-bottom: 0;
    padding-bottom: 2rem;
  }

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

  .flex-block-5 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-bottom: 0;
  }

  .block-quote-2 {
    --dark-text: #292b3d;
    --heading-font: Platypi, sans-serif;
    --h1: 3.5rem;
    --heading-font-weight: 500;
    --h2: 2.5rem;
    --h3: 2.5rem;
    --h4: 2.25rem;
    --h5: 1.5rem;
    --base-font-size: 1.25rem;
    --brand-primary: #273bd4;
    --grey-lightest: #f7f7fa;
    --brand-darkened: #182481;
    --white: white;
    --grey-light: #b9bac6;
    --grey: #73758c;
    --small-text: .9rem;
    --grey-lighter: #e3e3e8;
    --h1-jumbo: 3.75rem;
    --black: black;
  }

  .headline-img-container {
    background-color: var(--grey-lightest);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 24px;
    justify-content: flex-start;
    align-items: center;
    height: 420px;
    padding-top: 2rem;
    display: flex;
    overflow: clip;
  }

  .image-6 {
    min-width: 200px;
    height: auto;
    padding-bottom: 0;
  }

  .rich-text-block.cms-rich-text figure {
    margin-bottom: 4rem;
  }

  .heading-36 {
    --dark-text: #292b3d;
    --heading-font: Platypi, sans-serif;
    --h1: 3.5rem;
    --heading-font-weight: 500;
    --h2: 2.5rem;
    --h3: 2.5rem;
    --h4: 2.25rem;
    --h5: 1.5rem;
    --base-font-size: 1.25rem;
    --brand-primary: #273bd4;
    --grey-lightest: #f7f7fa;
    --brand-darkened: #182481;
    --white: white;
    --grey-light: #b9bac6;
    --grey: #73758c;
    --small-text: .9rem;
    --grey-lighter: #e3e3e8;
    --h1-jumbo: 3.75rem;
    --black: black;
  }

  .heading-37 {
    line-height: 1.2;
  }

  .heading-41 {
    margin-bottom: 1.5rem;
  }

  .centred {
    text-align: center;
  }

  .div-block-16 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 1.15;
  }

  h2, h3 {
    line-height: 1.25;
  }

  .heading-jumbo {
    color: #1c2958;
    font-size: 56px;
    line-height: 70px;
  }

  .section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .footer-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .body {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .div-block-4 {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
  }

  .link {
    font-family: Mulish;
  }

  .image-4 {
    margin-bottom: 12px;
  }

  .social-button {
    margin-right: .5rem;
  }

  .button-text-item {
    font-family: var(--body-font);
    color: var(--dark-text);
    font-size: var(--base-font-size);
    font-weight: 400;
    text-decoration: none;
  }

  .arrow-down-right {
    width: 1.25rem;
    height: 1.25rem;
    overflow: auto;
  }

  .footer-link-section {
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
  }

  .footer-link-section.center {
    margin-bottom: 2rem;
    padding-bottom: 0;
  }

  .footer-link-section.footer-left {
    justify-content: center;
    display: flex;
  }

  .footer-text-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .paragraph-medium.hero-subheading {
    color: var(--dark-text);
    text-align: left;
    width: auto;
    font-size: 1rem;
  }

  .paragraph-medium.section-heading {
    font-family: var(--heading-font);
    font-size: var(--h5);
    font-weight: var(--heading-font-weight);
    margin-bottom: 0;
  }

  .paragraph-large.email {
    font-size: 9vw;
  }

  .title-text {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: flex-start;
    align-items: baseline;
  }

  .link-6 {
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    font-weight: 300;
  }

  .footer-link-wrapper {
    flex-direction: column-reverse;
  }

  .webflow-link-4 {
    align-self: flex-end;
  }

  .paragraph-s.footer-left {
    text-align: center;
  }

  .navigation-2.section {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .top-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-content {
    flex-direction: column-reverse;
    padding-bottom: 2rem;
  }

  .project-wrapper {
    flex-flow: column;
  }

  .page-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .paragraph-small-4.job-year {
    padding-top: 5px;
    padding-left: 0;
  }

  .paragraph-small-4.footer-left {
    text-align: center;
  }

  .navigation-link.paragraph-small-4 {
    color: var(--dark-text);
  }

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

  .container-6.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .info-block {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 25px;
  }

  .about-content-block {
    flex: 0 auto;
    width: 100%;
    padding-bottom: 1rem;
  }

  .thumbnail-wrapper {
    height: auto;
  }

  .project-name {
    font-size: 2rem;
  }

  .project-info {
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .project-info.paragraph-small {
    margin-top: .5rem;
  }

  .project-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .collection-item-2 {
    flex-flow: column;
    width: 100%;
  }

  .collection-list-2 {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .project-information {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1fr);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .top-wrapper-work {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .page-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .project-content.section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .paragraph-medium-2 {
    font-size: 1rem;
  }

  .paragraph-large-2.next-project-name {
    font-size: 9vw;
  }

  .project-image {
    margin-bottom: .5rem;
  }

  .project-overview-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 0;
  }

  .hero-heading-2 {
    font-size: var(--h1);
    font-weight: var(--heading-font-weight);
    margin-top: 0;
  }

  .intro {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    margin-top: 6rem;
    margin-bottom: 2rem;
  }

  .gm-icon {
    color: var(--dark-text);
  }

  .gm-icon.primary-button {
    font-family: Material Icons Outlined, sans-serif;
    text-decoration: none;
  }

  .impact-statements {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 1rem;
  }

  .impact-statement {
    border-width: .1rem;
    border-radius: .75rem;
  }

  .impact-p {
    font-size: 1rem;
  }

  .small-p {
    color: var(--grey);
    font-size: .9rem;
  }

  .small-p.name {
    color: var(--dark-text);
    font-size: 1rem;
  }

  .flex-block-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-flow: column;
    justify-items: center;
  }

  .flex-block-5 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .image-5 {
    height: 48px;
  }

  .headline-img-container {
    width: 100%;
    height: 360px;
  }

  .project-section {
    width: 100%;
    margin-bottom: 2rem;
  }

  .div-block-13 {
    width: 100%;
  }

  .heading-43 {
    text-align: left;
  }

  .image-9 {
    width: 80px;
    height: 80px;
  }

  .primary-button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: var(--brand-primary);
    font-family: var(--body-font);
    color: var(--white);
    font-size: var(--base-font-size);
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    padding: .75rem 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    text-decoration-thickness: 0;
    transition-property: none;
    display: flex;
  }

  .text-block-5 {
    color: var(--white);
    text-decoration: none;
  }

  .primary-button-text {
    font-size: 1.25rem;
  }

  .primary-btn-icon {
    font-family: Material Icons Outlined, sans-serif;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    --dark-text: #292b3d;
    --heading-font: Platypi, sans-serif;
    --h1: 2rem;
    --heading-font-weight: 500;
    --h2: 1.75rem;
    --h3: 1.5rem;
    --h4: 1.25rem;
    --h5: 1rem;
    --base-font-size: 1rem;
    --brand-primary: #273bd4;
    --grey-lightest: #f7f7fa;
    --brand-darkened: #182481;
    --white: white;
    --grey-light: #b9bac6;
    --grey: #73758c;
    --small-text: .9rem;
    --grey-lighter: #e3e3e8;
    --h1-jumbo: 2.25rem;
    --black: black;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .body {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .link {
    margin-top: 8px;
  }

  .div-block-11 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .social-links-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    width: 100%;
  }

  .contact.section {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-medium.hero-subheading {
    width: 100%;
  }

  .paragraph-medium.section-heading {
    font-size: var(--h4);
  }

  .link-6 {
    font-size: 1.2rem;
  }

  .container-5.contact {
    max-width: 95%;
  }

  .navigation-2.section {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    inset: 0% 0% auto;
  }

  .top-wrapper {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    width: 100%;
    height: 85px;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-container.header {
    max-width: 95%;
  }

  .arrow-up-2 {
    align-self: flex-end;
    margin-bottom: 0;
  }

  .link-block-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    display: flex;
  }

  .about-content {
    padding-bottom: 0;
  }

  .naviogation-link-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about.section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero-wrapper {
    justify-content: flex-start;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-6.work {
    max-width: 95%;
    padding-top: 2rem;
  }

  .container-6.hero, .container-6.about {
    max-width: 95%;
  }

  .container-6.contact {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .info-block {
    padding-right: 0;
  }

  .about-content-block {
    padding-bottom: 0;
  }

  .project-cover {
    height: 100%;
  }

  .thumbnail-wrapper {
    margin-bottom: 0;
  }

  .project-info {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .project-info.paragraph-small {
    margin-top: 0;
  }

  .project-link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-bottom: 2rem;
  }

  .collection-item-2 {
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-2 {
    grid-row-gap: 1rem;
  }

  .project-information {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1fr);
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .top-wrapper-work {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .project-title {
    font-size: .9rem;
  }

  .image-row {
    flex-flow: column;
    display: flex;
  }

  .image-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .paragraph-medium-2 {
    font-size: 1rem;
  }

  .project-image {
    margin-bottom: .5rem;
  }

  .arrow-left {
    width: 20px;
    height: 20px;
  }

  .container-7.hero, .container-7.header {
    max-width: 95%;
  }

  .project-overview-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: .75fr 1fr;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .hero-heading-2 {
    letter-spacing: -2px;
    max-width: none;
    margin-top: 0;
    font-size: 2rem;
    line-height: 140%;
  }

  .intro {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .empty-state {
    background-color: var(--grey-lightest);
  }

  .small-p {
    -webkit-text-stroke-width: .4px;
    -webkit-text-stroke-color: var(--dark-text);
    font-size: .9rem;
  }

  .flex-block-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    margin-top: 6rem;
    display: flex;
  }

  .flex-block-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .image-5 {
    height: 32px;
  }

  .headline-img-container {
    width: 100%;
    height: 320px;
  }

  .div-block-14 {
    width: 100%;
  }

  .div-block-16 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-9 {
    width: 64px;
    height: 64px;
  }

  .primary-button-text {
    font-family: var(--body-font);
    font-size: var(--base-font-size);
  }
}

@media screen and (max-width: 479px) {
  h1 {
    --dark-text: #292b3d;
    --heading-font: Platypi, sans-serif;
    --h1: 2rem;
    --heading-font-weight: 500;
    --h2: 1.75rem;
    --h3: 1.5rem;
    --h4: 1.25rem;
    --h5: 1rem;
    --base-font-size: 1rem;
    --brand-primary: #273bd4;
    --grey-lightest: #f7f7fa;
    --brand-darkened: #182481;
    --white: white;
    --grey-light: #b9bac6;
    --grey: #73758c;
    --small-text: .9rem;
    --grey-lighter: #e3e3e8;
    --h1-jumbo: 2.25rem;
    --black: black;
  }

  h2 {
    font-size: 24px;
    line-height: 36px;
  }

  p {
    text-align: left;
  }

  ul, ol {
    padding-left: 2.5rem;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
    max-height: none;
    margin: 20px 0;
    font-family: Work Sans;
    font-weight: 400;
    display: flex;
    position: static;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrap {
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 0;
  }

  .body {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #eef2fe;
    border: 1px #000;
    border-radius: 20px;
    flex-direction: column;
    margin-bottom: 8px;
    padding: 16px 24px 20px 16px;
    display: flex;
  }

  .text-block-3 {
    color: #1c2958;
    font-weight: 400;
  }

  .link {
    color: #1c2958;
    margin-top: 8px;
  }

  .image-4 {
    align-self: flex-start;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-18 {
    margin-bottom: 4px;
  }

  .heading-26 {
    font-size: 44px;
    line-height: 56px;
  }

  .social-links-container {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    width: 100%;
  }

  .social-button {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0;
    padding: .5rem 15px;
    display: flex;
  }

  .button-text {
    height: auto;
    font-size: 1rem;
    line-height: 1.5;
  }

  .button-text-item {
    font-family: Inter, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
  }

  .arrow-down-right {
    width: 20px;
    height: 20px;
  }

  .footer-link-section {
    padding-bottom: 5px;
  }

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

  .contact.section {
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph-medium.hero-subheading {
    width: 100%;
    margin-bottom: .25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1rem;
  }

  .paragraph-medium.job {
    font-family: Inter, sans-serif;
    font-weight: 500;
    line-height: 1.5;
  }

  .paragraph-medium.gm-icon {
    font-family: Material Icons Outlined, sans-serif;
  }

  .paragraph-large.email {
    padding-top: 0;
  }

  .link-6 {
    margin-bottom: 2rem;
    font-family: Inter, sans-serif;
  }

  .footer-link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: .5rem;
    padding-bottom: 2rem;
  }

  .webflow-link-4 {
    font-family: Inter, sans-serif;
  }

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

  .navigation-2.section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .top-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: center;
    height: auto;
    padding-bottom: 1rem;
  }

  .navigation-container.header {
    max-width: none;
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .link-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .naviogation-link-container {
    justify-content: flex-start;
  }

  .project-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .page-wrapper {
    margin-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-title {
    color: var(--grey);
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 300;
  }

  .paragraph-small-4 {
    text-align: center;
  }

  .paragraph-small-4.logo-text {
    font-family: Inter, sans-serif;
  }

  .paragraph-small-4.job-year {
    text-align: left;
    font-family: Inter, sans-serif;
  }

  .paragraph-small-4.footer-left, .paragraph-small-4.footer-page, .navigation-link.paragraph-small-4 {
    font-family: Inter, sans-serif;
  }

  .hero-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home-link {
    margin-bottom: 10px;
  }

  .container-6.work {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .info-block {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-right: 0;
  }

  .about-content-block {
    padding-bottom: 0;
  }

  .thumbnail-wrapper {
    height: auto;
  }

  .project-text-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-name {
    font-size: 1.5rem;
  }

  .project-info {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .project-text {
    flex-wrap: wrap;
  }

  .collection-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .project-information {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1fr);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .top-wrapper-work {
    grid-template-columns: 3.25fr 1fr;
  }

  .social-button-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: .4rem;
    padding: 2px 15px;
  }

  .image-row {
    flex-flow: column;
    display: flex;
  }

  .page-wrapper-2 {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-wrapper {
    flex-flow: column;
    display: flex;
  }

  .project-content.section {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-medium-2 {
    font-size: 1rem;
  }

  .paragraph-large-2.next-project-name {
    padding-top: 1rem;
    font-size: 14vw;
  }

  .paragraph-small-5 {
    text-align: center;
  }

  .paragraph-small-5.go-back-text {
    font-size: var(--base-font-size);
  }

  .project-image {
    margin-bottom: 1rem;
  }

  .container-7.header {
    margin-top: 0;
  }

  .project-overview-wrapper {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-top: 0;
  }

  .hero-heading-2 {
    letter-spacing: -1px;
    max-width: none;
    margin-top: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 140%;
  }

  .intro {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .gm-icon {
    width: auto;
  }

  .impact-statements {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 1rem;
  }

  .impact-statement {
    padding: 1rem;
  }

  .impact-p {
    font-size: 1rem;
  }

  .small-p {
    color: var(--grey);
    margin-top: 0;
    font-size: .9rem;
    line-height: 125%;
  }

  .small-p.name {
    color: var(--dark-text);
    font-size: 1rem;
  }

  .flex-block-3 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .list-9 {
    padding-left: 2.5rem;
  }

  .heading-27, .heading-28 {
    font-size: var(--h2);
  }

  .image-5 {
    height: 28px;
  }

  .headline-img-container {
    height: 160px;
    max-height: 240px;
    padding-top: 1rem;
  }

  .heading-35 {
    margin-top: 0;
  }

  .heading-43 {
    margin-bottom: 0;
  }

  .text-block-4 {
    font-family: var(--body-font);
    font-size: var(--small-text);
  }

  .primary-btn-icon {
    font-weight: 400;
  }
}

#w-node-_9ac47d3d-2592-2cf8-0fc0-b5e7dc73271e-cb2f4a4f {
  align-self: center;
}

#w-node-_9ac47d3d-2592-2cf8-0fc0-b5e7dc732723-cb2f4a4f {
  align-self: start;
}

#w-node-_9ac47d3d-2592-2cf8-0fc0-b5e7dc73272c-cb2f4a4f {
  grid-area: span 1 / span 8 / span 1 / span 8;
  justify-self: auto;
}

#top.w-node-b9f47b67-1673-f6b8-1ba5-00df32c11216-6acd7662 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_9ac47d3d-2592-2cf8-0fc0-b5e7dc73271e-cb2f4a4f, #w-node-_9ac47d3d-2592-2cf8-0fc0-b5e7dc732723-cb2f4a4f {
    align-self: center;
  }

  #w-node-de1685fd-a513-a7bc-97b8-057adc5ad417-6acd7662 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9ac47d3d-2592-2cf8-0fc0-b5e7dc73272c-cb2f4a4f, #top.w-node-b9f47b67-1673-f6b8-1ba5-00df32c11216-6acd7662 {
    grid-column: span 1 / span 1;
  }

  #w-node-de1685fd-a513-a7bc-97b8-057adc5ad417-6acd7662 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b9f47b67-1673-f6b8-1ba5-00df32c11217-6acd7662 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9ac47d3d-2592-2cf8-0fc0-b5e7dc73271e-cb2f4a4f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9ac47d3d-2592-2cf8-0fc0-b5e7dc732723-cb2f4a4f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-b9f47b67-1673-f6b8-1ba5-00df32c1120f-6acd7662 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


