We put everything we are into everything we do
At VML, we are a beacon of innovation and growth in an ever-evolving world. Our heritage is built upon over 300 years combined experience and expertise, where creativity meets technology, and diverse perspectives ignite inspiration.
With the merger of VMLY&R and Wunderman Thompson, we have forged a new path as a growth partner that is equal parts creative agency, consultancy, and technology powerhouse.
Our expertise spans the entire customer journey, offering deep insights in communications, commerce, consultancy, CRM, CX, data, production, technology and more. We deliver end-to-end solutions that result in revolutionary work.
Our global family now encompasses more than 30,000 employees across 150+ offices in 60-plus markets, each contributing to a culture that values connection, belonging, and the power of differences.
Our people are the heartbeat of our organization - creators, doers, innovators, makers, and thinkers - who create meaningful experiences for consumers and customers that resonate in every action and interaction.
We are committed to fostering an all-inclusive work environment that is both rewarding and career-forward. Our Inclusion, Equity & Belonging initiatives, alongside the VML Foundation, reflect our dedication to giving back and making a positive impact in our communities and beyond.
We put everything we are into everything we do.
We are committed to fostering an all-inclusive work environment that is both rewarding and career-forward. Our Inclusion, Equity & Belonging initiatives, alongside the VML Foundation, reflect our dedication to giving back and making a positive impact in our communities and beyond.
We are committed to fostering an all-inclusive work environment that is both rewarding and career-forward. Our Inclusion, Equity & Belonging initiatives, alongside the VML Foundation, reflect our dedication to giving back and making a positive impact in our communities and beyond.
We put everything we are into everything we do.
We are committed to fostering an all-inclusive work environment that is both rewarding and career-forward. Our Inclusion, Equity & Belonging initiatives, alongside the VML Foundation, reflect our dedication to giving back and making a positive impact in our communities and beyond.
Main title
Sub title is smaller
The H3 should be nog smaller
Four what is the H4 nòg smaller?!
Title number five
Title number sexy
Our people are the heartbeat of our organization - creators, doers, innovators, makers, and thinkers - who create meaningful experiences for consumers and customers that resonate in every action and interaction.
- Item number 1
- Item number 2
- Item number 3
- Item number 4
We create meaningful experiences for consumers and customers that resonate in every action and interaction.
- Item number one
- Item number two
- Sub item 1
- Sub item 2
- Sub item 3
- Item number three
- Item number four
We create meaningful experiences for consumers and customers that resonate in every action and interaction.
Words can be like X-rays, if you use them properly—they'll go through anything. You read and you're pierced.
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Aliquam cupiditate assumenda voluptates beatae sit debitis doloribus corrupti? Aperiam et expedita quidem ipsum autem sed deserunt numquam voluptatem amet? Error, temporibus.
const degrees = 30;
const element = document.querySelector('.icon');
const onPointerMove = (pointer) => {
const icon = element.getBoundingClientRect();
const halfSize = icon.width / 2;
const xDist = minMaxValue(-(icon.x - pointer.x + halfSize), -halfSize, halfSize);
const yDist = minMaxValue(icon.y - pointer.y + halfSize, -halfSize, halfSize);
const x = Math.round(xDist / (halfSize / 100)) / 100;
const y = Math.round(yDist / (halfSize / 100)) / 100;
element.style.transform = `rotateX(${y * degrees}deg) rotateY(${x * degrees}deg)`;
};
const minMaxValue = (value, min, max) => Math.min(Math.max(value, min), max);
window.addEventListener('pointermove', onPointerMove);
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Aliquam cupiditate assumenda voluptates beatae sit debitis doloribus corrupti? Aperiam et expedita quidem ipsum autem sed deserunt numquam voluptatem amet? Error, temporibus.
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Aliquam cupiditate assumenda voluptates beatae sit debitis doloribus corrupti? Aperiam et expedita quidem ipsum autem sed deserunt numquam voluptatem amet? Error, temporibus.
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Aliquam cupiditate assumenda voluptates beatae sit debitis doloribus corrupti? Aperiam et expedita quidem ipsum autem sed deserunt numquam voluptatem amet? Error, temporibus.