.hero-banner-nav {
  max-width: 1000px;
  margin: 20px auto 0;
}

.hero-banner-bg img {
  max-width: 834px;
  margin: 0 auto;
  width: 100%;
}

.hero-banner-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 0 0;
  height: 414px;
}

.hero-banner-item {
  padding-bottom: 36px;
}

.hero-content-wrapper {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.hero-content-wrapper h1 {
  font-size: 40px;
  color: #4F55AF;
  line-height: 1.1;
  margin-bottom: 12px;
}

.hero-content-wrapper > p {
  color: #6C757D;
  font-size: 16px;
  margin-bottom: 24px;
}

.hero-cta p {
  font-size: 18px;
  color: #101112;
  margin-bottom: 24px;
  line-height: 1;
}

.hero-cta-wrapper a.simple-link {
  text-decoration: underline;
  color: #464E56;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

a.yellow-cta:after {
  background-image: url(https://49023635.fs1.hubspotusercontent-na1.net/hubfs/49023635/Alva%20Tech%20Assets/Icons/small-arrow.svg);
  content: "";
  display: inline-block;
  height: 9px;
  margin-left: 7px;
  width: 7px;
  margin-bottom: 1px;
}

a.yellow-cta {
  background: #F9CB24;
  color: #101112;
  font-size: 16px;
  line-height: 22px;
  padding: 12px 36px;
  display: inline-block;
  font-weight: 600;
  border-radius:4px;
  white-space:normal;
}

.hero-cta-wrapper hr {
  display: inline-block;
  width: 1px;
  height: 40px;
  border-bottom: 0;
  background: rgba(70, 78, 86, 0.4);
  vertical-align: middle;
  margin: 0 20px;
}

ul.slick-dots {
  list-style: none;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 32px;
  padding: 0;
  margin-bottom: 0;
}

ul.slick-dots button {font-size: 0;padding: 0;background: rgba(70, 78, 86, 0.16);border: 0;width: 12px;height: 12px;border-radius: 100%;margin: 0 4px;}

ul.slick-dots li.slick-active button {
  background: rgba(70, 78, 86, 0.8);
}


button.slick-arrow {
  position: absolute;
  top: calc(50% - 56px);
  width: 40px;
  height: 40px;
  border: 1px solid  #BAC0C6;
  background-image: url('https://49023635.fs1.hubspotusercontent-na1.net/hubfs/49023635/Alva%20Tech%20Assets/Icons/arrow-left-white.svg');
  font-size: 0;
  background-color: transparent;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  z-index: 9;
}

button.slick-arrow:after {
}

button.slick-prev.slick-arrow {
  left: 40px;
}

button.slick-next.slick-arrow {
  right: 40px;
  transform: rotate(180deg);
}

.hero-banner-description p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 34px;
  border-top: 1px solid rgba(70, 78, 86, 0.8);
  max-width: 1000px;
  margin: 32px auto 40px;
}

.hero-banner-description {padding: 0 20px;}

.hero-banner-description p img {
  margin-left: 16px;
}

.hero-cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media(max-width:900px){
  .hero-banner-bg img {
    margin: 0 auto;
    max-width: 834px;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  button.slick-arrow{
    display:none !important;
  }
  .hero-banner-bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 37%;
    height:auto;
  }
}

@media(max-width:767px){
  .hero-content-wrapper h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .hero-cta p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px;
  }

  .hero-cta-wrapper hr {
    display: none;
  }


  a.yellow-cta {
    margin-top: 12px;
  }

  ul.slick-dots {
    margin-top: 24px;
  }

  .hero-banner-description p {
    margin-top: 16px;
    padding-top: 16px;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 24px;
  }

  .hero-banner-description p img {width: 40px !important;!i;!;}

}

@media(max-width:480px){
  .hero-banner-bg {
    padding: 40px 0 30%;
  }
  .hero-banner-bg img {
    width: 90%;
  }
}