{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@vimeo/player@2.16.4/dist/player.es.js", "ssg:https://framerusercontent.com/modules/0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js", "ssg:https://framerusercontent.com/modules/pYTHDTQXwi3964MPobaI/wjEX9KoEKZSthr820akv/CxyC8Q6qj.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{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", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,useActiveVariantCallback,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useOverlayState,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import Vimeo from\"https://framerusercontent.com/modules/0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import MainNavigation from\"https://framerusercontent.com/modules/7Yx1RzZPGULGIBbX4uou/bE6reBmYmO2FO5ZJ0yZi/glGsKR2IG.js\";import{withYScroll}from\"https://framerusercontent.com/modules/crB4qWZybgghSkVinluH/oZheriFIBNVJh1wpBRns/Examples_2.js\";import ColorCycle from\"https://framerusercontent.com/modules/dXMoFu7V9NbxJuWGeX9h/8zU7so8TlI4oIVv2mQOr/ColorCycle.js\";import DeskNav from\"#framer/local/canvasComponent/C7_wwo_LR/C7_wwo_LR.js\";import MainNavigation1 from\"#framer/local/canvasComponent/glGsKR2IG/glGsKR2IG.js\";import SideNav from\"#framer/local/canvasComponent/of6zlii81/of6zlii81.js\";import{withDvhHeight}from\"#framer/local/codeFile/O8MbFHP/Examples.js\";import metadataProvider from\"#framer/local/webPageMetadata/CxyC8Q6qj/CxyC8Q6qj.js\";const ColorCycleFonts=getFonts(ColorCycle);const MainNavigationFonts=getFonts(MainNavigation);const MainNavigation1Fonts=getFonts(MainNavigation1);const DeskNavFonts=getFonts(DeskNav);const SideNavFonts=getFonts(SideNav);const VimeoFonts=getFonts(Vimeo);const MaterialFonts=getFonts(Material);const MotionDivWithYScroll=withYScroll(motion.div);const MotionDivWithDvhHeight=withDvhHeight(motion.div);const breakpoints={Irom5Dd4z:\"(max-width: 1099px)\",YPRqgPXPy:\"(min-width: 1100px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-NO47Q\";const variantClassNames={Irom5Dd4z:\"framer-v-38icw5\",YPRqgPXPy:\"framer-v-1bimw2i\"};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"YPRqgPXPy\",Mobile:\"Irom5Dd4z\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Irom5Dd4z\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-NO47Q`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-NO47Q`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onTapwelu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onClick1wvko5h=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.hide();});const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"YPRqgPXPy\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"YPRqgPXPy\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Irom5Dd4z\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(MotionDivWithDvhHeight,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-38icw5\",className),\"data-border\":true,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ogyh7s-container\",children:/*#__PURE__*/_jsx(ColorCycle,{animOptions:{delay:0,duration:40,ease:[0,0,1,1],type:\"tween\"},animPause:0,animRepeat:true,colors:[\"rgb(255, 0, 0)\",\"rgb(255, 98, 0)\",\"rgb(255, 174, 0)\",\"rgb(255, 221, 0)\",\"rgb(230, 255, 0)\",\"rgb(153, 255, 0)\",\"rgb(34, 255, 0)\",\"rgb(0, 255, 187)\",\"rgb(0, 255, 247)\",\"rgb(0, 195, 255)\",\"rgb(0, 149, 255)\",\"rgb(0, 89, 255)\",\"rgb(0, 13, 255)\",\"rgb(85, 0, 255)\",\"rgb(140, 0, 255)\",\"rgb(200, 0, 255)\",\"rgb(247, 0, 255)\",\"rgb(255, 0, 153)\",\"rgb(255, 0, 21)\",\"rgb(255, 0, 38)\"],height:\"100%\",id:\"zMRWOgj6q\",layoutId:\"zMRWOgj6q\",radius:1,randomStart:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y2ivol\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nhtis3\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1th4k53\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:95,y:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jo39fm-container hidden-1bimw2i\",children:/*#__PURE__*/_jsx(MainNavigation,{height:\"100%\",id:\"fipQUiGXJ\",layoutId:\"fipQUiGXJ\",style:{height:\"100%\",width:\"100%\"},variant:\"K0NSE0Kes\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YPRqgPXPy:{height:393,width:\"247.7477px\",y:-258}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-48o44j-container hidden-38icw5\",children:/*#__PURE__*/_jsx(MainNavigation1,{height:\"100%\",id:\"XDBYEdUMc\",layoutId:\"XDBYEdUMc\",style:{width:\"100%\"},variant:\"woYoLDQIH\",width:\"100%\"})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dfcopt hidden-38icw5\",children:[isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-180zkj7 hidden-38icw5\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-hikqdm hidden-38icw5\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YPRqgPXPy:{y:90}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"750px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-a2y3bq-container\",children:/*#__PURE__*/_jsx(DeskNav,{height:\"100%\",id:\"f8__szBIT\",layoutId:\"f8__szBIT\",style:{height:\"100%\",width:\"100%\"},variant:\"yKq2KVBfe\",width:\"100%\"})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1azlxye hidden-38icw5\"})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:460,width:\"40px\",y:20,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5gew6c-container hidden-1bimw2i\",children:/*#__PURE__*/_jsx(SideNav,{height:\"100%\",id:\"kQtRu5oIS\",layoutId:\"kQtRu5oIS\",style:{height:\"100%\",width:\"100%\"},variant:\"AEDBFklOJ\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-msb2ee\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-f9klk7 hidden-1bimw2i\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:94,y:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ao5vhl-container\",children:/*#__PURE__*/_jsx(MainNavigation1,{height:\"100%\",id:\"P2jlLzA1J\",layoutId:\"P2jlLzA1J\",style:{height:\"100%\",width:\"100%\"},variant:\"w0UbjRY0j\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(MotionDivWithYScroll,{className:\"framer-1kf6qhs\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rvw6rv hidden-1bimw2i\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e0iupg\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YPRqgPXPy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7TmV3IEFtc3RlcmRhbS1yZWd1bGFy\",\"--framer-font-family\":'\"New Amsterdam\", \"New Amsterdam Placeholder\", sans-serif',\"--framer-font-size\":\"14px\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"REVIVAL OF CULTURAL ARTS (R.O.C.A)\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:\"A Little Bit of Mexico (2024)\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7TmV3IEFtc3RlcmRhbS1yZWd1bGFy\",\"--framer-font-family\":'\"New Amsterdam\", \"New Amsterdam Placeholder\", sans-serif',\"--framer-font-size\":\"14px\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"REVIVAL OF CULTURAL ARTS (R.O.C.A)\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"18px\"},children:\"A Little Bit of Mexico (2024)\"})]})}),className:\"framer-18uydpf\",\"data-framer-name\":\"Title\",fonts:[\"GF;New Amsterdam-regular\"],name:\"Title\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i1070b-container\",children:/*#__PURE__*/_jsx(Vimeo,{autoplay:false,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:true,height:\"100%\",id:\"PDrR85cmg\",isMixedBorderRadius:false,layoutId:\"PDrR85cmg\",loop:false,mute:false,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,video:\"https://vimeo.com/1041806218\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YPRqgPXPy:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(170),pixelHeight:3481,pixelWidth:5221,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/OWeK7SeTaGUvdAkWE5OCE9700g0.webp\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(418),pixelHeight:3481,pixelWidth:5221,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/OWeK7SeTaGUvdAkWE5OCE9700g0.webp?scale-down-to=1024\"},className:\"framer-iui6sc\",id:\"iui6sc\",onTap:onTapwelu7j({overlay}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-ymo0a9\",\"data-framer-portal-id\":\"iui6sc\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"kT8vKWTpK\"),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1828.5,intrinsicWidth:1828.5,loading:getLoadingLazyAtYPosition(0),pixelHeight:3481,pixelWidth:5221,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/OWeK7SeTaGUvdAkWE5OCE9700g0.webp\"},className:\"framer-r2r26m\",\"data-framer-name\":\"$3\",\"data-framer-portal-id\":\"iui6sc\",name:\"$3\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zbr3kb-container\",\"data-framer-portal-id\":\"iui6sc\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"WQC57lFcH\",layoutId:\"WQC57lFcH\",mirrored:false,onClick:onClick1wvko5h({overlay}),selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19rzlzd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7TmV3IEFtc3RlcmRhbS1yZWd1bGFy\",\"--framer-font-family\":'\"New Amsterdam\", \"New Amsterdam Placeholder\", sans-serif',\"--framer-font-size\":\"14px\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"GUADALUPE REGIONAL MIDDLE SCHOOL\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:\"SCHOOL MISSION (2024)\"})]})}),className:\"framer-nmeezc\",\"data-framer-name\":\"Title\",fonts:[\"GF;New Amsterdam-regular\"],name:\"Title\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YPRqgPXPy:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(170),pixelHeight:3403,pixelWidth:5105,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Ykb9inI2qI5HLJg7B4iiCsvRk04.webp\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(753),pixelHeight:3403,pixelWidth:5105,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Ykb9inI2qI5HLJg7B4iiCsvRk04.webp?scale-down-to=1024\"},className:\"framer-1d99ejh\",id:\"1d99ejh\",onTap:onTapwelu7j({overlay:overlay1}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-qxm15m\",\"data-framer-portal-id\":\"1d99ejh\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"gHvcZoI0Z\"),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1828.5,intrinsicWidth:1828.5,loading:getLoadingLazyAtYPosition(0),pixelHeight:3403,pixelWidth:5105,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Ykb9inI2qI5HLJg7B4iiCsvRk04.webp\"},className:\"framer-afo77a\",\"data-framer-name\":\"$3\",\"data-framer-portal-id\":\"1d99ejh\",name:\"$3\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ls62ep-container\",\"data-framer-portal-id\":\"1d99ejh\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"PqGyNLQxR\",layoutId:\"PqGyNLQxR\",mirrored:false,onClick:onClick1wvko5h({overlay:overlay1}),selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YPRqgPXPy:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(170),pixelHeight:3826,pixelWidth:5739,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/dnq9fPKqv7aaqkcCKoit9WYh8M.webp\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(900),pixelHeight:3826,pixelWidth:5739,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/dnq9fPKqv7aaqkcCKoit9WYh8M.webp?scale-down-to=1024\"},className:\"framer-1hnjytp\",id:\"1hnjytp\",onTap:onTapwelu7j({overlay:overlay2}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-1t254hl\",\"data-framer-portal-id\":\"1hnjytp\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay2.hide()},\"SRjOJFN_1\"),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1828.5,intrinsicWidth:1828.5,loading:getLoadingLazyAtYPosition(0),pixelHeight:3826,pixelWidth:5739,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/dnq9fPKqv7aaqkcCKoit9WYh8M.webp\"},className:\"framer-92h5o1\",\"data-framer-name\":\"$3\",\"data-framer-portal-id\":\"1hnjytp\",name:\"$3\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wjhqzs-container\",\"data-framer-portal-id\":\"1hnjytp\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"LgR_L0Kjt\",layoutId:\"LgR_L0Kjt\",mirrored:false,onClick:onClick1wvko5h({overlay:overlay2}),selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay3=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YPRqgPXPy:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(170),pixelHeight:3713,pixelWidth:5570,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Qv6k6I3QlKpdn4hoivmjYNybM.webp\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(1047),pixelHeight:3713,pixelWidth:5570,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Qv6k6I3QlKpdn4hoivmjYNybM.webp?scale-down-to=1024\"},className:\"framer-1o6ldlp\",id:\"1o6ldlp\",onTap:onTapwelu7j({overlay:overlay3}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay3.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-444q6n\",\"data-framer-portal-id\":\"1o6ldlp\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay3.hide()},\"txub2PonN\"),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1828.5,intrinsicWidth:1828.5,loading:getLoadingLazyAtYPosition(0),pixelHeight:3713,pixelWidth:5570,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Qv6k6I3QlKpdn4hoivmjYNybM.webp\"},className:\"framer-kq1i0l\",\"data-framer-name\":\"$3\",\"data-framer-portal-id\":\"1o6ldlp\",name:\"$3\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ezu2hy-container\",\"data-framer-portal-id\":\"1o6ldlp\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"z7E1CbGSE\",layoutId:\"z7E1CbGSE\",mirrored:false,onClick:onClick1wvko5h({overlay:overlay3}),selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay4=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YPRqgPXPy:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(170),pixelHeight:3592,pixelWidth:5388,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/6FAJ9AMFImu7dqR8UPSMXvp2coo.webp\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(1194),pixelHeight:3592,pixelWidth:5388,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/6FAJ9AMFImu7dqR8UPSMXvp2coo.webp?scale-down-to=1024\"},className:\"framer-kylqup\",id:\"kylqup\",onTap:onTapwelu7j({overlay:overlay4}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay4.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-1u4avlg\",\"data-framer-portal-id\":\"kylqup\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay4.hide()},\"hpGeUO57O\"),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1828.5,intrinsicWidth:1828.5,loading:getLoadingLazyAtYPosition(0),pixelHeight:3592,pixelWidth:5388,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/6FAJ9AMFImu7dqR8UPSMXvp2coo.webp\"},className:\"framer-qc6vj\",\"data-framer-name\":\"$3\",\"data-framer-portal-id\":\"kylqup\",name:\"$3\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1losd3h-container\",\"data-framer-portal-id\":\"kylqup\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"UCkkCn46G\",layoutId:\"UCkkCn46G\",mirrored:false,onClick:onClick1wvko5h({overlay:overlay4}),selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wsptpt\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YPRqgPXPy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7TmV3IEFtc3RlcmRhbS1yZWd1bGFy\",\"--framer-font-family\":'\"New Amsterdam\", \"New Amsterdam Placeholder\", sans-serif',\"--framer-font-size\":\"14px\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"SERENDIPITY GELATO\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:\"PRODUCT PHOTOGRAPHY (2023)\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7TmV3IEFtc3RlcmRhbS1yZWd1bGFy\",\"--framer-font-family\":'\"New Amsterdam\", \"New Amsterdam Placeholder\", sans-serif',\"--framer-font-size\":\"14px\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Serendipity Gelato\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"18px\"},children:\"Product Photography (2023)\"})]})}),className:\"framer-caunmp\",\"data-framer-name\":\"Title\",fonts:[\"GF;New Amsterdam-regular\"],name:\"Title\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Overlay,{children:overlay5=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YPRqgPXPy:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(170),pixelHeight:2048,pixelWidth:1390,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/z3XFzQ4ldk1on5taLIBUhBLy4.jpg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(1488),pixelHeight:2048,pixelWidth:1390,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/z3XFzQ4ldk1on5taLIBUhBLy4.jpg?scale-down-to=1024\"},className:\"framer-ceamtf\",id:\"ceamtf\",onTap:onTapwelu7j({overlay:overlay5}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay5.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-1n0m2td\",\"data-framer-portal-id\":\"ceamtf\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay5.hide()},\"xnSZCgkpP\"),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1828.5,intrinsicWidth:1828.5,loading:getLoadingLazyAtYPosition(0),pixelHeight:2048,pixelWidth:1390,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/z3XFzQ4ldk1on5taLIBUhBLy4.jpg\"},className:\"framer-cjodhn\",\"data-framer-name\":\"$3\",\"data-framer-portal-id\":\"ceamtf\",name:\"$3\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8s0ws2-container\",\"data-framer-portal-id\":\"ceamtf\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"Fg71nerjr\",layoutId:\"Fg71nerjr\",mirrored:false,onClick:onClick1wvko5h({overlay:overlay5}),selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay6=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YPRqgPXPy:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(170),pixelHeight:2048,pixelWidth:1365,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SEigDaijythmPeesEBwv6pDlEiI.jpg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(1793),pixelHeight:2048,pixelWidth:1365,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SEigDaijythmPeesEBwv6pDlEiI.jpg?scale-down-to=1024\"},className:\"framer-9wao4q\",id:\"9wao4q\",onTap:onTapwelu7j({overlay:overlay6}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay6.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-17y2chn\",\"data-framer-portal-id\":\"9wao4q\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay6.hide()},\"bpX9epTol\"),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1828.5,intrinsicWidth:1828.5,loading:getLoadingLazyAtYPosition(0),pixelHeight:2048,pixelWidth:1365,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SEigDaijythmPeesEBwv6pDlEiI.jpg\"},className:\"framer-1ih6mct\",\"data-framer-name\":\"$3\",\"data-framer-portal-id\":\"9wao4q\",name:\"$3\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-fyxpx2-container\",\"data-framer-portal-id\":\"9wao4q\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"UZTKtfYeH\",layoutId:\"UZTKtfYeH\",mirrored:false,onClick:onClick1wvko5h({overlay:overlay6}),selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay7=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YPRqgPXPy:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(170),pixelHeight:2048,pixelWidth:2048,src:\"https://framerusercontent.com/images/CFJvsg0TIfoc8AfR9rXRoqjRne4.jpg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2103),pixelHeight:2048,pixelWidth:2048,src:\"https://framerusercontent.com/images/CFJvsg0TIfoc8AfR9rXRoqjRne4.jpg?scale-down-to=1024\"},className:\"framer-1ife5wb\",id:\"1ife5wb\",onTap:onTapwelu7j({overlay:overlay7}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay7.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-zodlu7\",\"data-framer-portal-id\":\"1ife5wb\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay7.hide()},\"DvCRssIbR\"),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1828.5,intrinsicWidth:1828.5,loading:getLoadingLazyAtYPosition(0),pixelHeight:2048,pixelWidth:2048,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/CFJvsg0TIfoc8AfR9rXRoqjRne4.jpg\"},className:\"framer-5ov567\",\"data-framer-name\":\"$3\",\"data-framer-portal-id\":\"1ife5wb\",name:\"$3\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-6pg72-container\",\"data-framer-portal-id\":\"1ife5wb\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"kaEVlCLPI\",layoutId:\"kaEVlCLPI\",mirrored:false,onClick:onClick1wvko5h({overlay:overlay7}),selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay8=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YPRqgPXPy:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(170),pixelHeight:2048,pixelWidth:1365,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/2rD3YbGSpfufA5CrozER2sKr3No.jpg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(2315),pixelHeight:2048,pixelWidth:1365,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/2rD3YbGSpfufA5CrozER2sKr3No.jpg?scale-down-to=1024\"},className:\"framer-1c23vp2\",id:\"1c23vp2\",onTap:onTapwelu7j({overlay:overlay8}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay8.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-1fgs1ap\",\"data-framer-portal-id\":\"1c23vp2\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay8.hide()},\"KfckaxOrm\"),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1828.5,intrinsicWidth:1828.5,loading:getLoadingLazyAtYPosition(0),pixelHeight:2048,pixelWidth:1365,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/2rD3YbGSpfufA5CrozER2sKr3No.jpg\"},className:\"framer-1omil4s\",\"data-framer-name\":\"$3\",\"data-framer-portal-id\":\"1c23vp2\",name:\"$3\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-109b60s-container\",\"data-framer-portal-id\":\"1c23vp2\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"O__8vSwPH\",layoutId:\"O__8vSwPH\",mirrored:false,onClick:onClick1wvko5h({overlay:overlay8}),selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay9=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YPRqgPXPy:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(170),pixelHeight:2048,pixelWidth:1407,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/7o3MldggEFKd7DIOhLU0Y1cxsQQ.jpg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(2625),pixelHeight:2048,pixelWidth:1407,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/7o3MldggEFKd7DIOhLU0Y1cxsQQ.jpg?scale-down-to=1024\"},className:\"framer-1bqcmqm\",id:\"1bqcmqm\",onTap:onTapwelu7j({overlay:overlay9}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay9.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-7pvkgg\",\"data-framer-portal-id\":\"1bqcmqm\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay9.hide()},\"nMuT2qDyn\"),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1828.5,intrinsicWidth:1828.5,loading:getLoadingLazyAtYPosition(0),pixelHeight:2048,pixelWidth:1407,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/7o3MldggEFKd7DIOhLU0Y1cxsQQ.jpg\"},className:\"framer-tf67zh\",\"data-framer-name\":\"$3\",\"data-framer-portal-id\":\"1bqcmqm\",name:\"$3\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a0iqrz-container\",\"data-framer-portal-id\":\"1bqcmqm\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"Q2LJL4Fvn\",layoutId:\"Q2LJL4Fvn\",mirrored:false,onClick:onClick1wvko5h({overlay:overlay9}),selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay10=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YPRqgPXPy:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(170),pixelHeight:2048,pixelWidth:2048,src:\"https://framerusercontent.com/images/XsFpXLYpDXTipwbJgfMVVyzBY.jpg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2926),pixelHeight:2048,pixelWidth:2048,src:\"https://framerusercontent.com/images/XsFpXLYpDXTipwbJgfMVVyzBY.jpg?scale-down-to=1024\"},className:\"framer-z7dp8f\",id:\"z7dp8f\",onTap:onTapwelu7j({overlay:overlay10}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay10.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-1mjzst3\",\"data-framer-portal-id\":\"z7dp8f\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay10.hide()},\"hEEjl9eW8\"),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1828.5,intrinsicWidth:1828.5,loading:getLoadingLazyAtYPosition(0),pixelHeight:2048,pixelWidth:2048,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/XsFpXLYpDXTipwbJgfMVVyzBY.jpg\"},className:\"framer-4z9eug\",\"data-framer-name\":\"$3\",\"data-framer-portal-id\":\"z7dp8f\",name:\"$3\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zo5rgc-container\",\"data-framer-portal-id\":\"z7dp8f\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"FM58pKXCd\",layoutId:\"FM58pKXCd\",mirrored:false,onClick:onClick1wvko5h({overlay:overlay10}),selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})})})})})]})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-NO47Q { background: rgb(0, 0, 0); }`,\".framer-NO47Q.framer-12yne6, .framer-NO47Q .framer-12yne6 { display: block; }\",\".framer-NO47Q.framer-38icw5 { --border-bottom-width: 20px; --border-color: #000000; --border-left-width: 20px; --border-right-width: 20px; --border-style: solid; --border-top-width: 20px; align-content: center; align-items: center; background-color: #000000; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 500px; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: 307px; }\",\".framer-NO47Q .framer-1ogyh7s-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-NO47Q .framer-y2ivol { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NO47Q .framer-nhtis3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-NO47Q .framer-1th4k53 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 95px; justify-content: flex-end; overflow: visible; padding: 0px; position: absolute; right: -320px; top: 20px; width: 100%; z-index: 1; }\",\".framer-NO47Q .framer-1jo39fm-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-NO47Q .framer-48o44j-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-NO47Q .framer-dfcopt { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: flex-start; min-width: 780px; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-NO47Q .framer-180zkj7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-width: 800px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NO47Q .framer-hikqdm { background-color: #000000; flex: 1 0 0px; height: 60px; overflow: hidden; position: relative; width: 1px; }\",\".framer-NO47Q .framer-a2y3bq-container { flex: none; height: 60px; position: relative; width: 750px; }\",\".framer-NO47Q .framer-1azlxye { background-color: #000000; flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-NO47Q .framer-5gew6c-container { flex: 1 0 0px; height: 1px; position: relative; width: 40px; }\",\".framer-NO47Q .framer-msb2ee { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: visible; padding: 15px 15px 0px 15px; position: relative; width: 1px; }\",\".framer-NO47Q .framer-f9klk7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 94px; justify-content: center; left: calc(50.00000000000002% - 100% / 2); mix-blend-mode: difference; overflow: hidden; padding: 0px 15px 0px 15px; position: absolute; top: 15px; width: 100%; z-index: 5; }\",\".framer-NO47Q .framer-ao5vhl-container { flex: none; height: 94px; mix-blend-mode: difference; position: relative; width: 100%; z-index: 1; }\",\".framer-NO47Q .framer-1kf6qhs { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: 1px; justify-content: flex-start; overflow: auto; padding: 0px 0px 15px 0px; position: relative; width: 100%; }\",\".framer-NO47Q .framer-1rvw6rv { flex: none; height: 95px; overflow: hidden; position: relative; width: 100%; }\",\".framer-NO47Q .framer-1e0iupg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NO47Q .framer-18uydpf, .framer-NO47Q .framer-nmeezc, .framer-NO47Q .framer-caunmp { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-NO47Q .framer-1i1070b-container { aspect-ratio: 1.7747747747747749 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 111px); position: relative; width: 100%; }\",\".framer-NO47Q .framer-iui6sc, .framer-NO47Q .framer-kylqup { align-content: center; align-items: center; aspect-ratio: 1.4924242424242424 / 1; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 132px); justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-NO47Q .framer-ymo0a9, .framer-NO47Q .framer-qxm15m, .framer-NO47Q .framer-1t254hl, .framer-NO47Q .framer-444q6n, .framer-NO47Q .framer-1u4avlg, .framer-NO47Q .framer-1n0m2td, .framer-NO47Q .framer-17y2chn, .framer-NO47Q .framer-zodlu7, .framer-NO47Q .framer-1fgs1ap, .framer-NO47Q .framer-7pvkgg, .framer-NO47Q .framer-1mjzst3 { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 6; }\",\".framer-NO47Q .framer-r2r26m, .framer-NO47Q .framer-afo77a, .framer-NO47Q .framer-92h5o1, .framer-NO47Q .framer-kq1i0l, .framer-NO47Q .framer-qc6vj, .framer-NO47Q .framer-cjodhn, .framer-NO47Q .framer-1ih6mct, .framer-NO47Q .framer-5ov567, .framer-NO47Q .framer-1omil4s, .framer-NO47Q .framer-tf67zh, .framer-NO47Q .framer-4z9eug { flex: none; height: 100vh; left: 0px; overflow: visible; position: fixed; top: 0px; width: 100%; z-index: 6; }\",\".framer-NO47Q .framer-zbr3kb-container, .framer-NO47Q .framer-1ls62ep-container, .framer-NO47Q .framer-wjhqzs-container, .framer-NO47Q .framer-1ezu2hy-container, .framer-NO47Q .framer-1losd3h-container, .framer-NO47Q .framer-8s0ws2-container, .framer-NO47Q .framer-fyxpx2-container, .framer-NO47Q .framer-6pg72-container, .framer-NO47Q .framer-109b60s-container, .framer-NO47Q .framer-1a0iqrz-container, .framer-NO47Q .framer-zo5rgc-container { flex: none; height: 35px; position: fixed; right: 10px; top: 10px; width: 35px; z-index: 6; }\",\".framer-NO47Q .framer-19rzlzd, .framer-NO47Q .framer-wsptpt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NO47Q .framer-1d99ejh, .framer-NO47Q .framer-1hnjytp, .framer-NO47Q .framer-1o6ldlp { align-content: center; align-items: center; aspect-ratio: 1.4924242424242424 / 1; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 132px); justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-NO47Q .framer-ceamtf { align-content: center; align-items: center; aspect-ratio: 0.6793103448275862 / 1; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 290px); justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-NO47Q .framer-9wao4q, .framer-NO47Q .framer-1c23vp2 { align-content: center; align-items: center; aspect-ratio: 0.6677966101694915 / 1; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 295px); justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-NO47Q .framer-1ife5wb, .framer-NO47Q .framer-z7dp8f { align-content: center; align-items: center; aspect-ratio: 1 / 1; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 197px); justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-NO47Q .framer-1bqcmqm { align-content: center; align-items: center; aspect-ratio: 0.6888111888111889 / 1; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 286px); justify-content: center; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-NO47Q.framer-38icw5, .framer-NO47Q .framer-y2ivol, .framer-NO47Q .framer-nhtis3, .framer-NO47Q .framer-1th4k53, .framer-NO47Q .framer-dfcopt, .framer-NO47Q .framer-180zkj7, .framer-NO47Q .framer-msb2ee, .framer-NO47Q .framer-f9klk7, .framer-NO47Q .framer-1kf6qhs, .framer-NO47Q .framer-1e0iupg, .framer-NO47Q .framer-iui6sc, .framer-NO47Q .framer-19rzlzd, .framer-NO47Q .framer-1d99ejh, .framer-NO47Q .framer-1hnjytp, .framer-NO47Q .framer-1o6ldlp, .framer-NO47Q .framer-kylqup, .framer-NO47Q .framer-wsptpt, .framer-NO47Q .framer-ceamtf, .framer-NO47Q .framer-9wao4q, .framer-NO47Q .framer-1ife5wb, .framer-NO47Q .framer-1c23vp2, .framer-NO47Q .framer-1bqcmqm, .framer-NO47Q .framer-z7dp8f { gap: 0px; } .framer-NO47Q.framer-38icw5 > *, .framer-NO47Q .framer-nhtis3 > *, .framer-NO47Q .framer-1th4k53 > *, .framer-NO47Q .framer-dfcopt > *, .framer-NO47Q .framer-msb2ee > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-NO47Q.framer-38icw5 > :first-child, .framer-NO47Q .framer-nhtis3 > :first-child, .framer-NO47Q .framer-1th4k53 > :first-child, .framer-NO47Q .framer-dfcopt > :first-child, .framer-NO47Q .framer-msb2ee > :first-child, .framer-NO47Q .framer-1kf6qhs > :first-child, .framer-NO47Q .framer-1e0iupg > :first-child, .framer-NO47Q .framer-iui6sc > :first-child, .framer-NO47Q .framer-19rzlzd > :first-child, .framer-NO47Q .framer-kylqup > :first-child, .framer-NO47Q .framer-wsptpt > :first-child, .framer-NO47Q .framer-1bqcmqm > :first-child { margin-top: 0px; } .framer-NO47Q.framer-38icw5 > :last-child, .framer-NO47Q .framer-nhtis3 > :last-child, .framer-NO47Q .framer-1th4k53 > :last-child, .framer-NO47Q .framer-dfcopt > :last-child, .framer-NO47Q .framer-msb2ee > :last-child, .framer-NO47Q .framer-1kf6qhs > :last-child, .framer-NO47Q .framer-1e0iupg > :last-child, .framer-NO47Q .framer-iui6sc > :last-child, .framer-NO47Q .framer-19rzlzd > :last-child, .framer-NO47Q .framer-kylqup > :last-child, .framer-NO47Q .framer-wsptpt > :last-child, .framer-NO47Q .framer-1bqcmqm > :last-child { margin-bottom: 0px; } .framer-NO47Q .framer-y2ivol > *, .framer-NO47Q .framer-180zkj7 > *, .framer-NO47Q .framer-f9klk7 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-NO47Q .framer-y2ivol > :first-child, .framer-NO47Q .framer-180zkj7 > :first-child, .framer-NO47Q .framer-f9klk7 > :first-child, .framer-NO47Q .framer-1d99ejh > :first-child, .framer-NO47Q .framer-1hnjytp > :first-child, .framer-NO47Q .framer-1o6ldlp > :first-child, .framer-NO47Q .framer-ceamtf > :first-child, .framer-NO47Q .framer-9wao4q > :first-child, .framer-NO47Q .framer-1ife5wb > :first-child, .framer-NO47Q .framer-1c23vp2 > :first-child, .framer-NO47Q .framer-z7dp8f > :first-child { margin-left: 0px; } .framer-NO47Q .framer-y2ivol > :last-child, .framer-NO47Q .framer-180zkj7 > :last-child, .framer-NO47Q .framer-f9klk7 > :last-child, .framer-NO47Q .framer-1d99ejh > :last-child, .framer-NO47Q .framer-1hnjytp > :last-child, .framer-NO47Q .framer-1o6ldlp > :last-child, .framer-NO47Q .framer-ceamtf > :last-child, .framer-NO47Q .framer-9wao4q > :last-child, .framer-NO47Q .framer-1ife5wb > :last-child, .framer-NO47Q .framer-1c23vp2 > :last-child, .framer-NO47Q .framer-z7dp8f > :last-child { margin-right: 0px; } .framer-NO47Q .framer-1kf6qhs > *, .framer-NO47Q .framer-1e0iupg > *, .framer-NO47Q .framer-19rzlzd > *, .framer-NO47Q .framer-wsptpt > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-NO47Q .framer-iui6sc > *, .framer-NO47Q .framer-kylqup > *, .framer-NO47Q .framer-1bqcmqm > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-NO47Q .framer-1d99ejh > *, .framer-NO47Q .framer-1hnjytp > *, .framer-NO47Q .framer-1o6ldlp > *, .framer-NO47Q .framer-ceamtf > *, .framer-NO47Q .framer-9wao4q > *, .framer-NO47Q .framer-1ife5wb > *, .framer-NO47Q .framer-1c23vp2 > *, .framer-NO47Q .framer-z7dp8f > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",`@media (min-width: 1100px) { .${metadata.bodyClassName}-framer-NO47Q { background: rgb(0, 0, 0); } .framer-NO47Q.framer-38icw5 { width: 1100px; } .framer-NO47Q .framer-y2ivol { flex-direction: column; justify-content: flex-start; } .framer-NO47Q .framer-nhtis3 { align-content: flex-end; align-items: flex-end; flex-direction: row; gap: unset; height: min-content; justify-content: space-between; width: 100%; } .framer-NO47Q .framer-1th4k53 { background-color: #000000; height: 130px; mix-blend-mode: multiply; padding: 0px 0px 15px 0px; position: relative; right: unset; top: unset; width: 248px; } .framer-NO47Q .framer-dfcopt { height: auto; width: 1px; } .framer-NO47Q .framer-180zkj7 { order: 1; } .framer-NO47Q .framer-1azlxye { order: 0; } .framer-NO47Q .framer-msb2ee { flex-direction: row; height: 1px; overflow: auto; padding: 20px; width: 100%; } .framer-NO47Q .framer-1kf6qhs { flex-direction: row; gap: 20px; height: 100%; padding: 0px; position: sticky; top: 0px; width: 1px; will-change: transform; z-index: 1; } .framer-NO47Q .framer-1e0iupg { flex-direction: row; gap: 20px; height: 100%; order: 1; width: min-content; } .framer-NO47Q .framer-18uydpf { width: 150px; } .framer-NO47Q .framer-1i1070b-container { aspect-ratio: 1.7741379310344827 / 1; height: 100%; width: var(--framer-aspect-ratio-supported, 515px); } .framer-NO47Q .framer-iui6sc, .framer-NO47Q .framer-1hnjytp, .framer-NO47Q .framer-1o6ldlp, .framer-NO47Q .framer-kylqup { aspect-ratio: 1.5 / 1; height: 100%; width: var(--framer-aspect-ratio-supported, 435px); } .framer-NO47Q .framer-zbr3kb-container, .framer-NO47Q .framer-1ls62ep-container, .framer-NO47Q .framer-wjhqzs-container, .framer-NO47Q .framer-1ezu2hy-container, .framer-NO47Q .framer-1losd3h-container, .framer-NO47Q .framer-8s0ws2-container, .framer-NO47Q .framer-fyxpx2-container, .framer-NO47Q .framer-6pg72-container, .framer-NO47Q .framer-109b60s-container, .framer-NO47Q .framer-1a0iqrz-container, .framer-NO47Q .framer-zo5rgc-container { height: 40px; width: 40px; } .framer-NO47Q .framer-19rzlzd { flex-direction: row; gap: 20px; height: 100%; order: 2; width: min-content; } .framer-NO47Q .framer-nmeezc, .framer-NO47Q .framer-caunmp { height: 100%; width: 150px; } .framer-NO47Q .framer-1d99ejh { height: 100%; width: var(--framer-aspect-ratio-supported, 433px); } .framer-NO47Q .framer-wsptpt { flex-direction: row; gap: 20px; height: 100%; order: 3; width: min-content; } .framer-NO47Q .framer-ceamtf { height: 100%; width: var(--framer-aspect-ratio-supported, 197px); } .framer-NO47Q .framer-9wao4q, .framer-NO47Q .framer-1c23vp2 { height: 100%; width: var(--framer-aspect-ratio-supported, 194px); } .framer-NO47Q .framer-1ife5wb, .framer-NO47Q .framer-z7dp8f { height: 100%; width: var(--framer-aspect-ratio-supported, 290px); } .framer-NO47Q .framer-1bqcmqm { aspect-ratio: 0.6862068965517242 / 1; height: 100%; width: var(--framer-aspect-ratio-supported, 199px); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-NO47Q .framer-y2ivol, .framer-NO47Q .framer-nhtis3, .framer-NO47Q .framer-msb2ee, .framer-NO47Q .framer-1kf6qhs, .framer-NO47Q .framer-1e0iupg, .framer-NO47Q .framer-19rzlzd, .framer-NO47Q .framer-wsptpt { gap: 0px; } .framer-NO47Q .framer-y2ivol > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-NO47Q .framer-y2ivol > :first-child { margin-top: 0px; } .framer-NO47Q .framer-y2ivol > :last-child { margin-bottom: 0px; } .framer-NO47Q .framer-nhtis3 > *, .framer-NO47Q .framer-nhtis3 > :first-child, .framer-NO47Q .framer-nhtis3 > :last-child { margin: 0px; } .framer-NO47Q .framer-msb2ee > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-NO47Q .framer-msb2ee > :first-child, .framer-NO47Q .framer-1kf6qhs > :first-child, .framer-NO47Q .framer-1e0iupg > :first-child, .framer-NO47Q .framer-19rzlzd > :first-child, .framer-NO47Q .framer-wsptpt > :first-child { margin-left: 0px; } .framer-NO47Q .framer-msb2ee > :last-child, .framer-NO47Q .framer-1kf6qhs > :last-child, .framer-NO47Q .framer-1e0iupg > :last-child, .framer-NO47Q .framer-19rzlzd > :last-child, .framer-NO47Q .framer-wsptpt > :last-child { margin-right: 0px; } .framer-NO47Q .framer-1kf6qhs > *, .framer-NO47Q .framer-1e0iupg > *, .framer-NO47Q .framer-19rzlzd > *, .framer-NO47Q .framer-wsptpt > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }}`,'.framer-NO47Q[data-border=\"true\"]::after, .framer-NO47Q [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 500\n * @framerIntrinsicWidth 307\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"YPRqgPXPy\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerCxyC8Q6qj=withCSS(Component,css,\"framer-NO47Q\");export default FramerCxyC8Q6qj;FramerCxyC8Q6qj.displayName=\"Home\";FramerCxyC8Q6qj.defaultProps={height:500,width:307};addFonts(FramerCxyC8Q6qj,[{explicitInter:true,fonts:[{family:\"New Amsterdam\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/newamsterdam/v1/YA9Vr02Y5lucHqUlbEe51kBtl7yGiv_Q7dA.woff2\",weight:\"400\"}]},...ColorCycleFonts,...MainNavigationFonts,...MainNavigation1Fonts,...DeskNavFonts,...SideNavFonts,...VimeoFonts,...MaterialFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCxyC8Q6qj\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"307\",\"framerIntrinsicHeight\":\"500\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YPRqgPXPy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "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", "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", "ColorCycleFonts", "getFonts", "ColorCycle", "MainNavigationFonts", "glGsKR2IG_default", "MainNavigation1Fonts", "DeskNavFonts", "C7_wwo_LR_default", "SideNavFonts", "of6zlii81_default", "VimeoFonts", "Vimeo_default", "MaterialFonts", "Icon", "MotionDivWithYScroll", "withYScroll", "motion", "MotionDivWithDvhHeight", "withDvhHeight", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapwelu7j", "overlay", "paginationInfo", "args", "onClick1wvko5h", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "x", "RichText2", "l", "getLoadingLazyAtYPosition", "Image2", "AnimatePresence", "Ga", "overlay1", "overlay2", "overlay3", "overlay4", "overlay5", "overlay6", "overlay7", "overlay8", "overlay9", "overlay10", "css", "FramerCxyC8Q6qj", "withCSS", "CxyC8Q6qj_default", "addFonts", "__FramerMetadata__"]
}
