footer {
  color: black;
  background-color: var(--header-toc-background);
  width: 100%;
}
.footer-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-content-column {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 56px);
}
.footer-framed {
  border: 8px inset white;
  width: calc(100% - 16px);
}
.footer-content {
  align-items: baseline;
  background-color: white;
  display: flex;
  flex-direction: row;
  font-size: calc(1rem * 16 / 12);
  justify-content: center;
  padding-bottom: calc((1rem * (3/4) * 8) / 12);
  padding-top: calc((1rem * (3/4) * 4) / 12);
  width: 100%;
}
.footer-text {
  font-size: 10pt;
  font-family: Helvetica, Arial, sans-serif;
}
.footer-2-loazi {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10pt;
}
.footer-spacer {
  width: calc(1rem * 12 / 12);
}
.ftb {
  font-weight: bold;
}
.bottom-1-pic-div {
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
}
.bottom-1-pic-image {
  width: 80%;
  border-bottom: 4px solid white;
}
.bottom-2-pic-image {
  width: 100%;
}
.footer-footer {
  width: 100%;
  height: min(5vh, 30px);
  background-color: #014b18;
}
.footer-header {
  width: 100%;
  height: min(3vh, 15px);
  background-color: #014b18;
}
