form.postForm{margin-bottom:var(--act-space-xxl);flex-direction:column;gap:20px;display:flex;container:contact-form/inline-size}form.postForm label{max-width:100%;font-weight:400;display:inline-block}form.postForm .select-group{background:var(--act-color-background);padding:var(--act-space-s);gap:var(--act-space-s);border-radius:var(--act-border-radius);--act-color-border:currentColor;align-items:center;display:flex}form.postForm .select-group.wide>*{flex:1}form.postForm .select-group label{gap:var(--act-space-xs);align-items:center;display:flex}form.postForm .form-control{width:100%;height:50px;font:inherit;color:inherit;background-color:var(--act-color-surface);border:1px solid var(--act-color-border);border-radius:var(--act-border-radius);padding:10px 15px;font-weight:400;line-height:1.42857;display:block}form.postForm .form-control:hover,form.postForm .form-control:focus-visible{border-color:var(--act-color-f2)}form.postForm .form-control:focus-visible{outline:1px solid var(--act-color-f2)}form.postForm .required{font-weight:var(--act-font-weight-highlight)}form.postForm label:has([required]):not(.no-required){font-weight:var(--act-font-weight-highlight)}form.postForm .required .form-control{border-color:currentColor}form.postForm label:has([required]):not(.no-required) .form-control{border-color:currentColor}form.postForm .required .form-control:hover,form.postForm .required .form-control:focus-visible{border-color:var(--act-color-f2)}form.postForm label:has([required]):not(.no-required) .form-control:hover{border-color:var(--act-color-f2)}form.postForm label:has([required]):not(.no-required) .form-control:focus-visible{border-color:var(--act-color-f2)}form.postForm .input-group-addon{font-size:inherit;color:#555;text-align:center;background-color:#eee;border:1px solid #555;border-radius:0;width:30px;padding:12px 20px;font-weight:400;line-height:1}form.postForm .input-group-addon:first-child{border-right:0}@media (min-width:768px){form.postForm .form-inline .input-group{vertical-align:middle;display:inline-table}}form.postForm .input-group{border-collapse:separate;width:100%;display:table;position:relative}form.postForm .input-group .form-control,form.postForm .input-group-addon,form.postForm .input-group-btn{vertical-align:middle;display:table-cell}form.postForm textarea.form-control{resize:none;height:unset;font-size:inherit}div.four,div.three,div.two{gap:20px;display:grid}div.four{grid-template-columns:repeat(4,1fr)}div.three{grid-template-columns:repeat(3,1fr)}div.two{grid-template-columns:repeat(2,1fr)}@container contact-form not (min-width:700px){div.four{grid-template-columns:repeat(2,1fr)}}@container contact-form not (min-width:400px){div.four,div.three,div.two{grid-template-columns:1fr}}.headline{margin:0}
