@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-grey: #333;
  --black: black;
  --light-grey: #a0a0a0;
  --grey: #666;
  --white: white;
}

body {
  color: var(--dark-grey);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--black);
  letter-spacing: -.2rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 7rem;
  font-weight: 400;
  line-height: 90%;
}

h2 {
  color: var(--black);
  letter-spacing: -.02rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  color: var(--black);
  letter-spacing: -.04rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 150%;
}

a {
  color: #000;
  font-size: 1.25rem;
  text-decoration: none;
}

a:hover {
  opacity: .8;
  color: var(--dark-grey);
}

ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 0;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

li {
  margin-bottom: 4px;
  margin-left: 24px;
  padding-left: 8px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.5rem;
  line-height: 150%;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
  font-size: 1rem;
}

.section {
  min-height: 90vh;
  overflow: visible;
}

.section.hero {
  min-height: 95vh;
}

.section.flex-center {
  align-items: center;
  display: flex;
}

.section.no-min-height {
  min-height: 0;
}

.container {
  padding: 4.5rem 5%;
}

.container.small {
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container.narrow {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.heading.large {
  letter-spacing: -.1rem;
  font-size: 6rem;
}

.heading.medium {
  letter-spacing: -.04rem;
  font-size: 4rem;
  line-height: 110%;
}

.heading.small {
  letter-spacing: -.05rem;
  font-size: 2rem;
  line-height: 120%;
}

.heading.extra-large {
  letter-spacing: -.2rem;
  font-size: 8.5rem;
  line-height: 130%;
}

.heading.reguler {
  letter-spacing: -.1rem;
  word-break: normal;
  font-size: 3rem;
  line-height: 100%;
}

.heading.reguler.sep1 {
  word-break: break-all;
  font-size: 2.5rem;
}

.heading.extra-small {
  font-size: 1.25rem;
  line-height: 120%;
}

.spacer._24 {
  width: 1.5rem;
  height: 1.5rem;
}

.spacer._48 {
  width: 3rem;
  height: 3rem;
}

.spacer._8 {
  width: .5rem;
  height: .5rem;
}

.spacer._16 {
  width: 1rem;
  height: 1rem;
}

.spacer._80 {
  width: 5rem;
  height: 5rem;
}

.spacer._128 {
  width: 8rem;
  height: 8rem;
}

.style-guide-label {
  letter-spacing: -.02rem;
  text-transform: uppercase;
  font-size: 1rem;
}

.style-guide-block {
  margin-bottom: 48px;
}

.text-box {
  max-width: 600px;
  min-height: 64px;
}

.paragraph.large {
  font-size: 1.5rem;
}

.paragraph.small {
  font-size: 1rem;
}

.paragraph.small.text-light-grey {
  color: var(--light-grey);
}

.paragraph.extra-small {
  font-size: 1rem;
  line-height: 130%;
}

.paragraph.extra-small.text-light-grey {
  color: var(--light-grey);
  display: block;
}

.rich-text h1 {
  margin-top: 80px;
  margin-bottom: 48px;
}

.rich-text h2 {
  margin-top: 64px;
  margin-bottom: 32px;
}

.rich-text h3 {
  margin-top: 40px;
  margin-bottom: 24px;
}

.rich-text h4 {
  margin-top: 32px;
  margin-bottom: 24px;
}

.rich-text h5, .rich-text h6 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.rich-text p {
  color: var(--grey);
  margin-bottom: 32px;
  font-size: 1.25rem;
}

.rich-text blockquote {
  margin-bottom: 48px;
}

.rich-text figure {
  margin-top: 60px;
  margin-bottom: 48px;
}

.style-guide-color-block {
  margin-right: 16px;
}

.style-guide-color-grid {
  justify-content: flex-start;
  display: flex;
}

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

.color-block.dark-grey {
  background-color: var(--dark-grey);
}

.color-block.grey {
  background-color: var(--grey);
}

.color-block.light-grey {
  background-color: var(--light-grey);
}

.color-block.white {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
}

._12-columns {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
}

.button {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 10rem;
  padding: 1rem 3rem;
  font-size: 1rem;
  transition: background-color .3s;
}

.button:hover {
  background-color: var(--black);
  opacity: 1;
  color: var(--white);
}

.visible-spacer {
  background-color: var(--light-grey);
  display: inline-block;
}

.nav {
  z-index: 99;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 5%;
  display: flex;
  position: relative;
}

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

.menu-logo {
  justify-content: center;
}

.menu-logo.w--current {
  display: inline-block;
}

.logo-container {
  z-index: 100;
  flex: 0 auto;
  justify-content: center;
  display: block;
  position: absolute;
  inset: auto;
}

.nav-menu {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.logo {
  width: 8rem;
}

.column {
  width: 50%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.column.desk-6 {
  width: 50%;
  height: auto;
  min-height: 32px;
}

.column.desk-4 {
  width: 33.33%;
  height: auto;
  min-height: 32px;
}

.column.desk-8 {
  width: 66.66%;
}

.column.desk-3 {
  width: 25%;
  height: auto;
  min-height: 32px;
}

.name-wrapper {
  margin-bottom: 20%;
}

.name {
  font-size: 5rem;
}

.subheading {
  color: var(--light-grey);
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-top: 2rem;
  font-size: 1rem;
}

.photo-list-wrapper {
  column-count: 2;
  column-gap: 2rem;
  width: 100%;
  padding-bottom: 2rem;
}

.photo-list-wrapper._3-column {
  column-count: 3;
}

.photo-item {
  flex-direction: column;
  margin-bottom: 2.5rem;
}

.sticky {
  flex-direction: column;
  justify-content: center;
  height: 85vh;
  display: flex;
  position: sticky;
  top: 5vh;
}

.category-wrapper {
  align-items: center;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.divider {
  color: var(--grey);
  margin-bottom: 0;
  margin-left: .75rem;
  margin-right: .75rem;
}

.category-item {
  align-items: center;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.category-link {
  color: var(--light-grey);
}

.category-link:visited {
  opacity: 1;
}

.category-link.w--current, .category-link.visited {
  color: var(--black);
}

.footer {
  justify-content: space-between;
  align-items: center;
  padding: 3rem 5%;
  display: flex;
  position: relative;
}

.footer-link-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: none;
}

.text-link, .webflow-link {
  font-size: 1rem;
}

.nav-link {
  margin-right: 2rem;
  padding: .5rem 0;
  font-size: 1rem;
}

.nav-link.w--current {
  color: var(--dark-grey);
}

.photo-year {
  color: var(--white);
  margin-top: 0;
  font-size: 1.25rem;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blur-overlay {
  opacity: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0003;
  display: block;
  position: absolute;
  inset: 0%;
}

.photo-description {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.photo-title {
  color: var(--white);
  font-size: 1.75rem;
}

.margin-top {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.description-title {
  color: var(--light-grey);
  margin-top: 12px;
  margin-bottom: 4px;
  font-size: 1rem;
}

.sticky-description {
  margin-top: 10vh;
  position: sticky;
  top: 30vh;
}

.project-image-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.project-image {
  width: 100%;
  margin-bottom: 3rem;
}

.sticky-back-button {
  justify-content: flex-end;
  display: flex;
  position: sticky;
  inset: 50vh 0% auto 40px;
}

.categories {
  color: var(--light-grey);
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-size: 1rem;
}

.line {
  background-color: #dfdfdf;
  height: 1px;
  margin-left: 5%;
  margin-right: 5%;
  position: absolute;
  inset: 0% 0% auto;
}

.center-align {
  text-align: center;
  margin-bottom: 24px;
}

.contact-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.blog-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #dfdfdf;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 32px;
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.blog-thumbnail-image {
  object-fit: cover;
  width: 35rem;
  max-width: 100%;
  height: 12rem;
}

.blog-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 540px;
  margin-right: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.arrow {
  background-color: var(--white);
  opacity: 0;
  background-image: url('../images/arrow-up-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-attachment: scroll;
  border-radius: 5rem;
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  position: absolute;
}

.blog-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 75vh;
}

.next-blog-link {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.next-blog-title {
  width: 60%;
}

.next-blog-image {
  object-fit: cover;
  width: 40%;
}

.blog-item {
  width: 100%;
}

.nav-link-wrapper {
  width: 70%;
}

.nav-button-wrapper {
  justify-content: flex-end;
  width: 30%;
  display: flex;
}

.blog-list {
  flex-direction: column;
  display: flex;
}

.blog-date-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.blog-month {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  margin-top: -1rem;
  display: flex;
}

.text-light-grey {
  color: var(--light-grey);
}

.blog-image-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 23rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-button {
  align-items: center;
  display: flex;
}

.button-text {
  margin-bottom: 0;
  margin-left: .5rem;
  font-size: 1rem;
}

.licences-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

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

.licences-image {
  object-fit: cover;
  width: 100%;
  height: 175px;
}

.blog-grid {
  width: 100%;
}

.blog-grid.image {
  justify-content: flex-end;
  display: flex;
}

.other-project-wrapper {
  width: auto;
}

.other-project-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.other-project-item {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.other-project-link {
  width: 100%;
  min-height: 32px;
}

.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: auto;
  display: flex;
}

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

.text-field {
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
}

.field-label {
  font-weight: 500;
}

.text-block {
  text-align: center;
  margin-top: 10px;
  font-style: italic;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  a {
    font-size: 1rem;
  }

  .heading.large {
    font-size: 5rem;
  }

  .heading.medium {
    font-size: 3rem;
  }

  .heading.small {
    font-size: 1.5rem;
  }

  .heading.extra-large {
    font-size: 6.5rem;
  }

  .heading.reguler {
    font-size: 2.5rem;
  }

  .heading.extra-small, .paragraph {
    font-size: 1rem;
  }

  .paragraph.large {
    font-size: 1.25rem;
  }

  .paragraph.small {
    font-size: .85rem;
  }

  .rich-text h1 {
    font-size: 5.5rem;
  }

  .rich-text h2 {
    font-size: 4rem;
  }

  .rich-text h3 {
    font-size: 3rem;
  }

  .rich-text h4 {
    font-size: 2.5rem;
  }

  .rich-text h5 {
    font-size: 1.75rem;
  }

  .rich-text h6 {
    font-size: 1.25rem;
  }

  .rich-text p {
    font-size: 1rem;
  }

  .rich-text blockquote {
    font-size: 1.25rem;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .button.tablet-full {
    width: 100%;
    margin-top: 1rem;
  }

  .nav {
    background-color: var(--white);
    position: sticky;
    top: 0;
    box-shadow: 0 2px 10px #0000001a;
  }

  .nav-container {
    justify-content: flex-end;
  }

  .logo-container {
    left: 5%;
  }

  .nav-menu {
    background-color: var(--white);
    padding-bottom: 2rem;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 2px 10px #0000001a;
  }

  .column.desk-6.tablet-7 {
    width: 58.3333%;
  }

  .column.desk-6.tablet-12, .column.desk-4.tablet-12, .column.desk-8.tablet-12 {
    width: 100%;
  }

  .column.desk-3.tablet-hide {
    width: 0%;
  }

  .column.desk-3.tablet-5 {
    width: 41.6667%;
  }

  .name-wrapper {
    text-align: center;
    align-self: center;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }

  .photo-list-wrapper._3-column {
    column-count: 2;
  }

  .sticky {
    justify-content: flex-start;
    height: auto;
    position: static;
  }

  .category-wrapper {
    align-self: center;
    margin-bottom: 2rem;
    position: static;
  }

  .nav-link {
    margin-right: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.25rem;
  }

  .photo-year {
    color: var(--light-grey);
    font-size: 1rem;
  }

  .image-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .photo-description {
    opacity: 1;
    color: var(--black);
    align-items: flex-start;
    position: static;
  }

  .photo-title {
    color: var(--black);
    font-size: 1.5rem;
  }

  .sticky-back-button {
    margin-top: 2rem;
    display: inline-block;
    position: static;
  }

  .contact-wrapper {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .blog-card {
    grid-template-columns: .75fr 1fr .75fr;
  }

  .blog-thumbnail {
    object-fit: cover;
    height: 300px;
  }

  .nav-link-wrapper {
    width: 100%;
  }

  .nav-button-wrapper {
    justify-content: flex-start;
    width: 100%;
  }

  .licences-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .block-quote {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .container.narrow {
    padding: 60px 24px;
  }

  .heading.large {
    font-size: 48px;
  }

  .heading.medium {
    font-size: 40px;
  }

  .heading.small {
    font-size: 24px;
  }

  .heading.extra-large {
    font-size: 60px;
  }

  .heading.reguler {
    font-size: 32px;
  }

  .heading.extra-small {
    font-size: 20px;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.large {
    font-size: 18px;
  }

  .paragraph.small {
    font-size: 14px;
  }

  .rich-text h1 {
    font-size: 60px;
  }

  .rich-text h2 {
    font-size: 48px;
  }

  .rich-text h3 {
    font-size: 40px;
  }

  .rich-text h4 {
    font-size: 32px;
  }

  .rich-text h5 {
    font-size: 24px;
  }

  .rich-text h6 {
    font-size: 20px;
  }

  .rich-text p {
    font-size: 16px;
  }

  .rich-text blockquote {
    font-size: 18px;
  }

  .style-guide-color-grid {
    flex-wrap: wrap;
  }

  .button {
    padding: 20px 48px;
    font-size: 18px;
  }

  .nav {
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu-logo {
    padding-left: 0;
  }

  .logo-container {
    left: 24px;
  }

  .column.desk-6.tablet-7.mobile-12-first {
    order: -1;
    width: 100%;
  }

  .column.desk-3.tablet-hide {
    width: 100%;
    min-height: 0;
    padding-top: 0;
  }

  .column.desk-3.tablet-5.mobile-12 {
    order: -1;
    width: 100%;
  }

  .name {
    font-size: 60px;
  }

  .subheading {
    font-size: 16px;
  }

  .photo-list-wrapper {
    column-gap: 16px;
  }

  .photo-item {
    margin-bottom: 1.5rem;
  }

  .footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-link-wrapper {
    order: -1;
  }

  .text-link {
    font-size: 20px;
  }

  .photo-year {
    font-size: 16px;
  }

  .photo-title {
    margin-bottom: 4px;
    font-size: 24px;
  }

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

  .sticky-description {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .project-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .project-image {
    margin-bottom: 24px;
  }

  .sticky-back-button {
    margin-top: 0;
    position: static;
  }

  .blog-card {
    grid-template: "Area"
                   "."
                   / .5fr 1fr;
  }

  .blog-thumbnail {
    height: 350px;
  }

  .next-blog-link {
    flex-direction: column;
  }

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

  .next-blog-image {
    width: 100%;
    margin-top: 32px;
  }

  .blog-image-wrapper {
    max-width: none;
  }

  .menu-button {
    width: 48px;
    height: 48px;
    padding: 8px;
  }

  .block-quote {
    font-size: 18px;
  }

  .link {
    font-size: 16px;
  }

  .other-project-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .utility-page-wrap {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding: 60px 20px;
  }

  .container.narrow {
    padding: 40px 20px;
  }

  .heading.small {
    margin-top: 10px;
  }

  .spacer._80.mobile-60 {
    width: 60px;
    height: 60px;
  }

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

  .menu-logo.w--current {
    padding-left: 0;
  }

  .logo-container {
    left: 20px;
  }

  .photo-list-wrapper, .photo-list-wrapper._3-column {
    column-count: 1;
  }

  .photo-item {
    margin-bottom: 40px;
  }

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

  .blog-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-list-wrapper {
    width: 100%;
  }

  .blog-text-wrapper {
    margin-right: 0;
  }

  .blog-thumbnail {
    object-fit: cover;
    height: 250px;
  }

  .blog-list {
    width: 100%;
  }

  .blog-date-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
  }

  .blog-month {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 1.5rem;
    padding-bottom: 8px;
  }

  .text-light-grey {
    margin-bottom: 0;
  }

  .other-project-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

#w-node-_56b58447-5b5f-5d8d-d835-04cb889fbeb3-4c7128b1, #w-node-_01b534b5-a970-7ee7-cd0a-872adafeddb9-4c7128b1, #w-node-_652545b2-26f5-5263-a87b-8212ea5da07b-4c7128b1, #w-node-aac78efd-91a8-3044-d4ac-ce5da50d4eb2-4c7128b1, #w-node-ab485547-be51-f54e-5d44-81cd027c5d3a-4c7128b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ab485547-be51-f54e-5d44-81cd027c5d3a-4c7128b1 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}