* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  width: 100%;
  background: white;
}
.banner {
  position: relative;
  width: 100%;
  aspect-ratio: 1170 / 398;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #151515;
}
#lottie {
  position: absolute;
  inset: 0;
}
#lottie svg {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-copy {
  position: absolute;
  left: 4.27%;
  top: 11%;
  width: 42%;
}
h1 {
  font-size: 4.1vw;
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin: 0 0 2.5vw;
}
p {
  display: flex;
  align-items: center;
  gap: 0.8vw;
  font-size: 1.9vw;
  font-weight: 500;
  margin: 1vw 0;
}
p span {
  display: grid;
  place-items: center;
  width: 2.25vw;
  height: 2.25vw;
  border-radius: 50%;
  background: #151515;
  color: #ffd140;
  font-size: 1.6vw;
  font-weight: 700;
}
