body {
  background-image: url(https://www.harmonicinc.com/hubfs/200022%20-%20VOs%20Teaser%20AD/Header%20images_sign%20up%20page@2x.png) !important;
  background-size: cover !important;
}

.navigation .btn {
  display: none;
}

figure.logo-image {
  width: 100%;
  background-size: 180px !important;
  background-repeat: no-repeat !important;
  margin: 0;
  background-position: center !important;
  padding-bottom: 80px;
}

.hero2 {
  display: block;
  align-items: flex-start;
  justify-content: flex-end;
  background: url(https://www.harmonicinc.com/hubfs/200022%20-%20VOs%20Teaser%20AD/lines-top-left@2x.png);
  background-size: 0%;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  width: 100%;
}

.hero2 .copy {
  width: 100%;
  padding-top: 140px;
  display: flex;
  padding: 140px 20px 0;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}

.hero2 .copy .heading {
  font-size: 30px;
  font-family: neris, sans-serif;
  line-height: 40px;
  text-align: center;
  max-width: 600px;
  margin-bottom: 40px;
  color: #fff;
}

.hero2 .copy .paragraph {
  color: #fff;
  text-align: center;
  max-width: 660px;
  font-size: 14px;
  line-height: 18px;
  font-family: neris, sans-serif;
  font-weight: 100;
  margin-bottom: 0px;
}

.hero2 .copy .btn {
  padding: 7px 35px 11px;
  border: 2px solid #FFBE02;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #FFBE02;
  text-decoration: none;
  display: none;
}

.hero2 .form-wrapper {
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 9;
}

.hero2 .form-wrapper .wrapper {
  border: 1px solid #eee;
  background: #000000de;
  max-width: 485px;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 39px 22px 49px;
  box-sizing: border-box
}

.hero2 .form-wrapper .wrapper label {
  display: none;
}

ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
}

ul.no-list.hs-error-msgs.inputs-list label {
  display: block !important;
  color: #FFBE02;
}

label.hs-error-msg.hs-main-font-element {
  color: #FFBE02;
  display: block !important;
}

.input input.invalid.error {
  border-bottom: 1px solid #FFBE02 !important;
}

.input input {
  -webkit-appearance: none;
  border: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  width: 100%;
  font-size: 16px;
  color: #fff;
  height: 40px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.input select {
  border: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  width: 100%;
  font-size: 16px;
  color: #fff;
  height: 50px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

option {
  background-color: #000000;
  background: #000000;
}

input.hs-button.primary.large {
  padding: 7px 35px 7px;
  border: 2px solid #FFBE02;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #FFBE02;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
}

input.hs-button.primary.large:hover {
  border: 2px solid #fff !important;
  color: #fff !important;
}

.input input::placeholder {
  color: #fff;
}        

.legal-consent-container p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
}

.legal-consent-container ul.inputs-list {
  padding: 0;
  margin-bottom: 40px;
}

label.hs-form-booleancheckbox-display {
  display: block !important;
  color: #fff;
}

.legal-consent-container .hs-form-booleancheckbox-display p a {
  color: #fff;
  text-decoration: underline;
}

.display-block-mobile-device {
  display: block;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
  float: left;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  margin-right: 20px;
  cursor: pointer;
  background: #fff;
}

.legal-consent-container .hs-form-booleancheckbox-display input:checked {
  background: #FFBE02;
}

@media (min-width: 768px) { 
  .navigation .btn {
    display: none !important;
  }
  
  .display-block-mobile-device {
    display: none;
  }

  .hero2 {
    display: flex;
    background-size: 43%;
    background-position: 0%;
    height: 1000px;
    background-position: top left;
    align-items: center;
  }
  
  figure.logo-image {
    width: 300px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    margin: 0;
    background-position: -40px 0 !important;
    padding-bottom: 166px;
  }

  .hero2 .hero-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 680px;
    width: 100%;
    margin: auto;
  }

  .hero2 .copy {
    width: 50%;
    padding: 0;
    align-content: flex-start;
  }

  .hero2 .copy .heading {
    text-align: left;
  }

  .hero2 .copy .paragraph {
    margin-bottom: 40px;
    text-align: left;
  }

  .hero2 .copy .btn {
    display: block;
  }

  .hero2 .form-wrapper {
    box-sizing: border-box;
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }

  .hero2 .form-wrapper .wrapper {
    width: 100%;
  }
}

      
@media (min-width: 992px) {

  .navigation .btn {
    display: none !important;
  }
  
  .hero2 {
    justify-content: center;
    background-size: 43%;
    height: auto;
    padding-top: 190px;
    padding-bottom: 200px;
    width: 100%;
    background-position: top left;
    align-items: center;
  }

  .hero2::after {
    content: '';
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 640px;
    background-position: right center;
  }

  .hero2 .hero-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1180px;
    width: 100%;
    margin: auto;
  }

  .hero2 .copy {
    width: 50%;
    display: flex;
    align-content: flex-start;
    padding: 0 !important;
  }

  .hero2 .copy .wrapper {
    max-width: 530px;
  }

  .hero2 .form-wrapper {
    width: 50%;
    flex-direction: column;
    padding: 0;
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .hero2 .form-wrapper .wrapper {
    border: 1px solid #eee;
    background: #000000de;
    max-width: 485px;
    position: relative;
    z-index: 1;
    padding: 39px 53px 49px;
    box-sizing: border-box
  }

  .hero2 .form-wrapper .wrapper label {
    display: none;
  }

  .input input {
    -webkit-appearance: none;
    border: 0;
    border-bottom: 1px solid #fff;
    background: transparent;
    width: 100%;
    font-size: 16px;
    color: #fff;
    height: 40px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }



  input.hs-button.primary.large {
    padding: 7px 35px 7px;
    border: 2px solid #FFBE02;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #FFBE02;
    text-decoration: none;
    background: transparent;
    display: block;
    height: 40px;
  }

  .input input::placeholder {
    color: #fff;
  }        

  .hero2 .copy .heading {
    font-size: 60px;
    line-height: 80px;
    text-align: left;
    max-width: 600px;
    margin-bottom: 30px;
    color: #fff;
  }

  .hero2 .copy .paragraph {
    color: #fff;
    text-align: left;
    max-width: 660px;
    font-size: 20px;
    line-height: 27px;
    font-family: neris, sans-serif;
    font-weight: 100;
    margin-bottom: 40px;
  }

  .hero2 .copy .btn {
    padding: 7px 35px 11px;
    border: 2px solid #FFBE02;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #FFBE02;
    text-decoration: none;
    display: block;
  }

  .spacer {
    height: 1px;
    width: 820px;
    margin: auto;
    background: #ebebeb4a;
  }

  .form-heading {
    color: #FFBE02;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... }