<?xml version="1.0"?>
<oembed><version>1.0</version><provider_name>NFI</provider_name><provider_url>https://www.navarrafilmindustry.com/en/</provider_url><author_name>admin</author_name><author_url>https://www.navarrafilmindustry.com/en/author/admin/</author_url><title>What is it? - NFI</title><type>rich</type><width>600</width><height>338</height><html>&lt;blockquote class="wp-embedded-content" data-secret="BW9lkqEvui"&gt;&lt;a href="https://www.navarrafilmindustry.com/en/what-is-it/"&gt;What is it?&lt;/a&gt;&lt;/blockquote&gt;&lt;iframe sandbox="allow-scripts" security="restricted" src="https://www.navarrafilmindustry.com/en/what-is-it/embed/#?secret=BW9lkqEvui" width="600" height="338" title="&#x201C;What is it?&#x201D; &#x2014; NFI" data-secret="BW9lkqEvui" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"&gt;&lt;/iframe&gt;&lt;script type="text/javascript"&gt;
/* &lt;![CDATA[ */
/**
 * WordPress inline HTML embed
 *
 * @since 4.4.0
 * @output wp-includes/js/wp-embed.js
 *
 * Single line comments should not be used since they will break
 * the script when inlined in get_post_embed_html(), specifically
 * when the comments are not stripped out due to SCRIPT_DEBUG
 * being turned on.
 */
(function ( window, document ) {
	'use strict';

	/* Abort for ancient browsers. */
	if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) {
		return;
	}

	/** @namespace wp */
	window.wp = window.wp || {};

	/* Abort if script was already executed. */
	if ( !! window.wp.receiveEmbedMessage ) {
		return;
	}

	/**
	 * Receive embed message.
	 *
	 * @param {MessageEvent} e
	 */
	window.wp.receiveEmbedMessage = function( e ) {
		var data = e.data;

		/* Verify shape of message. */
		if (
			! ( data || data.secret || data.message || data.value ) ||
			/[^a-zA-Z0-9]/.test( data.secret )
		) {
			return;
		}

		var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ),
			blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ),
			allowedProtocols = new RegExp( '^https?:$', 'i' ),
			i, source, height, sourceURL, targetURL;

		for ( i = 0; i &lt; blockquotes.length; i++ ) {
			blockquotes[ i ].style.display = 'none';
		}

		for ( i = 0; i &lt; iframes.length; i++ ) {
			source = iframes[ i ];

			if ( e.source !== source.contentWindow ) {
				continue;
			}

			source.removeAttribute( 'style' );

			if ( 'height' === data.message ) {
				/* Resize the iframe on request. */
				height = parseInt( data.value, 10 );
				if ( height &gt; 1000 ) {
					height = 1000;
				} else if ( ~~height &lt; 200 ) {
					height = 200;
				}

				source.height = height;
			} else if ( 'link' === data.message ) {
				/* Link to a specific URL on request. */
				sourceURL = new URL( source.getAttribute( 'src' ) );
				targetURL = new URL( data.value );

				if (
					allowedProtocols.test( targetURL.protocol ) &amp;&amp;
					targetURL.host === sourceURL.host &amp;&amp;
					document.activeElement === source
				) {
					window.top.location.href = data.value;
				}
			}
		}
	};

	function onLoad() {
		var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),
			i, source, secret;

		for ( i = 0; i &lt; iframes.length; i++ ) {
			/** @var {IframeElement} */
			source = iframes[ i ];

			secret = source.getAttribute( 'data-secret' );
			if ( ! secret ) {
				/* Add secret to iframe */
				secret = Math.random().toString( 36 ).substring( 2, 12 );
				source.src += '#?secret=' + secret;
				source.setAttribute( 'data-secret', secret );
			}

			/*
			 * Let post embed window know that the parent is ready for receiving the height message, in case the iframe
			 * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the
			 * window will then (re-)send the height message right away.
			 */
			source.contentWindow.postMessage( {
				message: 'ready',
				secret: secret
			}, '*' );
		}
	}

	window.addEventListener( 'message', window.wp.receiveEmbedMessage, false );
	document.addEventListener( 'DOMContentLoaded', onLoad, false );
})( window, document );

