Join our fast
growing team

Which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled.

View open roles

Empathy is for Everyone Because Loss Affects Everyone.

3 Million

people die in the US every year.

68%

of Americans who are in grief suffer physical symptoms.

540

hours of work are required to settle a loved one's affairs.

Our core benefits

But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures.

  • Competitive salary and meaningful equity
  • Unlimited PTO and sick days
  • 401k, and top tier Health, Dental and Vision insurance
  • Remote first and meeting light culture
  • $500 a month remote work stipend
  • Biannual company retreats
  • A team that values diversity and inclusion

Open job positions

More Templates
// assume player1, player2 and player3 are your Vimeo player objects let videoState = 'free'; player1.on('play', function() { if (videoState === 'free') { videoState = 'busy'; } else { player1.pause(); } }); player1.on('ended', function() { videoState = 'free'; }); player2.on('play', function() { if (videoState === 'free') { videoState = 'busy'; } else { player2.pause(); } }); player2.on('ended', function() { videoState = 'free'; }); player3.on('play', function() { if (videoState === 'free') { videoState = 'busy'; } else { player3.pause(); } }); player3.on('ended', function() { videoState = 'free'; });