/* top Hero */
.hero-alt {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-basis: 50%;
  height: 545px;
  margin-top: 3.02rem;
}

.hero-alt h1 {
  font-size: clamp(2.9rem, 7vw, 4.277rem);
  font-weight: bold;
  line-height: clamp(1, 1, 1.01);
  color: var(--red-base);
  /* margin-bottom: clamp(1rem, 3vw, 2rem); */
}
.typed{
	padding-left: 12px;
}

.hero-alt .image-block {
  display: none;
}
.hero-alt .text {
  color: white;
  font-size: 2.055rem;
  padding-left: 0.6rem;
  font-weight: bold;
  line-height: 1.01;
  display: inline-block;
  margin-bottom: 4rem;
}
 p.btext{
  color: white;
  line-height: 1;
  margin: 2rem 0;
}

.hero-alt .text-wrap {
  flex: 1 1 50%;
  background-color: var(--purple-dark);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
}

.hero-alt .text-block {
  flex: 0 0 min(28.38rem, 100%);
  padding-top: 0;
  padding-bottom: 0;
}

.hero-alt .image-block {
  flex: 1 0 50%;
  overflow: hidden;
  position: relative;
}
.hero-alt .image-block img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}


@media only screen and (min-width: 786px) {
  .hero-alt {
    height: 615px;
  }
  .hero-alt .text {
    margin-bottom: 4.55rem;
  }
  .hero-alt .image-block {
    display: inherit;
  }
}

.animLine {
  overflow: hidden;
}
.splitText-anim {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.split__title-top {
  margin: 0;
  font-size: clamp(2.9rem, 7vw, 4.277rem);
  line-height: 1em;
}
.split__title-bottom {
  margin: 0;
  font-size: clamp(2.9rem, 7vw, 4.277rem);
}
.split__subtitle {
  margin: 0;
  color: white;
  font-size: 2.055rem;
}
.text-reveal {
  color: white;
  font-size: 2.055rem;
  font-weight: bold;
  line-height: .8em;
}

