body.mobile-banner #hero {
  padding-top: 120px;
}

#hero {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow-x: hidden;
  background-size: cover;
}
#hero.no_gutter_bottom {
  padding-bottom: 0;
}
#hero.boxed {
  width: calc(100% - 48px);
  margin: 0 auto;
  border-radius: 32px;
  overflow: hidden;
  padding-top: 40px !important;
}
#hero.boxed .flex_img_holder {
  margin-bottom: -4px;
}
#hero .flex_img_holder {
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
}
#hero .flex_img_holder img {
  max-width: 100%;
}
#hero .img_holder {
  text-align: right;
  position: relative;
  z-index: -1;
  height: 850px;
  margin-top: -250px;
  width: 100%;
  max-width: 100vw;
}
#hero .hero_container {
  position: relative;
}
#hero .hero_container.hero_flex_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#hero .hero_container h1 {
  font-size: 56px;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 72px;
  text-align: center;
}
#hero .hero_container h1 strong {
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
  background: linear-gradient(90deg, #614efa 22.93%, #62c8ff 76.42%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hero .hero_container p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 18px;
  text-align: center;
}
#hero .hero_container p strong {
  font-weight: 700;
}
#hero .hero_container .ctas_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 64px;
}

@media screen and (max-width: 1280px) {
  #hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #hero .hero_container p br {
    display: none;
  }
  #hero .hero_container .flex_img_holder img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #hero {
    padding-top: 60px;
  }
  #hero.boxed {
    width: calc(100% - 16px);
  }
  #hero .img_holder {
    margin: 30px auto;
    max-width: 360px;
  }
  #hero .img_holder img {
    display: block;
    max-width: 100%;
  }
  #hero .img_holder video {
    display: none;
  }
  #hero .hero_container.hero_flex_container .flex_img_holder img {
    max-width: 100%;
    height: auto;
  }
  #hero .hero_container p {
    font-size: 16px;
    line-height: 28px;
  }
  #hero .hero_container .ctas_wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 48px;
  }
  #hero .hero_container h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  #hero .hero_container h1 strong {
    font-size: 48px;
    line-height: 60px;
  }
}