@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;
}
.Page.Overview {
  position: relative;
  margin: 0;
  padding: 11.25rem 0;
  color: white;
}
@media (max-width: 768px) {
  .Page.Overview {
    padding: calc(5rem) 0;
  }
}
.Page.Overview.light::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: #173C35;
}
@media (max-width: 768px) {
  .Page.Overview.light::before {
    max-width: 100vw;
  }
}
.Page.Overview.dark::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) {
  .Page.Overview.dark::before {
    max-width: 100vw;
  }
}
@media (max-width: 768px) {
  .Page.Overview > .Heading .right {
    display: none;
  }
}

.Page.Item.light > figure, .Page.Item.light > a > figure {
  position: relative;
}
.Page.Item.light > figure img, .Page.Item.light > a > figure img {
  width: 36.3125rem;
  height: 37rem;
  object-fit: cover;
  border-radius: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #173C35;
}
@media (max-width: 768px) {
  .Page.Item.light > figure img, .Page.Item.light > a > figure img {
    width: 17.5625rem;
    height: 21.125rem;
  }
}
.Page.Item.dark > figure, .Page.Item.dark > a > figure {
  position: relative;
  height: 37rem;
  object-fit: cover;
  border-radius: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(23, 60, 53, 0.5);
}
@media (max-width: 768px) {
  .Page.Item.dark > figure, .Page.Item.dark > a > figure {
    width: 17.5625rem;
    height: 21.125rem;
  }
}
.Page.Item.dark > figure img, .Page.Item.dark > a > figure img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .Page.Item.dark > figure img, .Page.Item.dark > a > figure img {
    object-fit: contain;
    height: 15.625rem;
  }
}
.Page.Item 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;
}
.Page.Item > .inner > .Heading .h3 {
  margin-top: 1.25rem;
  letter-spacing: normal;
  font-size: 1.6875rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .Page.Item > .inner > .Heading .h3 {
    font-size: 1.375rem;
  }
}
.Page.Item > .inner > .Heading .h4 {
  margin: 1.5rem 0 0 0;
  font-size: 1.125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}