.wp-block-template-part--footer {
  margin: 0;
}

.footer {
  background-color: var(--wdg-color-dark-blue);
  color: var(--wdg-color-white);
  overflow: hidden;
  padding: 0;
  position: relative;
}
.wp-block-post-content .footer.alignfull {
  padding-inline: 0;
}
.footer * {
  color: inherit;
}
.footer__top {
  aspect-ratio: 16/9;
  position: relative;
}
.footer__media {
  inset: 0;
  margin: 0;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
}
.footer__media::before {
  background: transparent url("../../../../assets/svg/footer-overlay.svg") no-repeat center top/cover;
  content: "";
  inset: 0;
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
.footer__media img,
.footer__media video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.footer__container {
  margin-inline: auto;
  max-width: var(--wdg-width-full);
  padding-inline: var(--wdg-gap-gutter);
}
.footer__layout {
  display: grid;
  gap: var(--wdg-gap-block);
  grid-template-columns: repeat(12, 1fr);
  padding: var(--wdg-gap-medium) 0;
  position: relative;
  z-index: 2;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: var(--wdg-gap-xsmall);
  grid-column: span 12;
}
.footer .footer__content > * {
  margin: 0;
}
@media (min-width: 48em) {
  .footer__content {
    grid-column: span 4;
  }
}
.footer__logo {
  height: auto;
  margin: 0;
  width: clamp(7.5rem, 4.81vw + 6.3rem, 13.75rem);
}
.footer__logo svg {
  height: 100%;
  width: 100%;
}
.footer__nav {
  grid-column: span 12;
}
@media (min-width: 48em) {
  .footer__nav {
    grid-column: 6/span 7;
  }
}
@media (min-width: 62em) {
  .footer__nav .wp-block-columns .wp-block-column:first-of-type .navigation__items {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer__nav .wp-block-columns .wp-block-column:first-of-type .navigation__item {
  flex: 1 0 40%;
}
.footer__nav .navigation__items {
  gap: 0.75em;
}
.footer__nav .navigation__item {
  line-height: 1.125;
}
.footer__nav .navigation__link {
  color: inherit;
  flex-direction: column;
}
.footer__nav .navigation__link:hover {
  color: var(--wdg-color-white-60);
}
.footer__nav .navigation__item-text {
  display: inline-flex;
  font-family: var(--wdg-font-heading-alt);
  font-size: var(--wdg-font-size-small);
  font-weight: 700;
  gap: 0.5em;
  letter-spacing: 0.25ch;
  text-transform: uppercase;
}
.footer__nav .navigation__item-text::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.29289 5.99519L0 1.7023L1.41421 0.288086L7.12132 5.99519L1.41421 11.7023L0 10.2881L4.29289 5.99519Z" fill="white" fill-opacity="0.8"/></svg>');
}
.footer__nav .navigation__item-description {
  color: var(--wdg-color-white-60);
  display: block;
  font-size: var(--wdg-font-size-xsmall);
  line-height: 1.2;
  margin-block-start: 0.25em;
}
.footer__marquee {
  bottom: 0;
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 2;
}
.footer__marquee .marquee__content {
  color: var(--wdg-color-white);
  font-size: clamp(1.38rem, 1.38rem + 22.9807692308cqw, 31.25rem);
  font-weight: 600;
  letter-spacing: -0.1ch;
  line-height: 1.1;
  text-rendering: optimizeLegibility;
  text-transform: lowercase;
}
.footer__marquee .marquee__content span {
  display: inline-block;
}
.footer__marquee .marquee__content span > span {
  opacity: 0.3;
}

/*# sourceMappingURL=style.css.map */