.footer-funding {
  width: 100%;
  padding-block: 2rem;
  border-bottom: 1px solid #d0671c;
  text-align: center;
}
.footer-funding__interreg {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 0.5rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.8125rem;
  font-weight: 600;
}
.footer-funding__interreg-website a {
  color: #ffffff;
  font-weight: 700;
}
.footer-funding__interreg img {
  max-height: 70px;
  width: auto;
}
.footer-funding__title {
  font-family: "Manrope", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.25rem;
}
.footer-funding__partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
  background: #ffffff;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  flex-direction: column;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .footer-funding__partners {
    margin-top: 0;
    flex-direction: row;
  }
}
.footer-funding__partner {
  display: inline-flex;
  align-items: center;
  opacity: 0.85;
}
.footer-funding__partner:hover {
  opacity: 1;
}
.footer-funding__partner img {
  max-height: 48px;
  width: auto;
}
.footer-funding__partner-fallback {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  border: 1px dashed rgba(255, 255, 255, 0.3);
  padding: 0.375rem 0.875rem;
  border-radius: 6px;
}
.footer-funding__disclaimer {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  text-align: left;
  margin-top: 1rem;
}

/*# sourceMappingURL=footer-funding.css.map*/