/* --- Section: hero --- */
.section-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 772px;
  max-height: none;
  display: flex;
  position: relative;
  overflow: hidden;
}
.section-hero-title {
  max-width: 750px;
  font-size: 3rem;
  line-height: 1.3;
}
.section-hero-title,
.section-hero-desc {
  text-align: center;
  font-family: Roboto, sans-serif;
}
.section-hero-desc {
  max-width: 759px;
}
.section-hero-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section-hero-title-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}
.section-hero-left-bg {
  z-index: 2;
  height: 100%;
  position: absolute;
  left: -104px;
}
.section-hero-right-bg {
  z-index: 2;
  box-sizing: border-box;
  object-fit: cover;
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  right: -104px;
}
.btn-link-primary-contained {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #00afaa;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  max-height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}
.btn-link-primary-contained__label {
  color: var(--ffffff);
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}
.btn-link-primary-contained__icon {
  width: 24px;
  height: 24px;
}
.btn-link-primary-contained__icon,
.btn-link-tertiary-contained__icon {
  transition: transform 0.3s;
}
.btn-link-primary-contained:hover .btn-link-primary-contained__icon,
.btn-link-tertiary-outlined:hover .btn-link-tertiary-contained__icon {
  transform: translate(5px);
}
.btn-link-primary-contained:hover {
  background-color: #7bc794;
}
.ai-enabled-img {
  z-index: 2;
  position: absolute;
  top: 75px;
  right: 100px;
}
.scroll-down {
  z-index: 9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}
.scroll-down-text {
  color: var(--10405a);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 170%;
}
.div-block-384 {
  border: 1px solid var(--10405a);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 40px;
  margin-bottom: 10px;
  display: flex;
}
.scroll-icon {
}
@media screen and (width<=991px) {
  .section-hero {
    position: relative;
  }
  .section-hero-title {
    width: 550px;
    max-width: 750px;
    font-size: 2.5rem;
  }
  .section-hero-desc {
    width: 459px;
    font-size: 1.125rem;
  }
  .section-hero-bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .section-hero-title-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .section-hero-left-bg {
    left: -184px;
  }
  .section-hero-right-bg {
    right: -184px;
  }
  .ai-enabled-img {
    height: 160px;
    right: 40px;
  }
}
@media screen and (width<=767px) {
  .section-hero-title {
    width: 450px;
    font-size: 2rem;
  }
  .section-hero-desc {
    font-size: 1.125rem;
  }
  .section-hero-left-bg {
    left: -234px;
  }
  .section-hero-right-bg {
    right: -234px;
  }
  .ai-enabled-img {
    height: 150px;
    right: 30px;
  }
}
@media screen and (width<=479px) {
  .section-hero {
    height: 672px;
  }
  .section-hero-title {
    width: 100%;
    max-width: 300px;
    font-size: 1.5rem;
  }
  .section-hero-desc {
    max-width: 300px;
    font-size: 0.8rem;
  }
  .section-hero-left-bg {
    object-fit: cover;
    left: -184px;
  }
  .section-hero-right-bg {
    right: -284px;
  }
  .btn-link-primary-contained__label {
    font-size: 12px;
  }
  .ai-enabled-img {
    height: 130px;
    right: 20px;
  }
}
