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

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

#banner {
  background: #FFFFFF;
  color: #242424;
  height: 600px;
  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: 600px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 300px;
}

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

#bg-2 {
  visibility: hidden;
}

#popup {
  background: #FF454D;
  height: 256px;
  left: 43px;
  position: absolute;
  top: 178px;
  transform: scale(0);
  visibility: hidden;
  width: 214px;
}

#popup-hero {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#popup-text-1,
#popup-text-2,
#popup-text-3 {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 15px;
  position: absolute;
  text-align: center;
  top: 92px;
  width: 100%;
}

#popup-text-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  top: 131px;
}

#popup-text-3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  top: 153px;
}

#popup-button-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 0;
  justify-content: center;
  position: absolute;
  top: 188px;
  width: 100%;
}

.popup-button {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #242424;
  border-radius: 3px;
  box-sizing: border-box;
  color: #242424;
  display: flex;
  font-size: 11px;
  font-weight: 600;
  height: 28px;
  justify-content: center;
  letter-spacing: -0.3px;
  line-height: 13px;
  margin: 0 0 5px;
  overflow: hidden;
  text-align: center;
  width: 92px;
}

.popup-text {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 12px;
  text-align: center;
}

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

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

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

#logo-full {
  left: 22px;
  top: 539px;
  width: 130px;
}

#hl-1,
#hl-2,
#hl-3 {
  font-size: 34px;
  font-weight: 800;
  left: 22px;
  letter-spacing: -0.3px;
  line-height: 41px;
  position: absolute;
  top: 90px;
  white-space: nowrap;
}

#hl-2 {
  top: 208px;
}

#hl-3 {
  font-size: 36px;
  top: 82px;
  transform: translateX(-24px);
  visibility: hidden;
}

#product-title {
  font-size: 18px;
  font-weight: 400;
  left: 23px;
  letter-spacing: -0.3px;
  line-height: 22px;
  position: absolute;
  top: 36px;
  transform: translateX(-24px);
  visibility: hidden;
  white-space: nowrap;
}

.list-item {
  display: flex;
  font-size: 24px;
  left: 21px;
  letter-spacing: -0.3px;
  line-height: 29px;
  position: absolute;
  top: 186px;
  transform: translateX(-24px);
  visibility: hidden;
}

.bull {
  margin-right: 5px;
}

#li-2 {
  top: 218px;
}

#li-3 {
  top: 250px;
}

#offer-1,
#offer-2 {
  font-size: 24px;
  font-weight: 700;
  left: 22px;
  letter-spacing: -0.3px;
  line-height: 29px;
  position: absolute;
  top: 315px;
  transform: translateX(-24px);
  visibility: hidden;
  white-space: nowrap;
}

#offer-2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  top: 344px;
}

#cta {
  align-items: center;
  background: #FFFFFF;
  border: 3px solid #242424;
  border-radius: 28px;
  box-sizing: border-box;
  color: #242424;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  height: 56px;
  justify-content: center;
  left: 20px;
  letter-spacing: -0.3px;
  position: absolute;
  top: 402px;
  transform: translateX(-24px);
  visibility: hidden;
  width: 160px;
}

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

#terms {
  font-size: 12px;
  font-weight: 400;
  left: 19px;
  letter-spacing: -0.3px;
  line-height: 15px;
  position: absolute;
  text-align: center;
  top: 464px;
  transform: translateX(-24px);
  visibility: hidden;
  white-space: nowrap;
  width: 160px;
}

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