.custom-button,a.custom-button,button.custom-button,button[type=submit].custom-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:5px;border:2px solid #e16203;background-color:#e16203;color:#fff;text-align:center;font-family:var(--font-body-secondary);cursor:pointer;text-transform:uppercase;-webkit-transition:background-color .3s ease,border-color .3s ease;transition:background-color .3s ease,border-color .3s ease}.custom-button:hover,a.custom-button:hover,button.custom-button:hover,button[type=submit].custom-button:hover{border-color:#99532c;background-color:#99532c}.custom-button[disabled],.custom-button.disabled,a.custom-button[disabled],a.custom-button.disabled,button.custom-button[disabled],button.custom-button.disabled,button[type=submit].custom-button[disabled],button[type=submit].custom-button.disabled{opacity:.7;pointer-events:none}