.sticky-form{background-color:var(--bg-color)}.sticky-form--desktop .sticky-form__form-area{padding:32px}.sticky-form--desktop #sticky_form{margin:0 auto;max-width:48em;width:100%}.sticky-form--desktop #sticky_form form{height:unset!important;margin:0 auto}.sticky-form .title{color:var(--title-color);margin-bottom:16px;text-align:center}.sticky-form .actions{display:flex;justify-content:center;text-align:center;width:100%}.sticky-form .actions input[type=submit]{box-sizing:border-box;cursor:pointer;margin-top:24px;max-width:unset;max-width:500px;width:100%}.sticky-form form input.hs-button{max-width:unset!important}form .hs-submit .actions{flex-direction:column}@media (min-width:80em){.sticky-form--desktop{background-color:transparent;display:block;padding:0;position:absolute;right:0;top:0;width:47%;z-index:1}.sticky-form--desktop .sticky-form__form-area{background-color:var(--bg-color);border-radius:10px;bottom:32px;margin:32px calc(50vw - 576px) 32px auto;max-height:calc(100vh - 64px);overflow-y:scroll;padding:32px 0;padding:32px 40px;position:-webkit-sticky;position:sticky;top:32px;width:464px}}@media (min-width:1366px){.sticky-form--desktop .sticky-form__form-area{margin-right:calc(50vw - 640px)}}.sticky-form--desktop>.sticky-form__form-area::-webkit-scrollbar-track{background-color:var(--bg-color);border-radius:0 10px 10px 0}.sticky-form--desktop>.sticky-form__form-area::-webkit-scrollbar{background-color:var(--btn-bg-color);border-radius:0 10px 10px 0;width:10px}.sticky-form--desktop>.sticky-form__form-area::-webkit-scrollbar-thumb{background-color:var(--btn-bg-color);border-radius:0 10px 10px 0;padding-right:4px}