.form__wrapper{align-items:center;display:flex;flex-direction:column;padding:2em 1.5em}.form__wrapper--background-light{background:#fce0ce;background:linear-gradient(180deg,#fff,#fce0ce)}.form__wrapper--background-dark{--slate-to-woodsmoke:linear-gradient(200deg,var(--slate) 60%,var(--woodsmoke) 100%);background:var(--slate-to-woodsmoke,var(--slate));color:#fff}.form__wrapper--background-dark .legal-consent-container p{color:#fff}.form__text{margin-bottom:2em;max-width:40ch}.form__text h3{font-size:var(--dudler-font-size);font-weight:var(--middle-font-weight);font-weight:var(--heavy-font-weight);line-height:var(--dudler-line-height);margin-bottom:1em}.form__fields .hs-form fieldset.form-columns-2 .hs-input{width:100%!important}.form__fields .hs-input{box-shadow:0 1px 3px hsla(0,0%,100%,.12),0 1px 10px rgba(0,0,0,.12)}.form__fields .hs-fieldtype-text{margin-bottom:.5em}.form__fields input[type=checkbox]{margin-right:1em;opacity:.0001}.form__fields .hs-form-booleancheckbox-display{align-items:start;color:var(--shark);font-size:var(--sejima-font-size);font-weight:var(--middle-font-weight);font-weight:400;line-height:var(--sejima-line-height);margin-bottom:1em;max-width:98%}.form__fields .hs-form-booleancheckbox-display span,.form__fields .hs-form-checkbox-display span{position:relative}.form__fields .hs-form-booleancheckbox-display span:before,.form__fields .hs-form-checkbox-display span:before{background:#fff;border:1px solid rgba(0,0,0,.25);border-radius:3px;box-shadow:0 1px 3px hsla(0,0%,100%,.12),0 1px 10px rgba(0,0,0,.12);content:"";height:1rem;left:-2.1em;position:absolute;top:.2em;width:1rem}.form__fields .hs-form-checkbox-display span:before{top:0}.form__fields input[type=checkbox]:focus+span:before{outline:5px auto #000}.form__fields .hs-form-booleancheckbox-display span:after,.form__fields .hs-form-checkbox-display span:after{border-bottom:2px solid;border-left:2px solid;color:var(--shark);display:inline-block;height:.4rem;left:-1.8em;position:absolute;top:.5em;transform:rotate(-45deg);width:.6rem}.form__fields .hs-form-checkbox-display span:after{top:.3em}.form__fields input[type=checkbox]:checked+span:after{content:""}.form__fields .hs-button{width:98%}.form__fields .legal-consent-container p{font-size:var(--sejima-font-size);font-weight:var(--middle-font-weight);font-weight:var(--light-font-weight);line-height:var(--sejima-line-height)}.form__fields .legal-consent-container .hs-form-booleancheckbox-display>span{margin-left:0!important}@media (min-width:768px){.form__wrapper{align-items:start;flex-direction:row;justify-content:space-around;padding:4em}.form__text{margin-right:2em;max-width:40%}}