@charset "utf-8";

/* FOOTER */
.site-footer {
  width: 100%;
  display: block;
  background: #000;
  overflow: visible;
}

.site-footer-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

/*
.site-footer.footer-reveal {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 900;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    transform 0.55s ease,
    opacity 0.35s ease,
    visibility 0.35s ease;
}

.site-footer.footer-reveal.is-show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
*/


.footer-inner {
  width: 100%;
  height: 100%;
  padding: 0 52px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-info p {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  text-align: center;
}

.footer-copy {
  width: 100%;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #d9d9d9;
  font-size: 10px;
  line-height: 1.3;
  color: #111;
  text-align: center;
}