button{background:transparent;border:0;color:inherit;font-size:100%;margin:0;padding:0}button,input[type=submit]{cursor:pointer;transition:.15s}input:where([type=email]),input:where([type=number]),input:where([type=password]),input:where([type=search]),input:where([type=tel]),input:where([type=text]),input:where([type=url]),select,textarea{background:#fff;border:1px solid var(--wp--custom--color--neutral-20);border-radius:.625rem;box-sizing:border-box;color:inherit;font-size:var(--wp--custom--font-size--small);line-height:1.5;padding:calc(.75rem - 1px) calc(1rem - 1px);width:100%}input:where([type=email])::-moz-placeholder,input:where([type=number])::-moz-placeholder,input:where([type=password])::-moz-placeholder,input:where([type=search])::-moz-placeholder,input:where([type=tel])::-moz-placeholder,input:where([type=text])::-moz-placeholder,input:where([type=url])::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:var(--wp--custom--color--neutral-40)}input:where([type=email])::placeholder,input:where([type=number])::placeholder,input:where([type=password])::placeholder,input:where([type=search])::placeholder,input:where([type=tel])::placeholder,input:where([type=text])::placeholder,input:where([type=url])::placeholder,select::placeholder,textarea::placeholder{color:var(--wp--custom--color--neutral-40)}input:where([type=email]):active,input:where([type=email]):focus,input:where([type=number]):active,input:where([type=number]):focus,input:where([type=password]):active,input:where([type=password]):focus,input:where([type=search]):active,input:where([type=search]):focus,input:where([type=tel]):active,input:where([type=tel]):focus,input:where([type=text]):active,input:where([type=text]):focus,input:where([type=url]):active,input:where([type=url]):focus,select:active,select:focus,textarea:active,textarea:focus{border-color:var(--wp--custom--color--focus);outline:1.5px solid var(--wp--custom--color--focus)}input:where([type=email]):disabled,input:where([type=number]):disabled,input:where([type=password]):disabled,input:where([type=search]):disabled,input:where([type=tel]):disabled,input:where([type=text]):disabled,input:where([type=url]):disabled,select:disabled,textarea:disabled{background:var(--wp--custom--color--neutral-light);color:var(--wp--custom--color--neutral-40)}textarea{display:block}select{background:#fff url(../../images/arrow-form-select.svg) 100% no-repeat;padding-right:2.25rem}input[type=checkbox],select{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=checkbox]{background:#fff;border:1px solid var(--wp--custom--color--neutral-20);border-radius:.25rem;height:1.25rem;margin:0;padding:0;position:relative;width:1.25rem}input[type=checkbox]:checked{background:var(--wp--custom--color--accent) url(../../images/checkbox.svg) center center no-repeat;background-size:contain;border:0}.ms-options input[type=checkbox],input[type=checkbox].is-medium{height:1.5rem;width:1.5rem}input[type=checkbox].is-small{height:1rem;width:1rem}input[type=checkbox].is-small:checked{background-image:url(../../images/checkbox-16.svg)}input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid var(--wp--custom--color--neutral-20);border-radius:1.25rem;height:1.25rem;margin:0;padding:0;position:relative;width:1.25rem}input[type=radio]:checked{border:.4rem solid var(--wp--custom--color--accent)}