._banner_1paaw_1 {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  width: 100%;
  background-color: var(--color-gray-800);
  color: var(--color-white);
  box-shadow: 1px -1px 5px #333;
  z-index: 102;
}

._bannerText_1paaw_16 {
  margin-right: 2rem;
}

._bannerButton_1paaw_20 {
  padding: 0.7rem 3rem;
  color: var(--color-white);
  border: 1px solid var(--color-white);
  border-radius: 2px;
}

._bannerText_1paaw_16 a,
._bannerText_1paaw_16 a:hover,
._link_1paaw_29,
._link_1paaw_29:hover {
  color: var(--color-white);
  text-decoration: underline;
}

._poweredContainer_1paaw_35 {
  margin-top: 0.5rem;
}

._bannerText_1paaw_16 ._poweredLink_1paaw_39,
._bannerText_1paaw_16 ._poweredLink_1paaw_39:hover {
  color: #959595;
  text-decoration: none;
}

@media only screen and (max-width: 790px) {
  ._banner_1paaw_1 {
    flex-direction: column;
  }

  ._bannerText_1paaw_16 {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
