{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@vimeo/player@2.16.4/dist/player.es.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js", "ssg:https://framerusercontent.com/modules/Adslh3mX8djKwPUkAeJb/dekGfg4OdNKzZKrqjTAd/kYuw_Ef6e.js", "ssg:https://framerusercontent.com/modules/Yx0ftmEL3JZpPprX3vr5/orn3GOg5mo0ftn8jZXav/DxkAYILHD.js", "ssg:https://framerusercontent.com/modules/mWJqoSqTx5nokgFR5sh7/vv4K3nzGK4SUOMGTus3Y/augiA20Il.js"],
  "sourcesContent": ["function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _defineProperties(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||false;r.configurable=true;\"value\"in r&&(r.writable=true);Object.defineProperty(e,r.key,r)}}function _createClass(e,t,n){t&&_defineProperties(e.prototype,t);n&&_defineProperties(e,n);return e}\n/**\n * Check to see this is a node environment.\n * @type {Boolean}\n */var e=\"undefined\"!==typeof global&&\"[object global]\"==={}.toString.call(global);\n/**\n * Get the name of the method for a given getter or setter.\n *\n * @param {string} prop The name of the property.\n * @param {string} type Either \u201Cget\u201D or \u201Cset\u201D.\n * @return {string}\n */function getMethodName(e,t){return 0===e.indexOf(t.toLowerCase())?e:\"\".concat(t.toLowerCase()).concat(e.substr(0,1).toUpperCase()).concat(e.substr(1))}\n/**\n * Check to see if the object is a DOM Element.\n *\n * @param {*} element The object to check.\n * @return {boolean}\n */function isDomElement(e){return Boolean(e&&1===e.nodeType&&\"nodeName\"in e&&e.ownerDocument&&e.ownerDocument.defaultView)}\n/**\n * Check to see whether the value is a number.\n *\n * @see http://dl.dropboxusercontent.com/u/35146/js/tests/isNumber.html\n * @param {*} value The value to check.\n * @param {boolean} integer Check if the value is an integer.\n * @return {boolean}\n */function isInteger(e){return!isNaN(parseFloat(e))&&isFinite(e)&&Math.floor(e)==e}\n/**\n * Check to see if the URL is a Vimeo url.\n *\n * @param {string} url The url string.\n * @return {boolean}\n */function isVimeoUrl(e){return/^(https?:)?\\/\\/((player|www)\\.)?vimeo\\.com(?=$|\\/)/.test(e)}\n/**\n * Get the Vimeo URL from an element.\n * The element must have either a data-vimeo-id or data-vimeo-url attribute.\n *\n * @param {object} oEmbedParameters The oEmbed parameters.\n * @return {string}\n */function getVimeoUrl(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};var t=e.id;var n=e.url;var r=t||n;if(!r)throw new Error(\"An id or url must be passed, either in an options object or as a data-vimeo-id or data-vimeo-url attribute.\");if(isInteger(r))return\"https://vimeo.com/\".concat(r);if(isVimeoUrl(r))return r.replace(\"http:\",\"https:\");if(t)throw new TypeError(\"\u201C\".concat(t,\"\u201D is not a valid video id.\"));throw new TypeError(\"\u201C\".concat(r,\"\u201D is not a vimeo.com url.\"))}var t=\"undefined\"!==typeof Array.prototype.indexOf;var n=\"undefined\"!==typeof window&&\"undefined\"!==typeof window.postMessage;if(!e&&(!t||!n))throw new Error(\"Sorry, the Vimeo Player API is not available in this browser.\");var r=\"undefined\"!==typeof globalThis?globalThis:\"undefined\"!==typeof window?window:\"undefined\"!==typeof global?global:\"undefined\"!==typeof self?self:{};function createCommonjsModule(e,t){return t={exports:{}},e(t,t.exports),t.exports\n/*!\n * weakmap-polyfill v2.0.1 - ECMAScript6 WeakMap polyfill\n * https://github.com/polygonplanet/weakmap-polyfill\n * Copyright (c) 2015-2020 Polygon Planet <polygon.planet.aqua@gmail.com>\n * @license MIT\n */}(function(e){if(!e.WeakMap){var t=Object.prototype.hasOwnProperty;var defineProperty=function(e,t,n){Object.defineProperty?Object.defineProperty(e,t,{configurable:true,writable:true,value:n}):e[t]=n};e.WeakMap=function(){function WeakMap(){if(void 0===this)throw new TypeError(\"Constructor WeakMap requires 'new'\");defineProperty(this,\"_id\",genId(\"_WeakMap\"));if(arguments.length>0)throw new TypeError(\"WeakMap iterable is not supported\")}defineProperty(WeakMap.prototype,\"delete\",(function(e){checkInstance(this,\"delete\");if(!isObject(e))return false;var t=e[this._id];if(t&&t[0]===e){delete e[this._id];return true}return false}));defineProperty(WeakMap.prototype,\"get\",(function(e){checkInstance(this,\"get\");if(isObject(e)){var t=e[this._id];return t&&t[0]===e?t[1]:void 0}}));defineProperty(WeakMap.prototype,\"has\",(function(e){checkInstance(this,\"has\");if(!isObject(e))return false;var t=e[this._id];return!(!t||t[0]!==e)}));defineProperty(WeakMap.prototype,\"set\",(function(e,t){checkInstance(this,\"set\");if(!isObject(e))throw new TypeError(\"Invalid value used as weak map key\");var n=e[this._id];if(n&&n[0]===e){n[1]=t;return this}defineProperty(e,this._id,[e,t]);return this}));function checkInstance(e,n){if(!isObject(e)||!t.call(e,\"_id\"))throw new TypeError(n+\" method called on incompatible receiver \"+typeof e)}function genId(e){return e+\"_\"+rand()+\".\"+rand()}function rand(){return Math.random().toString().substring(2)}defineProperty(WeakMap,\"_polyfill\",true);return WeakMap}()}function isObject(e){return Object(e)===e}})(\"undefined\"!==typeof self?self:\"undefined\"!==typeof window?window:(\"undefined\"!==typeof r,r));var o=createCommonjsModule((function(e){(function UMD(t,n,r){n[t]=n[t]||r();e.exports&&(e.exports=n[t])})(\"Promise\",(\"undefined\"!=typeof r,r),(function DEF(){var e,t,n,r=Object.prototype.toString,o=\"undefined\"!=typeof setImmediate?function timer(e){return setImmediate(e)}:setTimeout;try{Object.defineProperty({},\"x\",{});e=function builtInProp(e,t,n,r){return Object.defineProperty(e,t,{value:n,writable:true,configurable:false!==r})}}catch(t){e=function builtInProp(e,t,n){e[t]=n;return e}}n=function Queue(){var e,n,r;function Item(e,t){this.fn=e;this.self=t;this.next=void 0}return{add:function add(t,o){r=new Item(t,o);n?n.next=r:e=r;n=r;r=void 0},drain:function drain(){var r=e;e=n=t=void 0;while(r){r.fn.call(r.self);r=r.next}}}}();function schedule(e,r){n.add(e,r);t||(t=o(n.drain))}function isThenable(e){var t,n=typeof e;null==e||\"object\"!=n&&\"function\"!=n||(t=e.then);return\"function\"==typeof t&&t}function notify(){for(var e=0;e<this.chain.length;e++)notifyIsolated(this,1===this.state?this.chain[e].success:this.chain[e].failure,this.chain[e]);this.chain.length=0}function notifyIsolated(e,t,n){var r,o;try{if(false===t)n.reject(e.msg);else{r=true===t?e.msg:t.call(void 0,e.msg);r===n.promise?n.reject(TypeError(\"Promise-chain cycle\")):(o=isThenable(r))?o.call(r,n.resolve,n.reject):n.resolve(r)}}catch(e){n.reject(e)}}function resolve(e){var t,n=this;if(!n.triggered){n.triggered=true;n.def&&(n=n.def);try{if(t=isThenable(e))schedule((function(){var r=new MakeDefWrapper(n);try{t.call(e,(function $resolve$(){resolve.apply(r,arguments)}),(function $reject$(){reject.apply(r,arguments)}))}catch(e){reject.call(r,e)}}));else{n.msg=e;n.state=1;n.chain.length>0&&schedule(notify,n)}}catch(e){reject.call(new MakeDefWrapper(n),e)}}}function reject(e){var t=this;if(!t.triggered){t.triggered=true;t.def&&(t=t.def);t.msg=e;t.state=2;t.chain.length>0&&schedule(notify,t)}}function iteratePromises(e,t,n,r){for(var o=0;o<t.length;o++)(function IIFE(o){e.resolve(t[o]).then((function $resolver$(e){n(o,e)}),r)})(o)}function MakeDefWrapper(e){this.def=e;this.triggered=false}function MakeDef(e){this.promise=e;this.state=0;this.triggered=false;this.chain=[];this.msg=void 0}function Promise(e){if(\"function\"!=typeof e)throw TypeError(\"Not a function\");if(0!==this.__NPO__)throw TypeError(\"Not a promise\");this.__NPO__=1;var t=new MakeDef(this);this.then=function then(e,n){var r={success:\"function\"!=typeof e||e,failure:\"function\"==typeof n&&n};r.promise=new this.constructor((function extractChain(e,t){if(\"function\"!=typeof e||\"function\"!=typeof t)throw TypeError(\"Not a function\");r.resolve=e;r.reject=t}));t.chain.push(r);0!==t.state&&schedule(notify,t);return r.promise};this.catch=function $catch$(e){return this.then(void 0,e)};try{e.call(void 0,(function publicResolve(e){resolve.call(t,e)}),(function publicReject(e){reject.call(t,e)}))}catch(e){reject.call(t,e)}}var i=e({},\"constructor\",Promise,false);Promise.prototype=i;e(i,\"__NPO__\",0,false);e(Promise,\"resolve\",(function Promise$resolve(e){var t=this;return e&&\"object\"==typeof e&&1===e.__NPO__?e:new t((function executor(t,n){if(\"function\"!=typeof t||\"function\"!=typeof n)throw TypeError(\"Not a function\");t(e)}))}));e(Promise,\"reject\",(function Promise$reject(e){return new this((function executor(t,n){if(\"function\"!=typeof t||\"function\"!=typeof n)throw TypeError(\"Not a function\");n(e)}))}));e(Promise,\"all\",(function Promise$all(e){var t=this;return\"[object Array]\"!=r.call(e)?t.reject(TypeError(\"Not an array\")):0===e.length?t.resolve([]):new t((function executor(n,r){if(\"function\"!=typeof n||\"function\"!=typeof r)throw TypeError(\"Not a function\");var o=e.length,i=Array(o),a=0;iteratePromises(t,e,(function resolver(e,t){i[e]=t;++a===o&&n(i)}),r)}))}));e(Promise,\"race\",(function Promise$race(e){var t=this;return\"[object Array]\"!=r.call(e)?t.reject(TypeError(\"Not an array\")):new t((function executor(n,r){if(\"function\"!=typeof n||\"function\"!=typeof r)throw TypeError(\"Not a function\");iteratePromises(t,e,(function resolver(e,t){n(t)}),r)}))}));return Promise}))}));var i=new WeakMap;\n/**\n * Store a callback for a method or event for a player.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name.\n * @param {(function(this:Player, *): void|{resolve: function, reject: function})} callback\n *        The callback to call or an object with resolve and reject functions for a promise.\n * @return {void}\n */function storeCallback(e,t,n){var r=i.get(e.element)||{};t in r||(r[t]=[]);r[t].push(n);i.set(e.element,r)}\n/**\n * Get the callbacks for a player and event or method.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name\n * @return {function[]}\n */function getCallbacks(e,t){var n=i.get(e.element)||{};return n[t]||[]}\n/**\n * Remove a stored callback for a method or event for a player.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name\n * @param {function} [callback] The specific callback to remove.\n * @return {boolean} Was this the last callback?\n */function removeCallback(e,t,n){var r=i.get(e.element)||{};if(!r[t])return true;if(!n){r[t]=[];i.set(e.element,r);return true}var o=r[t].indexOf(n);-1!==o&&r[t].splice(o,1);i.set(e.element,r);return r[t]&&0===r[t].length}\n/**\n * Return the first stored callback for a player and event or method.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name.\n * @return {function} The callback, or false if there were none\n */function shiftCallbacks(e,t){var n=getCallbacks(e,t);if(n.length<1)return false;var r=n.shift();removeCallback(e,t,r);return r}\n/**\n * Move callbacks associated with an element to another element.\n *\n * @param {HTMLElement} oldElement The old element.\n * @param {HTMLElement} newElement The new element.\n * @return {void}\n */function swapCallbacks(e,t){var n=i.get(e);i.set(t,n);i.delete(e)}var a=[\"autopause\",\"autoplay\",\"background\",\"byline\",\"color\",\"controls\",\"dnt\",\"height\",\"id\",\"interactive_params\",\"keyboard\",\"loop\",\"maxheight\",\"maxwidth\",\"muted\",\"playsinline\",\"portrait\",\"responsive\",\"speed\",\"texttrack\",\"title\",\"transparent\",\"url\",\"width\"];\n/**\n * Get the 'data-vimeo'-prefixed attributes from an element as an object.\n *\n * @param {HTMLElement} element The element.\n * @param {Object} [defaults={}] The default values to use.\n * @return {Object<string, string>}\n */function getOEmbedParameters(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return a.reduce((function(t,n){var r=e.getAttribute(\"data-vimeo-\".concat(n));(r||\"\"===r)&&(t[n]=\"\"===r?1:r);return t}),t)}\n/**\n * Create an embed from oEmbed data inside an element.\n *\n * @param {object} data The oEmbed data.\n * @param {HTMLElement} element The element to put the iframe in.\n * @return {HTMLIFrameElement} The iframe embed.\n */function createEmbed(e,t){var n=e.html;if(!t)throw new TypeError(\"An element must be provided\");if(null!==t.getAttribute(\"data-vimeo-initialized\"))return t.querySelector(\"iframe\");var r=document.createElement(\"div\");r.innerHTML=n;t.appendChild(r.firstChild);t.setAttribute(\"data-vimeo-initialized\",\"true\");return t.querySelector(\"iframe\")}\n/**\n * Make an oEmbed call for the specified URL.\n *\n * @param {string} videoUrl The vimeo.com url for the video.\n * @param {Object} [params] Parameters to pass to oEmbed.\n * @param {HTMLElement} element The element.\n * @return {Promise}\n */function getOEmbedData(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};var n=arguments.length>2?arguments[2]:void 0;return new Promise((function(r,o){if(!isVimeoUrl(e))throw new TypeError(\"\u201C\".concat(e,\"\u201D is not a vimeo.com url.\"));var i=\"https://vimeo.com/api/oembed.json?url=\".concat(encodeURIComponent(e));for(var a in t)t.hasOwnProperty(a)&&(i+=\"&\".concat(a,\"=\").concat(encodeURIComponent(t[a])));var u=\"XDomainRequest\"in window?new XDomainRequest:new XMLHttpRequest;u.open(\"GET\",i,true);u.onload=function(){if(404!==u.status)if(403!==u.status)try{var t=JSON.parse(u.responseText);if(403===t.domain_status_code){createEmbed(t,n);o(new Error(\"\u201C\".concat(e,\"\u201D is not embeddable.\")));return}r(t)}catch(e){o(e)}else o(new Error(\"\u201C\".concat(e,\"\u201D is not embeddable.\")));else o(new Error(\"\u201C\".concat(e,\"\u201D was not found.\")))};u.onerror=function(){var e=u.status?\" (\".concat(u.status,\")\"):\"\";o(new Error(\"There was an error fetching the embed code from Vimeo\".concat(e,\".\")))};u.send()}))}\n/**\n * Initialize all embeds within a specific element\n *\n * @param {HTMLElement} [parent=document] The parent element.\n * @return {void}\n */function initializeEmbeds(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document;var t=[].slice.call(e.querySelectorAll(\"[data-vimeo-id], [data-vimeo-url]\"));var n=function handleError(e){\"console\"in window&&console.error&&console.error(\"There was an error creating an embed: \".concat(e))};t.forEach((function(e){try{if(null!==e.getAttribute(\"data-vimeo-defer\"))return;var t=getOEmbedParameters(e);var r=getVimeoUrl(t);getOEmbedData(r,t,e).then((function(t){return createEmbed(t,e)})).catch(n)}catch(e){n(e)}}))}\n/**\n * Resize embeds when messaged by the player.\n *\n * @param {HTMLElement} [parent=document] The parent element.\n * @return {void}\n */function resizeEmbeds(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document;if(!window.VimeoPlayerResizeEmbeds_){window.VimeoPlayerResizeEmbeds_=true;var t=function onMessage(t){if(isVimeoUrl(t.origin)&&t.data&&\"spacechange\"===t.data.event){var n=e.querySelectorAll(\"iframe\");for(var r=0;r<n.length;r++)if(n[r].contentWindow===t.source){var o=n[r].parentElement;o.style.paddingBottom=\"\".concat(t.data.data[0].bottom,\"px\");break}}};window.addEventListener(\"message\",t)}}\n/**\n * Parse a message received from postMessage.\n *\n * @param {*} data The data received from postMessage.\n * @return {object}\n */function parseMessageData(e){if(\"string\"===typeof e)try{e=JSON.parse(e)}catch(e){console.warn(e);return{}}return e}\n/**\n * Post a message to the specified target.\n *\n * @param {Player} player The player object to use.\n * @param {string} method The API method to call.\n * @param {object} params The parameters to send to the player.\n * @return {void}\n */function postMessage(e,t,n){if(e.element.contentWindow&&e.element.contentWindow.postMessage){var r={method:t};void 0!==n&&(r.value=n);var o=parseFloat(navigator.userAgent.toLowerCase().replace(/^.*msie (\\d+).*$/,\"$1\"));o>=8&&o<10&&(r=JSON.stringify(r));e.element.contentWindow.postMessage(r,e.origin)}}\n/**\n * Parse the data received from a message event.\n *\n * @param {Player} player The player that received the message.\n * @param {(Object|string)} data The message data. Strings will be parsed into JSON.\n * @return {void}\n */function processData(e,t){t=parseMessageData(t);var n=[];var r;if(t.event){if(\"error\"===t.event){var o=getCallbacks(e,t.data.method);o.forEach((function(n){var r=new Error(t.data.message);r.name=t.data.name;n.reject(r);removeCallback(e,t.data.method,n)}))}n=getCallbacks(e,\"event:\".concat(t.event));r=t.data}else if(t.method){var i=shiftCallbacks(e,t.method);if(i){n.push(i);r=t.value}}n.forEach((function(t){try{if(\"function\"===typeof t){t.call(e,r);return}t.resolve(r)}catch(e){}}))}function initializeScreenfull(){var e=function(){var e;var t=[[\"requestFullscreen\",\"exitFullscreen\",\"fullscreenElement\",\"fullscreenEnabled\",\"fullscreenchange\",\"fullscreenerror\"],[\"webkitRequestFullscreen\",\"webkitExitFullscreen\",\"webkitFullscreenElement\",\"webkitFullscreenEnabled\",\"webkitfullscreenchange\",\"webkitfullscreenerror\"],[\"webkitRequestFullScreen\",\"webkitCancelFullScreen\",\"webkitCurrentFullScreenElement\",\"webkitCancelFullScreen\",\"webkitfullscreenchange\",\"webkitfullscreenerror\"],[\"mozRequestFullScreen\",\"mozCancelFullScreen\",\"mozFullScreenElement\",\"mozFullScreenEnabled\",\"mozfullscreenchange\",\"mozfullscreenerror\"],[\"msRequestFullscreen\",\"msExitFullscreen\",\"msFullscreenElement\",\"msFullscreenEnabled\",\"MSFullscreenChange\",\"MSFullscreenError\"]];var n=0;var r=t.length;var o={};for(;n<r;n++){e=t[n];if(e&&e[1]in document){for(n=0;n<e.length;n++)o[t[0][n]]=e[n];return o}}return false}();var t={fullscreenchange:e.fullscreenchange,fullscreenerror:e.fullscreenerror};var n={request:function request(t){return new Promise((function(r,o){var i=function onFullScreenEntered(){n.off(\"fullscreenchange\",onFullScreenEntered);r()};n.on(\"fullscreenchange\",i);t=t||document.documentElement;var a=t[e.requestFullscreen]();a instanceof Promise&&a.then(i).catch(o)}))},exit:function exit(){return new Promise((function(t,r){if(n.isFullscreen){var o=function onFullScreenExit(){n.off(\"fullscreenchange\",onFullScreenExit);t()};n.on(\"fullscreenchange\",o);var i=document[e.exitFullscreen]();i instanceof Promise&&i.then(o).catch(r)}else t()}))},on:function on(e,n){var r=t[e];r&&document.addEventListener(r,n)},off:function off(e,n){var r=t[e];r&&document.removeEventListener(r,n)}};Object.defineProperties(n,{isFullscreen:{get:function get(){return Boolean(document[e.fullscreenElement])}},element:{enumerable:true,get:function get(){return document[e.fullscreenElement]}},isEnabled:{enumerable:true,get:function get(){return Boolean(document[e.fullscreenEnabled])}}});return n}var u=new WeakMap;var l=new WeakMap;var s={};var c=function(){\n/**\n   * Create a Player.\n   *\n   * @param {(HTMLIFrameElement|HTMLElement|string|jQuery)} element A reference to the Vimeo\n   *        player iframe, and id, or a jQuery object.\n   * @param {object} [options] oEmbed parameters to use when creating an embed in the element.\n   * @return {Player}\n   */\nfunction Player(e){var t=this;var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};_classCallCheck(this,Player);if(window.jQuery&&e instanceof jQuery){e.length>1&&window.console&&console.warn&&console.warn(\"A jQuery object with multiple elements was passed, using the first element.\");e=e[0]}\"undefined\"!==typeof document&&\"string\"===typeof e&&(e=document.getElementById(e));if(!isDomElement(e))throw new TypeError(\"You must pass either a valid element or a valid id.\");if(\"IFRAME\"!==e.nodeName){var r=e.querySelector(\"iframe\");r&&(e=r)}if(\"IFRAME\"===e.nodeName&&!isVimeoUrl(e.getAttribute(\"src\")||\"\"))throw new Error(\"The player element passed isn\u2019t a Vimeo embed.\");if(u.has(e))return u.get(e);this._window=e.ownerDocument.defaultView;this.element=e;this.origin=\"*\";var i=new o((function(r,o){t._onMessage=function(e){if(isVimeoUrl(e.origin)&&t.element.contentWindow===e.source){\"*\"===t.origin&&(t.origin=e.origin);var n=parseMessageData(e.data);var i=n&&\"error\"===n.event;var a=i&&n.data&&\"ready\"===n.data.method;if(a){var u=new Error(n.data.message);u.name=n.data.name;o(u)}else{var l=n&&\"ready\"===n.event;var s=n&&\"ping\"===n.method;if(l||s){t.element.setAttribute(\"data-ready\",\"true\");r()}else processData(t,n)}}};t._window.addEventListener(\"message\",t._onMessage);if(\"IFRAME\"!==t.element.nodeName){var i=getOEmbedParameters(e,n);var a=getVimeoUrl(i);getOEmbedData(a,i,e).then((function(n){var r=createEmbed(n,e);t.element=r;t._originalElement=e;swapCallbacks(e,r);u.set(t.element,t);return n})).catch(o)}}));l.set(this,i);u.set(this.element,this);\"IFRAME\"===this.element.nodeName&&postMessage(this,\"ping\");if(s.isEnabled){var a=function exitFullscreen(){return s.exit()};this.fullscreenchangeHandler=function(){s.isFullscreen?storeCallback(t,\"event:exitFullscreen\",a):removeCallback(t,\"event:exitFullscreen\",a);t.ready().then((function(){postMessage(t,\"fullscreenchange\",s.isFullscreen)}))};s.on(\"fullscreenchange\",this.fullscreenchangeHandler)}return this}\n/**\n   * Get a promise for a method.\n   *\n   * @param {string} name The API method to call.\n   * @param {Object} [args={}] Arguments to send via postMessage.\n   * @return {Promise}\n   */_createClass(Player,[{key:\"callMethod\",value:function callMethod(e){var t=this;var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new o((function(r,o){return t.ready().then((function(){storeCallback(t,e,{resolve:r,reject:o});postMessage(t,e,n)})).catch(o)}))}\n/**\n     * Get a promise for the value of a player property.\n     *\n     * @param {string} name The property name\n     * @return {Promise}\n     */},{key:\"get\",value:function get(e){var t=this;return new o((function(n,r){e=getMethodName(e,\"get\");return t.ready().then((function(){storeCallback(t,e,{resolve:n,reject:r});postMessage(t,e)})).catch(r)}))}\n/**\n     * Get a promise for setting the value of a player property.\n     *\n     * @param {string} name The API method to call.\n     * @param {mixed} value The value to set.\n     * @return {Promise}\n     */},{key:\"set\",value:function set(e,t){var n=this;return new o((function(r,o){e=getMethodName(e,\"set\");if(void 0===t||null===t)throw new TypeError(\"There must be a value to set.\");return n.ready().then((function(){storeCallback(n,e,{resolve:r,reject:o});postMessage(n,e,t)})).catch(o)}))}\n/**\n     * Add an event listener for the specified event. Will call the\n     * callback with a single parameter, `data`, that contains the data for\n     * that event.\n     *\n     * @param {string} eventName The name of the event.\n     * @param {function(*)} callback The function to call when the event fires.\n     * @return {void}\n     */},{key:\"on\",value:function on(e,t){if(!e)throw new TypeError(\"You must pass an event name.\");if(!t)throw new TypeError(\"You must pass a callback function.\");if(\"function\"!==typeof t)throw new TypeError(\"The callback must be a function.\");var n=getCallbacks(this,\"event:\".concat(e));0===n.length&&this.callMethod(\"addEventListener\",e).catch((function(){}));storeCallback(this,\"event:\".concat(e),t)}\n/**\n     * Remove an event listener for the specified event. Will remove all\n     * listeners for that event if a `callback` isn\u2019t passed, or only that\n     * specific callback if it is passed.\n     *\n     * @param {string} eventName The name of the event.\n     * @param {function} [callback] The specific callback to remove.\n     * @return {void}\n     */},{key:\"off\",value:function off(e,t){if(!e)throw new TypeError(\"You must pass an event name.\");if(t&&\"function\"!==typeof t)throw new TypeError(\"The callback must be a function.\");var n=removeCallback(this,\"event:\".concat(e),t);n&&this.callMethod(\"removeEventListener\",e).catch((function(e){}))}\n/**\n     * Load a new video into this embed. The promise will be resolved if\n     * the video is successfully loaded, or it will be rejected if it could\n     * not be loaded.\n     *\n     * @param {number|string|object} options The id of the video, the url of the video, or an object with embed options.\n     * @return {LoadVideoPromise}\n     */},{key:\"loadVideo\",value:function loadVideo(e){return this.callMethod(\"loadVideo\",e)}},{key:\"ready\",value:function ready(){var e=l.get(this)||new o((function(e,t){t(new Error(\"Unknown player. Probably unloaded.\"))}));return o.resolve(e)}\n/**\n     * Add a cue point to the player.\n     *\n     * @param {number} time The time for the cue point.\n     * @param {object} [data] Arbitrary data to be returned with the cue point.\n     * @return {AddCuePointPromise}\n     */},{key:\"addCuePoint\",value:function addCuePoint(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.callMethod(\"addCuePoint\",{time:e,data:t})}\n/**\n     * Remove a cue point from the video.\n     *\n     * @param {string} id The id of the cue point to remove.\n     * @return {RemoveCuePointPromise}\n     */},{key:\"removeCuePoint\",value:function removeCuePoint(e){return this.callMethod(\"removeCuePoint\",e)}\n/**\n     * A representation of a text track on a video.\n     *\n     * @typedef {Object} VimeoTextTrack\n     * @property {string} language The ISO language code.\n     * @property {string} kind The kind of track it is (captions or subtitles).\n     * @property {string} label The human\u2010readable label for the track.\n     */\n/**\n     * Enable the text track with the specified language, and optionally the\n     * specified kind (captions or subtitles).\n     *\n     * When set via the API, the track language will not change the viewer\u2019s\n     * stored preference.\n     *\n     * @param {string} language The two\u2010letter language code.\n     * @param {string} [kind] The kind of track to enable (captions or subtitles).\n     * @return {EnableTextTrackPromise}\n     */},{key:\"enableTextTrack\",value:function enableTextTrack(e,t){if(!e)throw new TypeError(\"You must pass a language.\");return this.callMethod(\"enableTextTrack\",{language:e,kind:t})}},{key:\"disableTextTrack\",value:function disableTextTrack(){return this.callMethod(\"disableTextTrack\")}},{key:\"pause\",value:function pause(){return this.callMethod(\"pause\")}},{key:\"play\",value:function play(){return this.callMethod(\"play\")}},{key:\"requestFullscreen\",value:function requestFullscreen(){return s.isEnabled?s.request(this.element):this.callMethod(\"requestFullscreen\")}},{key:\"exitFullscreen\",value:function exitFullscreen(){return s.isEnabled?s.exit():this.callMethod(\"exitFullscreen\")}},{key:\"getFullscreen\",value:function getFullscreen(){return s.isEnabled?o.resolve(s.isFullscreen):this.get(\"fullscreen\")}},{key:\"requestPictureInPicture\",value:function requestPictureInPicture(){return this.callMethod(\"requestPictureInPicture\")}},{key:\"exitPictureInPicture\",value:function exitPictureInPicture(){return this.callMethod(\"exitPictureInPicture\")}},{key:\"getPictureInPicture\",value:function getPictureInPicture(){return this.get(\"pictureInPicture\")}},{key:\"unload\",value:function unload(){return this.callMethod(\"unload\")}},{key:\"destroy\",value:function destroy(){var e=this;return new o((function(t){l.delete(e);u.delete(e.element);if(e._originalElement){u.delete(e._originalElement);e._originalElement.removeAttribute(\"data-vimeo-initialized\")}e.element&&\"IFRAME\"===e.element.nodeName&&e.element.parentNode&&(e.element.parentNode.parentNode&&e._originalElement&&e._originalElement!==e.element.parentNode?e.element.parentNode.parentNode.removeChild(e.element.parentNode):e.element.parentNode.removeChild(e.element));if(e.element&&\"DIV\"===e.element.nodeName&&e.element.parentNode){e.element.removeAttribute(\"data-vimeo-initialized\");var n=e.element.querySelector(\"iframe\");n&&n.parentNode&&(n.parentNode.parentNode&&e._originalElement&&e._originalElement!==n.parentNode?n.parentNode.parentNode.removeChild(n.parentNode):n.parentNode.removeChild(n))}e._window.removeEventListener(\"message\",e._onMessage);s.isEnabled&&s.off(\"fullscreenchange\",e.fullscreenchangeHandler);t()}))}},{key:\"getAutopause\",value:function getAutopause(){return this.get(\"autopause\")}\n/**\n     * Enable or disable the autopause behavior of this player.\n     *\n     * By default, when another video is played in the same browser, this\n     * player will automatically pause. Unless you have a specific reason\n     * for doing so, we recommend that you leave autopause set to the\n     * default (`true`).\n     *\n     * @param {boolean} autopause\n     * @return {SetAutopausePromise}\n     */},{key:\"setAutopause\",value:function setAutopause(e){return this.set(\"autopause\",e)}},{key:\"getBuffered\",value:function getBuffered(){return this.get(\"buffered\")}\n/**\n     * @typedef {Object} CameraProperties\n     * @prop {number} props.yaw - Number between 0 and 360.\n     * @prop {number} props.pitch - Number between -90 and 90.\n     * @prop {number} props.roll - Number between -180 and 180.\n     * @prop {number} props.fov - The field of view in degrees.\n     */},{key:\"getCameraProps\",value:function getCameraProps(){return this.get(\"cameraProps\")}\n/**\n     * For 360\u00B0 videos set the camera properties for this player.\n     *\n     * @param {CameraProperties} camera The camera properties\n     * @return {SetCameraPromise}\n     */},{key:\"setCameraProps\",value:function setCameraProps(e){return this.set(\"cameraProps\",e)}\n/**\n     * A representation of a chapter.\n     *\n     * @typedef {Object} VimeoChapter\n     * @property {number} startTime The start time of the chapter.\n     * @property {object} title The title of the chapter.\n     * @property {number} index The place in the order of Chapters. Starts at 1.\n     */},{key:\"getChapters\",value:function getChapters(){return this.get(\"chapters\")}},{key:\"getCurrentChapter\",value:function getCurrentChapter(){return this.get(\"currentChapter\")}},{key:\"getColor\",value:function getColor(){return this.get(\"color\")}\n/**\n     * Set the color of this player to a hex or rgb string. Setting the\n     * color may fail if the owner of the video has set their embed\n     * preferences to force a specific color.\n     *\n     * @param {string} color The hex or rgb color string to set.\n     * @return {SetColorPromise}\n     */},{key:\"setColor\",value:function setColor(e){return this.set(\"color\",e)}\n/**\n     * A representation of a cue point.\n     *\n     * @typedef {Object} VimeoCuePoint\n     * @property {number} time The time of the cue point.\n     * @property {object} data The data passed when adding the cue point.\n     * @property {string} id The unique id for use with removeCuePoint.\n     */},{key:\"getCuePoints\",value:function getCuePoints(){return this.get(\"cuePoints\")}},{key:\"getCurrentTime\",value:function getCurrentTime(){return this.get(\"currentTime\")}\n/**\n     * Set the current playback position in seconds. If the player was\n     * paused, it will remain paused. Likewise, if the player was playing,\n     * it will resume playing once the video has buffered.\n     *\n     * You can provide an accurate time and the player will attempt to seek\n     * to as close to that time as possible. The exact time will be the\n     * fulfilled value of the promise.\n     *\n     * @param {number} currentTime\n     * @return {SetCurrentTimePromise}\n     */},{key:\"setCurrentTime\",value:function setCurrentTime(e){return this.set(\"currentTime\",e)}},{key:\"getDuration\",value:function getDuration(){return this.get(\"duration\")}},{key:\"getEnded\",value:function getEnded(){return this.get(\"ended\")}},{key:\"getLoop\",value:function getLoop(){return this.get(\"loop\")}\n/**\n     * Set the loop state of the player. When set to `true`, the player\n     * will start over immediately once playback ends.\n     *\n     * @param {boolean} loop\n     * @return {SetLoopPromise}\n     */},{key:\"setLoop\",value:function setLoop(e){return this.set(\"loop\",e)}\n/**\n     * Set the muted state of the player. When set to `true`, the player\n     * volume will be muted.\n     *\n     * @param {boolean} muted\n     * @return {SetMutedPromise}\n     */},{key:\"setMuted\",value:function setMuted(e){return this.set(\"muted\",e)}},{key:\"getMuted\",value:function getMuted(){return this.get(\"muted\")}},{key:\"getPaused\",value:function getPaused(){return this.get(\"paused\")}},{key:\"getPlaybackRate\",value:function getPlaybackRate(){return this.get(\"playbackRate\")}\n/**\n     * Set the playback rate of the player on a scale from `0.5` to `2`. When set\n     * via the API, the playback rate will not be synchronized to other\n     * players or stored as the viewer's preference.\n     *\n     * @param {number} playbackRate\n     * @return {SetPlaybackRatePromise}\n     */},{key:\"setPlaybackRate\",value:function setPlaybackRate(e){return this.set(\"playbackRate\",e)}},{key:\"getPlayed\",value:function getPlayed(){return this.get(\"played\")}},{key:\"getQualities\",value:function getQualities(){return this.get(\"qualities\")}},{key:\"getQuality\",value:function getQuality(){return this.get(\"quality\")}\n/**\n     * Set a video quality.\n     *\n     * @param {string} quality\n     * @return {SetQualityPromise}\n     */},{key:\"setQuality\",value:function setQuality(e){return this.set(\"quality\",e)}},{key:\"getSeekable\",value:function getSeekable(){return this.get(\"seekable\")}},{key:\"getSeeking\",value:function getSeeking(){return this.get(\"seeking\")}},{key:\"getTextTracks\",value:function getTextTracks(){return this.get(\"textTracks\")}},{key:\"getVideoEmbedCode\",value:function getVideoEmbedCode(){return this.get(\"videoEmbedCode\")}},{key:\"getVideoId\",value:function getVideoId(){return this.get(\"videoId\")}},{key:\"getVideoTitle\",value:function getVideoTitle(){return this.get(\"videoTitle\")}},{key:\"getVideoWidth\",value:function getVideoWidth(){return this.get(\"videoWidth\")}},{key:\"getVideoHeight\",value:function getVideoHeight(){return this.get(\"videoHeight\")}},{key:\"getVideoUrl\",value:function getVideoUrl(){return this.get(\"videoUrl\")}},{key:\"getVolume\",value:function getVolume(){return this.get(\"volume\")}\n/**\n     * Set the volume of the player on a scale from `0` to `1`. When set\n     * via the API, the volume level will not be synchronized to other\n     * players or stored as the viewer\u2019s preference.\n     *\n     * Most mobile devices do not support setting the volume. An error will\n     * *not* be triggered in that situation.\n     *\n     * @param {number} volume\n     * @return {SetVolumePromise}\n     */},{key:\"setVolume\",value:function setVolume(e){return this.set(\"volume\",e)}}]);return Player}();if(!e){s=initializeScreenfull();initializeEmbeds();resizeEmbeds()}export{c as default};\n\n//# sourceMappingURL=player.es.js.map", "import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import{motion}from\"framer-motion\";import Player from\"@vimeo/player\";import{useEffect,useRef,useState}from\"react\";import{useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";const vimeoRegex=/^https?:\\/\\/vimeo\\.com\\/(\\d+)/;/**\n * VIMEO\n *\n * @framerIntrinsicWidth 480\n * @framerIntrinsicHeight 270\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps borderRadius, backgroundColor\n */ const Vimeo=withCSS(function Vimeo({video,autoplay,mute,controls,loop,titles,backgroundColor,onPlay=()=>{},onEnd=()=>{},style,...props}){const[key,setKey]=useState(0);const player=useRef();const borderRadius=useRadius(props);useEffect(()=>{if(!player.current)return;const[,id]=video.match(vimeoRegex)?video.match(vimeoRegex):[null,0];const embeddedPlayer=new Player(player.current,{id,autopause:false,autoplay:RenderTarget.current()===RenderTarget.canvas?false:autoplay,byline:titles,controls:controls,loop:loop,title:titles,muted:mute,responsive:true});embeddedPlayer.on(\"play\",onPlay);embeddedPlayer.on(\"ended\",onEnd);},[player,key]);useEffect(()=>{setKey(key=>key+1);},[video,autoplay,mute,controls,loop,titles]);return /*#__PURE__*/ _jsx(motion.div,{style:{background:backgroundColor,...style,borderRadius,position:\"relative\",width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",overflow:\"hidden\"},...props,children:/*#__PURE__*/ _jsx(\"div\",{className:\"framer-vimeo\",ref:player,style:{width:\"100%\",height:\"100%\"}},key)});},[\".framer-vimeo > div { padding: 0 !important; width: 100%; height: 100%; }\",]);Vimeo.defaultProps={video:\"https://vimeo.com/642263700\",autoplay:false,loop:false,mute:false,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0};addPropertyControls(Vimeo,{video:{title:\"URL\",type:ControlType.String},...borderRadiusControl,controls:{title:\"Controls\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\"},autoplay:{title:\"Autoplay\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},// playOnCanvas: {\n//     title: \"On Canvas\",\n//     type: ControlType.Boolean,\n//     enabledTitle: \"Play\",\n//     disabledTitle: \"Pause\",\n// },\nloop:{title:\"Loop\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},mute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},// titles: {\n//     title: \"Titles\",\n//     type: ControlType.Boolean,\n//     enabledTitle: \"Show\",\n//     disabledTitle: \"Hide\",\n// },\nbackgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0, 0, 0, 0)\"},onPlay:{type:ControlType.EventHandler},onEnd:{type:ControlType.EventHandler}});export default Vimeo;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Vimeo\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"270\",\"framerIntrinsicWidth\":\"480\",\"framerComponentPresetProps\":\"borderRadius, backgroundColor\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Vimeo.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster=\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\",playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);const isCloseToViewport=isOnCanvas?false:useInView(videoRef,{margin:\"100px\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(autoplayBehavior===\"on-mount\")play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:autoplayBehavior===\"on-mount\",preload:isPlaying.current?\"auto\":autoplayBehavior!==\"on-mount\"&&posterEnabled&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\",description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"112\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (915daba)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Manrope-medium\",\"FS;Manrope-bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BNWG6MUI4RTC6WEND2VPDH4MHMIVU3XZ/R5YXY5FMVG6PXU36GNEEA24MIPMEPGSM/CIM4KQCLZSMMLWPVH25IDDSTY4ENPHEY.woff2\",weight:\"500\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2\",weight:\"700\"}]}];export const css=['.framer-oivQa .framer-styles-preset-1pr0p96:not(.rich-text-wrapper), .framer-oivQa .framer-styles-preset-1pr0p96.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 26px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #1a1a1a; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-oivQa\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/p5BJxgQRYq2kv4RXBZRt/DwVtf4IyKV6E5fBjnv9z/kKFOnFSJ0.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/Adslh3mX8djKwPUkAeJb/dekGfg4OdNKzZKrqjTAd/kYuw_Ef6e.js\";import ElementsButton from\"https://framerusercontent.com/modules/fTSvoz0DOSzCo8SRsGS1/IiWOYMP0Acpo2ax7hbfC/lYlPcNMOf.js\";const ElementsButtonFonts=getFonts(ElementsButton);const MaterialFonts=getFonts(Material);const SmartComponentScopedContainerWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(SmartComponentScopedContainer));const cycleOrder=[\"Gk8f7ZksC\",\"GoPa5yGyp\",\"kyECWRp6u\",\"jk3Gj4Cta\",\"I_QZw8Fvm\",\"gXiUAHmpF\",\"t2vmwIcma\",\"hB7ahmODX\",\"wcmd1iiVG\",\"m7K7ZxSzg\",\"p4VaTZ6pc\",\"rqgCCszXx\",\"XjkNJzlgl\",\"Oyeys8hDn\",\"MGdSacVNX\"];const serializationHash=\"framer-jh4xw\";const variantClassNames={Gk8f7ZksC:\"framer-v-cv75ei\",GoPa5yGyp:\"framer-v-z70wfd\",gXiUAHmpF:\"framer-v-1m5tx8w\",hB7ahmODX:\"framer-v-13t3p9x\",I_QZw8Fvm:\"framer-v-11clvsn\",jk3Gj4Cta:\"framer-v-16sfkdj\",kyECWRp6u:\"framer-v-soxgn3\",m7K7ZxSzg:\"framer-v-r2pgbt\",MGdSacVNX:\"framer-v-179gokd\",Oyeys8hDn:\"framer-v-11gr6p2\",p4VaTZ6pc:\"framer-v-vpxlte\",rqgCCszXx:\"framer-v-1fh69sg\",t2vmwIcma:\"framer-v-ne5yj9\",wcmd1iiVG:\"framer-v-1pyngtk\",XjkNJzlgl:\"framer-v-u425m\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.1,delay:0,duration:.5,type:\"spring\"};const animation={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition2={bounce:0,delay:.05,duration:.4,type:\"spring\"};const textEffect={effect:animation,tokenization:\"line\",transition:transition2,trigger:\"onMount\",type:\"appear\"};const animation1={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:50,y:0};const transition3={bounce:.25,delay:.1,duration:.45,type:\"spring\"};const textEffect1={effect:animation1,tokenization:\"line\",transition:transition3,trigger:\"onMount\",type:\"appear\"};const transition4={bounce:0,delay:.7,duration:.8,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:30,y:0};const animation4={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition5={delay:.05,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const textEffect2={effect:animation4,tokenization:\"line\",transition:transition5,trigger:\"onMount\",type:\"appear\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={Horizontal:\"row\",Vertical:\"column\"};const humanReadableEnumMap1={\"Space Around\":\"space-around\",\"Space Between\":\"space-between\",\"Space Evenly\":\"space-evenly\",Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const humanReadableEnumMap2={Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const humanReadableVariantMap={\"Desktop 2\":\"GoPa5yGyp\",\"Desktop 3\":\"kyECWRp6u\",\"Desktop 4\":\"jk3Gj4Cta\",\"Desktop 5\":\"I_QZw8Fvm\",\"Mobile 2\":\"rqgCCszXx\",\"Mobile 3\":\"XjkNJzlgl\",\"Mobile 4\":\"Oyeys8hDn\",\"Mobile 5\":\"MGdSacVNX\",\"Tablet 2\":\"t2vmwIcma\",\"Tablet 3\":\"hB7ahmODX\",\"Tablet 4\":\"wcmd1iiVG\",\"Tablet 5\":\"m7K7ZxSzg\",Desktop:\"Gk8f7ZksC\",Mobile:\"p4VaTZ6pc\",Tablet:\"gXiUAHmpF\"};const getProps=({align,direction,distribute,gap,height,id,width,...props})=>{return{...props,D3wnxJ_vG:humanReadableEnumMap1[distribute]??distribute??props.D3wnxJ_vG??\"center\",e0uSDDJYl:humanReadableEnumMap[direction]??direction??props.e0uSDDJYl??\"row\",phlJV3Fg8:gap??props.phlJV3Fg8??40,variant:humanReadableVariantMap[props.variant]??props.variant??\"Gk8f7ZksC\",xWnmSRyxa:humanReadableEnumMap2[align]??align??props.xWnmSRyxa??\"center\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,e0uSDDJYl,D3wnxJ_vG,xWnmSRyxa,phlJV3Fg8,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Gk8f7ZksC\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onClickshlfth=activeVariantCallback(async(...args)=>{setVariant(\"Gk8f7ZksC\");});const onClick1tjdyfh=activeVariantCallback(async(...args)=>{setVariant(\"GoPa5yGyp\");});const onClick1hd8fqf=activeVariantCallback(async(...args)=>{setVariant(\"kyECWRp6u\");});const onClickcs3jm4=activeVariantCallback(async(...args)=>{setVariant(\"jk3Gj4Cta\");});const onClickj2pmys=activeVariantCallback(async(...args)=>{setVariant(\"gXiUAHmpF\");});const onClick1t7cc15=activeVariantCallback(async(...args)=>{setVariant(\"t2vmwIcma\");});const onClick1kl5l4=activeVariantCallback(async(...args)=>{setVariant(\"hB7ahmODX\");});const onClick135lwbg=activeVariantCallback(async(...args)=>{setVariant(\"wcmd1iiVG\");});const onClick1h47pop=activeVariantCallback(async(...args)=>{setVariant(\"p4VaTZ6pc\");});const onClickcegsop=activeVariantCallback(async(...args)=>{setVariant(\"rqgCCszXx\");});const onClick1h467x3=activeVariantCallback(async(...args)=>{setVariant(\"XjkNJzlgl\");});const onClickmcjn51=activeVariantCallback(async(...args)=>{setVariant(\"Oyeys8hDn\");});const onClick1gfpe3=activeVariantCallback(async(...args)=>{setVariant(\"I_QZw8Fvm\");});const onClick18w02b4=activeVariantCallback(async(...args)=>{setVariant(\"m7K7ZxSzg\");});const onClick106uuzz=activeVariantCallback(async(...args)=>{setVariant(\"MGdSacVNX\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"I_QZw8Fvm\",\"m7K7ZxSzg\",\"MGdSacVNX\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"jk3Gj4Cta\",\"I_QZw8Fvm\",\"wcmd1iiVG\",\"m7K7ZxSzg\",\"Oyeys8hDn\",\"MGdSacVNX\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"kyECWRp6u\",\"jk3Gj4Cta\",\"I_QZw8Fvm\",\"hB7ahmODX\",\"wcmd1iiVG\",\"m7K7ZxSzg\",\"XjkNJzlgl\",\"Oyeys8hDn\",\"MGdSacVNX\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"GoPa5yGyp\",\"kyECWRp6u\",\"jk3Gj4Cta\",\"I_QZw8Fvm\",\"t2vmwIcma\",\"hB7ahmODX\",\"wcmd1iiVG\",\"m7K7ZxSzg\",\"rqgCCszXx\",\"XjkNJzlgl\",\"Oyeys8hDn\",\"MGdSacVNX\"].includes(baseVariant))return false;return true;};const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-cv75ei\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"Gk8f7ZksC\",ref:refBinding,style:{\"--143e1a7\":e0uSDDJYl,\"--1dp47kz\":phlJV3Fg8,\"--1vcsbs0\":e0uSDDJYl===\"row\"?0:\"calc(calc(max(0, var(--1dp47kz)) * 1px) / 2)\",\"--a6x0vd\":e0uSDDJYl===\"column\"?\"100%\":\"1px\",\"--b7mp6\":e0uSDDJYl===\"column\"?0:\"calc(20px / 2)\",\"--ezycsz\":e0uSDDJYl===\"column\"?0:\"calc(calc(max(0, var(--1dp47kz)) * 1px) / 2)\",\"--iu2ziq\":e0uSDDJYl===\"column\"?undefined:\"1 0 0px\",\"--jpkpbh\":e0uSDDJYl===\"row\"?0:\"calc(20px / 2)\",\"--rl5p42\":D3wnxJ_vG,\"--x32qux\":xWnmSRyxa,...style},...addPropertyOverrides({GoPa5yGyp:{\"data-framer-name\":\"Desktop 2\"},gXiUAHmpF:{\"data-framer-name\":\"Tablet\"},hB7ahmODX:{\"data-framer-name\":\"Tablet 3\"},I_QZw8Fvm:{\"data-framer-name\":\"Desktop 5\"},jk3Gj4Cta:{\"data-framer-name\":\"Desktop 4\"},kyECWRp6u:{\"data-framer-name\":\"Desktop 3\"},m7K7ZxSzg:{\"data-framer-name\":\"Tablet 5\"},MGdSacVNX:{\"data-framer-name\":\"Mobile 5\"},Oyeys8hDn:{\"data-framer-name\":\"Mobile 4\"},p4VaTZ6pc:{\"data-framer-name\":\"Mobile\"},rqgCCszXx:{\"data-framer-name\":\"Mobile 2\"},t2vmwIcma:{\"data-framer-name\":\"Tablet 2\"},wcmd1iiVG:{\"data-framer-name\":\"Tablet 4\"},XjkNJzlgl:{\"data-framer-name\":\"Mobile 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x3r3vo\",layoutDependency:layoutDependency,layoutId:\"F7S__AiAE\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"A red fire alarm box mounted on a wall, with a pull lever and a metal pipe connected above it.\",fit:\"fill\",pixelHeight:5475,pixelWidth:3328,positionX:\"center\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4)`,src:\"https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg\",srcSet:\"https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=1024 622w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=2048 1244w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=4096 2489w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg 3328w\"},className:\"framer-auafj1\",\"data-framer-name\":\"5\",layoutDependency:layoutDependency,layoutId:\"Jy19_NG6K\",style:{scale:.8},variants:{I_QZw8Fvm:{scale:1},m7K7ZxSzg:{scale:1},MGdSacVNX:{scale:1}},...addPropertyOverrides({gXiUAHmpF:{background:{alt:\"A red fire alarm box mounted on a wall, with a pull lever and a metal pipe connected above it.\",fit:\"fill\",pixelHeight:5475,pixelWidth:3328,positionX:\"center\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.27)`,src:\"https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg\",srcSet:\"https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=1024 622w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=2048 1244w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=4096 2489w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg 3328w\"}},hB7ahmODX:{background:{alt:\"A red fire alarm box mounted on a wall, with a pull lever and a metal pipe connected above it.\",fit:\"fill\",pixelHeight:5475,pixelWidth:3328,positionX:\"center\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.27)`,src:\"https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg\",srcSet:\"https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=1024 622w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=2048 1244w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=4096 2489w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg 3328w\"}},m7K7ZxSzg:{background:{alt:\"A red fire alarm box mounted on a wall, with a pull lever and a metal pipe connected above it.\",fit:\"fill\",pixelHeight:5475,pixelWidth:3328,positionX:\"center\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.27)`,src:\"https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg\",srcSet:\"https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=1024 622w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=2048 1244w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=4096 2489w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg 3328w\"}},MGdSacVNX:{background:{alt:\"A red fire alarm box mounted on a wall, with a pull lever and a metal pipe connected above it.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+0+0)+0),pixelHeight:5475,pixelWidth:3328,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg\",srcSet:\"https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=1024 622w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=2048 1244w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=4096 2489w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg 3328w\"}},Oyeys8hDn:{background:{alt:\"A red fire alarm box mounted on a wall, with a pull lever and a metal pipe connected above it.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+0+0)+0),pixelHeight:5475,pixelWidth:3328,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg\",srcSet:\"https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=1024 622w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=2048 1244w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=4096 2489w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg 3328w\"}},p4VaTZ6pc:{background:{alt:\"A red fire alarm box mounted on a wall, with a pull lever and a metal pipe connected above it.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+0+0)+0),pixelHeight:5475,pixelWidth:3328,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg\",srcSet:\"https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=1024 622w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=2048 1244w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=4096 2489w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg 3328w\"}},rqgCCszXx:{background:{alt:\"A red fire alarm box mounted on a wall, with a pull lever and a metal pipe connected above it.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+0+0)+0),pixelHeight:5475,pixelWidth:3328,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg\",srcSet:\"https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=1024 622w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=2048 1244w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=4096 2489w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg 3328w\"}},t2vmwIcma:{background:{alt:\"A red fire alarm box mounted on a wall, with a pull lever and a metal pipe connected above it.\",fit:\"fill\",pixelHeight:5475,pixelWidth:3328,positionX:\"center\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.27)`,src:\"https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg\",srcSet:\"https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=1024 622w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=2048 1244w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=4096 2489w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg 3328w\"}},wcmd1iiVG:{background:{alt:\"A red fire alarm box mounted on a wall, with a pull lever and a metal pipe connected above it.\",fit:\"fill\",pixelHeight:5475,pixelWidth:3328,positionX:\"center\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.27)`,src:\"https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg\",srcSet:\"https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=1024 622w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=2048 1244w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=4096 2489w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg 3328w\"}},XjkNJzlgl:{background:{alt:\"A red fire alarm box mounted on a wall, with a pull lever and a metal pipe connected above it.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+0+0)+0),pixelHeight:5475,pixelWidth:3328,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg\",srcSet:\"https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=1024 622w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=2048 1244w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg?scale-down-to=4096 2489w,https://framerusercontent.com/images/KtEy4sHKmQtdnQtnTxLkO5Dcc.jpg 3328w\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"Three security cameras mounted on a dark exterior wall of a modern building.\",fit:\"fill\",pixelHeight:4e3,pixelWidth:4e3,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4)`,src:\"https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg\",srcSet:\"https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg 4000w\"},className:\"framer-vcl2tf\",\"data-framer-name\":\"4\",layoutDependency:layoutDependency,layoutId:\"Dx9rVYQs0\",style:{scale:.8},variants:{jk3Gj4Cta:{scale:1},Oyeys8hDn:{scale:1},wcmd1iiVG:{scale:1}},...addPropertyOverrides({gXiUAHmpF:{background:{alt:\"Three security cameras mounted on a dark exterior wall of a modern building.\",fit:\"fill\",pixelHeight:4e3,pixelWidth:4e3,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.27)`,src:\"https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg\",srcSet:\"https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg 4000w\"}},hB7ahmODX:{background:{alt:\"Three security cameras mounted on a dark exterior wall of a modern building.\",fit:\"fill\",pixelHeight:4e3,pixelWidth:4e3,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.27)`,src:\"https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg\",srcSet:\"https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg 4000w\"}},Oyeys8hDn:{background:{alt:\"Three security cameras mounted on a dark exterior wall of a modern building.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+0+0)+0),pixelHeight:4e3,pixelWidth:4e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg\",srcSet:\"https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg 4000w\"}},p4VaTZ6pc:{background:{alt:\"Three security cameras mounted on a dark exterior wall of a modern building.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+0+0)+0),pixelHeight:4e3,pixelWidth:4e3,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.8)`,src:\"https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg\",srcSet:\"https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg 4000w\"}},rqgCCszXx:{background:{alt:\"Three security cameras mounted on a dark exterior wall of a modern building.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+0+0)+0),pixelHeight:4e3,pixelWidth:4e3,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.8)`,src:\"https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg\",srcSet:\"https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg 4000w\"}},t2vmwIcma:{background:{alt:\"Three security cameras mounted on a dark exterior wall of a modern building.\",fit:\"fill\",pixelHeight:4e3,pixelWidth:4e3,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.27)`,src:\"https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg\",srcSet:\"https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg 4000w\"}},wcmd1iiVG:{background:{alt:\"Three security cameras mounted on a dark exterior wall of a modern building.\",fit:\"fill\",pixelHeight:4e3,pixelWidth:4e3,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.27)`,src:\"https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg\",srcSet:\"https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg 4000w\"}},XjkNJzlgl:{background:{alt:\"Three security cameras mounted on a dark exterior wall of a modern building.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+0+0)+0),pixelHeight:4e3,pixelWidth:4e3,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.8)`,src:\"https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg\",srcSet:\"https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8lvEgyhriSJAuIsYC9GqB3gGXRQ.jpg 4000w\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"A wall display showcasing various decorative light fixtures in different shapes and colors.\",fit:\"fill\",pixelHeight:2101,pixelWidth:2801,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4)`,src:\"https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg\",srcSet:\"https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg 2801w\"},className:\"framer-j5oj6y\",\"data-framer-name\":\"3\",layoutDependency:layoutDependency,layoutId:\"jDH34opO6\",style:{scale:.8},variants:{hB7ahmODX:{scale:1},kyECWRp6u:{scale:1},XjkNJzlgl:{scale:1}},...addPropertyOverrides({gXiUAHmpF:{background:{alt:\"A wall display showcasing various decorative light fixtures in different shapes and colors.\",fit:\"fill\",pixelHeight:2101,pixelWidth:2801,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.27)`,src:\"https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg\",srcSet:\"https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg 2801w\"}},hB7ahmODX:{background:{alt:\"A wall display showcasing various decorative light fixtures in different shapes and colors.\",fit:\"fill\",pixelHeight:2101,pixelWidth:2801,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.27)`,src:\"https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg\",srcSet:\"https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg 2801w\"}},p4VaTZ6pc:{background:{alt:\"A wall display showcasing various decorative light fixtures in different shapes and colors.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+0+0)+0),pixelHeight:2101,pixelWidth:2801,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.8)`,src:\"https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg\",srcSet:\"https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg 2801w\"}},rqgCCszXx:{background:{alt:\"A wall display showcasing various decorative light fixtures in different shapes and colors.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+0+0)+0),pixelHeight:2101,pixelWidth:2801,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.8)`,src:\"https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg\",srcSet:\"https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg 2801w\"}},t2vmwIcma:{background:{alt:\"A wall display showcasing various decorative light fixtures in different shapes and colors.\",fit:\"fill\",pixelHeight:2101,pixelWidth:2801,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.27)`,src:\"https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg\",srcSet:\"https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg 2801w\"}},XjkNJzlgl:{background:{alt:\"A wall display showcasing various decorative light fixtures in different shapes and colors.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+0+0)+0),pixelHeight:2101,pixelWidth:2801,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg\",srcSet:\"https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/SqzK8mRnFfDDmqkWeuYbNG1VFk.jpg 2801w\"}}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"An electric vehicle charging port with a charging cable plugged in, set against a sleek vehicle exterior.\",fit:\"fill\",pixelHeight:4024,pixelWidth:6048,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4)`,src:\"https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg\",srcSet:\"https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg 6048w\"},className:\"framer-1lwajbu\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"H7Tfwf6a5\",style:{scale:.8},variants:{GoPa5yGyp:{scale:1},rqgCCszXx:{scale:1},t2vmwIcma:{scale:1}},...addPropertyOverrides({gXiUAHmpF:{background:{alt:\"An electric vehicle charging port with a charging cable plugged in, set against a sleek vehicle exterior.\",fit:\"fill\",pixelHeight:4024,pixelWidth:6048,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.27)`,src:\"https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg\",srcSet:\"https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg 6048w\"}},p4VaTZ6pc:{background:{alt:\"An electric vehicle charging port with a charging cable plugged in, set against a sleek vehicle exterior.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+0+0)+0),pixelHeight:4024,pixelWidth:6048,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.8)`,src:\"https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg\",srcSet:\"https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg 6048w\"}},rqgCCszXx:{background:{alt:\"An electric vehicle charging port with a charging cable plugged in, set against a sleek vehicle exterior.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+0+0)+0),pixelHeight:4024,pixelWidth:6048,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg\",srcSet:\"https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg 6048w\"}},t2vmwIcma:{background:{alt:\"An electric vehicle charging port with a charging cable plugged in, set against a sleek vehicle exterior.\",fit:\"fill\",pixelHeight:4024,pixelWidth:6048,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.27)`,src:\"https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg\",srcSet:\"https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/z2iGatArIOYg77E4B4sHL9GryM.jpg 6048w\"}}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2592,pixelWidth:3888,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4)`,src:\"https://framerusercontent.com/images/YRgr6HlDBr7eKE4JQhtPxH6phM.jpg\",srcSet:\"https://framerusercontent.com/images/YRgr6HlDBr7eKE4JQhtPxH6phM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/YRgr6HlDBr7eKE4JQhtPxH6phM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/YRgr6HlDBr7eKE4JQhtPxH6phM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/YRgr6HlDBr7eKE4JQhtPxH6phM.jpg 3888w\"},className:\"framer-1cxb63v\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"iW1wFt4vm\",...addPropertyOverrides({gXiUAHmpF:{background:{alt:\"\",fit:\"fill\",pixelHeight:2592,pixelWidth:3888,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.27)`,src:\"https://framerusercontent.com/images/YRgr6HlDBr7eKE4JQhtPxH6phM.jpg\",srcSet:\"https://framerusercontent.com/images/YRgr6HlDBr7eKE4JQhtPxH6phM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/YRgr6HlDBr7eKE4JQhtPxH6phM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/YRgr6HlDBr7eKE4JQhtPxH6phM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/YRgr6HlDBr7eKE4JQhtPxH6phM.jpg 3888w\"}},p4VaTZ6pc:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+0+0)+0),pixelHeight:2592,pixelWidth:3888,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/YRgr6HlDBr7eKE4JQhtPxH6phM.jpg\",srcSet:\"https://framerusercontent.com/images/YRgr6HlDBr7eKE4JQhtPxH6phM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/YRgr6HlDBr7eKE4JQhtPxH6phM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/YRgr6HlDBr7eKE4JQhtPxH6phM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/YRgr6HlDBr7eKE4JQhtPxH6phM.jpg 3888w\"}}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ex7yxd\",layoutDependency:layoutDependency,layoutId:\"Hpqof5ha9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1dp0y4t\",\"data-styles-preset\":\"kKFOnFSJ0\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"EICR Testing\"})})}),className:\"framer-1ti4h8x\",effect:textEffect,fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"i4mnqLf4m\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({GoPa5yGyp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1dp0y4t\",\"data-styles-preset\":\"kKFOnFSJ0\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"EV Charging Installation\"})})})},hB7ahmODX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1dp0y4t\",\"data-styles-preset\":\"kKFOnFSJ0\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"Lighting Electrician\"})})})},I_QZw8Fvm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1dp0y4t\",\"data-styles-preset\":\"kKFOnFSJ0\",children:\"Fire Alarm installation\"})}),fonts:[\"Inter\"]},jk3Gj4Cta:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1dp0y4t\",\"data-styles-preset\":\"kKFOnFSJ0\",children:\"CCTV Installation\"})}),fonts:[\"Inter\"]},kyECWRp6u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1dp0y4t\",\"data-styles-preset\":\"kKFOnFSJ0\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"Lighting Electrician\"})})})},m7K7ZxSzg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1dp0y4t\",\"data-styles-preset\":\"kKFOnFSJ0\",children:\"Fire Alarm installation\"})}),fonts:[\"Inter\"]},MGdSacVNX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1dp0y4t\",\"data-styles-preset\":\"kKFOnFSJ0\",children:\"Fire Alarm installation\"})}),fonts:[\"Inter\"]},Oyeys8hDn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1dp0y4t\",\"data-styles-preset\":\"kKFOnFSJ0\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"CCTV Installation\"})})})},rqgCCszXx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1dp0y4t\",\"data-styles-preset\":\"kKFOnFSJ0\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"EV Charging Installation\"})})})},t2vmwIcma:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1dp0y4t\",\"data-styles-preset\":\"kKFOnFSJ0\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"EV Charging Installation\"})})})},wcmd1iiVG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1dp0y4t\",\"data-styles-preset\":\"kKFOnFSJ0\",children:\"CCTV Installation\"})}),fonts:[\"Inter\"]},XjkNJzlgl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1dp0y4t\",\"data-styles-preset\":\"kKFOnFSJ0\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"Lighting Electrician\"})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ri05xh\",layoutDependency:layoutDependency,layoutId:\"SnOxtDcVy\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1pr0p96\",\"data-styles-preset\":\"kYuw_Ef6e\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:\"EICR tests - also known as electrical installation condition reports - are carried out to ensure that all electrical installations on site are safe and reliable to use without posing a health and safety risk. It is now a legal requirement for landlords and business owners to conduct EICR testing on their premises.\"})}),className:\"framer-nhnhlj\",effect:textEffect1,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tGPDSM9Rz\",style:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({GoPa5yGyp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1pr0p96\",\"data-styles-preset\":\"kYuw_Ef6e\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:\"EV charging installation needs to be carried out by a qualified and experienced electrical engineer, as there is the risk of exposure to high voltage live currents. Once installed, however, the benefits include faster and more convenient charging, as well as guaranteed quality and cost savings.\"})})},hB7ahmODX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1pr0p96\",\"data-styles-preset\":\"kYuw_Ef6e\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:\"Whether you want domestic lighting installed throughout your home, from the kitchen to your home cinema, or whether you want a new lighting system for your commercial site, the Volt East team ensures that all services are fitted to NICEIC-accredited standards, ensuring full compliance with health, safety and energy standards.\"})})},I_QZw8Fvm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1pr0p96\",\"data-styles-preset\":\"kYuw_Ef6e\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:\"Both commercial and domestic properties need to be protected against fire and there are various fire alarm systems available to ensure that security is prioritised. Get in touch with Volt East to discuss fire alarm installations and to find the most appropriate system to meet your specific requirements.\"})})},jk3Gj4Cta:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1pr0p96\",\"data-styles-preset\":\"kYuw_Ef6e\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:\"Protecting your homes and businesses is absolutely paramount and there\u2019s a huge amount of technology available to help you tighten up security. Volt East provides CCTV installation packages including cameras and digital video recorders, as well as full maintenance programmes, to give you greater peace of mind.\"})})},kyECWRp6u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1pr0p96\",\"data-styles-preset\":\"kYuw_Ef6e\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:\"Whether you want domestic lighting installed throughout your home, from the kitchen to your home cinema, or whether you want a new lighting system for your commercial site, the Volt East team ensures that all services are fitted to NICEIC-accredited standards, ensuring full compliance with health, safety and energy standards.\"})})},m7K7ZxSzg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1pr0p96\",\"data-styles-preset\":\"kYuw_Ef6e\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:\"Both commercial and domestic properties need to be protected against fire and there are various fire alarm systems available to ensure that security is prioritised. Get in touch with Volt East to discuss fire alarm installations and to find the most appropriate system to meet your specific requirements.\"})})},MGdSacVNX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1pr0p96\",\"data-styles-preset\":\"kYuw_Ef6e\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:\"Both commercial and domestic properties need to be protected against fire and there are various fire alarm systems available to ensure that security is prioritised. Get in touch with Volt East to discuss fire alarm installations and to find the most appropriate system to meet your specific requirements.\"})})},Oyeys8hDn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1pr0p96\",\"data-styles-preset\":\"kYuw_Ef6e\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:\"Protecting your homes and businesses is absolutely paramount and there\u2019s a huge amount of technology available to help you tighten up security. Volt East provides CCTV installation packages including cameras and digital video recorders, as well as full maintenance programmes, to give you greater peace of mind.\"})})},rqgCCszXx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1pr0p96\",\"data-styles-preset\":\"kYuw_Ef6e\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:\"EV charging installation needs to be carried out by a qualified and experienced electrical engineer, as there is the risk of exposure to high voltage live currents. Once installed, however, the benefits include faster and more convenient charging, as well as guaranteed quality and cost savings.\"})})},t2vmwIcma:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1pr0p96\",\"data-styles-preset\":\"kYuw_Ef6e\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:\"EV charging installation needs to be carried out by a qualified and experienced electrical engineer, as there is the risk of exposure to high voltage live currents. Once installed, however, the benefits include faster and more convenient charging, as well as guaranteed quality and cost savings.\"})})},wcmd1iiVG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1pr0p96\",\"data-styles-preset\":\"kYuw_Ef6e\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:\"Protecting your homes and businesses is absolutely paramount and there\u2019s a huge amount of technology available to help you tighten up security. Volt East provides CCTV installation packages including cameras and digital video recorders, as well as full maintenance programmes, to give you greater peace of mind.\"})})},XjkNJzlgl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1pr0p96\",\"data-styles-preset\":\"kYuw_Ef6e\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:\"Whether you want domestic lighting installed throughout your home, from the kitchen to your home cinema, or whether you want a new lighting system for your commercial site, the Volt East team ensures that all services are fitted to NICEIC-accredited standards, ensuring full compliance with health, safety and energy standards.\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u9d1tm\",layoutDependency:layoutDependency,layoutId:\"v2jy_lB0g\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vvmCiqVMN\"},implicitPathVariables:undefined},{href:{webPageId:\"eWiuAXROi\"},implicitPathVariables:undefined},{href:{webPageId:\"eD1lP68Ao\"},implicitPathVariables:undefined},{href:{webPageId:\"HFu5xqX_F\"},implicitPathVariables:undefined},{href:{webPageId:\"J5wsiig9W\"},implicitPathVariables:undefined},{href:{webPageId:\"vvmCiqVMN\"},implicitPathVariables:undefined},{href:{webPageId:\"eWiuAXROi\"},implicitPathVariables:undefined},{href:{webPageId:\"eD1lP68Ao\"},implicitPathVariables:undefined},{href:{webPageId:\"HFu5xqX_F\"},implicitPathVariables:undefined},{href:{webPageId:\"J5wsiig9W\"},implicitPathVariables:undefined},{href:{webPageId:\"vvmCiqVMN\"},implicitPathVariables:undefined},{href:{webPageId:\"eWiuAXROi\"},implicitPathVariables:undefined},{href:{webPageId:\"eD1lP68Ao\"},implicitPathVariables:undefined},{href:{webPageId:\"HFu5xqX_F\"},implicitPathVariables:undefined},{href:{webPageId:\"J5wsiig9W\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,...addPropertyOverrides({MGdSacVNX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+288+40)+0+138+0+0},Oyeys8hDn:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+288+40)+0+138+0+0},p4VaTZ6pc:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+288+40)+0+138+0+0},rqgCCszXx:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+288+40)+0+138+0+0},XjkNJzlgl:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+288+40)+0+138+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cux1hw-container\",layoutDependency:layoutDependency,layoutId:\"lZIfOSq3O-container\",nodeId:\"lZIfOSq3O\",rendersWithMotion:true,scopeId:\"DxkAYILHD\",children:/*#__PURE__*/_jsx(ElementsButton,{bitLCgREi:true,CTiwKmXt9:false,gKom6Q6pS:\"bold\",height:\"100%\",id:\"lZIfOSq3O\",layoutId:\"lZIfOSq3O\",lgqRfcS3a:\"Magnifying glass\",QH0duFZ1f:\"LEARN MORE\",ugfoEa0Di:resolvedLinks[0],variant:\"uyEmKODAI\",width:\"100%\",...addPropertyOverrides({GoPa5yGyp:{ugfoEa0Di:resolvedLinks[1]},gXiUAHmpF:{ugfoEa0Di:resolvedLinks[5]},hB7ahmODX:{ugfoEa0Di:resolvedLinks[7]},I_QZw8Fvm:{ugfoEa0Di:resolvedLinks[4]},jk3Gj4Cta:{ugfoEa0Di:resolvedLinks[3]},kyECWRp6u:{ugfoEa0Di:resolvedLinks[2]},m7K7ZxSzg:{ugfoEa0Di:resolvedLinks[9]},MGdSacVNX:{ugfoEa0Di:resolvedLinks[14]},Oyeys8hDn:{ugfoEa0Di:resolvedLinks[13]},p4VaTZ6pc:{ugfoEa0Di:resolvedLinks[10]},rqgCCszXx:{ugfoEa0Di:resolvedLinks[11]},t2vmwIcma:{ugfoEa0Di:resolvedLinks[6]},wcmd1iiVG:{ugfoEa0Di:resolvedLinks[8]},XjkNJzlgl:{ugfoEa0Di:resolvedLinks[12]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,...addPropertyOverrides({MGdSacVNX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+288+40)+0+138+0+53},Oyeys8hDn:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+288+40)+0+138+0+53},p4VaTZ6pc:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+288+40)+0+138+0+53},rqgCCszXx:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+288+40)+0+138+0+53},XjkNJzlgl:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-717)/2+288+40)+0+138+0+53}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1t0qwfb-container\",layoutDependency:layoutDependency,layoutId:\"Dbh02rOz_-container\",nodeId:\"Dbh02rOz_\",rendersWithMotion:true,scopeId:\"DxkAYILHD\",children:/*#__PURE__*/_jsx(ElementsButton,{bitLCgREi:true,CTiwKmXt9:false,gKom6Q6pS:\"bold\",height:\"100%\",id:\"Dbh02rOz_\",layoutId:\"Dbh02rOz_\",lgqRfcS3a:\"PHONE\",QH0duFZ1f:\"Get a quotation\",ugfoEa0Di:resolvedLinks1[0],variant:\"zRvLXrMsx\",width:\"100%\",...addPropertyOverrides({GoPa5yGyp:{ugfoEa0Di:resolvedLinks1[1]},gXiUAHmpF:{ugfoEa0Di:resolvedLinks1[5]},hB7ahmODX:{ugfoEa0Di:resolvedLinks1[7]},I_QZw8Fvm:{ugfoEa0Di:resolvedLinks1[4]},jk3Gj4Cta:{ugfoEa0Di:resolvedLinks1[3]},kyECWRp6u:{ugfoEa0Di:resolvedLinks1[2]},m7K7ZxSzg:{ugfoEa0Di:resolvedLinks1[9]},MGdSacVNX:{ugfoEa0Di:resolvedLinks1[14]},Oyeys8hDn:{ugfoEa0Di:resolvedLinks1[13]},p4VaTZ6pc:{ugfoEa0Di:resolvedLinks1[10]},rqgCCszXx:{ugfoEa0Di:resolvedLinks1[11]},t2vmwIcma:{ugfoEa0Di:resolvedLinks1[6]},wcmd1iiVG:{ugfoEa0Di:resolvedLinks1[8]},XjkNJzlgl:{ugfoEa0Di:resolvedLinks1[12]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zvxv9\",layoutDependency:layoutDependency,layoutId:\"RvvH3JAqL\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-elq9d8\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"ag6XugQAe\",style:{opacity:.5},variants:{GoPa5yGyp:{opacity:1},hB7ahmODX:{opacity:1},I_QZw8Fvm:{opacity:1},jk3Gj4Cta:{opacity:1},kyECWRp6u:{opacity:1},m7K7ZxSzg:{opacity:1},MGdSacVNX:{opacity:1},Oyeys8hDn:{opacity:1},rqgCCszXx:{opacity:1},t2vmwIcma:{opacity:1},wcmd1iiVG:{opacity:1},XjkNJzlgl:{opacity:1}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-tpilr1-container\",\"data-framer-appear-id\":\"tpilr1\",initial:animation3,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"BcjZ2JuSP-container\",nodeId:\"BcjZ2JuSP\",optimized:true,rendersWithMotion:true,scopeId:\"DxkAYILHD\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"phone\",iconSelection:\"ArrowBack\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"BcjZ2JuSP\",layoutId:\"BcjZ2JuSP\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({GoPa5yGyp:{onClick:onClickshlfth},hB7ahmODX:{onClick:onClick1t7cc15},I_QZw8Fvm:{onClick:onClickcs3jm4},jk3Gj4Cta:{onClick:onClick1hd8fqf},kyECWRp6u:{onClick:onClick1tjdyfh},m7K7ZxSzg:{onClick:onClick135lwbg},MGdSacVNX:{onClick:onClickmcjn51},Oyeys8hDn:{onClick:onClick1h467x3},rqgCCszXx:{onClick:onClick1h47pop},t2vmwIcma:{onClick:onClickj2pmys},wcmd1iiVG:{onClick:onClick1kl5l4},XjkNJzlgl:{onClick:onClickcegsop}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-61per5\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"Dg2XYdWUG\",style:{opacity:1},variants:{gXiUAHmpF:{opacity:1},hB7ahmODX:{opacity:1},I_QZw8Fvm:{opacity:.5},m7K7ZxSzg:{opacity:.5},MGdSacVNX:{opacity:.5},Oyeys8hDn:{opacity:1},p4VaTZ6pc:{opacity:1},rqgCCszXx:{opacity:1},t2vmwIcma:{opacity:1},wcmd1iiVG:{opacity:1},XjkNJzlgl:{opacity:1}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-t27pj5-container\",\"data-framer-appear-id\":\"t27pj5\",initial:animation3,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"jywRVbuNo-container\",nodeId:\"jywRVbuNo\",optimized:true,rendersWithMotion:true,scopeId:\"DxkAYILHD\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"phone\",iconSelection:\"ArrowForward\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"jywRVbuNo\",layoutId:\"jywRVbuNo\",mirrored:false,onClick:onClick1tjdyfh,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({GoPa5yGyp:{onClick:onClick1hd8fqf},gXiUAHmpF:{onClick:onClick1t7cc15},hB7ahmODX:{onClick:onClick135lwbg},I_QZw8Fvm:{onClick:undefined},jk3Gj4Cta:{onClick:onClick1gfpe3},kyECWRp6u:{onClick:onClickcs3jm4},m7K7ZxSzg:{onClick:undefined},MGdSacVNX:{onClick:undefined},Oyeys8hDn:{onClick:onClick106uuzz},p4VaTZ6pc:{onClick:onClickcegsop},rqgCCszXx:{onClick:onClick1h467x3},t2vmwIcma:{onClick:onClick1kl5l4},wcmd1iiVG:{onClick:onClick18w02b4},XjkNJzlgl:{onClick:onClickmcjn51}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p3u4kt\",layoutDependency:layoutDependency,layoutId:\"Z5uS8RpVd\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7T3V0Zml0LWV4dHJhYm9sZA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"129px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-2a24467d-bdab-4180-a670-650dc7fb8bee, rgba(255, 255, 255, 0.2)))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"EICR Testing\"})})}),className:\"framer-9xckf9\",effect:textEffect2,fonts:[\"FS;Outfit-extrabold\",\"FS;Outfit-black\"],layoutDependency:layoutDependency,layoutId:\"uCiyiwegy\",style:{\"--extracted-gdpscs\":\"var(--token-2a24467d-bdab-4180-a670-650dc7fb8bee, rgba(255, 255, 255, 0.2))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({GoPa5yGyp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7T3V0Zml0LWV4dHJhYm9sZA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"129px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-2a24467d-bdab-4180-a670-650dc7fb8bee, rgba(255, 255, 255, 0.2)))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"EV Charging\"})})})},hB7ahmODX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7T3V0Zml0LWV4dHJhYm9sZA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"129px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-2a24467d-bdab-4180-a670-650dc7fb8bee, rgba(255, 255, 255, 0.2)))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Lighting\"})})})},I_QZw8Fvm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7T3V0Zml0LWV4dHJhYm9sZA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"129px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-2a24467d-bdab-4180-a670-650dc7fb8bee, rgba(255, 255, 255, 0.2)))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Fire Alarm\"})})})},jk3Gj4Cta:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7T3V0Zml0LWV4dHJhYm9sZA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"129px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-2a24467d-bdab-4180-a670-650dc7fb8bee, rgba(255, 255, 255, 0.2)))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"CCTV\"})})})},kyECWRp6u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7T3V0Zml0LWV4dHJhYm9sZA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"129px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-2a24467d-bdab-4180-a670-650dc7fb8bee, rgba(255, 255, 255, 0.2)))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Lighting\"})})})},m7K7ZxSzg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7T3V0Zml0LWV4dHJhYm9sZA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"129px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-2a24467d-bdab-4180-a670-650dc7fb8bee, rgba(255, 255, 255, 0.2)))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Fire Alarm\"})})})},t2vmwIcma:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7T3V0Zml0LWV4dHJhYm9sZA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"129px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-2a24467d-bdab-4180-a670-650dc7fb8bee, rgba(255, 255, 255, 0.2)))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"EV Charging\"})})})},wcmd1iiVG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7T3V0Zml0LWV4dHJhYm9sZA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"129px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-2a24467d-bdab-4180-a670-650dc7fb8bee, rgba(255, 255, 255, 0.2)))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"CCTV\"})})})}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jh4xw.framer-7jnwvq, .framer-jh4xw .framer-7jnwvq { display: block; }\",\".framer-jh4xw.framer-cv75ei { align-content: var(--x32qux); align-items: var(--x32qux); display: flex; flex-direction: var(--143e1a7); flex-wrap: nowrap; gap: calc(max(0, var(--1dp47kz)) * 1px); height: 800px; justify-content: var(--rl5p42); overflow: hidden; padding: 0px; position: relative; width: 1600px; }\",\".framer-jh4xw .framer-1x3r3vo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60%; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 50%; z-index: 1; }\",\".framer-jh4xw .framer-auafj1, .framer-jh4xw .framer-vcl2tf, .framer-jh4xw .framer-j5oj6y, .framer-jh4xw .framer-1lwajbu, .framer-jh4xw .framer-1cxb63v { flex: none; height: 100%; overflow: hidden; position: relative; width: 80%; z-index: 1; }\",\".framer-jh4xw .framer-ex7yxd { align-content: flex-start; align-items: flex-start; display: flex; flex: var(--iu2ziq); flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 80px 0px 0px; position: relative; width: var(--a6x0vd); z-index: 1; }\",\".framer-jh4xw .framer-1ti4h8x, .framer-jh4xw .framer-nhnhlj { --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-jh4xw .framer-ri05xh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-jh4xw .framer-u9d1tm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-jh4xw .framer-cux1hw-container, .framer-jh4xw .framer-1t0qwfb-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-jh4xw .framer-zvxv9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-jh4xw .framer-elq9d8 { align-content: center; align-items: center; cursor: default; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-jh4xw .framer-tpilr1-container, .framer-jh4xw .framer-t27pj5-container { flex: none; height: 38px; position: relative; width: 38px; }\",\".framer-jh4xw .framer-61per5 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-jh4xw .framer-1p3u4kt { -webkit-user-select: none; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 80px 0px 0px; pointer-events: none; position: absolute; right: 0px; top: 50px; user-select: none; width: min-content; z-index: 0; }\",\".framer-jh4xw .framer-9xckf9 { --framer-text-wrap: balance; flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jh4xw.framer-cv75ei, .framer-jh4xw .framer-1x3r3vo, .framer-jh4xw .framer-ex7yxd, .framer-jh4xw .framer-ri05xh, .framer-jh4xw .framer-u9d1tm, .framer-jh4xw .framer-zvxv9, .framer-jh4xw .framer-elq9d8, .framer-jh4xw .framer-61per5, .framer-jh4xw .framer-1p3u4kt { gap: 0px; } .framer-jh4xw.framer-cv75ei > * { margin-bottom: var(--1vcsbs0); margin-left: var(--ezycsz); margin-right: var(--ezycsz); margin-top: var(--1vcsbs0); } .framer-jh4xw.framer-cv75ei > :first-child { margin-left: 0px; margin-top: 0px; } .framer-jh4xw.framer-cv75ei > :last-child { margin-bottom: 0px; margin-right: 0px; } .framer-jh4xw .framer-1x3r3vo > *, .framer-jh4xw .framer-elq9d8 > *, .framer-jh4xw .framer-61per5 > *, .framer-jh4xw .framer-1p3u4kt > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-jh4xw .framer-1x3r3vo > :first-child, .framer-jh4xw .framer-u9d1tm > :first-child, .framer-jh4xw .framer-zvxv9 > :first-child, .framer-jh4xw .framer-elq9d8 > :first-child, .framer-jh4xw .framer-61per5 > :first-child, .framer-jh4xw .framer-1p3u4kt > :first-child { margin-left: 0px; } .framer-jh4xw .framer-1x3r3vo > :last-child, .framer-jh4xw .framer-u9d1tm > :last-child, .framer-jh4xw .framer-zvxv9 > :last-child, .framer-jh4xw .framer-elq9d8 > :last-child, .framer-jh4xw .framer-61per5 > :last-child, .framer-jh4xw .framer-1p3u4kt > :last-child { margin-right: 0px; } .framer-jh4xw .framer-ex7yxd > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-jh4xw .framer-ex7yxd > :first-child, .framer-jh4xw .framer-ri05xh > :first-child { margin-top: 0px; } .framer-jh4xw .framer-ex7yxd > :last-child, .framer-jh4xw .framer-ri05xh > :last-child { margin-bottom: 0px; } .framer-jh4xw .framer-ri05xh > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-jh4xw .framer-u9d1tm > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-jh4xw .framer-zvxv9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-jh4xw.framer-v-z70wfd .framer-elq9d8, .framer-jh4xw.framer-v-soxgn3 .framer-elq9d8, .framer-jh4xw.framer-v-16sfkdj .framer-elq9d8, .framer-jh4xw.framer-v-11clvsn .framer-elq9d8, .framer-jh4xw.framer-v-ne5yj9 .framer-elq9d8, .framer-jh4xw.framer-v-13t3p9x .framer-elq9d8, .framer-jh4xw.framer-v-1pyngtk .framer-elq9d8, .framer-jh4xw.framer-v-r2pgbt .framer-elq9d8 { cursor: pointer; }\",\".framer-jh4xw.framer-v-11clvsn .framer-61per5, .framer-jh4xw.framer-v-r2pgbt .framer-61per5 { cursor: default; }\",\".framer-jh4xw.framer-v-1m5tx8w.framer-cv75ei, .framer-jh4xw.framer-v-ne5yj9.framer-cv75ei, .framer-jh4xw.framer-v-13t3p9x.framer-cv75ei, .framer-jh4xw.framer-v-1pyngtk.framer-cv75ei, .framer-jh4xw.framer-v-r2pgbt.framer-cv75ei { gap: 20px; width: 700px; }\",\".framer-jh4xw.framer-v-1m5tx8w .framer-1x3r3vo, .framer-jh4xw.framer-v-ne5yj9 .framer-1x3r3vo, .framer-jh4xw.framer-v-13t3p9x .framer-1x3r3vo, .framer-jh4xw.framer-v-1pyngtk .framer-1x3r3vo, .framer-jh4xw.framer-v-r2pgbt .framer-1x3r3vo { width: 30%; }\",\".framer-jh4xw.framer-v-1m5tx8w .framer-auafj1, .framer-jh4xw.framer-v-1m5tx8w .framer-vcl2tf, .framer-jh4xw.framer-v-1m5tx8w .framer-j5oj6y, .framer-jh4xw.framer-v-1m5tx8w .framer-1lwajbu, .framer-jh4xw.framer-v-1m5tx8w .framer-1cxb63v, .framer-jh4xw.framer-v-ne5yj9 .framer-auafj1, .framer-jh4xw.framer-v-ne5yj9 .framer-vcl2tf, .framer-jh4xw.framer-v-ne5yj9 .framer-j5oj6y, .framer-jh4xw.framer-v-ne5yj9 .framer-1lwajbu, .framer-jh4xw.framer-v-13t3p9x .framer-auafj1, .framer-jh4xw.framer-v-13t3p9x .framer-vcl2tf, .framer-jh4xw.framer-v-13t3p9x .framer-j5oj6y, .framer-jh4xw.framer-v-1pyngtk .framer-auafj1, .framer-jh4xw.framer-v-1pyngtk .framer-vcl2tf, .framer-jh4xw.framer-v-r2pgbt .framer-auafj1 { width: 90%; }\",\".framer-jh4xw.framer-v-1m5tx8w .framer-ex7yxd, .framer-jh4xw.framer-v-ne5yj9 .framer-ex7yxd, .framer-jh4xw.framer-v-13t3p9x .framer-ex7yxd, .framer-jh4xw.framer-v-1pyngtk .framer-ex7yxd, .framer-jh4xw.framer-v-r2pgbt .framer-ex7yxd { padding: 0px 30px 0px 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jh4xw.framer-v-1m5tx8w.framer-cv75ei { gap: 0px; } .framer-jh4xw.framer-v-1m5tx8w.framer-cv75ei > * { margin-bottom: var(--jpkpbh); margin-left: var(--b7mp6); margin-right: var(--b7mp6); margin-top: var(--jpkpbh); } .framer-jh4xw.framer-v-1m5tx8w.framer-cv75ei > :first-child { margin-left: 0px; margin-top: 0px; } .framer-jh4xw.framer-v-1m5tx8w.framer-cv75ei > :last-child { margin-bottom: 0px; margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jh4xw.framer-v-ne5yj9.framer-cv75ei { gap: 0px; } .framer-jh4xw.framer-v-ne5yj9.framer-cv75ei > * { margin-bottom: var(--jpkpbh); margin-left: var(--b7mp6); margin-right: var(--b7mp6); margin-top: var(--jpkpbh); } .framer-jh4xw.framer-v-ne5yj9.framer-cv75ei > :first-child { margin-left: 0px; margin-top: 0px; } .framer-jh4xw.framer-v-ne5yj9.framer-cv75ei > :last-child { margin-bottom: 0px; margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jh4xw.framer-v-13t3p9x.framer-cv75ei { gap: 0px; } .framer-jh4xw.framer-v-13t3p9x.framer-cv75ei > * { margin-bottom: var(--jpkpbh); margin-left: var(--b7mp6); margin-right: var(--b7mp6); margin-top: var(--jpkpbh); } .framer-jh4xw.framer-v-13t3p9x.framer-cv75ei > :first-child { margin-left: 0px; margin-top: 0px; } .framer-jh4xw.framer-v-13t3p9x.framer-cv75ei > :last-child { margin-bottom: 0px; margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jh4xw.framer-v-1pyngtk.framer-cv75ei { gap: 0px; } .framer-jh4xw.framer-v-1pyngtk.framer-cv75ei > * { margin-bottom: var(--jpkpbh); margin-left: var(--b7mp6); margin-right: var(--b7mp6); margin-top: var(--jpkpbh); } .framer-jh4xw.framer-v-1pyngtk.framer-cv75ei > :first-child { margin-left: 0px; margin-top: 0px; } .framer-jh4xw.framer-v-1pyngtk.framer-cv75ei > :last-child { margin-bottom: 0px; margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jh4xw.framer-v-r2pgbt.framer-cv75ei { gap: 0px; } .framer-jh4xw.framer-v-r2pgbt.framer-cv75ei > * { margin-bottom: var(--jpkpbh); margin-left: var(--b7mp6); margin-right: var(--b7mp6); margin-top: var(--jpkpbh); } .framer-jh4xw.framer-v-r2pgbt.framer-cv75ei > :first-child { margin-left: 0px; margin-top: 0px; } .framer-jh4xw.framer-v-r2pgbt.framer-cv75ei > :last-child { margin-bottom: 0px; margin-right: 0px; } }\",\".framer-jh4xw.framer-v-vpxlte.framer-cv75ei, .framer-jh4xw.framer-v-1fh69sg.framer-cv75ei, .framer-jh4xw.framer-v-u425m.framer-cv75ei, .framer-jh4xw.framer-v-11gr6p2.framer-cv75ei, .framer-jh4xw.framer-v-179gokd.framer-cv75ei { align-content: center; align-items: center; flex-direction: column; gap: 40px; height: min-content; justify-content: center; width: 390px; }\",\".framer-jh4xw.framer-v-vpxlte .framer-1x3r3vo, .framer-jh4xw.framer-v-1fh69sg .framer-1x3r3vo, .framer-jh4xw.framer-v-u425m .framer-1x3r3vo, .framer-jh4xw.framer-v-11gr6p2 .framer-1x3r3vo, .framer-jh4xw.framer-v-179gokd .framer-1x3r3vo { height: 288px; justify-content: flex-start; width: 100%; }\",\".framer-jh4xw.framer-v-vpxlte .framer-auafj1, .framer-jh4xw.framer-v-1fh69sg .framer-auafj1, .framer-jh4xw.framer-v-u425m .framer-auafj1, .framer-jh4xw.framer-v-11gr6p2 .framer-auafj1, .framer-jh4xw.framer-v-179gokd .framer-auafj1 { order: 4; width: 100%; }\",\".framer-jh4xw.framer-v-vpxlte .framer-vcl2tf, .framer-jh4xw.framer-v-vpxlte .framer-ri05xh, .framer-jh4xw.framer-v-1fh69sg .framer-vcl2tf, .framer-jh4xw.framer-v-1fh69sg .framer-ri05xh, .framer-jh4xw.framer-v-u425m .framer-vcl2tf, .framer-jh4xw.framer-v-u425m .framer-ri05xh, .framer-jh4xw.framer-v-11gr6p2 .framer-ri05xh, .framer-jh4xw.framer-v-179gokd .framer-ri05xh { order: 3; }\",\".framer-jh4xw.framer-v-vpxlte .framer-j5oj6y, .framer-jh4xw.framer-v-1fh69sg .framer-j5oj6y { order: 2; }\",\".framer-jh4xw.framer-v-vpxlte .framer-1lwajbu, .framer-jh4xw.framer-v-vpxlte .framer-1ti4h8x, .framer-jh4xw.framer-v-1fh69sg .framer-1ti4h8x, .framer-jh4xw.framer-v-u425m .framer-1ti4h8x, .framer-jh4xw.framer-v-11gr6p2 .framer-1ti4h8x, .framer-jh4xw.framer-v-179gokd .framer-1ti4h8x { order: 1; }\",\".framer-jh4xw.framer-v-vpxlte .framer-1cxb63v { order: 0; width: 100%; }\",\".framer-jh4xw.framer-v-vpxlte .framer-ex7yxd, .framer-jh4xw.framer-v-1fh69sg .framer-ex7yxd, .framer-jh4xw.framer-v-u425m .framer-ex7yxd, .framer-jh4xw.framer-v-11gr6p2 .framer-ex7yxd, .framer-jh4xw.framer-v-179gokd .framer-ex7yxd { flex: none; padding: 0px; width: 100%; }\",\".framer-jh4xw.framer-v-vpxlte .framer-u9d1tm { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 5px; order: 2; }\",\".framer-jh4xw.framer-v-vpxlte .framer-zvxv9, .framer-jh4xw.framer-v-1fh69sg .framer-zvxv9, .framer-jh4xw.framer-v-u425m .framer-zvxv9, .framer-jh4xw.framer-v-11gr6p2 .framer-zvxv9, .framer-jh4xw.framer-v-179gokd .framer-zvxv9 { order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jh4xw.framer-v-vpxlte.framer-cv75ei, .framer-jh4xw.framer-v-vpxlte .framer-u9d1tm { gap: 0px; } .framer-jh4xw.framer-v-vpxlte.framer-cv75ei > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-jh4xw.framer-v-vpxlte.framer-cv75ei > :first-child, .framer-jh4xw.framer-v-vpxlte .framer-u9d1tm > :first-child { margin-top: 0px; } .framer-jh4xw.framer-v-vpxlte.framer-cv75ei > :last-child, .framer-jh4xw.framer-v-vpxlte .framer-u9d1tm > :last-child { margin-bottom: 0px; } .framer-jh4xw.framer-v-vpxlte .framer-u9d1tm > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } }\",\".framer-jh4xw.framer-v-1fh69sg .framer-1lwajbu { order: 1; width: 100%; }\",\".framer-jh4xw.framer-v-1fh69sg .framer-u9d1tm, .framer-jh4xw.framer-v-u425m .framer-u9d1tm, .framer-jh4xw.framer-v-11gr6p2 .framer-u9d1tm, .framer-jh4xw.framer-v-179gokd .framer-u9d1tm { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 5px; justify-content: flex-start; order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jh4xw.framer-v-1fh69sg.framer-cv75ei, .framer-jh4xw.framer-v-1fh69sg .framer-u9d1tm { gap: 0px; } .framer-jh4xw.framer-v-1fh69sg.framer-cv75ei > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-jh4xw.framer-v-1fh69sg.framer-cv75ei > :first-child, .framer-jh4xw.framer-v-1fh69sg .framer-u9d1tm > :first-child { margin-top: 0px; } .framer-jh4xw.framer-v-1fh69sg.framer-cv75ei > :last-child, .framer-jh4xw.framer-v-1fh69sg .framer-u9d1tm > :last-child { margin-bottom: 0px; } .framer-jh4xw.framer-v-1fh69sg .framer-u9d1tm > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } }\",\".framer-jh4xw.framer-v-u425m .framer-j5oj6y { order: 2; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jh4xw.framer-v-u425m.framer-cv75ei, .framer-jh4xw.framer-v-u425m .framer-u9d1tm { gap: 0px; } .framer-jh4xw.framer-v-u425m.framer-cv75ei > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-jh4xw.framer-v-u425m.framer-cv75ei > :first-child, .framer-jh4xw.framer-v-u425m .framer-u9d1tm > :first-child { margin-top: 0px; } .framer-jh4xw.framer-v-u425m.framer-cv75ei > :last-child, .framer-jh4xw.framer-v-u425m .framer-u9d1tm > :last-child { margin-bottom: 0px; } .framer-jh4xw.framer-v-u425m .framer-u9d1tm > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } }\",\".framer-jh4xw.framer-v-11gr6p2 .framer-vcl2tf { order: 3; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jh4xw.framer-v-11gr6p2.framer-cv75ei, .framer-jh4xw.framer-v-11gr6p2 .framer-u9d1tm { gap: 0px; } .framer-jh4xw.framer-v-11gr6p2.framer-cv75ei > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-jh4xw.framer-v-11gr6p2.framer-cv75ei > :first-child, .framer-jh4xw.framer-v-11gr6p2 .framer-u9d1tm > :first-child { margin-top: 0px; } .framer-jh4xw.framer-v-11gr6p2.framer-cv75ei > :last-child, .framer-jh4xw.framer-v-11gr6p2 .framer-u9d1tm > :last-child { margin-bottom: 0px; } .framer-jh4xw.framer-v-11gr6p2 .framer-u9d1tm > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jh4xw.framer-v-179gokd.framer-cv75ei, .framer-jh4xw.framer-v-179gokd .framer-u9d1tm { gap: 0px; } .framer-jh4xw.framer-v-179gokd.framer-cv75ei > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-jh4xw.framer-v-179gokd.framer-cv75ei > :first-child, .framer-jh4xw.framer-v-179gokd .framer-u9d1tm > :first-child { margin-top: 0px; } .framer-jh4xw.framer-v-179gokd.framer-cv75ei > :last-child, .framer-jh4xw.framer-v-179gokd .framer-u9d1tm > :last-child { margin-bottom: 0px; } .framer-jh4xw.framer-v-179gokd .framer-u9d1tm > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"GoPa5yGyp\":{\"layout\":[\"fixed\",\"fixed\"]},\"kyECWRp6u\":{\"layout\":[\"fixed\",\"fixed\"]},\"jk3Gj4Cta\":{\"layout\":[\"fixed\",\"fixed\"]},\"I_QZw8Fvm\":{\"layout\":[\"fixed\",\"fixed\"]},\"gXiUAHmpF\":{\"layout\":[\"fixed\",\"fixed\"]},\"t2vmwIcma\":{\"layout\":[\"fixed\",\"fixed\"]},\"hB7ahmODX\":{\"layout\":[\"fixed\",\"fixed\"]},\"wcmd1iiVG\":{\"layout\":[\"fixed\",\"fixed\"]},\"m7K7ZxSzg\":{\"layout\":[\"fixed\",\"fixed\"]},\"p4VaTZ6pc\":{\"layout\":[\"fixed\",\"auto\"]},\"rqgCCszXx\":{\"layout\":[\"fixed\",\"auto\"]},\"XjkNJzlgl\":{\"layout\":[\"fixed\",\"auto\"]},\"Oyeys8hDn\":{\"layout\":[\"fixed\",\"auto\"]},\"MGdSacVNX\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"e0uSDDJYl\":\"direction\",\"D3wnxJ_vG\":\"distribute\",\"xWnmSRyxa\":\"align\",\"phlJV3Fg8\":\"gap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerDxkAYILHD=withCSS(Component,css,\"framer-jh4xw\");export default FramerDxkAYILHD;FramerDxkAYILHD.displayName=\"Services\";FramerDxkAYILHD.defaultProps={height:800,width:1600};addPropertyControls(FramerDxkAYILHD,{variant:{options:[\"Gk8f7ZksC\",\"GoPa5yGyp\",\"kyECWRp6u\",\"jk3Gj4Cta\",\"I_QZw8Fvm\",\"gXiUAHmpF\",\"t2vmwIcma\",\"hB7ahmODX\",\"wcmd1iiVG\",\"m7K7ZxSzg\",\"p4VaTZ6pc\",\"rqgCCszXx\",\"XjkNJzlgl\",\"Oyeys8hDn\",\"MGdSacVNX\"],optionTitles:[\"Desktop\",\"Desktop 2\",\"Desktop 3\",\"Desktop 4\",\"Desktop 5\",\"Tablet\",\"Tablet 2\",\"Tablet 3\",\"Tablet 4\",\"Tablet 5\",\"Mobile\",\"Mobile 2\",\"Mobile 3\",\"Mobile 4\",\"Mobile 5\"],title:\"Variant\",type:ControlType.Enum},e0uSDDJYl:{defaultValue:\"row\",displaySegmentedControl:true,optionIcons:[\"direction-horizontal\",\"direction-vertical\"],options:[\"row\",\"column\"],optionTitles:[\"Horizontal\",\"Vertical\"],title:\"Direction\",type:ControlType.Enum},D3wnxJ_vG:{defaultValue:\"center\",options:[\"flex-start\",\"center\",\"flex-end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"],title:\"Distribute\",type:ControlType.Enum},xWnmSRyxa:{defaultValue:\"center\",options:[\"flex-start\",\"center\",\"flex-end\"],optionTitles:[\"Start\",\"Center\",\"End\"],title:\"Align\",type:ControlType.Enum},phlJV3Fg8:{defaultValue:40,min:0,title:\"Gap\",type:ControlType.Number}});addFonts(FramerDxkAYILHD,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Outfit\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/VMAVI5EHLU77KACBXFKSI223A33BYMYT/KGPZSBKAZPJQJIDUI6CQETV3BKZULTEA/H5PDA446U7YOJH5A6HXMFOX33XDBMWB5.woff2\",weight:\"800\"},{family:\"Outfit\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/WAAMEHKHJC5RGH5HYZXARMZDOGNO2EWO/IMX7NRNUMJVK7YFRJRZSA3UNPLUBPYIJ/QWBFHLNJNNJC3X2PA4WN6Q2H5G7OG6MX.woff2\",weight:\"900\"}]},...ElementsButtonFonts,...MaterialFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDxkAYILHD\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"e0uSDDJYl\\\":\\\"direction\\\",\\\"D3wnxJ_vG\\\":\\\"distribute\\\",\\\"xWnmSRyxa\\\":\\\"align\\\",\\\"phlJV3Fg8\\\":\\\"gap\\\"}\",\"framerIntrinsicWidth\":\"1600\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"800\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GoPa5yGyp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kyECWRp6u\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jk3Gj4Cta\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"I_QZw8Fvm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gXiUAHmpF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"t2vmwIcma\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hB7ahmODX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wcmd1iiVG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"m7K7ZxSzg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"p4VaTZ6pc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rqgCCszXx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XjkNJzlgl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Oyeys8hDn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MGdSacVNX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DxkAYILHD.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,FormSelect,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}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{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import ElementsFormButton from\"#framer/local/canvasComponent/Dvd8jXQh0/Dvd8jXQh0.js\";import Services from\"#framer/local/canvasComponent/DxkAYILHD/DxkAYILHD.js\";import ContactButton from\"#framer/local/canvasComponent/kOmGE8GnS/kOmGE8GnS.js\";import ElementsButton from\"#framer/local/canvasComponent/lYlPcNMOf/lYlPcNMOf.js\";import FAQ from\"#framer/local/canvasComponent/oJZsN_TSo/oJZsN_TSo.js\";import CardsBlogPost from\"#framer/local/canvasComponent/q6247Xv1q/q6247Xv1q.js\";import BottomButtons from\"#framer/local/canvasComponent/vo6N045Qm/vo6N045Qm.js\";import Article from\"#framer/local/collection/mpvPWr82u/mpvPWr82u.js\";import*as sharedStyle3 from\"#framer/local/css/ARDZyocPI/ARDZyocPI.js\";import*as sharedStyle6 from\"#framer/local/css/bL4QkQnZN/bL4QkQnZN.js\";import*as sharedStyle from\"#framer/local/css/FOZOMhxY8/FOZOMhxY8.js\";import*as sharedStyle7 from\"#framer/local/css/i9wgNJd0N/i9wgNJd0N.js\";import*as sharedStyle9 from\"#framer/local/css/JGX_kbtOl/JGX_kbtOl.js\";import*as sharedStyle5 from\"#framer/local/css/kKFOnFSJ0/kKFOnFSJ0.js\";import*as sharedStyle4 from\"#framer/local/css/kYuw_Ef6e/kYuw_Ef6e.js\";import*as sharedStyle2 from\"#framer/local/css/N_p51dKpR/N_p51dKpR.js\";import*as sharedStyle1 from\"#framer/local/css/vrXQodaMH/vrXQodaMH.js\";import*as sharedStyle8 from\"#framer/local/css/zYkbah5Wg/zYkbah5Wg.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const VideoFonts=getFonts(Video);const ElementsButtonFonts=getFonts(ElementsButton);const VimeoFonts=getFonts(Vimeo);const BottomButtonsFonts=getFonts(BottomButtons);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const MotionHeaderWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.header));const MotionSectionWithFX=withFX(motion.section);const ContactButtonFonts=getFonts(ContactButton);const ServicesFonts=getFonts(Services);const CardsBlogPostFonts=getFonts(CardsBlogPost);const ContainerWithFX=withFX(Container);const MotionDivWithFX=withFX(motion.div);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const MaterialFonts=getFonts(Material);const FAQFonts=getFonts(FAQ);const PhosphorFonts=getFonts(Phosphor);const ElementsFormButtonFonts=getFonts(ElementsFormButton);const breakpoints={mVIL4xheu:\"(min-width: 810px) and (max-width: 1199px)\",qq5Dlu4rN:\"(max-width: 809px)\",qVw6Qh47Z:\"(min-width: 1200px) and (max-width: 1599px)\",WQLkyLRf1:\"(min-width: 1600px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-0Eobm\";const variantClassNames={mVIL4xheu:\"framer-v-1qcy58p\",qq5Dlu4rN:\"framer-v-1vaxquu\",qVw6Qh47Z:\"framer-v-1853pty\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={bounce:0,delay:1,duration:1.8,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.4,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={bounce:0,delay:1.2,duration:.8,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:20,y:-20};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:90,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={bounce:0,delay:.05,duration:.4,type:\"spring\"};const textEffect={effect:animation4,startDelay:.8,tokenization:\"word\",transition:transition3,trigger:\"onMount\",type:\"appear\"};const animation5={filter:\"blur(4px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition4={delay:.05,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const textEffect1={effect:animation5,startDelay:.8,tokenization:\"word\",transition:transition4,trigger:\"onMount\",type:\"appear\"};const transition5={bounce:0,delay:.8,duration:.4,type:\"spring\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition6={damping:54,delay:0,mass:1,stiffness:385,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.1,skewX:0,skewY:0,x:0,y:0};const transition7={bounce:.2,delay:1,duration:.4,type:\"spring\"};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:150,y:0};const transition8={bounce:.2,delay:.8,duration:.4,type:\"spring\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition9={bounce:.2,delay:.1,duration:.4,type:\"spring\"};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.7,skewX:0,skewY:0,transition:transition9,x:0,y:0};const animation13={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const animation14={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.7,skewX:0,skewY:0,x:0,y:0};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};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 animation15={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.7,skewX:0,skewY:0,x:0,y:100};const transition10={bounce:0,delay:0,duration:1,type:\"spring\"};const textEffect2={effect:animation4,tokenization:\"character\",transition:transition3,trigger:\"onMount\",type:\"appear\"};const animation16={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:100};const transition11={damping:45,delay:0,mass:1,stiffness:61,type:\"spring\"};const animation17={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition11,x:0,y:100};const animation18={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const textEffect3={effect:animation18,tokenization:\"character\",transition:transition4,trigger:\"onMount\",type:\"appear\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition12={bounce:0,delay:0,duration:1.5,type:\"spring\"};const animation19={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition12,x:0,y:0};const animation20={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.6,skewX:0,skewY:0,x:0,y:0};const transition13={bounce:0,delay:.7,duration:.8,type:\"spring\"};const animation21={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition13,x:0,y:0};const animation22={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:30,y:0};const transition14={bounce:0,delay:.8,duration:.8,type:\"spring\"};const animation23={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition14,x:0,y:0};const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop 2\":\"qVw6Qh47Z\",Desktop:\"WQLkyLRf1\",Phone:\"qq5Dlu4rN\",Tablet:\"mVIL4xheu\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,kRZuc5uv3X7zTMq7OW,xkPHXT2SzX7zTMq7OW,aAIbkigfgX7zTMq7OW,rVMZCixnVX7zTMq7OW,ab1hhKxynX7zTMq7OW,caE6IF2YqX7zTMq7OW,idX7zTMq7OW,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const ouOuketsR3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const ouOuketsR1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"x9lIIPoVs\");const ref1=React.useRef(null);const router=useRouter();const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"qq5Dlu4rN\")return false;return true;};const elementId1=useRouteElementId(\"xrPO4885H\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"yJWjnoBQp\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"RkCA1Ezgh\");const ref4=React.useRef(null);const activeLocaleCode=useLocaleCode();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:/*#__PURE__*/_jsxs(\"main\",{className:\"framer-vyv5r9\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xokwbn\",\"data-framer-name\":\"Top\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref1,target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-16wsyre\",\"data-framer-name\":\"Home Header\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(MotionHeaderWithFXWithOptimizedAppearEffect,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref1,target:{opacity:1,rotate:0,rotateX:-70,rotateY:0,scale:.4,skewX:0,skewY:0,x:0,y:-190}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,animate:animation,className:\"framer-2dfb9q\",\"data-framer-appear-id\":\"2dfb9q\",\"data-framer-name\":\"Header Image\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uq60lr\",\"data-framer-name\":\"Video etc\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r5igqn-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"bO_nTE4Pg\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"bO_nTE4Pg\",isMixedBorderRadius:false,layoutId:\"bO_nTE4Pg\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/TFRwA3pYwiPXYnjruznzu1We7fs.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/oJ2o1Uhmph0TvtzOdGIrvl0eB4.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-j6wi2k\",\"data-border\":true,\"data-framer-name\":\"Border\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u83uzw\",\"data-framer-name\":\"Grad\"})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1gvr5ei\",\"data-framer-appear-id\":\"1gvr5ei\",\"data-framer-name\":\"Overlay\",initial:animation3,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gpbcvz\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1h2mu08\",\"data-styles-preset\":\"FOZOMhxY8\",children:\"VOLT EAST\"})}),className:\"framer-f42pcv\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-fgh8u2\",\"data-styles-preset\":\"vrXQodaMH\",children:\"Electrical, fire and security services across London\"})}),className:\"framer-katfrc\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ean9ic\",\"data-framer-name\":\"Buttons\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m742qs\",children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{y:(componentViewport?.y||0)+0+0+0+0+0+0+0+0+40+0+200+474+0+112+0+0},qq5Dlu4rN:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:(componentViewport?.y||0)+0+0+0+0+0+0+20+0+40+0+200+434+0+112+0+0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-dnn2mv-container\",id:\"dnn2mv\",nodeId:\"kGiwIND0l\",scopeId:\"augiA20Il\",children:[/*#__PURE__*/_jsx(ElementsButton,{bitLCgREi:true,CTiwKmXt9:false,gKom6Q6pS:\"bold\",height:\"100%\",id:\"kGiwIND0l\",layoutId:\"kGiwIND0l\",lgqRfcS3a:\"PLAY\",ouOuketsR:ouOuketsR3bnx0g({overlay}),QH0duFZ1f:\"WATCH VIDEO\",style:{height:\"100%\"},variant:\"uyEmKODAI\",width:\"100%\"}),/*#__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:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1pd9nm4\"),\"data-framer-portal-id\":\"dnn2mv\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"N0h19L_V2\"),/*#__PURE__*/_jsx(motion.div,{animate:animation7,className:cx(scopingClassNames,\"framer-w7l3v9\"),\"data-framer-name\":\"BG\",\"data-framer-portal-id\":\"dnn2mv\",exit:animation6,initial:animation8,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qq5Dlu4rN:{background:{alt:\"A simple, gray circle on a light gray background, creating a minimalist and clean design.\",fit:\"fill\",intrinsicHeight:1290,intrinsicWidth:1290,pixelHeight:1290,pixelWidth:1290,sizes:\"calc(100vw + 732px)\",src:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png\",srcSet:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png 1290w\"}}},children:/*#__PURE__*/_jsx(Image,{animate:animation10,background:{alt:\"A simple, gray circle on a light gray background, creating a minimalist and clean design.\",fit:\"fill\",intrinsicHeight:1290,intrinsicWidth:1290,pixelHeight:1290,pixelWidth:1290,sizes:\"1432px\",src:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png\",srcSet:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png 1290w\"},className:\"framer-nhrn8x\",\"data-framer-name\":\"Circleblur\",\"data-nosnippet\":true,exit:animation9,initial:animation11})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qq5Dlu4rN:{style:{rotate:-90}}},children:/*#__PURE__*/_jsxs(motion.div,{className:cx(scopingClassNames,\"framer-oin5lx\"),\"data-framer-portal-id\":\"dnn2mv\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ppe34d-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"LNXpnPK3A\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Vimeo,{autoplay:false,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:true,height:\"100%\",id:\"LNXpnPK3A\",isMixedBorderRadius:false,layoutId:\"LNXpnPK3A\",loop:false,mute:false,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,video:\"https://vimeo.com/1060262646?share=copy\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"50px\",children:/*#__PURE__*/_jsx(Container,{animate:animation13,className:\"framer-7yw0a-container\",exit:animation12,inComponentSlot:true,initial:animation14,nodeId:\"x9onsPGc7\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ElementsButton,{bitLCgREi:true,CTiwKmXt9:false,gKom6Q6pS:\"bold\",height:\"100%\",id:\"x9onsPGc7\",layoutId:\"x9onsPGc7\",lgqRfcS3a:\"X\",ouOuketsR:ouOuketsR1wnntms({overlay}),QH0duFZ1f:\"\",style:{height:\"100%\",width:\"100%\"},variant:\"uyEmKODAI\",width:\"100%\"})})})]})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{y:(componentViewport?.y||0)+0+0+0+0+0+0+0+0+40+0+200+474+0+112+0+2},qq5Dlu4rN:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+0+0+0+0+0+20+0+40+0+200+434+0+112+0+2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-h62j5a-container\",nodeId:\"fszxNWGRl\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{ugfoEa0Di:resolvedLinks[1]},qq5Dlu4rN:{ugfoEa0Di:resolvedLinks[2]},qVw6Qh47Z:{ugfoEa0Di:resolvedLinks[3]}},children:/*#__PURE__*/_jsx(ElementsButton,{bitLCgREi:true,CTiwKmXt9:false,gKom6Q6pS:\"bold\",height:\"100%\",id:\"fszxNWGRl\",layoutId:\"fszxNWGRl\",lgqRfcS3a:\"CHECK\",QH0duFZ1f:\"SERVICES\",ugfoEa0Di:resolvedLinks[0],variant:\"zRvLXrMsx\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{y:(componentViewport?.y||0)+0+0+0+0+0+0+0+0+40+0+200+474+0+112+0+2},qq5Dlu4rN:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+0+0+0+0+0+20+0+40+0+200+434+0+112+0+2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1h1lm8w-container\",nodeId:\"hOlxzaIAW\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{ugfoEa0Di:resolvedLinks1[1]},qq5Dlu4rN:{ugfoEa0Di:resolvedLinks1[2]},qVw6Qh47Z:{ugfoEa0Di:resolvedLinks1[3]}},children:/*#__PURE__*/_jsx(ElementsButton,{bitLCgREi:true,CTiwKmXt9:false,gKom6Q6pS:\"bold\",height:\"100%\",id:\"hOlxzaIAW\",layoutId:\"hOlxzaIAW\",lgqRfcS3a:\"PHONE\",QH0duFZ1f:\"CONTACT US\",ugfoEa0Di:resolvedLinks1[0],variant:\"zRvLXrMsx\",width:\"100%\"})})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jw13at hidden-1vaxquu\"})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+0+0+40+0+200+698},qq5Dlu4rN:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,width:`calc(${componentViewport?.width||\"100vw\"} - 120px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+20+0+40+0+200+658,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1aupntb-container\",nodeId:\"Z9sF2fOjh\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{variant:\"bIT3sidAH\"},qq5Dlu4rN:{variant:\"bKg2R8MmD\"}},children:/*#__PURE__*/_jsx(BottomButtons,{height:\"100%\",id:\"Z9sF2fOjh\",layoutId:\"Z9sF2fOjh\",style:{width:\"100%\"},variant:\"RbunOML4W\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-bh34iq\",\"data-framer-name\":\"Grad\"})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lankad\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3rd067\",\"data-framer-name\":\"Name\",id:elementId2,ref:ref3,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7T3V0Zml0LWV4dHJhYm9sZA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"139px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"88%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"VOLTEAST\"})}),viewBox:\"0 0 727 122\"},qq5Dlu4rN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7T3V0Zml0LWV4dHJhYm9sZA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"62px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"88%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"VOLTEAST\"})}),viewBox:\"0 0 324 55\"},qVw6Qh47Z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7T3V0Zml0LWV4dHJhYm9sZA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"228px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"88%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"VOLTEAST\"})}),viewBox:\"0 0 1192 201\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7T3V0Zml0LWV4dHJhYm9sZA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"290.6329113924051px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"88%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"VOLTEAST\"})}),className:\"framer-19oo71b\",fonts:[\"FS;Outfit-extrabold\"],verticalAlignment:\"top\",viewBox:\"0 0 1520 256\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation15,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-uoemmp\",\"data-framer-name\":\"Services\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6u1zik\",\"data-border\":true,\"data-framer-name\":\"Border\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-882njb\",\"data-framer-name\":\"Variant 2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1ajsejz\",\"data-styles-preset\":\"N_p51dKpR\",style:{\"--framer-text-color\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},children:\"Contact Us\"})}),className:\"framer-i113wf\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18tzfsk\",\"data-framer-name\":\"Variant 2\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jd5pg6-container\",nodeId:\"PN757WRZT\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ContactButton,{height:\"100%\",id:\"PN757WRZT\",layoutId:\"PN757WRZT\",variant:\"QAg598iwu\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,children:/*#__PURE__*/_jsx(Container,{className:\"framer-x673ie-container\",nodeId:\"HuszDFj_2\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ContactButton,{height:\"100%\",id:\"HuszDFj_2\",layoutId:\"HuszDFj_2\",variant:\"HdwDCkdy7\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bpmxys-container\",nodeId:\"YQWE0KcWJ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ContactButton,{height:\"100%\",id:\"YQWE0KcWJ\",layoutId:\"YQWE0KcWJ\",variant:\"YhFzsginG\",width:\"100%\"})})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{height:880,width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`},qq5Dlu4rN:{height:800,width:`max(${componentViewport?.width||\"100vw\"} - 50px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:960,width:`max(${componentViewport?.width||\"100vw\"} - 80px, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-szg9ef-container\",nodeId:\"RsncF7bcQ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{variant:\"gXiUAHmpF\"},qq5Dlu4rN:{D3wnxJ_vG:\"flex-start\",e0uSDDJYl:\"column\",style:{width:\"100%\"},variant:\"p4VaTZ6pc\",xWnmSRyxa:\"flex-start\"}},children:/*#__PURE__*/_jsx(Services,{D3wnxJ_vG:\"center\",e0uSDDJYl:\"row\",height:\"100%\",id:\"RsncF7bcQ\",layoutId:\"RsncF7bcQ\",phlJV3Fg8:40,style:{height:\"100%\",width:\"100%\"},variant:\"Gk8f7ZksC\",width:\"100%\",xWnmSRyxa:\"center\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qq5Dlu4rN:{background:{alt:\"A simple, gray circle on a light gray background, creating a minimalist and clean design.\",fit:\"fill\",intrinsicHeight:1290,intrinsicWidth:1290,pixelHeight:1290,pixelWidth:1290,sizes:`calc(${componentViewport?.width||\"100vw\"} + 772px)`,src:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png\",srcSet:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png 1290w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A simple, gray circle on a light gray background, creating a minimalist and clean design.\",fit:\"fill\",intrinsicHeight:1290,intrinsicWidth:1290,pixelHeight:1290,pixelWidth:1290,sizes:\"1122px\",src:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png\",srcSet:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png 1290w\"},className:\"framer-9w4h7d\",\"data-framer-name\":\"Circleblur\",\"data-nosnippet\":true})})]})]})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1kr8cxp\",\"data-framer-name\":\"Blogs\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yxh4wx\",\"data-framer-name\":\"Articles\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zvvov9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-fgh8u2\",\"data-styles-preset\":\"vrXQodaMH\",children:\"LATEST NEWS\"})}),className:\"framer-1cf2098\",effect:textEffect3,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qq5Dlu4rN:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+0+0+2496+0+0+40+0+12,children:/*#__PURE__*/_jsx(Container,{className:\"framer-agb6ty-container\",nodeId:\"B29i9qwRb\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{ugfoEa0Di:resolvedLinks2[1]},qq5Dlu4rN:{ugfoEa0Di:resolvedLinks2[2]},qVw6Qh47Z:{ugfoEa0Di:resolvedLinks2[3]}},children:/*#__PURE__*/_jsx(ElementsButton,{bitLCgREi:false,CTiwKmXt9:false,gKom6Q6pS:\"bold\",height:\"100%\",id:\"B29i9qwRb\",layoutId:\"B29i9qwRb\",lgqRfcS3a:\"CHECK\",QH0duFZ1f:\"View all News\",ugfoEa0Di:resolvedLinks2[0],variant:\"zRvLXrMsx\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-d1soz7\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"X7zTMq7OW\",data:Article,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},orderBy:[{collection:\"X7zTMq7OW\",direction:\"desc\",name:\"aAIbkigfg\",type:\"Identifier\"}],select:[{collection:\"X7zTMq7OW\",name:\"kRZuc5uv3\",type:\"Identifier\"},{collection:\"X7zTMq7OW\",name:\"xkPHXT2Sz\",type:\"Identifier\"},{collection:\"X7zTMq7OW\",name:\"aAIbkigfg\",type:\"Identifier\"},{collection:\"X7zTMq7OW\",name:\"rVMZCixnV\",type:\"Identifier\"},{collection:\"X7zTMq7OW\",name:\"ab1hhKxyn\",type:\"Identifier\"},{collection:\"X7zTMq7OW\",name:\"caE6IF2Yq\",type:\"Identifier\"},{collection:\"X7zTMq7OW\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({aAIbkigfg:aAIbkigfgX7zTMq7OW,ab1hhKxyn:ab1hhKxynX7zTMq7OW,caE6IF2Yq:caE6IF2YqX7zTMq7OW,id:idX7zTMq7OW,kRZuc5uv3:kRZuc5uv3X7zTMq7OW,rVMZCixnV:rVMZCixnVX7zTMq7OW,xkPHXT2Sz:xkPHXT2SzX7zTMq7OW},index)=>{kRZuc5uv3X7zTMq7OW??=\"\";rVMZCixnVX7zTMq7OW??=\"\";ab1hhKxynX7zTMq7OW??=\"\";caE6IF2YqX7zTMq7OW??=true;return /*#__PURE__*/_jsx(LayoutGroup,{id:`X7zTMq7OW-${idX7zTMq7OW}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{ab1hhKxyn:ab1hhKxynX7zTMq7OW},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{ab1hhKxyn:ab1hhKxynX7zTMq7OW},webPageId:\"Ku7NBE1cf\"},implicitPathVariables:undefined},{href:{pathVariables:{ab1hhKxyn:ab1hhKxynX7zTMq7OW},webPageId:\"Ku7NBE1cf\"},implicitPathVariables:undefined},{href:{pathVariables:{ab1hhKxyn:ab1hhKxynX7zTMq7OW},webPageId:\"Ku7NBE1cf\"},implicitPathVariables:undefined},{href:{pathVariables:{ab1hhKxyn:ab1hhKxynX7zTMq7OW},webPageId:\"Ku7NBE1cf\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1600px) - 40px, 1px)`,y:(componentViewport?.y||0)+0+0+0+2496+0+0+40+92+0},qq5Dlu4rN:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1600px) - 40px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:423,width:`max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 40px) / 3, 50px)`,y:(componentViewport?.y||0)+0+0+0+2496+0+0+40+92+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:96}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-nwefbt-container\",nodeId:\"N7kdsL_EW\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{brStwfMSv:resolvedLinks3[1]},qq5Dlu4rN:{brStwfMSv:resolvedLinks3[2]},qVw6Qh47Z:{brStwfMSv:resolvedLinks3[3]}},children:/*#__PURE__*/_jsx(CardsBlogPost,{brStwfMSv:resolvedLinks3[0],height:\"100%\",id:\"N7kdsL_EW\",K7esS5Gq1:rVMZCixnVX7zTMq7OW,layoutId:\"N7kdsL_EW\",oCIv6vpF1:toResponsiveImage(xkPHXT2SzX7zTMq7OW),QkLIdXXlO:kRZuc5uv3X7zTMq7OW,sEW1ZLI1v:toDateString(aAIbkigfgX7zTMq7OW,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode),style:{width:\"100%\"},width:\"100%\",Y05f5hH7k:caE6IF2YqX7zTMq7OW})})})})})})})},idX7zTMq7OW);})})})})})]})}),/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1curofc\",\"data-framer-name\":\"VIDEO\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a1bjap\",\"data-framer-name\":\"Video\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{background:{alt:\"A simple, gray circle on a light gray background, creating a minimalist and clean design.\",fit:\"fill\",intrinsicHeight:1290,intrinsicWidth:1290,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3091+20+0+960-485),pixelHeight:1290,pixelWidth:1290,sizes:\"1122px\",src:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png\",srcSet:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png 1290w\"}},qq5Dlu4rN:{background:{alt:\"A simple, gray circle on a light gray background, creating a minimalist and clean design.\",fit:\"fill\",intrinsicHeight:1290,intrinsicWidth:1290,pixelHeight:1290,pixelWidth:1290,sizes:\"1122px\",src:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png\",srcSet:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png 1290w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A simple, gray circle on a light gray background, creating a minimalist and clean design.\",fit:\"fill\",intrinsicHeight:1290,intrinsicWidth:1290,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3514+20+0+960-485),pixelHeight:1290,pixelWidth:1290,sizes:\"1122px\",src:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png\",srcSet:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png 1290w\"},className:\"framer-s5hl3g\",\"data-framer-name\":\"Circleblur\",\"data-nosnippet\":true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation19,className:\"framer-4836hl-container\",\"data-framer-appear-id\":\"4836hl\",initial:animation20,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"TPq2u8kOb\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"TPq2u8kOb\",isMixedBorderRadius:false,layoutId:\"TPq2u8kOb\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/TFRwA3pYwiPXYnjruznzu1We7fs.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/oJ2o1Uhmph0TvtzOdGIrvl0eB4.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-449bqc\",\"data-border\":true,\"data-framer-name\":\"Border\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2aq5qf\",\"data-framer-name\":\"Variant 2\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uqy303\",\"data-framer-name\":\"1\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation21,className:\"framer-5wfpxd-container\",\"data-framer-appear-id\":\"5wfpxd\",initial:animation22,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"UlXum1p3u\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"phone\",iconSelection:\"Home\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"UlXum1p3u\",layoutId:\"UlXum1p3u\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qzyno1\",\"data-framer-name\":\"2\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation21,className:\"framer-1v2raq2-container\",\"data-framer-appear-id\":\"1v2raq2\",initial:animation22,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"H2uxil6tv\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"email\",iconSelection:\"Home\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"H2uxil6tv\",layoutId:\"H2uxil6tv\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gggqux\",\"data-framer-name\":\"3\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation21,className:\"framer-1beylvh-container\",\"data-framer-appear-id\":\"1beylvh\",initial:animation22,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"OzEjdpu8z\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"linkedin\",iconSelection:\"Home\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"OzEjdpu8z\",layoutId:\"OzEjdpu8z\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vxerkw\",\"data-framer-name\":\"4\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation21,className:\"framer-tsiinf-container\",\"data-framer-appear-id\":\"tsiinf\",initial:animation22,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"PirdbjI2V\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"instagram\",iconSelection:\"Home\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"PirdbjI2V\",layoutId:\"PirdbjI2V\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17tlzcf\",\"data-framer-name\":\"Grad\",style:{rotate:180}})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qq5Dlu4rN:{transformTemplate:transformTemplate2}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation23,className:\"framer-k4pqx9\",\"data-framer-appear-id\":\"k4pqx9\",\"data-framer-name\":\"Text\",initial:animation3,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n8u38h\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1h2mu08\",\"data-styles-preset\":\"FOZOMhxY8\",children:\"VOLT EAST\"})}),className:\"framer-496t2i\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-148x6tq\",\"data-styles-preset\":\"ARDZyocPI\",children:\"My comprehensive knowledge encompasses all aspects of electrical work, from installations and repairs to maintenance and testing.\"})}),className:\"framer-v83i6j\",effect:textEffect3,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1pr0p96\",\"data-styles-preset\":\"kYuw_Ef6e\",style:{\"--framer-text-color\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},children:\"Here at Volt East there is a wealth of knowledge that our engineers have picked up from completing apprenticeships and working around the world as electricians, bringing that expertise and skills back home to London.\"})}),className:\"framer-1px6tyt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yrv55z\",\"data-framer-name\":\"Buttons\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17nnqlx\",children:[/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{y:(componentViewport?.y||0)+0+0+0+3091+1e3-390+0+238+0+0},qq5Dlu4rN:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:(componentViewport?.y||0)+0+0+0+3514+1e3-350+0+238+0+0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-929gmd-container\",id:\"929gmd\",nodeId:\"JgdVa2pAi\",scopeId:\"augiA20Il\",children:[/*#__PURE__*/_jsx(ElementsButton,{bitLCgREi:true,CTiwKmXt9:false,gKom6Q6pS:\"bold\",height:\"100%\",id:\"JgdVa2pAi\",layoutId:\"JgdVa2pAi\",lgqRfcS3a:\"PLAY\",ouOuketsR:ouOuketsR3bnx0g({overlay:overlay1}),QH0duFZ1f:\"WATCH VIDEO\",style:{height:\"100%\"},variant:\"zRvLXrMsx\",width:\"100%\"}),/*#__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:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1es1f8u\"),\"data-framer-portal-id\":\"929gmd\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"PDV74kBTp\"),/*#__PURE__*/_jsx(motion.div,{animate:animation7,className:cx(scopingClassNames,\"framer-1y5eibg\"),\"data-framer-name\":\"BG\",\"data-framer-portal-id\":\"929gmd\",exit:animation6,initial:animation8,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qq5Dlu4rN:{background:{alt:\"A simple, gray circle on a light gray background, creating a minimalist and clean design.\",fit:\"fill\",intrinsicHeight:1290,intrinsicWidth:1290,pixelHeight:1290,pixelWidth:1290,sizes:\"calc(100vw + 732px)\",src:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png\",srcSet:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png 1290w\"}}},children:/*#__PURE__*/_jsx(Image,{animate:animation10,background:{alt:\"A simple, gray circle on a light gray background, creating a minimalist and clean design.\",fit:\"fill\",intrinsicHeight:1290,intrinsicWidth:1290,pixelHeight:1290,pixelWidth:1290,sizes:\"1432px\",src:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png\",srcSet:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png 1290w\"},className:\"framer-n0atk3\",\"data-framer-name\":\"Circleblur\",\"data-nosnippet\":true,exit:animation9,initial:animation11})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qq5Dlu4rN:{style:{rotate:-90}}},children:/*#__PURE__*/_jsxs(motion.div,{className:cx(scopingClassNames,\"framer-1po102z\"),\"data-framer-portal-id\":\"929gmd\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ps0xc-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Ncx7pQGG6\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Vimeo,{autoplay:false,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:true,height:\"100%\",id:\"Ncx7pQGG6\",isMixedBorderRadius:false,layoutId:\"Ncx7pQGG6\",loop:false,mute:false,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,video:\"https://vimeo.com/1060262646/cf31736b16\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"50px\",children:/*#__PURE__*/_jsx(Container,{animate:animation13,className:\"framer-s4jg2u-container\",exit:animation12,inComponentSlot:true,initial:animation14,nodeId:\"BdKyMehoG\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ElementsButton,{bitLCgREi:true,CTiwKmXt9:false,gKom6Q6pS:\"bold\",height:\"100%\",id:\"BdKyMehoG\",layoutId:\"BdKyMehoG\",lgqRfcS3a:\"X\",ouOuketsR:ouOuketsR1wnntms({overlay:overlay1}),QH0duFZ1f:\"\",style:{height:\"100%\",width:\"100%\"},variant:\"uyEmKODAI\",width:\"100%\"})})})]})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"W6liusBUk\"},implicitPathVariables:undefined},{href:{webPageId:\"W6liusBUk\"},implicitPathVariables:undefined},{href:{webPageId:\"W6liusBUk\"},implicitPathVariables:undefined},{href:{webPageId:\"W6liusBUk\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{y:(componentViewport?.y||0)+0+0+0+3091+1e3-390+0+238+0+2},qq5Dlu4rN:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+0+0+3514+1e3-350+0+238+0+2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-186ncoq-container\",nodeId:\"RaOl8auzY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{ugfoEa0Di:resolvedLinks4[1]},qq5Dlu4rN:{ugfoEa0Di:resolvedLinks4[2]},qVw6Qh47Z:{ugfoEa0Di:resolvedLinks4[3]}},children:/*#__PURE__*/_jsx(ElementsButton,{bitLCgREi:true,CTiwKmXt9:false,gKom6Q6pS:\"bold\",height:\"100%\",id:\"RaOl8auzY\",layoutId:\"RaOl8auzY\",lgqRfcS3a:\"CHECK\",QH0duFZ1f:\"About Us\",ugfoEa0Di:resolvedLinks4[0],variant:\"uyEmKODAI\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{y:(componentViewport?.y||0)+0+0+0+3091+1e3-390+0+238+0+2},qq5Dlu4rN:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+0+0+3514+1e3-350+0+238+0+2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-x051y-container\",nodeId:\"DG91u2Wew\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{ugfoEa0Di:resolvedLinks5[1]},qq5Dlu4rN:{ugfoEa0Di:resolvedLinks5[2]},qVw6Qh47Z:{ugfoEa0Di:resolvedLinks5[3]}},children:/*#__PURE__*/_jsx(ElementsButton,{bitLCgREi:true,CTiwKmXt9:false,gKom6Q6pS:\"bold\",height:\"100%\",id:\"DG91u2Wew\",layoutId:\"DG91u2Wew\",lgqRfcS3a:\"ENVELOPE\",QH0duFZ1f:\"CONTACT US\",ugfoEa0Di:resolvedLinks5[0],variant:\"uyEmKODAI\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-dq493w\"})]})]})})]}),/*#__PURE__*/_jsx(\"main\",{className:\"framer-1w9ypot\",\"data-framer-name\":\"Main\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yj6r7x\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lnyhrp\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-1s4fwlq\",\"data-framer-name\":\"Section 1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1dp0y4t\",\"data-styles-preset\":\"kKFOnFSJ0\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"FAQ's\"})})}),className:\"framer-otk0wp\",\"data-framer-name\":\"Description\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-8cx4yg\",\"data-framer-name\":\"Section 2\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7ewh8z\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px) - 70px, (min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px) - 70px) * 0.9)`,y:(componentViewport?.y||0)+0+0+0+4091+104+0+0+0+0+78+0+0+0+0},qq5Dlu4rN:{width:`calc(min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px) - 32px)`,y:undefined},qVw6Qh47Z:{width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1600px) - 140px, 1400px), min(min(${componentViewport?.width||\"100vw\"}, 1600px) - 140px, 1400px) * 0.85)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px), min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px) * 0.75)`,y:(componentViewport?.y||0)+0+0+0+4514+104+0+0+0+0+85+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mfpx6u-container\",nodeId:\"K4voRszXd\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FAQ,{EHaJ3ViKf:\"What areas do you cover for your services? \",height:\"100%\",id:\"K4voRszXd\",layoutId:\"K4voRszXd\",style:{width:\"100%\"},uGxVmedzE:\"We provide our installation and maintenance services in a wide range of locations. Please contact us directly or visit the specific service pages to confirm whether we serve your area.\",variant:\"oNsp_GpFC\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px) - 70px, (min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px) - 70px) * 0.9)`,y:(componentViewport?.y||0)+0+0+0+4091+104+0+0+0+0+78+0+0+0+94},qq5Dlu4rN:{width:`calc(min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px) - 32px)`,y:undefined},qVw6Qh47Z:{width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1600px) - 140px, 1400px), min(min(${componentViewport?.width||\"100vw\"}, 1600px) - 140px, 1400px) * 0.85)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px), min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px) * 0.75)`,y:(componentViewport?.y||0)+0+0+0+4514+104+0+0+0+0+85+0+0+0+94,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qz6vub-container\",nodeId:\"ZE0KiwCVE\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FAQ,{EHaJ3ViKf:\"Do you offer free consultations or site surveys?\",height:\"100%\",id:\"ZE0KiwCVE\",layoutId:\"ZE0KiwCVE\",style:{width:\"100%\"},uGxVmedzE:\"Yes, we offer free consultations or site surveys to assess your specific needs and provide a customised solution. Our team will visit your property to recommend the most suitable system or service and provide a detailed estimate.\",variant:\"oNsp_GpFC\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px) - 70px, (min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px) - 70px) * 0.9)`,y:(componentViewport?.y||0)+0+0+0+4091+104+0+0+0+0+78+0+0+0+188},qq5Dlu4rN:{width:`calc(min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px) - 32px)`,y:undefined},qVw6Qh47Z:{width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1600px) - 140px, 1400px), min(min(${componentViewport?.width||\"100vw\"}, 1600px) - 140px, 1400px) * 0.85)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px), min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px) * 0.75)`,y:(componentViewport?.y||0)+0+0+0+4514+104+0+0+0+0+85+0+0+0+188,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9ii9qm-container\",nodeId:\"sVH8tsL7C\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FAQ,{EHaJ3ViKf:\"How long does installation typically take?\",height:\"100%\",id:\"sVH8tsL7C\",layoutId:\"sVH8tsL7C\",style:{width:\"100%\"},uGxVmedzE:\"The installation time varies depending on the service and the complexity of the project. Smaller residential installations may take just a few hours, while larger commercial projects can take several days. Our team will provide a time estimate during the consultation phase.\",variant:\"oNsp_GpFC\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px) - 70px, (min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px) - 70px) * 0.9)`,y:(componentViewport?.y||0)+0+0+0+4091+104+0+0+0+0+78+0+0+0+282},qq5Dlu4rN:{width:`calc(min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px) - 32px)`,y:undefined},qVw6Qh47Z:{width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1600px) - 140px, 1400px), min(min(${componentViewport?.width||\"100vw\"}, 1600px) - 140px, 1400px) * 0.85)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px), min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px) * 0.75)`,y:(componentViewport?.y||0)+0+0+0+4514+104+0+0+0+0+85+0+0+0+282,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ghi6a8-container\",nodeId:\"quYzxaSbl\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FAQ,{EHaJ3ViKf:\"Do you offer maintenance and aftercare services?\",height:\"100%\",id:\"quYzxaSbl\",layoutId:\"quYzxaSbl\",style:{width:\"100%\"},uGxVmedzE:\"Absolutely. We provide ongoing maintenance and aftercare services to ensure your systems remain in top working condition. This includes regular inspections, repairs, and upgrades as necessary.\",variant:\"oNsp_GpFC\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px) - 70px, (min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px) - 70px) * 0.9)`,y:(componentViewport?.y||0)+0+0+0+4091+104+0+0+0+0+78+0+0+0+376},qq5Dlu4rN:{width:`calc(min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px) - 32px)`,y:undefined},qVw6Qh47Z:{width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1600px) - 140px, 1400px), min(min(${componentViewport?.width||\"100vw\"}, 1600px) - 140px, 1400px) * 0.85)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px), min(min(${componentViewport?.width||\"100vw\"}, 1600px), 1400px) * 0.75)`,y:(componentViewport?.y||0)+0+0+0+4514+104+0+0+0+0+85+0+0+0+376,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ozg64y-container\",nodeId:\"nz2InykrT\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FAQ,{EHaJ3ViKf:\"Are your services compliant with local regulations and safety standards?\",height:\"100%\",id:\"nz2InykrT\",layoutId:\"nz2InykrT\",style:{width:\"100%\"},uGxVmedzE:\"Yes, all of our services and installations comply with relevant local and national regulations and safety standards. Our professional team ensures that all systems are installed safely and meet all legal requirements.\",variant:\"oNsp_GpFC\",width:\"100%\"})})})})]})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hxivge\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gdyo0v\",\"data-framer-name\":\"Blog post\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-hvkd2a\",\"data-framer-name\":\"Cards/Contact card\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bmjj4z\",\"data-border\":true,\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fx3iqp\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dxnrks\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7z5nml-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"j_kvSXvMK\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Rocket\",iconSelection:\"House\",id:\"j_kvSXvMK\",layoutId:\"j_kvSXvMK\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-opt2gc\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1dnn8tx\",\"data-styles-preset\":\"bL4QkQnZN\",style:{\"--framer-text-color\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},children:\"Feel free to send our friendly team a message\"})}),className:\"framer-yctwi7\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17lxshs\",\"data-styles-preset\":\"i9wgNJd0N\",style:{\"--framer-text-color\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},children:\"Got a question or need help with an electrical? Our approachable team is here to assist! Whether it\u2019s a small repair or a major installation, we\u2019re happy to provide advice and solutions. Contact Volt East today and experience reliable, professional service tailored to your needs.\"})}),className:\"framer-1yjx9cj\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-erdhan\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-th0muz\",\"data-styles-preset\":\"zYkbah5Wg\",style:{\"--framer-text-color\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},children:\"Fast Replies\"})}),className:\"framer-t1julk\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-th0muz\",\"data-styles-preset\":\"zYkbah5Wg\",style:{\"--framer-text-color\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},children:\"Free Consultation\"})}),className:\"framer-130vlbb\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-th0muz\",\"data-styles-preset\":\"zYkbah5Wg\",style:{\"--framer-text-color\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},children:\"Reach Out Anytime\"})}),className:\"framer-wtwq2g\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/20ecd1f8-0e03-4136-b691-f00096388425/submit\",className:\"framer-1foy10o\",nodeId:\"MCep3Xi_K\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-18hqclr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ehexz9\",\"data-styles-preset\":\"JGX_kbtOl\",style:{\"--framer-text-color\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},children:\"Full Name\"})}),className:\"framer-s0kflr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1drysw5\",inputName:\"Name\",placeholder:\"Jane Smith\",required:true,type:\"text\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-ldgga8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ehexz9\",\"data-styles-preset\":\"JGX_kbtOl\",style:{\"--framer-text-color\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},children:\"Email\"})}),className:\"framer-1g144m0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1q6uhsr\",inputName:\"Email\",placeholder:\"jane@gmail.com\",required:true,type:\"email\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-13qb838\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ehexz9\",\"data-styles-preset\":\"JGX_kbtOl\",style:{\"--framer-text-color\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},children:\"Phone Number\"})}),className:\"framer-11mueqf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-bwmvgn\",inputName:\"Phone Number\",placeholder:\"+4471234567890\",required:true,type:\"tel\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1e8e53g\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ehexz9\",\"data-styles-preset\":\"JGX_kbtOl\",style:{\"--framer-text-color\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},children:\"Location\"})}),className:\"framer-1daecg3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormSelect,{className:\"framer-1ihtiea\",defaultValue:\"\",inputName:\"Location\",required:true,selectOptions:[{disabled:true,title:\"Select\u2026\",type:\"option\",value:\"\"},{title:\"Havering\",type:\"option\",value:\"Havering\"},{title:\"Essex\",type:\"option\",value:\"Essex\"},{title:\"London\",type:\"option\",value:\"London\"}]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{y:(componentViewport?.y||0)+0+0+0+4869+0+0+36+0+48+56+348},qq5Dlu4rN:{width:`min(max(${componentViewport?.width||\"100vw\"}, 1px) - 60px, 600px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:`min(max((max(${componentViewport?.width||\"100vw\"}, 1px) - 216px) / 2, 1px), 600px)`,y:(componentViewport?.y||0)+0+0+0+5287+0+0+36+0+48+0+348,children:/*#__PURE__*/_jsx(Container,{className:\"framer-py6ui8-container\",nodeId:\"spVALh5Op\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ElementsFormButton,{height:\"100%\",id:\"spVALh5Op\",layoutId:\"spVALh5Op\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"jjOefdwHw\",success:\"dv8ulKUc1\"},\"EKSTsrNp4\"),width:\"100%\"})})})})]})})]})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fhehd8\",\"data-framer-name\":\"CIRCLES\",\"data-nosnippet\":true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qq5Dlu4rN:{background:{alt:\"A simple, gray circle on a light gray background, creating a minimalist and clean design.\",fit:\"fill\",intrinsicHeight:1290,intrinsicWidth:1290,pixelHeight:1290,pixelWidth:1290,sizes:\"1122px\",src:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png\",srcSet:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png 1290w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A simple, gray circle on a light gray background, creating a minimalist and clean design.\",fit:\"fill\",intrinsicHeight:1290,intrinsicWidth:1290,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+-433),pixelHeight:1290,pixelWidth:1290,sizes:\"1122px\",src:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png\",srcSet:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png 1290w\"},className:\"framer-chlawq\",\"data-framer-name\":\"Circleblur\",\"data-nosnippet\":true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{background:{alt:\"A simple, gray circle on a light gray background, creating a minimalist and clean design.\",fit:\"fill\",intrinsicHeight:1290,intrinsicWidth:1290,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+5485-1126),pixelHeight:1290,pixelWidth:1290,sizes:\"1660px\",src:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png\",srcSet:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png 1290w\"}},qq5Dlu4rN:{background:{alt:\"A simple, gray circle on a light gray background, creating a minimalist and clean design.\",fit:\"fill\",intrinsicHeight:1290,intrinsicWidth:1290,pixelHeight:1290,pixelWidth:1290,sizes:\"1660px\",src:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png\",srcSet:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png 1290w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A simple, gray circle on a light gray background, creating a minimalist and clean design.\",fit:\"fill\",intrinsicHeight:1290,intrinsicWidth:1290,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+5847-1126),pixelHeight:1290,pixelWidth:1290,sizes:\"1660px\",src:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png\",srcSet:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png 1290w\"},className:\"framer-1546uri\",\"data-framer-name\":\"Circleblur\",\"data-nosnippet\":true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{background:{alt:\"A simple, gray circle on a light gray background, creating a minimalist and clean design.\",fit:\"fill\",intrinsicHeight:1290,intrinsicWidth:1290,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+5485-2385),pixelHeight:1290,pixelWidth:1290,sizes:\"1122px\",src:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png\",srcSet:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png 1290w\"}},qq5Dlu4rN:{background:{alt:\"A simple, gray circle on a light gray background, creating a minimalist and clean design.\",fit:\"fill\",intrinsicHeight:1290,intrinsicWidth:1290,pixelHeight:1290,pixelWidth:1290,sizes:\"1122px\",src:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png\",srcSet:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png 1290w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A simple, gray circle on a light gray background, creating a minimalist and clean design.\",fit:\"fill\",intrinsicHeight:1290,intrinsicWidth:1290,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+5847-2385),pixelHeight:1290,pixelWidth:1290,sizes:\"1122px\",src:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png\",srcSet:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png 1290w\"},className:\"framer-19yhcj9\",\"data-framer-name\":\"Circleblur\",\"data-nosnippet\":true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mVIL4xheu:{background:{alt:\"A simple, gray circle on a light gray background, creating a minimalist and clean design.\",fit:\"fill\",intrinsicHeight:1290,intrinsicWidth:1290,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+5485-2347),pixelHeight:1290,pixelWidth:1290,sizes:\"1122px\",src:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png\",srcSet:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png 1290w\"}},qq5Dlu4rN:{background:{alt:\"A simple, gray circle on a light gray background, creating a minimalist and clean design.\",fit:\"fill\",intrinsicHeight:1290,intrinsicWidth:1290,pixelHeight:1290,pixelWidth:1290,sizes:`calc(${componentViewport?.width||\"100vw\"} + 732px)`,src:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png\",srcSet:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png 1290w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A simple, gray circle on a light gray background, creating a minimalist and clean design.\",fit:\"fill\",intrinsicHeight:1290,intrinsicWidth:1290,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+5847-2347),pixelHeight:1290,pixelWidth:1290,sizes:\"1122px\",src:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png\",srcSet:\"https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N2VIlIs83WuiJ5NWaB2rW4dw7I.png 1290w\"},className:\"framer-nt7v0o\",\"data-framer-name\":\"Circleblur\",\"data-nosnippet\":true})})]})]})}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0Eobm.framer-lux5qc, .framer-0Eobm .framer-lux5qc { display: block; }\",\".framer-0Eobm.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1600px; }\",\".framer-0Eobm .framer-vyv5r9 { align-content: center; align-items: center; background-color: #23252b; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0Eobm .framer-xokwbn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 2496px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-0Eobm .framer-16wsyre { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: flex-start; overflow: hidden; padding: 20px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-0Eobm .framer-2dfb9q { align-content: flex-start; align-items: flex-start; background-color: var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, #1d1e22); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 1px; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-0Eobm .framer-uq60lr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-0Eobm .framer-1r5igqn-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; z-index: 0; }\",\".framer-0Eobm .framer-j6wi2k { --border-bottom-width: 3px; --border-color: var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, #ffffff); --border-left-width: 0px; --border-right-width: 3px; --border-style: solid; --border-top-width: 0px; align-content: flex-end; align-items: flex-end; bottom: 15px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; left: 15px; overflow: hidden; padding: 20px; position: absolute; right: 15px; top: 15px; z-index: 2; }\",\".framer-0Eobm .framer-1u83uzw { -webkit-user-select: none; background: linear-gradient(90deg, #1d1e22 14.000000000000002%, rgba(29, 30, 34, 0.9) 44%, rgba(29, 30, 34, 0) 90%); flex: none; height: 100%; left: 0px; overflow: hidden; pointer-events: none; position: absolute; top: calc(50.00000000000002% - 100% / 2); user-select: none; width: 100%; z-index: 1; }\",\".framer-0Eobm .framer-1gvr5ei { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: 1px; justify-content: flex-end; overflow: hidden; padding: 200px 0px 0px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 2; }\",\".framer-0Eobm .framer-gpbcvz, .framer-0Eobm .framer-1s4fwlq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0Eobm .framer-f42pcv, .framer-0Eobm .framer-496t2i { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-0Eobm .framer-katfrc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 848px; z-index: 1; }\",\".framer-0Eobm .framer-ean9ic, .framer-0Eobm .framer-yrv55z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 1032px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0Eobm .framer-m742qs, .framer-0Eobm .framer-17nnqlx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-0Eobm .framer-dnn2mv-container, .framer-0Eobm .framer-929gmd-container { flex: none; height: 52px; position: relative; width: auto; }\",\".framer-0Eobm.framer-1pd9nm4, .framer-0Eobm.framer-1es1f8u { inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-0Eobm.framer-w7l3v9, .framer-0Eobm.framer-1y5eibg { -webkit-backdrop-filter: blur(8px); -webkit-user-select: none; backdrop-filter: blur(8px); background-color: rgba(29, 30, 34, 0.6); bottom: 0px; flex: none; left: 0px; overflow: hidden; pointer-events: none; position: fixed; right: 0px; top: 0px; user-select: none; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-0Eobm .framer-nhrn8x, .framer-0Eobm .framer-n0atk3 { -webkit-user-select: none; aspect-ratio: 1 / 1; bottom: -767px; flex: none; height: var(--framer-aspect-ratio-supported, 1432px); overflow: visible; pointer-events: none; position: absolute; right: -632px; user-select: none; width: 1432px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-0Eobm.framer-oin5lx { align-content: center; align-items: center; aspect-ratio: 1.7777777777777777 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 113px); justify-content: center; left: 50%; overflow: visible; padding: 0px; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 60%; z-index: 10; }\",\".framer-0Eobm .framer-ppe34d-container, .framer-0Eobm .framer-ps0xc-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-0Eobm .framer-7yw0a-container, .framer-0Eobm .framer-s4jg2u-container { flex: none; height: 50px; position: absolute; right: 10px; top: 10px; width: 50px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-0Eobm .framer-h62j5a-container, .framer-0Eobm .framer-1h1lm8w-container, .framer-0Eobm .framer-jd5pg6-container, .framer-0Eobm .framer-x673ie-container, .framer-0Eobm .framer-1bpmxys-container, .framer-0Eobm .framer-agb6ty-container, .framer-0Eobm .framer-186ncoq-container, .framer-0Eobm .framer-x051y-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-0Eobm .framer-1jw13at, .framer-0Eobm .framer-dq493w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: flex-start; min-height: 48px; min-width: 158px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-0Eobm .framer-1aupntb-container, .framer-0Eobm .framer-mfpx6u-container, .framer-0Eobm .framer-qz6vub-container, .framer-0Eobm .framer-9ii9qm-container, .framer-0Eobm .framer-1ghi6a8-container, .framer-0Eobm .framer-ozg64y-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-0Eobm .framer-bh34iq { background-color: rgba(0, 0, 0, 0.5); bottom: 0px; flex: none; left: 0px; opacity: 0.3; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-0Eobm .framer-1lankad { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 100%; z-index: 4; }\",\".framer-0Eobm .framer-3rd067 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 100%; z-index: 1; }\",\".framer-0Eobm .framer-19oo71b { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: 100%; }\",\".framer-0Eobm .framer-uoemmp { align-content: center; align-items: center; background-color: var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, #1d1e22); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 100vh; justify-content: flex-start; overflow: hidden; padding: 20px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-0Eobm .framer-6u1zik { --border-bottom-width: 3px; --border-color: var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, #ffffff); --border-left-width: 0px; --border-right-width: 3px; --border-style: solid; --border-top-width: 0px; align-content: flex-end; align-items: flex-end; bottom: 10px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; left: 10px; overflow: hidden; padding: 20px; position: absolute; right: 10px; top: 10px; z-index: 0; }\",\".framer-0Eobm .framer-882njb, .framer-0Eobm .framer-18tzfsk, .framer-0Eobm .framer-2aq5qf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-0Eobm .framer-i113wf { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-0Eobm .framer-szg9ef-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-0Eobm .framer-9w4h7d { -webkit-user-select: none; aspect-ratio: 1 / 1; bottom: -665px; flex: none; height: var(--framer-aspect-ratio-supported, 1122px); overflow: visible; pointer-events: none; position: absolute; right: -453px; user-select: none; width: 1122px; z-index: 0; }\",\".framer-0Eobm .framer-1kr8cxp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-0Eobm .framer-1yxh4wx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1600px; overflow: hidden; padding: 40px 20px 40px 20px; position: relative; width: 100%; }\",\".framer-0Eobm .framer-zvvov9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0Eobm .framer-1cf2098 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; --framer-text-wrap-override: balance; flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 1; }\",\".framer-0Eobm .framer-d1soz7 { display: grid; flex: none; gap: 0px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-0Eobm .framer-nwefbt-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-0Eobm .framer-1curofc { align-content: flex-end; align-items: flex-end; background-color: var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, #1d1e22); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 100vh; justify-content: flex-end; overflow: hidden; padding: 20px; position: relative; width: 100%; z-index: 1; }\",\".framer-0Eobm .framer-a1bjap { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-0Eobm .framer-s5hl3g { -webkit-user-select: none; aspect-ratio: 1 / 1; bottom: -637px; flex: none; height: var(--framer-aspect-ratio-supported, 1122px); overflow: visible; pointer-events: none; position: absolute; right: -541px; user-select: none; width: 1122px; z-index: 3; }\",\".framer-0Eobm .framer-4836hl-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); z-index: 0; }\",\".framer-0Eobm .framer-449bqc { --border-bottom-width: 3px; --border-color: var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, #ffffff); --border-left-width: 0px; --border-right-width: 3px; --border-style: solid; --border-top-width: 0px; align-content: flex-end; align-items: flex-end; bottom: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; left: 20px; overflow: hidden; padding: 20px; position: absolute; right: 20px; top: 20px; z-index: 2; }\",\".framer-0Eobm .framer-1uqy303, .framer-0Eobm .framer-1qzyno1, .framer-0Eobm .framer-1gggqux, .framer-0Eobm .framer-1vxerkw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-0Eobm .framer-5wfpxd-container, .framer-0Eobm .framer-1v2raq2-container, .framer-0Eobm .framer-1beylvh-container, .framer-0Eobm .framer-tsiinf-container { flex: none; height: 21px; position: relative; width: 21px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-0Eobm .framer-17tlzcf { -webkit-user-select: none; background: linear-gradient(90deg, #1d1e22 4.954954954954955%, rgba(29, 30, 34, 0.9) 44.493806306306304%, rgba(29, 30, 34, 0) 90%); flex: none; height: 102%; left: calc(50.00000000000002% - 100.8125% / 2); overflow: hidden; pointer-events: none; position: absolute; top: calc(50.00000000000002% - 102.125% / 2); user-select: none; width: 101%; z-index: 1; }\",\".framer-0Eobm .framer-k4pqx9 { align-content: flex-start; align-items: flex-start; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 40px 60px 0px; position: absolute; right: 0px; width: 49%; will-change: var(--framer-will-change-effect-override, transform); z-index: 2; }\",\".framer-0Eobm .framer-n8u38h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0Eobm .framer-v83i6j, .framer-0Eobm .framer-1px6tyt { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-0Eobm.framer-1po102z { align-content: center; align-items: center; aspect-ratio: 1.7777777777777777 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 113px); justify-content: center; left: 50%; overflow: visible; padding: 0px; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 50%; z-index: 10; }\",\".framer-0Eobm .framer-1w9ypot { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1600px; overflow: visible; padding: 104px 0px 104px 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-0Eobm .framer-1yj6r7x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: visible; padding: 0px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-0Eobm .framer-1lnyhrp { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; max-width: 75%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0Eobm .framer-otk0wp, .framer-0Eobm .framer-1yjx9cj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-0Eobm .framer-8cx4yg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0Eobm .framer-7ewh8z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0Eobm .framer-hxivge { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-0Eobm .framer-1gdyo0v { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-0Eobm .framer-hvkd2a { align-content: flex-start; align-items: flex-start; background-color: var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, #1d1e22); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 36px 20px 40px 20px; position: relative; width: 1px; }\",\".framer-0Eobm .framer-bmjj4z { --border-bottom-width: 0px; --border-color: #e6e6e6; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; background-color: var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, #1d1e22); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 48px; position: relative; width: 100%; }\",\".framer-0Eobm .framer-fx3iqp { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-0Eobm .framer-1dxnrks { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0Eobm .framer-7z5nml-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-0Eobm .framer-opt2gc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0Eobm .framer-yctwi7 { flex: none; height: auto; max-width: 700px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-0Eobm .framer-erdhan { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0Eobm .framer-t1julk, .framer-0Eobm .framer-130vlbb, .framer-0Eobm .framer-wtwq2g, .framer-0Eobm .framer-s0kflr, .framer-0Eobm .framer-1g144m0, .framer-0Eobm .framer-11mueqf, .framer-0Eobm .framer-1daecg3 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-0Eobm .framer-1foy10o { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 600px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-0Eobm .framer-18hqclr, .framer-0Eobm .framer-ldgga8, .framer-0Eobm .framer-13qb838, .framer-0Eobm .framer-1e8e53g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-0Eobm .framer-1drysw5, .framer-0Eobm .framer-1q6uhsr, .framer-0Eobm .framer-bwmvgn { --framer-input-background: #35363d; --framer-input-focused-background: var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, #ffffff); --framer-input-focused-border-color: var(--token-e0c554e9-50e7-471e-b6bb-5654e9ea519a, #ff620a); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, #1a1a1a); --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #8e8e8e; flex: none; height: 44px; position: relative; width: 100%; }','.framer-0Eobm .framer-1ihtiea { --framer-input-background: var(--token-c117d9ac-d2b9-4549-9f5f-f24ac4941119, #f5f4f6); --framer-input-focused-background: var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, #ffffff); --framer-input-focused-border-color: var(--token-e0c554e9-50e7-471e-b6bb-5654e9ea519a, #ff620a); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, #1a1a1a); --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #8e8e8e; --framer-input-invalid-text-color: #8e8e8e; --framer-input-padding: 12px; flex: none; height: 44px; position: relative; width: 100%; }',\".framer-0Eobm .framer-py6ui8-container { flex: none; height: 40px; position: relative; width: 100%; }\",\".framer-0Eobm .framer-fhehd8 { -webkit-user-select: none; bottom: 0px; flex: none; left: 0px; overflow: hidden; pointer-events: none; position: absolute; right: 0px; top: 0px; user-select: none; z-index: 0; }\",\".framer-0Eobm .framer-chlawq { -webkit-user-select: none; aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 1122px); overflow: visible; pointer-events: none; position: absolute; right: -368px; top: -433px; user-select: none; width: 1122px; z-index: 0; }\",\".framer-0Eobm .framer-1546uri { -webkit-user-select: none; aspect-ratio: 1 / 1; bottom: -534px; flex: none; height: var(--framer-aspect-ratio-supported, 1660px); overflow: visible; pointer-events: none; position: absolute; right: -742px; user-select: none; width: 1660px; z-index: 0; }\",\".framer-0Eobm .framer-19yhcj9 { -webkit-user-select: none; aspect-ratio: 1 / 1; bottom: 1263px; flex: none; height: var(--framer-aspect-ratio-supported, 1122px); left: -631px; overflow: visible; pointer-events: none; position: absolute; user-select: none; width: 1122px; z-index: 0; }\",\".framer-0Eobm .framer-nt7v0o { -webkit-user-select: none; aspect-ratio: 1 / 1; bottom: 1225px; flex: none; height: var(--framer-aspect-ratio-supported, 1122px); overflow: visible; pointer-events: none; position: absolute; right: -421px; user-select: none; width: 1122px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-0Eobm.framer-72rtr7, .framer-0Eobm .framer-vyv5r9, .framer-0Eobm .framer-xokwbn, .framer-0Eobm .framer-16wsyre, .framer-0Eobm .framer-2dfb9q, .framer-0Eobm .framer-uq60lr, .framer-0Eobm .framer-1gvr5ei, .framer-0Eobm .framer-gpbcvz, .framer-0Eobm .framer-ean9ic, .framer-0Eobm .framer-m742qs, .framer-0Eobm.framer-oin5lx, .framer-0Eobm .framer-1jw13at, .framer-0Eobm .framer-1lankad, .framer-0Eobm .framer-3rd067, .framer-0Eobm .framer-uoemmp, .framer-0Eobm .framer-882njb, .framer-0Eobm .framer-18tzfsk, .framer-0Eobm .framer-1kr8cxp, .framer-0Eobm .framer-1yxh4wx, .framer-0Eobm .framer-zvvov9, .framer-0Eobm .framer-1curofc, .framer-0Eobm .framer-a1bjap, .framer-0Eobm .framer-2aq5qf, .framer-0Eobm .framer-1uqy303, .framer-0Eobm .framer-1qzyno1, .framer-0Eobm .framer-1gggqux, .framer-0Eobm .framer-1vxerkw, .framer-0Eobm .framer-k4pqx9, .framer-0Eobm .framer-n8u38h, .framer-0Eobm .framer-yrv55z, .framer-0Eobm .framer-17nnqlx, .framer-0Eobm.framer-1po102z, .framer-0Eobm .framer-dq493w, .framer-0Eobm .framer-1w9ypot, .framer-0Eobm .framer-1yj6r7x, .framer-0Eobm .framer-1lnyhrp, .framer-0Eobm .framer-1s4fwlq, .framer-0Eobm .framer-8cx4yg, .framer-0Eobm .framer-7ewh8z, .framer-0Eobm .framer-hxivge, .framer-0Eobm .framer-1gdyo0v, .framer-0Eobm .framer-hvkd2a, .framer-0Eobm .framer-bmjj4z, .framer-0Eobm .framer-fx3iqp, .framer-0Eobm .framer-1dxnrks, .framer-0Eobm .framer-opt2gc, .framer-0Eobm .framer-erdhan, .framer-0Eobm .framer-1foy10o, .framer-0Eobm .framer-18hqclr, .framer-0Eobm .framer-ldgga8, .framer-0Eobm .framer-13qb838, .framer-0Eobm .framer-1e8e53g { gap: 0px; } .framer-0Eobm.framer-72rtr7 > *, .framer-0Eobm .framer-vyv5r9 > *, .framer-0Eobm .framer-xokwbn > *, .framer-0Eobm .framer-16wsyre > *, .framer-0Eobm.framer-oin5lx > *, .framer-0Eobm .framer-1lankad > *, .framer-0Eobm .framer-1kr8cxp > *, .framer-0Eobm.framer-1po102z > *, .framer-0Eobm .framer-1w9ypot > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0Eobm.framer-72rtr7 > :first-child, .framer-0Eobm .framer-vyv5r9 > :first-child, .framer-0Eobm .framer-xokwbn > :first-child, .framer-0Eobm .framer-16wsyre > :first-child, .framer-0Eobm .framer-2dfb9q > :first-child, .framer-0Eobm .framer-1gvr5ei > :first-child, .framer-0Eobm .framer-gpbcvz > :first-child, .framer-0Eobm.framer-oin5lx > :first-child, .framer-0Eobm .framer-1lankad > :first-child, .framer-0Eobm .framer-3rd067 > :first-child, .framer-0Eobm .framer-1kr8cxp > :first-child, .framer-0Eobm .framer-1yxh4wx > :first-child, .framer-0Eobm .framer-k4pqx9 > :first-child, .framer-0Eobm .framer-n8u38h > :first-child, .framer-0Eobm.framer-1po102z > :first-child, .framer-0Eobm .framer-1w9ypot > :first-child, .framer-0Eobm .framer-1yj6r7x > :first-child, .framer-0Eobm .framer-1lnyhrp > :first-child, .framer-0Eobm .framer-1s4fwlq > :first-child, .framer-0Eobm .framer-8cx4yg > :first-child, .framer-0Eobm .framer-7ewh8z > :first-child, .framer-0Eobm .framer-hvkd2a > :first-child, .framer-0Eobm .framer-fx3iqp > :first-child, .framer-0Eobm .framer-1dxnrks > :first-child, .framer-0Eobm .framer-opt2gc > :first-child, .framer-0Eobm .framer-1foy10o > :first-child, .framer-0Eobm .framer-18hqclr > :first-child, .framer-0Eobm .framer-ldgga8 > :first-child, .framer-0Eobm .framer-13qb838 > :first-child, .framer-0Eobm .framer-1e8e53g > :first-child { margin-top: 0px; } .framer-0Eobm.framer-72rtr7 > :last-child, .framer-0Eobm .framer-vyv5r9 > :last-child, .framer-0Eobm .framer-xokwbn > :last-child, .framer-0Eobm .framer-16wsyre > :last-child, .framer-0Eobm .framer-2dfb9q > :last-child, .framer-0Eobm .framer-1gvr5ei > :last-child, .framer-0Eobm .framer-gpbcvz > :last-child, .framer-0Eobm.framer-oin5lx > :last-child, .framer-0Eobm .framer-1lankad > :last-child, .framer-0Eobm .framer-3rd067 > :last-child, .framer-0Eobm .framer-1kr8cxp > :last-child, .framer-0Eobm .framer-1yxh4wx > :last-child, .framer-0Eobm .framer-k4pqx9 > :last-child, .framer-0Eobm .framer-n8u38h > :last-child, .framer-0Eobm.framer-1po102z > :last-child, .framer-0Eobm .framer-1w9ypot > :last-child, .framer-0Eobm .framer-1yj6r7x > :last-child, .framer-0Eobm .framer-1lnyhrp > :last-child, .framer-0Eobm .framer-1s4fwlq > :last-child, .framer-0Eobm .framer-8cx4yg > :last-child, .framer-0Eobm .framer-7ewh8z > :last-child, .framer-0Eobm .framer-hvkd2a > :last-child, .framer-0Eobm .framer-fx3iqp > :last-child, .framer-0Eobm .framer-1dxnrks > :last-child, .framer-0Eobm .framer-opt2gc > :last-child, .framer-0Eobm .framer-1foy10o > :last-child, .framer-0Eobm .framer-18hqclr > :last-child, .framer-0Eobm .framer-ldgga8 > :last-child, .framer-0Eobm .framer-13qb838 > :last-child, .framer-0Eobm .framer-1e8e53g > :last-child { margin-bottom: 0px; } .framer-0Eobm .framer-2dfb9q > *, .framer-0Eobm .framer-1yxh4wx > *, .framer-0Eobm .framer-hvkd2a > *, .framer-0Eobm .framer-1foy10o > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-0Eobm .framer-uq60lr > *, .framer-0Eobm .framer-a1bjap > *, .framer-0Eobm .framer-hxivge > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-0Eobm .framer-uq60lr > :first-child, .framer-0Eobm .framer-ean9ic > :first-child, .framer-0Eobm .framer-m742qs > :first-child, .framer-0Eobm .framer-1jw13at > :first-child, .framer-0Eobm .framer-uoemmp > :first-child, .framer-0Eobm .framer-882njb > :first-child, .framer-0Eobm .framer-18tzfsk > :first-child, .framer-0Eobm .framer-zvvov9 > :first-child, .framer-0Eobm .framer-1curofc > :first-child, .framer-0Eobm .framer-a1bjap > :first-child, .framer-0Eobm .framer-2aq5qf > :first-child, .framer-0Eobm .framer-1uqy303 > :first-child, .framer-0Eobm .framer-1qzyno1 > :first-child, .framer-0Eobm .framer-1gggqux > :first-child, .framer-0Eobm .framer-1vxerkw > :first-child, .framer-0Eobm .framer-yrv55z > :first-child, .framer-0Eobm .framer-17nnqlx > :first-child, .framer-0Eobm .framer-dq493w > :first-child, .framer-0Eobm .framer-hxivge > :first-child, .framer-0Eobm .framer-1gdyo0v > :first-child, .framer-0Eobm .framer-bmjj4z > :first-child, .framer-0Eobm .framer-erdhan > :first-child { margin-left: 0px; } .framer-0Eobm .framer-uq60lr > :last-child, .framer-0Eobm .framer-ean9ic > :last-child, .framer-0Eobm .framer-m742qs > :last-child, .framer-0Eobm .framer-1jw13at > :last-child, .framer-0Eobm .framer-uoemmp > :last-child, .framer-0Eobm .framer-882njb > :last-child, .framer-0Eobm .framer-18tzfsk > :last-child, .framer-0Eobm .framer-zvvov9 > :last-child, .framer-0Eobm .framer-1curofc > :last-child, .framer-0Eobm .framer-a1bjap > :last-child, .framer-0Eobm .framer-2aq5qf > :last-child, .framer-0Eobm .framer-1uqy303 > :last-child, .framer-0Eobm .framer-1qzyno1 > :last-child, .framer-0Eobm .framer-1gggqux > :last-child, .framer-0Eobm .framer-1vxerkw > :last-child, .framer-0Eobm .framer-yrv55z > :last-child, .framer-0Eobm .framer-17nnqlx > :last-child, .framer-0Eobm .framer-dq493w > :last-child, .framer-0Eobm .framer-hxivge > :last-child, .framer-0Eobm .framer-1gdyo0v > :last-child, .framer-0Eobm .framer-bmjj4z > :last-child, .framer-0Eobm .framer-erdhan > :last-child { margin-right: 0px; } .framer-0Eobm .framer-1gvr5ei > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-0Eobm .framer-gpbcvz > *, .framer-0Eobm .framer-3rd067 > *, .framer-0Eobm .framer-1s4fwlq > *, .framer-0Eobm .framer-7ewh8z > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-0Eobm .framer-ean9ic > *, .framer-0Eobm .framer-yrv55z > * { margin: 0px; margin-left: calc(1032px / 2); margin-right: calc(1032px / 2); } .framer-0Eobm .framer-m742qs > *, .framer-0Eobm .framer-1jw13at > *, .framer-0Eobm .framer-17nnqlx > *, .framer-0Eobm .framer-dq493w > * { margin: 0px; margin-left: calc(19px / 2); margin-right: calc(19px / 2); } .framer-0Eobm .framer-uoemmp > *, .framer-0Eobm .framer-1curofc > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-0Eobm .framer-882njb > *, .framer-0Eobm .framer-18tzfsk > *, .framer-0Eobm .framer-2aq5qf > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-0Eobm .framer-zvvov9 > *, .framer-0Eobm .framer-1uqy303 > *, .framer-0Eobm .framer-1qzyno1 > *, .framer-0Eobm .framer-1gggqux > *, .framer-0Eobm .framer-1vxerkw > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-0Eobm .framer-k4pqx9 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-0Eobm .framer-n8u38h > * { margin: 0px; margin-bottom: calc(11px / 2); margin-top: calc(11px / 2); } .framer-0Eobm .framer-1yj6r7x > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-0Eobm .framer-1lnyhrp > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-0Eobm .framer-8cx4yg > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-0Eobm .framer-1gdyo0v > *, .framer-0Eobm .framer-erdhan > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-0Eobm .framer-bmjj4z > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-0Eobm .framer-fx3iqp > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-0Eobm .framer-1dxnrks > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-0Eobm .framer-opt2gc > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-0Eobm .framer-18hqclr > *, .framer-0Eobm .framer-ldgga8 > *, .framer-0Eobm .framer-13qb838 > *, .framer-0Eobm .framer-1e8e53g > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,'.framer-0Eobm[data-border=\"true\"]::after, .framer-0Eobm [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; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-0Eobm.framer-72rtr7 { width: 810px; } .framer-0Eobm .framer-vyv5r9 { z-index: 0; } .framer-0Eobm .framer-16wsyre { min-height: 100vh; padding: 0px; } .framer-0Eobm .framer-j6wi2k, .framer-0Eobm .framer-449bqc { align-content: flex-start; align-items: flex-start; bottom: 10px; flex-direction: column; gap: 20px; justify-content: flex-end; left: 10px; right: 10px; top: 10px; } .framer-0Eobm .framer-katfrc { max-width: 90%; } .framer-0Eobm .framer-uoemmp { flex-direction: column; gap: 20px; padding: 20px 20px 100px 20px; } .framer-0Eobm .framer-6u1zik { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 20px; justify-content: flex-end; } .framer-0Eobm .framer-szg9ef-container { height: 1px; width: 100%; } .framer-0Eobm .framer-d1soz7 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; } .framer-0Eobm .framer-nwefbt-container { align-self: unset; flex: 1 0 0px; width: 1px; } .framer-0Eobm .framer-17tlzcf { background: linear-gradient(180deg, #1d1e22 4.954954954954955%, rgba(29, 30, 34, 0.9) 44.493806306306304%, rgba(29, 30, 34, 0) 90%); } .framer-0Eobm .framer-k4pqx9 { bottom: 100px; left: 0px; padding: 0px 0px 0px 30px; right: unset; width: 81%; } .framer-0Eobm .framer-n8u38h { align-content: flex-start; align-items: flex-start; } .framer-0Eobm .framer-1yj6r7x { padding: 0px 35px 32px 35px; } .framer-0Eobm .framer-1lnyhrp { gap: 18px; max-width: 90%; } .framer-0Eobm .framer-erdhan { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 12px; } .framer-0Eobm .framer-1foy10o { padding: 56px 0px 0px 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-0Eobm .framer-j6wi2k, .framer-0Eobm .framer-uoemmp, .framer-0Eobm .framer-6u1zik, .framer-0Eobm .framer-d1soz7, .framer-0Eobm .framer-449bqc, .framer-0Eobm .framer-1lnyhrp, .framer-0Eobm .framer-erdhan { gap: 0px; } .framer-0Eobm .framer-j6wi2k > *, .framer-0Eobm .framer-uoemmp > *, .framer-0Eobm .framer-6u1zik > *, .framer-0Eobm .framer-449bqc > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-0Eobm .framer-j6wi2k > :first-child, .framer-0Eobm .framer-uoemmp > :first-child, .framer-0Eobm .framer-6u1zik > :first-child, .framer-0Eobm .framer-449bqc > :first-child, .framer-0Eobm .framer-1lnyhrp > :first-child, .framer-0Eobm .framer-erdhan > :first-child { margin-top: 0px; } .framer-0Eobm .framer-j6wi2k > :last-child, .framer-0Eobm .framer-uoemmp > :last-child, .framer-0Eobm .framer-6u1zik > :last-child, .framer-0Eobm .framer-449bqc > :last-child, .framer-0Eobm .framer-1lnyhrp > :last-child, .framer-0Eobm .framer-erdhan > :last-child { margin-bottom: 0px; } .framer-0Eobm .framer-d1soz7 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-0Eobm .framer-d1soz7 > :first-child { margin-left: 0px; } .framer-0Eobm .framer-d1soz7 > :last-child { margin-right: 0px; } .framer-0Eobm .framer-1lnyhrp > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-0Eobm .framer-erdhan > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }}\",\"@media (max-width: 809px) { .framer-0Eobm.framer-72rtr7 { width: 390px; } .framer-0Eobm .framer-vyv5r9 { order: 0; } .framer-0Eobm .framer-xokwbn { height: min-content; } .framer-0Eobm .framer-16wsyre { overflow: visible; padding: 0px; } .framer-0Eobm .framer-2dfb9q { padding: 0px; } .framer-0Eobm .framer-j6wi2k { align-content: flex-start; align-items: flex-start; bottom: 10px; flex-direction: column; gap: 10px; justify-content: flex-end; left: 10px; padding: 20px 20px 120px 20px; right: 10px; top: 10px; } .framer-0Eobm .framer-1gvr5ei { gap: 40px; padding: 0px 20px 140px 20px; } .framer-0Eobm .framer-katfrc { width: 100%; } .framer-0Eobm .framer-ean9ic { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 0px; } .framer-0Eobm .framer-m742qs { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 11px; width: 100%; } .framer-0Eobm .framer-nhrn8x, .framer-0Eobm .framer-n0atk3, .framer-0Eobm .framer-nt7v0o { bottom: 1189px; left: -314px; right: -418px; width: unset; z-index: 0; } .framer-0Eobm.framer-oin5lx { width: 164%; } .framer-0Eobm .framer-1lankad { flex: none; height: min-content; padding: 0px; } .framer-0Eobm .framer-uoemmp { gap: 48px; height: min-content; padding: 20px 30px 80px 20px; } .framer-0Eobm .framer-6u1zik { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 10px; justify-content: flex-end; padding: 10px 10px 20px 10px; } .framer-0Eobm .framer-szg9ef-container { height: auto; } .framer-0Eobm .framer-9w4h7d { height: var(--framer-aspect-ratio-supported, 1162px); left: -180px; right: -592px; width: unset; } .framer-0Eobm .framer-1cf2098 { max-width: 95%; } .framer-0Eobm .framer-d1soz7 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; } .framer-0Eobm .framer-nwefbt-container { align-self: unset; } .framer-0Eobm .framer-1curofc { padding: 10px; } .framer-0Eobm .framer-449bqc { bottom: 10px; gap: 10px; justify-content: flex-start; left: 10px; padding: 20px 20px 20px 0px; right: 10px; top: 10px; } .framer-0Eobm .framer-17tlzcf { background-color: rgba(29, 30, 34, 0.8); } .framer-0Eobm .framer-k4pqx9 { bottom: unset; gap: 10px; left: 0px; padding: 20px 40px 20px 20px; top: 50%; transform: translateY(-50%); width: unset; } .framer-0Eobm .framer-n8u38h, .framer-0Eobm .framer-yrv55z { align-content: flex-start; align-items: flex-start; } .framer-0Eobm .framer-17nnqlx { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 11px; } .framer-0Eobm.framer-1po102z { width: 148%; } .framer-0Eobm .framer-1w9ypot { padding: 60px 0px 60px 0px; } .framer-0Eobm .framer-1yj6r7x { gap: 23px; padding: 16px 16px 25px 16px; } .framer-0Eobm .framer-1lnyhrp { gap: 16px; max-width: 100%; order: 1; } .framer-0Eobm .framer-1gdyo0v { flex-direction: column; gap: 16px; } .framer-0Eobm .framer-hvkd2a { flex: none; padding: 10px; width: 100%; } .framer-0Eobm .framer-bmjj4z { flex-direction: column; gap: 48px; padding: 20px; } .framer-0Eobm .framer-fx3iqp, .framer-0Eobm .framer-1foy10o { flex: none; width: 100%; } .framer-0Eobm .framer-erdhan { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 12px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-0Eobm .framer-j6wi2k, .framer-0Eobm .framer-1gvr5ei, .framer-0Eobm .framer-ean9ic, .framer-0Eobm .framer-m742qs, .framer-0Eobm .framer-uoemmp, .framer-0Eobm .framer-6u1zik, .framer-0Eobm .framer-d1soz7, .framer-0Eobm .framer-449bqc, .framer-0Eobm .framer-k4pqx9, .framer-0Eobm .framer-17nnqlx, .framer-0Eobm .framer-1yj6r7x, .framer-0Eobm .framer-1lnyhrp, .framer-0Eobm .framer-1gdyo0v, .framer-0Eobm .framer-bmjj4z, .framer-0Eobm .framer-erdhan { gap: 0px; } .framer-0Eobm .framer-j6wi2k > *, .framer-0Eobm .framer-6u1zik > *, .framer-0Eobm .framer-k4pqx9 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-0Eobm .framer-j6wi2k > :first-child, .framer-0Eobm .framer-1gvr5ei > :first-child, .framer-0Eobm .framer-ean9ic > :first-child, .framer-0Eobm .framer-m742qs > :first-child, .framer-0Eobm .framer-6u1zik > :first-child, .framer-0Eobm .framer-d1soz7 > :first-child, .framer-0Eobm .framer-k4pqx9 > :first-child, .framer-0Eobm .framer-17nnqlx > :first-child, .framer-0Eobm .framer-1yj6r7x > :first-child, .framer-0Eobm .framer-1lnyhrp > :first-child, .framer-0Eobm .framer-1gdyo0v > :first-child, .framer-0Eobm .framer-bmjj4z > :first-child, .framer-0Eobm .framer-erdhan > :first-child { margin-top: 0px; } .framer-0Eobm .framer-j6wi2k > :last-child, .framer-0Eobm .framer-1gvr5ei > :last-child, .framer-0Eobm .framer-ean9ic > :last-child, .framer-0Eobm .framer-m742qs > :last-child, .framer-0Eobm .framer-6u1zik > :last-child, .framer-0Eobm .framer-d1soz7 > :last-child, .framer-0Eobm .framer-k4pqx9 > :last-child, .framer-0Eobm .framer-17nnqlx > :last-child, .framer-0Eobm .framer-1yj6r7x > :last-child, .framer-0Eobm .framer-1lnyhrp > :last-child, .framer-0Eobm .framer-1gdyo0v > :last-child, .framer-0Eobm .framer-bmjj4z > :last-child, .framer-0Eobm .framer-erdhan > :last-child { margin-bottom: 0px; } .framer-0Eobm .framer-1gvr5ei > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-0Eobm .framer-ean9ic > *, .framer-0Eobm .framer-d1soz7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0Eobm .framer-m742qs > *, .framer-0Eobm .framer-17nnqlx > * { margin: 0px; margin-bottom: calc(11px / 2); margin-top: calc(11px / 2); } .framer-0Eobm .framer-uoemmp > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-0Eobm .framer-uoemmp > :first-child, .framer-0Eobm .framer-449bqc > :first-child { margin-left: 0px; } .framer-0Eobm .framer-uoemmp > :last-child, .framer-0Eobm .framer-449bqc > :last-child { margin-right: 0px; } .framer-0Eobm .framer-449bqc > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-0Eobm .framer-1yj6r7x > * { margin: 0px; margin-bottom: calc(23px / 2); margin-top: calc(23px / 2); } .framer-0Eobm .framer-1lnyhrp > *, .framer-0Eobm .framer-1gdyo0v > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-0Eobm .framer-bmjj4z > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-0Eobm .framer-erdhan > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }}\",\"@media (min-width: 1200px) and (max-width: 1599px) { .framer-0Eobm.framer-72rtr7 { width: 1200px; } .framer-0Eobm .framer-xokwbn { order: 0; } .framer-0Eobm .framer-1kr8cxp { order: 2; } .framer-0Eobm .framer-1curofc { order: 3; } .framer-0Eobm .framer-1w9ypot { order: 4; padding: 104px 70px 104px 70px; } .framer-0Eobm .framer-1lnyhrp { max-width: 85%; } .framer-0Eobm .framer-hxivge { order: 5; } .framer-0Eobm .framer-fhehd8 { order: 1; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5606\n * @framerIntrinsicWidth 1600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"mVIL4xheu\":{\"layout\":[\"fixed\",\"auto\"]},\"qq5Dlu4rN\":{\"layout\":[\"fixed\",\"auto\"]},\"qVw6Qh47Z\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"x9lIIPoVs\":{\"pattern\":\":x9lIIPoVs\",\"name\":\"home-header\"},\"xrPO4885H\":{\"pattern\":\":xrPO4885H\",\"name\":\"welcome\"},\"yJWjnoBQp\":{\"pattern\":\":yJWjnoBQp\",\"name\":\"name\"},\"RkCA1Ezgh\":{\"pattern\":\":RkCA1Ezgh\",\"name\":\"services\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-0Eobm\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:5606,width:1600};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Outfit\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/VMAVI5EHLU77KACBXFKSI223A33BYMYT/KGPZSBKAZPJQJIDUI6CQETV3BKZULTEA/H5PDA446U7YOJH5A6HXMFOX33XDBMWB5.woff2\",weight:\"800\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"}]},...VideoFonts,...ElementsButtonFonts,...VimeoFonts,...BottomButtonsFonts,...ContactButtonFonts,...ServicesFonts,...CardsBlogPostFonts,...MaterialFonts,...FAQFonts,...PhosphorFonts,...ElementsFormButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"{\\\"x9lIIPoVs\\\":{\\\"pattern\\\":\\\":x9lIIPoVs\\\",\\\"name\\\":\\\"home-header\\\"},\\\"xrPO4885H\\\":{\\\"pattern\\\":\\\":xrPO4885H\\\",\\\"name\\\":\\\"welcome\\\"},\\\"yJWjnoBQp\\\":{\\\"pattern\\\":\\\":yJWjnoBQp\\\",\\\"name\\\":\\\"name\\\"},\\\"RkCA1Ezgh\\\":{\\\"pattern\\\":\\\":RkCA1Ezgh\\\",\\\"name\\\":\\\"services\\\"}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1600\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"5606\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mVIL4xheu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qq5Dlu4rN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qVw6Qh47Z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__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", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "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", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "fontStore", "fonts", "css", "className", "ElementsButtonFonts", "getFonts", "lYlPcNMOf_default", "MaterialFonts", "Icon", "SmartComponentScopedContainerWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "SmartComponentScopedContainer", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "textEffect", "animation1", "transition3", "textEffect1", "transition4", "animation2", "animation3", "animation4", "transition5", "textEffect2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableEnumMap1", "humanReadableEnumMap2", "humanReadableVariantMap", "getProps", "align", "direction", "distribute", "gap", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "e0uSDDJYl", "D3wnxJ_vG", "xWnmSRyxa", "phlJV3Fg8", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onClickshlfth", "args", "onClick1tjdyfh", "onClick1hd8fqf", "onClickcs3jm4", "onClickj2pmys", "onClick1t7cc15", "onClick1kl5l4", "onClick135lwbg", "onClick1h47pop", "onClickcegsop", "onClick1h467x3", "onClickmcjn51", "onClick1gfpe3", "onClick18w02b4", "onClick106uuzz", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "router", "useRouter", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "css", "FramerDxkAYILHD", "withCSS", "DxkAYILHD_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "VideoFonts", "getFonts", "Video", "ElementsButtonFonts", "lYlPcNMOf_default", "VimeoFonts", "Vimeo_default", "BottomButtonsFonts", "vo6N045Qm_default", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "MotionHeaderWithFXWithOptimizedAppearEffect", "withFX", "MotionSectionWithFX", "ContactButtonFonts", "kOmGE8GnS_default", "ServicesFonts", "DxkAYILHD_default", "CardsBlogPostFonts", "q6247Xv1q_default", "ContainerWithFX", "Container", "MotionDivWithFX", "ContainerWithOptimizedAppearEffect", "MaterialFonts", "Icon", "FAQFonts", "oJZsN_TSo_default", "PhosphorFonts", "ElementsFormButtonFonts", "Dvd8jXQh0_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "animation4", "transition3", "textEffect", "animation5", "transition4", "textEffect1", "transition5", "animation6", "transition6", "animation7", "animation8", "transition7", "animation9", "transition8", "animation10", "animation11", "transformTemplate1", "_", "transition9", "animation12", "animation13", "animation14", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation15", "transition10", "textEffect2", "animation16", "transition11", "animation17", "animation18", "textEffect3", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "QueryData", "query", "pageSize", "data", "useQueryData", "transition12", "animation19", "animation20", "transition13", "animation21", "animation22", "transition14", "animation23", "transformTemplate2", "formVariants", "form", "variants", "currentVariant", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "kRZuc5uv3X7zTMq7OW", "xkPHXT2SzX7zTMq7OW", "aAIbkigfgX7zTMq7OW", "rVMZCixnVX7zTMq7OW", "ab1hhKxynX7zTMq7OW", "caE6IF2YqX7zTMq7OW", "idX7zTMq7OW", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "ouOuketsR3bnx0g", "overlay", "loadMore", "args", "ouOuketsR1wnntms", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "router", "useRouter", "isDisplayed", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "activeLocaleCode", "useLocaleCode", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "RichText2", "x", "l", "PropertyOverrides2", "AnimatePresence", "Ga", "Image2", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "ChildrenCanSuspend", "mpvPWr82u_default", "collection", "paginationInfo", "index", "PathVariablesContext", "resolvedLinks3", "getLoadingLazyAtYPosition", "overlay1", "resolvedLinks4", "resolvedLinks5", "FormContainer", "formState", "FormPlainTextInput2", "FormSelect", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
