.hero-form{background-color:var(--black);color:var(--white);isolation:isolate;padding:6rem 2rem;position:relative}.hero-form:after{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.75)),color-stop(25%,rgba(0,0,0,.75)),color-stop(75%,rgba(0,0,0,.75)),to(rgba(0,0,0,.75)));background:linear-gradient(0deg,rgba(0,0,0,.75),rgba(0,0,0,.75) 25%,rgba(0,0,0,.75) 75%,rgba(0,0,0,.75));content:"";inset:0;position:absolute;z-index:-1}.hero-form__inner{display:grid;position:relative;z-index:2;grid-gap:var(--gap-md)}.hero-form__heading span{color:var(--yellow)}.hero-form__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--gap-sm)}.hero-form__anchor{color:var(--white)}.hero-form__anchor>svg{height:1.5rem;top:0;-webkit-transition:top .2s ease;transition:top .2s ease}.hero-form__anchor:hover>svg{left:0;top:.5rem}.hero-form__form{background:var(--light-gray);-webkit-box-shadow:1rem 1rem 0 0 var(--teal);box-shadow:1rem 1rem 0 0 var(--teal);color:#000;padding:2rem}.hero-form__form.hide_labels .hs-form-field>label{border:0!important;clip:rect(0,0,0,0)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.hero-form__form p{color:#000;font-size:1.2rem}.hero-form__form .input input,.hero-form__form .input select{color:#000;font-size:1.4rem;min-height:0;opacity:1;padding-bottom:.5rem;padding-top:.5rem}.hero-form__form .input input:placeholder,.hero-form__form .input select:placeholder,.hero-form__form .input textarea:placeholder{color:#000;opacity:1}.hero-form__form .input textarea{color:#000;font-size:1.4rem;min-height:10rem}@media (min-width:992px){.hero-form:after{background:-webkit-gradient(linear,left bottom,left top,from(transparent),color-stop(25%,rgba(0,0,0,.5)),color-stop(75%,rgba(0,0,0,.5)),to(transparent));background:linear-gradient(0deg,transparent,rgba(0,0,0,.5) 25%,rgba(0,0,0,.5) 75%,transparent)}.hero-form__inner{grid-template-columns:1fr 1fr;grid-gap:var(--gap-lg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (min-width:1200px){.hero-form__heading{font-size:6rem}}#particles-js{bottom:0;left:0;position:absolute;right:0;top:0}.cloned-button-wrapper{background:#fff;bottom:0;left:0;padding:10px 20px;position:fixed;right:0;text-align:center;width:100%;z-index:999}.cloned-button-wrapper .button{width:100%}@media (min-width:768px){body{margin-bottom:0!important}.cloned-button-wrapper{display:none!important}}