/* 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: 394px;
  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: 252px;
  left: 43px;
  position: absolute;
  top: 132px;
  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: 250px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 300px;
}

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

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

#logo-full {
  left: 21px;
  top: 197px;
  width: 102px;
}

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

#hl-1 {
  visibility: hidden;
}

#hl-2 {
  top: 114px;
}

#hl-3 {
  top: 40px;
  transform: translateX(-24px);
  visibility: hidden;
}

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

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

.bull {
  margin-right: 7px;
}

#li-2 {
  top: 96px;
}

#li-3 {
  top: 118px;
}

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

.font-weight-regular {
  font-weight: 400;
}

#cta {
  align-items: center;
  background: #FFFFFF;
  border: 2px solid #242424;
  border-radius: 16px;
  box-sizing: border-box;
  color: #242424;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  height: 32px;
  justify-content: center;
  left: 167px;
  letter-spacing: -0.3px;
  position: absolute;
  top: 191px;
  transform: translateX(-24px);
  visibility: hidden;
  width: 106px;
}

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

#terms {
  font-size: 8px;
  font-weight: 400;
  left: 167px;
  letter-spacing: -0.3px;
  line-height: 10px;
  position: absolute;
  text-align: center;
  top: 226px;
  transform: translateX(-24px);
  visibility: hidden;
  white-space: nowrap;
  width: 106px;
}

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