.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: visible;
  display: flex;
  align-items: center;
}
@media (min-width: 1920px) {
  .hero-section {
    min-height: 80vh;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
}
.hero-section__bg-decoration {
  position: absolute;
  z-index: 1;
}
.hero-section__bg-decoration--bottom-left {
  bottom: 0;
  left: 0;
}
@media (min-width: 1920px) {
  .hero-section__bg-decoration--bottom-left {
    left: calc((100vw - 1920px) / -2);
  }
}
.hero-section__bg-decoration--bottom-left svg {
  width: 307px;
  height: 385px;
}
@media (max-width: 768px) {
  .hero-section__bg-decoration--bottom-left svg {
    width: 200px;
    height: 250px;
  }
}
.hero-section__bg-decoration--top-right-1 {
  right: 0;
  top: 0;
}
@media (min-width: 1920px) {
  .hero-section__bg-decoration--top-right-1 {
    right: calc((100vw - 1920px) / -2);
  }
}
.hero-section__bg-decoration--top-right-1 svg {
  width: 428px;
  height: 420px;
}
@media (max-width: 768px) {
  .hero-section__bg-decoration--top-right-1 svg {
    width: 280px;
    height: 270px;
  }
}
.hero-section__bg-decoration--top-right-2 {
  right: 300px;
  top: 0;
}
@media (max-width: 1200px) {
  .hero-section__bg-decoration--top-right-2 {
    right: 150px;
  }
}
@media (max-width: 768px) {
  .hero-section__bg-decoration--top-right-2 {
    right: 50px;
    top: 20px;
  }
}
@media (min-width: 1920px) {
  .hero-section__bg-decoration--top-right-2 {
    right: calc((100vw - 1920px) / -2 + 300px);
  }
}
.hero-section__bg-decoration--top-right-2 svg {
  width: 565px;
  height: 350px;
}
@media (max-width: 768px) {
  .hero-section__bg-decoration--top-right-2 svg {
    width: 300px;
    height: 200px;
  }
}
.hero-section__bg-decoration--main-logo {
  right: 0;
  top: 0;
  z-index: 20;
}
@media (min-width: 1280px) {
  .hero-section__bg-decoration--main-logo {
    top: 0px;
  }
}
@media (min-width: 1536px) {
  .hero-section__bg-decoration--main-logo {
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
  }
}
@media (min-width: 1920px) {
  .hero-section__bg-decoration--main-logo {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    position: absolute;
  }
}
@media (max-width: 768px) {
  .hero-section__bg-decoration--main-logo {
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
  }
}
.hero-section__bg-decoration--main-logo svg {
  width: 720px;
  height: 627px;
  max-width: 500px;
}
@media (min-width: 1920px) {
  .hero-section__bg-decoration--main-logo svg {
    max-width: 650px;
    width: 750px;
    height: 650px;
  }
}
@media (max-width: 768px) {
  .hero-section__bg-decoration--main-logo svg {
    max-width: 250px;
    width: 360px;
    height: 313px;
  }
}
.hero-section__bg-decoration--floating-hex {
  right: 300px;
  top: 235px;
  display: none;
}
@media (min-width: 1600px) {
  .hero-section__bg-decoration--floating-hex {
    display: block;
  }
}
@media (min-width: 1920px) {
  .hero-section__bg-decoration--floating-hex {
    right: 250px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
}
.hero-section__bg-decoration--floating-hex svg {
  width: 778px;
  height: 387px;
}
@media (min-width: 1920px) {
  .hero-section__bg-decoration--floating-hex svg {
    width: 850px;
    height: 420px;
  }
}
.hero-section__content {
  position: relative;
  z-index: 10;
  padding: 2rem;
}
@media (min-width: 768px) {
  .hero-section__content {
    position: absolute;
    bottom: 400px;
    left: 250px;
    padding: 0;
  }
}
@media (min-width: 1536px) {
  .hero-section__content {
    top: 50%;
    left: 50%;
    transform: translate(-70%, -50%);
    bottom: auto;
    text-align: center;
    max-width: 600px;
  }
}
@media (min-width: 1920px) {
  .hero-section__content {
    bottom: auto;
    top: 50%;
    left: 200px;
    transform: translateY(-50%);
    max-width: 600px;
    position: absolute;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .hero-section__content {
    bottom: auto;
    left: auto;
    text-align: center;
    margin-top: 20px;
  }
}
.hero-section__title {
  font-size: 3rem;
  font-weight: 800;
  text-align: left;
  position: relative;
  z-index: 9999;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .hero-section__title {
    font-size: 4.5rem;
  }
}
@media (min-width: 1920px) {
  .hero-section__title {
    font-size: 6rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .hero-section__title {
    font-size: 2.5rem;
    text-align: center;
  }
}
.hero-section__subtitle {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 1920px) {
  .hero-section__subtitle {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .hero-section__subtitle {
    font-size: 1.2rem;
    text-align: center;
  }
}
.hero-section__cta {
  position: relative;
  left: 10px;
  text-align: left;
}
@media (max-width: 768px) {
  .hero-section__cta {
    text-align: center;
    margin-top: 2rem;
    left: 0;
  }
}
.hero-section__cta .button-gradient {
  width: 350px;
  min-width: 320px;
}
@media (min-width: 1920px) {
  .hero-section__cta .button-gradient {
    width: 450px;
    min-width: 400px;
    font-size: 24px;
    padding: 15px 25px;
  }
}
@media (max-width: 768px) {
  .hero-section__cta .button-gradient {
    width: 280px;
    min-width: 250px;
  }
}

.root-background {
  display: flex;
  flex-direction: column;
}

/*# sourceMappingURL=hero-section.css.map */
