.footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
}
.footer__content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
}
.footer__related-site {
  width: 100%;
  border-top: 1px solid #d1d5db;
  border-bottom: 1px solid #cdd1d5;
}
.footer__related-site .inner {
  height: 3.5rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 900px) {
  .footer__related-site .inner {
    padding: 0 1rem;
  }
}
.footer__related-site-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0.5rem;
  height: 100%;
  align-items: center;
  padding: 0 1.5rem;
  flex-grow: 1;
  border: 1px solid #cdd1d5;
  border-left: 0;
}
@media (max-width: 900px) {
  .footer__related-site-box {
    padding: 0 1rem;
    gap: 0.375rem;
  }
}
.footer__related-site-box-text {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #1e2124;
  flex-grow: 1;
}
@media (max-width: 900px) {
  .footer__related-site-box-text {
    font-size: 0.9375rem;
  }
}
.footer__related-site-box-icon {
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width: 900px) {
  .footer__related-site-box-icon {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.footer__related-site-box-icon img {
  width: 100%;
  height: 100%;
}
.footer__main {
  background: #f4f5f6;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
  padding: 2.5rem 0 1.5rem;
  width: 100%;
}
@media (max-width: 900px) {
  .footer__main {
    padding: 2rem 1rem 1rem;
    gap: 1.5rem;
  }
}
.footer__main-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 2.5rem;
  align-items: flex-start;
  max-width: 75rem;
  width: 100%;
}
@media (max-width: 900px) {
  .footer__main-container {
    gap: 1.5rem;
  }
}
.footer__logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  width: 15.625rem;
}
@media (max-width: 900px) {
  .footer__logo {
    width: 12.5rem;
  }
}
.footer__logo-container {
  height: 3rem;
  width: 100%;
}
@media (max-width: 900px) {
  .footer__logo-container {
    height: 2.5rem;
  }
}
.footer__logo-container img {
  width: 100%;
  height: 100%;
}
.footer__libraries {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 1.5rem;
  align-items: flex-start;
  width: 100%;
  max-width: 75rem;
}
@media (max-width: 900px) {
  .footer__libraries {
    flex-direction: column;
    gap: 1rem;
  }
}
.footer__libraries-column {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}
.footer__business-number {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1;
  color: #1e2124;
  margin-bottom: 1rem;
}
@media (max-width: 900px) {
  .footer__business-number {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
  }
}
.footer__library {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .footer__library {
    gap: 0.375rem;
  }
}
.footer__library-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0.5rem;
  align-items: center;
}
@media (max-width: 900px) {
  .footer__library-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
}
.footer__library-item-name {
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #1e2124;
}
@media (max-width: 900px) {
  .footer__library-item-name {
    font-size: 0.9375rem;
  }
}
.footer__library-item-details {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0.5rem;
  align-items: center;
}
@media (max-width: 900px) {
  .footer__library-item-details {
    flex-wrap: wrap;
    gap: 0.375rem;
  }
}
.footer__library-item-details-text {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #1e2124;
}
@media (max-width: 900px) {
  .footer__library-item-details-text {
    font-size: 0.9375rem;
  }
}
.footer__library-item-details-text--medium {
  font-weight: 500;
}
.footer__library-item-details-divider {
  background: #6d7882;
  height: 0.75rem;
  width: 1px;
}
@media (max-width: 900px) {
  .footer__library-item-details-divider {
    height: 0.625rem;
  }
}
.footer__copyright {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
  max-width: 75rem;
  padding: 1rem 0 0;
  width: 100%;
  border-top: 1px solid #cdd1d5;
}
@media (max-width: 900px) {
  .footer__copyright {
    padding: 0.75rem 0 0;
  }
}
.footer__copyright-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
  max-width: 75rem;
  flex-grow: 1;
}
@media (max-width: 900px) {
  .footer__copyright-container {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}
.footer__copyright-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0.5rem;
  align-items: flex-start;
  flex-grow: 1;
}
@media (max-width: 900px) {
  .footer__copyright-links {
    flex-wrap: wrap;
    gap: 0.375rem;
    flex-grow: 0;
  }
}
.footer__copyright-links-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0.125rem;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  padding: 0 0.125rem;
  border-radius: 0.25rem;
}
@media (max-width: 900px) {
  .footer__copyright-links-button {
    height: 1.25rem;
  }
}
.footer__copyright-links-button-text {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #1e2124;
}
@media (max-width: 900px) {
  .footer__copyright-links-button-text {
    font-size: 0.9375rem;
  }
}
.footer__copyright-links-button-text--bold {
  font-weight: 700;
  color: #3c79c2;
}
.footer__copyright-text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 1.5rem;
  align-items: center;
}
@media (max-width: 900px) {
  .footer__copyright-text {
    height: 1.25rem;
  }
}
.footer__copyright-text span {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #464c53;
}
@media (max-width: 900px) {
  .footer__copyright-text span {
    font-size: 0.875rem;
  }
}

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