/* 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;
  width: 300px;
}

#bg-hl {
  color: #3F8DF3;
  font-size: 52px;
  font-weight: 700;
  left: 32px;
  letter-spacing: -0.3px;
  line-height: 48px;
  position: absolute;
  top: 14px;
}

#bg-name {
  font-size: 36px;
  font-weight: 700;
  left: 31px;
  letter-spacing: -0.3px;
  line-height: 44px;
  position: absolute;
  top: 366px;
}

#bg-text-1,
#bg-text-2 {
  font-size: 18px;
  font-weight: 700;
  left: 33px;
  letter-spacing: -0.3px;
  line-height: 22px;
  position: absolute;
  top: 412px;
}

#bg-text-2 {
  font-weight: 400;
  top: 439px;
}

#bg-reviews-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 31px;
  position: absolute;
  top: 493px;
}

#bg-reviews-stars {
  color: #3F8DF3;
  font-size: 25px;
  letter-spacing: 3px;
  line-height: 25px;
}

#bg-reviews-text {
  color: #242424;
  font-size: 13px;
  line-height: 15px;
  margin: 2px 0 0 5px;
}

#bg-cta {
  align-items: center;
  background: #3F8DF3;
  border-radius: 8px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  left: 128px;
  letter-spacing: -0.3px;
  position: absolute;
  top: 536px;
  width: 142px;
}

#bg-sale-circle {
  align-items: center;
  background: #3F8DF3;
  border-radius: 37px;
  color: #FFFFFF;
  display: flex;
  font-size: 22px;
  font-weight: 800;
  height: 74px;
  justify-content: center;
  left: 27px;
  letter-spacing: -0.2px;
  line-height: 27px;
  overflow: hidden;
  position: absolute;
  top: 114px;
  width: 74px;
}

#bg-curtis-wrap {
  border: 1px solid #AAAAA8;
  box-sizing: border-box;
  height: 226px;
  left: 33px;
  overflow: hidden;
  position: absolute;
  top: 131px;
  width: 236px;
}

#bg-curtis {
  height: 226px;
}

#bg-arrow-prev,
#bg-arrow-next {
  align-items: center;
  background: #84B6F7;
  border-radius: 13px;
  display: flex;
  height: 25px;
  justify-content: center;
  position: absolute;
  top: 234px;
  width: 25px;
}

#bg-arrow-prev {
  left: 20px;
}

#bg-arrow-next {
  right: 20px;
  transform: rotate(180deg);
}

.arrow {
  border: solid #FFFFFF;
  border-width: 0 5px 5px 0;
  height: 8px;
  transform: rotate(135deg) translate(-1px, -1px);
  width: 8px;
}

#bg-sold-text {
  color: #242424;
  font-size: 84px;
  font-weight: 800;
  left: 37px;
  opacity: 0;
  position: absolute;
  top: 196px;
  transform: rotate(-22deg);
}

#bg-cursor {
  left: -30px;
  position: absolute;
  top: 50px;
  transform-origin: top left;
  width: 30px;
}

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

#logo-checkmark-wrap,
#endcard {
  background: #F9F8F6;
  border-radius: 0 16px 0 0;
  bottom: 0;
  height: 54px;
  left: 0;
  overflow: hidden;
  position: absolute;
  transform-origin: bottom left;
  width: 54px;
}

#logo-checkmark-wrap {
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
  will-change: filter;
}

#logo-checkmark,
#logo-full {
  bottom: 11px;
  font-size: 14px;
  font-weight: 800;
  left: 10px;
  position: absolute;
  width: 30px;
}

#logo-full {
  bottom: 530px;
  left: 33px;
  width: 140px;
}

#end-hl {
  bottom: 358px;
  font-size: 34px;
  font-weight: 800;
  left: 33px;
  letter-spacing: -0.3px;
  line-height: 41px;
  position: absolute;
  white-space: nowrap;
}

#end-tl {
  bottom: 269px;
  font-size: 24px;
  font-weight: 400;
  left: 33px;
  letter-spacing: -0.3px;
  line-height: 29px;
  position: absolute;
  white-space: nowrap;
}

#end-cta {
  align-items: center;
  background: #FEEB29;
  border: 3px solid #242424;
  border-radius: 22px;
  bottom: 142px;
  box-sizing: border-box;
  color: #242424;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  left: 30px;
  letter-spacing: -0.3px;
  position: absolute;
  white-space: nowrap;
  width: 160px;
}

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

#end-cta-text {
  margin: 0 0 0 3px;
}

#end-terms {
  bottom: 122px;
  font-size: 11px;
  font-weight: 400;
  left: 30px;
  letter-spacing: -0.3px;
  line-height: 13px;
  position: absolute;
  text-align: center;
  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;
}