body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  color: rgb(55, 55, 55);
}

.hero_landing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/tas_bg.webp");
  background-size: cover;
  background-position: center;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 30px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hero_landing:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(102, 191, 20, 0.625);
  z-index: 1;
}
.hero_landing .wrap {
  background-color: rgb(255, 255, 255);
  width: 90%;
  max-width: 450px;
  margin: 0 auto;
  padding: 25px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  z-index: 2;
  position: relative;
  border: 1px solid rgb(102, 191, 20);
  box-shadow: 0 5px 10px -2px rgba(22, 22, 22, 0.5);
}
.hero_landing .wrap figure {
  width: 200px;
  margin: 0 0 20px -21px;
}
.hero_landing .wrap h2 {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 1em 0;
}
.hero_landing .wrap > p + p {
  margin: 1.25em 0 0 0;
}
.hero_landing .wrap div {
  margin: 1.25em 0 0 0;
  border-top: 1px solid rgb(190, 190, 190);
  border-bottom: 1px solid rgb(190, 190, 190);
}
.hero_landing .wrap div p {
  padding: 10px 0;
}
.hero_landing .wrap div p span {
  display: block;
  width: 50%;
  float: left;
}
.hero_landing .wrap div p span + span {
  float: left;
}
.hero_landing .wrap div p:after {
  content: "";
  display: block;
  clear: both;
}
.hero_landing .wrap div p + p {
  border-top: 1px solid rgb(190, 190, 190);
}

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