// Open Popup ID 1058 if any element with .header--nav__button
document.querySelectorAll('.header-nav-button').forEach( (el) => {
	el.addEventListener('click', () => {
		bricksOpenPopup(XXX)
	})
})
document.querySelectorAll('.header-nav--parent').forEach(li => {
  const toggle = li.querySelector('.brx-submenu-toggle');
  if (!toggle) return;

  const a = toggle.querySelector('a');
  const button = toggle.querySelector('button');
  if (!a || !button) return;

  // Move the label text into the button (prepend before the SVG)
  const labelText = document.createTextNode(a.textContent);
  button.prepend(labelText);

  // Remove the <a> tag
  a.remove();
});

Client Portal

Accessible via mobile, tablet, desktop and laptop, our Client Portal is an easy to navigate interface where you can engage with your financial information and interact directly with us through secure messaging.

Messages

Two way secure messaging function, which includes digital signature capability

Assets

A snapshot of your assets and net worth

Portfolio

Information about your investments managed by us

Download Our Apps

You can also download our Wingate Client Portal app for both iOS and android using the links below.