@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
div,
button {
  font-family: 'Montserrat', sans-serif !important;
}
.landing {
  background: #00205c;
}
.li_logo {
  text-align: center;
  padding-top: 20px;
  max-width: 80%;
  box-sizing: border-box;
  box-sizing: border-box;
}
.logo {
  width: 100%;
}
.enable-button {
  background: #fff;
  color: #00205c;
  font-size: 24px;
  padding: 20px;
  border-radius: 20px;
  text-transform: uppercase;
}
.li_splash {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.splash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.li_payoff {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin: 20px 0;
}
.li_description {
  color: #fff;
  margin-bottom: 20px;
  font-size: 32px;
}
