html {
  font-size: 1rem;
}

.f8 {
  font-size: 0.5rem;
}

.f9 {
  font-size: 0.5625rem;
}

.f10 {
  font-size: 0.625rem;
}

.f11 {
  font-size: 0.6875rem;
}

.f12 {
  font-size: 0.75rem;
}

.f13 {
  font-size: 0.8125rem;
}

.f14 {
  font-size: 0.875rem;
}

.f15 {
  font-size: 0.9375rem;
}

.f16 {
  font-size: 1rem;
}

.f17 {
  font-size: 1.0625rem;
}

.f18 {
  font-size: 1.125rem;
}

.f19 {
  font-size: 1.1875rem;
}

.f20 {
  font-size: 1.25rem;
}

.f21 {
  font-size: 1.3125rem;
}

.f22 {
  font-size: 1.375rem;
}

.f23 {
  font-size: 1.4375rem;
}

.f24 {
  font-size: 1.5rem;
}

.f25 {
  font-size: 1.5625rem;
}

.f26 {
  font-size: 1.625rem;
}

.f27 {
  font-size: 1.6875rem;
}

.f28 {
  font-size: 1.75rem;
}

.f29 {
  font-size: 1.8125rem;
}

.f30 {
  font-size: 1.875rem;
}

.f32 {
  font-size: 2rem;
}

.f33 {
  font-size: 2.0625rem;
}

.f34 {
  font-size: 2.125rem;
}

.f35 {
  font-size: 2.1875rem;
}

.f36 {
  font-size: 2.25rem;
}

.f37 {
  font-size: 2.313rem;
}

.f38 {
  font-size: 2.38rem;
}

.f39 {
  font-size: 2.438rem;
}

.f40 {
  font-size: 2.5rem;
}

.f42 {
  font-size: 2.625rem;
}

.f43 {
  font-size: 2.688rem;
}

.f44 {
  font-size: 2.75rem;
}

.f45 {
  font-size: 2.8125rem;
}

.f47 {
  font-size: 2.9375rem;
}

.f49 {
  font-size: 3.063rem;
}

.f50 {
  font-size: 3.125rem;
}

.f55 {
  font-size: 3.4375rem;
}

.f67 {
  font-size: 4.1875rem;
}

.f78 {
  font-size: 4.875rem;
}

.f80 {
  font-size: 5rem;
}

.f90 {
  font-size: 5.625rem;
}

footer {
  background-color: #F5F5F5;
}
footer .footer {
  margin-top: 1rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media only screen and (min-width: 600px) {
  footer .footer {
    flex-direction: row;
    max-width: 780px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
}
footer .footer img {
  width: 140px;
}
@media only screen and (min-width: 600px) {
  footer .footer img {
    width: 200px;
  }
}
footer .footer ul {
  margin-top: 1.625rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 600px) {
  footer .footer ul {
    margin-top: 0;
  }
}
footer .footer ul li {
  font-size: 0.75rem;
  border-right: 1px solid #000;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
footer .footer ul li:last-child {
  border-right: none;
}
@media only screen and (min-width: 600px) {
  footer .footer ul li {
    font-size: 1rem;
  }
}
footer small {
  margin-top: 24px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 0.625rem;
  background-color: #281713;
  border: 1px solid #95989A;
  color: #fff;
  width: 100%;
  height: 40px;
}
@media only screen and (min-width: 600px) {
  footer small {
    font-size: 0.9375rem;
    height: 67px;
  }
}/*# sourceMappingURL=page-footer.css.map */