/* Globals */
html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Inter', Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

#banner {
  background: #FFFFFF;
  color: #242424;
  height: 250px;
  overflow: hidden;
  position: absolute;
  user-select: none;
  visibility: hidden;
  width: 300px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#bg-wrap {
  height: 250px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 300px;
}

#bg-img {
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: left top;
  width: 300px;
}

#endcard {
  background: #FEEB29;
  border-radius: 0 0 12px 0;
  height: 46px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 46px;
}

#logo-checkmark,
#logo-full {
  font-size: 16px;
  font-weight: 800;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 26px;
}

#logo-full {
  left: 22px;
  top: 197px;
  width: 108px;
}

#hl {
  font-size: 20px;
  font-weight: 800;
  left: 24px;
  letter-spacing: -0.3px;
  line-height: 22px;
  margin: 0;
  position: absolute;
  top: 16px;
  visibility: hidden;
  white-space: nowrap;
}

#tagline {
  font-size: 15px;
  left: 24px;
  letter-spacing: -0.3px;
  line-height: 18px;
  margin: 0;
  position: absolute;
  top: 98px;
  white-space: nowrap;
}

#offer {
  font-size: 17px;
  font-weight: 700;
  left: 24px;
  letter-spacing: -0.3px;
  line-height: 21px;
  margin: 0;
  position: absolute;
  top: 152px;
  white-space: nowrap;
}

.asterisk {
  font-weight: 400;
}

#cta {
  align-items: center;
  background: #FFFFFF;
  border: 2px solid #242424;
  border-radius: 15px;
  box-sizing: border-box;
  color: #242424;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  left: 172px;
  letter-spacing: -0.12px;
  position: absolute;
  top: 193px;
  width: 96px;
}

#cta:focus {
  border: 2px solid #3F8DF3;
}

#terms {
  font-size: 8px;
  left: 173px;
  letter-spacing: -0.3px;
  line-height: 10px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 225px;
  width: 96px;
  white-space: nowrap;
}

#click-tag {
  border: 1px solid #242424;
  box-sizing: border-box;
  cursor: pointer;
  height: 250px;
  left: 0;
  position: absolute;
  top: 0;
  width: 300px;
}