@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader-container{align-items:center;display:flex;justify-content:center;min-height:45vh}.loader{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;border:10px solid #f3f3f3;border-radius:50%;border-top:10px solid var(--color-global-2-hex);height:80px;width:80px}.hsform-multistep{background:var(--color-system-4-hex);border:1px solid var(--color-global-2-hex);padding:20px}.hsform-multistep__progress-bar{border:1px solid #000;border-radius:4px;margin-bottom:40px}.hsform-multistep__progress{background:#3763fb;height:5px;transition:width 1s ease}.hsform-multistep .input{margin-top:16px}.hsform-multistep .inputs-list{display:flex;flex-wrap:wrap}.hsform-multistep .inputs-list>li{flex:0 0 100%}.hsform-multistep .inputs-list>li label{cursor:pointer}.hsform-multistep input[type=checkbox]{-webkit-appearance:none;background:#fff;border:1px solid var(--color-global-2-hex);height:14px;margin-right:12px;transition:background .2s ease;width:14px!important}.hsform-multistep input[type=checkbox]:checked{background:var(--color-global-2-hex)}.hsform-multistep input[type=radio]{-webkit-appearance:none;background:#fff;border:1px solid var(--color-global-2-hex);border-radius:50%;height:14px;margin-right:12px;transition:background .2s ease;width:14px!important}.hsform-multistep input[type=radio]:checked{background:var(--color-global-2-hex)}.hsform-multistep input[type=email],.hsform-multistep input[type=tel],.hsform-multistep input[type=text]{min-height:48px!important}.hsform-multistep .hs-form-field{margin-bottom:32px}.hsform-multistep .hs-richtext{margin-bottom:48px;text-align:center}.hsform-multistep .hs-richtext h3:after{background:var(--color-global-2-hex);content:"";display:block;height:7px;margin:12px auto 0;width:100px}.hsform-multistep .actions{text-align:center}.hsform-multistep .actions input[type=submit]{background:#fff;border:1px solid var(--color-global-2-hex);color:var(--body-font-color);transition:color .2s ease,background .2s ease}.hsform-multistep .actions input[type=submit]:hover{background:var(--color-global-2-hex);border:1px solid var(--color-global-2-hex);color:#fff}.hs-step-form__btns{bottom:0;display:flex;justify-content:space-between;margin-top:16px;padding:32px 0;position:sticky}.hs-step-form__btn{align-items:center;cursor:pointer;display:inline-flex;font-weight:600;transition:opacity .3s ease}.hs-step-form__btn>span{display:none}.hs-step-form__btn svg{border:1px solid var(--color-global-2-hex);height:32px;padding:6px;width:70px}.hs-step-form__btn--prev svg{margin-right:6px;transform:rotate(180deg)}.hs-step-form__btn--next svg{margin-left:6px}.hs-step-form__btn--next.on-last-step{display:none!important}.hs-step-form__btn.is-not-clickable{cursor:not-allowed;opacity:.4!important;position:relative}.hsform-multistep-dots{display:flex;justify-content:space-between;margin-bottom:54px;position:relative}.hsform-multistep-dots:before{background:var(--color-global-2-hex);content:"";display:block;height:1px;left:0;position:absolute;top:50%;width:100%}.hsform-multistep-dot{background:#fff;border:1px solid var(--color-global-2-hex);display:inline-block;height:16px;position:relative;text-align:center;transition:background .2s ease;width:16px;z-index:2}.hsform-multistep-dot.is-active{background:var(--color-global-2-hex)}.hs-form-field.not-allowed{opacity:.3;pointer-events:none}@media (min-width:992px){.hsform-multistep-dot{font-size:10px;height:22px;line-height:30px;width:22px}.hsform-multistep .hs-richtext{margin-bottom:72px}.hsform-multistep .legal-consent-container .hs-richtext{font-size:14px;margin-bottom:0;text-align:left}.hs-step-form__btns{margin-top:24px;padding:42px 0}.hs-step-form__btn>span{display:block}.hs-step-form__btn svg{height:27px;width:27px}.hsform-multistep .inputs-list.is-splited>li{flex:0 0 50%}.hs-step-form__btns:before{bottom:100px}}