@font-face {
  font-family: "Aeonik";
  src: url("fonts/aeonik/medium.woff2") format("woff2"), url("fonts/aeonik/medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("fonts/aeonik/regular.woff2") format("woff2"), url("fonts/aeonik/regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("fonts/aeonik/bold.woff2") format("woff2"), url("fonts/aeonik/bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.Project.Overview {
  position: relative;
  margin: 0;
  padding: 6.25rem 0 11.25rem 0 !important;
}
.Project.Overview::before {
  content: "";
  left: 50%;
  max-width: 100.2vw;
  transform: var(--transform, translateX(-50%));
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 120rem;
  background: #081C19;
}
@media (max-width: 768px) {
  .Project.Overview::before {
    max-width: 100vw;
  }
}
@media (max-width: 768px) {
  .Project.Overview {
    padding: calc(5rem) 0 !important;
  }
}
.Project.Overview .Refines {
  padding-top: 1.875rem;
  margin-top: 0;
  margin-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .Project.Overview .Refines {
    padding-top: 1.25rem;
    margin-bottom: 2.5rem;
  }
}
.Project.Overview .block-grid {
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .Project.Overview .block-grid > li {
    width: 45.6875rem;
    height: 35.6875rem;
  }
}
@media (max-width: 768px) {
  .Project.Overview .block-grid > li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .Project.Overview .block-grid {
    gap: 3.75rem;
  }
}

.Project.Item {
  --nav_margin:3.3125rem;
  color: white;
}
.Project.Item > a {
  text-decoration: none;
  color: currentColor;
}
.Project.Item > a figure {
  position: relative;
  margin: 0;
  display: flex;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .Project.Item > a figure {
    width: 45.6875rem;
    height: 35.6875rem;
  }
}
.Project.Item > a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .Project.Item > a figure {
    width: 100%;
    height: 18.75rem;
  }
}
.Project.Item > a figure figcaption {
  border-top-left-radius: 1.0625rem;
  border-bottom-left-radius: 1.0625rem;
  background: #9EEC8D;
  padding: 0.5625rem;
  position: absolute;
  right: 0;
  bottom: 2.8125rem;
}
.Project.Item > a .Heading {
  margin-top: 2.875rem;
}
@media (min-width: 1024px) {
  .Project.Item > a .Heading {
    max-width: 80%;
  }
}
.Project.Item > a .Heading .h3 {
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .Project.Item > a .Heading .h3 {
    font-size: 1.25rem;
  }
}
.Project.Item > a nav > span {
  width: 100%;
}