.button{color:var(--black);cursor:pointer;display:inline-block;font-family:var(--font-button);font-size:16px;line-height:20px;padding:11px 21px 12px 22px;text-align:center;text-decoration:none;transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:576px){.button{font-size:16px}}@media screen and (min-width:1366px){.button{font-size:16px}}@media screen and (max-width:576px){.button{line-height:20px}}@media screen and (min-width:1366px){.button{line-height:20px}}.button--primary{background-color:var(--orange)}.button--primary:hover{background-color:var(--white)}.button--secondary{background-color:var(--orange)}.button--secondary:hover{background-color:var(--terawera);color:var(--white)}.textLink svg{margin-right:15px}