#top {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.header-area {
  flex-shrink: 0;
}

.mailform-fl-main {
  flex: 1;
  padding: 1.5rem 1rem 4rem;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.footer-menu {
  text-align: center;
  padding: 1.25rem 1rem;
}

.footer-menu small {
  font-size: 0.75rem;
  color: #666;
}

.backtop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.35rem;
  line-height: 1;
  z-index: 50;
  transition: background 0.2s ease;
}

.backtop:hover,
.backtop:focus {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  outline: none;
}/*# sourceMappingURL=style_lp.css.map */