{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@vimeo/player@2.16.4/dist/player.es.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js", "ssg:https://framerusercontent.com/modules/Muk6pgXYszP3d0xwSHhB/XVKCmTguPW2q8TR7E00q/nnV9kvOEw.js", "ssg:https://framerusercontent.com/modules/9UFEkBUine0E2cpgOYvU/q2syhSjfL3go7Qe0LLLz/SCf_7YbLT.js", "ssg:https://framerusercontent.com/modules/rUtofSSkSbRqCTHtnzT9/LDWMNpyDJs3EYNpePx7S/B2RlIiK_M.js", "ssg:https://framerusercontent.com/modules/u9LUwXYMXQNQM8rTsEOC/wYvsqWN2r5IWvI6HbmFY/u8Y2v82Tu.js", "ssg:https://framerusercontent.com/modules/4aSy8P1pRhN0iE3oNHfW/SrdfN8SDndCaxvFaCeyQ/KaedJvaB6.js", "ssg:https://framerusercontent.com/modules/9CYZTQCYFMiTBGkyEbsx/mCZMR5Rp83v58ZpVZAxZ/FJtqY7yBI.js", "ssg:https://framerusercontent.com/modules/53BzWocSeVxZFpJutQPa/wUkio16n1zmzwGwkZSfJ/NiEhpBTCc.js", "ssg:https://framerusercontent.com/modules/b717CYFrTe8O0je4HMb5/4EfonGE2sUUpXHt1hSwe/VfXwesIZm.js"],
  "sourcesContent": ["function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _defineProperties(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||false;r.configurable=true;\"value\"in r&&(r.writable=true);Object.defineProperty(e,r.key,r)}}function _createClass(e,t,n){t&&_defineProperties(e.prototype,t);n&&_defineProperties(e,n);return e}\n/**\n * Check to see this is a node environment.\n * @type {Boolean}\n */var e=\"undefined\"!==typeof global&&\"[object global]\"==={}.toString.call(global);\n/**\n * Get the name of the method for a given getter or setter.\n *\n * @param {string} prop The name of the property.\n * @param {string} type Either \u201Cget\u201D or \u201Cset\u201D.\n * @return {string}\n */function getMethodName(e,t){return 0===e.indexOf(t.toLowerCase())?e:\"\".concat(t.toLowerCase()).concat(e.substr(0,1).toUpperCase()).concat(e.substr(1))}\n/**\n * Check to see if the object is a DOM Element.\n *\n * @param {*} element The object to check.\n * @return {boolean}\n */function isDomElement(e){return Boolean(e&&1===e.nodeType&&\"nodeName\"in e&&e.ownerDocument&&e.ownerDocument.defaultView)}\n/**\n * Check to see whether the value is a number.\n *\n * @see http://dl.dropboxusercontent.com/u/35146/js/tests/isNumber.html\n * @param {*} value The value to check.\n * @param {boolean} integer Check if the value is an integer.\n * @return {boolean}\n */function isInteger(e){return!isNaN(parseFloat(e))&&isFinite(e)&&Math.floor(e)==e}\n/**\n * Check to see if the URL is a Vimeo url.\n *\n * @param {string} url The url string.\n * @return {boolean}\n */function isVimeoUrl(e){return/^(https?:)?\\/\\/((player|www)\\.)?vimeo\\.com(?=$|\\/)/.test(e)}\n/**\n * Get the Vimeo URL from an element.\n * The element must have either a data-vimeo-id or data-vimeo-url attribute.\n *\n * @param {object} oEmbedParameters The oEmbed parameters.\n * @return {string}\n */function getVimeoUrl(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};var t=e.id;var n=e.url;var r=t||n;if(!r)throw new Error(\"An id or url must be passed, either in an options object or as a data-vimeo-id or data-vimeo-url attribute.\");if(isInteger(r))return\"https://vimeo.com/\".concat(r);if(isVimeoUrl(r))return r.replace(\"http:\",\"https:\");if(t)throw new TypeError(\"\u201C\".concat(t,\"\u201D is not a valid video id.\"));throw new TypeError(\"\u201C\".concat(r,\"\u201D is not a vimeo.com url.\"))}var t=\"undefined\"!==typeof Array.prototype.indexOf;var n=\"undefined\"!==typeof window&&\"undefined\"!==typeof window.postMessage;if(!e&&(!t||!n))throw new Error(\"Sorry, the Vimeo Player API is not available in this browser.\");var r=\"undefined\"!==typeof globalThis?globalThis:\"undefined\"!==typeof window?window:\"undefined\"!==typeof global?global:\"undefined\"!==typeof self?self:{};function createCommonjsModule(e,t){return t={exports:{}},e(t,t.exports),t.exports\n/*!\n * weakmap-polyfill v2.0.1 - ECMAScript6 WeakMap polyfill\n * https://github.com/polygonplanet/weakmap-polyfill\n * Copyright (c) 2015-2020 Polygon Planet <polygon.planet.aqua@gmail.com>\n * @license MIT\n */}(function(e){if(!e.WeakMap){var t=Object.prototype.hasOwnProperty;var defineProperty=function(e,t,n){Object.defineProperty?Object.defineProperty(e,t,{configurable:true,writable:true,value:n}):e[t]=n};e.WeakMap=function(){function WeakMap(){if(void 0===this)throw new TypeError(\"Constructor WeakMap requires 'new'\");defineProperty(this,\"_id\",genId(\"_WeakMap\"));if(arguments.length>0)throw new TypeError(\"WeakMap iterable is not supported\")}defineProperty(WeakMap.prototype,\"delete\",(function(e){checkInstance(this,\"delete\");if(!isObject(e))return false;var t=e[this._id];if(t&&t[0]===e){delete e[this._id];return true}return false}));defineProperty(WeakMap.prototype,\"get\",(function(e){checkInstance(this,\"get\");if(isObject(e)){var t=e[this._id];return t&&t[0]===e?t[1]:void 0}}));defineProperty(WeakMap.prototype,\"has\",(function(e){checkInstance(this,\"has\");if(!isObject(e))return false;var t=e[this._id];return!(!t||t[0]!==e)}));defineProperty(WeakMap.prototype,\"set\",(function(e,t){checkInstance(this,\"set\");if(!isObject(e))throw new TypeError(\"Invalid value used as weak map key\");var n=e[this._id];if(n&&n[0]===e){n[1]=t;return this}defineProperty(e,this._id,[e,t]);return this}));function checkInstance(e,n){if(!isObject(e)||!t.call(e,\"_id\"))throw new TypeError(n+\" method called on incompatible receiver \"+typeof e)}function genId(e){return e+\"_\"+rand()+\".\"+rand()}function rand(){return Math.random().toString().substring(2)}defineProperty(WeakMap,\"_polyfill\",true);return WeakMap}()}function isObject(e){return Object(e)===e}})(\"undefined\"!==typeof self?self:\"undefined\"!==typeof window?window:(\"undefined\"!==typeof r,r));var o=createCommonjsModule((function(e){(function UMD(t,n,r){n[t]=n[t]||r();e.exports&&(e.exports=n[t])})(\"Promise\",(\"undefined\"!=typeof r,r),(function DEF(){var e,t,n,r=Object.prototype.toString,o=\"undefined\"!=typeof setImmediate?function timer(e){return setImmediate(e)}:setTimeout;try{Object.defineProperty({},\"x\",{});e=function builtInProp(e,t,n,r){return Object.defineProperty(e,t,{value:n,writable:true,configurable:false!==r})}}catch(t){e=function builtInProp(e,t,n){e[t]=n;return e}}n=function Queue(){var e,n,r;function Item(e,t){this.fn=e;this.self=t;this.next=void 0}return{add:function add(t,o){r=new Item(t,o);n?n.next=r:e=r;n=r;r=void 0},drain:function drain(){var r=e;e=n=t=void 0;while(r){r.fn.call(r.self);r=r.next}}}}();function schedule(e,r){n.add(e,r);t||(t=o(n.drain))}function isThenable(e){var t,n=typeof e;null==e||\"object\"!=n&&\"function\"!=n||(t=e.then);return\"function\"==typeof t&&t}function notify(){for(var e=0;e<this.chain.length;e++)notifyIsolated(this,1===this.state?this.chain[e].success:this.chain[e].failure,this.chain[e]);this.chain.length=0}function notifyIsolated(e,t,n){var r,o;try{if(false===t)n.reject(e.msg);else{r=true===t?e.msg:t.call(void 0,e.msg);r===n.promise?n.reject(TypeError(\"Promise-chain cycle\")):(o=isThenable(r))?o.call(r,n.resolve,n.reject):n.resolve(r)}}catch(e){n.reject(e)}}function resolve(e){var t,n=this;if(!n.triggered){n.triggered=true;n.def&&(n=n.def);try{if(t=isThenable(e))schedule((function(){var r=new MakeDefWrapper(n);try{t.call(e,(function $resolve$(){resolve.apply(r,arguments)}),(function $reject$(){reject.apply(r,arguments)}))}catch(e){reject.call(r,e)}}));else{n.msg=e;n.state=1;n.chain.length>0&&schedule(notify,n)}}catch(e){reject.call(new MakeDefWrapper(n),e)}}}function reject(e){var t=this;if(!t.triggered){t.triggered=true;t.def&&(t=t.def);t.msg=e;t.state=2;t.chain.length>0&&schedule(notify,t)}}function iteratePromises(e,t,n,r){for(var o=0;o<t.length;o++)(function IIFE(o){e.resolve(t[o]).then((function $resolver$(e){n(o,e)}),r)})(o)}function MakeDefWrapper(e){this.def=e;this.triggered=false}function MakeDef(e){this.promise=e;this.state=0;this.triggered=false;this.chain=[];this.msg=void 0}function Promise(e){if(\"function\"!=typeof e)throw TypeError(\"Not a function\");if(0!==this.__NPO__)throw TypeError(\"Not a promise\");this.__NPO__=1;var t=new MakeDef(this);this.then=function then(e,n){var r={success:\"function\"!=typeof e||e,failure:\"function\"==typeof n&&n};r.promise=new this.constructor((function extractChain(e,t){if(\"function\"!=typeof e||\"function\"!=typeof t)throw TypeError(\"Not a function\");r.resolve=e;r.reject=t}));t.chain.push(r);0!==t.state&&schedule(notify,t);return r.promise};this.catch=function $catch$(e){return this.then(void 0,e)};try{e.call(void 0,(function publicResolve(e){resolve.call(t,e)}),(function publicReject(e){reject.call(t,e)}))}catch(e){reject.call(t,e)}}var i=e({},\"constructor\",Promise,false);Promise.prototype=i;e(i,\"__NPO__\",0,false);e(Promise,\"resolve\",(function Promise$resolve(e){var t=this;return e&&\"object\"==typeof e&&1===e.__NPO__?e:new t((function executor(t,n){if(\"function\"!=typeof t||\"function\"!=typeof n)throw TypeError(\"Not a function\");t(e)}))}));e(Promise,\"reject\",(function Promise$reject(e){return new this((function executor(t,n){if(\"function\"!=typeof t||\"function\"!=typeof n)throw TypeError(\"Not a function\");n(e)}))}));e(Promise,\"all\",(function Promise$all(e){var t=this;return\"[object Array]\"!=r.call(e)?t.reject(TypeError(\"Not an array\")):0===e.length?t.resolve([]):new t((function executor(n,r){if(\"function\"!=typeof n||\"function\"!=typeof r)throw TypeError(\"Not a function\");var o=e.length,i=Array(o),a=0;iteratePromises(t,e,(function resolver(e,t){i[e]=t;++a===o&&n(i)}),r)}))}));e(Promise,\"race\",(function Promise$race(e){var t=this;return\"[object Array]\"!=r.call(e)?t.reject(TypeError(\"Not an array\")):new t((function executor(n,r){if(\"function\"!=typeof n||\"function\"!=typeof r)throw TypeError(\"Not a function\");iteratePromises(t,e,(function resolver(e,t){n(t)}),r)}))}));return Promise}))}));var i=new WeakMap;\n/**\n * Store a callback for a method or event for a player.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name.\n * @param {(function(this:Player, *): void|{resolve: function, reject: function})} callback\n *        The callback to call or an object with resolve and reject functions for a promise.\n * @return {void}\n */function storeCallback(e,t,n){var r=i.get(e.element)||{};t in r||(r[t]=[]);r[t].push(n);i.set(e.element,r)}\n/**\n * Get the callbacks for a player and event or method.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name\n * @return {function[]}\n */function getCallbacks(e,t){var n=i.get(e.element)||{};return n[t]||[]}\n/**\n * Remove a stored callback for a method or event for a player.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name\n * @param {function} [callback] The specific callback to remove.\n * @return {boolean} Was this the last callback?\n */function removeCallback(e,t,n){var r=i.get(e.element)||{};if(!r[t])return true;if(!n){r[t]=[];i.set(e.element,r);return true}var o=r[t].indexOf(n);-1!==o&&r[t].splice(o,1);i.set(e.element,r);return r[t]&&0===r[t].length}\n/**\n * Return the first stored callback for a player and event or method.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name.\n * @return {function} The callback, or false if there were none\n */function shiftCallbacks(e,t){var n=getCallbacks(e,t);if(n.length<1)return false;var r=n.shift();removeCallback(e,t,r);return r}\n/**\n * Move callbacks associated with an element to another element.\n *\n * @param {HTMLElement} oldElement The old element.\n * @param {HTMLElement} newElement The new element.\n * @return {void}\n */function swapCallbacks(e,t){var n=i.get(e);i.set(t,n);i.delete(e)}var a=[\"autopause\",\"autoplay\",\"background\",\"byline\",\"color\",\"controls\",\"dnt\",\"height\",\"id\",\"interactive_params\",\"keyboard\",\"loop\",\"maxheight\",\"maxwidth\",\"muted\",\"playsinline\",\"portrait\",\"responsive\",\"speed\",\"texttrack\",\"title\",\"transparent\",\"url\",\"width\"];\n/**\n * Get the 'data-vimeo'-prefixed attributes from an element as an object.\n *\n * @param {HTMLElement} element The element.\n * @param {Object} [defaults={}] The default values to use.\n * @return {Object<string, string>}\n */function getOEmbedParameters(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return a.reduce((function(t,n){var r=e.getAttribute(\"data-vimeo-\".concat(n));(r||\"\"===r)&&(t[n]=\"\"===r?1:r);return t}),t)}\n/**\n * Create an embed from oEmbed data inside an element.\n *\n * @param {object} data The oEmbed data.\n * @param {HTMLElement} element The element to put the iframe in.\n * @return {HTMLIFrameElement} The iframe embed.\n */function createEmbed(e,t){var n=e.html;if(!t)throw new TypeError(\"An element must be provided\");if(null!==t.getAttribute(\"data-vimeo-initialized\"))return t.querySelector(\"iframe\");var r=document.createElement(\"div\");r.innerHTML=n;t.appendChild(r.firstChild);t.setAttribute(\"data-vimeo-initialized\",\"true\");return t.querySelector(\"iframe\")}\n/**\n * Make an oEmbed call for the specified URL.\n *\n * @param {string} videoUrl The vimeo.com url for the video.\n * @param {Object} [params] Parameters to pass to oEmbed.\n * @param {HTMLElement} element The element.\n * @return {Promise}\n */function getOEmbedData(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};var n=arguments.length>2?arguments[2]:void 0;return new Promise((function(r,o){if(!isVimeoUrl(e))throw new TypeError(\"\u201C\".concat(e,\"\u201D is not a vimeo.com url.\"));var i=\"https://vimeo.com/api/oembed.json?url=\".concat(encodeURIComponent(e));for(var a in t)t.hasOwnProperty(a)&&(i+=\"&\".concat(a,\"=\").concat(encodeURIComponent(t[a])));var u=\"XDomainRequest\"in window?new XDomainRequest:new XMLHttpRequest;u.open(\"GET\",i,true);u.onload=function(){if(404!==u.status)if(403!==u.status)try{var t=JSON.parse(u.responseText);if(403===t.domain_status_code){createEmbed(t,n);o(new Error(\"\u201C\".concat(e,\"\u201D is not embeddable.\")));return}r(t)}catch(e){o(e)}else o(new Error(\"\u201C\".concat(e,\"\u201D is not embeddable.\")));else o(new Error(\"\u201C\".concat(e,\"\u201D was not found.\")))};u.onerror=function(){var e=u.status?\" (\".concat(u.status,\")\"):\"\";o(new Error(\"There was an error fetching the embed code from Vimeo\".concat(e,\".\")))};u.send()}))}\n/**\n * Initialize all embeds within a specific element\n *\n * @param {HTMLElement} [parent=document] The parent element.\n * @return {void}\n */function initializeEmbeds(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document;var t=[].slice.call(e.querySelectorAll(\"[data-vimeo-id], [data-vimeo-url]\"));var n=function handleError(e){\"console\"in window&&console.error&&console.error(\"There was an error creating an embed: \".concat(e))};t.forEach((function(e){try{if(null!==e.getAttribute(\"data-vimeo-defer\"))return;var t=getOEmbedParameters(e);var r=getVimeoUrl(t);getOEmbedData(r,t,e).then((function(t){return createEmbed(t,e)})).catch(n)}catch(e){n(e)}}))}\n/**\n * Resize embeds when messaged by the player.\n *\n * @param {HTMLElement} [parent=document] The parent element.\n * @return {void}\n */function resizeEmbeds(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document;if(!window.VimeoPlayerResizeEmbeds_){window.VimeoPlayerResizeEmbeds_=true;var t=function onMessage(t){if(isVimeoUrl(t.origin)&&t.data&&\"spacechange\"===t.data.event){var n=e.querySelectorAll(\"iframe\");for(var r=0;r<n.length;r++)if(n[r].contentWindow===t.source){var o=n[r].parentElement;o.style.paddingBottom=\"\".concat(t.data.data[0].bottom,\"px\");break}}};window.addEventListener(\"message\",t)}}\n/**\n * Parse a message received from postMessage.\n *\n * @param {*} data The data received from postMessage.\n * @return {object}\n */function parseMessageData(e){if(\"string\"===typeof e)try{e=JSON.parse(e)}catch(e){console.warn(e);return{}}return e}\n/**\n * Post a message to the specified target.\n *\n * @param {Player} player The player object to use.\n * @param {string} method The API method to call.\n * @param {object} params The parameters to send to the player.\n * @return {void}\n */function postMessage(e,t,n){if(e.element.contentWindow&&e.element.contentWindow.postMessage){var r={method:t};void 0!==n&&(r.value=n);var o=parseFloat(navigator.userAgent.toLowerCase().replace(/^.*msie (\\d+).*$/,\"$1\"));o>=8&&o<10&&(r=JSON.stringify(r));e.element.contentWindow.postMessage(r,e.origin)}}\n/**\n * Parse the data received from a message event.\n *\n * @param {Player} player The player that received the message.\n * @param {(Object|string)} data The message data. Strings will be parsed into JSON.\n * @return {void}\n */function processData(e,t){t=parseMessageData(t);var n=[];var r;if(t.event){if(\"error\"===t.event){var o=getCallbacks(e,t.data.method);o.forEach((function(n){var r=new Error(t.data.message);r.name=t.data.name;n.reject(r);removeCallback(e,t.data.method,n)}))}n=getCallbacks(e,\"event:\".concat(t.event));r=t.data}else if(t.method){var i=shiftCallbacks(e,t.method);if(i){n.push(i);r=t.value}}n.forEach((function(t){try{if(\"function\"===typeof t){t.call(e,r);return}t.resolve(r)}catch(e){}}))}function initializeScreenfull(){var e=function(){var e;var t=[[\"requestFullscreen\",\"exitFullscreen\",\"fullscreenElement\",\"fullscreenEnabled\",\"fullscreenchange\",\"fullscreenerror\"],[\"webkitRequestFullscreen\",\"webkitExitFullscreen\",\"webkitFullscreenElement\",\"webkitFullscreenEnabled\",\"webkitfullscreenchange\",\"webkitfullscreenerror\"],[\"webkitRequestFullScreen\",\"webkitCancelFullScreen\",\"webkitCurrentFullScreenElement\",\"webkitCancelFullScreen\",\"webkitfullscreenchange\",\"webkitfullscreenerror\"],[\"mozRequestFullScreen\",\"mozCancelFullScreen\",\"mozFullScreenElement\",\"mozFullScreenEnabled\",\"mozfullscreenchange\",\"mozfullscreenerror\"],[\"msRequestFullscreen\",\"msExitFullscreen\",\"msFullscreenElement\",\"msFullscreenEnabled\",\"MSFullscreenChange\",\"MSFullscreenError\"]];var n=0;var r=t.length;var o={};for(;n<r;n++){e=t[n];if(e&&e[1]in document){for(n=0;n<e.length;n++)o[t[0][n]]=e[n];return o}}return false}();var t={fullscreenchange:e.fullscreenchange,fullscreenerror:e.fullscreenerror};var n={request:function request(t){return new Promise((function(r,o){var i=function onFullScreenEntered(){n.off(\"fullscreenchange\",onFullScreenEntered);r()};n.on(\"fullscreenchange\",i);t=t||document.documentElement;var a=t[e.requestFullscreen]();a instanceof Promise&&a.then(i).catch(o)}))},exit:function exit(){return new Promise((function(t,r){if(n.isFullscreen){var o=function onFullScreenExit(){n.off(\"fullscreenchange\",onFullScreenExit);t()};n.on(\"fullscreenchange\",o);var i=document[e.exitFullscreen]();i instanceof Promise&&i.then(o).catch(r)}else t()}))},on:function on(e,n){var r=t[e];r&&document.addEventListener(r,n)},off:function off(e,n){var r=t[e];r&&document.removeEventListener(r,n)}};Object.defineProperties(n,{isFullscreen:{get:function get(){return Boolean(document[e.fullscreenElement])}},element:{enumerable:true,get:function get(){return document[e.fullscreenElement]}},isEnabled:{enumerable:true,get:function get(){return Boolean(document[e.fullscreenEnabled])}}});return n}var u=new WeakMap;var l=new WeakMap;var s={};var c=function(){\n/**\n   * Create a Player.\n   *\n   * @param {(HTMLIFrameElement|HTMLElement|string|jQuery)} element A reference to the Vimeo\n   *        player iframe, and id, or a jQuery object.\n   * @param {object} [options] oEmbed parameters to use when creating an embed in the element.\n   * @return {Player}\n   */\nfunction Player(e){var t=this;var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};_classCallCheck(this,Player);if(window.jQuery&&e instanceof jQuery){e.length>1&&window.console&&console.warn&&console.warn(\"A jQuery object with multiple elements was passed, using the first element.\");e=e[0]}\"undefined\"!==typeof document&&\"string\"===typeof e&&(e=document.getElementById(e));if(!isDomElement(e))throw new TypeError(\"You must pass either a valid element or a valid id.\");if(\"IFRAME\"!==e.nodeName){var r=e.querySelector(\"iframe\");r&&(e=r)}if(\"IFRAME\"===e.nodeName&&!isVimeoUrl(e.getAttribute(\"src\")||\"\"))throw new Error(\"The player element passed isn\u2019t a Vimeo embed.\");if(u.has(e))return u.get(e);this._window=e.ownerDocument.defaultView;this.element=e;this.origin=\"*\";var i=new o((function(r,o){t._onMessage=function(e){if(isVimeoUrl(e.origin)&&t.element.contentWindow===e.source){\"*\"===t.origin&&(t.origin=e.origin);var n=parseMessageData(e.data);var i=n&&\"error\"===n.event;var a=i&&n.data&&\"ready\"===n.data.method;if(a){var u=new Error(n.data.message);u.name=n.data.name;o(u)}else{var l=n&&\"ready\"===n.event;var s=n&&\"ping\"===n.method;if(l||s){t.element.setAttribute(\"data-ready\",\"true\");r()}else processData(t,n)}}};t._window.addEventListener(\"message\",t._onMessage);if(\"IFRAME\"!==t.element.nodeName){var i=getOEmbedParameters(e,n);var a=getVimeoUrl(i);getOEmbedData(a,i,e).then((function(n){var r=createEmbed(n,e);t.element=r;t._originalElement=e;swapCallbacks(e,r);u.set(t.element,t);return n})).catch(o)}}));l.set(this,i);u.set(this.element,this);\"IFRAME\"===this.element.nodeName&&postMessage(this,\"ping\");if(s.isEnabled){var a=function exitFullscreen(){return s.exit()};this.fullscreenchangeHandler=function(){s.isFullscreen?storeCallback(t,\"event:exitFullscreen\",a):removeCallback(t,\"event:exitFullscreen\",a);t.ready().then((function(){postMessage(t,\"fullscreenchange\",s.isFullscreen)}))};s.on(\"fullscreenchange\",this.fullscreenchangeHandler)}return this}\n/**\n   * Get a promise for a method.\n   *\n   * @param {string} name The API method to call.\n   * @param {Object} [args={}] Arguments to send via postMessage.\n   * @return {Promise}\n   */_createClass(Player,[{key:\"callMethod\",value:function callMethod(e){var t=this;var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new o((function(r,o){return t.ready().then((function(){storeCallback(t,e,{resolve:r,reject:o});postMessage(t,e,n)})).catch(o)}))}\n/**\n     * Get a promise for the value of a player property.\n     *\n     * @param {string} name The property name\n     * @return {Promise}\n     */},{key:\"get\",value:function get(e){var t=this;return new o((function(n,r){e=getMethodName(e,\"get\");return t.ready().then((function(){storeCallback(t,e,{resolve:n,reject:r});postMessage(t,e)})).catch(r)}))}\n/**\n     * Get a promise for setting the value of a player property.\n     *\n     * @param {string} name The API method to call.\n     * @param {mixed} value The value to set.\n     * @return {Promise}\n     */},{key:\"set\",value:function set(e,t){var n=this;return new o((function(r,o){e=getMethodName(e,\"set\");if(void 0===t||null===t)throw new TypeError(\"There must be a value to set.\");return n.ready().then((function(){storeCallback(n,e,{resolve:r,reject:o});postMessage(n,e,t)})).catch(o)}))}\n/**\n     * Add an event listener for the specified event. Will call the\n     * callback with a single parameter, `data`, that contains the data for\n     * that event.\n     *\n     * @param {string} eventName The name of the event.\n     * @param {function(*)} callback The function to call when the event fires.\n     * @return {void}\n     */},{key:\"on\",value:function on(e,t){if(!e)throw new TypeError(\"You must pass an event name.\");if(!t)throw new TypeError(\"You must pass a callback function.\");if(\"function\"!==typeof t)throw new TypeError(\"The callback must be a function.\");var n=getCallbacks(this,\"event:\".concat(e));0===n.length&&this.callMethod(\"addEventListener\",e).catch((function(){}));storeCallback(this,\"event:\".concat(e),t)}\n/**\n     * Remove an event listener for the specified event. Will remove all\n     * listeners for that event if a `callback` isn\u2019t passed, or only that\n     * specific callback if it is passed.\n     *\n     * @param {string} eventName The name of the event.\n     * @param {function} [callback] The specific callback to remove.\n     * @return {void}\n     */},{key:\"off\",value:function off(e,t){if(!e)throw new TypeError(\"You must pass an event name.\");if(t&&\"function\"!==typeof t)throw new TypeError(\"The callback must be a function.\");var n=removeCallback(this,\"event:\".concat(e),t);n&&this.callMethod(\"removeEventListener\",e).catch((function(e){}))}\n/**\n     * Load a new video into this embed. The promise will be resolved if\n     * the video is successfully loaded, or it will be rejected if it could\n     * not be loaded.\n     *\n     * @param {number|string|object} options The id of the video, the url of the video, or an object with embed options.\n     * @return {LoadVideoPromise}\n     */},{key:\"loadVideo\",value:function loadVideo(e){return this.callMethod(\"loadVideo\",e)}},{key:\"ready\",value:function ready(){var e=l.get(this)||new o((function(e,t){t(new Error(\"Unknown player. Probably unloaded.\"))}));return o.resolve(e)}\n/**\n     * Add a cue point to the player.\n     *\n     * @param {number} time The time for the cue point.\n     * @param {object} [data] Arbitrary data to be returned with the cue point.\n     * @return {AddCuePointPromise}\n     */},{key:\"addCuePoint\",value:function addCuePoint(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.callMethod(\"addCuePoint\",{time:e,data:t})}\n/**\n     * Remove a cue point from the video.\n     *\n     * @param {string} id The id of the cue point to remove.\n     * @return {RemoveCuePointPromise}\n     */},{key:\"removeCuePoint\",value:function removeCuePoint(e){return this.callMethod(\"removeCuePoint\",e)}\n/**\n     * A representation of a text track on a video.\n     *\n     * @typedef {Object} VimeoTextTrack\n     * @property {string} language The ISO language code.\n     * @property {string} kind The kind of track it is (captions or subtitles).\n     * @property {string} label The human\u2010readable label for the track.\n     */\n/**\n     * Enable the text track with the specified language, and optionally the\n     * specified kind (captions or subtitles).\n     *\n     * When set via the API, the track language will not change the viewer\u2019s\n     * stored preference.\n     *\n     * @param {string} language The two\u2010letter language code.\n     * @param {string} [kind] The kind of track to enable (captions or subtitles).\n     * @return {EnableTextTrackPromise}\n     */},{key:\"enableTextTrack\",value:function enableTextTrack(e,t){if(!e)throw new TypeError(\"You must pass a language.\");return this.callMethod(\"enableTextTrack\",{language:e,kind:t})}},{key:\"disableTextTrack\",value:function disableTextTrack(){return this.callMethod(\"disableTextTrack\")}},{key:\"pause\",value:function pause(){return this.callMethod(\"pause\")}},{key:\"play\",value:function play(){return this.callMethod(\"play\")}},{key:\"requestFullscreen\",value:function requestFullscreen(){return s.isEnabled?s.request(this.element):this.callMethod(\"requestFullscreen\")}},{key:\"exitFullscreen\",value:function exitFullscreen(){return s.isEnabled?s.exit():this.callMethod(\"exitFullscreen\")}},{key:\"getFullscreen\",value:function getFullscreen(){return s.isEnabled?o.resolve(s.isFullscreen):this.get(\"fullscreen\")}},{key:\"requestPictureInPicture\",value:function requestPictureInPicture(){return this.callMethod(\"requestPictureInPicture\")}},{key:\"exitPictureInPicture\",value:function exitPictureInPicture(){return this.callMethod(\"exitPictureInPicture\")}},{key:\"getPictureInPicture\",value:function getPictureInPicture(){return this.get(\"pictureInPicture\")}},{key:\"unload\",value:function unload(){return this.callMethod(\"unload\")}},{key:\"destroy\",value:function destroy(){var e=this;return new o((function(t){l.delete(e);u.delete(e.element);if(e._originalElement){u.delete(e._originalElement);e._originalElement.removeAttribute(\"data-vimeo-initialized\")}e.element&&\"IFRAME\"===e.element.nodeName&&e.element.parentNode&&(e.element.parentNode.parentNode&&e._originalElement&&e._originalElement!==e.element.parentNode?e.element.parentNode.parentNode.removeChild(e.element.parentNode):e.element.parentNode.removeChild(e.element));if(e.element&&\"DIV\"===e.element.nodeName&&e.element.parentNode){e.element.removeAttribute(\"data-vimeo-initialized\");var n=e.element.querySelector(\"iframe\");n&&n.parentNode&&(n.parentNode.parentNode&&e._originalElement&&e._originalElement!==n.parentNode?n.parentNode.parentNode.removeChild(n.parentNode):n.parentNode.removeChild(n))}e._window.removeEventListener(\"message\",e._onMessage);s.isEnabled&&s.off(\"fullscreenchange\",e.fullscreenchangeHandler);t()}))}},{key:\"getAutopause\",value:function getAutopause(){return this.get(\"autopause\")}\n/**\n     * Enable or disable the autopause behavior of this player.\n     *\n     * By default, when another video is played in the same browser, this\n     * player will automatically pause. Unless you have a specific reason\n     * for doing so, we recommend that you leave autopause set to the\n     * default (`true`).\n     *\n     * @param {boolean} autopause\n     * @return {SetAutopausePromise}\n     */},{key:\"setAutopause\",value:function setAutopause(e){return this.set(\"autopause\",e)}},{key:\"getBuffered\",value:function getBuffered(){return this.get(\"buffered\")}\n/**\n     * @typedef {Object} CameraProperties\n     * @prop {number} props.yaw - Number between 0 and 360.\n     * @prop {number} props.pitch - Number between -90 and 90.\n     * @prop {number} props.roll - Number between -180 and 180.\n     * @prop {number} props.fov - The field of view in degrees.\n     */},{key:\"getCameraProps\",value:function getCameraProps(){return this.get(\"cameraProps\")}\n/**\n     * For 360\u00B0 videos set the camera properties for this player.\n     *\n     * @param {CameraProperties} camera The camera properties\n     * @return {SetCameraPromise}\n     */},{key:\"setCameraProps\",value:function setCameraProps(e){return this.set(\"cameraProps\",e)}\n/**\n     * A representation of a chapter.\n     *\n     * @typedef {Object} VimeoChapter\n     * @property {number} startTime The start time of the chapter.\n     * @property {object} title The title of the chapter.\n     * @property {number} index The place in the order of Chapters. Starts at 1.\n     */},{key:\"getChapters\",value:function getChapters(){return this.get(\"chapters\")}},{key:\"getCurrentChapter\",value:function getCurrentChapter(){return this.get(\"currentChapter\")}},{key:\"getColor\",value:function getColor(){return this.get(\"color\")}\n/**\n     * Set the color of this player to a hex or rgb string. Setting the\n     * color may fail if the owner of the video has set their embed\n     * preferences to force a specific color.\n     *\n     * @param {string} color The hex or rgb color string to set.\n     * @return {SetColorPromise}\n     */},{key:\"setColor\",value:function setColor(e){return this.set(\"color\",e)}\n/**\n     * A representation of a cue point.\n     *\n     * @typedef {Object} VimeoCuePoint\n     * @property {number} time The time of the cue point.\n     * @property {object} data The data passed when adding the cue point.\n     * @property {string} id The unique id for use with removeCuePoint.\n     */},{key:\"getCuePoints\",value:function getCuePoints(){return this.get(\"cuePoints\")}},{key:\"getCurrentTime\",value:function getCurrentTime(){return this.get(\"currentTime\")}\n/**\n     * Set the current playback position in seconds. If the player was\n     * paused, it will remain paused. Likewise, if the player was playing,\n     * it will resume playing once the video has buffered.\n     *\n     * You can provide an accurate time and the player will attempt to seek\n     * to as close to that time as possible. The exact time will be the\n     * fulfilled value of the promise.\n     *\n     * @param {number} currentTime\n     * @return {SetCurrentTimePromise}\n     */},{key:\"setCurrentTime\",value:function setCurrentTime(e){return this.set(\"currentTime\",e)}},{key:\"getDuration\",value:function getDuration(){return this.get(\"duration\")}},{key:\"getEnded\",value:function getEnded(){return this.get(\"ended\")}},{key:\"getLoop\",value:function getLoop(){return this.get(\"loop\")}\n/**\n     * Set the loop state of the player. When set to `true`, the player\n     * will start over immediately once playback ends.\n     *\n     * @param {boolean} loop\n     * @return {SetLoopPromise}\n     */},{key:\"setLoop\",value:function setLoop(e){return this.set(\"loop\",e)}\n/**\n     * Set the muted state of the player. When set to `true`, the player\n     * volume will be muted.\n     *\n     * @param {boolean} muted\n     * @return {SetMutedPromise}\n     */},{key:\"setMuted\",value:function setMuted(e){return this.set(\"muted\",e)}},{key:\"getMuted\",value:function getMuted(){return this.get(\"muted\")}},{key:\"getPaused\",value:function getPaused(){return this.get(\"paused\")}},{key:\"getPlaybackRate\",value:function getPlaybackRate(){return this.get(\"playbackRate\")}\n/**\n     * Set the playback rate of the player on a scale from `0.5` to `2`. When set\n     * via the API, the playback rate will not be synchronized to other\n     * players or stored as the viewer's preference.\n     *\n     * @param {number} playbackRate\n     * @return {SetPlaybackRatePromise}\n     */},{key:\"setPlaybackRate\",value:function setPlaybackRate(e){return this.set(\"playbackRate\",e)}},{key:\"getPlayed\",value:function getPlayed(){return this.get(\"played\")}},{key:\"getQualities\",value:function getQualities(){return this.get(\"qualities\")}},{key:\"getQuality\",value:function getQuality(){return this.get(\"quality\")}\n/**\n     * Set a video quality.\n     *\n     * @param {string} quality\n     * @return {SetQualityPromise}\n     */},{key:\"setQuality\",value:function setQuality(e){return this.set(\"quality\",e)}},{key:\"getSeekable\",value:function getSeekable(){return this.get(\"seekable\")}},{key:\"getSeeking\",value:function getSeeking(){return this.get(\"seeking\")}},{key:\"getTextTracks\",value:function getTextTracks(){return this.get(\"textTracks\")}},{key:\"getVideoEmbedCode\",value:function getVideoEmbedCode(){return this.get(\"videoEmbedCode\")}},{key:\"getVideoId\",value:function getVideoId(){return this.get(\"videoId\")}},{key:\"getVideoTitle\",value:function getVideoTitle(){return this.get(\"videoTitle\")}},{key:\"getVideoWidth\",value:function getVideoWidth(){return this.get(\"videoWidth\")}},{key:\"getVideoHeight\",value:function getVideoHeight(){return this.get(\"videoHeight\")}},{key:\"getVideoUrl\",value:function getVideoUrl(){return this.get(\"videoUrl\")}},{key:\"getVolume\",value:function getVolume(){return this.get(\"volume\")}\n/**\n     * Set the volume of the player on a scale from `0` to `1`. When set\n     * via the API, the volume level will not be synchronized to other\n     * players or stored as the viewer\u2019s preference.\n     *\n     * Most mobile devices do not support setting the volume. An error will\n     * *not* be triggered in that situation.\n     *\n     * @param {number} volume\n     * @return {SetVolumePromise}\n     */},{key:\"setVolume\",value:function setVolume(e){return this.set(\"volume\",e)}}]);return Player}();if(!e){s=initializeScreenfull();initializeEmbeds();resizeEmbeds()}export{c as default};\n\n//# sourceMappingURL=player.es.js.map", "import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import{motion}from\"framer-motion\";import Player from\"@vimeo/player\";import{useEffect,useRef,useState}from\"react\";import{useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";const vimeoRegex=/^https?:\\/\\/vimeo\\.com\\/(\\d+)/;/**\n * VIMEO\n *\n * @framerIntrinsicWidth 480\n * @framerIntrinsicHeight 270\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps borderRadius, backgroundColor\n */ const Vimeo=withCSS(function Vimeo({video,autoplay,mute,controls,loop,titles,backgroundColor,onPlay=()=>{},onEnd=()=>{},style,...props}){const[key,setKey]=useState(0);const player=useRef();const borderRadius=useRadius(props);useEffect(()=>{if(!player.current)return;const[,id]=video.match(vimeoRegex)?video.match(vimeoRegex):[null,0];const embeddedPlayer=new Player(player.current,{id,autopause:false,autoplay:RenderTarget.current()===RenderTarget.canvas?false:autoplay,byline:titles,controls:controls,loop:loop,title:titles,muted:mute,responsive:true});embeddedPlayer.on(\"play\",onPlay);embeddedPlayer.on(\"ended\",onEnd);},[player,key]);useEffect(()=>{setKey(key=>key+1);},[video,autoplay,mute,controls,loop,titles]);return /*#__PURE__*/ _jsx(motion.div,{style:{background:backgroundColor,...style,borderRadius,position:\"relative\",width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",overflow:\"hidden\"},...props,children:/*#__PURE__*/ _jsx(\"div\",{className:\"framer-vimeo\",ref:player,style:{width:\"100%\",height:\"100%\"}},key)});},[\".framer-vimeo > div { padding: 0 !important; width: 100%; height: 100%; }\",]);Vimeo.defaultProps={video:\"https://vimeo.com/642263700\",autoplay:false,loop:false,mute:false,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0};addPropertyControls(Vimeo,{video:{title:\"URL\",type:ControlType.String},...borderRadiusControl,controls:{title:\"Controls\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\"},autoplay:{title:\"Autoplay\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},// playOnCanvas: {\n//     title: \"On Canvas\",\n//     type: ControlType.Boolean,\n//     enabledTitle: \"Play\",\n//     disabledTitle: \"Pause\",\n// },\nloop:{title:\"Loop\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},mute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},// titles: {\n//     title: \"Titles\",\n//     type: ControlType.Boolean,\n//     enabledTitle: \"Show\",\n//     disabledTitle: \"Hide\",\n// },\nbackgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0, 0, 0, 0)\"},onPlay:{type:ControlType.EventHandler},onEnd:{type:ControlType.EventHandler}});export default Vimeo;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Vimeo\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"270\",\"framerIntrinsicWidth\":\"480\",\"framerComponentPresetProps\":\"borderRadius, backgroundColor\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Vimeo.map", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[];export const css=[\".framer-RwYJP .framer-styles-preset-11c140o:not(.rich-text-wrapper), .framer-RwYJP .framer-styles-preset-11c140o.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-decoration: none; --framer-link-text-decoration: none; }\"];export const className=\"framer-RwYJP\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (015b6bb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/Muk6pgXYszP3d0xwSHhB/XVKCmTguPW2q8TR7E00q/nnV9kvOEw.js\";const enabledGestures={agkGnxey9:{hover:true},L6uSil8ZV:{hover:true},lpSTRRlBN:{hover:true},MGZMuA1GC:{hover:true},TuSASSFzl:{hover:true}};const cycleOrder=[\"L6uSil8ZV\",\"TuSASSFzl\",\"MGZMuA1GC\",\"agkGnxey9\",\"lpSTRRlBN\"];const serializationHash=\"framer-ueuM1\";const variantClassNames={agkGnxey9:\"framer-v-99dga9\",L6uSil8ZV:\"framer-v-1ahfv6q\",lpSTRRlBN:\"framer-v-1exl2cg\",MGZMuA1GC:\"framer-v-bhuy32\",TuSASSFzl:\"framer-v-7nzbpb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Forest Green Border - Desktop\":\"TuSASSFzl\",\"Green Border - 20px text\":\"MGZMuA1GC\",\"Green Border - 2K\":\"lpSTRRlBN\",\"White Border - 2K\":\"agkGnxey9\",\"White Border - Dektop\":\"L6uSil8ZV\"};const getProps=({background,height,id,link,textColor,title,title2,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2,_ref3,_ref4;return{...props,Ek6zN3QU4:link!==null&&link!==void 0?link:props.Ek6zN3QU4,hfQ2L9fV_:(_ref=background!==null&&background!==void 0?background:props.hfQ2L9fV_)!==null&&_ref!==void 0?_ref:\"rgb(255, 255, 255)\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"L6uSil8ZV\",vhmW_hd87:(_ref2=textColor!==null&&textColor!==void 0?textColor:props.vhmW_hd87)!==null&&_ref2!==void 0?_ref2:\"var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15))\",xFHvN7lKw:(_ref3=title!==null&&title!==void 0?title:props.xFHvN7lKw)!==null&&_ref3!==void 0?_ref3:\"CALL TO ACTION\",Zabk_T06A:(_ref4=title2!==null&&title2!==void 0?title2:props.Zabk_T06A)!==null&&_ref4!==void 0?_ref4:\"CALL TO ACTION\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Ek6zN3QU4,vhmW_hd87,hfQ2L9fV_,xFHvN7lKw,Zabk_T06A,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"L6uSil8ZV\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ahfv6q\",className,classNames),\"data-border\":true,\"data-framer-name\":\"White Border - Dektop\",layoutDependency:layoutDependency,layoutId:\"L6uSil8ZV\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,...style},variants:{agkGnxey9:{borderBottomLeftRadius:60,borderBottomRightRadius:60,borderTopLeftRadius:60,borderTopRightRadius:60},lpSTRRlBN:{\"--border-color\":\"var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15))\",backgroundColor:hfQ2L9fV_,borderBottomLeftRadius:60,borderBottomRightRadius:60,borderTopLeftRadius:60,borderTopRightRadius:60},MGZMuA1GC:{\"--border-color\":\"var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15))\",backgroundColor:hfQ2L9fV_},TuSASSFzl:{\"--border-color\":\"var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15))\",backgroundColor:hfQ2L9fV_}},...addPropertyOverrides({\"agkGnxey9-hover\":{\"data-framer-name\":undefined},\"L6uSil8ZV-hover\":{\"data-framer-name\":undefined},\"lpSTRRlBN-hover\":{\"data-framer-name\":undefined},\"MGZMuA1GC-hover\":{\"data-framer-name\":undefined},\"TuSASSFzl-hover\":{\"data-framer-name\":undefined},agkGnxey9:{\"data-framer-name\":\"White Border - 2K\"},lpSTRRlBN:{\"data-framer-name\":\"Green Border - 2K\"},MGZMuA1GC:{\"data-framer-name\":\"Green Border - 20px text\"},TuSASSFzl:{\"data-framer-name\":\"Forest Green Border - Desktop\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-omgar5\",layoutDependency:layoutDependency,layoutId:\"NqopZGdt5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-vhmW_hd87-SCf_7YbLT))\"},children:/*#__PURE__*/_jsx(Link,{href:Ek6zN3QU4,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11c140o\",\"data-styles-preset\":\"nnV9kvOEw\",children:\"CALL TO ACTION\"})})})}),className:\"framer-1t2l9vy\",\"data-framer-name\":\"CALL TO ACTION\",fonts:[\"CUSTOM;Anderson Grotesk Regular\"],layoutDependency:layoutDependency,layoutId:\"FfS2A7cs3\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-vhmW_hd87-SCf_7YbLT)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-vhmW_hd87-SCf_7YbLT\":vhmW_hd87},text:Zabk_T06A,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({agkGnxey9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-vhmW_hd87-SCf_7YbLT))\"},children:/*#__PURE__*/_jsx(Link,{href:Ek6zN3QU4,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11c140o\",\"data-styles-preset\":\"nnV9kvOEw\",children:\"CALL TO ACTION\"})})})})},lpSTRRlBN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-vhmW_hd87-SCf_7YbLT))\"},children:/*#__PURE__*/_jsx(Link,{href:Ek6zN3QU4,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11c140o\",\"data-styles-preset\":\"nnV9kvOEw\",children:\"CALL TO ACTION\"})})})}),text:xFHvN7lKw},MGZMuA1GC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-vhmW_hd87-SCf_7YbLT))\"},children:/*#__PURE__*/_jsx(Link,{href:Ek6zN3QU4,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11c140o\",\"data-styles-preset\":\"nnV9kvOEw\",children:\"CALL TO ACTION\"})})})}),text:xFHvN7lKw},TuSASSFzl:{text:xFHvN7lKw}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-vhmW_hd87-SCf_7YbLT))\"},children:/*#__PURE__*/_jsx(Link,{href:Ek6zN3QU4,openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11c140o\",\"data-styles-preset\":\"nnV9kvOEw\",children:\"CALL TO ACTION\"})})})}),className:\"framer-1h2vf5s\",\"data-framer-name\":\"CALL TO ACTION\",fonts:[\"CUSTOM;Anderson Grotesk Regular\"],layoutDependency:layoutDependency,layoutId:\"YKfVYVuDZ\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-vhmW_hd87-SCf_7YbLT)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-vhmW_hd87-SCf_7YbLT\":vhmW_hd87},text:Zabk_T06A,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({agkGnxey9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-vhmW_hd87-SCf_7YbLT))\"},children:/*#__PURE__*/_jsx(Link,{href:Ek6zN3QU4,openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11c140o\",\"data-styles-preset\":\"nnV9kvOEw\",children:\"CALL TO ACTION\"})})})})},lpSTRRlBN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-vhmW_hd87-SCf_7YbLT))\"},children:/*#__PURE__*/_jsx(Link,{href:Ek6zN3QU4,openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11c140o\",\"data-styles-preset\":\"nnV9kvOEw\",children:\"CALL TO ACTION\"})})})}),text:xFHvN7lKw},MGZMuA1GC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-vhmW_hd87-SCf_7YbLT))\"},children:/*#__PURE__*/_jsx(Link,{href:Ek6zN3QU4,openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11c140o\",\"data-styles-preset\":\"nnV9kvOEw\",children:\"CALL TO ACTION\"})})})}),text:xFHvN7lKw},TuSASSFzl:{text:xFHvN7lKw}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ueuM1.framer-1gt67rp, .framer-ueuM1 .framer-1gt67rp { display: block; }\",\".framer-ueuM1.framer-1ahfv6q { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: min-content; }\",\".framer-ueuM1 .framer-omgar5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 15px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-ueuM1 .framer-1t2l9vy, .framer-ueuM1 .framer-1h2vf5s { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ueuM1.framer-1ahfv6q, .framer-ueuM1 .framer-omgar5 { gap: 0px; } .framer-ueuM1.framer-1ahfv6q > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ueuM1.framer-1ahfv6q > :first-child { margin-left: 0px; } .framer-ueuM1.framer-1ahfv6q > :last-child { margin-right: 0px; } .framer-ueuM1 .framer-omgar5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ueuM1 .framer-omgar5 > :first-child { margin-top: 0px; } .framer-ueuM1 .framer-omgar5 > :last-child { margin-bottom: 0px; } }\",\".framer-ueuM1.framer-v-bhuy32 .framer-omgar5 { height: 18px; }\",\".framer-ueuM1.framer-v-99dga9.framer-1ahfv6q, .framer-ueuM1.framer-v-1exl2cg.framer-1ahfv6q { padding: 20px 32px 20px 32px; }\",\".framer-ueuM1.framer-v-99dga9 .framer-omgar5, .framer-ueuM1.framer-v-1exl2cg .framer-omgar5 { height: 30px; }\",\".framer-ueuM1.framer-v-1ahfv6q.hover .framer-omgar5, .framer-ueuM1.framer-v-7nzbpb.hover .framer-omgar5, .framer-ueuM1.framer-v-bhuy32.hover .framer-omgar5, .framer-ueuM1.framer-v-99dga9.hover .framer-omgar5, .framer-ueuM1.framer-v-1exl2cg.hover .framer-omgar5 { justify-content: flex-end; }\",...sharedStyle.css,'.framer-ueuM1[data-border=\"true\"]::after, .framer-ueuM1 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 39\n * @framerIntrinsicWidth 174\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"TuSASSFzl\":{\"layout\":[\"auto\",\"auto\"]},\"MGZMuA1GC\":{\"layout\":[\"auto\",\"auto\"]},\"agkGnxey9\":{\"layout\":[\"auto\",\"auto\"]},\"lpSTRRlBN\":{\"layout\":[\"auto\",\"auto\"]},\"Yq21zZ80U\":{\"layout\":[\"auto\",\"auto\"]},\"HKAF_kByx\":{\"layout\":[\"auto\",\"auto\"]},\"VWy9aYYCs\":{\"layout\":[\"auto\",\"auto\"]},\"Znn6pMUny\":{\"layout\":[\"auto\",\"auto\"]},\"Fdyr3k3Na\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Ek6zN3QU4\":\"link\",\"vhmW_hd87\":\"textColor\",\"hfQ2L9fV_\":\"background\",\"xFHvN7lKw\":\"title\",\"Zabk_T06A\":\"title2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerSCf_7YbLT=withCSS(Component,css,\"framer-ueuM1\");export default FramerSCf_7YbLT;FramerSCf_7YbLT.displayName=\"CTA Button - NO Icon\";FramerSCf_7YbLT.defaultProps={height:39,width:174};addPropertyControls(FramerSCf_7YbLT,{variant:{options:[\"L6uSil8ZV\",\"TuSASSFzl\",\"MGZMuA1GC\",\"agkGnxey9\",\"lpSTRRlBN\"],optionTitles:[\"White Border - Dektop\",\"Forest Green Border - Desktop\",\"Green Border - 20px text\",\"White Border - 2K\",\"Green Border - 2K\"],title:\"Variant\",type:ControlType.Enum},Ek6zN3QU4:{title:\"Link\",type:ControlType.Link},vhmW_hd87:{defaultValue:'var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15)) /* {\"name\":\"Dark Forest Green\"} */',title:\"textColor\",type:ControlType.Color},hfQ2L9fV_:{defaultValue:\"rgb(255, 255, 255)\",title:\"Background\",type:ControlType.Color},xFHvN7lKw:{defaultValue:\"CALL TO ACTION\",displayTextArea:false,title:\"Title\",type:ControlType.String},Zabk_T06A:{defaultValue:\"CALL TO ACTION\",displayTextArea:false,title:\"Title 2\",type:ControlType.String}});addFonts(FramerSCf_7YbLT,[{explicitInter:true,fonts:[{family:\"Anderson Grotesk Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/UGJiE56vPrrrq1oYEapNK6xwyo.woff2\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSCf_7YbLT\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"174\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TuSASSFzl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MGZMuA1GC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"agkGnxey9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"lpSTRRlBN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Yq21zZ80U\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HKAF_kByx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VWy9aYYCs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Znn6pMUny\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Fdyr3k3Na\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"Ek6zN3QU4\\\":\\\"link\\\",\\\"vhmW_hd87\\\":\\\"textColor\\\",\\\"hfQ2L9fV_\\\":\\\"background\\\",\\\"xFHvN7lKw\\\":\\\"title\\\",\\\"Zabk_T06A\\\":\\\"title2\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"39\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SCf_7YbLT.map", "// Generated by Framer (4175fb7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"UiZ7XMm1q\",\"gPvGQlnQC\",\"Yq7K71lvW\",\"Z8qKqK6Rc\"];const serializationHash=\"framer-1G84F\";const variantClassNames={gPvGQlnQC:\"framer-v-19ahfkp\",UiZ7XMm1q:\"framer-v-pb5f4\",Yq7K71lvW:\"framer-v-1rsaiwu\",Z8qKqK6Rc:\"framer-v-3w9cvk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Close - Green Forest\":\"Z8qKqK6Rc\",\"Menu - Green Forest\":\"Yq7K71lvW\",Close:\"gPvGQlnQC\",Menu:\"UiZ7XMm1q\"};const getProps=({background,height,id,tap,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,kQ08qVQT3:(_ref=background!==null&&background!==void 0?background:props.kQ08qVQT3)!==null&&_ref!==void 0?_ref:\"rgb(255, 255, 255)\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"UiZ7XMm1q\",XKaY3MrGu:tap!==null&&tap!==void 0?tap:props.XKaY3MrGu};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,XKaY3MrGu,kQ08qVQT3,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UiZ7XMm1q\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap16y2uw0=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(XKaY3MrGu){const res=await XKaY3MrGu(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-pb5f4\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Menu\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"UiZ7XMm1q\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTap16y2uw0,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":'var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},variants:{Yq7K71lvW:{\"--border-color\":'var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15)) /* {\"name\":\"Dark Forest Green\"} */'},Z8qKqK6Rc:{\"--border-color\":'var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15)) /* {\"name\":\"Dark Forest Green\"} */'}},...addPropertyOverrides({gPvGQlnQC:{\"data-framer-name\":\"Close\"},Yq7K71lvW:{\"data-framer-name\":\"Menu - Green Forest\"},Z8qKqK6Rc:{\"data-framer-name\":\"Close - Green Forest\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pfik2p\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"W7Z0N0mMg\",style:{backgroundColor:kQ08qVQT3,borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{gPvGQlnQC:{rotate:-45},Yq7K71lvW:{backgroundColor:\"var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15))\"},Z8qKqK6Rc:{backgroundColor:\"var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15))\",rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-b3l0rr\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"eRJGd4_fi\",style:{backgroundColor:kQ08qVQT3,borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{gPvGQlnQC:{rotate:45},Yq7K71lvW:{backgroundColor:\"var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15))\"},Z8qKqK6Rc:{backgroundColor:\"var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15))\",rotate:45}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1G84F.framer-vsfg4y, .framer-1G84F .framer-vsfg4y { display: block; }\",\".framer-1G84F.framer-pb5f4 { cursor: pointer; height: 44px; overflow: hidden; position: relative; width: 44px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1G84F .framer-1pfik2p { flex: none; height: 1px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 1px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1G84F .framer-b3l0rr { flex: none; height: 1px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 1px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1G84F.framer-v-19ahfkp.framer-pb5f4, .framer-1G84F.framer-v-1rsaiwu.framer-pb5f4, .framer-1G84F.framer-v-3w9cvk.framer-pb5f4 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 44px); }\",\".framer-1G84F.framer-v-19ahfkp .framer-1pfik2p, .framer-1G84F.framer-v-19ahfkp .framer-b3l0rr, .framer-1G84F.framer-v-3w9cvk .framer-1pfik2p, .framer-1G84F.framer-v-3w9cvk .framer-b3l0rr { top: calc(50.00000000000002% - 1px / 2); }\",'.framer-1G84F[data-border=\"true\"]::after, .framer-1G84F [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 44\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"gPvGQlnQC\":{\"layout\":[\"fixed\",\"fixed\"]},\"Yq7K71lvW\":{\"layout\":[\"fixed\",\"fixed\"]},\"Z8qKqK6Rc\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"XKaY3MrGu\":\"tap\",\"kQ08qVQT3\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerB2RlIiK_M=withCSS(Component,css,\"framer-1G84F\");export default FramerB2RlIiK_M;FramerB2RlIiK_M.displayName=\"Menu Icon\";FramerB2RlIiK_M.defaultProps={height:44,width:44};addPropertyControls(FramerB2RlIiK_M,{variant:{options:[\"UiZ7XMm1q\",\"gPvGQlnQC\",\"Yq7K71lvW\",\"Z8qKqK6Rc\"],optionTitles:[\"Menu\",\"Close\",\"Menu - Green Forest\",\"Close - Green Forest\"],title:\"Variant\",type:ControlType.Enum},XKaY3MrGu:{title:\"Tap\",type:ControlType.EventHandler},kQ08qVQT3:{defaultValue:\"rgb(255, 255, 255)\",title:\"Background\",type:ControlType.Color}});addFonts(FramerB2RlIiK_M,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerB2RlIiK_M\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"XKaY3MrGu\\\":\\\"tap\\\",\\\"kQ08qVQT3\\\":\\\"background\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gPvGQlnQC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Yq7K71lvW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Z8qKqK6Rc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"44\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"44\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./B2RlIiK_M.map", "// Generated by Framer (015b6bb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/Muk6pgXYszP3d0xwSHhB/XVKCmTguPW2q8TR7E00q/nnV9kvOEw.js\";const enabledGestures={akZKMKSwg:{hover:true},KBJsa2xMI:{hover:true},Lf_qgRN_X:{hover:true}};const cycleOrder=[\"KBJsa2xMI\",\"EoozQOqqn\",\"Lf_qgRN_X\",\"akZKMKSwg\"];const serializationHash=\"framer-t7QPS\";const variantClassNames={akZKMKSwg:\"framer-v-my397b\",EoozQOqqn:\"framer-v-k2qjue\",KBJsa2xMI:\"framer-v-1c2mt4z\",Lf_qgRN_X:\"framer-v-1rs5y92\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"2K\":\"akZKMKSwg\",\"Big Link - Tablet\":\"EoozQOqqn\",\"Desktop - 16px\":\"Lf_qgRN_X\",Desktop:\"KBJsa2xMI\"};const getProps=({content,height,id,link,textColor,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,f3rdyudRC:(_ref=content!==null&&content!==void 0?content:props.f3rdyudRC)!==null&&_ref!==void 0?_ref:\"Home\",rN5akvQQg:(_ref1=textColor!==null&&textColor!==void 0?textColor:props.rN5akvQQg)!==null&&_ref1!==void 0?_ref1:\"var(--token-396973ec-ea06-4664-a59b-a040a32af8ab, rgb(100, 102, 91))\",UlsLO1Z4p:link!==null&&link!==void 0?link:props.UlsLO1Z4p,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"KBJsa2xMI\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,rN5akvQQg,f3rdyudRC,UlsLO1Z4p,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"KBJsa2xMI\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1c2mt4z\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"KBJsa2xMI\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"akZKMKSwg-hover\":{\"data-framer-name\":undefined},\"KBJsa2xMI-hover\":{\"data-framer-name\":undefined},\"Lf_qgRN_X-hover\":{\"data-framer-name\":undefined},akZKMKSwg:{\"data-framer-name\":\"2K\"},EoozQOqqn:{\"data-framer-name\":\"Big Link - Tablet\"},Lf_qgRN_X:{\"data-framer-name\":\"Desktop - 16px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cldbgi\",layoutDependency:layoutDependency,layoutId:\"E_DCdC3vK\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-rN5akvQQg-u8Y2v82Tu))\"},children:/*#__PURE__*/_jsx(Link,{href:UlsLO1Z4p,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11c140o\",\"data-styles-preset\":\"nnV9kvOEw\",children:\"Home\"})})})}),className:\"framer-cm339l\",\"data-framer-name\":\"Home\",fonts:[\"CUSTOM;Anderson Grotesk Regular\"],layoutDependency:layoutDependency,layoutId:\"sSyU1x3Rr\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-rN5akvQQg-u8Y2v82Tu)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-rN5akvQQg-u8Y2v82Tu\":rN5akvQQg},text:f3rdyudRC,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({akZKMKSwg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-rN5akvQQg-u8Y2v82Tu))\"},children:/*#__PURE__*/_jsx(Link,{href:UlsLO1Z4p,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11c140o\",\"data-styles-preset\":\"nnV9kvOEw\",children:\"Home\"})})})})},EoozQOqqn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-rN5akvQQg-u8Y2v82Tu))\"},children:/*#__PURE__*/_jsx(Link,{href:UlsLO1Z4p,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11c140o\",\"data-styles-preset\":\"nnV9kvOEw\",children:\"Home\"})})})})},Lf_qgRN_X:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-rN5akvQQg-u8Y2v82Tu))\"},children:/*#__PURE__*/_jsx(Link,{href:UlsLO1Z4p,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11c140o\",\"data-styles-preset\":\"nnV9kvOEw\",children:\"Home\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-rN5akvQQg-u8Y2v82Tu))\"},children:/*#__PURE__*/_jsx(Link,{href:UlsLO1Z4p,openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11c140o\",\"data-styles-preset\":\"nnV9kvOEw\",children:\"Home\"})})})}),className:\"framer-5rlxho\",\"data-framer-name\":\"Home\",fonts:[\"CUSTOM;Anderson Grotesk Regular\"],layoutDependency:layoutDependency,layoutId:\"sEWhofsaS\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-rN5akvQQg-u8Y2v82Tu)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-rN5akvQQg-u8Y2v82Tu\":rN5akvQQg},text:f3rdyudRC,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({akZKMKSwg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-rN5akvQQg-u8Y2v82Tu))\"},children:/*#__PURE__*/_jsx(Link,{href:UlsLO1Z4p,openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11c140o\",\"data-styles-preset\":\"nnV9kvOEw\",children:\"Home\"})})})})},EoozQOqqn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-rN5akvQQg-u8Y2v82Tu))\"},children:/*#__PURE__*/_jsx(Link,{href:UlsLO1Z4p,openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11c140o\",\"data-styles-preset\":\"nnV9kvOEw\",children:\"Home\"})})})})},Lf_qgRN_X:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-rN5akvQQg-u8Y2v82Tu))\"},children:/*#__PURE__*/_jsx(Link,{href:UlsLO1Z4p,openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11c140o\",\"data-styles-preset\":\"nnV9kvOEw\",children:\"Home\"})})})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-t7QPS.framer-axeysr, .framer-t7QPS .framer-axeysr { display: block; }\",\".framer-t7QPS.framer-1c2mt4z { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 20px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-t7QPS .framer-cldbgi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 20px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-t7QPS .framer-cm339l, .framer-t7QPS .framer-5rlxho { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-t7QPS.framer-1c2mt4z, .framer-t7QPS .framer-cldbgi { gap: 0px; } .framer-t7QPS.framer-1c2mt4z > *, .framer-t7QPS .framer-cldbgi > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-t7QPS.framer-1c2mt4z > :first-child, .framer-t7QPS .framer-cldbgi > :first-child { margin-top: 0px; } .framer-t7QPS.framer-1c2mt4z > :last-child, .framer-t7QPS .framer-cldbgi > :last-child { margin-bottom: 0px; } }\",\".framer-t7QPS.framer-v-k2qjue.framer-1c2mt4z { cursor: unset; }\",\".framer-t7QPS.framer-v-k2qjue .framer-cldbgi { height: 28px; }\",\".framer-t7QPS.framer-v-1rs5y92.framer-1c2mt4z, .framer-t7QPS.framer-v-my397b.framer-1c2mt4z { height: min-content; }\",\".framer-t7QPS.framer-v-1rs5y92 .framer-cldbgi { height: 16px; }\",\".framer-t7QPS.framer-v-my397b .framer-cldbgi { height: 30px; }\",\".framer-t7QPS.framer-v-1c2mt4z.hover .framer-cldbgi, .framer-t7QPS.framer-v-1rs5y92.hover .framer-cldbgi, .framer-t7QPS.framer-v-my397b.hover .framer-cldbgi { justify-content: flex-end; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 20\n * @framerIntrinsicWidth 52\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"EoozQOqqn\":{\"layout\":[\"auto\",\"fixed\"]},\"Lf_qgRN_X\":{\"layout\":[\"auto\",\"auto\"]},\"akZKMKSwg\":{\"layout\":[\"auto\",\"auto\"]},\"ikoBDYiFQ\":{\"layout\":[\"auto\",\"fixed\"]},\"kPwPA5iJ1\":{\"layout\":[\"auto\",\"auto\"]},\"nqovdONsF\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"rN5akvQQg\":\"textColor\",\"f3rdyudRC\":\"content\",\"UlsLO1Z4p\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameru8Y2v82Tu=withCSS(Component,css,\"framer-t7QPS\");export default Frameru8Y2v82Tu;Frameru8Y2v82Tu.displayName=\"CTA - Links\";Frameru8Y2v82Tu.defaultProps={height:20,width:52};addPropertyControls(Frameru8Y2v82Tu,{variant:{options:[\"KBJsa2xMI\",\"EoozQOqqn\",\"Lf_qgRN_X\",\"akZKMKSwg\"],optionTitles:[\"Desktop\",\"Big Link - Tablet\",\"Desktop - 16px\",\"2K\"],title:\"Variant\",type:ControlType.Enum},rN5akvQQg:{defaultValue:\"var(--token-396973ec-ea06-4664-a59b-a040a32af8ab, rgb(100, 102, 91))\",title:\"Text Color\",type:ControlType.Color},f3rdyudRC:{defaultValue:\"Home\",displayTextArea:false,title:\"Content\",type:ControlType.String},UlsLO1Z4p:{title:\"Link\",type:ControlType.Link}});addFonts(Frameru8Y2v82Tu,[{explicitInter:true,fonts:[{family:\"Anderson Grotesk Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/UGJiE56vPrrrq1oYEapNK6xwyo.woff2\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameru8Y2v82Tu\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"EoozQOqqn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Lf_qgRN_X\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"akZKMKSwg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ikoBDYiFQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"kPwPA5iJ1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nqovdONsF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"rN5akvQQg\\\":\\\"textColor\\\",\\\"f3rdyudRC\\\":\\\"content\\\",\\\"UlsLO1Z4p\\\":\\\"link\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"20\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"52\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./u8Y2v82Tu.map", "// Generated by Framer (0c5492c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import MenuIcon from\"https://framerusercontent.com/modules/rUtofSSkSbRqCTHtnzT9/LDWMNpyDJs3EYNpePx7S/B2RlIiK_M.js\";import CTAButtonNOIcon from\"https://framerusercontent.com/modules/9UFEkBUine0E2cpgOYvU/q2syhSjfL3go7Qe0LLLz/SCf_7YbLT.js\";import CTALinks from\"https://framerusercontent.com/modules/u9LUwXYMXQNQM8rTsEOC/wYvsqWN2r5IWvI6HbmFY/u8Y2v82Tu.js\";const CTAButtonNOIconFonts=getFonts(CTAButtonNOIcon);const SmartComponentScopedContainerWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(SmartComponentScopedContainer));const MenuIconFonts=getFonts(MenuIcon);const CTALinksFonts=getFonts(CTALinks);const cycleOrder=[\"S1loARMA2\",\"uiPdpFngy\",\"SkvEIJDgv\",\"gjo1G6QJT\"];const serializationHash=\"framer-UJ0d8\";const variantClassNames={gjo1G6QJT:\"framer-v-v0zmhm\",S1loARMA2:\"framer-v-19tikjb\",SkvEIJDgv:\"framer-v-9j6uze\",uiPdpFngy:\"framer-v-93pxbo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition2={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Open - Green Dark\":\"SkvEIJDgv\",\"Variant 4\":\"gjo1G6QJT\",Closed:\"uiPdpFngy\",Open:\"S1loARMA2\"};const getProps=({click,height,id,width,...props})=>{return{...props,GiQAR4MSR:click??props.GiQAR4MSR,variant:humanReadableVariantMap[props.variant]??props.variant??\"S1loARMA2\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,GiQAR4MSR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"S1loARMA2\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapj8hmw2=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(GiQAR4MSR){const res=await GiQAR4MSR(...args);if(res===false)return false;}});const XKaY3MrGu1jvcqbn=activeVariantCallback(async(...args)=>{setVariant(\"uiPdpFngy\");});const XKaY3MrGu1uk6y8h=activeVariantCallback(async(...args)=>{setVariant(\"S1loARMA2\");});const XKaY3MrGupptqbp=activeVariantCallback(async(...args)=>{setVariant(\"gjo1G6QJT\");});const XKaY3MrGu1sojwfv=activeVariantCallback(async(...args)=>{setVariant(\"SkvEIJDgv\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"uiPdpFngy\",\"SkvEIJDgv\"].includes(baseVariant))return false;return true;};const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-19tikjb\",className,classNames),\"data-framer-name\":\"Open\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"S1loARMA2\",onTap:onTapj8hmw2,ref:refBinding,style:{backgroundColor:\"var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,...style},variants:{SkvEIJDgv:{backgroundColor:\"rgba(0, 0, 0, 0)\"},uiPdpFngy:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({gjo1G6QJT:{\"data-framer-name\":\"Variant 4\"},SkvEIJDgv:{\"data-framer-name\":\"Open - Green Dark\"},uiPdpFngy:{\"data-framer-name\":\"Closed\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j5niaa\",\"data-framer-name\":\"Icon and Label\",layoutDependency:layoutDependency,layoutId:\"pwAkgUQV7\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+16+0+2.5,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-41957d-container\",\"data-framer-appear-id\":\"41957d\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"OaUbovHPp-container\",nodeId:\"OaUbovHPp\",optimized:true,rendersWithMotion:true,scopeId:\"KaedJvaB6\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(CTAButtonNOIcon,{Ek6zN3QU4:\"tel:+393395316385\",height:\"100%\",hfQ2L9fV_:\"rgb(255, 255, 255)\",id:\"OaUbovHPp\",layoutId:\"OaUbovHPp\",variant:\"L6uSil8ZV\",vhmW_hd87:\"rgb(255, 255, 255)\",width:\"100%\",xFHvN7lKw:\"CHIAMA ORA\",Zabk_T06A:\"CHIAMA ORA\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+16+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1mkn42p-container\",\"data-framer-appear-id\":\"1mkn42p\",\"data-framer-name\":\"Menu Icon\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"JvpPWf1_Z-container\",name:\"Menu Icon\",nodeId:\"JvpPWf1_Z\",optimized:true,rendersWithMotion:true,scopeId:\"KaedJvaB6\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(MenuIcon,{height:\"100%\",id:\"JvpPWf1_Z\",kQ08qVQT3:\"rgb(255, 255, 255)\",layoutId:\"JvpPWf1_Z\",name:\"Menu Icon\",variant:\"gPvGQlnQC\",width:\"100%\",XKaY3MrGu:XKaY3MrGu1jvcqbn,...addPropertyOverrides({gjo1G6QJT:{XKaY3MrGu:XKaY3MrGu1sojwfv},SkvEIJDgv:{variant:\"Yq7K71lvW\",XKaY3MrGu:XKaY3MrGupptqbp},uiPdpFngy:{variant:\"UiZ7XMm1q\",XKaY3MrGu:XKaY3MrGu1uk6y8h}},baseVariant,gestureVariant)})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ftephe\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"WqojTV_uz\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"bBMVZt_li\"},implicitPathVariables:undefined},{href:{webPageId:\"bBMVZt_li\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+16+64+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-xf3e83-container\",layoutDependency:layoutDependency,layoutId:\"BQXqQVoqW-container\",nodeId:\"BQXqQVoqW\",rendersWithMotion:true,scopeId:\"KaedJvaB6\",children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Chi Siamo\",height:\"100%\",id:\"BQXqQVoqW\",layoutId:\"BQXqQVoqW\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",style:{height:\"100%\"},UlsLO1Z4p:resolvedLinks[0],variant:\"EoozQOqqn\",width:\"100%\",...addPropertyOverrides({gjo1G6QJT:{UlsLO1Z4p:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Wbsq47l4g\"},implicitPathVariables:undefined},{href:{webPageId:\"Wbsq47l4g\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+16+64+0+40,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hpfh5r-container\",layoutDependency:layoutDependency,layoutId:\"NKgBPOzW5-container\",nodeId:\"NKgBPOzW5\",rendersWithMotion:true,scopeId:\"KaedJvaB6\",children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Servizi\",height:\"100%\",id:\"NKgBPOzW5\",layoutId:\"NKgBPOzW5\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",style:{height:\"100%\"},UlsLO1Z4p:resolvedLinks1[0],variant:\"EoozQOqqn\",width:\"100%\",...addPropertyOverrides({gjo1G6QJT:{UlsLO1Z4p:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"fvKBFz2xa\"},implicitPathVariables:undefined},{href:{webPageId:\"fvKBFz2xa\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+16+64+0+80,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-151hg6h-container\",layoutDependency:layoutDependency,layoutId:\"wfxEzt39w-container\",nodeId:\"wfxEzt39w\",rendersWithMotion:true,scopeId:\"KaedJvaB6\",children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Sostenibilita'\",height:\"100%\",id:\"wfxEzt39w\",layoutId:\"wfxEzt39w\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",style:{height:\"100%\"},UlsLO1Z4p:resolvedLinks2[0],variant:\"EoozQOqqn\",width:\"100%\",...addPropertyOverrides({gjo1G6QJT:{UlsLO1Z4p:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Qr2kXWYz8\"},implicitPathVariables:undefined},{href:{webPageId:\"Qr2kXWYz8\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+16+64+0+120,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qkax8e-container\",layoutDependency:layoutDependency,layoutId:\"rR8xHUzPr-container\",nodeId:\"rR8xHUzPr\",rendersWithMotion:true,scopeId:\"KaedJvaB6\",children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Contatti\",height:\"100%\",id:\"rR8xHUzPr\",layoutId:\"rR8xHUzPr\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",style:{height:\"100%\"},UlsLO1Z4p:resolvedLinks3[0],variant:\"EoozQOqqn\",width:\"100%\",...addPropertyOverrides({gjo1G6QJT:{UlsLO1Z4p:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-UJ0d8.framer-2ej9ri, .framer-UJ0d8 .framer-2ej9ri { display: block; }\",\".framer-UJ0d8.framer-19tikjb { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 16px 16px 32px 16px; position: relative; width: 230px; will-change: var(--framer-will-change-override, transform); }\",\".framer-UJ0d8 .framer-j5niaa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-UJ0d8 .framer-41957d-container, .framer-UJ0d8 .framer-1mkn42p-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-UJ0d8 .framer-1ftephe { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-UJ0d8 .framer-xf3e83-container, .framer-UJ0d8 .framer-hpfh5r-container, .framer-UJ0d8 .framer-151hg6h-container, .framer-UJ0d8 .framer-qkax8e-container { flex: none; height: 32px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UJ0d8.framer-19tikjb, .framer-UJ0d8 .framer-1ftephe { gap: 0px; } .framer-UJ0d8.framer-19tikjb > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-UJ0d8.framer-19tikjb > :first-child, .framer-UJ0d8 .framer-1ftephe > :first-child { margin-top: 0px; } .framer-UJ0d8.framer-19tikjb > :last-child, .framer-UJ0d8 .framer-1ftephe > :last-child { margin-bottom: 0px; } .framer-UJ0d8 .framer-1ftephe > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-UJ0d8.framer-v-93pxbo.framer-19tikjb, .framer-UJ0d8.framer-v-9j6uze.framer-19tikjb { padding: 16px 0px 32px 16px; width: min-content; }\",\".framer-UJ0d8.framer-v-93pxbo .framer-j5niaa, .framer-UJ0d8.framer-v-9j6uze .framer-j5niaa { gap: 0px; justify-content: center; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UJ0d8.framer-v-93pxbo .framer-j5niaa { gap: 0px; } .framer-UJ0d8.framer-v-93pxbo .framer-j5niaa > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-UJ0d8.framer-v-93pxbo .framer-j5niaa > :first-child { margin-left: 0px; } .framer-UJ0d8.framer-v-93pxbo .framer-j5niaa > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UJ0d8.framer-v-9j6uze .framer-j5niaa { gap: 0px; } .framer-UJ0d8.framer-v-9j6uze .framer-j5niaa > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-UJ0d8.framer-v-9j6uze .framer-j5niaa > :first-child { margin-left: 0px; } .framer-UJ0d8.framer-v-9j6uze .framer-j5niaa > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 264\n * @framerIntrinsicWidth 230\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"uiPdpFngy\":{\"layout\":[\"auto\",\"auto\"]},\"SkvEIJDgv\":{\"layout\":[\"auto\",\"auto\"]},\"gjo1G6QJT\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"GiQAR4MSR\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerKaedJvaB6=withCSS(Component,css,\"framer-UJ0d8\");export default FramerKaedJvaB6;FramerKaedJvaB6.displayName=\"Menu\";FramerKaedJvaB6.defaultProps={height:264,width:230};addPropertyControls(FramerKaedJvaB6,{variant:{options:[\"S1loARMA2\",\"uiPdpFngy\",\"SkvEIJDgv\",\"gjo1G6QJT\"],optionTitles:[\"Open\",\"Closed\",\"Open - Green Dark\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},GiQAR4MSR:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerKaedJvaB6,[{explicitInter:true,fonts:[]},...CTAButtonNOIconFonts,...MenuIconFonts,...CTALinksFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKaedJvaB6\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"230\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uiPdpFngy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SkvEIJDgv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gjo1G6QJT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"264\",\"framerVariables\":\"{\\\"GiQAR4MSR\\\":\\\"click\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KaedJvaB6.map", "// Generated by Framer (0c5492c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Menu from\"https://framerusercontent.com/modules/4aSy8P1pRhN0iE3oNHfW/SrdfN8SDndCaxvFaCeyQ/KaedJvaB6.js\";import CTAButtonNOIcon from\"https://framerusercontent.com/modules/9UFEkBUine0E2cpgOYvU/q2syhSjfL3go7Qe0LLLz/SCf_7YbLT.js\";import CTALinks from\"https://framerusercontent.com/modules/u9LUwXYMXQNQM8rTsEOC/wYvsqWN2r5IWvI6HbmFY/u8Y2v82Tu.js\";const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const CTALinksFonts=getFonts(CTALinks);const SmartComponentScopedContainerWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(SmartComponentScopedContainer));const CTAButtonNOIconFonts=getFonts(CTAButtonNOIcon);const MenuFonts=getFonts(Menu);const cycleOrder=[\"WcwvySC1r\",\"INpLMkJiM\",\"MDviqNJ_P\",\"EPkr8wOX7\",\"B5MJyDTDO\",\"GJfLyaDN4\",\"IKA13ws5O\",\"Jjs9PTmOu\"];const serializationHash=\"framer-hZNVi\";const variantClassNames={B5MJyDTDO:\"framer-v-7kq74u\",EPkr8wOX7:\"framer-v-jw2jq9\",GJfLyaDN4:\"framer-v-6duddj\",IKA13ws5O:\"framer-v-185lyge\",INpLMkJiM:\"framer-v-15wynfo\",Jjs9PTmOu:\"framer-v-l8mfl\",MDviqNJ_P:\"framer-v-3hm1pl\",WcwvySC1r:\"framer-v-wt2nub\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"2K - Black Logo\":\"Jjs9PTmOu\",\"2K\":\"EPkr8wOX7\",\"Desktop / Black Logo\":\"B5MJyDTDO\",\"Mobile - Black Logo\":\"IKA13ws5O\",\"Tablet - Black Logo\":\"GJfLyaDN4\",\"Variant 1\":\"WcwvySC1r\",Mobile:\"MDviqNJ_P\",Tablet:\"INpLMkJiM\"};const getProps=({btnBG,height,id,textColor,textColor2,width,...props})=>{return{...props,P_ahDM1no:textColor2??props.P_ahDM1no??\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",T7wfuBucV:btnBG??props.T7wfuBucV??\"rgb(255, 255, 255)\",variant:humanReadableVariantMap[props.variant]??props.variant??\"WcwvySC1r\",zcFga_U5X:textColor??props.zcFga_U5X??\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,zcFga_U5X,P_ahDM1no,T7wfuBucV,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WcwvySC1r\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const GiQAR4MSRzz139x=activeVariantCallback(async(...args)=>{setVariant(\"INpLMkJiM\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"B5MJyDTDO\",\"GJfLyaDN4\",\"IKA13ws5O\",\"Jjs9PTmOu\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"B5MJyDTDO\",\"GJfLyaDN4\",\"IKA13ws5O\",\"Jjs9PTmOu\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"INpLMkJiM\",\"MDviqNJ_P\",\"GJfLyaDN4\",\"IKA13ws5O\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"INpLMkJiM\",\"MDviqNJ_P\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"INpLMkJiM\",\"MDviqNJ_P\",\"GJfLyaDN4\",\"IKA13ws5O\"].includes(baseVariant))return false;return true;};const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-wt2nub\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"WcwvySC1r\",ref:refBinding,style:{...style},...addPropertyOverrides({B5MJyDTDO:{\"data-framer-name\":\"Desktop / Black Logo\"},EPkr8wOX7:{\"data-framer-name\":\"2K\"},GJfLyaDN4:{\"data-framer-name\":\"Tablet - Black Logo\"},IKA13ws5O:{\"data-framer-name\":\"Mobile - Black Logo\"},INpLMkJiM:{\"data-framer-name\":\"Tablet\"},Jjs9PTmOu:{\"data-framer-name\":\"2K - Black Logo\"},MDviqNJ_P:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yex9d0\",\"data-framer-name\":\"Menu Header\",layoutDependency:layoutDependency,layoutId:\"HaF2z4oCo\",children:[/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1us07di\",\"data-framer-appear-id\":\"1us07di\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"HwZQJ5Ik_\",optimized:true,style:{opacity:1,transformPerspective:1200},variants:{B5MJyDTDO:{opacity:1},EPkr8wOX7:{opacity:1},GJfLyaDN4:{opacity:1},IKA13ws5O:{opacity:1},INpLMkJiM:{opacity:0},Jjs9PTmOu:{opacity:1},MDviqNJ_P:{opacity:0}},...addPropertyOverrides({INpLMkJiM:{__targetOpacity:0,animate:animation2},MDviqNJ_P:{__targetOpacity:0,animate:animation2}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"vH8TBuJbM\",scopeId:\"FJtqY7yBI\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-b4924s framer-9uetzu\",\"data-framer-name\":\"LogoType Seco\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:655,intrinsicWidth:1473,layoutDependency:layoutDependency,layoutId:\"vH8TBuJbM\",svg:'<svg width=\"1473\" height=\"655\" viewBox=\"0 0 1473 655\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_76_455)\">\\n<path d=\"M1356.45 0H1171.19C1165.1 0 1159.4 0.37 1154.07 1.12C1153.01 1.27 1151.95 1.43 1150.89 1.6C1149.87 1.77 1148.83 1.97 1147.83 2.16C1146.83 2.39 1145.83 2.6 1144.84 2.83C1138.83 4.29 1133.4 6.28 1128.49 8.86C1127.8 9.23 1127.08 9.61 1126.43 10C1125.6 10.46 1124.79 10.94 1124 11.46C1112.15 19.09 1104.06 30.45 1099.67 45.57C1099.67 45.51 1099.65 45.49 1099.63 45.44C1090.81 15.14 1066.98 0 1028.15 0H815.46C776.57 0 752.74 15.2 743.92 45.57C743.17 42.97 742.3 40.47 741.32 38.08C730.94 12.69 707.96 0 672.4 0H457.01C414.69 0 390.19 17.97 383.53 53.89C382.26 60.63 381.62 68.03 381.62 76.04V467.64C385.16 467.99 384.8 478.18 384.51 481.03C385.72 480.01 385.94 479.84 386.82 479.1C387.01 478.95 387.22 478.75 387.48 478.54C390.1 474.05 392.35 469.24 394.9 464.71C396.9 466.06 396.36 467.64 396.38 469.64C403.12 462.82 422.15 442.19 416.16 466.19C415.04 470.58 403.64 477.15 402.31 482.49C403.93 483.59 407.84 484.78 407.74 487.44C400.987 489.587 394.233 491.73 387.48 493.87C408.17 492.98 397.82 497.09 386.82 500.07C385.07 500.55 383.28 500.99 381.62 501.38V504.69C383.16 504.57 384.93 504.36 386.82 504.09C395.39 502.9 406.27 500.7 407.26 501.76C407.47 502.01 408.22 506.58 406.76 508.19C406.09 508.92 393.62 514.39 386.82 517.3C384.51 518.28 382.85 518.98 382.52 519.07C385.54 522.5 384.64 524.48 381.61 525.68V537.16C383.73 536.99 385.62 537.06 386.81 537.81C387.06 537.94 387.27 538.14 387.47 538.35C389.43 540.58 388.86 542.53 386.81 544.28V544.05C385.56 545.13 383.73 546.13 381.61 547.09V578.83C381.61 586.84 382.25 594.24 383.52 600.98C390.18 636.9 414.69 654.88 457 654.88H672.39C707.95 654.88 730.93 642.19 741.31 616.78C742.29 614.41 743.16 611.91 743.91 609.31C752.6 639.22 775.81 654.4 813.66 654.86C814.24 654.88 814.83 654.88 815.45 654.88H1028.14C1066.97 654.88 1090.8 639.74 1099.64 609.44C1099.64 609.38 1099.66 609.36 1099.66 609.31C1101.57 615.96 1104.22 621.89 1107.58 627.07C1108.04 627.8 1108.56 628.53 1109.06 629.25C1111.14 632.08 1113.39 634.72 1115.9 637.09C1116.67 637.84 1117.48 638.55 1118.33 639.25C1120.01 640.64 1121.76 641.93 1123.57 643.14C1124.48 643.76 1125.44 644.33 1126.42 644.87C1127.19 645.33 1127.98 645.74 1128.79 646.16C1129.45 646.51 1130.16 646.85 1130.85 647.18C1131.16 647.33 1131.47 647.47 1131.77 647.58C1132.37 647.87 1132.94 648.14 1133.54 648.37C1138.41 650.39 1143.71 651.95 1149.51 653.03C1150.26 653.15 1151.01 653.28 1151.78 653.42C1151.95 653.44 1152.15 653.46 1152.3 653.5C1153.38 653.67 1154.48 653.83 1155.61 653.96C1156.82 654.11 1158.06 654.25 1159.33 654.35C1161.83 654.6 1164.43 654.75 1167.07 654.81C1168.42 654.87 1169.79 654.89 1171.17 654.89H1356.45C1420.3 654.89 1472.06 603.13 1472.06 539.3V115.59C1472.06 51.76 1420.3 0 1356.43 0H1356.45ZM468.47 114.26C468.47 92.42 486.17 74.72 508.01 74.72H621.41C643.27 74.72 660.95 92.42 660.95 114.26V232.37C660.95 254.21 643.27 271.91 621.41 271.91H508.01C486.17 271.91 468.47 254.21 468.47 232.37V114.26ZM740.07 460.4H660.96V540.65C660.96 562.49 643.28 580.19 621.42 580.19H508.02C486.18 580.19 468.48 562.49 468.48 540.65V382.84C468.48 361 486.18 343.28 508.02 343.28H681.22V343.38H740.07V460.42V460.4ZM1095.82 390.56C1095.82 391.37 1095.78 392.16 1095.74 392.93V456.65C1095.74 441.99 1083.84 430.09 1069.18 430.09H1057.3C1056.97 430.11 1056.61 430.11 1056.28 430.11H1015.37V576.15H869.13C847.31 576.15 829.58 558.45 829.58 536.61V118.31C829.58 96.47 847.3 78.73 869.13 78.73H1015.37V206.63H1069.19C1083.85 206.63 1095.75 194.73 1095.75 180.07V243.83C1095.79 244.6 1095.83 245.39 1095.83 246.2V390.57L1095.82 390.56ZM1382.55 536.6C1382.55 558.44 1364.85 576.14 1343.01 576.14H1224.88C1203.04 576.14 1185.34 558.44 1185.34 536.6V118.31C1185.34 96.47 1203.04 78.73 1224.88 78.73H1343.01C1364.85 78.73 1382.55 96.47 1382.55 118.31V536.6Z\" fill=\"#AFE075\"/>\\n<path d=\"M383.53 53.89C374.03 22.69 345.02 0 310.72 0H211.27C214.76 0 211.31 8.22 216.45 14C216.64 14.23 218.41 13.5 219.4 14.5C224.37 19.49 204.88 49.38 222.85 32.68C225.53 32.22 222.54 35.34 223.33 35.65C220.39 40.7233 217.443 45.8033 214.49 50.89C217.4 48.54 229.23 31.9 227.28 44.98C225.26 58.5 198.75 74.55 230.23 57.77C223.57 67.96 222.54 69.52 217.63 77.05H300.15V206.11H386.83V76.1C386.83 68.38 385.67 60.92 383.54 53.89H383.53ZM381.62 547.12C372.14 551.34 356.58 554.46 357.31 558.41C351.877 559.89 346.443 561.373 341.01 562.86C353.3 574.21 363.41 575.13 364.24 576.21C373.37 588.06 331.63 578.35 315.3 579.18C311.76 579.35 278.09 585.29 286.14 587.1C287.49 587.39 293.98 587.2 299.49 588.08C313.47 590.31 327.3 593.43 341.02 596.98C340.65 608.75 326.25 601.33 304.42 597.96C295.21 596.53 285.6 593.66 276.24 593.03C269.88 592.59 249.77 592.18 247.08 594.99C253.36 596.13 299.49 606.74 300.47 609.34C300.72 609.99 296.83 615.58 296.02 615.75C293.75 616.25 257.57 605.33 251.02 603.88C239.37 601.32 227.69 598.95 215.92 596.96C214.38 610.85 215.86 624.62 216.42 638.49C216.54 641.44 216.25 644.44 216.42 647.39C216.55 649.87 216.52 652.38 216.46 654.9H310.71C345.02 654.9 374.02 632.21 383.52 601C385.66 593.97 386.81 586.52 386.81 578.79V544.06C385.56 545.14 383.73 546.14 381.61 547.1L381.62 547.12ZM382.53 519.09C385.55 522.52 384.65 524.5 381.62 525.7C373.97 528.72 352.8 526.78 346.93 530.46C346.93 533.23 366.33 532.41 367.21 532.94C368.27 533.58 366.82 536.75 369.17 537.87C371.58 539.01 377.12 537.52 381.61 537.18C383.73 537.01 385.62 537.08 386.81 537.83V517.32C384.5 518.3 382.84 519 382.51 519.09H382.53ZM381.62 501.39C380.16 501.74 378.79 502.03 377.59 502.28C374.85 504.59 377.22 505.03 381.62 504.71C383.16 504.59 384.93 504.38 386.82 504.11V500.08C385.07 500.56 383.28 501 381.62 501.39ZM381.62 422.26C376.36 407.12 367.1 394.25 353.83 383.7L331.58 365.63C330.4 369.89 327.42 374.09 326.17 378.19C325.96 378.92 332.2 379.21 322.22 391.04C359.03 378.56 340.6 390.73 320.74 403.41C317.02 405.78 321.9 409.82 310.36 406.88C319.47 423.12 359.23 378.33 358.8 394.03C358.67 399.27 346.76 406.51 351.88 409.84C339.46 419.3 324.84 431.99 313.82 442.95C312.97 443.8 309.62 440.97 304.42 456.3C305.88 458.73 325.36 443.95 326.67 443.95C329.37 443.95 329.15 447.47 330.62 447.9C332.83 448.52 341.54 442.01 348.44 445.92C367.2 432.42 373.25 442.99 349.9 455.82C356.55 461.93 342.54 458.81 339.54 459.77C337.11 460.54 320.7 471.91 315.31 474.6C333.96 471.73 353.16 452.43 340.02 475.08C343.32 474.76 346.613 474.433 349.9 474.1C350.05 483.27 352.71 502.03 355.85 499.31C356.45 497.98 358.55 497.94 358.8 496.84C360.44 490 354.85 480.33 363.75 479.04C363.88 482.26 364.92 485.36 365.73 488.44C369.12 489.31 368.12 481.22 369.18 480.52C377.33 492.98 373.98 472.68 379.08 468.65C380.1 467.84 380.93 467.55 381.62 467.63C385.16 467.98 384.8 478.17 384.51 481.02C385.72 480 385.94 479.83 386.82 479.09V455.07C386.82 443.15 385.09 432.21 381.62 422.25V422.26ZM315.9 352.44C314.17 359.89 296.93 374.88 293.15 378.19C297.93 376.377 302.707 374.567 307.48 372.76C304.8 384.84 291.09 387.26 283.25 395.01C283.91 396.34 293.02 392.14 294.13 391.54C294.19 391.52 293.84 391.31 295.11 390.56C305.84 384.3 317.3 371.3 325.49 360.22L315.9 352.44ZM309 346.83C299.43 353.49 279.7 356.92 282.26 362.88C283.01 363.38 284.22 363.63 284.24 364.84C287.46 361.97 304.68 351.4 311.96 349.22L308.99 346.83H309ZM300.01 339.51C299.37 339.88 298.74 340.24 298.08 340.63C299.41 341.32 300.68 341.32 301.95 341.11L300 339.51H300.01ZM284.27 326.74C279.42 330.4 273.45 334.02 266.45 337.16C266.53 338.07 265.35 338.24 265.47 339.14C272.69 335.87 279.57 332.09 286.6 328.64L284.27 326.73V326.74ZM106.58 0C64.55 0 30.48 34.07 30.48 76.1V184.24C30.48 212.82 41.67 236.05 64.07 253.91L145.39 320.33C143.6 317.94 142.15 315.36 140.98 312.49C173.22 318.85 149.8 312.76 138.51 305.11C136.43 303.7 138.95 303.18 135.54 300.2C133.15 298.08 129.95 301.57 129.63 294.31C118.88 292.23 123.62 288.3 123.22 287.92C119.933 285.62 116.647 283.32 113.36 281.02C117.83 280.63 112.05 270.85 112.38 270.19C115.13 264.55 138.77 291.01 139 285.95C122.38 267.21 131.93 271.91 133.09 270.19C133.53 269.55 126.31 265.26 125.19 263.31C123.15 259.69 130.54 261.85 119.28 253.49C122.98 249.39 115.89 247.79 118.8 236.27C124.73 241.22 130.61 246.54 136.06 252.01C137.56 253.53 148.18 267.25 149.37 266.76C152.18 265.62 146.13 256.82 159.73 269.21C158.54 258.12 142.07 250.64 139 246.11C136.69 242.7 141 239.31 141.47 239.21C143.18 238.9 159.13 250.11 160.21 250.04C160.81 250 168.53 242.26 168.61 241.68C168.92 238.66 158.44 233.42 159.73 231.84C163.66 232.05 166.14 231.99 167.55 231.74L160.48 226.02L159.46 225.19L150.6 218.02L149.68 217.27L117.17 190.94V77.04H194.26C193.89 76.56 193.57 76.02 193.28 75.46C182.17 54.41 190.49 59.97 204.12 72.01C203.77 71.18 203.48 68.83 203.14 68.08C201.04 63.63 190.93 53.27 190.31 45.47C195.36 47.49 198.86 51.21 204.12 52.35C202.98 47.96 182.82 21.57 203.62 39.58C204.83 38.66 203.64 35.79 204.12 34.65C203 32.42 199.28 23.29 199.19 22.36C198.59 16.25 206.41 0.63 207.57 0.23C208.05 0.08 208.46 0 208.8 0H106.6L106.58 0ZM192.06 598.93C178.23 601.63 167.81 607.12 154.79 612.78C154.31 613.01 149.61 618 146.47 619.71C145.14 614.05 129.52 626.05 125.38 623.16C125.17 623.01 123.38 618.48 123.42 618.21C124.08 614.15 146.8 607.64 150.89 605.86C161.73 601.12 172.69 596.46 183.25 591.03C182.02 590.64 160.64 594.32 157.75 594.98C148.14 597.18 131.71 604.86 120.48 606.85C101.78 615.33 86.25 613.26 108.23 602.9C114.55 599.91 123.49 597.97 130.3 595.98C139.41 593.3 149.08 592.22 157.75 588.06C157.56 587.93 157.09 588.18 156.77 588.06C148.04 585.11 122.23 592.89 112.64 595.98C103.59 598.87 90.45 606.36 87.64 605.86C87.25 605.78 84.42 601.18 86.66 598.93C87.41 598.2 102.97 591.28 105.79 590.05C111.2 587.64 117.12 585.22 122.95 584.12V582.23C122.03 582.21 121.02 582.19 119.93 582.17C119.1 582.21 118.31 582.25 117.56 582.13C93 578.39 88.96 582.52 74.41 583.11C68.21 583.38 62.41 582.69 56.26 582.13C52.56 579.76 58.49 579.41 57.72 577.68C57.37 576.85 48.01 575.83 69.01 572.25V570.27C57.22 567.03 74.36 567.09 75.94 566.32C77.73 565.43 65.96 564.3 94.26 557.42C93.61 557.4 92.93 557.42 92.28 557.42C78.72 557.29 64.83 559.54 51.17 558.4C45.06 556.72 50.13 554.74 47.22 553.47C41.31 550.85 34.7 555.15 34.33 543.57C55.25 548.35 50.53 541.91 52.17 541.61C59.97 544.46 65.42 542.84 73.45 544.56C73.7833 544.24 74.1167 543.913 74.45 543.58C66.05 541.21 49.14 531.27 39.3 530.73C39.9533 529.743 40.6067 528.753 41.26 527.76C38.58 527.18 34.52 525.95 30.47 524.27V578.8C30.47 620.83 64.54 654.9 106.57 654.9H192.98C192.98 653.38 192.98 651.86 193.04 650.35C193.1 648.69 193 647.06 193.04 645.4C193.39 630.01 193.52 614.27 192.06 598.92V598.93ZM85.74 448.26C81.41 445.49 61.66 446.22 62.01 437.38C80.19 439.21 76.09 436.49 68.64 429.54H30.48V468.87C30.77 469.24 31.06 469.62 31.37 470.01C30.7 441.66 35.67 470.13 38.79 476.44C46.3 491.71 39.02 454.65 47.19 464.07C50.64 468.04 46.4 503.69 58.07 480.89C59.8833 486.49 61.6933 492.09 63.5 497.69C64.66 493.53 58.84 472.17 67.45 480.39C67.89 480.81 69.95 486.3 70.42 487.81C72.87 488.12 79.3 488.43 80.32 488.81C86.75 491.14 88.22 501.58 88.24 485.82C85.77 484.39 75.89 483.49 71.93 482.85C67.71 479.85 75.11 480.33 75.38 478.4C75.61 476.76 47.26 465.11 51.65 457.64C54.17 453.36 93.56 474.98 68.47 448.76C68.59 446.18 97.4 455.73 85.77 448.26H85.74ZM60.52 512.18C54.68 511.76 42.12 509.95 30.47 507.06V514.3C36.17 515.98 41.68 517.44 42.22 517.11C43.38 516.44 42.09 513.91 43.22 513.16C43.62 512.89 51.48 515.11 52.62 515.12C67.43 515.58 62.33 515.85 60.52 512.17V512.18ZM30.48 493.16V493.8C30.63 493.68 30.77 493.53 30.87 493.38C30.75 493.32 30.62 493.26 30.48 493.17V493.16Z\" fill=\"#AFE075\"/>\\n<path d=\"M313.91 340.62C313.43 343 311.59 345.03 309.01 346.82L301.96 341.1C303.65 340.8 305.31 340.1 306.99 340.12C308.45 340.15 313.11 339.65 313.91 340.62Z\" fill=\"#AFE075\"/>\\n<path d=\"M315.9 352.43L311.96 349.23C313.37 348.8 314.4 348.71 314.89 349.03C315.99 349.77 316.25 350.95 315.9 352.43Z\" fill=\"#AFE075\"/>\\n<path d=\"M329.24 354.96C332.88 358.51 333.16 362.08 332.17 365.63L325.5 360.21C326.84 358.4 328.09 356.63 329.24 354.96Z\" fill=\"#AFE075\"/>\\n<path d=\"M30.48 469.5V493.17C27.96 491.7 22.41 486.56 16.04 484.98C39.7 485.07 29.35 486.06 19.5 481.51C9.65 476.97 -1.28 469.25 19.01 473.11C-1.82 464.08 -10.07 426.28 18.02 456.8C18.76 446.34 21.27 457.4 30.48 469.5Z\" fill=\"#AFE075\"/>\\n<path d=\"M30.48 493.8V507.05C17.06 503.72 4.88 498.99 5.66 493.37C15.08 492.33 27.34 496.4 30.48 493.8Z\" fill=\"#AFE075\"/>\\n<path d=\"M17.52 510.19C19.03 510.77 24.86 512.65 30.47 514.3V524.49C22.34 521.1 14.28 515.86 17.52 510.19Z\" fill=\"#AFE075\"/>\\n<path d=\"M145.43 320.58L298.21 446.47V577.86H117.15V429.54H67.1C63.86 426.5 59.98 422.66 57.03 418.04C56.57 417.31 58.46 416.77 57.03 414.06C56.65 413.33 46.81 406.19 53.08 400.14C54.91 398.38 78.68 422.07 83.21 422.51C58.79 381.47 91.38 411.21 103.96 423.5C101.653 414.547 99.35 405.597 97.05 396.65C101.26 397.26 120.32 413.99 121.75 413.55C122.92 413.19 122.94 409.36 123.23 408.58C117.77 403.57 109.61 403.19 111.37 393.67C101.42 390.49 73.05 377.53 99.51 378.26C101.5 375.66 80.51 369.08 92.6 367.83C74.82 354.54 83.9 357.19 83.71 355.41C83.6 354.39 70.86 338.22 80.25 338.01C82.72 337.95 97.78 362.05 116.8 370.82C119.13 369.33 104.28 356.22 103.46 354.42C103.27 354.01 103.88 346.83 102.47 345.47C102.963 344.977 103.457 344.48 103.95 343.98C144.32 371.86 105.42 338.7 106.42 330.56C107.85 319 127.41 340.51 130.13 342.98C134.24 346.71 140.7 350.36 143.96 354.91C145 337.23 161.01 359.43 156.81 349.44C156.57 348.87 147.94 343.87 146.43 342.98C150.68 339.3 121.59 321 118.77 317.13C103.38 296.1 148.62 330.92 150.88 326.58C148.78 324.66 146.97 322.69 145.41 320.58H145.43Z\" fill=\"#AFE075\"/>\\n<path d=\"M149.78 182.25C153.02 177.27 168.04 196.49 158.32 173.81L159.39 172.72C167.51 176.47 174.21 183.44 182.41 187.18C180.86 181.68 157.29 157.3 167.09 155.05C168.38 154.75 182.96 172.17 184.88 174.82C189.67 164.73 180.1 163.43 177.46 158.51C177.39 158.38 179.51 156.66 179.44 156.53C177.34 152.51 157.69 118.54 175.48 136.76C188.69 150.28 180.83 154.93 178.45 115.01C191.83 119.24 175.14 91.94 189.82 103.64C193.15 106.3 194.86 110.18 197.23 113.53C203.1 113.48 203.54 117.55 208.11 120.45C203.79 111.36 185.24 98.93 184.39 86.34C183.16 68.25 197.44 95.55 207.12 99.69C207.15 99.36 207.1 99.03 207.12 98.7C202.18 93.26 197.237 87.8233 192.29 82.39C204.76 83.61 198.9 82.06 195.26 77.05H216.22C215.32 78.43 214.28 80.02 213.06 81.89C214.2 81.87 216.86 79.73 219.79 77.05C223.93 73.29 228.61 68.46 230.36 67.06C231.1 70.68 230.77 73.97 229.74 77.05C226.8 85.89 218.15 92.94 213.05 100.68C216.04 98.99 220.25 96.72 222.94 94.74C224.67 93.47 236.13 81.15 237.77 84.36C236.45 92.1 235.13 99.8433 233.81 107.59C233.25 129.96 243.78 113.39 245.18 113.53C245.98 113.6 248.67 119.59 248.65 119.95C248.33 123.52 221.13 145.06 240.24 138.24C221.79 183.18 247.21 142.41 255.07 141.21C267.79 139.26 247.44 164.4 245.68 168.89C241.68 173.6 224.94 180.1 229.86 185.2C232.06 187.48 243.95 176.56 246.67 174.82C264.17 163.6 274.74 155.38 265.45 172.84C261.94 179.43 248.91 198.04 243.7 203.99C264.58 204.34 280.17 178.03 277.32 195.09C275.86 203.82 245.29 220.55 237.77 226.74C237.76 230.85 253.63 221.23 254.58 225.75C248.647 233.163 242.717 240.577 236.79 247.99C236.86 247.99 236.48 248.93 237.78 248.98C238.62 249.01 249.76 244.84 251.62 244.03C252.4 243.69 255.9 240.83 259.53 239.09C260.33 238.71 262.76 236.16 262.99 236.12C263.38 236.05 262.94 240.04 267.93 238.1C270.04 237.28 296.34 199.07 284.24 236.62C278.87 253.31 263.03 255.74 267.93 265.78C303.69 250.6 278.45 270.32 265.46 279.62C265.75 280.51 266.39 280.78 266.45 281.6C276.28 284.53 297.65 261.3 299.57 261.83C308.99 264.42 291.65 281.8 288.2 284.07C305.26 288.27 285.31 289.87 279.79 313.24C305.7 294.36 305.23 310.8 284.27 326.55L168.51 232.55C172.95 231.74 166.68 228.94 160.4 225.96C155.78 223.77 151.16 221.48 150.78 219.8C150.62 219.09 150.56 218.5 150.6 218.01C151.24 208.63 185.42 237.19 173.52 215.85C174.29 214.58 197.2 220.93 166.59 203.98C169.29 201.13 155.95 191.94 149.78 182.23V182.25Z\" fill=\"#AFE075\"/>\\n<path d=\"M310.95 327.77C324.97 328.93 313.75 331.74 300.01 339.52L286.62 328.64C290.53 326.71 294.49 324.9 298.59 323.32C306.503 314.753 314.413 306.183 322.32 297.61C327.62 305.14 318.09 323.63 310.95 327.77Z\" fill=\"#AFE075\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_76_455\">\\n<rect width=\"1472.08\" height=\"654.91\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"W_RUcLgsy\",scopeId:\"FJtqY7yBI\",...addPropertyOverrides({B5MJyDTDO:{href:{webPageId:\"augiA20Il\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1n9wsi0 framer-9uetzu\",\"data-framer-name\":\"LogoType Seco\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:655,intrinsicWidth:1473,layoutDependency:layoutDependency,layoutId:\"W_RUcLgsy\",svg:'<svg width=\"1473\" height=\"655\" viewBox=\"0 0 1473 655\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_76_455)\">\\n<path d=\"M1356.45 0H1171.19C1165.1 0 1159.4 0.37 1154.07 1.12C1153.01 1.27 1151.95 1.43 1150.89 1.6C1149.87 1.77 1148.83 1.97 1147.83 2.16C1146.83 2.39 1145.83 2.6 1144.84 2.83C1138.83 4.29 1133.4 6.28 1128.49 8.86C1127.8 9.23 1127.08 9.61 1126.43 10C1125.6 10.46 1124.79 10.94 1124 11.46C1112.15 19.09 1104.06 30.45 1099.67 45.57C1099.67 45.51 1099.65 45.49 1099.63 45.44C1090.81 15.14 1066.98 0 1028.15 0H815.46C776.57 0 752.74 15.2 743.92 45.57C743.17 42.97 742.3 40.47 741.32 38.08C730.94 12.69 707.96 0 672.4 0H457.01C414.69 0 390.19 17.97 383.53 53.89C382.26 60.63 381.62 68.03 381.62 76.04V467.64C385.16 467.99 384.8 478.18 384.51 481.03C385.72 480.01 385.94 479.84 386.82 479.1C387.01 478.95 387.22 478.75 387.48 478.54C390.1 474.05 392.35 469.24 394.9 464.71C396.9 466.06 396.36 467.64 396.38 469.64C403.12 462.82 422.15 442.19 416.16 466.19C415.04 470.58 403.64 477.15 402.31 482.49C403.93 483.59 407.84 484.78 407.74 487.44C400.987 489.587 394.233 491.73 387.48 493.87C408.17 492.98 397.82 497.09 386.82 500.07C385.07 500.55 383.28 500.99 381.62 501.38V504.69C383.16 504.57 384.93 504.36 386.82 504.09C395.39 502.9 406.27 500.7 407.26 501.76C407.47 502.01 408.22 506.58 406.76 508.19C406.09 508.92 393.62 514.39 386.82 517.3C384.51 518.28 382.85 518.98 382.52 519.07C385.54 522.5 384.64 524.48 381.61 525.68V537.16C383.73 536.99 385.62 537.06 386.81 537.81C387.06 537.94 387.27 538.14 387.47 538.35C389.43 540.58 388.86 542.53 386.81 544.28V544.05C385.56 545.13 383.73 546.13 381.61 547.09V578.83C381.61 586.84 382.25 594.24 383.52 600.98C390.18 636.9 414.69 654.88 457 654.88H672.39C707.95 654.88 730.93 642.19 741.31 616.78C742.29 614.41 743.16 611.91 743.91 609.31C752.6 639.22 775.81 654.4 813.66 654.86C814.24 654.88 814.83 654.88 815.45 654.88H1028.14C1066.97 654.88 1090.8 639.74 1099.64 609.44C1099.64 609.38 1099.66 609.36 1099.66 609.31C1101.57 615.96 1104.22 621.89 1107.58 627.07C1108.04 627.8 1108.56 628.53 1109.06 629.25C1111.14 632.08 1113.39 634.72 1115.9 637.09C1116.67 637.84 1117.48 638.55 1118.33 639.25C1120.01 640.64 1121.76 641.93 1123.57 643.14C1124.48 643.76 1125.44 644.33 1126.42 644.87C1127.19 645.33 1127.98 645.74 1128.79 646.16C1129.45 646.51 1130.16 646.85 1130.85 647.18C1131.16 647.33 1131.47 647.47 1131.77 647.58C1132.37 647.87 1132.94 648.14 1133.54 648.37C1138.41 650.39 1143.71 651.95 1149.51 653.03C1150.26 653.15 1151.01 653.28 1151.78 653.42C1151.95 653.44 1152.15 653.46 1152.3 653.5C1153.38 653.67 1154.48 653.83 1155.61 653.96C1156.82 654.11 1158.06 654.25 1159.33 654.35C1161.83 654.6 1164.43 654.75 1167.07 654.81C1168.42 654.87 1169.79 654.89 1171.17 654.89H1356.45C1420.3 654.89 1472.06 603.13 1472.06 539.3V115.59C1472.06 51.76 1420.3 0 1356.43 0H1356.45ZM468.47 114.26C468.47 92.42 486.17 74.72 508.01 74.72H621.41C643.27 74.72 660.95 92.42 660.95 114.26V232.37C660.95 254.21 643.27 271.91 621.41 271.91H508.01C486.17 271.91 468.47 254.21 468.47 232.37V114.26ZM740.07 460.4H660.96V540.65C660.96 562.49 643.28 580.19 621.42 580.19H508.02C486.18 580.19 468.48 562.49 468.48 540.65V382.84C468.48 361 486.18 343.28 508.02 343.28H681.22V343.38H740.07V460.42V460.4ZM1095.82 390.56C1095.82 391.37 1095.78 392.16 1095.74 392.93V456.65C1095.74 441.99 1083.84 430.09 1069.18 430.09H1057.3C1056.97 430.11 1056.61 430.11 1056.28 430.11H1015.37V576.15H869.13C847.31 576.15 829.58 558.45 829.58 536.61V118.31C829.58 96.47 847.3 78.73 869.13 78.73H1015.37V206.63H1069.19C1083.85 206.63 1095.75 194.73 1095.75 180.07V243.83C1095.79 244.6 1095.83 245.39 1095.83 246.2V390.57L1095.82 390.56ZM1382.55 536.6C1382.55 558.44 1364.85 576.14 1343.01 576.14H1224.88C1203.04 576.14 1185.34 558.44 1185.34 536.6V118.31C1185.34 96.47 1203.04 78.73 1224.88 78.73H1343.01C1364.85 78.73 1382.55 96.47 1382.55 118.31V536.6Z\" fill=\"#15160F\"/>\\n<path d=\"M383.53 53.89C374.03 22.69 345.02 0 310.72 0H211.27C214.76 0 211.31 8.22 216.45 14C216.64 14.23 218.41 13.5 219.4 14.5C224.37 19.49 204.88 49.38 222.85 32.68C225.53 32.22 222.54 35.34 223.33 35.65C220.39 40.7233 217.443 45.8033 214.49 50.89C217.4 48.54 229.23 31.9 227.28 44.98C225.26 58.5 198.75 74.55 230.23 57.77C223.57 67.96 222.54 69.52 217.63 77.05H300.15V206.11H386.83V76.1C386.83 68.38 385.67 60.92 383.54 53.89H383.53ZM381.62 547.12C372.14 551.34 356.58 554.46 357.31 558.41C351.877 559.89 346.443 561.373 341.01 562.86C353.3 574.21 363.41 575.13 364.24 576.21C373.37 588.06 331.63 578.35 315.3 579.18C311.76 579.35 278.09 585.29 286.14 587.1C287.49 587.39 293.98 587.2 299.49 588.08C313.47 590.31 327.3 593.43 341.02 596.98C340.65 608.75 326.25 601.33 304.42 597.96C295.21 596.53 285.6 593.66 276.24 593.03C269.88 592.59 249.77 592.18 247.08 594.99C253.36 596.13 299.49 606.74 300.47 609.34C300.72 609.99 296.83 615.58 296.02 615.75C293.75 616.25 257.57 605.33 251.02 603.88C239.37 601.32 227.69 598.95 215.92 596.96C214.38 610.85 215.86 624.62 216.42 638.49C216.54 641.44 216.25 644.44 216.42 647.39C216.55 649.87 216.52 652.38 216.46 654.9H310.71C345.02 654.9 374.02 632.21 383.52 601C385.66 593.97 386.81 586.52 386.81 578.79V544.06C385.56 545.14 383.73 546.14 381.61 547.1L381.62 547.12ZM382.53 519.09C385.55 522.52 384.65 524.5 381.62 525.7C373.97 528.72 352.8 526.78 346.93 530.46C346.93 533.23 366.33 532.41 367.21 532.94C368.27 533.58 366.82 536.75 369.17 537.87C371.58 539.01 377.12 537.52 381.61 537.18C383.73 537.01 385.62 537.08 386.81 537.83V517.32C384.5 518.3 382.84 519 382.51 519.09H382.53ZM381.62 501.39C380.16 501.74 378.79 502.03 377.59 502.28C374.85 504.59 377.22 505.03 381.62 504.71C383.16 504.59 384.93 504.38 386.82 504.11V500.08C385.07 500.56 383.28 501 381.62 501.39ZM381.62 422.26C376.36 407.12 367.1 394.25 353.83 383.7L331.58 365.63C330.4 369.89 327.42 374.09 326.17 378.19C325.96 378.92 332.2 379.21 322.22 391.04C359.03 378.56 340.6 390.73 320.74 403.41C317.02 405.78 321.9 409.82 310.36 406.88C319.47 423.12 359.23 378.33 358.8 394.03C358.67 399.27 346.76 406.51 351.88 409.84C339.46 419.3 324.84 431.99 313.82 442.95C312.97 443.8 309.62 440.97 304.42 456.3C305.88 458.73 325.36 443.95 326.67 443.95C329.37 443.95 329.15 447.47 330.62 447.9C332.83 448.52 341.54 442.01 348.44 445.92C367.2 432.42 373.25 442.99 349.9 455.82C356.55 461.93 342.54 458.81 339.54 459.77C337.11 460.54 320.7 471.91 315.31 474.6C333.96 471.73 353.16 452.43 340.02 475.08C343.32 474.76 346.613 474.433 349.9 474.1C350.05 483.27 352.71 502.03 355.85 499.31C356.45 497.98 358.55 497.94 358.8 496.84C360.44 490 354.85 480.33 363.75 479.04C363.88 482.26 364.92 485.36 365.73 488.44C369.12 489.31 368.12 481.22 369.18 480.52C377.33 492.98 373.98 472.68 379.08 468.65C380.1 467.84 380.93 467.55 381.62 467.63C385.16 467.98 384.8 478.17 384.51 481.02C385.72 480 385.94 479.83 386.82 479.09V455.07C386.82 443.15 385.09 432.21 381.62 422.25V422.26ZM315.9 352.44C314.17 359.89 296.93 374.88 293.15 378.19C297.93 376.377 302.707 374.567 307.48 372.76C304.8 384.84 291.09 387.26 283.25 395.01C283.91 396.34 293.02 392.14 294.13 391.54C294.19 391.52 293.84 391.31 295.11 390.56C305.84 384.3 317.3 371.3 325.49 360.22L315.9 352.44ZM309 346.83C299.43 353.49 279.7 356.92 282.26 362.88C283.01 363.38 284.22 363.63 284.24 364.84C287.46 361.97 304.68 351.4 311.96 349.22L308.99 346.83H309ZM300.01 339.51C299.37 339.88 298.74 340.24 298.08 340.63C299.41 341.32 300.68 341.32 301.95 341.11L300 339.51H300.01ZM284.27 326.74C279.42 330.4 273.45 334.02 266.45 337.16C266.53 338.07 265.35 338.24 265.47 339.14C272.69 335.87 279.57 332.09 286.6 328.64L284.27 326.73V326.74ZM106.58 0C64.55 0 30.48 34.07 30.48 76.1V184.24C30.48 212.82 41.67 236.05 64.07 253.91L145.39 320.33C143.6 317.94 142.15 315.36 140.98 312.49C173.22 318.85 149.8 312.76 138.51 305.11C136.43 303.7 138.95 303.18 135.54 300.2C133.15 298.08 129.95 301.57 129.63 294.31C118.88 292.23 123.62 288.3 123.22 287.92C119.933 285.62 116.647 283.32 113.36 281.02C117.83 280.63 112.05 270.85 112.38 270.19C115.13 264.55 138.77 291.01 139 285.95C122.38 267.21 131.93 271.91 133.09 270.19C133.53 269.55 126.31 265.26 125.19 263.31C123.15 259.69 130.54 261.85 119.28 253.49C122.98 249.39 115.89 247.79 118.8 236.27C124.73 241.22 130.61 246.54 136.06 252.01C137.56 253.53 148.18 267.25 149.37 266.76C152.18 265.62 146.13 256.82 159.73 269.21C158.54 258.12 142.07 250.64 139 246.11C136.69 242.7 141 239.31 141.47 239.21C143.18 238.9 159.13 250.11 160.21 250.04C160.81 250 168.53 242.26 168.61 241.68C168.92 238.66 158.44 233.42 159.73 231.84C163.66 232.05 166.14 231.99 167.55 231.74L160.48 226.02L159.46 225.19L150.6 218.02L149.68 217.27L117.17 190.94V77.04H194.26C193.89 76.56 193.57 76.02 193.28 75.46C182.17 54.41 190.49 59.97 204.12 72.01C203.77 71.18 203.48 68.83 203.14 68.08C201.04 63.63 190.93 53.27 190.31 45.47C195.36 47.49 198.86 51.21 204.12 52.35C202.98 47.96 182.82 21.57 203.62 39.58C204.83 38.66 203.64 35.79 204.12 34.65C203 32.42 199.28 23.29 199.19 22.36C198.59 16.25 206.41 0.63 207.57 0.23C208.05 0.08 208.46 0 208.8 0H106.6L106.58 0ZM192.06 598.93C178.23 601.63 167.81 607.12 154.79 612.78C154.31 613.01 149.61 618 146.47 619.71C145.14 614.05 129.52 626.05 125.38 623.16C125.17 623.01 123.38 618.48 123.42 618.21C124.08 614.15 146.8 607.64 150.89 605.86C161.73 601.12 172.69 596.46 183.25 591.03C182.02 590.64 160.64 594.32 157.75 594.98C148.14 597.18 131.71 604.86 120.48 606.85C101.78 615.33 86.25 613.26 108.23 602.9C114.55 599.91 123.49 597.97 130.3 595.98C139.41 593.3 149.08 592.22 157.75 588.06C157.56 587.93 157.09 588.18 156.77 588.06C148.04 585.11 122.23 592.89 112.64 595.98C103.59 598.87 90.45 606.36 87.64 605.86C87.25 605.78 84.42 601.18 86.66 598.93C87.41 598.2 102.97 591.28 105.79 590.05C111.2 587.64 117.12 585.22 122.95 584.12V582.23C122.03 582.21 121.02 582.19 119.93 582.17C119.1 582.21 118.31 582.25 117.56 582.13C93 578.39 88.96 582.52 74.41 583.11C68.21 583.38 62.41 582.69 56.26 582.13C52.56 579.76 58.49 579.41 57.72 577.68C57.37 576.85 48.01 575.83 69.01 572.25V570.27C57.22 567.03 74.36 567.09 75.94 566.32C77.73 565.43 65.96 564.3 94.26 557.42C93.61 557.4 92.93 557.42 92.28 557.42C78.72 557.29 64.83 559.54 51.17 558.4C45.06 556.72 50.13 554.74 47.22 553.47C41.31 550.85 34.7 555.15 34.33 543.57C55.25 548.35 50.53 541.91 52.17 541.61C59.97 544.46 65.42 542.84 73.45 544.56C73.7833 544.24 74.1167 543.913 74.45 543.58C66.05 541.21 49.14 531.27 39.3 530.73C39.9533 529.743 40.6067 528.753 41.26 527.76C38.58 527.18 34.52 525.95 30.47 524.27V578.8C30.47 620.83 64.54 654.9 106.57 654.9H192.98C192.98 653.38 192.98 651.86 193.04 650.35C193.1 648.69 193 647.06 193.04 645.4C193.39 630.01 193.52 614.27 192.06 598.92V598.93ZM85.74 448.26C81.41 445.49 61.66 446.22 62.01 437.38C80.19 439.21 76.09 436.49 68.64 429.54H30.48V468.87C30.77 469.24 31.06 469.62 31.37 470.01C30.7 441.66 35.67 470.13 38.79 476.44C46.3 491.71 39.02 454.65 47.19 464.07C50.64 468.04 46.4 503.69 58.07 480.89C59.8833 486.49 61.6933 492.09 63.5 497.69C64.66 493.53 58.84 472.17 67.45 480.39C67.89 480.81 69.95 486.3 70.42 487.81C72.87 488.12 79.3 488.43 80.32 488.81C86.75 491.14 88.22 501.58 88.24 485.82C85.77 484.39 75.89 483.49 71.93 482.85C67.71 479.85 75.11 480.33 75.38 478.4C75.61 476.76 47.26 465.11 51.65 457.64C54.17 453.36 93.56 474.98 68.47 448.76C68.59 446.18 97.4 455.73 85.77 448.26H85.74ZM60.52 512.18C54.68 511.76 42.12 509.95 30.47 507.06V514.3C36.17 515.98 41.68 517.44 42.22 517.11C43.38 516.44 42.09 513.91 43.22 513.16C43.62 512.89 51.48 515.11 52.62 515.12C67.43 515.58 62.33 515.85 60.52 512.17V512.18ZM30.48 493.16V493.8C30.63 493.68 30.77 493.53 30.87 493.38C30.75 493.32 30.62 493.26 30.48 493.17V493.16Z\" fill=\"#15160F\"/>\\n<path d=\"M313.91 340.62C313.43 343 311.59 345.03 309.01 346.82L301.96 341.1C303.65 340.8 305.31 340.1 306.99 340.12C308.45 340.15 313.11 339.65 313.91 340.62Z\" fill=\"#15160F\"/>\\n<path d=\"M315.9 352.43L311.96 349.23C313.37 348.8 314.4 348.71 314.89 349.03C315.99 349.77 316.25 350.95 315.9 352.43Z\" fill=\"#15160F\"/>\\n<path d=\"M329.24 354.96C332.88 358.51 333.16 362.08 332.17 365.63L325.5 360.21C326.84 358.4 328.09 356.63 329.24 354.96Z\" fill=\"#15160F\"/>\\n<path d=\"M30.48 469.5V493.17C27.96 491.7 22.41 486.56 16.04 484.98C39.7 485.07 29.35 486.06 19.5 481.51C9.65 476.97 -1.28 469.25 19.01 473.11C-1.82 464.08 -10.07 426.28 18.02 456.8C18.76 446.34 21.27 457.4 30.48 469.5Z\" fill=\"#15160F\"/>\\n<path d=\"M30.48 493.8V507.05C17.06 503.72 4.88 498.99 5.66 493.37C15.08 492.33 27.34 496.4 30.48 493.8Z\" fill=\"#15160F\"/>\\n<path d=\"M17.52 510.19C19.03 510.77 24.86 512.65 30.47 514.3V524.49C22.34 521.1 14.28 515.86 17.52 510.19Z\" fill=\"#15160F\"/>\\n<path d=\"M145.43 320.58L298.21 446.47V577.86H117.15V429.54H67.1C63.86 426.5 59.98 422.66 57.03 418.04C56.57 417.31 58.46 416.77 57.03 414.06C56.65 413.33 46.81 406.19 53.08 400.14C54.91 398.38 78.68 422.07 83.21 422.51C58.79 381.47 91.38 411.21 103.96 423.5C101.653 414.547 99.35 405.597 97.05 396.65C101.26 397.26 120.32 413.99 121.75 413.55C122.92 413.19 122.94 409.36 123.23 408.58C117.77 403.57 109.61 403.19 111.37 393.67C101.42 390.49 73.05 377.53 99.51 378.26C101.5 375.66 80.51 369.08 92.6 367.83C74.82 354.54 83.9 357.19 83.71 355.41C83.6 354.39 70.86 338.22 80.25 338.01C82.72 337.95 97.78 362.05 116.8 370.82C119.13 369.33 104.28 356.22 103.46 354.42C103.27 354.01 103.88 346.83 102.47 345.47C102.963 344.977 103.457 344.48 103.95 343.98C144.32 371.86 105.42 338.7 106.42 330.56C107.85 319 127.41 340.51 130.13 342.98C134.24 346.71 140.7 350.36 143.96 354.91C145 337.23 161.01 359.43 156.81 349.44C156.57 348.87 147.94 343.87 146.43 342.98C150.68 339.3 121.59 321 118.77 317.13C103.38 296.1 148.62 330.92 150.88 326.58C148.78 324.66 146.97 322.69 145.41 320.58H145.43Z\" fill=\"#15160F\"/>\\n<path d=\"M149.78 182.25C153.02 177.27 168.04 196.49 158.32 173.81L159.39 172.72C167.51 176.47 174.21 183.44 182.41 187.18C180.86 181.68 157.29 157.3 167.09 155.05C168.38 154.75 182.96 172.17 184.88 174.82C189.67 164.73 180.1 163.43 177.46 158.51C177.39 158.38 179.51 156.66 179.44 156.53C177.34 152.51 157.69 118.54 175.48 136.76C188.69 150.28 180.83 154.93 178.45 115.01C191.83 119.24 175.14 91.94 189.82 103.64C193.15 106.3 194.86 110.18 197.23 113.53C203.1 113.48 203.54 117.55 208.11 120.45C203.79 111.36 185.24 98.93 184.39 86.34C183.16 68.25 197.44 95.55 207.12 99.69C207.15 99.36 207.1 99.03 207.12 98.7C202.18 93.26 197.237 87.8233 192.29 82.39C204.76 83.61 198.9 82.06 195.26 77.05H216.22C215.32 78.43 214.28 80.02 213.06 81.89C214.2 81.87 216.86 79.73 219.79 77.05C223.93 73.29 228.61 68.46 230.36 67.06C231.1 70.68 230.77 73.97 229.74 77.05C226.8 85.89 218.15 92.94 213.05 100.68C216.04 98.99 220.25 96.72 222.94 94.74C224.67 93.47 236.13 81.15 237.77 84.36C236.45 92.1 235.13 99.8433 233.81 107.59C233.25 129.96 243.78 113.39 245.18 113.53C245.98 113.6 248.67 119.59 248.65 119.95C248.33 123.52 221.13 145.06 240.24 138.24C221.79 183.18 247.21 142.41 255.07 141.21C267.79 139.26 247.44 164.4 245.68 168.89C241.68 173.6 224.94 180.1 229.86 185.2C232.06 187.48 243.95 176.56 246.67 174.82C264.17 163.6 274.74 155.38 265.45 172.84C261.94 179.43 248.91 198.04 243.7 203.99C264.58 204.34 280.17 178.03 277.32 195.09C275.86 203.82 245.29 220.55 237.77 226.74C237.76 230.85 253.63 221.23 254.58 225.75C248.647 233.163 242.717 240.577 236.79 247.99C236.86 247.99 236.48 248.93 237.78 248.98C238.62 249.01 249.76 244.84 251.62 244.03C252.4 243.69 255.9 240.83 259.53 239.09C260.33 238.71 262.76 236.16 262.99 236.12C263.38 236.05 262.94 240.04 267.93 238.1C270.04 237.28 296.34 199.07 284.24 236.62C278.87 253.31 263.03 255.74 267.93 265.78C303.69 250.6 278.45 270.32 265.46 279.62C265.75 280.51 266.39 280.78 266.45 281.6C276.28 284.53 297.65 261.3 299.57 261.83C308.99 264.42 291.65 281.8 288.2 284.07C305.26 288.27 285.31 289.87 279.79 313.24C305.7 294.36 305.23 310.8 284.27 326.55L168.51 232.55C172.95 231.74 166.68 228.94 160.4 225.96C155.78 223.77 151.16 221.48 150.78 219.8C150.62 219.09 150.56 218.5 150.6 218.01C151.24 208.63 185.42 237.19 173.52 215.85C174.29 214.58 197.2 220.93 166.59 203.98C169.29 201.13 155.95 191.94 149.78 182.23V182.25Z\" fill=\"#15160F\"/>\\n<path d=\"M310.95 327.77C324.97 328.93 313.75 331.74 300.01 339.52L286.62 328.64C290.53 326.71 294.49 324.9 298.59 323.32C306.503 314.753 314.413 306.183 322.32 297.61C327.62 305.14 318.09 323.63 310.95 327.77Z\" fill=\"#15160F\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_76_455\">\\n<rect width=\"1472.08\" height=\"654.91\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true,...addPropertyOverrides({B5MJyDTDO:{as:\"a\"}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255)))\"},children:\"by IvoTrans S.R.L.\"})}),className:\"framer-1h5th1x\",fonts:[\"CUSTOM;Anderson Grotesk Regular\"],layoutDependency:layoutDependency,layoutId:\"U0fP8LsZt\",style:{\"--extracted-r6o4lv\":\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{B5MJyDTDO:{\"--extracted-r6o4lv\":\"var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15))\"},GJfLyaDN4:{\"--extracted-r6o4lv\":\"var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15))\"},IKA13ws5O:{\"--extracted-r6o4lv\":\"var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15))\"},Jjs9PTmOu:{\"--extracted-r6o4lv\":\"var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({B5MJyDTDO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15)))\"},children:\"by IvoTrans S.R.L.\"})})},EPkr8wOX7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255)))\"},children:\"by IvoTrans S.R.L.\"})})},GJfLyaDN4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15)))\"},children:\"by IvoTrans S.R.L.\"})})},IKA13ws5O:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15)))\"},children:\"by IvoTrans S.R.L.\"})})},Jjs9PTmOu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15)))\"},children:\"by IvoTrans S.R.L.\"})})}},baseVariant,gestureVariant)})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-10bsatn\",\"data-framer-appear-id\":\"10bsatn\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"lEG4iADvK\",optimized:true,style:{opacity:1,transformPerspective:1200},variants:{GJfLyaDN4:{opacity:0},IKA13ws5O:{opacity:0}},...addPropertyOverrides({GJfLyaDN4:{__targetOpacity:0,animate:animation2},IKA13ws5O:{__targetOpacity:0,animate:animation2}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"azWbqOX1o\",scopeId:\"FJtqY7yBI\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1t38gam framer-9uetzu\",\"data-framer-name\":\"LogoType Seco\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:655,intrinsicWidth:1473,layoutDependency:layoutDependency,layoutId:\"azWbqOX1o\",svg:'<svg width=\"1473\" height=\"655\" viewBox=\"0 0 1473 655\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_76_455)\">\\n<path d=\"M1356.45 0H1171.19C1165.1 0 1159.4 0.37 1154.07 1.12C1153.01 1.27 1151.95 1.43 1150.89 1.6C1149.87 1.77 1148.83 1.97 1147.83 2.16C1146.83 2.39 1145.83 2.6 1144.84 2.83C1138.83 4.29 1133.4 6.28 1128.49 8.86C1127.8 9.23 1127.08 9.61 1126.43 10C1125.6 10.46 1124.79 10.94 1124 11.46C1112.15 19.09 1104.06 30.45 1099.67 45.57C1099.67 45.51 1099.65 45.49 1099.63 45.44C1090.81 15.14 1066.98 0 1028.15 0H815.46C776.57 0 752.74 15.2 743.92 45.57C743.17 42.97 742.3 40.47 741.32 38.08C730.94 12.69 707.96 0 672.4 0H457.01C414.69 0 390.19 17.97 383.53 53.89C382.26 60.63 381.62 68.03 381.62 76.04V467.64C385.16 467.99 384.8 478.18 384.51 481.03C385.72 480.01 385.94 479.84 386.82 479.1C387.01 478.95 387.22 478.75 387.48 478.54C390.1 474.05 392.35 469.24 394.9 464.71C396.9 466.06 396.36 467.64 396.38 469.64C403.12 462.82 422.15 442.19 416.16 466.19C415.04 470.58 403.64 477.15 402.31 482.49C403.93 483.59 407.84 484.78 407.74 487.44C400.987 489.587 394.233 491.73 387.48 493.87C408.17 492.98 397.82 497.09 386.82 500.07C385.07 500.55 383.28 500.99 381.62 501.38V504.69C383.16 504.57 384.93 504.36 386.82 504.09C395.39 502.9 406.27 500.7 407.26 501.76C407.47 502.01 408.22 506.58 406.76 508.19C406.09 508.92 393.62 514.39 386.82 517.3C384.51 518.28 382.85 518.98 382.52 519.07C385.54 522.5 384.64 524.48 381.61 525.68V537.16C383.73 536.99 385.62 537.06 386.81 537.81C387.06 537.94 387.27 538.14 387.47 538.35C389.43 540.58 388.86 542.53 386.81 544.28V544.05C385.56 545.13 383.73 546.13 381.61 547.09V578.83C381.61 586.84 382.25 594.24 383.52 600.98C390.18 636.9 414.69 654.88 457 654.88H672.39C707.95 654.88 730.93 642.19 741.31 616.78C742.29 614.41 743.16 611.91 743.91 609.31C752.6 639.22 775.81 654.4 813.66 654.86C814.24 654.88 814.83 654.88 815.45 654.88H1028.14C1066.97 654.88 1090.8 639.74 1099.64 609.44C1099.64 609.38 1099.66 609.36 1099.66 609.31C1101.57 615.96 1104.22 621.89 1107.58 627.07C1108.04 627.8 1108.56 628.53 1109.06 629.25C1111.14 632.08 1113.39 634.72 1115.9 637.09C1116.67 637.84 1117.48 638.55 1118.33 639.25C1120.01 640.64 1121.76 641.93 1123.57 643.14C1124.48 643.76 1125.44 644.33 1126.42 644.87C1127.19 645.33 1127.98 645.74 1128.79 646.16C1129.45 646.51 1130.16 646.85 1130.85 647.18C1131.16 647.33 1131.47 647.47 1131.77 647.58C1132.37 647.87 1132.94 648.14 1133.54 648.37C1138.41 650.39 1143.71 651.95 1149.51 653.03C1150.26 653.15 1151.01 653.28 1151.78 653.42C1151.95 653.44 1152.15 653.46 1152.3 653.5C1153.38 653.67 1154.48 653.83 1155.61 653.96C1156.82 654.11 1158.06 654.25 1159.33 654.35C1161.83 654.6 1164.43 654.75 1167.07 654.81C1168.42 654.87 1169.79 654.89 1171.17 654.89H1356.45C1420.3 654.89 1472.06 603.13 1472.06 539.3V115.59C1472.06 51.76 1420.3 0 1356.43 0H1356.45ZM468.47 114.26C468.47 92.42 486.17 74.72 508.01 74.72H621.41C643.27 74.72 660.95 92.42 660.95 114.26V232.37C660.95 254.21 643.27 271.91 621.41 271.91H508.01C486.17 271.91 468.47 254.21 468.47 232.37V114.26ZM740.07 460.4H660.96V540.65C660.96 562.49 643.28 580.19 621.42 580.19H508.02C486.18 580.19 468.48 562.49 468.48 540.65V382.84C468.48 361 486.18 343.28 508.02 343.28H681.22V343.38H740.07V460.42V460.4ZM1095.82 390.56C1095.82 391.37 1095.78 392.16 1095.74 392.93V456.65C1095.74 441.99 1083.84 430.09 1069.18 430.09H1057.3C1056.97 430.11 1056.61 430.11 1056.28 430.11H1015.37V576.15H869.13C847.31 576.15 829.58 558.45 829.58 536.61V118.31C829.58 96.47 847.3 78.73 869.13 78.73H1015.37V206.63H1069.19C1083.85 206.63 1095.75 194.73 1095.75 180.07V243.83C1095.79 244.6 1095.83 245.39 1095.83 246.2V390.57L1095.82 390.56ZM1382.55 536.6C1382.55 558.44 1364.85 576.14 1343.01 576.14H1224.88C1203.04 576.14 1185.34 558.44 1185.34 536.6V118.31C1185.34 96.47 1203.04 78.73 1224.88 78.73H1343.01C1364.85 78.73 1382.55 96.47 1382.55 118.31V536.6Z\" fill=\"#AFE075\"/>\\n<path d=\"M383.53 53.89C374.03 22.69 345.02 0 310.72 0H211.27C214.76 0 211.31 8.22 216.45 14C216.64 14.23 218.41 13.5 219.4 14.5C224.37 19.49 204.88 49.38 222.85 32.68C225.53 32.22 222.54 35.34 223.33 35.65C220.39 40.7233 217.443 45.8033 214.49 50.89C217.4 48.54 229.23 31.9 227.28 44.98C225.26 58.5 198.75 74.55 230.23 57.77C223.57 67.96 222.54 69.52 217.63 77.05H300.15V206.11H386.83V76.1C386.83 68.38 385.67 60.92 383.54 53.89H383.53ZM381.62 547.12C372.14 551.34 356.58 554.46 357.31 558.41C351.877 559.89 346.443 561.373 341.01 562.86C353.3 574.21 363.41 575.13 364.24 576.21C373.37 588.06 331.63 578.35 315.3 579.18C311.76 579.35 278.09 585.29 286.14 587.1C287.49 587.39 293.98 587.2 299.49 588.08C313.47 590.31 327.3 593.43 341.02 596.98C340.65 608.75 326.25 601.33 304.42 597.96C295.21 596.53 285.6 593.66 276.24 593.03C269.88 592.59 249.77 592.18 247.08 594.99C253.36 596.13 299.49 606.74 300.47 609.34C300.72 609.99 296.83 615.58 296.02 615.75C293.75 616.25 257.57 605.33 251.02 603.88C239.37 601.32 227.69 598.95 215.92 596.96C214.38 610.85 215.86 624.62 216.42 638.49C216.54 641.44 216.25 644.44 216.42 647.39C216.55 649.87 216.52 652.38 216.46 654.9H310.71C345.02 654.9 374.02 632.21 383.52 601C385.66 593.97 386.81 586.52 386.81 578.79V544.06C385.56 545.14 383.73 546.14 381.61 547.1L381.62 547.12ZM382.53 519.09C385.55 522.52 384.65 524.5 381.62 525.7C373.97 528.72 352.8 526.78 346.93 530.46C346.93 533.23 366.33 532.41 367.21 532.94C368.27 533.58 366.82 536.75 369.17 537.87C371.58 539.01 377.12 537.52 381.61 537.18C383.73 537.01 385.62 537.08 386.81 537.83V517.32C384.5 518.3 382.84 519 382.51 519.09H382.53ZM381.62 501.39C380.16 501.74 378.79 502.03 377.59 502.28C374.85 504.59 377.22 505.03 381.62 504.71C383.16 504.59 384.93 504.38 386.82 504.11V500.08C385.07 500.56 383.28 501 381.62 501.39ZM381.62 422.26C376.36 407.12 367.1 394.25 353.83 383.7L331.58 365.63C330.4 369.89 327.42 374.09 326.17 378.19C325.96 378.92 332.2 379.21 322.22 391.04C359.03 378.56 340.6 390.73 320.74 403.41C317.02 405.78 321.9 409.82 310.36 406.88C319.47 423.12 359.23 378.33 358.8 394.03C358.67 399.27 346.76 406.51 351.88 409.84C339.46 419.3 324.84 431.99 313.82 442.95C312.97 443.8 309.62 440.97 304.42 456.3C305.88 458.73 325.36 443.95 326.67 443.95C329.37 443.95 329.15 447.47 330.62 447.9C332.83 448.52 341.54 442.01 348.44 445.92C367.2 432.42 373.25 442.99 349.9 455.82C356.55 461.93 342.54 458.81 339.54 459.77C337.11 460.54 320.7 471.91 315.31 474.6C333.96 471.73 353.16 452.43 340.02 475.08C343.32 474.76 346.613 474.433 349.9 474.1C350.05 483.27 352.71 502.03 355.85 499.31C356.45 497.98 358.55 497.94 358.8 496.84C360.44 490 354.85 480.33 363.75 479.04C363.88 482.26 364.92 485.36 365.73 488.44C369.12 489.31 368.12 481.22 369.18 480.52C377.33 492.98 373.98 472.68 379.08 468.65C380.1 467.84 380.93 467.55 381.62 467.63C385.16 467.98 384.8 478.17 384.51 481.02C385.72 480 385.94 479.83 386.82 479.09V455.07C386.82 443.15 385.09 432.21 381.62 422.25V422.26ZM315.9 352.44C314.17 359.89 296.93 374.88 293.15 378.19C297.93 376.377 302.707 374.567 307.48 372.76C304.8 384.84 291.09 387.26 283.25 395.01C283.91 396.34 293.02 392.14 294.13 391.54C294.19 391.52 293.84 391.31 295.11 390.56C305.84 384.3 317.3 371.3 325.49 360.22L315.9 352.44ZM309 346.83C299.43 353.49 279.7 356.92 282.26 362.88C283.01 363.38 284.22 363.63 284.24 364.84C287.46 361.97 304.68 351.4 311.96 349.22L308.99 346.83H309ZM300.01 339.51C299.37 339.88 298.74 340.24 298.08 340.63C299.41 341.32 300.68 341.32 301.95 341.11L300 339.51H300.01ZM284.27 326.74C279.42 330.4 273.45 334.02 266.45 337.16C266.53 338.07 265.35 338.24 265.47 339.14C272.69 335.87 279.57 332.09 286.6 328.64L284.27 326.73V326.74ZM106.58 0C64.55 0 30.48 34.07 30.48 76.1V184.24C30.48 212.82 41.67 236.05 64.07 253.91L145.39 320.33C143.6 317.94 142.15 315.36 140.98 312.49C173.22 318.85 149.8 312.76 138.51 305.11C136.43 303.7 138.95 303.18 135.54 300.2C133.15 298.08 129.95 301.57 129.63 294.31C118.88 292.23 123.62 288.3 123.22 287.92C119.933 285.62 116.647 283.32 113.36 281.02C117.83 280.63 112.05 270.85 112.38 270.19C115.13 264.55 138.77 291.01 139 285.95C122.38 267.21 131.93 271.91 133.09 270.19C133.53 269.55 126.31 265.26 125.19 263.31C123.15 259.69 130.54 261.85 119.28 253.49C122.98 249.39 115.89 247.79 118.8 236.27C124.73 241.22 130.61 246.54 136.06 252.01C137.56 253.53 148.18 267.25 149.37 266.76C152.18 265.62 146.13 256.82 159.73 269.21C158.54 258.12 142.07 250.64 139 246.11C136.69 242.7 141 239.31 141.47 239.21C143.18 238.9 159.13 250.11 160.21 250.04C160.81 250 168.53 242.26 168.61 241.68C168.92 238.66 158.44 233.42 159.73 231.84C163.66 232.05 166.14 231.99 167.55 231.74L160.48 226.02L159.46 225.19L150.6 218.02L149.68 217.27L117.17 190.94V77.04H194.26C193.89 76.56 193.57 76.02 193.28 75.46C182.17 54.41 190.49 59.97 204.12 72.01C203.77 71.18 203.48 68.83 203.14 68.08C201.04 63.63 190.93 53.27 190.31 45.47C195.36 47.49 198.86 51.21 204.12 52.35C202.98 47.96 182.82 21.57 203.62 39.58C204.83 38.66 203.64 35.79 204.12 34.65C203 32.42 199.28 23.29 199.19 22.36C198.59 16.25 206.41 0.63 207.57 0.23C208.05 0.08 208.46 0 208.8 0H106.6L106.58 0ZM192.06 598.93C178.23 601.63 167.81 607.12 154.79 612.78C154.31 613.01 149.61 618 146.47 619.71C145.14 614.05 129.52 626.05 125.38 623.16C125.17 623.01 123.38 618.48 123.42 618.21C124.08 614.15 146.8 607.64 150.89 605.86C161.73 601.12 172.69 596.46 183.25 591.03C182.02 590.64 160.64 594.32 157.75 594.98C148.14 597.18 131.71 604.86 120.48 606.85C101.78 615.33 86.25 613.26 108.23 602.9C114.55 599.91 123.49 597.97 130.3 595.98C139.41 593.3 149.08 592.22 157.75 588.06C157.56 587.93 157.09 588.18 156.77 588.06C148.04 585.11 122.23 592.89 112.64 595.98C103.59 598.87 90.45 606.36 87.64 605.86C87.25 605.78 84.42 601.18 86.66 598.93C87.41 598.2 102.97 591.28 105.79 590.05C111.2 587.64 117.12 585.22 122.95 584.12V582.23C122.03 582.21 121.02 582.19 119.93 582.17C119.1 582.21 118.31 582.25 117.56 582.13C93 578.39 88.96 582.52 74.41 583.11C68.21 583.38 62.41 582.69 56.26 582.13C52.56 579.76 58.49 579.41 57.72 577.68C57.37 576.85 48.01 575.83 69.01 572.25V570.27C57.22 567.03 74.36 567.09 75.94 566.32C77.73 565.43 65.96 564.3 94.26 557.42C93.61 557.4 92.93 557.42 92.28 557.42C78.72 557.29 64.83 559.54 51.17 558.4C45.06 556.72 50.13 554.74 47.22 553.47C41.31 550.85 34.7 555.15 34.33 543.57C55.25 548.35 50.53 541.91 52.17 541.61C59.97 544.46 65.42 542.84 73.45 544.56C73.7833 544.24 74.1167 543.913 74.45 543.58C66.05 541.21 49.14 531.27 39.3 530.73C39.9533 529.743 40.6067 528.753 41.26 527.76C38.58 527.18 34.52 525.95 30.47 524.27V578.8C30.47 620.83 64.54 654.9 106.57 654.9H192.98C192.98 653.38 192.98 651.86 193.04 650.35C193.1 648.69 193 647.06 193.04 645.4C193.39 630.01 193.52 614.27 192.06 598.92V598.93ZM85.74 448.26C81.41 445.49 61.66 446.22 62.01 437.38C80.19 439.21 76.09 436.49 68.64 429.54H30.48V468.87C30.77 469.24 31.06 469.62 31.37 470.01C30.7 441.66 35.67 470.13 38.79 476.44C46.3 491.71 39.02 454.65 47.19 464.07C50.64 468.04 46.4 503.69 58.07 480.89C59.8833 486.49 61.6933 492.09 63.5 497.69C64.66 493.53 58.84 472.17 67.45 480.39C67.89 480.81 69.95 486.3 70.42 487.81C72.87 488.12 79.3 488.43 80.32 488.81C86.75 491.14 88.22 501.58 88.24 485.82C85.77 484.39 75.89 483.49 71.93 482.85C67.71 479.85 75.11 480.33 75.38 478.4C75.61 476.76 47.26 465.11 51.65 457.64C54.17 453.36 93.56 474.98 68.47 448.76C68.59 446.18 97.4 455.73 85.77 448.26H85.74ZM60.52 512.18C54.68 511.76 42.12 509.95 30.47 507.06V514.3C36.17 515.98 41.68 517.44 42.22 517.11C43.38 516.44 42.09 513.91 43.22 513.16C43.62 512.89 51.48 515.11 52.62 515.12C67.43 515.58 62.33 515.85 60.52 512.17V512.18ZM30.48 493.16V493.8C30.63 493.68 30.77 493.53 30.87 493.38C30.75 493.32 30.62 493.26 30.48 493.17V493.16Z\" fill=\"#AFE075\"/>\\n<path d=\"M313.91 340.62C313.43 343 311.59 345.03 309.01 346.82L301.96 341.1C303.65 340.8 305.31 340.1 306.99 340.12C308.45 340.15 313.11 339.65 313.91 340.62Z\" fill=\"#AFE075\"/>\\n<path d=\"M315.9 352.43L311.96 349.23C313.37 348.8 314.4 348.71 314.89 349.03C315.99 349.77 316.25 350.95 315.9 352.43Z\" fill=\"#AFE075\"/>\\n<path d=\"M329.24 354.96C332.88 358.51 333.16 362.08 332.17 365.63L325.5 360.21C326.84 358.4 328.09 356.63 329.24 354.96Z\" fill=\"#AFE075\"/>\\n<path d=\"M30.48 469.5V493.17C27.96 491.7 22.41 486.56 16.04 484.98C39.7 485.07 29.35 486.06 19.5 481.51C9.65 476.97 -1.28 469.25 19.01 473.11C-1.82 464.08 -10.07 426.28 18.02 456.8C18.76 446.34 21.27 457.4 30.48 469.5Z\" fill=\"#AFE075\"/>\\n<path d=\"M30.48 493.8V507.05C17.06 503.72 4.88 498.99 5.66 493.37C15.08 492.33 27.34 496.4 30.48 493.8Z\" fill=\"#AFE075\"/>\\n<path d=\"M17.52 510.19C19.03 510.77 24.86 512.65 30.47 514.3V524.49C22.34 521.1 14.28 515.86 17.52 510.19Z\" fill=\"#AFE075\"/>\\n<path d=\"M145.43 320.58L298.21 446.47V577.86H117.15V429.54H67.1C63.86 426.5 59.98 422.66 57.03 418.04C56.57 417.31 58.46 416.77 57.03 414.06C56.65 413.33 46.81 406.19 53.08 400.14C54.91 398.38 78.68 422.07 83.21 422.51C58.79 381.47 91.38 411.21 103.96 423.5C101.653 414.547 99.35 405.597 97.05 396.65C101.26 397.26 120.32 413.99 121.75 413.55C122.92 413.19 122.94 409.36 123.23 408.58C117.77 403.57 109.61 403.19 111.37 393.67C101.42 390.49 73.05 377.53 99.51 378.26C101.5 375.66 80.51 369.08 92.6 367.83C74.82 354.54 83.9 357.19 83.71 355.41C83.6 354.39 70.86 338.22 80.25 338.01C82.72 337.95 97.78 362.05 116.8 370.82C119.13 369.33 104.28 356.22 103.46 354.42C103.27 354.01 103.88 346.83 102.47 345.47C102.963 344.977 103.457 344.48 103.95 343.98C144.32 371.86 105.42 338.7 106.42 330.56C107.85 319 127.41 340.51 130.13 342.98C134.24 346.71 140.7 350.36 143.96 354.91C145 337.23 161.01 359.43 156.81 349.44C156.57 348.87 147.94 343.87 146.43 342.98C150.68 339.3 121.59 321 118.77 317.13C103.38 296.1 148.62 330.92 150.88 326.58C148.78 324.66 146.97 322.69 145.41 320.58H145.43Z\" fill=\"#AFE075\"/>\\n<path d=\"M149.78 182.25C153.02 177.27 168.04 196.49 158.32 173.81L159.39 172.72C167.51 176.47 174.21 183.44 182.41 187.18C180.86 181.68 157.29 157.3 167.09 155.05C168.38 154.75 182.96 172.17 184.88 174.82C189.67 164.73 180.1 163.43 177.46 158.51C177.39 158.38 179.51 156.66 179.44 156.53C177.34 152.51 157.69 118.54 175.48 136.76C188.69 150.28 180.83 154.93 178.45 115.01C191.83 119.24 175.14 91.94 189.82 103.64C193.15 106.3 194.86 110.18 197.23 113.53C203.1 113.48 203.54 117.55 208.11 120.45C203.79 111.36 185.24 98.93 184.39 86.34C183.16 68.25 197.44 95.55 207.12 99.69C207.15 99.36 207.1 99.03 207.12 98.7C202.18 93.26 197.237 87.8233 192.29 82.39C204.76 83.61 198.9 82.06 195.26 77.05H216.22C215.32 78.43 214.28 80.02 213.06 81.89C214.2 81.87 216.86 79.73 219.79 77.05C223.93 73.29 228.61 68.46 230.36 67.06C231.1 70.68 230.77 73.97 229.74 77.05C226.8 85.89 218.15 92.94 213.05 100.68C216.04 98.99 220.25 96.72 222.94 94.74C224.67 93.47 236.13 81.15 237.77 84.36C236.45 92.1 235.13 99.8433 233.81 107.59C233.25 129.96 243.78 113.39 245.18 113.53C245.98 113.6 248.67 119.59 248.65 119.95C248.33 123.52 221.13 145.06 240.24 138.24C221.79 183.18 247.21 142.41 255.07 141.21C267.79 139.26 247.44 164.4 245.68 168.89C241.68 173.6 224.94 180.1 229.86 185.2C232.06 187.48 243.95 176.56 246.67 174.82C264.17 163.6 274.74 155.38 265.45 172.84C261.94 179.43 248.91 198.04 243.7 203.99C264.58 204.34 280.17 178.03 277.32 195.09C275.86 203.82 245.29 220.55 237.77 226.74C237.76 230.85 253.63 221.23 254.58 225.75C248.647 233.163 242.717 240.577 236.79 247.99C236.86 247.99 236.48 248.93 237.78 248.98C238.62 249.01 249.76 244.84 251.62 244.03C252.4 243.69 255.9 240.83 259.53 239.09C260.33 238.71 262.76 236.16 262.99 236.12C263.38 236.05 262.94 240.04 267.93 238.1C270.04 237.28 296.34 199.07 284.24 236.62C278.87 253.31 263.03 255.74 267.93 265.78C303.69 250.6 278.45 270.32 265.46 279.62C265.75 280.51 266.39 280.78 266.45 281.6C276.28 284.53 297.65 261.3 299.57 261.83C308.99 264.42 291.65 281.8 288.2 284.07C305.26 288.27 285.31 289.87 279.79 313.24C305.7 294.36 305.23 310.8 284.27 326.55L168.51 232.55C172.95 231.74 166.68 228.94 160.4 225.96C155.78 223.77 151.16 221.48 150.78 219.8C150.62 219.09 150.56 218.5 150.6 218.01C151.24 208.63 185.42 237.19 173.52 215.85C174.29 214.58 197.2 220.93 166.59 203.98C169.29 201.13 155.95 191.94 149.78 182.23V182.25Z\" fill=\"#AFE075\"/>\\n<path d=\"M310.95 327.77C324.97 328.93 313.75 331.74 300.01 339.52L286.62 328.64C290.53 326.71 294.49 324.9 298.59 323.32C306.503 314.753 314.413 306.183 322.32 297.61C327.62 305.14 318.09 323.63 310.95 327.77Z\" fill=\"#AFE075\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_76_455\">\\n<rect width=\"1472.08\" height=\"654.91\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255)))\"},children:\"by IvoTrans S.R.L.\"})}),className:\"framer-1c88vke\",fonts:[\"CUSTOM;Anderson Grotesk Regular\"],layoutDependency:layoutDependency,layoutId:\"FYOs97TNf\",style:{\"--extracted-r6o4lv\":\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o7j19h\",layoutDependency:layoutDependency,layoutId:\"KOBBboLG2\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fnehjr\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"VethULwLU\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"bBMVZt_li\"},implicitPathVariables:undefined},{href:{webPageId:\"bBMVZt_li\"},implicitPathVariables:undefined},{href:{webPageId:\"bBMVZt_li\"},implicitPathVariables:undefined},{href:{webPageId:\"bBMVZt_li\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+(0+((componentViewport?.height||40)-0-40)/2)+10+0+0,...addPropertyOverrides({B5MJyDTDO:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||40)-0-40.0204)/2)+10.0102+0+0},EPkr8wOX7:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||70)-0-62.2222)/2)+21.1111+0+0},Jjs9PTmOu:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-62.2539)/2)+21.127+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-ejm1ss-container\",\"data-framer-appear-id\":\"ejm1ss\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"t02VLoxE_-container\",nodeId:\"t02VLoxE_\",optimized:true,rendersWithMotion:true,scopeId:\"FJtqY7yBI\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Chi Siamo\",height:\"100%\",id:\"t02VLoxE_\",layoutId:\"t02VLoxE_\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",style:{height:\"100%\"},UlsLO1Z4p:resolvedLinks[0],variant:\"KBJsa2xMI\",width:\"100%\",...addPropertyOverrides({B5MJyDTDO:{rN5akvQQg:zcFga_U5X,UlsLO1Z4p:resolvedLinks[2]},EPkr8wOX7:{rN5akvQQg:P_ahDM1no,UlsLO1Z4p:resolvedLinks[1],variant:\"akZKMKSwg\"},Jjs9PTmOu:{rN5akvQQg:P_ahDM1no,UlsLO1Z4p:resolvedLinks[3],variant:\"akZKMKSwg\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Wbsq47l4g\"},implicitPathVariables:undefined},{href:{webPageId:\"Wbsq47l4g\"},implicitPathVariables:undefined},{href:{webPageId:\"Wbsq47l4g\"},implicitPathVariables:undefined},{href:{webPageId:\"Wbsq47l4g\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+(0+((componentViewport?.height||40)-0-40)/2)+10+0+0,...addPropertyOverrides({B5MJyDTDO:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||40)-0-40.0204)/2)+10.0102+0+0},EPkr8wOX7:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||70)-0-62.2222)/2)+21.1111+0+0},Jjs9PTmOu:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-62.2539)/2)+21.127+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-7otjix-container\",\"data-framer-appear-id\":\"7otjix\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"RPHk6VgAa-container\",nodeId:\"RPHk6VgAa\",optimized:true,rendersWithMotion:true,scopeId:\"FJtqY7yBI\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Servizi\",height:\"100%\",id:\"RPHk6VgAa\",layoutId:\"RPHk6VgAa\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",style:{height:\"100%\"},UlsLO1Z4p:resolvedLinks1[0],variant:\"KBJsa2xMI\",width:\"100%\",...addPropertyOverrides({B5MJyDTDO:{rN5akvQQg:zcFga_U5X,UlsLO1Z4p:resolvedLinks1[2]},EPkr8wOX7:{rN5akvQQg:P_ahDM1no,UlsLO1Z4p:resolvedLinks1[1],variant:\"akZKMKSwg\"},Jjs9PTmOu:{rN5akvQQg:P_ahDM1no,UlsLO1Z4p:resolvedLinks1[3],variant:\"akZKMKSwg\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"fvKBFz2xa\"},implicitPathVariables:undefined},{href:{webPageId:\"fvKBFz2xa\"},implicitPathVariables:undefined},{href:{webPageId:\"fvKBFz2xa\"},implicitPathVariables:undefined},{href:{webPageId:\"fvKBFz2xa\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+(0+((componentViewport?.height||40)-0-40)/2)+10+0+0,...addPropertyOverrides({B5MJyDTDO:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||40)-0-40.0204)/2)+10.0102+0+0},EPkr8wOX7:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||70)-0-62.2222)/2)+21.1111+0+0},Jjs9PTmOu:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-62.2539)/2)+21.127+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-4y9xbd-container\",\"data-framer-appear-id\":\"4y9xbd\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"zHGcgHnbx-container\",nodeId:\"zHGcgHnbx\",optimized:true,rendersWithMotion:true,scopeId:\"FJtqY7yBI\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Sostenibilita'\",height:\"100%\",id:\"zHGcgHnbx\",layoutId:\"zHGcgHnbx\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",style:{height:\"100%\"},UlsLO1Z4p:resolvedLinks2[0],variant:\"KBJsa2xMI\",width:\"100%\",...addPropertyOverrides({B5MJyDTDO:{rN5akvQQg:zcFga_U5X,UlsLO1Z4p:resolvedLinks2[2]},EPkr8wOX7:{rN5akvQQg:P_ahDM1no,UlsLO1Z4p:resolvedLinks2[1],variant:\"akZKMKSwg\"},Jjs9PTmOu:{rN5akvQQg:P_ahDM1no,UlsLO1Z4p:resolvedLinks2[3],variant:\"akZKMKSwg\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Qr2kXWYz8\"},implicitPathVariables:undefined},{href:{webPageId:\"Qr2kXWYz8\"},implicitPathVariables:undefined},{href:{webPageId:\"Qr2kXWYz8\"},implicitPathVariables:undefined},{href:{webPageId:\"Qr2kXWYz8\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+(0+((componentViewport?.height||40)-0-40)/2)+10+0+0,...addPropertyOverrides({B5MJyDTDO:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||40)-0-40.0204)/2)+10.0102+0+0},EPkr8wOX7:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||70)-0-62.2222)/2)+21.1111+0+0},Jjs9PTmOu:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-62.2539)/2)+21.127+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1f354fm-container\",\"data-framer-appear-id\":\"1f354fm\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"Rq20ZsH28-container\",nodeId:\"Rq20ZsH28\",optimized:true,rendersWithMotion:true,scopeId:\"FJtqY7yBI\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Contatti\",height:\"100%\",id:\"Rq20ZsH28\",layoutId:\"Rq20ZsH28\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",style:{height:\"100%\"},UlsLO1Z4p:resolvedLinks3[0],variant:\"KBJsa2xMI\",width:\"100%\",...addPropertyOverrides({B5MJyDTDO:{rN5akvQQg:zcFga_U5X,UlsLO1Z4p:resolvedLinks3[2]},EPkr8wOX7:{rN5akvQQg:P_ahDM1no,UlsLO1Z4p:resolvedLinks3[1],variant:\"akZKMKSwg\"},Jjs9PTmOu:{rN5akvQQg:P_ahDM1no,UlsLO1Z4p:resolvedLinks3[3],variant:\"akZKMKSwg\"}},baseVariant,gestureVariant)})})})})]})}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-7pxsjg\",layoutDependency:layoutDependency,layoutId:\"DvlCPoeLe\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+(0+((componentViewport?.height||40)-0-40)/2)+.5+0,...addPropertyOverrides({B5MJyDTDO:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||40)-0-40.0204)/2)+.5102+0},EPkr8wOX7:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||70)-0-62.2222)/2)+11.6111+0},Jjs9PTmOu:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-62.2539)/2)+11.627+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-bf61q8-container\",\"data-framer-appear-id\":\"bf61q8\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"zv_Pwn9or-container\",nodeId:\"zv_Pwn9or\",optimized:true,rendersWithMotion:true,scopeId:\"FJtqY7yBI\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(CTAButtonNOIcon,{Ek6zN3QU4:\"tel:+393395316385\",height:\"100%\",hfQ2L9fV_:\"rgb(255, 255, 255)\",id:\"zv_Pwn9or\",layoutId:\"zv_Pwn9or\",variant:\"L6uSil8ZV\",vhmW_hd87:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",width:\"100%\",xFHvN7lKw:\"CHIAMA ORA\",Zabk_T06A:\"CHIAMA ORA\",...addPropertyOverrides({B5MJyDTDO:{hfQ2L9fV_:T7wfuBucV,variant:\"TuSASSFzl\",vhmW_hd87:\"var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15))\"},EPkr8wOX7:{variant:\"agkGnxey9\"},Jjs9PTmOu:{variant:\"lpSTRRlBN\",vhmW_hd87:\"var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15))\"}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({GJfLyaDN4:{height:264,y:(componentViewport?.y||0)+0+0+0},IKA13ws5O:{height:264,y:(componentViewport?.y||0)+0+0+0},INpLMkJiM:{height:264,y:(componentViewport?.y||0)+0+0+0},MDviqNJ_P:{height:264,y:(componentViewport?.y||0)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2galm7-container\",layoutDependency:layoutDependency,layoutId:\"FiGsct4Af-container\",nodeId:\"FiGsct4Af\",rendersWithMotion:true,scopeId:\"FJtqY7yBI\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"FiGsct4Af\",layoutId:\"FiGsct4Af\",variant:\"uiPdpFngy\",width:\"100%\",...addPropertyOverrides({GJfLyaDN4:{variant:\"SkvEIJDgv\"},IKA13ws5O:{variant:\"SkvEIJDgv\"},INpLMkJiM:{GiQAR4MSR:GiQAR4MSRzz139x}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hZNVi.framer-9uetzu, .framer-hZNVi .framer-9uetzu { display: block; }\",\".framer-hZNVi.framer-wt2nub { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1096px; }\",\".framer-hZNVi .framer-yex9d0 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-hZNVi .framer-1us07di { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 152px; }\",\".framer-hZNVi .framer-b4924s { aspect-ratio: 2.25 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; text-decoration: none; width: 90px; }\",\".framer-hZNVi .framer-1n9wsi0 { aspect-ratio: 2.2488549618320612 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 90px; }\",\".framer-hZNVi .framer-1h5th1x, .framer-hZNVi .framer-1c88vke { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-hZNVi .framer-10bsatn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 0px; overflow: hidden; padding: 0px; position: absolute; top: 20px; width: min-content; z-index: 1; }\",\".framer-hZNVi .framer-1t38gam { aspect-ratio: 2.25 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); position: relative; text-decoration: none; width: 80px; }\",\".framer-hZNVi .framer-1o7j19h { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-hZNVi .framer-fnehjr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-hZNVi .framer-ejm1ss-container, .framer-hZNVi .framer-7otjix-container, .framer-hZNVi .framer-4y9xbd-container, .framer-hZNVi .framer-1f354fm-container { flex: none; height: 20px; position: relative; width: auto; }\",\".framer-hZNVi .framer-7pxsjg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-hZNVi .framer-bf61q8-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-hZNVi .framer-2galm7-container { flex: none; height: auto; position: relative; width: auto; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hZNVi .framer-1us07di, .framer-hZNVi .framer-10bsatn, .framer-hZNVi .framer-1o7j19h, .framer-hZNVi .framer-fnehjr, .framer-hZNVi .framer-7pxsjg { gap: 0px; } .framer-hZNVi .framer-1us07di > *, .framer-hZNVi .framer-10bsatn > *, .framer-hZNVi .framer-1o7j19h > *, .framer-hZNVi .framer-7pxsjg > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-hZNVi .framer-1us07di > :first-child, .framer-hZNVi .framer-10bsatn > :first-child, .framer-hZNVi .framer-1o7j19h > :first-child, .framer-hZNVi .framer-fnehjr > :first-child, .framer-hZNVi .framer-7pxsjg > :first-child { margin-left: 0px; } .framer-hZNVi .framer-1us07di > :last-child, .framer-hZNVi .framer-10bsatn > :last-child, .framer-hZNVi .framer-1o7j19h > :last-child, .framer-hZNVi .framer-fnehjr > :last-child, .framer-hZNVi .framer-7pxsjg > :last-child { margin-right: 0px; } .framer-hZNVi .framer-fnehjr > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } }\",\".framer-hZNVi.framer-v-15wynfo.framer-wt2nub, .framer-hZNVi.framer-v-6duddj.framer-wt2nub { flex-direction: column; gap: 64px; justify-content: flex-start; width: 760px; }\",\".framer-hZNVi.framer-v-15wynfo .framer-yex9d0, .framer-hZNVi.framer-v-3hm1pl .framer-yex9d0, .framer-hZNVi.framer-v-6duddj .framer-yex9d0, .framer-hZNVi.framer-v-185lyge .framer-yex9d0 { flex: none; order: 0; width: 100%; }\",\".framer-hZNVi.framer-v-15wynfo .framer-1us07di { order: 0; width: min-content; }\",\".framer-hZNVi.framer-v-15wynfo .framer-b4924s, .framer-hZNVi.framer-v-3hm1pl .framer-b4924s, .framer-hZNVi.framer-v-185lyge .framer-1n9wsi0 { height: var(--framer-aspect-ratio-supported, 36px); width: 80px; }\",\".framer-hZNVi.framer-v-15wynfo .framer-10bsatn { align-content: flex-end; align-items: flex-end; order: 1; overflow: visible; width: 80px; }\",\".framer-hZNVi.framer-v-15wynfo .framer-2galm7-container, .framer-hZNVi.framer-v-3hm1pl .framer-2galm7-container, .framer-hZNVi.framer-v-6duddj .framer-1h5th1x, .framer-hZNVi.framer-v-6duddj .framer-2galm7-container, .framer-hZNVi.framer-v-185lyge .framer-2galm7-container { order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hZNVi.framer-v-15wynfo.framer-wt2nub { gap: 0px; } .framer-hZNVi.framer-v-15wynfo.framer-wt2nub > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-hZNVi.framer-v-15wynfo.framer-wt2nub > :first-child { margin-top: 0px; } .framer-hZNVi.framer-v-15wynfo.framer-wt2nub > :last-child { margin-bottom: 0px; } }\",\".framer-hZNVi.framer-v-3hm1pl.framer-wt2nub, .framer-hZNVi.framer-v-185lyge.framer-wt2nub { flex-direction: column; gap: 64px; justify-content: flex-start; width: 370px; }\",\".framer-hZNVi.framer-v-3hm1pl .framer-1us07di { order: 1; width: 114px; }\",\".framer-hZNVi.framer-v-3hm1pl .framer-10bsatn { align-content: flex-end; align-items: flex-end; order: 0; overflow: visible; width: 80px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hZNVi.framer-v-3hm1pl.framer-wt2nub { gap: 0px; } .framer-hZNVi.framer-v-3hm1pl.framer-wt2nub > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-hZNVi.framer-v-3hm1pl.framer-wt2nub > :first-child { margin-top: 0px; } .framer-hZNVi.framer-v-3hm1pl.framer-wt2nub > :last-child { margin-bottom: 0px; } }\",\".framer-hZNVi.framer-v-jw2jq9.framer-wt2nub, .framer-hZNVi.framer-v-l8mfl.framer-wt2nub { width: 2300px; }\",\".framer-hZNVi.framer-v-jw2jq9 .framer-1us07di, .framer-hZNVi.framer-v-l8mfl .framer-1us07di { gap: 24px; width: 255px; }\",\".framer-hZNVi.framer-v-jw2jq9 .framer-b4924s, .framer-hZNVi.framer-v-l8mfl .framer-1n9wsi0 { height: var(--framer-aspect-ratio-supported, 62px); width: 140px; }\",\".framer-hZNVi.framer-v-jw2jq9 .framer-fnehjr, .framer-hZNVi.framer-v-l8mfl .framer-fnehjr { gap: 56px; }\",\".framer-hZNVi.framer-v-jw2jq9 .framer-ejm1ss-container, .framer-hZNVi.framer-v-jw2jq9 .framer-7otjix-container, .framer-hZNVi.framer-v-jw2jq9 .framer-4y9xbd-container, .framer-hZNVi.framer-v-jw2jq9 .framer-1f354fm-container, .framer-hZNVi.framer-v-l8mfl .framer-ejm1ss-container, .framer-hZNVi.framer-v-l8mfl .framer-7otjix-container, .framer-hZNVi.framer-v-l8mfl .framer-4y9xbd-container, .framer-hZNVi.framer-v-l8mfl .framer-1f354fm-container { height: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hZNVi.framer-v-jw2jq9 .framer-1us07di, .framer-hZNVi.framer-v-jw2jq9 .framer-fnehjr { gap: 0px; } .framer-hZNVi.framer-v-jw2jq9 .framer-1us07di > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-hZNVi.framer-v-jw2jq9 .framer-1us07di > :first-child, .framer-hZNVi.framer-v-jw2jq9 .framer-fnehjr > :first-child { margin-left: 0px; } .framer-hZNVi.framer-v-jw2jq9 .framer-1us07di > :last-child, .framer-hZNVi.framer-v-jw2jq9 .framer-fnehjr > :last-child { margin-right: 0px; } .framer-hZNVi.framer-v-jw2jq9 .framer-fnehjr > * { margin: 0px; margin-left: calc(56px / 2); margin-right: calc(56px / 2); } }\",\".framer-hZNVi.framer-v-7kq74u .framer-1n9wsi0 { text-decoration: none; }\",\".framer-hZNVi.framer-v-6duddj .framer-1us07di, .framer-hZNVi.framer-v-185lyge .framer-1us07di { left: 0px; order: 0; position: absolute; top: 20px; width: 80px; z-index: 1; }\",\".framer-hZNVi.framer-v-6duddj .framer-1n9wsi0 { height: var(--framer-aspect-ratio-supported, 36px); order: 0; width: 80px; }\",\".framer-hZNVi.framer-v-6duddj .framer-10bsatn, .framer-hZNVi.framer-v-185lyge .framer-10bsatn { left: unset; order: 1; position: relative; top: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hZNVi.framer-v-6duddj.framer-wt2nub { gap: 0px; } .framer-hZNVi.framer-v-6duddj.framer-wt2nub > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-hZNVi.framer-v-6duddj.framer-wt2nub > :first-child { margin-top: 0px; } .framer-hZNVi.framer-v-6duddj.framer-wt2nub > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hZNVi.framer-v-185lyge.framer-wt2nub { gap: 0px; } .framer-hZNVi.framer-v-185lyge.framer-wt2nub > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-hZNVi.framer-v-185lyge.framer-wt2nub > :first-child { margin-top: 0px; } .framer-hZNVi.framer-v-185lyge.framer-wt2nub > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hZNVi.framer-v-l8mfl .framer-1us07di, .framer-hZNVi.framer-v-l8mfl .framer-fnehjr { gap: 0px; } .framer-hZNVi.framer-v-l8mfl .framer-1us07di > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-hZNVi.framer-v-l8mfl .framer-1us07di > :first-child, .framer-hZNVi.framer-v-l8mfl .framer-fnehjr > :first-child { margin-left: 0px; } .framer-hZNVi.framer-v-l8mfl .framer-1us07di > :last-child, .framer-hZNVi.framer-v-l8mfl .framer-fnehjr > :last-child { margin-right: 0px; } .framer-hZNVi.framer-v-l8mfl .framer-fnehjr > * { margin: 0px; margin-left: calc(56px / 2); margin-right: calc(56px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 1096\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"INpLMkJiM\":{\"layout\":[\"fixed\",\"auto\"]},\"MDviqNJ_P\":{\"layout\":[\"fixed\",\"auto\"]},\"EPkr8wOX7\":{\"layout\":[\"fixed\",\"auto\"]},\"B5MJyDTDO\":{\"layout\":[\"fixed\",\"auto\"]},\"GJfLyaDN4\":{\"layout\":[\"fixed\",\"auto\"]},\"IKA13ws5O\":{\"layout\":[\"fixed\",\"auto\"]},\"Jjs9PTmOu\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"zcFga_U5X\":\"textColor\",\"P_ahDM1no\":\"textColor2\",\"T7wfuBucV\":\"btnBG\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerFJtqY7yBI=withCSS(Component,css,\"framer-hZNVi\");export default FramerFJtqY7yBI;FramerFJtqY7yBI.displayName=\"Menu a tendina\";FramerFJtqY7yBI.defaultProps={height:40,width:1096};addPropertyControls(FramerFJtqY7yBI,{variant:{options:[\"WcwvySC1r\",\"INpLMkJiM\",\"MDviqNJ_P\",\"EPkr8wOX7\",\"B5MJyDTDO\",\"GJfLyaDN4\",\"IKA13ws5O\",\"Jjs9PTmOu\"],optionTitles:[\"Variant 1\",\"Tablet\",\"Mobile\",\"2K\",\"Desktop / Black Logo\",\"Tablet - Black Logo\",\"Mobile - Black Logo\",\"2K - Black Logo\"],title:\"Variant\",type:ControlType.Enum},zcFga_U5X:{defaultValue:'var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',title:\"Text Color\",type:ControlType.Color},P_ahDM1no:{defaultValue:'var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',title:\"Text Color 2\",type:ControlType.Color},T7wfuBucV:{defaultValue:\"rgb(255, 255, 255)\",title:\"Btn BG\",type:ControlType.Color}});addFonts(FramerFJtqY7yBI,[{explicitInter:true,fonts:[{family:\"Anderson Grotesk Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/UGJiE56vPrrrq1oYEapNK6xwyo.woff2\"}]},...CTALinksFonts,...CTAButtonNOIconFonts,...MenuFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerFJtqY7yBI\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"zcFga_U5X\\\":\\\"textColor\\\",\\\"P_ahDM1no\\\":\\\"textColor2\\\",\\\"T7wfuBucV\\\":\\\"btnBG\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"INpLMkJiM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MDviqNJ_P\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EPkr8wOX7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"B5MJyDTDO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GJfLyaDN4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IKA13ws5O\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Jjs9PTmOu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1096\",\"framerIntrinsicHeight\":\"40\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (fe89999)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={IWgduPhvU:{hover:true},jB7Fl57Wd:{hover:true}};const cycleOrder=[\"jB7Fl57Wd\",\"IWgduPhvU\"];const serializationHash=\"framer-1GDMN\";const variantClassNames={IWgduPhvU:\"framer-v-19l1pn7\",jB7Fl57Wd:\"framer-v-18sczg2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"2K - Dark Forest Green\":\"IWgduPhvU\",\"Desktop - Dark Forest Green\":\"jB7Fl57Wd\"};const getProps=({background,height,id,link,tap,textColor,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2,_ref3;return{...props,a_dW8HH3X:(_ref=textColor!==null&&textColor!==void 0?textColor:props.a_dW8HH3X)!==null&&_ref!==void 0?_ref:\"var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15))\",eGIFJAjcW:tap!==null&&tap!==void 0?tap:props.eGIFJAjcW,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"jB7Fl57Wd\",ws4g7g2hC:link!==null&&link!==void 0?link:props.ws4g7g2hC,YX_LKZ7y6:(_ref2=background!==null&&background!==void 0?background:props.YX_LKZ7y6)!==null&&_ref2!==void 0?_ref2:\"rgb(255, 255, 255)\",zYDnUnrVv:(_ref3=title!==null&&title!==void 0?title:props.zYDnUnrVv)!==null&&_ref3!==void 0?_ref3:\"SCOPRI I VANTAGGI!\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ws4g7g2hC,eGIFJAjcW,zYDnUnrVv,YX_LKZ7y6,a_dW8HH3X,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"jB7Fl57Wd\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapmknvf4=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(eGIFJAjcW){const res=await eGIFJAjcW(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:ws4g7g2hC,nodeId:\"jB7Fl57Wd\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-18sczg2\",className,classNames)} framer-pfopf6`,\"data-border\":true,\"data-framer-name\":\"Desktop - Dark Forest Green\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"jB7Fl57Wd\",onTap:onTapmknvf4,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:YX_LKZ7y6,borderBottomLeftRadius:45,borderBottomRightRadius:45,borderTopLeftRadius:45,borderTopRightRadius:45,...style},variants:{IWgduPhvU:{borderBottomLeftRadius:60,borderBottomRightRadius:60,borderTopLeftRadius:60,borderTopRightRadius:60}},...addPropertyOverrides({\"IWgduPhvU-hover\":{\"data-framer-name\":undefined},\"jB7Fl57Wd-hover\":{\"data-framer-name\":undefined},IWgduPhvU:{\"data-framer-name\":\"2K - Dark Forest Green\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ejawnn\",layoutDependency:layoutDependency,layoutId:\"xAEuUW6yA\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-a_dW8HH3X-NiEhpBTCc))\"},children:\"SCOPRI I VANTAGGI!\"})}),className:\"framer-squo1u\",\"data-framer-name\":\"SCOPRI I VANTAGGI!\",fonts:[\"CUSTOM;Anderson Grotesk Regular\"],layoutDependency:layoutDependency,layoutId:\"NLXFXbp5E\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-a_dW8HH3X-NiEhpBTCc)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-a_dW8HH3X-NiEhpBTCc\":a_dW8HH3X},text:zYDnUnrVv,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IWgduPhvU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-a_dW8HH3X-NiEhpBTCc))\"},children:\"SCOPRI I VANTAGGI!\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-a_dW8HH3X-NiEhpBTCc))\"},children:\"SCOPRI I VANTAGGI!\"})}),className:\"framer-gxxbmm\",\"data-framer-name\":\"SCOPRI I VANTAGGI!\",fonts:[\"CUSTOM;Anderson Grotesk Regular\"],layoutDependency:layoutDependency,layoutId:\"UuA49xJ2f\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-a_dW8HH3X-NiEhpBTCc)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-a_dW8HH3X-NiEhpBTCc\":a_dW8HH3X},text:zYDnUnrVv,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"IWgduPhvU-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-a_dW8HH3X-NiEhpBTCc))\"},children:\"SCOPRI I VANTAGGI!\"})})},IWgduPhvU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-a_dW8HH3X-NiEhpBTCc))\"},children:\"SCOPRI I VANTAGGI!\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ixm8kg\",layoutDependency:layoutDependency,layoutId:\"BLlrWGAUO\",style:{backgroundColor:\"var(--token-36bf998f-dd02-4787-84d2-3355a2ff2660, rgb(175, 224, 117))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-logb91\",layoutDependency:layoutDependency,layoutId:\"yVMjnENBZ\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1q6rjkx\",\"data-framer-name\":\"Union\",fill:\"black\",intrinsicHeight:29,intrinsicWidth:21,layoutDependency:layoutDependency,layoutId:\"S38Dewzzg\",svg:'<svg width=\"21\" height=\"29\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.654 14.785a.692.692 0 0 0 0-1.139L1.604.461a.468.468 0 0 0-.532.77l9.102 6.3c4.67 3.232 4.67 10.137 0 13.37L.249 27.77a.468.468 0 0 0 .533.77l19.872-13.755Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1qc4yak\",\"data-framer-name\":\"Union\",fill:\"black\",intrinsicHeight:29,intrinsicWidth:21,layoutDependency:layoutDependency,layoutId:\"IPFgGvuye\",svg:'<svg width=\"21\" height=\"29\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.654 14.785a.692.692 0 0 0 0-1.139L1.604.461a.468.468 0 0 0-.532.77l9.102 6.3c4.67 3.232 4.67 10.137 0 13.37L.249 27.77a.468.468 0 0 0 .533.77l19.872-13.755Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})]})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1GDMN.framer-pfopf6, .framer-1GDMN .framer-pfopf6 { display: block; }\",\".framer-1GDMN.framer-18sczg2 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 8px 8px 32px; position: relative; text-decoration: none; width: min-content; }\",\".framer-1GDMN .framer-1ejawnn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 14px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-1GDMN .framer-squo1u, .framer-1GDMN .framer-gxxbmm { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1GDMN .framer-ixm8kg { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: var(--framer-aspect-ratio-supported, 38px); justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 38px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1GDMN .framer-logb91 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; left: -43px; overflow: visible; padding: 0px; position: absolute; top: 50%; width: min-content; z-index: 1; }\",\".framer-1GDMN .framer-1q6rjkx, .framer-1GDMN .framer-1qc4yak { aspect-ratio: 0.7241379310344828 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 29px); position: relative; width: 21px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1GDMN.framer-18sczg2, .framer-1GDMN .framer-1ejawnn, .framer-1GDMN .framer-ixm8kg, .framer-1GDMN .framer-logb91 { gap: 0px; } .framer-1GDMN.framer-18sczg2 > *, .framer-1GDMN .framer-ixm8kg > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-1GDMN.framer-18sczg2 > :first-child, .framer-1GDMN .framer-ixm8kg > :first-child, .framer-1GDMN .framer-logb91 > :first-child { margin-left: 0px; } .framer-1GDMN.framer-18sczg2 > :last-child, .framer-1GDMN .framer-ixm8kg > :last-child, .framer-1GDMN .framer-logb91 > :last-child { margin-right: 0px; } .framer-1GDMN .framer-1ejawnn > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-1GDMN .framer-1ejawnn > :first-child { margin-top: 0px; } .framer-1GDMN .framer-1ejawnn > :last-child { margin-bottom: 0px; } .framer-1GDMN .framer-logb91 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } }\",\".framer-1GDMN.framer-v-19l1pn7.framer-18sczg2 { padding: 12px 12px 12px 32px; }\",\".framer-1GDMN.framer-v-19l1pn7 .framer-1ejawnn { height: 30px; }\",\".framer-1GDMN.framer-v-19l1pn7 .framer-ixm8kg { height: var(--framer-aspect-ratio-supported, 48px); width: 48px; }\",\".framer-1GDMN.framer-v-19l1pn7 .framer-logb91 { left: -50px; }\",\".framer-1GDMN.framer-v-19l1pn7 .framer-1q6rjkx, .framer-1GDMN.framer-v-19l1pn7 .framer-1qc4yak { height: var(--framer-aspect-ratio-supported, 41px); width: 30px; }\",\".framer-1GDMN.framer-v-18sczg2.hover .framer-1ejawnn, .framer-1GDMN.framer-v-19l1pn7.hover .framer-1ejawnn { justify-content: flex-end; }\",\".framer-1GDMN.framer-v-18sczg2.hover .framer-logb91 { left: unset; right: -47px; }\",\".framer-1GDMN.framer-v-19l1pn7.hover .framer-logb91 { left: unset; right: -57px; }\",'.framer-1GDMN[data-border=\"true\"]::after, .framer-1GDMN [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 54\n * @framerIntrinsicWidth 271\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"IWgduPhvU\":{\"layout\":[\"auto\",\"auto\"]},\"MYyWThokI\":{\"layout\":[\"auto\",\"auto\"]},\"mpdchjrMq\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"ws4g7g2hC\":\"link\",\"eGIFJAjcW\":\"tap\",\"zYDnUnrVv\":\"title\",\"YX_LKZ7y6\":\"background\",\"a_dW8HH3X\":\"textColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNiEhpBTCc=withCSS(Component,css,\"framer-1GDMN\");export default FramerNiEhpBTCc;FramerNiEhpBTCc.displayName=\"CTA Principale\";FramerNiEhpBTCc.defaultProps={height:54,width:271};addPropertyControls(FramerNiEhpBTCc,{variant:{options:[\"jB7Fl57Wd\",\"IWgduPhvU\"],optionTitles:[\"Desktop - Dark Forest Green\",\"2K - Dark Forest Green\"],title:\"Variant\",type:ControlType.Enum},ws4g7g2hC:{title:\"Link\",type:ControlType.Link},eGIFJAjcW:{title:\"Tap\",type:ControlType.EventHandler},zYDnUnrVv:{defaultValue:\"SCOPRI I VANTAGGI!\",displayTextArea:false,title:\"Title\",type:ControlType.String},YX_LKZ7y6:{defaultValue:\"rgb(255, 255, 255)\",title:\"Background\",type:ControlType.Color},a_dW8HH3X:{defaultValue:\"var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15))\",title:\"Text Color\",type:ControlType.Color}});addFonts(FramerNiEhpBTCc,[{explicitInter:true,fonts:[{family:\"Anderson Grotesk Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/UGJiE56vPrrrq1oYEapNK6xwyo.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNiEhpBTCc\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"ws4g7g2hC\\\":\\\"link\\\",\\\"eGIFJAjcW\\\":\\\"tap\\\",\\\"zYDnUnrVv\\\":\\\"title\\\",\\\"YX_LKZ7y6\\\":\\\"background\\\",\\\"a_dW8HH3X\\\":\\\"textColor\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IWgduPhvU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MYyWThokI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mpdchjrMq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"271\",\"framerIntrinsicHeight\":\"54\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NiEhpBTCc.map", "// Generated by Framer (0c5492c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Vimeo from\"https://framerusercontent.com/modules/0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js\";import CTAPrincipale from\"https://framerusercontent.com/modules/53BzWocSeVxZFpJutQPa/wUkio16n1zmzwGwkZSfJ/NiEhpBTCc.js\";import CTALinks from\"https://framerusercontent.com/modules/u9LUwXYMXQNQM8rTsEOC/wYvsqWN2r5IWvI6HbmFY/u8Y2v82Tu.js\";const VimeoFonts=getFonts(Vimeo);const CTAPrincipaleFonts=getFonts(CTAPrincipale);const CTALinksFonts=getFonts(CTALinks);const cycleOrder=[\"HeTl_DC54\",\"NPYeHiR7u\",\"etYZ9N3Em\",\"z5JNajm_p\"];const serializationHash=\"framer-qYbiK\";const variantClassNames={etYZ9N3Em:\"framer-v-1gslmrl\",HeTl_DC54:\"framer-v-1xrndzq\",NPYeHiR7u:\"framer-v-1qyn4jm\",z5JNajm_p:\"framer-v-8h2ssy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Footer - 2K\":\"etYZ9N3Em\",\"Footer - Desktop\":\"HeTl_DC54\",\"Footer - Mobile\":\"NPYeHiR7u\",\"Footer - Tablet\":\"z5JNajm_p\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"HeTl_DC54\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"HeTl_DC54\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"NPYeHiR7u\")return true;return false;};const router=useRouter();const isDisplayed1=()=>{if(baseVariant===\"NPYeHiR7u\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1xrndzq\",className,classNames),\"data-framer-name\":\"Footer - Desktop\",layoutDependency:layoutDependency,layoutId:\"HeTl_DC54\",ref:refBinding,style:{...style},...addPropertyOverrides({etYZ9N3Em:{\"data-framer-name\":\"Footer - 2K\"},NPYeHiR7u:{\"data-framer-name\":\"Footer - Mobile\"},z5JNajm_p:{\"data-framer-name\":\"Footer - Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-jue1iq\",layoutDependency:layoutDependency,layoutId:\"yKa80MqT1\",style:{background:\"linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nl3uwq-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ww_gJtWRi-container\",nodeId:\"ww_gJtWRi\",rendersWithMotion:true,scopeId:\"VfXwesIZm\",children:/*#__PURE__*/_jsx(Vimeo,{autoplay:true,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"ww_gJtWRi\",isMixedBorderRadius:false,layoutId:\"ww_gJtWRi\",loop:true,mute:true,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,video:\"https://vimeo.com/940735686?share=copy\",width:\"100%\",...addPropertyOverrides({NPYeHiR7u:{video:\"https://vimeo.com/940734399?share=copy\"},z5JNajm_p:{video:\"https://vimeo.com/940734399?share=copy\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j17bif\",layoutDependency:layoutDependency,layoutId:\"VV06FLcG7\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"kqfM4383E\",scopeId:\"VfXwesIZm\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-13dlfmm framer-11f38py\",\"data-framer-name\":\"LogoType Seco\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:655,intrinsicWidth:1473,layoutDependency:layoutDependency,layoutId:\"kqfM4383E\",svg:'<svg width=\"1473\" height=\"655\" viewBox=\"0 0 1473 655\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_76_455)\">\\n<path d=\"M1356.45 0H1171.19C1165.1 0 1159.4 0.37 1154.07 1.12C1153.01 1.27 1151.95 1.43 1150.89 1.6C1149.87 1.77 1148.83 1.97 1147.83 2.16C1146.83 2.39 1145.83 2.6 1144.84 2.83C1138.83 4.29 1133.4 6.28 1128.49 8.86C1127.8 9.23 1127.08 9.61 1126.43 10C1125.6 10.46 1124.79 10.94 1124 11.46C1112.15 19.09 1104.06 30.45 1099.67 45.57C1099.67 45.51 1099.65 45.49 1099.63 45.44C1090.81 15.14 1066.98 0 1028.15 0H815.46C776.57 0 752.74 15.2 743.92 45.57C743.17 42.97 742.3 40.47 741.32 38.08C730.94 12.69 707.96 0 672.4 0H457.01C414.69 0 390.19 17.97 383.53 53.89C382.26 60.63 381.62 68.03 381.62 76.04V467.64C385.16 467.99 384.8 478.18 384.51 481.03C385.72 480.01 385.94 479.84 386.82 479.1C387.01 478.95 387.22 478.75 387.48 478.54C390.1 474.05 392.35 469.24 394.9 464.71C396.9 466.06 396.36 467.64 396.38 469.64C403.12 462.82 422.15 442.19 416.16 466.19C415.04 470.58 403.64 477.15 402.31 482.49C403.93 483.59 407.84 484.78 407.74 487.44C400.987 489.587 394.233 491.73 387.48 493.87C408.17 492.98 397.82 497.09 386.82 500.07C385.07 500.55 383.28 500.99 381.62 501.38V504.69C383.16 504.57 384.93 504.36 386.82 504.09C395.39 502.9 406.27 500.7 407.26 501.76C407.47 502.01 408.22 506.58 406.76 508.19C406.09 508.92 393.62 514.39 386.82 517.3C384.51 518.28 382.85 518.98 382.52 519.07C385.54 522.5 384.64 524.48 381.61 525.68V537.16C383.73 536.99 385.62 537.06 386.81 537.81C387.06 537.94 387.27 538.14 387.47 538.35C389.43 540.58 388.86 542.53 386.81 544.28V544.05C385.56 545.13 383.73 546.13 381.61 547.09V578.83C381.61 586.84 382.25 594.24 383.52 600.98C390.18 636.9 414.69 654.88 457 654.88H672.39C707.95 654.88 730.93 642.19 741.31 616.78C742.29 614.41 743.16 611.91 743.91 609.31C752.6 639.22 775.81 654.4 813.66 654.86C814.24 654.88 814.83 654.88 815.45 654.88H1028.14C1066.97 654.88 1090.8 639.74 1099.64 609.44C1099.64 609.38 1099.66 609.36 1099.66 609.31C1101.57 615.96 1104.22 621.89 1107.58 627.07C1108.04 627.8 1108.56 628.53 1109.06 629.25C1111.14 632.08 1113.39 634.72 1115.9 637.09C1116.67 637.84 1117.48 638.55 1118.33 639.25C1120.01 640.64 1121.76 641.93 1123.57 643.14C1124.48 643.76 1125.44 644.33 1126.42 644.87C1127.19 645.33 1127.98 645.74 1128.79 646.16C1129.45 646.51 1130.16 646.85 1130.85 647.18C1131.16 647.33 1131.47 647.47 1131.77 647.58C1132.37 647.87 1132.94 648.14 1133.54 648.37C1138.41 650.39 1143.71 651.95 1149.51 653.03C1150.26 653.15 1151.01 653.28 1151.78 653.42C1151.95 653.44 1152.15 653.46 1152.3 653.5C1153.38 653.67 1154.48 653.83 1155.61 653.96C1156.82 654.11 1158.06 654.25 1159.33 654.35C1161.83 654.6 1164.43 654.75 1167.07 654.81C1168.42 654.87 1169.79 654.89 1171.17 654.89H1356.45C1420.3 654.89 1472.06 603.13 1472.06 539.3V115.59C1472.06 51.76 1420.3 0 1356.43 0H1356.45ZM468.47 114.26C468.47 92.42 486.17 74.72 508.01 74.72H621.41C643.27 74.72 660.95 92.42 660.95 114.26V232.37C660.95 254.21 643.27 271.91 621.41 271.91H508.01C486.17 271.91 468.47 254.21 468.47 232.37V114.26ZM740.07 460.4H660.96V540.65C660.96 562.49 643.28 580.19 621.42 580.19H508.02C486.18 580.19 468.48 562.49 468.48 540.65V382.84C468.48 361 486.18 343.28 508.02 343.28H681.22V343.38H740.07V460.42V460.4ZM1095.82 390.56C1095.82 391.37 1095.78 392.16 1095.74 392.93V456.65C1095.74 441.99 1083.84 430.09 1069.18 430.09H1057.3C1056.97 430.11 1056.61 430.11 1056.28 430.11H1015.37V576.15H869.13C847.31 576.15 829.58 558.45 829.58 536.61V118.31C829.58 96.47 847.3 78.73 869.13 78.73H1015.37V206.63H1069.19C1083.85 206.63 1095.75 194.73 1095.75 180.07V243.83C1095.79 244.6 1095.83 245.39 1095.83 246.2V390.57L1095.82 390.56ZM1382.55 536.6C1382.55 558.44 1364.85 576.14 1343.01 576.14H1224.88C1203.04 576.14 1185.34 558.44 1185.34 536.6V118.31C1185.34 96.47 1203.04 78.73 1224.88 78.73H1343.01C1364.85 78.73 1382.55 96.47 1382.55 118.31V536.6Z\" fill=\"white\"/>\\n<path d=\"M383.53 53.89C374.03 22.69 345.02 0 310.72 0H211.27C214.76 0 211.31 8.22 216.45 14C216.64 14.23 218.41 13.5 219.4 14.5C224.37 19.49 204.88 49.38 222.85 32.68C225.53 32.22 222.54 35.34 223.33 35.65C220.39 40.7233 217.443 45.8033 214.49 50.89C217.4 48.54 229.23 31.9 227.28 44.98C225.26 58.5 198.75 74.55 230.23 57.77C223.57 67.96 222.54 69.52 217.63 77.05H300.15V206.11H386.83V76.1C386.83 68.38 385.67 60.92 383.54 53.89H383.53ZM381.62 547.12C372.14 551.34 356.58 554.46 357.31 558.41C351.877 559.89 346.443 561.373 341.01 562.86C353.3 574.21 363.41 575.13 364.24 576.21C373.37 588.06 331.63 578.35 315.3 579.18C311.76 579.35 278.09 585.29 286.14 587.1C287.49 587.39 293.98 587.2 299.49 588.08C313.47 590.31 327.3 593.43 341.02 596.98C340.65 608.75 326.25 601.33 304.42 597.96C295.21 596.53 285.6 593.66 276.24 593.03C269.88 592.59 249.77 592.18 247.08 594.99C253.36 596.13 299.49 606.74 300.47 609.34C300.72 609.99 296.83 615.58 296.02 615.75C293.75 616.25 257.57 605.33 251.02 603.88C239.37 601.32 227.69 598.95 215.92 596.96C214.38 610.85 215.86 624.62 216.42 638.49C216.54 641.44 216.25 644.44 216.42 647.39C216.55 649.87 216.52 652.38 216.46 654.9H310.71C345.02 654.9 374.02 632.21 383.52 601C385.66 593.97 386.81 586.52 386.81 578.79V544.06C385.56 545.14 383.73 546.14 381.61 547.1L381.62 547.12ZM382.53 519.09C385.55 522.52 384.65 524.5 381.62 525.7C373.97 528.72 352.8 526.78 346.93 530.46C346.93 533.23 366.33 532.41 367.21 532.94C368.27 533.58 366.82 536.75 369.17 537.87C371.58 539.01 377.12 537.52 381.61 537.18C383.73 537.01 385.62 537.08 386.81 537.83V517.32C384.5 518.3 382.84 519 382.51 519.09H382.53ZM381.62 501.39C380.16 501.74 378.79 502.03 377.59 502.28C374.85 504.59 377.22 505.03 381.62 504.71C383.16 504.59 384.93 504.38 386.82 504.11V500.08C385.07 500.56 383.28 501 381.62 501.39ZM381.62 422.26C376.36 407.12 367.1 394.25 353.83 383.7L331.58 365.63C330.4 369.89 327.42 374.09 326.17 378.19C325.96 378.92 332.2 379.21 322.22 391.04C359.03 378.56 340.6 390.73 320.74 403.41C317.02 405.78 321.9 409.82 310.36 406.88C319.47 423.12 359.23 378.33 358.8 394.03C358.67 399.27 346.76 406.51 351.88 409.84C339.46 419.3 324.84 431.99 313.82 442.95C312.97 443.8 309.62 440.97 304.42 456.3C305.88 458.73 325.36 443.95 326.67 443.95C329.37 443.95 329.15 447.47 330.62 447.9C332.83 448.52 341.54 442.01 348.44 445.92C367.2 432.42 373.25 442.99 349.9 455.82C356.55 461.93 342.54 458.81 339.54 459.77C337.11 460.54 320.7 471.91 315.31 474.6C333.96 471.73 353.16 452.43 340.02 475.08C343.32 474.76 346.613 474.433 349.9 474.1C350.05 483.27 352.71 502.03 355.85 499.31C356.45 497.98 358.55 497.94 358.8 496.84C360.44 490 354.85 480.33 363.75 479.04C363.88 482.26 364.92 485.36 365.73 488.44C369.12 489.31 368.12 481.22 369.18 480.52C377.33 492.98 373.98 472.68 379.08 468.65C380.1 467.84 380.93 467.55 381.62 467.63C385.16 467.98 384.8 478.17 384.51 481.02C385.72 480 385.94 479.83 386.82 479.09V455.07C386.82 443.15 385.09 432.21 381.62 422.25V422.26ZM315.9 352.44C314.17 359.89 296.93 374.88 293.15 378.19C297.93 376.377 302.707 374.567 307.48 372.76C304.8 384.84 291.09 387.26 283.25 395.01C283.91 396.34 293.02 392.14 294.13 391.54C294.19 391.52 293.84 391.31 295.11 390.56C305.84 384.3 317.3 371.3 325.49 360.22L315.9 352.44ZM309 346.83C299.43 353.49 279.7 356.92 282.26 362.88C283.01 363.38 284.22 363.63 284.24 364.84C287.46 361.97 304.68 351.4 311.96 349.22L308.99 346.83H309ZM300.01 339.51C299.37 339.88 298.74 340.24 298.08 340.63C299.41 341.32 300.68 341.32 301.95 341.11L300 339.51H300.01ZM284.27 326.74C279.42 330.4 273.45 334.02 266.45 337.16C266.53 338.07 265.35 338.24 265.47 339.14C272.69 335.87 279.57 332.09 286.6 328.64L284.27 326.73V326.74ZM106.58 0C64.55 0 30.48 34.07 30.48 76.1V184.24C30.48 212.82 41.67 236.05 64.07 253.91L145.39 320.33C143.6 317.94 142.15 315.36 140.98 312.49C173.22 318.85 149.8 312.76 138.51 305.11C136.43 303.7 138.95 303.18 135.54 300.2C133.15 298.08 129.95 301.57 129.63 294.31C118.88 292.23 123.62 288.3 123.22 287.92C119.933 285.62 116.647 283.32 113.36 281.02C117.83 280.63 112.05 270.85 112.38 270.19C115.13 264.55 138.77 291.01 139 285.95C122.38 267.21 131.93 271.91 133.09 270.19C133.53 269.55 126.31 265.26 125.19 263.31C123.15 259.69 130.54 261.85 119.28 253.49C122.98 249.39 115.89 247.79 118.8 236.27C124.73 241.22 130.61 246.54 136.06 252.01C137.56 253.53 148.18 267.25 149.37 266.76C152.18 265.62 146.13 256.82 159.73 269.21C158.54 258.12 142.07 250.64 139 246.11C136.69 242.7 141 239.31 141.47 239.21C143.18 238.9 159.13 250.11 160.21 250.04C160.81 250 168.53 242.26 168.61 241.68C168.92 238.66 158.44 233.42 159.73 231.84C163.66 232.05 166.14 231.99 167.55 231.74L160.48 226.02L159.46 225.19L150.6 218.02L149.68 217.27L117.17 190.94V77.04H194.26C193.89 76.56 193.57 76.02 193.28 75.46C182.17 54.41 190.49 59.97 204.12 72.01C203.77 71.18 203.48 68.83 203.14 68.08C201.04 63.63 190.93 53.27 190.31 45.47C195.36 47.49 198.86 51.21 204.12 52.35C202.98 47.96 182.82 21.57 203.62 39.58C204.83 38.66 203.64 35.79 204.12 34.65C203 32.42 199.28 23.29 199.19 22.36C198.59 16.25 206.41 0.63 207.57 0.23C208.05 0.08 208.46 0 208.8 0H106.6L106.58 0ZM192.06 598.93C178.23 601.63 167.81 607.12 154.79 612.78C154.31 613.01 149.61 618 146.47 619.71C145.14 614.05 129.52 626.05 125.38 623.16C125.17 623.01 123.38 618.48 123.42 618.21C124.08 614.15 146.8 607.64 150.89 605.86C161.73 601.12 172.69 596.46 183.25 591.03C182.02 590.64 160.64 594.32 157.75 594.98C148.14 597.18 131.71 604.86 120.48 606.85C101.78 615.33 86.25 613.26 108.23 602.9C114.55 599.91 123.49 597.97 130.3 595.98C139.41 593.3 149.08 592.22 157.75 588.06C157.56 587.93 157.09 588.18 156.77 588.06C148.04 585.11 122.23 592.89 112.64 595.98C103.59 598.87 90.45 606.36 87.64 605.86C87.25 605.78 84.42 601.18 86.66 598.93C87.41 598.2 102.97 591.28 105.79 590.05C111.2 587.64 117.12 585.22 122.95 584.12V582.23C122.03 582.21 121.02 582.19 119.93 582.17C119.1 582.21 118.31 582.25 117.56 582.13C93 578.39 88.96 582.52 74.41 583.11C68.21 583.38 62.41 582.69 56.26 582.13C52.56 579.76 58.49 579.41 57.72 577.68C57.37 576.85 48.01 575.83 69.01 572.25V570.27C57.22 567.03 74.36 567.09 75.94 566.32C77.73 565.43 65.96 564.3 94.26 557.42C93.61 557.4 92.93 557.42 92.28 557.42C78.72 557.29 64.83 559.54 51.17 558.4C45.06 556.72 50.13 554.74 47.22 553.47C41.31 550.85 34.7 555.15 34.33 543.57C55.25 548.35 50.53 541.91 52.17 541.61C59.97 544.46 65.42 542.84 73.45 544.56C73.7833 544.24 74.1167 543.913 74.45 543.58C66.05 541.21 49.14 531.27 39.3 530.73C39.9533 529.743 40.6067 528.753 41.26 527.76C38.58 527.18 34.52 525.95 30.47 524.27V578.8C30.47 620.83 64.54 654.9 106.57 654.9H192.98C192.98 653.38 192.98 651.86 193.04 650.35C193.1 648.69 193 647.06 193.04 645.4C193.39 630.01 193.52 614.27 192.06 598.92V598.93ZM85.74 448.26C81.41 445.49 61.66 446.22 62.01 437.38C80.19 439.21 76.09 436.49 68.64 429.54H30.48V468.87C30.77 469.24 31.06 469.62 31.37 470.01C30.7 441.66 35.67 470.13 38.79 476.44C46.3 491.71 39.02 454.65 47.19 464.07C50.64 468.04 46.4 503.69 58.07 480.89C59.8833 486.49 61.6933 492.09 63.5 497.69C64.66 493.53 58.84 472.17 67.45 480.39C67.89 480.81 69.95 486.3 70.42 487.81C72.87 488.12 79.3 488.43 80.32 488.81C86.75 491.14 88.22 501.58 88.24 485.82C85.77 484.39 75.89 483.49 71.93 482.85C67.71 479.85 75.11 480.33 75.38 478.4C75.61 476.76 47.26 465.11 51.65 457.64C54.17 453.36 93.56 474.98 68.47 448.76C68.59 446.18 97.4 455.73 85.77 448.26H85.74ZM60.52 512.18C54.68 511.76 42.12 509.95 30.47 507.06V514.3C36.17 515.98 41.68 517.44 42.22 517.11C43.38 516.44 42.09 513.91 43.22 513.16C43.62 512.89 51.48 515.11 52.62 515.12C67.43 515.58 62.33 515.85 60.52 512.17V512.18ZM30.48 493.16V493.8C30.63 493.68 30.77 493.53 30.87 493.38C30.75 493.32 30.62 493.26 30.48 493.17V493.16Z\" fill=\"white\"/>\\n<path d=\"M313.91 340.62C313.43 343 311.59 345.03 309.01 346.82L301.96 341.1C303.65 340.8 305.31 340.1 306.99 340.12C308.45 340.15 313.11 339.65 313.91 340.62Z\" fill=\"white\"/>\\n<path d=\"M315.9 352.43L311.96 349.23C313.37 348.8 314.4 348.71 314.89 349.03C315.99 349.77 316.25 350.95 315.9 352.43Z\" fill=\"white\"/>\\n<path d=\"M329.24 354.96C332.88 358.51 333.16 362.08 332.17 365.63L325.5 360.21C326.84 358.4 328.09 356.63 329.24 354.96Z\" fill=\"white\"/>\\n<path d=\"M30.48 469.5V493.17C27.96 491.7 22.41 486.56 16.04 484.98C39.7 485.07 29.35 486.06 19.5 481.51C9.65 476.97 -1.28 469.25 19.01 473.11C-1.82 464.08 -10.07 426.28 18.02 456.8C18.76 446.34 21.27 457.4 30.48 469.5Z\" fill=\"white\"/>\\n<path d=\"M30.48 493.8V507.05C17.06 503.72 4.88 498.99 5.66 493.37C15.08 492.33 27.34 496.4 30.48 493.8Z\" fill=\"white\"/>\\n<path d=\"M17.52 510.19C19.03 510.77 24.86 512.65 30.47 514.3V524.49C22.34 521.1 14.28 515.86 17.52 510.19Z\" fill=\"white\"/>\\n<path d=\"M145.43 320.58L298.21 446.47V577.86H117.15V429.54H67.1C63.86 426.5 59.98 422.66 57.03 418.04C56.57 417.31 58.46 416.77 57.03 414.06C56.65 413.33 46.81 406.19 53.08 400.14C54.91 398.38 78.68 422.07 83.21 422.51C58.79 381.47 91.38 411.21 103.96 423.5C101.653 414.547 99.35 405.597 97.05 396.65C101.26 397.26 120.32 413.99 121.75 413.55C122.92 413.19 122.94 409.36 123.23 408.58C117.77 403.57 109.61 403.19 111.37 393.67C101.42 390.49 73.05 377.53 99.51 378.26C101.5 375.66 80.51 369.08 92.6 367.83C74.82 354.54 83.9 357.19 83.71 355.41C83.6 354.39 70.86 338.22 80.25 338.01C82.72 337.95 97.78 362.05 116.8 370.82C119.13 369.33 104.28 356.22 103.46 354.42C103.27 354.01 103.88 346.83 102.47 345.47C102.963 344.977 103.457 344.48 103.95 343.98C144.32 371.86 105.42 338.7 106.42 330.56C107.85 319 127.41 340.51 130.13 342.98C134.24 346.71 140.7 350.36 143.96 354.91C145 337.23 161.01 359.43 156.81 349.44C156.57 348.87 147.94 343.87 146.43 342.98C150.68 339.3 121.59 321 118.77 317.13C103.38 296.1 148.62 330.92 150.88 326.58C148.78 324.66 146.97 322.69 145.41 320.58H145.43Z\" fill=\"white\"/>\\n<path d=\"M149.78 182.25C153.02 177.27 168.04 196.49 158.32 173.81L159.39 172.72C167.51 176.47 174.21 183.44 182.41 187.18C180.86 181.68 157.29 157.3 167.09 155.05C168.38 154.75 182.96 172.17 184.88 174.82C189.67 164.73 180.1 163.43 177.46 158.51C177.39 158.38 179.51 156.66 179.44 156.53C177.34 152.51 157.69 118.54 175.48 136.76C188.69 150.28 180.83 154.93 178.45 115.01C191.83 119.24 175.14 91.94 189.82 103.64C193.15 106.3 194.86 110.18 197.23 113.53C203.1 113.48 203.54 117.55 208.11 120.45C203.79 111.36 185.24 98.93 184.39 86.34C183.16 68.25 197.44 95.55 207.12 99.69C207.15 99.36 207.1 99.03 207.12 98.7C202.18 93.26 197.237 87.8233 192.29 82.39C204.76 83.61 198.9 82.06 195.26 77.05H216.22C215.32 78.43 214.28 80.02 213.06 81.89C214.2 81.87 216.86 79.73 219.79 77.05C223.93 73.29 228.61 68.46 230.36 67.06C231.1 70.68 230.77 73.97 229.74 77.05C226.8 85.89 218.15 92.94 213.05 100.68C216.04 98.99 220.25 96.72 222.94 94.74C224.67 93.47 236.13 81.15 237.77 84.36C236.45 92.1 235.13 99.8433 233.81 107.59C233.25 129.96 243.78 113.39 245.18 113.53C245.98 113.6 248.67 119.59 248.65 119.95C248.33 123.52 221.13 145.06 240.24 138.24C221.79 183.18 247.21 142.41 255.07 141.21C267.79 139.26 247.44 164.4 245.68 168.89C241.68 173.6 224.94 180.1 229.86 185.2C232.06 187.48 243.95 176.56 246.67 174.82C264.17 163.6 274.74 155.38 265.45 172.84C261.94 179.43 248.91 198.04 243.7 203.99C264.58 204.34 280.17 178.03 277.32 195.09C275.86 203.82 245.29 220.55 237.77 226.74C237.76 230.85 253.63 221.23 254.58 225.75C248.647 233.163 242.717 240.577 236.79 247.99C236.86 247.99 236.48 248.93 237.78 248.98C238.62 249.01 249.76 244.84 251.62 244.03C252.4 243.69 255.9 240.83 259.53 239.09C260.33 238.71 262.76 236.16 262.99 236.12C263.38 236.05 262.94 240.04 267.93 238.1C270.04 237.28 296.34 199.07 284.24 236.62C278.87 253.31 263.03 255.74 267.93 265.78C303.69 250.6 278.45 270.32 265.46 279.62C265.75 280.51 266.39 280.78 266.45 281.6C276.28 284.53 297.65 261.3 299.57 261.83C308.99 264.42 291.65 281.8 288.2 284.07C305.26 288.27 285.31 289.87 279.79 313.24C305.7 294.36 305.23 310.8 284.27 326.55L168.51 232.55C172.95 231.74 166.68 228.94 160.4 225.96C155.78 223.77 151.16 221.48 150.78 219.8C150.62 219.09 150.56 218.5 150.6 218.01C151.24 208.63 185.42 237.19 173.52 215.85C174.29 214.58 197.2 220.93 166.59 203.98C169.29 201.13 155.95 191.94 149.78 182.23V182.25Z\" fill=\"white\"/>\\n<path d=\"M310.95 327.77C324.97 328.93 313.75 331.74 300.01 339.52L286.62 328.64C290.53 326.71 294.49 324.9 298.59 323.32C306.503 314.753 314.413 306.183 322.32 297.61C327.62 305.14 318.09 323.63 310.95 327.77Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_76_455\">\\n<rect width=\"1472.08\" height=\"654.91\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,y:(componentViewport?.y||0)+0+(0+0+((componentViewport?.height||788)-0-(Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+274))/1*0)+48+(0+40.0204+(Math.max(0,((componentViewport?.height||788)-0-274)/1)*1-96-94.0204)/1*1),...addPropertyOverrides({etYZ9N3Em:{y:(componentViewport?.y||0)+0+(0+0+((componentViewport?.height||1080)-0-(Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+365.6))/1*0)+48+(0+71.1473+(Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1-96-125.1473)/1*1)},NPYeHiR7u:{y:(componentViewport?.y||0)+0+(0+0+((componentViewport?.height||738)-0-(Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+503))/1*0)+32+(0+40.0204+(Math.max(0,((componentViewport?.height||738)-0-503)/1)*1-64-94.0204)/1*1)},z5JNajm_p:{y:(componentViewport?.y||0)+0+(0+0+((componentViewport?.height||1170)-0-(Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+304))/1*0)+48+(0+40.0204+(Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1-96-94.0204)/1*1)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1h4969r-container\",layoutDependency:layoutDependency,layoutId:\"nh9cI4sCq-container\",nodeId:\"nh9cI4sCq\",rendersWithMotion:true,scopeId:\"VfXwesIZm\",children:/*#__PURE__*/_jsx(CTAPrincipale,{a_dW8HH3X:\"var(--token-cbc9ec1b-8994-48b1-98f8-953988429e66, rgb(21, 22, 15))\",height:\"100%\",id:\"nh9cI4sCq\",layoutId:\"nh9cI4sCq\",variant:\"jB7Fl57Wd\",width:\"100%\",ws4g7g2hC:\"tel:+393395316385\",YX_LKZ7y6:\"rgb(255, 255, 255)\",zYDnUnrVv:\"CHIAMA ORA\",...addPropertyOverrides({etYZ9N3Em:{variant:\"IWgduPhvU\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vw0zd9\",layoutDependency:layoutDependency,layoutId:\"RMq0LtCiB\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16hruyj\",\"data-border\":true,\"data-framer-name\":\"Footer Menu\",layoutDependency:layoutDependency,layoutId:\"UORx9Dw8o\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderTopRightRadius:60},variants:{etYZ9N3Em:{borderTopRightRadius:72}},children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1y9nmq9\",layoutDependency:layoutDependency,layoutId:\"U7N0LJUDD\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16kbtyc\",\"data-framer-name\":\"Frame 48\",layoutDependency:layoutDependency,layoutId:\"vhiqUUCJQ\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,...addPropertyOverrides({NPYeHiR7u:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+((componentViewport?.height||738)-0-(Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+503))/1*1)+0+0+24+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1buchi4-container\",layoutDependency:layoutDependency,layoutId:\"PIpnLyfqW-container\",nodeId:\"PIpnLyfqW\",rendersWithMotion:true,scopeId:\"VfXwesIZm\",children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Home\",height:\"100%\",id:\"PIpnLyfqW\",layoutId:\"PIpnLyfqW\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",UlsLO1Z4p:resolvedLinks[0],variant:\"Lf_qgRN_X\",width:\"100%\",...addPropertyOverrides({NPYeHiR7u:{UlsLO1Z4p:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"bBMVZt_li\"},implicitPathVariables:undefined},{href:{webPageId:\"bBMVZt_li\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,...addPropertyOverrides({NPYeHiR7u:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+((componentViewport?.height||738)-0-(Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+503))/1*1)+0+0+24+0+0+0+28}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-361poc-container\",layoutDependency:layoutDependency,layoutId:\"H69aY8FWQ-container\",nodeId:\"H69aY8FWQ\",rendersWithMotion:true,scopeId:\"VfXwesIZm\",children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Chi Siamo\",height:\"100%\",id:\"H69aY8FWQ\",layoutId:\"H69aY8FWQ\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",UlsLO1Z4p:resolvedLinks1[0],variant:\"Lf_qgRN_X\",width:\"100%\",...addPropertyOverrides({NPYeHiR7u:{UlsLO1Z4p:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Wbsq47l4g\"},implicitPathVariables:undefined},{href:{webPageId:\"Wbsq47l4g\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,...addPropertyOverrides({NPYeHiR7u:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+((componentViewport?.height||738)-0-(Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+503))/1*1)+0+0+24+0+0+0+56}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-u0f3b3-container\",layoutDependency:layoutDependency,layoutId:\"QkKQ8_7FK-container\",nodeId:\"QkKQ8_7FK\",rendersWithMotion:true,scopeId:\"VfXwesIZm\",children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Servizi\",height:\"100%\",id:\"QkKQ8_7FK\",layoutId:\"QkKQ8_7FK\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",UlsLO1Z4p:resolvedLinks2[0],variant:\"Lf_qgRN_X\",width:\"100%\",...addPropertyOverrides({NPYeHiR7u:{UlsLO1Z4p:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Qr2kXWYz8\"},implicitPathVariables:undefined},{href:{webPageId:\"Qr2kXWYz8\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,...addPropertyOverrides({NPYeHiR7u:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+((componentViewport?.height||738)-0-(Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+503))/1*1)+0+0+24+0+0+0+84}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gpln5w-container\",layoutDependency:layoutDependency,layoutId:\"EyGLVEzIO-container\",nodeId:\"EyGLVEzIO\",rendersWithMotion:true,scopeId:\"VfXwesIZm\",children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Contatti\",height:\"100%\",id:\"EyGLVEzIO\",layoutId:\"EyGLVEzIO\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",UlsLO1Z4p:resolvedLinks3[0],variant:\"Lf_qgRN_X\",width:\"100%\",...addPropertyOverrides({NPYeHiR7u:{UlsLO1Z4p:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"fvKBFz2xa\"},implicitPathVariables:undefined},{href:{webPageId:\"fvKBFz2xa\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,...addPropertyOverrides({NPYeHiR7u:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+((componentViewport?.height||738)-0-(Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+503))/1*1)+0+0+24+0+0+0+112}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-irgzxg-container\",layoutDependency:layoutDependency,layoutId:\"i8QsF44lL-container\",nodeId:\"i8QsF44lL\",rendersWithMotion:true,scopeId:\"VfXwesIZm\",children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Sostenibilita'\",height:\"100%\",id:\"i8QsF44lL\",layoutId:\"i8QsF44lL\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",UlsLO1Z4p:resolvedLinks4[0],variant:\"Lf_qgRN_X\",width:\"100%\",...addPropertyOverrides({NPYeHiR7u:{UlsLO1Z4p:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-va4b8s\",\"data-framer-name\":\"Frame 50\",layoutDependency:layoutDependency,layoutId:\"PPeHzYPKR\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,...addPropertyOverrides({NPYeHiR7u:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+((componentViewport?.height||738)-0-(Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+503))/1*1)+0+0+24+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-114a4ug-container\",layoutDependency:layoutDependency,layoutId:\"ubxtVyrLk-container\",nodeId:\"ubxtVyrLk\",rendersWithMotion:true,scopeId:\"VfXwesIZm\",children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Instagram\",height:\"100%\",id:\"ubxtVyrLk\",layoutId:\"ubxtVyrLk\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",UlsLO1Z4p:\"https://www.instagram.com/seco.potature/?hl=it\",variant:\"Lf_qgRN_X\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,...addPropertyOverrides({NPYeHiR7u:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+((componentViewport?.height||738)-0-(Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+503))/1*1)+0+0+24+0+0+0+28}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nlsc3o-container\",layoutDependency:layoutDependency,layoutId:\"tG6id0TNc-container\",nodeId:\"tG6id0TNc\",rendersWithMotion:true,scopeId:\"VfXwesIZm\",children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Facebook\",height:\"100%\",id:\"tG6id0TNc\",layoutId:\"tG6id0TNc\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",UlsLO1Z4p:\"https://www.facebook.com/profile.php?id=61561211164414\",variant:\"Lf_qgRN_X\",width:\"100%\"})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qtuv1e\",\"data-framer-name\":\"Frame 48\",layoutDependency:layoutDependency,layoutId:\"RcetDANbU\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+((componentViewport?.height||788)-0-(Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+274))/1*1)+0+0+32+0+0,...addPropertyOverrides({etYZ9N3Em:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+((componentViewport?.height||1080)-0-(Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+365.6))/1*1)+0+0+48+0+0},z5JNajm_p:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+((componentViewport?.height||1170)-0-(Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+304))/1*1)+0+0+32+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ectt3s-container\",layoutDependency:layoutDependency,layoutId:\"K2beHdrmN-container\",nodeId:\"K2beHdrmN\",rendersWithMotion:true,scopeId:\"VfXwesIZm\",children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Home\",height:\"100%\",id:\"K2beHdrmN\",layoutId:\"K2beHdrmN\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",UlsLO1Z4p:resolvedLinks5[0],variant:\"Lf_qgRN_X\",width:\"100%\",...addPropertyOverrides({etYZ9N3Em:{UlsLO1Z4p:resolvedLinks5[1],variant:\"akZKMKSwg\"},z5JNajm_p:{UlsLO1Z4p:resolvedLinks5[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"bBMVZt_li\"},implicitPathVariables:undefined},{href:{webPageId:\"bBMVZt_li\"},implicitPathVariables:undefined},{href:{webPageId:\"bBMVZt_li\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+((componentViewport?.height||788)-0-(Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+274))/1*1)+0+0+32+0+28,...addPropertyOverrides({etYZ9N3Em:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+((componentViewport?.height||1080)-0-(Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+365.6))/1*1)+0+0+48+0+36},z5JNajm_p:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+((componentViewport?.height||1170)-0-(Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+304))/1*1)+0+0+32+0+28}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1i3xc3f-container\",layoutDependency:layoutDependency,layoutId:\"hNv07A5Fo-container\",nodeId:\"hNv07A5Fo\",rendersWithMotion:true,scopeId:\"VfXwesIZm\",children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Chi Siamo\",height:\"100%\",id:\"hNv07A5Fo\",layoutId:\"hNv07A5Fo\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",UlsLO1Z4p:resolvedLinks6[0],variant:\"Lf_qgRN_X\",width:\"100%\",...addPropertyOverrides({etYZ9N3Em:{UlsLO1Z4p:resolvedLinks6[1],variant:\"akZKMKSwg\"},z5JNajm_p:{UlsLO1Z4p:resolvedLinks6[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Wbsq47l4g\"},implicitPathVariables:undefined},{href:{webPageId:\"Wbsq47l4g\"},implicitPathVariables:undefined},{href:{webPageId:\"Wbsq47l4g\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+((componentViewport?.height||788)-0-(Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+274))/1*1)+0+0+32+0+56,...addPropertyOverrides({etYZ9N3Em:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+((componentViewport?.height||1080)-0-(Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+365.6))/1*1)+0+0+48+0+72},z5JNajm_p:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+((componentViewport?.height||1170)-0-(Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+304))/1*1)+0+0+32+0+56}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14hr5x2-container\",layoutDependency:layoutDependency,layoutId:\"y6lnPXgDn-container\",nodeId:\"y6lnPXgDn\",rendersWithMotion:true,scopeId:\"VfXwesIZm\",children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Servizi\",height:\"100%\",id:\"y6lnPXgDn\",layoutId:\"y6lnPXgDn\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",UlsLO1Z4p:resolvedLinks7[0],variant:\"Lf_qgRN_X\",width:\"100%\",...addPropertyOverrides({etYZ9N3Em:{UlsLO1Z4p:resolvedLinks7[1],variant:\"akZKMKSwg\"},z5JNajm_p:{UlsLO1Z4p:resolvedLinks7[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Qr2kXWYz8\"},implicitPathVariables:undefined},{href:{webPageId:\"Qr2kXWYz8\"},implicitPathVariables:undefined},{href:{webPageId:\"Qr2kXWYz8\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+((componentViewport?.height||788)-0-(Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+274))/1*1)+0+0+32+0+84,...addPropertyOverrides({etYZ9N3Em:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+((componentViewport?.height||1080)-0-(Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+365.6))/1*1)+0+0+48+0+108},z5JNajm_p:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+((componentViewport?.height||1170)-0-(Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+304))/1*1)+0+0+32+0+84}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7oi9y5-container\",layoutDependency:layoutDependency,layoutId:\"c2QCKU91x-container\",nodeId:\"c2QCKU91x\",rendersWithMotion:true,scopeId:\"VfXwesIZm\",children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Contatti\",height:\"100%\",id:\"c2QCKU91x\",layoutId:\"c2QCKU91x\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",UlsLO1Z4p:resolvedLinks8[0],variant:\"Lf_qgRN_X\",width:\"100%\",...addPropertyOverrides({etYZ9N3Em:{UlsLO1Z4p:resolvedLinks8[1],variant:\"akZKMKSwg\"},z5JNajm_p:{UlsLO1Z4p:resolvedLinks8[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"fvKBFz2xa\"},implicitPathVariables:undefined},{href:{webPageId:\"fvKBFz2xa\"},implicitPathVariables:undefined},{href:{webPageId:\"fvKBFz2xa\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+((componentViewport?.height||788)-0-(Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+274))/1*1)+0+0+32+0+112,...addPropertyOverrides({etYZ9N3Em:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+((componentViewport?.height||1080)-0-(Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+365.6))/1*1)+0+0+48+0+144},z5JNajm_p:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+((componentViewport?.height||1170)-0-(Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+304))/1*1)+0+0+32+0+112}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-t53f0g-container\",layoutDependency:layoutDependency,layoutId:\"SUIltRI6C-container\",nodeId:\"SUIltRI6C\",rendersWithMotion:true,scopeId:\"VfXwesIZm\",children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Sostenibilita'\",height:\"100%\",id:\"SUIltRI6C\",layoutId:\"SUIltRI6C\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",UlsLO1Z4p:resolvedLinks9[0],variant:\"Lf_qgRN_X\",width:\"100%\",...addPropertyOverrides({etYZ9N3Em:{UlsLO1Z4p:resolvedLinks9[1],variant:\"akZKMKSwg\"},z5JNajm_p:{UlsLO1Z4p:resolvedLinks9[2]}},baseVariant,gestureVariant)})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yn6wl\",\"data-framer-name\":\"Frame 50\",layoutDependency:layoutDependency,layoutId:\"HCapecovV\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+((componentViewport?.height||788)-0-(Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+274))/1*1)+0+0+32+0+0,...addPropertyOverrides({etYZ9N3Em:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+((componentViewport?.height||1080)-0-(Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+365.6))/1*1)+0+0+48+0+0},z5JNajm_p:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+((componentViewport?.height||1170)-0-(Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+304))/1*1)+0+0+32+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1x6d7kr-container\",layoutDependency:layoutDependency,layoutId:\"Mwi6qEouP-container\",nodeId:\"Mwi6qEouP\",rendersWithMotion:true,scopeId:\"VfXwesIZm\",children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Instagram\",height:\"100%\",id:\"Mwi6qEouP\",layoutId:\"Mwi6qEouP\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",UlsLO1Z4p:\"https://www.instagram.com/seco.potature/?hl=it\",variant:\"Lf_qgRN_X\",width:\"100%\",...addPropertyOverrides({etYZ9N3Em:{variant:\"akZKMKSwg\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+((componentViewport?.height||788)-0-(Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+274))/1*1)+0+0+32+0+28,...addPropertyOverrides({etYZ9N3Em:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+((componentViewport?.height||1080)-0-(Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+365.6))/1*1)+0+0+48+0+36},z5JNajm_p:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+((componentViewport?.height||1170)-0-(Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+304))/1*1)+0+0+32+0+28}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1uci8y2-container\",layoutDependency:layoutDependency,layoutId:\"lFpap8dWG-container\",nodeId:\"lFpap8dWG\",rendersWithMotion:true,scopeId:\"VfXwesIZm\",children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Facebook\",height:\"100%\",id:\"lFpap8dWG\",layoutId:\"lFpap8dWG\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",UlsLO1Z4p:\"https://www.facebook.com/profile.php?id=61561211164414\",variant:\"Lf_qgRN_X\",width:\"100%\",...addPropertyOverrides({etYZ9N3Em:{variant:\"akZKMKSwg\"}},baseVariant,gestureVariant)})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-177hp8z\",layoutDependency:layoutDependency,layoutId:\"eZr290tre\",style:{backgroundColor:\"rgb(255, 255, 255)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hze6dr\",\"data-framer-name\":\"Frame 51\",layoutDependency:layoutDependency,layoutId:\"mQugLm8xb\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+((componentViewport?.height||788)-0-(Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+274))/1*1)+0+0+32+0+0,...addPropertyOverrides({etYZ9N3Em:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+((componentViewport?.height||1080)-0-(Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+365.6))/1*1)+0+0+48+0+0},NPYeHiR7u:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+((componentViewport?.height||738)-0-(Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+503))/1*1)+0+0+24+165+0+0},z5JNajm_p:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+((componentViewport?.height||1170)-0-(Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+304))/1*1)+0+0+32+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pp4r45-container\",layoutDependency:layoutDependency,layoutId:\"tlbGFeAj0-container\",nodeId:\"tlbGFeAj0\",rendersWithMotion:true,scopeId:\"VfXwesIZm\",children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"+39 339 5316 385\",height:\"100%\",id:\"tlbGFeAj0\",layoutId:\"tlbGFeAj0\",rN5akvQQg:\"var(--token-36bf998f-dd02-4787-84d2-3355a2ff2660, rgb(175, 224, 117))\",UlsLO1Z4p:\"tel:00393395316385\",variant:\"Lf_qgRN_X\",width:\"100%\",...addPropertyOverrides({etYZ9N3Em:{variant:\"akZKMKSwg\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+((componentViewport?.height||788)-0-(Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+274))/1*1)+0+0+32+0+28,...addPropertyOverrides({etYZ9N3Em:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+((componentViewport?.height||1080)-0-(Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+365.6))/1*1)+0+0+48+0+36},NPYeHiR7u:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+((componentViewport?.height||738)-0-(Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+503))/1*1)+0+0+24+165+0+28},z5JNajm_p:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+((componentViewport?.height||1170)-0-(Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+304))/1*1)+0+0+32+0+28}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-tx9987-container\",layoutDependency:layoutDependency,layoutId:\"P2le3uyrB-container\",nodeId:\"P2le3uyrB\",rendersWithMotion:true,scopeId:\"VfXwesIZm\",children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"info@seco-potature.it\",height:\"100%\",id:\"P2le3uyrB\",layoutId:\"P2le3uyrB\",rN5akvQQg:\"var(--token-36bf998f-dd02-4787-84d2-3355a2ff2660, rgb(175, 224, 117))\",UlsLO1Z4p:\"mailto:info@seco-potature.it\",variant:\"Lf_qgRN_X\",width:\"100%\",...addPropertyOverrides({etYZ9N3Em:{variant:\"akZKMKSwg\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255)))\"},children:\"Via Prain\\xe8 19, 25079, Vobarno (BS)\"})}),className:\"framer-1vrzviq\",\"data-framer-name\":\"Via g.leopardi 37, 25082, Vobarno\",fonts:[\"CUSTOM;Anderson Grotesk Regular\"],layoutDependency:layoutDependency,layoutId:\"vt1gMB6DO\",style:{\"--extracted-r6o4lv\":\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({etYZ9N3Em:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255)))\"},children:\"Via Prain\\xe8 19, 25079, Vobarno (BS)\"})})}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-164zg0c\",\"data-border\":true,\"data-framer-name\":\"Footer Copyright\",layoutDependency:layoutDependency,layoutId:\"SvgB_PtZV\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255)))\"},children:\"Copyright IVOTRANS S.R.L. - P.IVA: 02414630984\"})}),className:\"framer-6823u9\",\"data-framer-name\":\"Copyright SECO S.R.L. - P.IVA: 0458763091\",fonts:[\"CUSTOM;Anderson Grotesk Regular\"],layoutDependency:layoutDependency,layoutId:\"GMkqITFJ1\",style:{\"--extracted-r6o4lv\":\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({etYZ9N3Em:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FuZGVyc29uIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"Anderson Grotesk Regular\", \"Anderson Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255)))\"},children:\"Copyright IVOTRANS S.R.L. - P.IVA: 02414630984\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w4hic\",layoutDependency:layoutDependency,layoutId:\"IP8XlqNk5\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11aucn0\",\"data-framer-name\":\"Frame 48\",layoutDependency:layoutDependency,layoutId:\"THezVkhS0\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mRJ6csgSt\"},implicitPathVariables:undefined},{href:{webPageId:\"mRJ6csgSt\"},implicitPathVariables:undefined},{href:{webPageId:\"mRJ6csgSt\"},implicitPathVariables:undefined},{href:{webPageId:\"mRJ6csgSt\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+((componentViewport?.height||788)-0-(Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+274))/1*1)+0+196+24+5+0,...addPropertyOverrides({etYZ9N3Em:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+((componentViewport?.height||1080)-0-(Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+365.6))/1*1)+0+260+34.8+8+0},NPYeHiR7u:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+((componentViewport?.height||738)-0-(Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+503))/1*1)+0+285+24+120+0+0+0},z5JNajm_p:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+((componentViewport?.height||1170)-0-(Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+304))/1*1)+0+196+24+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-166gu9l-container\",layoutDependency:layoutDependency,layoutId:\"xOJ3BQeF8-container\",nodeId:\"xOJ3BQeF8\",rendersWithMotion:true,scopeId:\"VfXwesIZm\",children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Privacy Policy\",height:\"100%\",id:\"xOJ3BQeF8\",layoutId:\"xOJ3BQeF8\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",UlsLO1Z4p:resolvedLinks10[0],variant:\"Lf_qgRN_X\",width:\"100%\",...addPropertyOverrides({etYZ9N3Em:{UlsLO1Z4p:resolvedLinks10[2],variant:\"akZKMKSwg\"},NPYeHiR7u:{UlsLO1Z4p:resolvedLinks10[1]},z5JNajm_p:{UlsLO1Z4p:resolvedLinks10[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Xm_uUWcvT\"},implicitPathVariables:undefined},{href:{webPageId:\"Xm_uUWcvT\"},implicitPathVariables:undefined},{href:{webPageId:\"Xm_uUWcvT\"},implicitPathVariables:undefined},{href:{webPageId:\"Xm_uUWcvT\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+((componentViewport?.height||788)-0-(Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+274))/1*1)+0+196+24+5+0,...addPropertyOverrides({etYZ9N3Em:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+((componentViewport?.height||1080)-0-(Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+365.6))/1*1)+0+260+34.8+8+0},NPYeHiR7u:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+((componentViewport?.height||738)-0-(Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+503))/1*1)+0+285+24+120+0+0+0},z5JNajm_p:{y:(componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+((componentViewport?.height||1170)-0-(Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+304))/1*1)+0+196+24+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12eg2su-container\",layoutDependency:layoutDependency,layoutId:\"iCkOkj32t-container\",nodeId:\"iCkOkj32t\",rendersWithMotion:true,scopeId:\"VfXwesIZm\",children:/*#__PURE__*/_jsx(CTALinks,{f3rdyudRC:\"Cookie Policy\",height:\"100%\",id:\"iCkOkj32t\",layoutId:\"iCkOkj32t\",rN5akvQQg:\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\",UlsLO1Z4p:resolvedLinks11[0],variant:\"Lf_qgRN_X\",width:\"100%\",...addPropertyOverrides({etYZ9N3Em:{UlsLO1Z4p:resolvedLinks11[2],variant:\"akZKMKSwg\"},NPYeHiR7u:{UlsLO1Z4p:resolvedLinks11[1]},z5JNajm_p:{UlsLO1Z4p:resolvedLinks11[3]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fy7xbt\",layoutDependency:layoutDependency,layoutId:\"hV33TmX9j\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zLTMwMA==\",\"--framer-font-family\":'\"Noto Sans\", \"Noto Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255)))\"},children:\"MADE WITH \u2764\uFE0F BY \"})}),className:\"framer-29klqz\",fonts:[\"GF;Noto Sans-300\"],layoutDependency:layoutDependency,layoutId:\"nQjoolCxA\",style:{\"--extracted-r6o4lv\":\"var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({etYZ9N3Em:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zLTMwMA==\",\"--framer-font-family\":'\"Noto Sans\", \"Noto Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255)))\"},children:\"MADE WITH \u2764\uFE0F BY \"})})},NPYeHiR7u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zLTMwMA==\",\"--framer-font-family\":'\"Noto Sans\", \"Noto Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-20a2d7b6-1596-425c-adbf-c0353deb13bc, rgb(255, 255, 255)))\"},children:\"MADE WITH \u2764\uFE0F BY \"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Link,{href:\"https://curlybrackets.studio/it\",motionChild:true,nodeId:\"wr0L9bkxp\",openInNewTab:true,scopeId:\"VfXwesIZm\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-3n1d3v framer-11f38py\",layoutDependency:layoutDependency,layoutId:\"wr0L9bkxp\",style:{backgroundColor:\"rgb(207, 207, 207)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+((componentViewport?.height||788)-0-(Math.max(0,((componentViewport?.height||788)-0-274)/1)*1+274))/1*1)+0+196+24+0+0+2),pixelHeight:591,pixelWidth:3218,src:\"https://framerusercontent.com/images/5BanIenvmugz60eUOkuf3qElRFE.png\"},className:\"framer-1ffkpyk\",layoutDependency:layoutDependency,layoutId:\"evniCnAgX\",...addPropertyOverrides({etYZ9N3Em:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+((componentViewport?.height||1080)-0-(Math.max(0,((componentViewport?.height||1080)-0-365.6)/1)*1+365.6))/1*1)+0+260+34.8+0+0+2),pixelHeight:591,pixelWidth:3218,src:\"https://framerusercontent.com/images/5BanIenvmugz60eUOkuf3qElRFE.png\"}},NPYeHiR7u:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+((componentViewport?.height||738)-0-(Math.max(0,((componentViewport?.height||738)-0-503)/1)*1+503))/1*1)+0+285+24+120+0+28+0+2),pixelHeight:591,pixelWidth:3218,src:\"https://framerusercontent.com/images/5BanIenvmugz60eUOkuf3qElRFE.png\"}},z5JNajm_p:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(0+Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+((componentViewport?.height||1170)-0-(Math.max(0,((componentViewport?.height||1170)-0-304)/1)*1+304))/1*1)+0+196+24+0+30+0+2),pixelHeight:591,pixelWidth:3218,src:\"https://framerusercontent.com/images/5BanIenvmugz60eUOkuf3qElRFE.png\"}}},baseVariant,gestureVariant)})})})]})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qYbiK.framer-11f38py, .framer-qYbiK .framer-11f38py { display: block; }\",\".framer-qYbiK.framer-1xrndzq { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; height: 788px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1199px; }\",\".framer-qYbiK .framer-jue1iq { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-qYbiK .framer-nl3uwq-container { flex: none; height: 132%; left: -206px; position: absolute; top: -140px; width: 132%; z-index: 0; }\",\".framer-qYbiK .framer-j17bif { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: hidden; padding: 48px 0px 48px 48px; position: relative; width: min-content; z-index: 2; }\",\".framer-qYbiK .framer-13dlfmm { aspect-ratio: 2.2488549618320612 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; text-decoration: none; width: 90px; }\",\".framer-qYbiK .framer-1h4969r-container, .framer-qYbiK .framer-1buchi4-container, .framer-qYbiK .framer-361poc-container, .framer-qYbiK .framer-u0f3b3-container, .framer-qYbiK .framer-gpln5w-container, .framer-qYbiK .framer-irgzxg-container, .framer-qYbiK .framer-114a4ug-container, .framer-qYbiK .framer-nlsc3o-container, .framer-qYbiK .framer-ectt3s-container, .framer-qYbiK .framer-1i3xc3f-container, .framer-qYbiK .framer-14hr5x2-container, .framer-qYbiK .framer-7oi9y5-container, .framer-qYbiK .framer-t53f0g-container, .framer-qYbiK .framer-1x6d7kr-container, .framer-qYbiK .framer-1uci8y2-container, .framer-qYbiK .framer-1pp4r45-container, .framer-qYbiK .framer-tx9987-container, .framer-qYbiK .framer-166gu9l-container, .framer-qYbiK .framer-12eg2su-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-qYbiK .framer-1vw0zd9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-qYbiK .framer-16hruyj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 32px 48px 32px 48px; position: relative; width: 80%; will-change: var(--framer-will-change-override, transform); }\",\".framer-qYbiK .framer-1y9nmq9 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 72px 0px 0px; position: relative; width: 1px; }\",\".framer-qYbiK .framer-16kbtyc, .framer-qYbiK .framer-va4b8s, .framer-qYbiK .framer-1qtuv1e, .framer-qYbiK .framer-1yn6wl, .framer-qYbiK .framer-1hze6dr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-qYbiK .framer-177hp8z { flex: none; height: 1px; overflow: visible; position: relative; width: 264px; }\",\".framer-qYbiK .framer-1vrzviq, .framer-qYbiK .framer-6823u9, .framer-qYbiK .framer-29klqz { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-qYbiK .framer-164zg0c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 24px 48px 24px 48px; position: relative; width: 100%; }\",\".framer-qYbiK .framer-1w4hic { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-qYbiK .framer-11aucn0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-qYbiK .framer-1fy7xbt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-qYbiK .framer-3n1d3v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 2px 4px 2px 4px; position: relative; text-decoration: none; width: min-content; }\",\".framer-qYbiK .framer-1ffkpyk { flex: none; height: 26px; overflow: visible; position: relative; width: 198px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qYbiK .framer-1vw0zd9, .framer-qYbiK .framer-16kbtyc, .framer-qYbiK .framer-va4b8s, .framer-qYbiK .framer-1qtuv1e, .framer-qYbiK .framer-1yn6wl, .framer-qYbiK .framer-1hze6dr, .framer-qYbiK .framer-1w4hic, .framer-qYbiK .framer-11aucn0, .framer-qYbiK .framer-1fy7xbt, .framer-qYbiK .framer-3n1d3v { gap: 0px; } .framer-qYbiK .framer-1vw0zd9 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-qYbiK .framer-1vw0zd9 > :first-child, .framer-qYbiK .framer-16kbtyc > :first-child, .framer-qYbiK .framer-va4b8s > :first-child, .framer-qYbiK .framer-1qtuv1e > :first-child, .framer-qYbiK .framer-1yn6wl > :first-child, .framer-qYbiK .framer-1hze6dr > :first-child { margin-top: 0px; } .framer-qYbiK .framer-1vw0zd9 > :last-child, .framer-qYbiK .framer-16kbtyc > :last-child, .framer-qYbiK .framer-va4b8s > :last-child, .framer-qYbiK .framer-1qtuv1e > :last-child, .framer-qYbiK .framer-1yn6wl > :last-child, .framer-qYbiK .framer-1hze6dr > :last-child { margin-bottom: 0px; } .framer-qYbiK .framer-16kbtyc > *, .framer-qYbiK .framer-va4b8s > *, .framer-qYbiK .framer-1qtuv1e > *, .framer-qYbiK .framer-1yn6wl > *, .framer-qYbiK .framer-1hze6dr > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-qYbiK .framer-1w4hic > *, .framer-qYbiK .framer-11aucn0 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-qYbiK .framer-1w4hic > :first-child, .framer-qYbiK .framer-11aucn0 > :first-child, .framer-qYbiK .framer-1fy7xbt > :first-child, .framer-qYbiK .framer-3n1d3v > :first-child { margin-left: 0px; } .framer-qYbiK .framer-1w4hic > :last-child, .framer-qYbiK .framer-11aucn0 > :last-child, .framer-qYbiK .framer-1fy7xbt > :last-child, .framer-qYbiK .framer-3n1d3v > :last-child { margin-right: 0px; } .framer-qYbiK .framer-1fy7xbt > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-qYbiK .framer-3n1d3v > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-qYbiK.framer-v-1qyn4jm.framer-1xrndzq { height: 738px; width: 370px; }\",\".framer-qYbiK.framer-v-1qyn4jm .framer-nl3uwq-container { bottom: -218px; height: unset; left: calc(50.810810810810835% - 137.2972972972973% / 2); top: -229px; width: 137%; }\",\".framer-qYbiK.framer-v-1qyn4jm .framer-j17bif { padding: 32px 0px 32px 16px; }\",\".framer-qYbiK.framer-v-1qyn4jm .framer-16hruyj { flex-direction: column; gap: 16px; justify-content: flex-start; padding: 24px 16px 24px 16px; width: min-content; }\",\".framer-qYbiK.framer-v-1qyn4jm .framer-1y9nmq9 { flex: none; gap: 48px; justify-content: flex-start; order: 0; padding: 0px; width: 264px; }\",\".framer-qYbiK.framer-v-1qyn4jm .framer-177hp8z { order: 3; }\",\".framer-qYbiK.framer-v-1qyn4jm .framer-1hze6dr { order: 4; }\",\".framer-qYbiK.framer-v-1qyn4jm .framer-164zg0c { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; justify-content: flex-start; padding: 24px 16px 24px 16px; }\",\".framer-qYbiK.framer-v-1qyn4jm .framer-6823u9 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qYbiK.framer-v-1qyn4jm .framer-1w4hic { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 8px; }\",\".framer-qYbiK.framer-v-1qyn4jm .framer-1ffkpyk { height: 18px; width: 137px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qYbiK.framer-v-1qyn4jm .framer-16hruyj, .framer-qYbiK.framer-v-1qyn4jm .framer-1y9nmq9, .framer-qYbiK.framer-v-1qyn4jm .framer-164zg0c, .framer-qYbiK.framer-v-1qyn4jm .framer-1w4hic { gap: 0px; } .framer-qYbiK.framer-v-1qyn4jm .framer-16hruyj > *, .framer-qYbiK.framer-v-1qyn4jm .framer-164zg0c > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-qYbiK.framer-v-1qyn4jm .framer-16hruyj > :first-child, .framer-qYbiK.framer-v-1qyn4jm .framer-164zg0c > :first-child, .framer-qYbiK.framer-v-1qyn4jm .framer-1w4hic > :first-child { margin-top: 0px; } .framer-qYbiK.framer-v-1qyn4jm .framer-16hruyj > :last-child, .framer-qYbiK.framer-v-1qyn4jm .framer-164zg0c > :last-child, .framer-qYbiK.framer-v-1qyn4jm .framer-1w4hic > :last-child { margin-bottom: 0px; } .framer-qYbiK.framer-v-1qyn4jm .framer-1y9nmq9 > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-qYbiK.framer-v-1qyn4jm .framer-1y9nmq9 > :first-child { margin-left: 0px; } .framer-qYbiK.framer-v-1qyn4jm .framer-1y9nmq9 > :last-child { margin-right: 0px; } .framer-qYbiK.framer-v-1qyn4jm .framer-1w4hic > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-qYbiK.framer-v-1gslmrl.framer-1xrndzq { height: 1080px; width: 2000px; }\",\".framer-qYbiK.framer-v-1gslmrl .framer-nl3uwq-container { height: 120%; left: -241px; top: -102px; width: 120%; }\",\".framer-qYbiK.framer-v-1gslmrl .framer-13dlfmm { height: var(--framer-aspect-ratio-supported, 71px); width: 160px; }\",\".framer-qYbiK.framer-v-1gslmrl .framer-16hruyj { padding: 48px 64px 48px 64px; }\",\".framer-qYbiK.framer-v-1gslmrl .framer-1qtuv1e, .framer-qYbiK.framer-v-1gslmrl .framer-1yn6wl, .framer-qYbiK.framer-v-1gslmrl .framer-1hze6dr { gap: 16px; }\",\".framer-qYbiK.framer-v-1gslmrl .framer-164zg0c { padding: 32px 64px 32px 64px; }\",\".framer-qYbiK.framer-v-1gslmrl .framer-1ffkpyk { height: 32px; width: 241px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qYbiK.framer-v-1gslmrl .framer-1qtuv1e, .framer-qYbiK.framer-v-1gslmrl .framer-1yn6wl, .framer-qYbiK.framer-v-1gslmrl .framer-1hze6dr { gap: 0px; } .framer-qYbiK.framer-v-1gslmrl .framer-1qtuv1e > *, .framer-qYbiK.framer-v-1gslmrl .framer-1yn6wl > *, .framer-qYbiK.framer-v-1gslmrl .framer-1hze6dr > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-qYbiK.framer-v-1gslmrl .framer-1qtuv1e > :first-child, .framer-qYbiK.framer-v-1gslmrl .framer-1yn6wl > :first-child, .framer-qYbiK.framer-v-1gslmrl .framer-1hze6dr > :first-child { margin-top: 0px; } .framer-qYbiK.framer-v-1gslmrl .framer-1qtuv1e > :last-child, .framer-qYbiK.framer-v-1gslmrl .framer-1yn6wl > :last-child, .framer-qYbiK.framer-v-1gslmrl .framer-1hze6dr > :last-child { margin-bottom: 0px; } }\",\".framer-qYbiK.framer-v-8h2ssy.framer-1xrndzq { height: 1170px; width: 971px; }\",\".framer-qYbiK.framer-v-8h2ssy .framer-nl3uwq-container { bottom: -427px; height: unset; left: calc(46.446961894953674% - 183.5221421215242% / 2); top: -517px; width: 184%; }\",\".framer-qYbiK.framer-v-8h2ssy .framer-164zg0c { align-content: flex-start; align-items: flex-start; }\",\".framer-qYbiK.framer-v-8h2ssy .framer-6823u9 { order: 0; }\",\".framer-qYbiK.framer-v-8h2ssy .framer-1w4hic { align-content: flex-end; align-items: flex-end; flex: 1 0 0px; flex-direction: column; gap: 10px; order: 1; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qYbiK.framer-v-8h2ssy .framer-1w4hic { gap: 0px; } .framer-qYbiK.framer-v-8h2ssy .framer-1w4hic > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-qYbiK.framer-v-8h2ssy .framer-1w4hic > :first-child { margin-top: 0px; } .framer-qYbiK.framer-v-8h2ssy .framer-1w4hic > :last-child { margin-bottom: 0px; } }\",'.framer-qYbiK[data-border=\"true\"]::after, .framer-qYbiK [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 788\n * @framerIntrinsicWidth 1199\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"NPYeHiR7u\":{\"layout\":[\"fixed\",\"fixed\"]},\"etYZ9N3Em\":{\"layout\":[\"fixed\",\"fixed\"]},\"z5JNajm_p\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerVfXwesIZm=withCSS(Component,css,\"framer-qYbiK\");export default FramerVfXwesIZm;FramerVfXwesIZm.displayName=\"Footer\";FramerVfXwesIZm.defaultProps={height:788,width:1199};addPropertyControls(FramerVfXwesIZm,{variant:{options:[\"HeTl_DC54\",\"NPYeHiR7u\",\"etYZ9N3Em\",\"z5JNajm_p\"],optionTitles:[\"Footer - Desktop\",\"Footer - Mobile\",\"Footer - 2K\",\"Footer - Tablet\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerVfXwesIZm,[{explicitInter:true,fonts:[{family:\"Anderson Grotesk Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/UGJiE56vPrrrq1oYEapNK6xwyo.woff2\"},{family:\"Noto Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosans/v39/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyCjA99Y41P6zHtY.woff2\",weight:\"300\"}]},...VimeoFonts,...CTAPrincipaleFonts,...CTALinksFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVfXwesIZm\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"1199\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"788\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NPYeHiR7u\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"etYZ9N3Em\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"z5JNajm_p\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VfXwesIZm.map"],
  "mappings": "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",
  "names": ["_classCallCheck", "e", "_defineProperties", "n", "r", "_createClass", "global", "getMethodName", "isDomElement", "isInteger", "isVimeoUrl", "getVimeoUrl", "t", "window", "createCommonjsModule", "defineProperty", "WeakMap", "genId", "checkInstance", "isObject", "rand", "o", "Item", "schedule", "isThenable", "notify", "notifyIsolated", "resolve", "MakeDefWrapper", "reject", "iteratePromises", "MakeDef", "Promise", "i", "a", "storeCallback", "getCallbacks", "removeCallback", "shiftCallbacks", "swapCallbacks", "getOEmbedParameters", "createEmbed", "getOEmbedData", "u", "initializeEmbeds", "resizeEmbeds", "parseMessageData", "postMessage", "navigator", "processData", "initializeScreenfull", "onFullScreenEntered", "onFullScreenExit", "l", "s", "c", "Player", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "vimeoRegex", "Vimeo", "withCSS", "video", "autoplay", "mute", "controls", "loop", "titles", "backgroundColor", "onPlay", "onEnd", "style", "props", "key", "setKey", "ye", "player", "pe", "borderRadius", "useRadius", "ue", "id", "embeddedPlayer", "c", "RenderTarget", "p", "motion", "addPropertyControls", "ControlType", "borderRadiusControl", "Vimeo_default", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "height", "id", "link", "textColor", "title", "title2", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "_ref3", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Ek6zN3QU4", "vhmW_hd87", "hfQ2L9fV_", "xFHvN7lKw", "Zabk_T06A", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "Link", "css", "FramerSCf_7YbLT", "withCSS", "SCf_7YbLT_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "height", "id", "tap", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "XKaY3MrGu", "kQ08qVQT3", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap16y2uw0", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "css", "FramerB2RlIiK_M", "withCSS", "B2RlIiK_M_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "content", "height", "id", "link", "textColor", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "rN5akvQQg", "f3rdyudRC", "UlsLO1Z4p", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "Link", "css", "Frameru8Y2v82Tu", "withCSS", "u8Y2v82Tu_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "CTAButtonNOIconFonts", "getFonts", "SCf_7YbLT_default", "SmartComponentScopedContainerWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "SmartComponentScopedContainer", "MenuIconFonts", "B2RlIiK_M_default", "CTALinksFonts", "u8Y2v82Tu_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "GiQAR4MSR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapj8hmw2", "args", "XKaY3MrGu1jvcqbn", "XKaY3MrGu1uk6y8h", "XKaY3MrGupptqbp", "XKaY3MrGu1sojwfv", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "LayoutGroup", "u", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "css", "FramerKaedJvaB6", "withCSS", "KaedJvaB6_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "CTALinksFonts", "getFonts", "u8Y2v82Tu_default", "SmartComponentScopedContainerWithFXWithOptimizedAppearEffect", "SmartComponentScopedContainer", "CTAButtonNOIconFonts", "SCf_7YbLT_default", "MenuFonts", "KaedJvaB6_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "btnBG", "height", "id", "textColor", "textColor2", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "zcFga_U5X", "P_ahDM1no", "T7wfuBucV", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "GiQAR4MSRzz139x", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "router", "useRouter", "LayoutGroup", "u", "Link", "SVG", "RichText2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "css", "FramerFJtqY7yBI", "withCSS", "FJtqY7yBI_default", "addPropertyControls", "ControlType", "addFonts", "NiEhpBTCc_exports", "__export", "__FramerMetadata__", "NiEhpBTCc_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "height", "id", "link", "tap", "textColor", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ws4g7g2hC", "eGIFJAjcW", "zYDnUnrVv", "YX_LKZ7y6", "a_dW8HH3X", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapmknvf4", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "SVG", "css", "FramerNiEhpBTCc", "withCSS", "NiEhpBTCc_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__", "VimeoFonts", "getFonts", "Vimeo_default", "CTAPrincipaleFonts", "NiEhpBTCc_default", "CTALinksFonts", "u8Y2v82Tu_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "isDisplayed1", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "Link", "SVG", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "RichText2", "resolvedLinks10", "resolvedLinks11", "Image2", "getLoadingLazyAtYPosition", "css", "FramerVfXwesIZm", "withCSS", "VfXwesIZm_default", "addPropertyControls", "ControlType", "addFonts"]
}
