.section_9x3_learn{
  padding:50px 15px;
}
.section_9x3_learn__content_text{
  color: rgb(238, 238, 238);
  font-size: 1.6875em;
  font-family: FFMarkWebProLight;
  font-weight: 100;
  line-height: 53.23px;
  letter-spacing: -0.02em;
  padding:15px;
}
.section_9x3_learn__content_text strong{
  position:relative;
}
.section_9x3_learn__content_text strong:before{
  content: "";
  height: 2px;
  background: linear-gradient(
    90deg, rgb(203, 70, 255), rgb(0, 169, 255));
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  animation: 2s ease 0s 1 normal none running animated-line;
}

.section_9x3_learn__content_img img{
  display:block;
  margin:auto;
  max-width: 100%;
}

.form_style_solutions__content_text h2 {
  font-size: 2.228125em;
  font-family: "FFMarkWebProRegular";
  font-weight: 100;
  letter-spacing: .02em;
  overflow: hidden;
  position: relative;
  margin-block-end: 1.7em;
}

@media (max-width:767px) {
  .form_style_solutions__content_text h2 {
    font-size: 1em;
  }
}

.form_style_solutions__content_text h2 {
  font-family: "FFMarkWebProBold";
 
}

.form_style_solutions__content_text h2 span:before,
.form_style_solutions__content_text h2 span:after {
  display: inline-block;
  content: '';
  background-image: url(//f.hubspotusercontent30.net/hubfs/8867135/raw_assets/public/DrEvidence/css/images/Headline-Linear-Dots.svg);
  width: 68px;
  bottom: 11px;
  height: 4px;
  position: relative;
}

.form_style_solutions__content_text h2 span:before {
  left: -13px;
}

.form_style_solutions__content_text h2 span:after {
  right: -6px;
}

.form_style_solutions__content_form input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  top: -22px;
  display: inline-block;
  position: relative;
}

.form_style_solutions__content_form input {
  overflow: visible;
}

.form_style_solutions__content_form [type='submit'] {
  -webkit-appearance: button;
}

