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

body {
  font-family: 'Inter', Arial, 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-img {
  left: 0;
  position: absolute;
  top: 0;
  width: 300px;
}

#whiteout {
  background: #FFFFFF;
  height: 250px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 300px;
}

#endcard {
  background: #FEEB29;
  border-radius: 0 0 17px 0;
  height: 43px;
  left: 0;
  position: absolute;
  top: 0;
  width: 43px;
}

#logo-checkmark,
#logo-full {
  font-size: 12px;
  font-weight: 800;
  left: 9px;
  position: absolute;
  top: 9px;
  width: 24px;
}

#logo-full {
  left: 19px;
  top: 21px;
  transform: translateX(-25px);
  visibility: hidden;
  width: 101px;
}

#hl-1,
#hl-2,
#hl-3 {
  font-size: 32px;
  font-weight: 800;
  left: 16px;
  letter-spacing: -0.3px;
  line-height: 39px;
  position: absolute;
  top: 151px;
}

#hl-2,
#hl-3 {
  transform: translateX(-25px);
  visibility: hidden;
}

#logo-pc {
  left: 0;
  position: absolute;
  top: 188px;
  transform: translateX(-25px);
  visibility: hidden;
  width: 135px;
}

#end-text-wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  left: 19px;
  letter-spacing: -0.3px;
  position: absolute;
  text-align: left;
  top: 57px;
  transform: translateX(-25px);
  visibility: hidden;
}

#end-hl {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 6px;
}

.end-bull {
  display: list-item;
  font-size: 15px;
  line-height: 16px;
  list-style-type: "•";
  margin-bottom: 3px;
  margin-left: 7px;
  padding-left: 7px;
}

#cta {
  align-items: center;
  background: #FFFFFF;
  border: 2px solid #242424;
  border-radius: 18px;
  box-sizing: border-box;
  color: #242424;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  left: 153px;
  letter-spacing: -0.3px;
  line-height: 12px;
  padding: 0px 32px;
  position: absolute;
  text-align: center;
  top: 190px;
  transform: translateX(-25px);
  visibility: hidden;
}

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

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