Sacrifice, Resilience, Resistance

Breaking Through

TITLE
Breaking Through
PRODUCED BY
Poppy Farsijani – Executive Produced by Whoopi Goldberg
YEAR
2026
FORMAT
1 x 90′ & 52′
CATEGORY

Breaking Through (working title) is a compelling verité documentary that delves into the powerful stories of Olympic refugee athletes who have fled oppression to compete at the Paris 2024 Olympics. The film, guided by former Iranian sports and news journalist Poppy Farsijani, offers deep access to the personal lives of these athletes, including a female boxer and weightlifter and two Taekwondo athletes.

It documents their journeys as they adapt to new countries, gyms, and languages, highlighting their struggles and triumphs. The documentary is a testament to their immense courage and mental fortitude, showcasing their resilience, resistance and sacrifice. It stands as an inspiring narrative of the human spirit, encouraging others to fight for freedom and purusue their dreams against all odds.

Contact Sales to request a Pitch Deck

Screening room content.

or

to watch.

SIMILAR TITLES

The Secret Lives of the Ancients

Uncovering the hidden links between ancient worlds

Paradise in Hel

Treasure, mystique, and the cult of Ior Bock

White, White North

Uncovering Canada’s neo-Nazi past and present

The Missing Head

A vanished android and a broken dream

❤️ List

document.addEventListener('DOMContentLoaded', function() { const headingContainer = document.querySelector('.animated-heading-trigger'); if (!headingContainer) return; const heading = headingContainer.querySelector('.elementor-heading-title'); if (!heading) return; const textContent = heading.textContent.trim(); heading.setAttribute('data-text', textContent); function updateHeadingColor() { const rect = heading.getBoundingClientRect(); const windowHeight = window.innerHeight; const startPoint = windowHeight * 0.75; const endPoint = 0; const elementTop = rect.top; let fillPercentage = 0; if (elementTop <= startPoint && elementTop >= endPoint) { fillPercentage = ((startPoint - elementTop) / (startPoint - endPoint)) * 100; } else if (elementTop < endPoint) { fillPercentage = 100; } document.documentElement.style.setProperty('--heading-fill-width', fillPercentage + '%'); } let ticking = false; window.addEventListener('scroll', function() { if (!ticking) { window.requestAnimationFrame(function() { updateHeadingColor(); ticking = false; }); ticking = true; } }); updateHeadingColor(); });