.hero_a-news {
  background-repeat: no-repeat;
  background-position: center 100%;
  
}

@media screen and (max-width: 1024px) {
  .hero_a-news {
    background-image: initial !important;
  
  }
}

.hero_a-news .container {
  min-height: 530px;
}

.hero_a-news form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero_a-news .hs_error_rollup {
  display: none !important;
}

.hero_a-news .hs_email {
  width: 100%;
}


@media screen and (min-width: 736px) {
  .hero_a-news .hbspt-form {
    max-width: 480px;
  }
  .hero_a-news .hs_email {
    width: 244px;
    padding-right: 8px;
  }
}

.hero_a-news input[type=email] {
  height: 42px;
  width: 100%;
  padding: 8px 24px;
  background-color: #ffffff;
  border-radius: 25px;
  color: #9A9A9A;
  font-size: 1.2rem;
  margin-bottom: 12px;
  border: 1px solid #DCDCDC;
}

.hero_a-news input[type=submit] {
  height: 42px;
  width: 180px;
  padding: 8px 24px;
  background-color: #FB8E31;
  border-radius: 25px;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2rem;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 12px;
}

.hero_a-news input[type=submit]:hover {
  background-color: #F87606;
}

.hero_a-news .legal a {
  text-decoration: underline;
}

.hero_a-news .icon:hover {
  opacity: 0.6;

