.hbspt-form{
  width: 100%;
  margin: 0 auto;
}

.hs-form-field{

}
  .hbspt-form .form-columns-1 > div{
    margin: 10px 0;
  }

  .hbspt-form .form-columns-2 > div{
    margin: 10px 0;
  }

  div.input {
    width: 100%;
  }

  .hs-submit{
    text-align: left;
    margin-top: 2rem;
  }

  .hs-submit input[type="submit"]{
    background-color: var(--wp--preset--color--primary-baby-powder);
    color: var(--white);
    border-radius: 13px;
    padding: 16px 28px;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0px 0px 0px var(--pink-80);
    transition: 0.2s;
  }

  .hs-submit input[type="submit"]:hover, .hs-submit input[type="submit"]:focus{
    background-color: var(--wp--preset--color--primary-lavander-pink);
    color: var(--black);
    
  }

  .hs-form-field{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hs-form-field label{
    font-size: 1.25rem;
    line-height: 1.65em;
    background-color: var(--white);
  }

  .hs-form-field input:not([type="checkbox"]), .hs-form-field select, .hs-form-field textarea{
    border: 4px solid var(--wp--preset--color--base-grey-300);
    background-color: var(--wp--preset--color--primary-baby-powder);
    border-radius: 13px;
    font-size: 1.25rem;
    padding: 12px;
    display: block;
    width: 100% !important;
    appearance: none;
  }

  .hbspt-form .hs-input[type="checkbox"]{
    width: 48px;
    height: 48px;
    border: none;
  }

  .hs-form-field textarea{
    min-height: 225px;
  }

  .hs-form-field select{
    background: var(--wp--preset--color--primary-baby-powder) url('../images/ic-select.svg') no-repeat right 2% center;
    background-size: 15px auto;
    appearance: none;
  }

  .hbspt-form .hs-dependent-field ul:not(.hs-error-msgs){
    list-style: none;
    margin: 20px 0;
    padding: 0;
  }

  .hbspt-form .hs-dependent-field ul:not(.hs-error-msgs) label{
    display: flex;
    font-size: 1rem;
    text-align: left;
  }

  .hbspt-form .hs-dependent-field ul:not(.hs-error-msgs) label span{
    margin: auto 8px;
  }

  .form-columns-1, .form-columns-2{
    display: flex;
    flex-direction: column;
    width: 100% !important;
    max-width: 100% !important;
  }

    @media screen and (min-width: 40rem){
      .form-columns-2{
        flex-direction: row;
        justify-content: space-between;
      }

      .hbspt-form .form-columns-2 .hs-form-field{
        width: calc(50% - 20px) !important;
      }
    }

  .legal-consent-container{
    margin: 10px 0 20px !important;
  }

  .hs-error-msgs {
    background: var(--red-20);
    position: relative;
    z-index: -1;
    margin-top: -0.75rem;
    padding: 1.5rem 2rem 1rem;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .hs_error_rollup .hs-error-msgs{
    background-color: var(--white);
    padding: 0;
    font-size: 1.25rem;
  }

  .hs-error-msgs li {
    list-style-type: none;
  }

  .hs-error-msgs .hs-error-msg, .hs-error-msgs .hs-main-font-element{
    background-color: transparent;
    font-size: var(--body-l-size);
    line-height: var(--body-l-lh);
    color: var(--red-90);
    font-weight: bold;
  }

  .hs_error_rollup .hs-error-msgs {
    border-radius: 8px;
  }



  .wp-block-group .hs-form-field label{
    color: var(--primary-dark-purple);
    font-size: 1em;
    margin-bottom: 8px;
    display: block;
  }

  .wp-block-group .hs-form-field input:not([type="checkbox"]), .wp-block-group .hs-form-field select, .wp-block-group .hs-form-field textarea{
    border-radius: 4px;
    border: 1px solid var(--wp--preset--color--base-grey-300);
  }

  .wp-block-group .hbspt-form .hs-input[type="checkbox"]{
    width: 24px;
    height: 24px;
  }

  .wp-block-group .hs-richtext{
    text-align: center;
    color: var(--base-grey-500);
    font-size: 0.75em;
  }

    .wp-block-group .hs-richtext a{
      color: var(--primary-deep-pink);
    }

.wp-block-group .hs-submit input[type="submit"]{
  background-color: var(--wp--preset--color--primary-lavander-pink);
  color: var(--wp--preset--color--primary-dark-purple);
  font-size: 1rem;
  padding: 14px 24px;  
}

.wp-block-group .hs-submit input[type="submit"]:hover{
  background-color: var(--wp--preset--color--primary-dark-purple);
  color: var(--wp--preset--color--primary-lavander-pink);
  font-size: 1rem;
  padding: 14px 24px;  
}

.wp-block-group .hs-submit{
  text-align: left;
}