.Footer_component__Uhghr {
  width: 100%;
  display: flex;
  position: relative;
  padding-top: 1em;
  clear: both;
  min-height: 20vh;
  background-color: var(--color-green-a);
  color: var(--color-white-a);

  font-size: 0.8em;
  font-weight: 300;
  z-index: 5;
}

.Footer_footer_center__iZqKL {
  display: flex;
  width: 70%;
  padding: 1vw;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.Footer_footer_left__6e9xn {
  display: block;
  margin-left: 2vw;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  position: absolute;
}
.Footer_footer_left__6e9xn img {
  width: 7vw;
  height: 7vw;
}
.Footer_footer_column__jJZpl {
  flex-direction: column;
  align-items: start;
  justify-content: start;
  font-size: 1em;
  font-weight: 300;
  color: var(--color-white-a);
}
.Footer_footer_column__jJZpl ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  list-style: inside none;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.Footer_footer_column__jJZpl ul li {
  display: flex;
  margin: 0.3em 0;
  align-items: start;
}

.Footer_footer_column__jJZpl ul li a {
  cursor: pointer;
  text-decoration: none;
  color: var(--color-white-a);
}

.PrimaryLayout_main__pWYls {
  display: block;
  width: 100%;
  background-color: white;
  min-height: 72vh;
}
.PrimaryLayout_main_container__CLMZS {
  width: 100%;
  max-width: var(--nav-max-width);
  margin: auto;
}

