/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* footer styles   */
footer {
  background-color: #12111A!important;
  background-image: linear-gradient(162deg, #241f3d 47%, #39146f)!important;

}
.in-footer-copyright span {
  color:#cabeff!important;
  }


/* Form Styles    */
.form-title {
  padding: 20px 20px 0 20px;
}

.in-form .submitted-message, form {
  padding: 20px;
}

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

/* CTA styles   */
.cta-dark {
  background-image: linear-gradient(96deg, #3f096b, #390861 40%, #200536)!important;
}
.cta-g2 {
  background-image: linear-gradient(96deg, #3f096b, #390861 40%, #200536)!important;
}
.cta-g2 h6 {
  color:#CABEFF!important;
  margin-bottom:0!important;
  font-size:16px!important;
  line-height:18px;!important
}
/* pull up form */
.pull-up-form {
  margin-top:-125px;

}
.pull-up-form form {
  box-shadow: 4px 4px 15px -9px rgba(0, 0, 0, .2);
}
.pull-up-form .form-title {
  font-size:24px;
}