@import url("https://fonts.googleapis.com/css?family=Roboto:300i"); /* for quote */ .hero {
  background: url(/img/accent-3.png) no-repeat 64px 100%;
  background-size: 355px 282px;
  padding: 104px 0;
} .hero .container {
    text-align: center;
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
  } .hero .container:before {
    content: '';
    display: table;
  } .hero .container:after {
    content: '';
    display: table;
    clear: both;
  } .hero h1 {
    background: white;
    position: relative;
    padding: 8px 0;
    text-align: left;
  } .hero h1:after {
      content: "";
      position: absolute;
      width: calc(70vw - 128px);
      height: 100%;
      left: 10vw;
      top: -64px;
      padding: 64px;
      border: 8px solid #CDD3D8;
      z-index: -1;
      max-width: 750px;
    } .hero .intro {
    color: #6A6A6A;
    background: white;
    margin-left: calc(60% - 200px);
    max-width: 330px;
    padding: 0 8px;
    padding-top: 10px;
    margin-top: 50px;
    text-align: left;
    line-height: 24px;
  } @media (max-width: 480px) { .hero .intro {
      margin-left: 5px
  }
    } .hero .intro p {
      margin: 0;
    } .hero .text-link {
    display: table;
  } .hero .text-link:first-child {
      margin-top: 16px;
    } .hero .text-link.numbered {
      padding-left: 26px;
      text-indent: -26px;
    } .hero .text-link.numbered .numbering {
        color: #9B9B9B;
      } .demo .hero .intro p {
      margin-bottom: 24px;
    } .demo .form {
    padding-bottom: 40px;
    width: 100%;
  } .demo .form .submitted-message p {
        text-align: center;
        margin-top: 50px;
        padding: 20px;
        border: 1px solid #6b63e6;
        margin: 50px;
        border-radius: 5px;
        background: #d0cdfc;
        color: #5e55da;
      } .demo .form .hs-richtext p, .demo .form .hs-form-booleancheckbox p {
        line-height: 18px;
        color: #6A6A6A;
        font-size: 12px;
        padding: 0;
      } .demo .form ul.inputs-list {
      padding: 0px;
    } .demo .form .hs-form-booleancheckbox-display input[type="checkbox"] {
      margin-right: 8px;
    } .demo .form li.hs-form-booleancheckbox {
      color: white;
      display: flex;
      flex-direction: row;
    } .demo .form label {
      position: absolute;
      margin-left: 20px;
      opacity: 0;
    } .demo .form .field {
      margin-top: 15px;
    } .demo .form input[type="text"],
    .demo .form input[type="email"],
    .demo .form input[type="tel"],
    .demo .form textarea {
      width: calc(100% - 40px);
      margin: 5px 20px;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid rgba(0, 0, 0, 0.2);
    } .demo .form input[type="text"]:focus, .demo .form input[type="email"]:focus, .demo .form input[type="tel"]:focus, .demo .form textarea:focus {
        border: 1px solid #6B63E6;
      } .demo .form .hs-error-msg {
      opacity: 1;
      color: red;
      font-size: 14px;
    } .demo .form .hs-submit {
      display: flex;
      justify-content: center;
    } .demo .form input[type="submit"] {
      border-radius: 100px;
      cursor: pointer;
      outline: none;
      box-shadow: none;
      border: none;
      display: inline-block;
      text-decoration: none;
      background: #6B63E6;
      color: white;
      font-weight: 500;
      background-image: url(/img/right-arrow-knockout.svg),
      linear-gradient(0deg, #6b63e6 50%, #8881ea 100%);
      background-repeat: no-repeat;
      background-position: calc(100% - 40px) center, top left;
      background-size: 15px 9px, 100% 100%;
      padding: 19px 64px 21px 40px;
      transition: background-position 0.2s linear,
      background-image 0.2s linear;
      position: relative;
      z-index: 2;
      font-size: 1em;
    } .demo .form input[type="submit"]:hover {
        background-image: url(/img/right-arrow-knockout.svg),
        linear-gradient(0deg, #8983eb 50%, #a09bef 100%);
        background-position: calc(100% - 38px) center, top left;
      } .demo .form .legal-consent-container {
      background: #fff;
      font-size: 12px !important;
      padding-left: 20px;
      border: none;
    } .demo .form .actions {
      margin-top: 50px;
      display: flex;
      justify-content: center;
    } .demo .form .hs-form-booleancheckbox label {
      position: relative;
      opacity: 1;
      width: 100%;
      text-align: left;
    } .demo .form .hs-form-booleancheckbox label span {
        margin: 0px;
        padding: 0;
        line-height: 18px;
        color: #6A6A6A;
        font-size: 12px;
      } .demo .form .hs-form-booleancheckbox label p {
        margin-left: 10px;
      } .demo .form .hs-form-booleancheckbox label .quote {
        text-align: center;
        margin-bottom: 92px;
      } .demo .form .hs-form-booleancheckbox label .quote blockquote {
          font-weight: 300;
          font-style: italic;
          color: #6A6A6A;
          font-size: 24px;
          line-height: 40px;
          letter-spacing: -0.2px;
          max-width: 960px;
          margin: 0 auto;
          padding: 5px;
        } @media screen and (min-width: 768px) { .demo .form .hs-form-booleancheckbox label .quote blockquote {
            font-size: 34px;
            line-height: 48px;
            letter-spacing: -0.4px
        }
          } .demo .form .hs-form-booleancheckbox label .quote cite {
          display: block;
          width: 100%;
          margin-top: 33px;
        } .demo .form .hs-form-booleancheckbox label .quote cite img {
            width: 120px;
            height: 41px;
          } .demo .form .hbspt-form {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 24px;
      box-sizing: border-box;
    } .demo .form .hbspt-form:before {
      content: '';
      display: table;
    } .demo .form .hbspt-form:after {
      content: '';
      display: table;
      clear: both;
    } .demo .form .hs-richtext p, .demo .form .hs-form-booleancheckbox p {
        line-height: 18px;
        color: #6A6A6A;
        font-size: 12px;
        padding: 10px 0 0 0;
      } .demo .form li.hs-form-booleancheckbox {
      color: white;
    } .demo .form input[type="submit"].hs-button {
      border-radius: 100px;
      cursor: pointer;
      outline: none;
      box-shadow: none;
      border: none;
      display: inline-block;
      text-decoration: none;
      background: #6B63E6;
      color: white;
      font-weight: 500;
      background-image: url(/img/right-arrow-knockout.svg),
        linear-gradient(0deg, #6b63e6 50%, #8881ea 100%);
      background-repeat: no-repeat;
      background-position: calc(100% - 40px) center, top left;
      background-size: 15px 9px, 100% 100%;
      padding: 19px 64px 21px 40px;
      transition: background-position 0.2s linear, background-image 0.2s linear;
      position: relative;
      z-index: 2;
      font-size: 1em;
    } .demo .form input[type="submit"].hs-button:hover, .demo .form input[type="submit"].hs-button:active {
        background-image: url(/img/right-arrow-knockout.svg), linear-gradient(0deg, #8983eb 50%, #a09bef 100%);
        background-repeat: no-repeat;
        background-position: calc(100% - 38px) center, top left;
        font-size: 1em;
        font-weight: 500;
        border: none;
        box-shadow: none;
      } .demo .form .hs-form-booleancheckbox label span {
    margin: 0px;
    padding: 0;
    line-height: 18px;
    color: #6A6A6A;
    font-size: 12px;
  } .demo .quote {
    text-align: center;
    margin-bottom: 92px;
  } .demo .quote blockquote {
      font-weight: 300;
      font-style: italic;
      color: #6A6A6A;
      font-size: 24px;
      line-height: 40px;
      letter-spacing: -0.2px;
      max-width: 960px;
      margin: 0 auto;
      padding: 5px;
    } @media screen and (min-width: 768px) { .demo .quote blockquote {
        font-size: 34px;
        line-height: 48px;
        letter-spacing: -0.4px
    }
      } .demo .quote cite {
      display: block;
      width: 100%;
      margin-top: 33px;
    } .demo .quote cite img {
        width: 120px;
      }
