UNIE

How do you give meaning to the ambition of a new university player with a unique attitude within the sector?
    

In a sector as well established as higher education, breaking through successfully is no easy task. Yet UNIE, a private university within Grupo Planeta, did so with an uncommon spirit: the energy of those just starting out and the ambition of those determined to make a lasting impact.

After a successful launch, continuing to grow was no longer just about increasing enrolment or expanding campuses, but about clearly defining the true value the university brings and can continue to bring to every person who walks through its classrooms.

Because the role of a university goes beyond professional training; it also plays a transformative role. And UNIE is not just a place to learn, it's a place to discover oneself. A laboratory of experiences that opens horizons, sparks curiosity and prepares people for professional challenges… but also for life’s challenges.

UNCOVER

At our core, we all seek the same thing: to feel that our lives truly belong to us. And to achieve that, we need experiences that connect us with what genuinely drives us and prepare us to make it possible.

From this insight, UNIE’s value proposition was born: to be a stimulating ecosystem that enables transformative experiences, empowering students to navigate their careers and their lives with confidence. A place where every student finds both the tools and the confidence to navigate their career and their life. All of this distilled into a unifying moral and UNIE’s new brand tagline: Prepare to be.

REINVIGORATE

This new shared compass helped UNIE give meaning to the transformative attitude it was born with, turning it into inspiration that illuminates new possibilities for growth.

Through this work, we brought clarity to the teams by equipping them with the tools to make the new value proposition tangible, not only in communication, but also across the academic offering and the entire university experience.  

← SPRITE
TELEFÓNICA →

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');