MRS Oppies Awards 2025

💫 MRS Oppies Awards 2025 💫 A huge thanks to the MRS for a fantastic night in the Drake & Morgan 🥂 Although we didn’t win the ‘Best Viewing Facility’ award, we’re incredibly grateful to be nominated as finalists along with our fellow viewing studios. We had a great time celebrating the wins of all […]

The Research Club Summer Event

Fantastic day and night at The Research Club Summer Event – Careers and Connections. The day started at 3.00 pm with a fascinating panel discussion from Rachael Fraser (Harvest Moon Rise), Paul Griffiths (Client Advocates), James Wycherley (Insight Management Academy), and LaShanda Seaman (Ipsos UK), who all shared stories and knowledge on ‘Influencing Stakeholders’.  There […]

Facility
Location
Services
Catering
Tech
Parking

document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function(e) { e.preventDefault(); const target = document.querySelector(this.getAttribute('href')); if (!target) return; const targetPosition = target.getBoundingClientRect().top + window.pageYOffset; const startPosition = window.pageYOffset; const distance = targetPosition - startPosition; const duration = 3000; // <<< SCROLL DURATION set to 3000 milliseconds (1 second) let start = null; function step(timestamp) { if (!start) start = timestamp; const progress = timestamp - start; const ease = progress / duration; const eased = ease < 1 ? ease : 1; window.scrollTo(0, startPosition + distance * eased); if (progress < duration) { window.requestAnimationFrame(step); } } window.requestAnimationFrame(step); }); });