MENU
/* SCROLL LOGIC */
let scrolled=false;
const text=document.getElementById('textContainer');
const logo=document.getElementById('logoContainer');
window.addEventListener('scroll',()=>{
if(window.scrollY>80&&!scrolled){
scrolled=true;
text.classList.add('hidden-up');
logo.classList.add('logo-scrolled');
}
if(window.scrollY{
if(scrolled)window.scrollTo({top:0,behavior:'smooth'});
};
/* MENU TOGGLE (ELEMENTOR SAFE) */
const menuBtn=document.getElementById('menuBtn');
const overlay=document.getElementById('menuOverlay');
const panel=document.getElementById('menuPanel');
menuBtn.onclick=()=>{
overlay.classList.toggle('show');
panel.classList.toggle('show');
menuBtn.classList.toggle('open');
};
/* CLOSE ON DARK CLICK */
overlay.onclick=(e)=>{
if(e.target===overlay){
overlay.classList.remove('show');
panel.classList.remove('show');
menuBtn.classList.remove('open');
}
};
An innovative award-winning team of visual researchers and editors, licensing and clearance specialists. We supercharge creative ideas, power campaigns with content, build visual narratives, and facilitate the commercial use of content and intellectual property worldwide.
OUR EXPERIENCES
About Us
An innovative award-winning team of visual researchers and editors. Powering visual narratives worldwide.
About Us
An innovative award-winning team of visual researchers and editors. Powering visual narratives worldwide.