#july-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  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-promo .border-gray {
  border-color: rgb(118, 118, 118);
}

#july-promo {
  font-size: 16px;
  --green: #009b4e;
  --yellow: #facc29;
  --gray: #a3a3a6;
  --focus-border: #000;
  --focus-color: #79797b;
  --error-border: #e32e22;
  --error-color: #e32e22;
}

#july-hero .container {
  max-width: 1476px;
  width: 100%;
}

#july-hero .july-form {
  padding-top: 62px;
  padding-bottom: 78px;
  margin-left: 50px;

  max-width: 50%;
}

#july-hero .july-form-wrapper {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-image: url(../images/hero/form-back@2x.jpg);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#july-hero .july-form-wrapper:before,
#july-hero .july-form-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}

#july-hero .july-form-top {
  top: -20px;
  margin-bottom: 13px;
}

#july-hero .july-form-inner {
  width: 660px;
  padding: 12px 20px 0;
  padding-top: 0;
  margin-top: 0;
}

#july-hero .july-main {
  flex-basis: 650px;
  flex-grow: 0;
}

#july-hero .july-main p {
  font-size: 24px;
  line-height: 1.44;
  margin-bottom: 0;
  width: 100%;
  max-width: 565px;
}

#july-hero .july-main p.h1 {
  width: 100%;
  font-size: 42px;
  line-height: 1.12765957;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: bolder;
  max-width: 525px;
}

#july-hero .button {
  width: 235px;
  height: 47px;
  border-radius: 0;
  font-size: 1.3125em;
  padding: 0;
  background-color: #36a9e1;
}

#july-hero .july-main .button {
  margin-top: 24px;
}

#july-hero .july-main .july-tiger {
  left: -154px;
  top: 22px;
}

#july-hero .july-form .button {
  bottom: -22px;
  padding-top: 0.2em;
}

#july-hero .july-form form {
  width: 646px;
}

#july-hero .july-form-inner>p {
  font-size: 26.5px;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: 26px;
}

#july-hero .form-action {
  display: flex;
  justify-content: center;
  margin-top: 11px;
}

#july-banner {
  margin-bottom: 30px;
}

#july-hero>div>div.july-inner.relative.flex.justify-center.items-center.fit>div>div>a {
  background-color: #ffde16;
}

#july-hero .image {
  top: unset;
  left: unset;
  z-index: 1;
  bottom: -30.5em;
  right: -52px;
  width: 129px;
  z-index: 0;
}

#july-hero .form-top {
  width: 74%;
}

#july-hero .logo {
  margin-bottom: 1em;
}

#july-banner .button {
  padding-top: 2px;
}

#july-hero .headline-text {
  font-size: 27px;
  letter-spacing: 1px;
  line-height: 14px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 800;
  font-family:"delittle-chromatic";
  margin: 0;
  top: 86px;
  width: 100%;
}

#july-hero .headline-ph {
  max-width: unset;
}

#july-hero .headline {
  width: 714px;
  max-width: unset;
  left: 50%;
  transform: translateX(-48.5%);
}

@supports (background: -webkit-named-image(i)) {
  #july-banner .button {
    padding-top: 1px;
  }

  #july-hero .july-form .button {
    padding-top: 2px;
  }

  #july-hero .july-main .button {
    padding-top: 3px;
  }
}

@media screen and (max-width: 1200px) {

  #july-hero>div>div.july-inner.relative.flex.justify-center.items-center.fit>div>p.f-white.lato-light.text-center.xs-hide br,
  #july-hero>div>div.july-inner.relative.flex.justify-center.items-center.fit>div>p.h1.text-center.lato-black.f-white.mx-auto.fit.xs-hide br {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  #july-hero .july-form {
    margin-left: 30px;
  }

  #july-hero .form-field .radio-field {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  #july-hero .container {
    flex-direction: column;
    align-items: center;
  }

  #july-hero .july-main {
    padding-top: 40px;
  }

  #july-hero .july-form {
    max-width: inherit;
    margin-left: 0;
  }

  #july-hero .container {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  july-hero .july-main {
    padding-top: 31px;
    padding-bottom: 0px;
  }

  #july-hero .button {
    width: 188px;
    height: 31px;
    border-radius: 0;
    font-size: 1.0625em;
  }

  #july-hero .july-main .button {
    margin-top: 17px;
  }

  #july-hero .july-main .july-tiger {
    left: -88px;
  }

  #july-hero .headline {
    width: 546px;
    left: unset;
    transform: unset;
  }

  #july-hero .headline-text {
    top: 107px;
  }
}

@media screen and (max-width: 567px) {

  #july-hero,
  #july-promo {
    overflow: visible;
  }

  #july-hero .july-form-wrapper {
    padding: 47px 0 37px 0;
    border-radius: 0;
    background-position: center;
    background-image: url(../images/hero/form-back-m@2x.jpg);
  }

  #july-hero .july-form-top {
    top: unset;
    margin: 0;
    padding: 0;
  }

  #july-hero .july-main p {
    font-size: 17px;
    line-height: 24px;
    width: 100%;
    padding: 0 10px;
    max-width: 375px
  }

  #july-hero .july-main p.h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 9px;
    margin-top: 16px;
    width: 100%;
    padding: 0 10px;
  }

  #july-hero .july-form {
    width: 100%;
    margin: 0 -15px;
    padding: 0;
    max-width: none;
  }

  #july-hero .button {
    padding: 0;
    width: 11em;
    height: 2.2em;
    font-size: 1.2em;
    margin-top: 10px;
    border-radius: 0;
    bottom: unset;
    z-index: 9;
  }

  #july-hero .july-form .button {
    margin: 0 auto;
    margin-top: 15px;
    bottom: unset;
  }


  #july-hero .image {
    top: -3%;
    left: 2%;
    width: 21%;
  }

  #july-hero .form-top-text {
    width: 100%;
  }

  #july-hero .container {
    padding: 0;
  }

  #july-hero .july-main {
    padding-top: 9%;
    padding-bottom: 15%;
  }

  #july-hero {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    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 .form-top {
    width: 82%;
  }

  #july-hero .headline {
    width: 359px;
    left: unset;
  }

  #july-hero .logo {
    margin-bottom: -2px;
    width: 32%;
  }

  #july-hero .image-top {
    left: 27px;
    top: -68px;
  }

  #july-hero .image-bottom {
    right: 0px;
    bottom: -69px;
  }

  #july-hero .headline-text {
    top: 67px;
    font-size: 20px;
  }

  @supports (background: -webkit-named-image(i)) {
  }
}

@media screen and (max-width: 375px) {
  #july-hero .headline {
    width: 292px;
    left: unset;
  }

  #july-hero .headline-text {
    top: 58px;
    font-size: 18px;
  }
}