.lp-bcg {
  height: 100vh;
  background-image: url("/images/bcg.jpg");
  overflow: visible; }
  .lp-bcg h1 {
    color: white; }

.home-hl {
  font-size: 7rem;
  color: white;
  margin-top: 4rem;
  font-weight: bold; }

.home-sub-hl {
  color: red;
  font-size: 3rem;
  color: red; }

.home-text {
  color: white; }

.home-cta {
  margin-top: 3rem;
  font-size: 3rem;
  background-color: #E74C3C;
  border: none;
  color: #fff;
  text-decoration: none; }

.lp-how-it-works {
  background-color: #69C298; }

.lp-benefits {
  background-color: #3498DB; }

.send-button {
  color: white;
  margin-top: 3rem;
  background-color: #3aaa35;
  border: none; }

.currency-marquee {
  color: #fff;
  margin-top: 13px;
  white-space: nowrap;
  overflow: hidden; }

.currency {
  display: inline-block;
  background-color: rgba(156, 157, 160, 0.13);
  padding: 3px;
  margin-right: 3px;
  border: 1px solid rgba(71, 72, 86, 0.5);
  border-radius: 3px;
  width: 200px;
  text-align: center; }

.currency:hover {
  background-color: rgba(45, 48, 60, 0.32);
  cursor: pointer; }

.currency-name {
  color: #69c298; }

.currency-price {
  color: #a79595; }

/*# sourceMappingURL=home.css.map */
