.text-decoration-none {
  text-decoration: none;
}

#july-hero .july-inner .button:hover {
  text-decoration: none;
}

#july-hero {
  margin-bottom: 3em;
  overflow: visible;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../images/hero/back.jpg") 1x,
    url("../images/hero/back@2x.jpg") 2x
  );
}

#july-hero .july-inner {
  width: 1200px !important;
  max-width: 1200px !important;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  gap: 15px;
}

#july-hero .july-main {
  margin-top: 1em;
  margin-bottom: 5em;
}

#july-hero .main {
  margin-top: -12px;
}

#july-hero .button {
  width: 12em;
  height: 2em;
  border-radius: 1em;
  font-size: 1.4em;
  margin-top: 1em;
  line-height: 2;
  background-color: #ed1d24;
}

#july-hero .image {
  bottom: 0;
  right: -12em;
  z-index: 0;
}

dotlottie-wc .headline {
  top: -177px;
}

#july-hero p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

#july-hero .main-text-top {
  font-size: 45px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

#july-hero .main-text-bottom {
  font-size: 45px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  max-width: 444px;
  margin-top: 14px;
}

@supports (background: -webkit-named-image(i)) {
  #july-hero .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 991px) {
  dotlottie-wc .headline {
    top: -54px;
    height: 832px !important;
  }
  #july-hero .main {
    width: 700px;
  }
  #july-hero .july-main {
    margin-top: 0em;
  }
}

@media screen and (max-width: 767px) {
  #july-hero .july-inner {
    flex-direction: column;
    width: 100% !important;
    padding-bottom: 48px;
    padding-top: 84px;
    gap: 0;
  }

  #july-hero .anim-box {
    width: 100%;
  }

  #july-hero .july-main {
    width: 100%;
  }

  #july-hero .headline {
    top: -4px;
    width: 422px !important;
  }

  #july-hero .button {
    font-size: 1.3em;
  }

  #july-hero .main-text-top {
    font-size: 30px;
    letter-spacing: 2px;
  }
  #july-hero .main-text-bottom {
    font-size: 27px;
    letter-spacing: 2px;
    max-width: 276px;
  }
  #july-hero .main {
    width: 358px;
    margin-top: -3px;
  }
  #july-hero .animation {
    width: 324px;
  }
  #july-hero .headline {
    top: -80px;
    width: 455px !important;
  }
  #july-hero .july-main {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 567px) {
  #july-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../images/hero/back-m.jpg") 1x,
      url("../images/hero/back-m@2x.jpg") 2x
    );
  }
  #july-hero .button {
    font-size: 1.2em;
    width: 9em;
  }
  #july-hero .july-inner {
    padding-bottom: 172px;
    padding-top: 89px;
  }
}

@media screen and (max-width: 375px) {
}
