/* Monochrome MAX symbol follows the site's contact button colours. */
.button.icon.max::before {
    background: currentColor;
    -webkit-mask: url('/icons/max.svg') center / contain no-repeat;
    mask: url('/icons/max.svg') center / contain no-repeat;
}
.form_wrap nav a.item_nav.max { text-decoration: none; }
