SELECTIONS
Awards 2026
FILM FESTIVAL 2026
About us
FESTIVAL COUNTDOWN
February 26th - March 2nd, 2026
00
Days
00
Hrs
00
Min
00
Sec

FLOW FILM FESTIVAL

February 26 – March 2, 2026

Ongoing

FLOW's mission is to advance gender equity in the film industry by equipping women with the resources, mentorship, and professional networks needed to thrive in technical and leadership roles. Through our festival platform, training initiatives, and global partnerships, FLOW builds sustainable pathways for women to enter, lead, and innovate in production.

Selections 2022

No items found.
No items found.

TITLE SPONSOR

OFFICIAL SPONSORS

https://www.bloktech.network/
https://www.mnmultimedia.com/

PARTNERS

Sony Music Entertainment, simply known as Sony Music, is an American multinational music company owned by Sony Entertainment and managed by the American umbrella division of Japanese multinational conglomerate Sony. Amazon Prime Video, also known simply as Prime Video, is an American subscription video on-demand over-the-top streaming and rental service of Amazon offered as a standalone service or as part of Amazon's Prime subscription.

Filmmaker Resource

Media Partners

// Set the date we're counting down to var countDownDate = new Date("February , 26 2026 19:00:00").getTime(); // Update the count down every 1 second var x = setInterval(function() { // Get todays date and time var now = new Date().getTime(); // Find the distance between now an the count down date var distance = countDownDate - now; // Time calculations for days, hours, minutes and seconds var days = Math.floor(distance / (1000 * 60 * 60 * 24)); var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); var seconds = Math.floor((distance % (1000 * 60)) / 1000); // Output the result in an element with id="demo" document.getElementById("day-number").innerHTML = days; document.getElementById("hour-number").innerHTML = hours; document.getElementById("minute-number").innerHTML = minutes; document.getElementById("second-number").innerHTML = seconds; // If the count down is over, write some text if (distance < 0) { clearInterval(x); document.getElementById("demo").innerHTML = "EXPIRED"; } }, 1000);