#july-hero {
  position: relative;
  overflow: hidden;
  background-image: url(../../../../images/heros/25/july/back.png);
  background-image: -webkit-image-set(url("../../../../images/heros/25/july/back.png") 1x, url("../../../../images/heros/25/july/back@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

#july-hero .cont.justify-center {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

#july-hero svg {
  display: block;
}

#july-hero img {
  position: relative;
  z-index: 4;
}

#july-hero lottie-player {
  /* width: 550px;
  height: 651px; */
}

#july-hero .anim-main {
  aspect-ratio: 1008 / 610;
  width: 100%;
  max-width: 1008px;
  transform: translateX(28px);
  margin: -11px auto -83px auto;
  position: relative;
  z-index: 2;
}

#july-hero .anim-left {
  left: 0;
  bottom: -15px;
  aspect-ratio: 466/ 675;
  width: 100%;
  max-width: 466px;
  z-index: 1;
}

#july-hero .anim-right {
  right: 0;
  bottom: -7px;
  aspect-ratio: 604 / 691;
  width: 100%;
  max-width: 604px;
  z-index: 1;
}

#july-hero .anim-mobile {
  height: 195vw;
  width: 100%;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 750 / 1457;
  z-index: 1;
}

#july-hero .anim-main-m {
  aspect-ratio: 1008 / 610;
  max-width: 511px;
  width: 140%;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  z-index: 2;
  margin-bottom: -32px;
}

#july-hero .flex {
  max-width: 1446px;
}

#july-hero .inner {
  padding: 0px 0 117px 0;
}

#july-hero a {
  background: #e660a0;
  text-align: center;
  font-size: 28px;
  color: #fff;
  width: 349px;
  height: 61px;
  line-height: 59px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  border-radius: 30px;
  margin-top: -10px;
  box-shadow: 5px 6px 12px -7px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 1200px) {
  #july-hero .anim-left {
    left: -140px;
  }

  #july-hero .anim-right {
    right: -140px;
  }
}

@media screen and (max-width: 768px) {
  #july-hero .flex {
    flex-direction: column;
    padding: 0;
  }

  #july-hero {
    background-image: url(../../../../images/heros/25/july/back-m.png);
    background-image: -webkit-image-set(url("../../../../images/heros/25/july/back-m.png") 1x, url("../../../../images/heros/25/july/back-m@2x.png") 2x);
  }

  #july-hero a {
    width: 203px;
    height: 41px;
    line-height: 41px;
    font-size: 18px;
    margin-top: 3px;
  }

  #july-hero .inner {
    width: 100%;
    padding: 106px 5px 159px 5px;
    margin: 0 auto;
  }

  #july-hero lottie-player {
    width: 101vw;
    left: 0;
    transform: none;
    height: auto;
  }

  #july-hero .anim-bottom {
    bottom: -130px;
  }
}

@media screen and (max-width: 576px) {
  #july-hero .inner {
    /* padding:0 5px; */
  }

  #july-hero {
    display: flex;
    align-items: center;
  }

  #july-hero .main-m {
    /* width:100%; */
  }

  #july-hero .anim-bottom {
    bottom: 0;
  }
}