  .formAnimate .form-group{margin:0;padding:20px 0}
.PRNeloqua .form-group label.lblanimate{position:absolute;font-size:14px;left:23px;top:27px;display:block;margin:0;color:rgba(0,0,0,.30);transition:transform 250ms cubic-bezier(0.5,0,0,1),font-size 250ms cubic-bezier(0.5,0,0,1);visibility:hidden}
.PRNeloqua .form-group.focused label.lblanimate{background:#cc471d;color:#fff !important;padding:1px 9px;transform:translateY(-133%);left:15px;font-size:12px;z-index:1;border-top-left-radius:10px;border-top-right-radius:10px;visibility:visible}
.PRNeloqua .form-group.focused label.lblanimate .required{color:#fff !important}
.PRNeloqua input::placeholder{color:rgba(0,0,0,.30);font-weight:normal}
.PRNeloqua input::-ms-input-placeholder{color:rgba(0,0,0,.30);font-weight:normal}
.PRNeloqua .form-group.focused select{color:rgba(0,0,0,1);font-weight:bold}
.formAnimate .form-group input{font-weight:bold}
.formFieldCenter{display:flex;flex-wrap:wrap;justify-content:center}
.getStartedForm .getStartedTextBoxRow{display:flex;flex-wrap:wrap;justify-content:center}
.getStartedForm .getStartedTextBoxRow>[class*="col-sm-"]{float:none}
@media(max-width:767px){.getStartedForm .getStartedTextBoxRow>[class*="col-sm-"]{flex-basis:100%;max-width:100%;width:100%}
}
.getStartedForm .getStartedPartialCenterRow{display:flex;flex-wrap:wrap}
.getStartedForm .getStartedPartialCenterRow>[class*="col-sm-"]{float:none}
.getStartedForm .getStartedPartialCenterRow:has(>.col-sm-4:nth-child(2):last-child){justify-content:center}
@media(max-width:767px){.getStartedForm .getStartedPartialCenterRow>[class*="col-sm-"]{flex-basis:100%;max-width:100%;width:100%}
}
.recaptcha-submit-row__inner{display:flex;flex-wrap:wrap;gap:16px;align-items:center}
.recaptcha-submit-row__captcha{flex:1 1 300px}
.recaptcha-submit-row__button{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end}
@media(max-width:767px){.recaptcha-submit-row__inner{flex-direction:column;align-items:stretch}
.recaptcha-submit-row__button{justify-content:flex-start}
}