.main {
  position: relative; 
  display: flex;
  justify-content: center;
  margin-top: 48px;
  min-height: 400px;
}
.hero_container {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.hero_title {
  align-self: stretch;
  color: var(--color-white-100);
  text-align: center;
  font-size: 98px;
  font-style: normal;
  font-weight: 700;
  line-height: 98px;
  letter-spacing: -1.47px;
  font-family: IBM Plex Sans, sans-serif !important;
}
.title-wrapper {
  display: inline-block;
}

/* Texto base */
.hero_title--highlight {
  display: inline-block;
  font-size: 105px;
  line-height: normal;
}

.hero_title--highlight .letter {
  display: inline-block;
  background: linear-gradient(94deg, #19cdff 45.66%, #e0f 70.97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-size: 1000% 100%;
  background-position-x: calc(var(--i) * 10%); 
  will-change: filter, opacity, transform;
}

.hero_description {
  margin: 40px 0;
  color: var(--color-gray-100);
  text-align: center;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.09px;
  max-width: 1050px;
  font-family: Inter, sans-serif;
}

.hero__video{
  position: absolute;
  z-index: -1;
  width: 100%;
}

