:root{--Form-input-backgroundColor:#fff;--Form-input-borderColor:#dcdcdc}@media screen and (min-width:1026px){fieldset fieldset{display:flex;flex-wrap:wrap;gap:0 20px}fieldset fieldset .clearfix{flex-basis:calc(50% - 10px)}}form{position:relative}form .clearfix{margin-bottom:20px}form legend{color:var(--Subheadline-color,currentColor);display:inline-block;font-family:var(--Subheadline-font-family,var(--font-primary)),sans-serif;font-size:var(--Subheadline-font-size,30px);font-weight:var(--Subheadline-font-weight,400);line-height:var(--Subheadline-line-height,1.2em);margin-bottom:var(--margin-xs)}fieldset{border:none;margin:0;padding:0}fieldset+fieldset>legend{padding-top:var(--margin-s)}label{color:var(--clr-primary);display:block;font-family:var(--font-primary);font-weight:700;margin-bottom:2px}label.checkbox{align-items:center;display:flex;gap:8px}label.checkbox .checkbox{margin:0}label.checkbox label{margin-bottom:0}input[type=password],input[type=search],input[type=text],select,textarea{background-color:var(--Form-input-backgroundColor);border:2px solid var(--Form-input-borderColor);border-radius:6px;font-size:.9rem;margin:0;padding:10px;width:100%}:is(input[type=text],input[type=search],input[type=password],textarea,select)::placeholder{font-family:var(--font-primary)}select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.688 2.219-4 4A.97.97 0 0 1 6 6.5a.99.99 0 0 1-.719-.281l-4-4a1.01 1.01 0 0 1-.218-1.094C1.218.75 1.593.5 2 .5h8c.375 0 .75.25.906.625a1.01 1.01 0 0 1-.219 1.094Z' fill='%23003064'/%3E%3C/svg%3E");background-position:right .7em top 50%;background-repeat:no-repeat;background-size:.65em auto}select::-ms-expand{display:none}textarea{font-family:var(--font-primary);min-height:150px;resize:none}form .actions .submit{padding:0}.help-inline{color:var(--Form-error-color);font-weight:700}@media screen and (min-width:769px){.Form--button-centered form .actions{margin-top:-65px}}.submit button{width:auto}