.form_style_solutions__content_form [type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.form_style_solutions__content_form [type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.form_style_solutions__content_form legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

.form_style_solutions__content_form .hs-form-field {
  position: relative;
  margin-bottom: 20px;
}

.form_style_solutions__content_form .hs-form-field > label {
  color: #0d2547;
  font-size: 1rem;
  border-radius: 10px;
}

.form_style_solutions__content_form .hs-fieldtype-radio label {
  position: static;
  color: #3d3e40;
}

.form_style_solutions__content_form .hs-form-field legend {
  font-family: "Muli", "sans-serif";
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  color: #3d3e40;
}

.form_style_solutions__content_form input[type=text],
.form_style_solutions__content_form input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  padding: 15px 20px;
  font-family: "Muli", "sans-serif";
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  font-size: 1rem;
  color: #3d3e40;
  border-radius: 4px;
  background-color: #e9eff5;
  margin-top: 8px;
  width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form_style_solutions__content_form input[type=text]:focus,
.form_style_solutions__content_form input[type=email]:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

.form_style_solutions__content_form input::-webkit-input-placeholder {
  color: #cbd1d6;
}

.form_style_solutions__content_form input::-moz-placeholder {
  color: #cbd1d6;
}

.form_style_solutions__content_form input::-ms-placeholder {
  color: #cbd1d6;
}

.form_style_solutions__content_form input::-webkit-input-placeholder {
  color: #cbd1d6;
}

.form_style_solutions__content_form input:-ms-input-placeholder {
  color: #cbd1d6;
}

.form_style_solutions__content_form input::-ms-input-placeholder {
  color: #cbd1d6;
}

.form_style_solutions__content_form input::placeholder {
  color: #cbd1d6;
}

.form_style_solutions__content_form form input[type=submit] {
  background-color: #19cca3;
  border: 1px solid #19cca3;
  border-radius: 32px;
  color: #fff;
  cursor: pointer;
  padding: 10px 50px;
  text-align: center;
  font-family: "Muli", "sans-serif";
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: .05rem;
  width: 100%;
  max-width: 500px;
  white-space: normal;
  line-height: 1.5;
  margin: .625rem 0;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
  
  margin-top:20px;
  
}

.form_style_solutions__content_form form input[type=submit]:hover,
.form_style_solutions__content_form form input[type=submit]:focus {
  background-color: #19cca3;
  border-color: #19cca3;
}

.form_style_solutions__content_form form input[type=submit]:active {
  background-color: #2de0b7;
}

@media (max-width: 568px) {
  .form_style_solutions__content_form iframe {
    max-width: 100%;
  }
}

.form_style_solutions__content_form input[type="text"],
.form_style_solutions__content_form input[type="email"] {
  padding: 2px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 568px) {
  .form_style_solutions__content_form iframe {
    max-width: 100%;
  }
}

.form_style_solutions__content_form input[type="text"],
.form_style_solutions__content_form input[type="email"] {
  padding: 2px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form_style_solutions__content_form input[type=text]:focus,
.form_style_solutions__content_form input[type=email]:focus {
  outline: #00a9ff auto 5px;
}

.form_style_solutions__content_form form {
  background-color: white;
  border: 1px solid #cbe8f8;
  border-radius: 4px;
  padding: 45px 45px;
}

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

.form_style_solutions__content_form .hs-form-field > label {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  color: #0d2547;
  font-size: 16px;
  padding: 0px 0px;
}

.form_style_solutions__content_form .hs-fieldtype-radio label {
  color: #0d2547;
}

.form_style_solutions__content_form .hs-form-field legend {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  color: #0d2547;
  font-size: 14px;
}

.form_style_solutions__content_form input[type=text],
.form_style_solutions__content_form input[type=email] {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  background-color: #fff;
  border: 1px none #d0d0d0;
  border-radius: 4px;
  color: #3d3e40;
  padding-top: 18px;
}

.form_style_solutions__content_form input::-webkit-input-placeholder {
  color: #cbd1d6;
}

.form_style_solutions__content_form input:-ms-input-placeholder {
  color: #cbd1d6;
}

.form_style_solutions__content_form input::-ms-input-placeholder {
  color: #cbd1d6;
}

.form_style_solutions__content_form input::placeholder {
  color: #cbd1d6;
}

.form_style_solutions__content_form form input[type=submit],
.form_style_solutions__content_form form .hs-button {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
	background-color: rgba(161,75,197); /* fallback color if gradients are not supported */
background: linear-gradient(90deg,rgba(161,75,197,1) 43%,rgba(124,95,200,1) 100%);
  width: fit-content!important;
    background-size: 200% 100%;
  border: 1px solid #00a9ff;
  border-radius: 32px;
  color: #fff;
  display: inline-block;
  fill: #fff;
  padding: 10px 50px;
  text-transform: none;
  text-align: center;
}

.form_style_solutions__content_form form input[type=submit]:hover,
.form_style_solutions__content_form form input[type=submit]:focus,
.form_style_solutions__content_form form .hs-button:hover,
.form_style_solutions__content_form form .hs-button:focus {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  background-color: #19cca3;
  border: 1px solid #19cca3;
  color: #fff;
}

.form_style_solutions__content_form form input[type=submit]:active,
.form_style_solutions__content_form form .hs-button:active {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  background-color: #77ffff;
  border: 1px solid #27edc0;
  border-color: #7ff;
}
form input[type=submit], form .hs-button{
	
	          
background-image: -webkit-gradient(linear, left top, right top, from(#cb46ff), to(#a14bc5));
background-image: linear-gradient(90deg,rgba(161,75,197,1) 43%,rgba(124,95,200,1) 100%);
}
.form_style_solutions__content_form form input[type=submit],
.form_style_solutions__content_form form .hs-button {
  font-size: 16px;
	background:#a14bc5;
    background-size: auto;
    background-clip: border-box;
background-position-x: 0%;
background-position-y: 0%;
background-size: auto;
background-clip: border-box;
background-clip: text;
background-size: 200% 100%;
background-position: 100%;
transition: background-position 275ms ease;
width: auto;
padding-top: 15px;
padding-bottom: 15px;
background-image: linear-gradient(90deg,rgba(161,75,197,1) 43%,rgba(124,95,200,1) 100%);
}

.form_style_solutions__content_form form .hs-button {
  border-radius: 32px;
}

@media (max-width: 767px) {
  .form_style_solutions__content_form .hs-form input::-webkit-input-placeholder {
    font-size: .65em;
  }
  .form_style_solutions__content_form .hs-form input:-ms-input-placeholder {
    font-size: .65em;
  }
  .form_style_solutions__content_form .hs-form input::-ms-input-placeholder {
    font-size: .65em;
  }
  .form_style_solutions__content_form .hs-form input::placeholder {
    font-size: .65em;
  }
}

@media (min-width: 768px) {
  .form_style_solutions__content_form .hs-form-field {
    width: 30%;
    display:inline-block;
    margin-right: 1.3333%;
  }
  .form_style_solutions__content_form #hs_cos_wrapper_widget_1615536022430 .hs-form-field {
    width: 30%;
  }
}

.form_style_solutions__content_form .hs-form {
  font-family: "FFMarkWebProLight";
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0 60px 40px 60px;
}

.form_style_solutions__content_form .hs-form input::-webkit-input-placeholder {
  font-family: "FFMarkWebProBold";
  position: relative;
  font-size: .875em;
  text-transform: uppercase;
  letter-spacing: .1em;
  top: -22px;
}

.form_style_solutions__content_form .hs-form input:-ms-input-placeholder {
  font-family: "FFMarkWebProBold";
  position: relative;
  font-size: .875em;
  text-transform: uppercase;
  letter-spacing: .1em;
  top: -22px;
}

.form_style_solutions__content_form .hs-form input::-ms-input-placeholder {
  font-family: "FFMarkWebProBold";
  position: relative;
  font-size: .875em;
  text-transform: uppercase;
  letter-spacing: .1em;
  top: -22px;
}

.form_style_solutions__content_form .hs-form input::placeholder {
  font-family: "FFMarkWebProBold";
  position: relative;
  font-size: .875em;
  text-transform: uppercase;
  letter-spacing: .1em;
  top: -22px;
}

.form_style_solutions__content_form input[type=text],
.form_style_solutions__content_form input[type=email] {
  background-color: transparent;
  padding-top: 18px;
}

.form_style_solutions__content_form .hs-form div.input::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#cb46ff), to(#00a9ff));
  background-image: linear-gradient(90deg, #cb46ff, #00a9ff);
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.form_style_solutions__content_form input[type=text]:focus,
.form_style_solutions__content_form input[type=email]:focus {
  outline: 0;
}

.form_style_solutions__content_form #home .hs-form input[type=text],
.form_style_solutions__content_form #home .hs-form input[type=email] {
  font-family: "FFMarkWebProBold";
  position: relative;
  font-size: .875em;
  text-transform: uppercase;
  letter-spacing: .1em;
  top: -22px;
  color: #cbd1d6;
}

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

.form_style_solutions__content_form .hs-submit {
  font-family: "FFMarkWebProBold";
  text-align: center;
}

.form_style_solutions__content_form form input[type=submit],
.form_style_solutions__content_form form .hs-button {
  border: none !important;
  text-transform: uppercase !important;
  font-size: 1.225em;
  letter-spacing: .2em;
  color: #eee;
  position: relative;
  display: inline-block;
  overflow: hidden;
	background:#a14bc5;
	background: linear-gradient(90deg,rgba(161,75,197,1) 43%,rgba(124,95,200,1) 100%);
}

.form_style_solutions__content_form #home form input[type=submit],
.form_style_solutions__content_form #home form .hs-button {
  background: -webkit-gradient(linear, left top, right top, from(#cb46ff), to(#cb46ff));
  background: linear-gradient(to right, #cb46ff, #cb46ff);
  background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-transition: background-position 275ms ease;
  transition: background-position 275ms ease;
  width: auto;
}

.form_style_solutions__content_form #home form input[type=submit]:hover,
.form_style_solutions__content_form #home form input[type=submit]:focus,
.form_style_solutions__content_form #home form .hs-button:hover,
.form_style_solutions__content_form #home form .hs-button:focus {
  color: #eee;
  background-position: 0 100%;
  width: auto;
}

@media (max-width: 767px) {
  .form_style_solutions__content_form input[type=text],
  .form_style_solutions__content_form input[type=email] {
    font-size: .8em;
  }
}

.form_style_solutions__content_form .hs-form-25f6f914-5f69-46c3-a253-2de7610dde9a_bd352268-f795-43b8-93b8-5833d4839db6 .hs-button {
  white-space: pre-wrap;
}

.form_style_solutions__content_form .hs-form-25f6f914-5f69-46c3-a253-2de7610dde9a_bd352268-f795-43b8-93b8-5833d4839db6 .hs-field-desc {
  width: 100%;
}


.form_style_solutions__content_form ul {
  list-style-type: disc;
}

.form_style_solutions__content_form ul {
  padding-left: 2.5rem;
  margin: 1.5rem 0;
}

.form_style_solutions__content_form ul li {
  line-height: 1.5rem;
  margin: .1rem;
}

.form_style_solutions__content_form ul.no-list {
  list-style: none;
}

.form_style_solutions__content_form form ul.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.form_style_solutions__content_form form ul.inputs-list li {
  margin: .3125rem 0;
}

.form_style_solutions__content_form .hs-error-msgs li,
.form_style_solutions__content_form .hs-error-msgs li label {
  color: #ff7a6e !important;
  font-size: .875rem;
}

.form_style_solutions__content_form ul {
  -webkit-padding-start: 20px;
}

.form_style_solutions__content_form ul {
  padding-left: 2.5rem;
  margin: 1.0rem 0;
}

.form_style_solutions__content_form ul li {
  margin: .1rem;
}

.form_style_solutions__content_form .hs-error-msgs li,
.form_style_solutions__content_form .hs-error-msgs li label {
  color: #ff7a6e !important;
}

.form_style_solutions__content_form .hs-error-msgs {
  margin-top: -34px !important;
  padding-left: 20px !important;
}

.form_style_solutions__content_form .hs-error-msgs li,
.form_style_solutions__content_form .hs-error-msgs li label {
  color: #00a9ff !important;
  font-weight: bold;
}

.form_style_solutions__content_form ul li {
  margin: 1.5rem 0;
}


@media only screen and (max-width: 992px) {

  .section_9x3_learn__content_text{
    font-size:16.6px;
    text-align:center;
    line-height: 30.23px;
    padding:15px 0px;
  }
}