#hero {
  background: #373a36;
  color: #fff;
  margin-bottom: -97px;
  min-height: 1194px;
}
#hero .left {
  padding-top: 27px;
}
#hero .left img {
  position: relative;
  left: -98px;
}
#hero .right {
  padding-top: 182px;
  max-width: 832px;
  width: 100%;
  margin-left: auto;
}
#hero .right .text {
  font-size: 21px;
  line-height: 29px;
  max-width: 800px;
}
#hero .right h1 {
  text-transform: uppercase;
  font-size: 53px;
  letter-spacing: 0.06em;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 15px;
}
#hero form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 27px;
}
#hero form p {
  width: calc(50% - 10px);
  max-width: 100%;
}
#hero form p:nth-of-type(5) {
  width: 100%;
  max-width: 100%;
}
#hero form p:last-of-type {
  width: 100%;
}
#hero input[type="submit"] {
  background: #fff;
  color: #000;
  padding: 0 78px;
}
#hero .bottom-text {
  padding-top: 83px;
  line-height: 29px;
  font-size: 21px;
}
#hero .bottom-text p {
  margin-bottom: 10px;
}
#hero .bottom-text a {
  color: #fff;
}
#hero .bottom-text p strong {
  text-transform: uppercase;
  font-weight: 600;
}
#hero .bottom-text p:first-child strong {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  display: block;
}
#hero .bottom-text p:last-child {
  margin-top: -8px;
}
#cta {
  padding-top: 29px;
  background: #fff !important;
  overflow: hidden;
}
#cta .container {
  transform: translateX(36px);
}
#hero form p.success-msg {
  font-weight: 400;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  text-align: left;
  max-width: 580px;
  margin-right: auto;
}
@media screen and (max-width: 1700px) {
  #hero .container {
    gap: 45px;
  }
  #hero .left img {
    left: 0;
  }
}
@media screen and (max-width: 1300px) {
  #cta {
    padding-top: 0;
  }
  #cta .container {
    transform: none;
  }
}
@media screen and (max-width: 992px) {
  #hero {
    margin-bottom: 0;
    padding-bottom: 50px;
    min-height: unset;
  }
  #hero .left {
    display: none;
  }
  #hero .right {
    margin: 0 auto;
    text-align: center;
  }
  #hero .right form {
    text-align: left;
  }
  #hero .bottom-text {
    padding-top: 50px;
  }
  #hero form p.success-msg {
    text-align: center;
    margin: 0 auto;
    font-size: 21px;
    line-height: 29px;
  }
}
@media screen and (max-width: 768px) {
  #hero .right {
    padding-top: 112px;
  }
  #hero .right h1 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0.03em;
    margin-bottom: 4px;
  }
  #hero .right .text {
    font-size: 14px;
    line-height: 21px;
  }
  #hero .bottom-text {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    max-width: 320px;
    margin: 0 auto;
    padding-top: 47px;
  }
  #hero .bottom-text p:first-child strong {
    font-size: 19px;
  }
  #hero .bottom-text p {
    margin-bottom: 7px;
  }
  #hero form p.success-msg {
    font-size: 14px;
    line-height: 21px;
    max-width: 340px;
  }
}
@media screen and (max-width: 567px) {
  #hero form p {
    width: 100%;
  }
  #hero form {
    gap: 16px;
  }
  #hero #form {
    margin-top: 19px;
    max-width: 320px;
    margin: 0 auto;
  }
  #hero form p:last-of-type {
    margin-top: 8px;
  }
  #hero input[type="submit"] {
    padding: 0 58px;
  }
}