LIGA F

How could we give meaning to a community with the potential for positive impact?

At a key moment for women's soccer in Spain, the professionalisation of Liga F in 2022 marked a milestone in the history of the sport. However, having an identity was not enough— we had to journey into the soul of the company to build a brand with a clear purpose and real impact. We had the opportunity to transcend sport and become a beacon of change both on and off the playing field.

REFRAME

Soccer has always been more than just a sport, and in Liga F we discovered that it is also a symbol of change. Through its community, we discovered an unstoppable attitude based on values that are vital to society, such as respect, inclusion and camaraderie. Thus, we reframed its true value: it’s not just a professional competition, but a driver that grows by growing.

UNCOVER

The key was to channel this energy into an inspiring movement inwards and outwards to grow from a shared purpose: Celebrate all that we are to show that the future is unstoppable. Together with Más Mujeres Creativas, we translated this vision into a powerful identity with a clear message: We’re Winning. More than a tagline, it is a statement of intent that challenges us to look beyond.

REINVIGORATE

Liga F is no longer just a league that is becoming more professional; it is leading a new way of experiencing soccer and society. A vision that continued to evolve through the creativity of El Ruso de Rocky, bringing to life the purpose of building a community that fosters female talent and inspires new generations. A space where fervour and inclusion go hand in hand, and where joining in is not an option, but a natural consequence. Because there is no stopping this.

← VIU
ABANTE →

Strategy for Brighter Growth

MADRID
Calle Alfonso XII 36, 5 dcha
28014 Madrid
+34 913 688 249
holamadrid@the-picnic.com

BUENOS AIRES
La Pampa 1391, 5, oficina 5.1
Buenos Aires
holaba@the-picnic.com

Picnic-Hormiga
© PICNIC EXPERIENCE · All rights reserved — Legal

MADRID
Calle Alfonso XII 36, 5 dcha
28014 Madrid
+34 913 688 249
holamadrid@the-picnic.com

BUENOS AIRES
La Pampa 1391, 5, oficina 5.1
Buenos Aires
holaba@the-picnic.com

Picnic-Hormiga
© PICNIC EXPERIENCE · All rights reserved — Legal
// You can find the form ID in the URL of this page // https://tally.so/forms/mJg9a4/share const formId = 'mJg9a4'; // Open the popup Tally.openPopup(formId, options); // Available options type PopupOptions = { key?: string; layout?: 'default' | 'modal'; width?: number; alignLeft?: boolean; hideTitle?: boolean; overlay?: boolean; emoji?: { text: string; animation: 'none' | 'wave' | 'tada' | 'heart-beat' | 'spin' | 'flash' | 'bounce' | 'rubber-band' | 'head-shake'; }; autoClose?: number; showOnce?: boolean; doNotShowAfterSubmit?: boolean; customFormUrl?: string; hiddenFields?: { [key: string]: any, }; onOpen?: () => void; onClose?: () => void; onPageView?: (page: number) => void; onSubmit?: (payload: any) => void; }; // Example: open a popup with default options Tally.openPopup('mJg9a4'); // Example: opening a popup as a centered modal Tally.openPopup('mJg9a4', { layout: 'modal', // Open as a centered modal width: 700, // Set the width of the modal autoClose: 5000, // Close the popup 5 seconds after form was submitted (in ms) }); // Example: set custom hidden fields Tally.openPopup('mJg9a4', { hiddenFields: { ref: 'downloads', email: 'alice@example.com' } }); // Example: customization via custom domain URL + code injection Tally.openPopup('mJg9a4', { customFormUrl: 'https://yourdomain.com/form', }); // Example: use callback functions to handle events Tally.openPopup('mJg9a4', { onOpen: () => { // The popup was opened, mark the form as seen // ... }, onClose: () => { // The popup was closed // ... }, onPageView: (page: number) => { // Log the page view // ... }, onSubmit: (payload: any) => { // Form was submitted, use the answers payload in your application // ... } }); // Close the popup Tally.closePopup('mJg9a4');