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

#hero {
  padding-top: 160px;
  overflow-x: hidden;
}
#hero .img_holder {
  text-align: right;
  position: relative;
  z-index: -1;
  height: 850px;
  margin-top: -250px;
  width: 100%;
  max-width: 100vw;
}
#hero .img_holder img {
  display: none;
}
#hero .img_holder video {
  position: absolute;
  z-index: -1;
  right: calc((100% - 1366px) / 2);
  bottom: 0;
  max-width: 100%;
}
#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: 58px;
  margin-bottom: 32px;
  font-weight: 600;
  line-height: 72px;
}
#hero .hero_container h1 strong {
  font-weight: 600;
  font-size: 58px;
  line-height: 68px;
  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: 34px;
  font-weight: 400;
}
#hero .hero_container p strong {
  font-weight: 700;
}
#hero .hero_container .button {
  margin-top: 56px;
}
#hero .hero_container .apps_tag {
  padding: 4px 12px;
  border-radius: 20px;
  background: #f7f7f8;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 28px;
  color: #75738b;
}
#hero .hero_container .apps_tag .logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .hero_container .apps_tag .logos .icon {
  height: 26px;
}

@media screen and (max-width: 1280px) {
  #hero {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  #hero .hero_container.hero_flex_container {
    flex-direction: column;
    gap: 40px;
  }
  #hero .hero_container h1 {
    font-size: 48px;
    margin-bottom: 32px;
    line-height: 60px;
  }
  #hero .hero_container h1 strong {
    font-size: 48px;
    margin-bottom: 32px;
  }
  #hero .img_holder {
    margin-top: 30px;
    max-width: 728px;
    margin: 0 auto;
    height: auto;
  }
  #hero .img_holder img,
  #hero .img_holder video {
    max-width: 100%;
    height: auto;
    position: relative;
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #hero.small_padding {
    padding-bottom: 0;
  }
  #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 h1 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 32px;
  }
  #hero .hero_container h1 br {
    display: none;
  }
  #hero .hero_container h1 strong {
    font-size: 36px;
    line-height: 48px;
  }
  #hero .hero_container p {
    font-size: 16px;
    line-height: 28px;
  }
  #hero .hero_container .button {
    margin-top: 32px;
  }
  #hero .hero_container .apps_tag .logos .icon {
    display: flex;
    align-items: center;
  }
  #hero .hero_container .apps_tag .logos .icon img {
    width: 18px;
    height: 18px;
  }
}