.hero-form{background-color:var(--primary-6);padding:32px 0}.hero-form__wrapper{background-color:#fff;border-radius:20px;display:grid;gap:64px;grid-template-columns:repeat(2,1fr);padding:32px}.hero-form__content,.hero-form__form{min-height:0;min-width:0}.hero-form__form{background-color:var(--primary-6);border-radius:20px;padding:32px}.hero-form__content h4{font-size:18px}.hero-form__content h4:after{background:var(--primary-3);content:"";display:block;height:2px;margin-top:10px;width:60px}.hero-form__content h1{display:contents;font-size:50px}.hero-form__content h1.blue-text{color:var(--primary-3)}.hero-form__content-heading{margin:16px 0}.hero-form__content-richtext *{font-size:20px}.hero-form__content-reviews{margin-top:16px}.hero-form__content-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-top:16px}.hero-form__form .hs-button{background-color:#ff6900;border-color:#ff6900;padding:8px 16px}.hero-form__form .hs_submit.hs-submit{justify-content:start}.hero-form__form>h3{font-size:26px;font-weight:500;margin-bottom:24px}body .hero-form__form form .legal-consent-container .hs-richtext p{color:var(--primary-1);text-align:left}body .hero-form__form form .legal-consent-container{margin-top:0}body .hero-form__form form .hs-submit>.actions{margin-bottom:0}.hero-form__form textarea{min-height:100px}.hero-form__content-down-btn svg{height:36px;width:36px}.hero-form .hero-form__content-down-btn{animation:bounce 2s infinite;margin-top:40px;padding:0;transition:.3s ease}.hero-form__content-logos-slider{margin:32px 0;overflow:hidden}.hero-form__content-logos-slider img{height:70px;object-fit:contain;width:100%}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(8px)}60%{transform:translateY(4px)}}@media only screen and (max-width:991px){.hero-form__wrapper{gap:32px;grid-template-columns:auto;padding:32px}.hero-form .hero-form__content-down-btn{margin-top:16px}}@media only screen and (max-width:767px){.hero-form__content h1{font-size:28px;line-height:34px}.hero-form__form>h3{font-size:18px;line-height:24px}.hero-form__content-richtext *{font-size:16px}}@media only screen and (max-width:575px){.hero-form{padding:32px 0}.hero-form__form{padding:20px}.hero-form__form .hs-form-field{margin-bottom:8px}}