.hero-root {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
}

.hero-header-pill {
  z-index: 40;
  margin-top: -2.5rem;
  margin-bottom: 5rem;
  border-radius: 9999px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(254, 254, 254, 0.4);
  width: 91.6667%;
}

.hero-header-icon {
  margin: 0.5rem;
  width: 2.25rem;
}

.hero-header-menu {
  margin: 0.5rem;
  width: 3.5rem;
}

.hero-gondolaleg {
  position: absolute;
  width: 10rem;
  left: 0;
  top: 5rem;
  max-width: none;
}

.hero-ordinarygondola {
  position: absolute;
  z-index: 19;
  width: 3rem;
  right: 0;
  bottom: 0;
  max-width: none;
}

.hero-awkwardgondola {
  position: absolute;
  z-index: 19;
  width: 3rem;
  right: 4rem;
  bottom: -2.5rem;
  max-width: none;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: fit-content;
}

.hero-skydola {
  position: absolute;
  z-index: 1;
  width: 4rem;
  left: 13rem;
  top: -5rem;
  max-width: none;
}

.hero-standongondola {
  position: absolute;
  z-index: 1;
  width: 3rem;
  right: 1.25rem;
  top: -2.5rem;
  max-width: none;
}

.hero-gondohero2 {
  z-index: 20;
  width: 83.3333%;
}

.hero-capdola {
  position: absolute;
  z-index: 1;
  width: 4rem;
  left: 5rem;
  bottom: 0;
  max-width: none;
}

.hero-legupdola {
  position: absolute;
  z-index: 1;
  width: 150px;
  right: 20%;
  bottom: 0;
  display: none;
  max-width: none;
}

.hero-snabdola {
  position: absolute;
  z-index: 1;
  width: 150px;
  right: 0;
  bottom: 0;
  display: none;
  max-width: none;
}

.hero-cta-row {
  z-index: 20;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.hero-cta-image {
  z-index: 20;
  width: 13rem;
  padding: 0.5rem;
}

.hero-ca {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 5rem;
}

.hero-ca-image {
  z-index: 20;
  width: 24rem;
  cursor: pointer;
}

.hero-ca-copied {
  position: absolute;
  top: 1.25rem;
  z-index: 30;
  width: 5rem;
}

.hero-standgondola {
  position: absolute;
  bottom: 0;
  width: 5rem;
  margin-bottom: -2.5rem;
}

.hero-roll2 {
  z-index: 20;
  width: 1500px;
  max-width: none;
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

@media (min-width: 1024px) {
  .hero-root {
    justify-content: center;
    min-height: 100vh;
    padding-bottom: 2.5rem;
  }

  .hero-header-pill {
    margin-top: 0;
    margin-bottom: 4rem;
    width: 24rem;
  }

  .hero-gondolaleg {
    width: 600px;
  }

  .hero-ordinarygondola {
    width: 220px;
    right: -2.5rem;
    bottom: 24rem;
  }

  .hero-awkwardgondola {
    width: 100px;
    right: 13rem;
    bottom: 10rem;
  }

  .hero-skydola {
    width: 200px;
    left: 35%;
    top: -4rem;
  }

  .hero-standongondola {
    width: 150px;
    right: 6rem;
    top: -4rem;
  }

  .hero-gondohero2 {
    margin-top: 5rem;
    margin-bottom: -5rem;
  }

  .hero-capdola {
    width: 200px;
    left: 15%;
    bottom: 0;
  }

  .hero-legupdola {
    display: flex;
    bottom: 0;
  }

  .hero-snabdola {
    display: flex;
    bottom: 2.5rem;
  }

  .hero-cta-image {
    width: 18rem;
  }

  .hero-ca {
    margin-bottom: 24rem;
  }

  .hero-ca-image {
    width: 66.6667%;
  }

  .hero-ca-copied {
    top: 3.5rem;
    width: 8rem;
  }

  .hero-standgondola {
    width: 15rem;
  }

  .hero-roll2 {
    width: 3000px;
    margin-top: -7rem;
    margin-bottom: -8rem;
  }
}
