/* 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: 970px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#smoke-canvas {
  height: 250px;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: center bottom;
  width: 970px;
}

#endframe-solid {
  background: #AAAAA8;
  height: 250px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 970px;
}

/* Walk cycle */
#walk-cycle-position-wrap {
  bottom: -9px;
  left: -165px;
  position: absolute;
}

#walk-cycle-wrap {
  bottom: 0;
  left: 85px;
  height: 209px;
  overflow: hidden;
  position: absolute;
  width: 146px;
}

#walk-cycle-img {
  height: 209px;
}

/* Profile */
#profile-wrap {
  background: #FFFFFF;
  border-radius: 7px;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.31);
  font-family: 'Roboto', Helvetica, sans-serif;
  height: 172px;
  left: 170px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 35px;
  transform: scale(0.99);
  width: 690px;
}

#profile-pic {
  height: 148px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 124px;
}

#profile-star {
  left: 192px;
  position: absolute;
  top: 20px;
  width: 46px;
}

#profile-name {
  font-size: 62px;
  left: 253px;
  letter-spacing: 2.4px;
  line-height: 49px;
  position: absolute;
  top: 18px;
}

#profile-line {
  background: #242424;
  height: 1px;
  left: 155px;
  position: absolute;
  top: 92px;
  width: 520px;
}

#profile-ssn, #profile-dob {
  font-size: 30px;
  left: 155px;
  position: absolute;
  text-align: center;
  top: 114px;
}

#profile-dob {
  left: 439px;
  position: absolute;
  text-align: center;
}

.bold-roboto {
  font-weight: 700;
}

/* Truck */
#truck-wrap {
  height: 280px;
  left: 148px;
  position: absolute;
  top: -15px;
  transform: translateX(830px);
  width: 830px;
}

#truck-profile-mask {
  background: #FFFFFF;
  height: 280px;
  left: 23px;
  position: absolute;
  top: 0;
  width: 801px
}

#truck-bumper {
  height: 17px;
  left: 1px;
  position: absolute;
  top: 225px;
  width: 21px;
}

#truck-body {
  height: 268px;
  left: 21px;
  position: absolute;
  top: 0;
  width: 630px;
}

#truck-tire-rear {
  height: 69px;
  left: 145px;
  position: absolute;
  top: 207px;
  width: 78px;
}

#truck-tire-front {
  height: 67px;
  left: 553px;
  position: absolute;
  top: 208px;
  width: 69px;
}

#truck-rim-rear, #truck-rim-front {
  border-radius: 100%;
  height: 43px;
  left: 157px;
  opacity: 0.8;
  overflow: hidden;
  position: absolute;
  top: 221px;
  width: 43px;
}

#truck-rim-front {
  left: 566px;
  top: 220px;
}

#truck-driver {
  height: 28px;
  left: 472px;
  position: absolute;
  top: 107px;
  visibility: hidden;
  width: 17px;
}

/* Other elements */
#hl-1, #hl-2, #hl-3 {
  font-size: 40px;
  font-weight: 800;
  left: 220px;
  letter-spacing: 0.314px;
  line-height: 50px;
  position: absolute;
  top: 75px;
  transform: translateX(-50px);
  visibility: hidden;
}
#hl-2, #hl-3 {
  top: 67px;
  transform: translateX(-25px);
}

#logo-card, #endcard {
  background: #F9F8F6;
  border-radius: 0 0 13px 0;
  height: 58px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform-origin: left bottom;
  width: 58px;
}

#logo-card {
  box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.3);
}

#logo-checkmark {
  font-weight: 800;
  left: 11px;
  position: absolute;
  top: 11px;
  width: 36px;
}

#logo-full {
  font-size: 18px;
  font-weight: 800;
  left: 28px;
  position: absolute;
  top: 98px;
  transform: translateX(-50px);
  visibility: hidden;
  width: 157px;
}

#cta {
  align-items: center;
  background: #FEEB29;
  border: 3px solid #242424;
  border-radius: 29px;
  box-sizing: border-box;
  color: #242424;
  display: flex;
  font-size: 23px;
  font-weight: 800;
  height: 58px;
  justify-content: center;
  left: 698px;
  position: absolute;
  top: 92px;
  transform: translateX(-25px);
  visibility: hidden;
  width: 228px;
}

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

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