.st-form-popup{inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .15s ease;visibility:hidden;z-index:9999}.st-form-popup:target{opacity:1;pointer-events:auto;visibility:visible}.st-form-popup__overlay{background:rgba(4,19,37,.6);inset:0;position:absolute}.st-form-popup__dialog{background:#fff;border-radius:12px;box-shadow:0 24px 64px rgba(4,19,37,.25);margin:5vh auto;max-height:90vh;max-width:768px;overflow-y:auto;padding:40px 32px;position:relative;width:calc(100% - 32px)}.st-form-popup__close{align-items:center;background:#fafafa;border-radius:50%;color:#041325;display:flex;height:32px;justify-content:center;position:absolute;right:16px;top:16px;transition:background .15s ease;width:32px}.st-form-popup__close:hover{background:#eaeaea}.st-form-popup__heading{color:#1a73e8;font-size:30px;font-weight:700;margin:0 0 12px;padding-right:32px;text-align:center}.st-form-popup__subheading{color:#4a5568;font-size:.95rem;line-height:1.5;margin:0 0 24px}.st-form-popup__form .hs-form-field{margin-bottom:16px}.st-form-popup__form input[type=email],.st-form-popup__form input[type=tel],.st-form-popup__form input[type=text],.st-form-popup__form select,.st-form-popup__form textarea{border:1px solid #d6dae0;border-radius:6px;font-size:.95rem;padding:10px 12px;width:100%}.st-form-popup__form .hs_cos_wrapper_type_form .form-title{display:none}.st-form-popup__form .hs-button{background:#1a73e8;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:background .15s ease}.st-form-popup__form .hs-button:hover{background:#155ec0}@media (max-width:600px){.st-form-popup__dialog{border-radius:0;height:100%;margin:0;max-height:100%;padding:32px 20px;width:100%}}