/* ]]&gt; */
&lt;/script&gt;
</html><description>[vc_row type=&#x201D;full_width_background&#x201D; full_screen_row_position=&#x201D;middle&#x201D; column_margin=&#x201D;default&#x201D; column_direction=&#x201D;default&#x201D; column_direction_tablet=&#x201D;default&#x201D; column_direction_phone=&#x201D;default&#x201D; bg_image=&#x201D;43281&#x2033; bg_position=&#x201D;center center&#x201D; background_image_loading=&#x201D;default&#x201D; bg_repeat=&#x201D;no-repeat&#x201D; scene_position=&#x201D;top&#x201D; top_padding=&#x201D;240&#x2033; bottom_padding=&#x201D;240&#x2033; text_color=&#x201D;light&#x201D; text_align=&#x201D;left&#x201D; row_border_radius=&#x201D;none&#x201D; row_border_radius_applies=&#x201D;bg&#x201D; overflow=&#x201D;visible&#x201D; color_overlay=&#x201D;#000000&#x2033; advanced_gradient_angle=&#x201D;0&#x2033; overlay_strength=&#x201D;0.3&#x2033; gradient_direction=&#x201D;left_to_right&#x201D; shape_divider_position=&#x201D;bottom&#x201D; bg_image_animation=&#x201D;none&#x201D; gradient_type=&#x201D;default&#x201D; shape_type=&#x201D;&#x201D;][vc_column column_padding=&#x201D;no-extra-padding&#x201D; column_padding_tablet=&#x201D;inherit&#x201D; column_padding_phone=&#x201D;inherit&#x201D; column_padding_position=&#x201D;all&#x201D; column_element_spacing=&#x201D;default&#x201D; background_color_opacity=&#x201D;1&#x2033; background_hover_color_opacity=&#x201D;1&#x2033; column_shadow=&#x201D;none&#x201D; column_border_radius=&#x201D;none&#x201D; column_link_target=&#x201D;_self&#x201D; column_position=&#x201D;default&#x201D; gradient_direction=&#x201D;left_to_right&#x201D; overlay_strength=&#x201D;0.3&#x2033; width=&#x201D;1/1&#x2033; tablet_width_inherit=&#x201D;default&#x201D; tablet_text_alignment=&#x201D;default&#x201D; phone_text_alignment=&#x201D;default&#x201D; animation_type=&#x201D;default&#x201D; bg_image_animation=&#x201D;none&#x201D; border_type=&#x201D;simple&#x201D; column_border_width=&#x201D;none&#x201D; column_border_style=&#x201D;solid&#x201D;][image_with_animation image_url=&#x201D;43277&#x2033; image_size=&#x201D;medium_large&#x201D; animation_type=&#x201D;entrance&#x201D; animation=&#x201D;Fade In&#x201D; hover_animation=&#x201D;none&#x201D; alignment=&#x201D;center&#x201D; border_radius=&#x201D;none&#x201D; box_shadow=&#x201D;none&#x201D; image_loading=&#x201D;default&#x201D; max_width=&#x201D;100%&#x201D; max_width_mobile=&#x201D;default&#x201D;][/vc_column][/vc_row][vc_row type=&#x201D;full_width_background&#x201D; full_screen_row_position=&#x201D;middle&#x201D; column_margin=&#x201D;default&#x201D; column_direction=&#x201D;default&#x201D; column_direction_tablet=&#x201D;default&#x201D; column_direction_phone=&#x201D;default&#x201D; bg_color=&#x201D;#f5f5f5&#x2033; scene_position=&#x201D;center&#x201D; top_padding=&#x201D;30px&#x201D; constrain_group_1=&#x201D;yes&#x201D; bottom_padding=&#x201D;30px&#x201D; bottom_margin=&#x201D;50&#x2033; text_color=&#x201D;dark&#x201D; text_align=&#x201D;left&#x201D; row_border_radius=&#x201D;none&#x201D; row_border_radius_applies=&#x201D;bg&#x201D; overflow=&#x201D;visible&#x201D; advanced_gradient_angle=&#x201D;0&#x2033; overlay_strength=&#x201D;0.3&#x2033; gradient_direction=&#x201D;left_to_right&#x201D; shape_divider_position=&#x201D;bottom&#x201D; bg_image_animation=&#x201D;none&#x201D; gradient_type=&#x201D;default&#x201D; shape_type=&#x201D;&#x201D;][vc_column column_padding=&#x201D;padding-3-percent&#x201D; column_padding_tablet=&#x201D;inherit&#x201D; column_padding_phone=&#x201D;inherit&#x201D; column_padding_position=&#x201D;all&#x201D; column_element_spacing=&#x201D;default&#x201D; background_color_opacity=&#x201D;1&#x2033; background_hover_color_opacity=&#x201D;1&#x2033; column_shadow=&#x201D;none&#x201D; column_border_radius=&#x201D;none&#x201D; column_link_target=&#x201D;_self&#x201D; column_position=&#x201D;default&#x201D; advanced_gradient_angle=&#x201D;0&#x2033; gradient_direction=&#x201D;left_to_right&#x201D; overlay_strength=&#x201D;0.3&#x2033; width=&#x201D;1/2&#x2033; tablet_width_inherit=&#x201D;default&#x201D; tablet_text_alignment=&#x201D;default&#x201D; phone_text_alignment=&#x201D;default&#x201D; animation_type=&#x201D;default&#x201D; bg_image_animation=&#x201D;none&#x201D; border_type=&#x201D;simple&#x201D; column_border_width=&#x201D;none&#x201D; column_border_style=&#x201D;solid&#x201D; gradient_type=&#x201D;default&#x201D;][vc_column_text]Navarra Film Industry (NFI) is the brand behind the audiovisual industry in Navarra. It gathers both public and private agents from the sector, brought together by a common purpose: to provide service and to promote and grow opportunities and projects in the audiovisual field. This common space brings together the promotion and visibility needs from projects being developed in Navarra, as well as the services for professionals and companies that make up the region&#x2019;s ecosystem. In this context, Navarra Film Industry is presented as the common brand of a united sector, with the ability to show its full potential inside and outside our region; to facilitate the attraction of new projects, new companies and professionals, so that they find in our territory a structured, innovative and dynamic ecosystem where they can grow.[/vc_column_text][/vc_column][vc_column column_padding=&#x201D;padding-3-percent&#x201D; column_padding_tablet=&#x201D;inherit&#x201D; column_padding_phone=&#x201D;inherit&#x201D; column_padding_position=&#x201D;all&#x201D; column_element_spacing=&#x201D;default&#x201D; background_color_opacity=&#x201D;1&#x2033; background_hover_color_opacity=&#x201D;1&#x2033; column_shadow=&#x201D;none&#x201D; column_border_radius=&#x201D;none&#x201D; column_link_target=&#x201D;_self&#x201D; column_position=&#x201D;default&#x201D; advanced_gradient_angle=&#x201D;0&#x2033; gradient_direction=&#x201D;left_to_right&#x201D; overlay_strength=&#x201D;0.3&#x2033; width=&#x201D;1/2&#x2033; tablet_width_inherit=&#x201D;default&#x201D; tablet_text_alignment=&#x201D;default&#x201D; phone_text_alignment=&#x201D;default&#x201D; animation_type=&#x201D;default&#x201D; bg_image_animation=&#x201D;none&#x201D; border_type=&#x201D;simple&#x201D; column_border_width=&#x201D;none&#x201D; column_border_style=&#x201D;solid&#x201D; gradient_type=&#x201D;default&#x201D;][vc_column_text]Lastly, Navarra Film Industry aims to assist the Audiovisual Industry in Navarra to reach its full potential, which is one of the goals set for this sector in the Government of Navarra&#x2019;s S4 Agenda for regional...</description></oembed>
