{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@vimeo/player@2.16.4/dist/player.es.js", "ssg:https://framerusercontent.com/modules/0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js", "ssg:https://framerusercontent.com/modules/iGFUbgDoE1gbzuztWGyu/yqCMh62VKpkcX47l2NAW/id_W3RWnl.js"],
  "sourcesContent": ["function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _defineProperties(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||false;r.configurable=true;\"value\"in r&&(r.writable=true);Object.defineProperty(e,r.key,r)}}function _createClass(e,t,n){t&&_defineProperties(e.prototype,t);n&&_defineProperties(e,n);return e}\n/**\n * Check to see this is a node environment.\n * @type {Boolean}\n */var e=\"undefined\"!==typeof global&&\"[object global]\"==={}.toString.call(global);\n/**\n * Get the name of the method for a given getter or setter.\n *\n * @param {string} prop The name of the property.\n * @param {string} type Either \u201Cget\u201D or \u201Cset\u201D.\n * @return {string}\n */function getMethodName(e,t){return 0===e.indexOf(t.toLowerCase())?e:\"\".concat(t.toLowerCase()).concat(e.substr(0,1).toUpperCase()).concat(e.substr(1))}\n/**\n * Check to see if the object is a DOM Element.\n *\n * @param {*} element The object to check.\n * @return {boolean}\n */function isDomElement(e){return Boolean(e&&1===e.nodeType&&\"nodeName\"in e&&e.ownerDocument&&e.ownerDocument.defaultView)}\n/**\n * Check to see whether the value is a number.\n *\n * @see http://dl.dropboxusercontent.com/u/35146/js/tests/isNumber.html\n * @param {*} value The value to check.\n * @param {boolean} integer Check if the value is an integer.\n * @return {boolean}\n */function isInteger(e){return!isNaN(parseFloat(e))&&isFinite(e)&&Math.floor(e)==e}\n/**\n * Check to see if the URL is a Vimeo url.\n *\n * @param {string} url The url string.\n * @return {boolean}\n */function isVimeoUrl(e){return/^(https?:)?\\/\\/((player|www)\\.)?vimeo\\.com(?=$|\\/)/.test(e)}\n/**\n * Get the Vimeo URL from an element.\n * The element must have either a data-vimeo-id or data-vimeo-url attribute.\n *\n * @param {object} oEmbedParameters The oEmbed parameters.\n * @return {string}\n */function getVimeoUrl(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};var t=e.id;var n=e.url;var r=t||n;if(!r)throw new Error(\"An id or url must be passed, either in an options object or as a data-vimeo-id or data-vimeo-url attribute.\");if(isInteger(r))return\"https://vimeo.com/\".concat(r);if(isVimeoUrl(r))return r.replace(\"http:\",\"https:\");if(t)throw new TypeError(\"\u201C\".concat(t,\"\u201D is not a valid video id.\"));throw new TypeError(\"\u201C\".concat(r,\"\u201D is not a vimeo.com url.\"))}var t=\"undefined\"!==typeof Array.prototype.indexOf;var n=\"undefined\"!==typeof window&&\"undefined\"!==typeof window.postMessage;if(!e&&(!t||!n))throw new Error(\"Sorry, the Vimeo Player API is not available in this browser.\");var r=\"undefined\"!==typeof globalThis?globalThis:\"undefined\"!==typeof window?window:\"undefined\"!==typeof global?global:\"undefined\"!==typeof self?self:{};function createCommonjsModule(e,t){return t={exports:{}},e(t,t.exports),t.exports\n/*!\n * weakmap-polyfill v2.0.1 - ECMAScript6 WeakMap polyfill\n * https://github.com/polygonplanet/weakmap-polyfill\n * Copyright (c) 2015-2020 Polygon Planet <polygon.planet.aqua@gmail.com>\n * @license MIT\n */}(function(e){if(!e.WeakMap){var t=Object.prototype.hasOwnProperty;var defineProperty=function(e,t,n){Object.defineProperty?Object.defineProperty(e,t,{configurable:true,writable:true,value:n}):e[t]=n};e.WeakMap=function(){function WeakMap(){if(void 0===this)throw new TypeError(\"Constructor WeakMap requires 'new'\");defineProperty(this,\"_id\",genId(\"_WeakMap\"));if(arguments.length>0)throw new TypeError(\"WeakMap iterable is not supported\")}defineProperty(WeakMap.prototype,\"delete\",(function(e){checkInstance(this,\"delete\");if(!isObject(e))return false;var t=e[this._id];if(t&&t[0]===e){delete e[this._id];return true}return false}));defineProperty(WeakMap.prototype,\"get\",(function(e){checkInstance(this,\"get\");if(isObject(e)){var t=e[this._id];return t&&t[0]===e?t[1]:void 0}}));defineProperty(WeakMap.prototype,\"has\",(function(e){checkInstance(this,\"has\");if(!isObject(e))return false;var t=e[this._id];return!(!t||t[0]!==e)}));defineProperty(WeakMap.prototype,\"set\",(function(e,t){checkInstance(this,\"set\");if(!isObject(e))throw new TypeError(\"Invalid value used as weak map key\");var n=e[this._id];if(n&&n[0]===e){n[1]=t;return this}defineProperty(e,this._id,[e,t]);return this}));function checkInstance(e,n){if(!isObject(e)||!t.call(e,\"_id\"))throw new TypeError(n+\" method called on incompatible receiver \"+typeof e)}function genId(e){return e+\"_\"+rand()+\".\"+rand()}function rand(){return Math.random().toString().substring(2)}defineProperty(WeakMap,\"_polyfill\",true);return WeakMap}()}function isObject(e){return Object(e)===e}})(\"undefined\"!==typeof self?self:\"undefined\"!==typeof window?window:(\"undefined\"!==typeof r,r));var o=createCommonjsModule((function(e){(function UMD(t,n,r){n[t]=n[t]||r();e.exports&&(e.exports=n[t])})(\"Promise\",(\"undefined\"!=typeof r,r),(function DEF(){var e,t,n,r=Object.prototype.toString,o=\"undefined\"!=typeof setImmediate?function timer(e){return setImmediate(e)}:setTimeout;try{Object.defineProperty({},\"x\",{});e=function builtInProp(e,t,n,r){return Object.defineProperty(e,t,{value:n,writable:true,configurable:false!==r})}}catch(t){e=function builtInProp(e,t,n){e[t]=n;return e}}n=function Queue(){var e,n,r;function Item(e,t){this.fn=e;this.self=t;this.next=void 0}return{add:function add(t,o){r=new Item(t,o);n?n.next=r:e=r;n=r;r=void 0},drain:function drain(){var r=e;e=n=t=void 0;while(r){r.fn.call(r.self);r=r.next}}}}();function schedule(e,r){n.add(e,r);t||(t=o(n.drain))}function isThenable(e){var t,n=typeof e;null==e||\"object\"!=n&&\"function\"!=n||(t=e.then);return\"function\"==typeof t&&t}function notify(){for(var e=0;e<this.chain.length;e++)notifyIsolated(this,1===this.state?this.chain[e].success:this.chain[e].failure,this.chain[e]);this.chain.length=0}function notifyIsolated(e,t,n){var r,o;try{if(false===t)n.reject(e.msg);else{r=true===t?e.msg:t.call(void 0,e.msg);r===n.promise?n.reject(TypeError(\"Promise-chain cycle\")):(o=isThenable(r))?o.call(r,n.resolve,n.reject):n.resolve(r)}}catch(e){n.reject(e)}}function resolve(e){var t,n=this;if(!n.triggered){n.triggered=true;n.def&&(n=n.def);try{if(t=isThenable(e))schedule((function(){var r=new MakeDefWrapper(n);try{t.call(e,(function $resolve$(){resolve.apply(r,arguments)}),(function $reject$(){reject.apply(r,arguments)}))}catch(e){reject.call(r,e)}}));else{n.msg=e;n.state=1;n.chain.length>0&&schedule(notify,n)}}catch(e){reject.call(new MakeDefWrapper(n),e)}}}function reject(e){var t=this;if(!t.triggered){t.triggered=true;t.def&&(t=t.def);t.msg=e;t.state=2;t.chain.length>0&&schedule(notify,t)}}function iteratePromises(e,t,n,r){for(var o=0;o<t.length;o++)(function IIFE(o){e.resolve(t[o]).then((function $resolver$(e){n(o,e)}),r)})(o)}function MakeDefWrapper(e){this.def=e;this.triggered=false}function MakeDef(e){this.promise=e;this.state=0;this.triggered=false;this.chain=[];this.msg=void 0}function Promise(e){if(\"function\"!=typeof e)throw TypeError(\"Not a function\");if(0!==this.__NPO__)throw TypeError(\"Not a promise\");this.__NPO__=1;var t=new MakeDef(this);this.then=function then(e,n){var r={success:\"function\"!=typeof e||e,failure:\"function\"==typeof n&&n};r.promise=new this.constructor((function extractChain(e,t){if(\"function\"!=typeof e||\"function\"!=typeof t)throw TypeError(\"Not a function\");r.resolve=e;r.reject=t}));t.chain.push(r);0!==t.state&&schedule(notify,t);return r.promise};this.catch=function $catch$(e){return this.then(void 0,e)};try{e.call(void 0,(function publicResolve(e){resolve.call(t,e)}),(function publicReject(e){reject.call(t,e)}))}catch(e){reject.call(t,e)}}var i=e({},\"constructor\",Promise,false);Promise.prototype=i;e(i,\"__NPO__\",0,false);e(Promise,\"resolve\",(function Promise$resolve(e){var t=this;return e&&\"object\"==typeof e&&1===e.__NPO__?e:new t((function executor(t,n){if(\"function\"!=typeof t||\"function\"!=typeof n)throw TypeError(\"Not a function\");t(e)}))}));e(Promise,\"reject\",(function Promise$reject(e){return new this((function executor(t,n){if(\"function\"!=typeof t||\"function\"!=typeof n)throw TypeError(\"Not a function\");n(e)}))}));e(Promise,\"all\",(function Promise$all(e){var t=this;return\"[object Array]\"!=r.call(e)?t.reject(TypeError(\"Not an array\")):0===e.length?t.resolve([]):new t((function executor(n,r){if(\"function\"!=typeof n||\"function\"!=typeof r)throw TypeError(\"Not a function\");var o=e.length,i=Array(o),a=0;iteratePromises(t,e,(function resolver(e,t){i[e]=t;++a===o&&n(i)}),r)}))}));e(Promise,\"race\",(function Promise$race(e){var t=this;return\"[object Array]\"!=r.call(e)?t.reject(TypeError(\"Not an array\")):new t((function executor(n,r){if(\"function\"!=typeof n||\"function\"!=typeof r)throw TypeError(\"Not a function\");iteratePromises(t,e,(function resolver(e,t){n(t)}),r)}))}));return Promise}))}));var i=new WeakMap;\n/**\n * Store a callback for a method or event for a player.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name.\n * @param {(function(this:Player, *): void|{resolve: function, reject: function})} callback\n *        The callback to call or an object with resolve and reject functions for a promise.\n * @return {void}\n */function storeCallback(e,t,n){var r=i.get(e.element)||{};t in r||(r[t]=[]);r[t].push(n);i.set(e.element,r)}\n/**\n * Get the callbacks for a player and event or method.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name\n * @return {function[]}\n */function getCallbacks(e,t){var n=i.get(e.element)||{};return n[t]||[]}\n/**\n * Remove a stored callback for a method or event for a player.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name\n * @param {function} [callback] The specific callback to remove.\n * @return {boolean} Was this the last callback?\n */function removeCallback(e,t,n){var r=i.get(e.element)||{};if(!r[t])return true;if(!n){r[t]=[];i.set(e.element,r);return true}var o=r[t].indexOf(n);-1!==o&&r[t].splice(o,1);i.set(e.element,r);return r[t]&&0===r[t].length}\n/**\n * Return the first stored callback for a player and event or method.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name.\n * @return {function} The callback, or false if there were none\n */function shiftCallbacks(e,t){var n=getCallbacks(e,t);if(n.length<1)return false;var r=n.shift();removeCallback(e,t,r);return r}\n/**\n * Move callbacks associated with an element to another element.\n *\n * @param {HTMLElement} oldElement The old element.\n * @param {HTMLElement} newElement The new element.\n * @return {void}\n */function swapCallbacks(e,t){var n=i.get(e);i.set(t,n);i.delete(e)}var a=[\"autopause\",\"autoplay\",\"background\",\"byline\",\"color\",\"controls\",\"dnt\",\"height\",\"id\",\"interactive_params\",\"keyboard\",\"loop\",\"maxheight\",\"maxwidth\",\"muted\",\"playsinline\",\"portrait\",\"responsive\",\"speed\",\"texttrack\",\"title\",\"transparent\",\"url\",\"width\"];\n/**\n * Get the 'data-vimeo'-prefixed attributes from an element as an object.\n *\n * @param {HTMLElement} element The element.\n * @param {Object} [defaults={}] The default values to use.\n * @return {Object<string, string>}\n */function getOEmbedParameters(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return a.reduce((function(t,n){var r=e.getAttribute(\"data-vimeo-\".concat(n));(r||\"\"===r)&&(t[n]=\"\"===r?1:r);return t}),t)}\n/**\n * Create an embed from oEmbed data inside an element.\n *\n * @param {object} data The oEmbed data.\n * @param {HTMLElement} element The element to put the iframe in.\n * @return {HTMLIFrameElement} The iframe embed.\n */function createEmbed(e,t){var n=e.html;if(!t)throw new TypeError(\"An element must be provided\");if(null!==t.getAttribute(\"data-vimeo-initialized\"))return t.querySelector(\"iframe\");var r=document.createElement(\"div\");r.innerHTML=n;t.appendChild(r.firstChild);t.setAttribute(\"data-vimeo-initialized\",\"true\");return t.querySelector(\"iframe\")}\n/**\n * Make an oEmbed call for the specified URL.\n *\n * @param {string} videoUrl The vimeo.com url for the video.\n * @param {Object} [params] Parameters to pass to oEmbed.\n * @param {HTMLElement} element The element.\n * @return {Promise}\n */function getOEmbedData(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};var n=arguments.length>2?arguments[2]:void 0;return new Promise((function(r,o){if(!isVimeoUrl(e))throw new TypeError(\"\u201C\".concat(e,\"\u201D is not a vimeo.com url.\"));var i=\"https://vimeo.com/api/oembed.json?url=\".concat(encodeURIComponent(e));for(var a in t)t.hasOwnProperty(a)&&(i+=\"&\".concat(a,\"=\").concat(encodeURIComponent(t[a])));var u=\"XDomainRequest\"in window?new XDomainRequest:new XMLHttpRequest;u.open(\"GET\",i,true);u.onload=function(){if(404!==u.status)if(403!==u.status)try{var t=JSON.parse(u.responseText);if(403===t.domain_status_code){createEmbed(t,n);o(new Error(\"\u201C\".concat(e,\"\u201D is not embeddable.\")));return}r(t)}catch(e){o(e)}else o(new Error(\"\u201C\".concat(e,\"\u201D is not embeddable.\")));else o(new Error(\"\u201C\".concat(e,\"\u201D was not found.\")))};u.onerror=function(){var e=u.status?\" (\".concat(u.status,\")\"):\"\";o(new Error(\"There was an error fetching the embed code from Vimeo\".concat(e,\".\")))};u.send()}))}\n/**\n * Initialize all embeds within a specific element\n *\n * @param {HTMLElement} [parent=document] The parent element.\n * @return {void}\n */function initializeEmbeds(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document;var t=[].slice.call(e.querySelectorAll(\"[data-vimeo-id], [data-vimeo-url]\"));var n=function handleError(e){\"console\"in window&&console.error&&console.error(\"There was an error creating an embed: \".concat(e))};t.forEach((function(e){try{if(null!==e.getAttribute(\"data-vimeo-defer\"))return;var t=getOEmbedParameters(e);var r=getVimeoUrl(t);getOEmbedData(r,t,e).then((function(t){return createEmbed(t,e)})).catch(n)}catch(e){n(e)}}))}\n/**\n * Resize embeds when messaged by the player.\n *\n * @param {HTMLElement} [parent=document] The parent element.\n * @return {void}\n */function resizeEmbeds(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document;if(!window.VimeoPlayerResizeEmbeds_){window.VimeoPlayerResizeEmbeds_=true;var t=function onMessage(t){if(isVimeoUrl(t.origin)&&t.data&&\"spacechange\"===t.data.event){var n=e.querySelectorAll(\"iframe\");for(var r=0;r<n.length;r++)if(n[r].contentWindow===t.source){var o=n[r].parentElement;o.style.paddingBottom=\"\".concat(t.data.data[0].bottom,\"px\");break}}};window.addEventListener(\"message\",t)}}\n/**\n * Parse a message received from postMessage.\n *\n * @param {*} data The data received from postMessage.\n * @return {object}\n */function parseMessageData(e){if(\"string\"===typeof e)try{e=JSON.parse(e)}catch(e){console.warn(e);return{}}return e}\n/**\n * Post a message to the specified target.\n *\n * @param {Player} player The player object to use.\n * @param {string} method The API method to call.\n * @param {object} params The parameters to send to the player.\n * @return {void}\n */function postMessage(e,t,n){if(e.element.contentWindow&&e.element.contentWindow.postMessage){var r={method:t};void 0!==n&&(r.value=n);var o=parseFloat(navigator.userAgent.toLowerCase().replace(/^.*msie (\\d+).*$/,\"$1\"));o>=8&&o<10&&(r=JSON.stringify(r));e.element.contentWindow.postMessage(r,e.origin)}}\n/**\n * Parse the data received from a message event.\n *\n * @param {Player} player The player that received the message.\n * @param {(Object|string)} data The message data. Strings will be parsed into JSON.\n * @return {void}\n */function processData(e,t){t=parseMessageData(t);var n=[];var r;if(t.event){if(\"error\"===t.event){var o=getCallbacks(e,t.data.method);o.forEach((function(n){var r=new Error(t.data.message);r.name=t.data.name;n.reject(r);removeCallback(e,t.data.method,n)}))}n=getCallbacks(e,\"event:\".concat(t.event));r=t.data}else if(t.method){var i=shiftCallbacks(e,t.method);if(i){n.push(i);r=t.value}}n.forEach((function(t){try{if(\"function\"===typeof t){t.call(e,r);return}t.resolve(r)}catch(e){}}))}function initializeScreenfull(){var e=function(){var e;var t=[[\"requestFullscreen\",\"exitFullscreen\",\"fullscreenElement\",\"fullscreenEnabled\",\"fullscreenchange\",\"fullscreenerror\"],[\"webkitRequestFullscreen\",\"webkitExitFullscreen\",\"webkitFullscreenElement\",\"webkitFullscreenEnabled\",\"webkitfullscreenchange\",\"webkitfullscreenerror\"],[\"webkitRequestFullScreen\",\"webkitCancelFullScreen\",\"webkitCurrentFullScreenElement\",\"webkitCancelFullScreen\",\"webkitfullscreenchange\",\"webkitfullscreenerror\"],[\"mozRequestFullScreen\",\"mozCancelFullScreen\",\"mozFullScreenElement\",\"mozFullScreenEnabled\",\"mozfullscreenchange\",\"mozfullscreenerror\"],[\"msRequestFullscreen\",\"msExitFullscreen\",\"msFullscreenElement\",\"msFullscreenEnabled\",\"MSFullscreenChange\",\"MSFullscreenError\"]];var n=0;var r=t.length;var o={};for(;n<r;n++){e=t[n];if(e&&e[1]in document){for(n=0;n<e.length;n++)o[t[0][n]]=e[n];return o}}return false}();var t={fullscreenchange:e.fullscreenchange,fullscreenerror:e.fullscreenerror};var n={request:function request(t){return new Promise((function(r,o){var i=function onFullScreenEntered(){n.off(\"fullscreenchange\",onFullScreenEntered);r()};n.on(\"fullscreenchange\",i);t=t||document.documentElement;var a=t[e.requestFullscreen]();a instanceof Promise&&a.then(i).catch(o)}))},exit:function exit(){return new Promise((function(t,r){if(n.isFullscreen){var o=function onFullScreenExit(){n.off(\"fullscreenchange\",onFullScreenExit);t()};n.on(\"fullscreenchange\",o);var i=document[e.exitFullscreen]();i instanceof Promise&&i.then(o).catch(r)}else t()}))},on:function on(e,n){var r=t[e];r&&document.addEventListener(r,n)},off:function off(e,n){var r=t[e];r&&document.removeEventListener(r,n)}};Object.defineProperties(n,{isFullscreen:{get:function get(){return Boolean(document[e.fullscreenElement])}},element:{enumerable:true,get:function get(){return document[e.fullscreenElement]}},isEnabled:{enumerable:true,get:function get(){return Boolean(document[e.fullscreenEnabled])}}});return n}var u=new WeakMap;var l=new WeakMap;var s={};var c=function(){\n/**\n   * Create a Player.\n   *\n   * @param {(HTMLIFrameElement|HTMLElement|string|jQuery)} element A reference to the Vimeo\n   *        player iframe, and id, or a jQuery object.\n   * @param {object} [options] oEmbed parameters to use when creating an embed in the element.\n   * @return {Player}\n   */\nfunction Player(e){var t=this;var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};_classCallCheck(this,Player);if(window.jQuery&&e instanceof jQuery){e.length>1&&window.console&&console.warn&&console.warn(\"A jQuery object with multiple elements was passed, using the first element.\");e=e[0]}\"undefined\"!==typeof document&&\"string\"===typeof e&&(e=document.getElementById(e));if(!isDomElement(e))throw new TypeError(\"You must pass either a valid element or a valid id.\");if(\"IFRAME\"!==e.nodeName){var r=e.querySelector(\"iframe\");r&&(e=r)}if(\"IFRAME\"===e.nodeName&&!isVimeoUrl(e.getAttribute(\"src\")||\"\"))throw new Error(\"The player element passed isn\u2019t a Vimeo embed.\");if(u.has(e))return u.get(e);this._window=e.ownerDocument.defaultView;this.element=e;this.origin=\"*\";var i=new o((function(r,o){t._onMessage=function(e){if(isVimeoUrl(e.origin)&&t.element.contentWindow===e.source){\"*\"===t.origin&&(t.origin=e.origin);var n=parseMessageData(e.data);var i=n&&\"error\"===n.event;var a=i&&n.data&&\"ready\"===n.data.method;if(a){var u=new Error(n.data.message);u.name=n.data.name;o(u)}else{var l=n&&\"ready\"===n.event;var s=n&&\"ping\"===n.method;if(l||s){t.element.setAttribute(\"data-ready\",\"true\");r()}else processData(t,n)}}};t._window.addEventListener(\"message\",t._onMessage);if(\"IFRAME\"!==t.element.nodeName){var i=getOEmbedParameters(e,n);var a=getVimeoUrl(i);getOEmbedData(a,i,e).then((function(n){var r=createEmbed(n,e);t.element=r;t._originalElement=e;swapCallbacks(e,r);u.set(t.element,t);return n})).catch(o)}}));l.set(this,i);u.set(this.element,this);\"IFRAME\"===this.element.nodeName&&postMessage(this,\"ping\");if(s.isEnabled){var a=function exitFullscreen(){return s.exit()};this.fullscreenchangeHandler=function(){s.isFullscreen?storeCallback(t,\"event:exitFullscreen\",a):removeCallback(t,\"event:exitFullscreen\",a);t.ready().then((function(){postMessage(t,\"fullscreenchange\",s.isFullscreen)}))};s.on(\"fullscreenchange\",this.fullscreenchangeHandler)}return this}\n/**\n   * Get a promise for a method.\n   *\n   * @param {string} name The API method to call.\n   * @param {Object} [args={}] Arguments to send via postMessage.\n   * @return {Promise}\n   */_createClass(Player,[{key:\"callMethod\",value:function callMethod(e){var t=this;var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new o((function(r,o){return t.ready().then((function(){storeCallback(t,e,{resolve:r,reject:o});postMessage(t,e,n)})).catch(o)}))}\n/**\n     * Get a promise for the value of a player property.\n     *\n     * @param {string} name The property name\n     * @return {Promise}\n     */},{key:\"get\",value:function get(e){var t=this;return new o((function(n,r){e=getMethodName(e,\"get\");return t.ready().then((function(){storeCallback(t,e,{resolve:n,reject:r});postMessage(t,e)})).catch(r)}))}\n/**\n     * Get a promise for setting the value of a player property.\n     *\n     * @param {string} name The API method to call.\n     * @param {mixed} value The value to set.\n     * @return {Promise}\n     */},{key:\"set\",value:function set(e,t){var n=this;return new o((function(r,o){e=getMethodName(e,\"set\");if(void 0===t||null===t)throw new TypeError(\"There must be a value to set.\");return n.ready().then((function(){storeCallback(n,e,{resolve:r,reject:o});postMessage(n,e,t)})).catch(o)}))}\n/**\n     * Add an event listener for the specified event. Will call the\n     * callback with a single parameter, `data`, that contains the data for\n     * that event.\n     *\n     * @param {string} eventName The name of the event.\n     * @param {function(*)} callback The function to call when the event fires.\n     * @return {void}\n     */},{key:\"on\",value:function on(e,t){if(!e)throw new TypeError(\"You must pass an event name.\");if(!t)throw new TypeError(\"You must pass a callback function.\");if(\"function\"!==typeof t)throw new TypeError(\"The callback must be a function.\");var n=getCallbacks(this,\"event:\".concat(e));0===n.length&&this.callMethod(\"addEventListener\",e).catch((function(){}));storeCallback(this,\"event:\".concat(e),t)}\n/**\n     * Remove an event listener for the specified event. Will remove all\n     * listeners for that event if a `callback` isn\u2019t passed, or only that\n     * specific callback if it is passed.\n     *\n     * @param {string} eventName The name of the event.\n     * @param {function} [callback] The specific callback to remove.\n     * @return {void}\n     */},{key:\"off\",value:function off(e,t){if(!e)throw new TypeError(\"You must pass an event name.\");if(t&&\"function\"!==typeof t)throw new TypeError(\"The callback must be a function.\");var n=removeCallback(this,\"event:\".concat(e),t);n&&this.callMethod(\"removeEventListener\",e).catch((function(e){}))}\n/**\n     * Load a new video into this embed. The promise will be resolved if\n     * the video is successfully loaded, or it will be rejected if it could\n     * not be loaded.\n     *\n     * @param {number|string|object} options The id of the video, the url of the video, or an object with embed options.\n     * @return {LoadVideoPromise}\n     */},{key:\"loadVideo\",value:function loadVideo(e){return this.callMethod(\"loadVideo\",e)}},{key:\"ready\",value:function ready(){var e=l.get(this)||new o((function(e,t){t(new Error(\"Unknown player. Probably unloaded.\"))}));return o.resolve(e)}\n/**\n     * Add a cue point to the player.\n     *\n     * @param {number} time The time for the cue point.\n     * @param {object} [data] Arbitrary data to be returned with the cue point.\n     * @return {AddCuePointPromise}\n     */},{key:\"addCuePoint\",value:function addCuePoint(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.callMethod(\"addCuePoint\",{time:e,data:t})}\n/**\n     * Remove a cue point from the video.\n     *\n     * @param {string} id The id of the cue point to remove.\n     * @return {RemoveCuePointPromise}\n     */},{key:\"removeCuePoint\",value:function removeCuePoint(e){return this.callMethod(\"removeCuePoint\",e)}\n/**\n     * A representation of a text track on a video.\n     *\n     * @typedef {Object} VimeoTextTrack\n     * @property {string} language The ISO language code.\n     * @property {string} kind The kind of track it is (captions or subtitles).\n     * @property {string} label The human\u2010readable label for the track.\n     */\n/**\n     * Enable the text track with the specified language, and optionally the\n     * specified kind (captions or subtitles).\n     *\n     * When set via the API, the track language will not change the viewer\u2019s\n     * stored preference.\n     *\n     * @param {string} language The two\u2010letter language code.\n     * @param {string} [kind] The kind of track to enable (captions or subtitles).\n     * @return {EnableTextTrackPromise}\n     */},{key:\"enableTextTrack\",value:function enableTextTrack(e,t){if(!e)throw new TypeError(\"You must pass a language.\");return this.callMethod(\"enableTextTrack\",{language:e,kind:t})}},{key:\"disableTextTrack\",value:function disableTextTrack(){return this.callMethod(\"disableTextTrack\")}},{key:\"pause\",value:function pause(){return this.callMethod(\"pause\")}},{key:\"play\",value:function play(){return this.callMethod(\"play\")}},{key:\"requestFullscreen\",value:function requestFullscreen(){return s.isEnabled?s.request(this.element):this.callMethod(\"requestFullscreen\")}},{key:\"exitFullscreen\",value:function exitFullscreen(){return s.isEnabled?s.exit():this.callMethod(\"exitFullscreen\")}},{key:\"getFullscreen\",value:function getFullscreen(){return s.isEnabled?o.resolve(s.isFullscreen):this.get(\"fullscreen\")}},{key:\"requestPictureInPicture\",value:function requestPictureInPicture(){return this.callMethod(\"requestPictureInPicture\")}},{key:\"exitPictureInPicture\",value:function exitPictureInPicture(){return this.callMethod(\"exitPictureInPicture\")}},{key:\"getPictureInPicture\",value:function getPictureInPicture(){return this.get(\"pictureInPicture\")}},{key:\"unload\",value:function unload(){return this.callMethod(\"unload\")}},{key:\"destroy\",value:function destroy(){var e=this;return new o((function(t){l.delete(e);u.delete(e.element);if(e._originalElement){u.delete(e._originalElement);e._originalElement.removeAttribute(\"data-vimeo-initialized\")}e.element&&\"IFRAME\"===e.element.nodeName&&e.element.parentNode&&(e.element.parentNode.parentNode&&e._originalElement&&e._originalElement!==e.element.parentNode?e.element.parentNode.parentNode.removeChild(e.element.parentNode):e.element.parentNode.removeChild(e.element));if(e.element&&\"DIV\"===e.element.nodeName&&e.element.parentNode){e.element.removeAttribute(\"data-vimeo-initialized\");var n=e.element.querySelector(\"iframe\");n&&n.parentNode&&(n.parentNode.parentNode&&e._originalElement&&e._originalElement!==n.parentNode?n.parentNode.parentNode.removeChild(n.parentNode):n.parentNode.removeChild(n))}e._window.removeEventListener(\"message\",e._onMessage);s.isEnabled&&s.off(\"fullscreenchange\",e.fullscreenchangeHandler);t()}))}},{key:\"getAutopause\",value:function getAutopause(){return this.get(\"autopause\")}\n/**\n     * Enable or disable the autopause behavior of this player.\n     *\n     * By default, when another video is played in the same browser, this\n     * player will automatically pause. Unless you have a specific reason\n     * for doing so, we recommend that you leave autopause set to the\n     * default (`true`).\n     *\n     * @param {boolean} autopause\n     * @return {SetAutopausePromise}\n     */},{key:\"setAutopause\",value:function setAutopause(e){return this.set(\"autopause\",e)}},{key:\"getBuffered\",value:function getBuffered(){return this.get(\"buffered\")}\n/**\n     * @typedef {Object} CameraProperties\n     * @prop {number} props.yaw - Number between 0 and 360.\n     * @prop {number} props.pitch - Number between -90 and 90.\n     * @prop {number} props.roll - Number between -180 and 180.\n     * @prop {number} props.fov - The field of view in degrees.\n     */},{key:\"getCameraProps\",value:function getCameraProps(){return this.get(\"cameraProps\")}\n/**\n     * For 360\u00B0 videos set the camera properties for this player.\n     *\n     * @param {CameraProperties} camera The camera properties\n     * @return {SetCameraPromise}\n     */},{key:\"setCameraProps\",value:function setCameraProps(e){return this.set(\"cameraProps\",e)}\n/**\n     * A representation of a chapter.\n     *\n     * @typedef {Object} VimeoChapter\n     * @property {number} startTime The start time of the chapter.\n     * @property {object} title The title of the chapter.\n     * @property {number} index The place in the order of Chapters. Starts at 1.\n     */},{key:\"getChapters\",value:function getChapters(){return this.get(\"chapters\")}},{key:\"getCurrentChapter\",value:function getCurrentChapter(){return this.get(\"currentChapter\")}},{key:\"getColor\",value:function getColor(){return this.get(\"color\")}\n/**\n     * Set the color of this player to a hex or rgb string. Setting the\n     * color may fail if the owner of the video has set their embed\n     * preferences to force a specific color.\n     *\n     * @param {string} color The hex or rgb color string to set.\n     * @return {SetColorPromise}\n     */},{key:\"setColor\",value:function setColor(e){return this.set(\"color\",e)}\n/**\n     * A representation of a cue point.\n     *\n     * @typedef {Object} VimeoCuePoint\n     * @property {number} time The time of the cue point.\n     * @property {object} data The data passed when adding the cue point.\n     * @property {string} id The unique id for use with removeCuePoint.\n     */},{key:\"getCuePoints\",value:function getCuePoints(){return this.get(\"cuePoints\")}},{key:\"getCurrentTime\",value:function getCurrentTime(){return this.get(\"currentTime\")}\n/**\n     * Set the current playback position in seconds. If the player was\n     * paused, it will remain paused. Likewise, if the player was playing,\n     * it will resume playing once the video has buffered.\n     *\n     * You can provide an accurate time and the player will attempt to seek\n     * to as close to that time as possible. The exact time will be the\n     * fulfilled value of the promise.\n     *\n     * @param {number} currentTime\n     * @return {SetCurrentTimePromise}\n     */},{key:\"setCurrentTime\",value:function setCurrentTime(e){return this.set(\"currentTime\",e)}},{key:\"getDuration\",value:function getDuration(){return this.get(\"duration\")}},{key:\"getEnded\",value:function getEnded(){return this.get(\"ended\")}},{key:\"getLoop\",value:function getLoop(){return this.get(\"loop\")}\n/**\n     * Set the loop state of the player. When set to `true`, the player\n     * will start over immediately once playback ends.\n     *\n     * @param {boolean} loop\n     * @return {SetLoopPromise}\n     */},{key:\"setLoop\",value:function setLoop(e){return this.set(\"loop\",e)}\n/**\n     * Set the muted state of the player. When set to `true`, the player\n     * volume will be muted.\n     *\n     * @param {boolean} muted\n     * @return {SetMutedPromise}\n     */},{key:\"setMuted\",value:function setMuted(e){return this.set(\"muted\",e)}},{key:\"getMuted\",value:function getMuted(){return this.get(\"muted\")}},{key:\"getPaused\",value:function getPaused(){return this.get(\"paused\")}},{key:\"getPlaybackRate\",value:function getPlaybackRate(){return this.get(\"playbackRate\")}\n/**\n     * Set the playback rate of the player on a scale from `0.5` to `2`. When set\n     * via the API, the playback rate will not be synchronized to other\n     * players or stored as the viewer's preference.\n     *\n     * @param {number} playbackRate\n     * @return {SetPlaybackRatePromise}\n     */},{key:\"setPlaybackRate\",value:function setPlaybackRate(e){return this.set(\"playbackRate\",e)}},{key:\"getPlayed\",value:function getPlayed(){return this.get(\"played\")}},{key:\"getQualities\",value:function getQualities(){return this.get(\"qualities\")}},{key:\"getQuality\",value:function getQuality(){return this.get(\"quality\")}\n/**\n     * Set a video quality.\n     *\n     * @param {string} quality\n     * @return {SetQualityPromise}\n     */},{key:\"setQuality\",value:function setQuality(e){return this.set(\"quality\",e)}},{key:\"getSeekable\",value:function getSeekable(){return this.get(\"seekable\")}},{key:\"getSeeking\",value:function getSeeking(){return this.get(\"seeking\")}},{key:\"getTextTracks\",value:function getTextTracks(){return this.get(\"textTracks\")}},{key:\"getVideoEmbedCode\",value:function getVideoEmbedCode(){return this.get(\"videoEmbedCode\")}},{key:\"getVideoId\",value:function getVideoId(){return this.get(\"videoId\")}},{key:\"getVideoTitle\",value:function getVideoTitle(){return this.get(\"videoTitle\")}},{key:\"getVideoWidth\",value:function getVideoWidth(){return this.get(\"videoWidth\")}},{key:\"getVideoHeight\",value:function getVideoHeight(){return this.get(\"videoHeight\")}},{key:\"getVideoUrl\",value:function getVideoUrl(){return this.get(\"videoUrl\")}},{key:\"getVolume\",value:function getVolume(){return this.get(\"volume\")}\n/**\n     * Set the volume of the player on a scale from `0` to `1`. When set\n     * via the API, the volume level will not be synchronized to other\n     * players or stored as the viewer\u2019s preference.\n     *\n     * Most mobile devices do not support setting the volume. An error will\n     * *not* be triggered in that situation.\n     *\n     * @param {number} volume\n     * @return {SetVolumePromise}\n     */},{key:\"setVolume\",value:function setVolume(e){return this.set(\"volume\",e)}}]);return Player}();if(!e){s=initializeScreenfull();initializeEmbeds();resizeEmbeds()}export{c as default};\n\n//# sourceMappingURL=player.es.js.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import{motion}from\"framer-motion\";import Player from\"@vimeo/player\";import{useEffect,useRef,useState}from\"react\";import{useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";const vimeoRegex=/^https?:\\/\\/vimeo\\.com\\/(\\d+)/;/**\n * VIMEO\n *\n * @framerIntrinsicWidth 480\n * @framerIntrinsicHeight 270\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps borderRadius, backgroundColor\n */ const Vimeo=withCSS(function Vimeo({video,autoplay,mute,controls,loop,titles,backgroundColor,onPlay=()=>{},onEnd=()=>{},style,...props}){const[key,setKey]=useState(0);const player=useRef();const borderRadius=useRadius(props);useEffect(()=>{if(!player.current)return;const[,id]=video.match(vimeoRegex)?video.match(vimeoRegex):[null,0];const embeddedPlayer=new Player(player.current,{id,autopause:false,autoplay:RenderTarget.current()===RenderTarget.canvas?false:autoplay,byline:titles,controls:controls,loop:loop,title:titles,muted:mute,responsive:true});embeddedPlayer.on(\"play\",onPlay);embeddedPlayer.on(\"ended\",onEnd);},[player,key]);useEffect(()=>{setKey(key=>key+1);},[video,autoplay,mute,controls,loop,titles]);return /*#__PURE__*/ _jsx(motion.div,{style:{background:backgroundColor,...style,borderRadius,position:\"relative\",width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",overflow:\"hidden\"},...props,children:/*#__PURE__*/ _jsx(\"div\",{className:\"framer-vimeo\",ref:player,style:{width:\"100%\",height:\"100%\"}},key)});},[\".framer-vimeo > div { padding: 0 !important; width: 100%; height: 100%; }\",]);Vimeo.defaultProps={video:\"https://vimeo.com/642263700\",autoplay:false,loop:false,mute:false,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0};addPropertyControls(Vimeo,{video:{title:\"URL\",type:ControlType.String},...borderRadiusControl,controls:{title:\"Controls\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\"},autoplay:{title:\"Autoplay\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},// playOnCanvas: {\n//     title: \"On Canvas\",\n//     type: ControlType.Boolean,\n//     enabledTitle: \"Play\",\n//     disabledTitle: \"Pause\",\n// },\nloop:{title:\"Loop\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},mute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},// titles: {\n//     title: \"Titles\",\n//     type: ControlType.Boolean,\n//     enabledTitle: \"Show\",\n//     disabledTitle: \"Hide\",\n// },\nbackgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0, 0, 0, 0)\"},onPlay:{type:ControlType.EventHandler},onEnd:{type:ControlType.EventHandler}});export default Vimeo;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Vimeo\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"270\",\"framerIntrinsicWidth\":\"480\",\"framerComponentPresetProps\":\"borderRadius, backgroundColor\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Vimeo.map", "// Generated by Framer (c76752e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Vimeo from\"https://framerusercontent.com/modules/0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js\";import Card2DarkModeCard2AllMotion from\"https://framerusercontent.com/modules/d0zx8I4YvA8ffMGEevD3/luvhULx4paLQKt4D7jIM/Bento_Fast2.js\";import Card4DarkModeCard4AllMotion from\"https://framerusercontent.com/modules/JJG6G8FAkJAIdpgydXpP/Ajkur1Xdk4z15rMfZ4nV/Bento_Cloud.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/qXQVWG1AZxpdrbBmhE1U/Video.js\";import Card3DarkModeCard4Motion from\"https://framerusercontent.com/modules/vGRKddJpkgvscw1VYYK5/8oH1tPTz7Geexs3ywtYf/Bento_Status.js\";import Card5DarkModeCard5AllMotion from\"https://framerusercontent.com/modules/XBjyy1X8hrFTIPahPqdW/zWb4X3tstWshoN5UOkeV/Bento_Integrate.js\";import Card1DarkModeCard1AllMotion from\"https://framerusercontent.com/modules/yI8fErkPhV35pkdHoc8p/y3kSplWhhFjjCnQKvrhS/Bento_Scale.js\";import ButtonCopy from\"#framer/local/canvasComponent/BKJSpxze5/BKJSpxze5.js\";import Navbar from\"#framer/local/canvasComponent/BPV67yEOR/BPV67yEOR.js\";import Footer from\"#framer/local/canvasComponent/dBNMeUmL_/dBNMeUmL_.js\";import Button from\"#framer/local/canvasComponent/p_WYN4wFV/p_WYN4wFV.js\";import VariantCard from\"#framer/local/canvasComponent/qgoMZguFi/qgoMZguFi.js\";import StartBuildingCopy2 from\"#framer/local/canvasComponent/r5Cv3bP1k/r5Cv3bP1k.js\";import MagText from\"#framer/local/codeFile/cxNrBzL/magtext.js\";import*as sharedStyle from\"#framer/local/css/PHGVnjEZZ/PHGVnjEZZ.js\";import metadataProvider from\"#framer/local/webPageMetadata/id_W3RWnl/id_W3RWnl.js\";const NavbarFonts=getFonts(Navbar);const ButtonCopyFonts=getFonts(ButtonCopy);const ButtonFonts=getFonts(Button);const StartBuildingCopy2Fonts=getFonts(StartBuildingCopy2);const VimeoFonts=getFonts(Vimeo);const VariantCardFonts=getFonts(VariantCard);const MotionDivWithFX=withFX(motion.div);const RichTextWithFX=withFX(RichText);const MagTextFonts=getFonts(MagText);const VideoFonts=getFonts(Video);const Card4DarkModeCard4AllMotionFonts=getFonts(Card4DarkModeCard4AllMotion);const Card5DarkModeCard5AllMotionFonts=getFonts(Card5DarkModeCard5AllMotion);const Card2DarkModeCard2AllMotionFonts=getFonts(Card2DarkModeCard2AllMotion);const Card3DarkModeCard4MotionFonts=getFonts(Card3DarkModeCard4Motion);const Card1DarkModeCard1AllMotionFonts=getFonts(Card1DarkModeCard1AllMotion);const ImageWithFX=withFX(Image);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const FooterFonts=getFonts(Footer);const breakpoints={cDHL4dezX:\"(min-width: 1200px) and (max-width: 1919px)\",L6NlS_2Ta:\"(min-width: 1920px)\",M6Vz7Dl4h:\"(max-width: 809px)\",y9WAcKxoh:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-6IMwe\";const variantClassNames={cDHL4dezX:\"framer-v-19cpjah\",L6NlS_2Ta:\"framer-v-18jo476\",M6Vz7Dl4h:\"framer-v-1bw1p3t\",y9WAcKxoh:\"framer-v-1qjlwv3\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:32};const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:.05,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={delay:0,duration:.1,ease:[.44,0,.56,1],type:\"tween\"};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:-150,y:0};const transition4={delay:.1,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:-150,y:0};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:150,y:0};const transition5={damping:30,delay:.3,mass:1,stiffness:400,type:\"spring\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:150,y:0};const animation8={boxShadow:\"0px 2px 4px 0px rgba(0,0,0,0.25)\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition3};const transition6={damping:30,delay:.5,mass:1,stiffness:400,type:\"spring\"};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:-150,y:0};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:150,y:0};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation14={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Wide Desktop\":\"L6NlS_2Ta\",Desktop:\"cDHL4dezX\",Phone:\"M6Vz7Dl4h\",Tablet:\"y9WAcKxoh\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"cDHL4dezX\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...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 sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"M6Vz7Dl4h\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"M6Vz7Dl4h\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"L6NlS_2Ta\")return false;return true;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"L6NlS_2Ta\")return true;return false;};const router=useRouter();const elementId=useRouteElementId(\"aDd_cvr4i\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"OunN6xnIW\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"jZQP6js1I\");const ref4=React.useRef(null);const elementId3=useRouteElementId(\"ZxzOUOTaU\");const ref5=React.useRef(null);const elementId4=useRouteElementId(\"npuoRa9BD\");const ref6=React.useRef(null);const elementId5=useRouteElementId(\"jKuvCrgO0\");const ref7=React.useRef(null);const elementId6=useRouteElementId(\"ZsR3xYFi7\");const ref8=React.useRef(null);const elementId7=useRouteElementId(\"IFhFV4AI4\");const ref9=React.useRef(null);const elementId8=useRouteElementId(\"aSKcWmkdg\");const ref10=React.useRef(null);const elementId9=useRouteElementId(\"LwgwP9H81\");const ref11=React.useRef(null);const elementId10=useRouteElementId(\"xHEgoF4EX\");const ref12=React.useRef(null);const elementId11=useRouteElementId(\"Bg2kcdQDO\");const ref13=React.useRef(null);const isDisplayed4=()=>{if(!isBrowser())return true;if([\"y9WAcKxoh\",\"M6Vz7Dl4h\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if(!isBrowser())return true;if(baseVariant===\"y9WAcKxoh\")return true;return false;};const isDisplayed6=()=>{if(!isBrowser())return true;if([\"L6NlS_2Ta\",\"y9WAcKxoh\"].includes(baseVariant))return false;return true;};const isDisplayed7=()=>{if(!isBrowser())return true;if(baseVariant===\"y9WAcKxoh\")return false;return true;};const isDisplayed8=()=>{if(!isBrowser())return true;if([\"L6NlS_2Ta\",\"M6Vz7Dl4h\"].includes(baseVariant))return false;return true;};const elementId12=useRouteElementId(\"AVzUme01G\");const ref14=React.useRef(null);const elementId13=useRouteElementId(\"ZbIEJmFqk\");const ref15=React.useRef(null);const elementId14=useRouteElementId(\"Kclfrjvtf\");const ref16=React.useRef(null);const elementId15=useRouteElementId(\"AoDbFWSTk\");const ref17=React.useRef(null);const elementId16=useRouteElementId(\"qPH2Nzniq\");const ref18=React.useRef(null);const elementId17=useRouteElementId(\"p7csTASFJ\");const ref19=React.useRef(null);const elementId18=useRouteElementId(\"er6aCngHb\");const ref20=React.useRef(null);const elementId19=useRouteElementId(\"GVO73GL55\");const ref21=React.useRef(null);const elementId20=useRouteElementId(\"Pl_lnTRvl\");const ref22=React.useRef(null);const elementId21=useRouteElementId(\"CNJsbdzy5\");const ref23=React.useRef(null);const elementId22=useRouteElementId(\"ppNGmILkV\");const ref24=React.useRef(null);const elementId23=useRouteElementId(\"aQVYEkvlI\");const ref25=React.useRef(null);const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"cDHL4dezX\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-fd129d22-a226-49c0-9fc6-4b5ec80a7754, rgb(17, 19, 30)); } @media (min-width: 1920px) { html body { background: var(--token-fd129d22-a226-49c0-9fc6-4b5ec80a7754, rgb(13, 11, 25)) } }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-19cpjah\",className),ref:ref??ref1,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(\"header\",{className:\"framer-n5j1zi hidden-1bw1p3t\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L6NlS_2Ta:{height:106,width:`calc(${componentViewport?.width||\"100vw\"} - 136.6333px)`,y:undefined},y9WAcKxoh:{height:76,width:`max(max(${componentViewport?.width||\"100vw\"}, 1px), ${componentViewport?.width||\"100vw\"} * 0.3704)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:78,width:`calc(${componentViewport?.width||\"100vw\"} - 137px)`,y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fgg1nu-container\",children:/*#__PURE__*/_jsx(Navbar,{height:\"100%\",id:\"MgSyDADPz\",layoutId:\"MgSyDADPz\",style:{height:\"100%\",width:\"100%\"},variant:\"XBygIcFny\",wbfmt2PNH:\"Log In\",width:\"100%\"})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{M6Vz7Dl4h:{height:80,width:componentViewport?.width||\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jytmqg-container hidden-19cpjah hidden-18jo476 hidden-1qjlwv3\",children:/*#__PURE__*/_jsx(Navbar,{height:\"100%\",id:\"vUwz8CGzt\",layoutId:\"vUwz8CGzt\",style:{height:\"100%\",width:\"100%\"},variant:\"w5Pr96F7f\",wbfmt2PNH:\"Log In\",width:\"100%\"})})})}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"header\",{className:\"framer-d5uqwm hidden-18jo476\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1at0e99\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-10trbnf\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{M6Vz7Dl4h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7TGVhZ3VlIFNwYXJ0YW4tcmVndWxhcg==\",\"--framer-font-family\":'\"League Spartan\", \"League Spartan Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(250, 250, 250)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"radial-gradient(89% 75% at 31.5% 32.4%, rgb(255, 255, 255) 0%, rgba(194, 194, 194, 0.75) 100%)\"},children:\"Streamline your field operations with intelligent map-based project management\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7TGVhZ3VlIFNwYXJ0YW4tcmVndWxhcg==\",\"--framer-font-family\":'\"League Spartan\", \"League Spartan Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(250, 250, 250)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"radial-gradient(89% 75% at 31.5% 32.4%, rgb(255, 255, 255) 0%, rgba(194, 194, 194, 0.75) 100%)\"},children:\"Streamline your field operations with intelligent map-based project management\"})})}),className:\"framer-16eh5es\",fonts:[\"GF;League Spartan-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{M6Vz7Dl4h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TGVhZ3VlIFNwYXJ0YW4tMjAw\",\"--framer-font-family\":'\"League Spartan\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"200\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.7)\"},children:\"Enhance communication, punchlist resolution, and documentation across all project phases.\"})})},y9WAcKxoh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TGVhZ3VlIFNwYXJ0YW4tMjAw\",\"--framer-font-family\":'\"League Spartan\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"200\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.7)\"},children:\"Enhance communication, punchlist resolution, and documentation across all project phases.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TGVhZ3VlIFNwYXJ0YW4tMjAw\",\"--framer-font-family\":'\"League Spartan\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"200\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.7)\"},children:\"Enhance communication, punchlist resolution, and documentation across all project phases.\"})}),className:\"framer-1jc3esm\",fonts:[\"GF;League Spartan-200\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1darho-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{M6Vz7Dl4h:{variant:\"Y6ieOYqVD\"}},children:/*#__PURE__*/_jsx(ButtonCopy,{gXO85ZNEm:true,height:\"100%\",id:\"NIHMgv_gP\",layoutId:\"NIHMgv_gP\",lXG2Olqoi:\"Request Access\",o3xXUF1RV:false,variant:\"DMxRXOTR3\",width:\"100%\",ZWPn9ZMPU:\"https://tally.so/r/3ylo28\"})})})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1sd5gxn hidden-19cpjah hidden-1qjlwv3 hidden-1bw1p3t\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-luiro3\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xgtilt\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7TGVhZ3VlIFNwYXJ0YW4tcmVndWxhcg==\",\"--framer-font-family\":'\"League Spartan\", \"League Spartan Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(250, 250, 250)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"radial-gradient(89% 75% at 31.5% 32.4%, rgb(255, 255, 255) 0%, rgba(194, 194, 194, 0.75) 100%)\"},children:\"Streamline your field operations with intelligent map-based project management\"})})}),className:\"framer-1e97gwh\",fonts:[\"GF;League Spartan-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TGVhZ3VlIFNwYXJ0YW4tMjAw\",\"--framer-font-family\":'\"League Spartan\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"200\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.7)\"},children:\"Enhance communication, punchlist resolution, and documentation across all project phases.\"})}),className:\"framer-pki566\",fonts:[\"GF;League Spartan-200\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2bbmpx-container hidden-18jo476\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"ZYp_7ZGcP\",layoutId:\"ZYp_7ZGcP\",rSW1It3mY:\"rgb(45, 85, 226)\",variant:\"mxCUJKPjn\",width:\"100%\",xIPN0WQij:\"Join the waitlist!\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qym334-container hidden-18jo476\",style:{transformPerspective:500},children:/*#__PURE__*/_jsx(StartBuildingCopy2,{height:\"100%\",id:\"sUnpA4_7i\",layoutId:\"sUnpA4_7i\",style:{height:\"100%\"},variant:\"Xqi8uvdTn\",width:\"100%\",ZB0fukGek:\"Start Building\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5no7hb-container\",children:/*#__PURE__*/_jsx(ButtonCopy,{gXO85ZNEm:true,height:\"100%\",id:\"O66i2DWcc\",layoutId:\"O66i2DWcc\",lXG2Olqoi:\"Request Access\",o3xXUF1RV:false,variant:\"DMxRXOTR3\",width:\"100%\",ZWPn9ZMPU:\"https://tally.so/r/3ylo28\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4l0umo\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-hm98e1-container\",children:/*#__PURE__*/_jsx(Vimeo,{autoplay:true,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:true,height:\"100%\",id:\"GxES9BB5x\",isMixedBorderRadius:false,layoutId:\"GxES9BB5x\",loop:false,mute:false,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,video:\"https://vimeo.com/1015411616\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pxupql hidden-1bw1p3t\",\"data-framer-name\":\"Logos\"}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19puszl hidden-19cpjah hidden-1qjlwv3 hidden-1bw1p3t\",\"data-framer-name\":\"Testimonials 2\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Reviews\"})}),className:\"framer-137wvxk hidden-18jo476\",fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6k2jjg hidden-18jo476\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1021654d-251a-4750-952b-de3f7005260e, rgb(136, 136, 136))\"},children:\"\u201CThank you for building such an empowering tool, especially for designers! The site went from Figma to Framer in less than a week.\u201D\"})}),className:\"framer-uep1wv\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-azrl5c\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:100,intrinsicWidth:100},className:\"framer-1dh9dgd\",\"data-framer-name\":\"Avatar\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-adnl3j\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Kayla Ray\"})}),className:\"framer-1hqvtd2\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"@kayray\"})}),className:\"framer-18hjtsh\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"u1Gt66w6s\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:570,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2z0fdo-container hidden-18jo476\",children:/*#__PURE__*/_jsx(VariantCard,{EJE9WU24x:addImageAlt({src:\"https://framerusercontent.com/images/x1OhIp1XDksKRpBaFBHUgAFo3uc.png\",srcSet:\"https://framerusercontent.com/images/x1OhIp1XDksKRpBaFBHUgAFo3uc.png?scale-down-to=512 512w,https://framerusercontent.com/images/x1OhIp1XDksKRpBaFBHUgAFo3uc.png 800w\"},\"Timeline component with dots and side by side layout\"),height:\"100%\",id:\"NKZpBLrPZ\",layoutId:\"NKZpBLrPZ\",style:{height:\"100%\",width:\"100%\"},variant:\"rLRq4mVFb\",width:\"100%\",xfwLC4P77:resolvedLinks[0],yDiLUKZWF:\"Side by Side / Dots\"})})})}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1d1183l hidden-18jo476\",\"data-framer-name\":\"Timeline wrapper\",id:elementId,ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qtgld9\",\"data-framer-name\":\"Timeline row\",id:elementId1,ref:ref3,children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1auvred\",\"data-framer-name\":\"Blank\",style:{transformPerspective:1200}}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t9qdyh\",\"data-framer-name\":\"Progressbar wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(255, 255, 255))\"},children:\"01\"})}),className:\"framer-gjwkqp\",fonts:[\"GF;Inter-700\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1riwl39\",\"data-framer-name\":\"Progress bar\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:true,__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:0,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-9yzt8t\",\"data-framer-name\":\"Fill\",style:{transformPerspective:1200}})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1kwa6nw\",\"data-framer-name\":\"Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ueada5\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-874d3993-6eb6-43a4-8472-c8c1c028d942, rgb(2, 112, 197))\"},children:\"Tagline\"})}),className:\"framer-etx6ra\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(15, 23, 42))\"},children:\"Heading\"})}),className:\"framer-gnq8fk\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-54a25242-4704-4dc6-8c33-9b4515337ea2, rgb(71, 85, 105))\"},children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam aliquam nisl sit amet lacus volutpat, vitae commodo odio tincidunt. Suspendisse libero purus, tincidunt in massa vel, eleifend aliquet mi. Sed erat lorem, posuere quis dolor ullamcorper, posuere bibendum arcu. Donec lacinia rutrum nibh faucibus malesuada. Quisque non aliquam nibh, quis laoreet magna. Morbi blandit ex sed lorem blandit interdum. \"})}),className:\"framer-1ndzem6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mu3rzx-container\",children:/*#__PURE__*/_jsx(ButtonCopy,{gXO85ZNEm:false,height:\"100%\",id:\"HLOjw9LQ7\",layoutId:\"HLOjw9LQ7\",lXG2Olqoi:\"Change variant\",o3xXUF1RV:false,variant:\"DMxRXOTR3\",width:\"100%\",ZWPn9ZMPU:resolvedLinks1[0]})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cmwepp\",\"data-framer-name\":\"Timeline row\",id:elementId2,ref:ref4,children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-vge0e1\",\"data-framer-name\":\"Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9jmis3\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-874d3993-6eb6-43a4-8472-c8c1c028d942, rgb(2, 112, 197))\"},children:\"Tagline\"})}),className:\"framer-12m8fad\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(15, 23, 42))\"},children:\"Heading\"})}),className:\"framer-1f6hmko\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-54a25242-4704-4dc6-8c33-9b4515337ea2, rgb(71, 85, 105))\"},children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam aliquam nisl sit amet lacus volutpat, vitae commodo odio tincidunt. Suspendisse libero purus, tincidunt in massa vel, eleifend aliquet mi. Sed erat lorem, posuere quis dolor ullamcorper, posuere bibendum arcu. Donec lacinia rutrum nibh faucibus malesuada. Quisque non aliquam nibh, quis laoreet magna. Morbi blandit ex sed lorem blandit interdum. \"})}),className:\"framer-1lzlrf2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1flxjwg-container\",children:/*#__PURE__*/_jsx(ButtonCopy,{gXO85ZNEm:false,height:\"100%\",id:\"mBn6RpM7x\",layoutId:\"mBn6RpM7x\",lXG2Olqoi:\"Change variant\",o3xXUF1RV:false,variant:\"DMxRXOTR3\",width:\"100%\",ZWPn9ZMPU:resolvedLinks2[0]})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1145b1a\",\"data-framer-name\":\"Progressbar wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(255, 255, 255))\"},children:\"02\"})}),className:\"framer-138ibc1\",fonts:[\"GF;Inter-700\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wenynw\",\"data-framer-name\":\"Progress bar\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:true,__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation3,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:0,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-dpqr59\",\"data-framer-name\":\"Fill\",style:{transformPerspective:1200}})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kesclk\",\"data-framer-name\":\"Blank\",style:{transformPerspective:1200}})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ye0gnv\",\"data-framer-name\":\"Timeline row\",id:elementId3,ref:ref5,children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-15hz8aa\",\"data-framer-name\":\"Blank\",style:{transformPerspective:1200}}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tijihs\",\"data-framer-name\":\"Progressbar wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(255, 255, 255))\"},children:\"03\"})}),className:\"framer-1zgc9v\",fonts:[\"GF;Inter-700\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rg71d3\",\"data-framer-name\":\"Progress bar\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:true,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-8h8qmo\",\"data-framer-name\":\"Fill\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ddvcar\",\"data-framer-name\":\"Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ldt162\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-874d3993-6eb6-43a4-8472-c8c1c028d942, rgb(2, 112, 197))\"},children:\"Tagline\"})}),className:\"framer-1j8uh7u\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(15, 23, 42))\"},children:\"Heading\"})}),className:\"framer-1fj3w68\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-54a25242-4704-4dc6-8c33-9b4515337ea2, rgb(71, 85, 105))\"},children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam aliquam nisl sit amet lacus volutpat, vitae commodo odio tincidunt. Suspendisse libero purus, tincidunt in massa vel, eleifend aliquet mi. Sed erat lorem, posuere quis dolor ullamcorper, posuere bibendum arcu. Donec lacinia rutrum nibh faucibus malesuada. Quisque non aliquam nibh, quis laoreet magna. Morbi blandit ex sed lorem blandit interdum. \"})}),className:\"framer-5nxitn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3twfnj-container\",children:/*#__PURE__*/_jsx(ButtonCopy,{gXO85ZNEm:false,height:\"100%\",id:\"mZHopPoXC\",layoutId:\"mZHopPoXC\",lXG2Olqoi:\"Change variant\",o3xXUF1RV:false,variant:\"DMxRXOTR3\",width:\"100%\",ZWPn9ZMPU:resolvedLinks3[0]})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l5wc3l\",\"data-framer-name\":\"Timeline row\",id:elementId4,ref:ref6,children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1qd8ri1\",\"data-framer-name\":\"Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11l6dz1\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-874d3993-6eb6-43a4-8472-c8c1c028d942, rgb(2, 112, 197))\"},children:\"Tagline\"})}),className:\"framer-az340y\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(15, 23, 42))\"},children:\"Heading\"})}),className:\"framer-1o3pruq\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-54a25242-4704-4dc6-8c33-9b4515337ea2, rgb(71, 85, 105))\"},children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam aliquam nisl sit amet lacus volutpat, vitae commodo odio tincidunt. Suspendisse libero purus, tincidunt in massa vel, eleifend aliquet mi. Sed erat lorem, posuere quis dolor ullamcorper, posuere bibendum arcu. Donec lacinia rutrum nibh faucibus malesuada. Quisque non aliquam nibh, quis laoreet magna. Morbi blandit ex sed lorem blandit interdum. \"})}),className:\"framer-1b6tv8h\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lofx1-container\",children:/*#__PURE__*/_jsx(ButtonCopy,{gXO85ZNEm:false,height:\"100%\",id:\"T5TROiPMo\",layoutId:\"T5TROiPMo\",lXG2Olqoi:\"Change variant\",o3xXUF1RV:false,variant:\"DMxRXOTR3\",width:\"100%\",ZWPn9ZMPU:resolvedLinks4[0]})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-145a55g\",\"data-framer-name\":\"Progressbar wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(255, 255, 255))\"},children:\"04\"})}),className:\"framer-79ga9f\",fonts:[\"GF;Inter-700\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1e3k716\",\"data-framer-name\":\"Progress bar\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:true,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1sdrsj\",\"data-framer-name\":\"Fill\"})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-11dp0lf\",\"data-framer-name\":\"Blank\",style:{transformPerspective:1200}})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2cs8vb\",\"data-framer-name\":\"Timeline row\",id:elementId5,ref:ref7,children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-10kbgjq\",\"data-framer-name\":\"Blank\",style:{transformPerspective:1200}}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rj8oei\",\"data-framer-name\":\"Progressbar wrapper\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(255, 255, 255))\"},children:\"05\"})}),className:\"framer-9olfq6\",fonts:[\"GF;Inter-700\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-pms4ub\",\"data-framer-name\":\"Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vpi568\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-874d3993-6eb6-43a4-8472-c8c1c028d942, rgb(2, 112, 197))\"},children:\"Tagline\"})}),className:\"framer-d4m0qn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(15, 23, 42))\"},children:\"Heading\"})}),className:\"framer-1kt67x5\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-54a25242-4704-4dc6-8c33-9b4515337ea2, rgb(71, 85, 105))\"},children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam aliquam nisl sit amet lacus volutpat, vitae commodo odio tincidunt. Suspendisse libero purus, tincidunt in massa vel, eleifend aliquet mi. Sed erat lorem, posuere quis dolor ullamcorper, posuere bibendum arcu. Donec lacinia rutrum nibh faucibus malesuada. Quisque non aliquam nibh, quis laoreet magna. Morbi blandit ex sed lorem blandit interdum. \"})}),className:\"framer-1fng0dj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kn0c3a-container\",children:/*#__PURE__*/_jsx(ButtonCopy,{gXO85ZNEm:false,height:\"100%\",id:\"rV23J0Pqd\",layoutId:\"rV23J0Pqd\",lXG2Olqoi:\"Change variant\",o3xXUF1RV:false,variant:\"DMxRXOTR3\",width:\"100%\",ZWPn9ZMPU:resolvedLinks5[0]})})})})]})]})]}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-ne3hf2\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13bajwo-container\",children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-7f07a76a-95a7-4533-a451-8a96d2206043, rgb(221, 221, 221))\",fontFamily:\"League Spartan\",fontSize:60,fontWeight:400,height:\"100%\",id:\"jyivAXwul\",layoutId:\"jyivAXwul\",letterSpacing:-2.1,lineHeight:1.2,text:\"How it works\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c4yfvz\",\"data-framer-name\":\"Timeline wrapper\",id:elementId6,ref:ref8,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mis8nw\",\"data-framer-name\":\"Timeline row\",id:elementId7,ref:ref9,children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-h65rnr\",\"data-framer-name\":\"Blank\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oga6l5-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"Mripw7eay\",isMixedBorderRadius:false,layoutId:\"Mripw7eay\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/P1l2hoERb6QjaAiQ6oMKTMhBA.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rvfzr\",\"data-framer-name\":\"Progressbar wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(255, 255, 255))\"},children:\"01\"})}),className:\"framer-khj7ut\",fonts:[\"GF;Inter-700\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-24dqps\",\"data-framer-name\":\"Progress bar\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:true,__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:0,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1klv6qw\",\"data-framer-name\":\"Fill\",style:{transformPerspective:1200}})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-76e9uz\",\"data-framer-name\":\"Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k9mz7h\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(90, 113, 221))\"},children:\"Simplicity at the start\"})}),className:\"framer-1g4w2wa\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Speedy setup\"})}),className:\"framer-16sey5r\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(166, 166, 166)\"},children:\"In just a few clicks, you can set up your project, invite your team, and customize the interface according to your team's preferences. Our intuitive on-boarding process makes setup a breeze.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(166, 166, 166)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-za9u1r\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v37ffv\",\"data-framer-name\":\"Timeline row\",id:elementId8,ref:ref10,children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-15n3xu9\",\"data-framer-name\":\"Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fd1oo6\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(90, 113, 221))\"},children:\"Layers of information\"})}),className:\"framer-7g9ga\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bring design into the field\"})}),className:\"framer-1pi880z\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(166, 166, 166)\"},children:[\"Export shapefiles from \",/*#__PURE__*/_jsx(\"strong\",{children:\"AutoCAD\"}),\" and import them as overlays. Access critical information where you need it most.\"]})}),className:\"framer-1yvqr8o\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uz0al\",\"data-framer-name\":\"Progressbar wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(255, 255, 255))\"},children:\"02\"})}),className:\"framer-1la9eak\",fonts:[\"GF;Inter-700\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-78f7th\",\"data-framer-name\":\"Progress bar\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:true,__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:0,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-p2amc7\",\"data-framer-name\":\"Fill\",style:{transformPerspective:1200}})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-171ptt4\",\"data-framer-name\":\"Blank\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tra1rl-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"ogQiQV0NH\",isMixedBorderRadius:false,layoutId:\"ogQiQV0NH\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/EdZSiUDiJEzWMRNxkiO5PE0Wg.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tjf2jf\",\"data-framer-name\":\"Timeline row\",id:elementId9,ref:ref11,children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1m7ah1w\",\"data-framer-name\":\"Blank\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-pw8dwn-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"JkiYc1n4F\",isMixedBorderRadius:false,layoutId:\"JkiYc1n4F\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/VP0ANYi2h93QDwj2CJHBAU2aRpE.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f96pyn\",\"data-framer-name\":\"Progressbar wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(255, 255, 255))\"},children:\"03\"})}),className:\"framer-4avyvs\",fonts:[\"GF;Inter-700\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13jt3ku\",\"data-framer-name\":\"Progress bar\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:true,__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:0,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-vk3lup\",\"data-framer-name\":\"Fill\",style:{transformPerspective:1200}})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lqwzp8\",\"data-framer-name\":\"Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m6pqr0\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(90, 113, 221))\"},children:\"Complete asset awareness\"})}),className:\"framer-1io0s2t\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Seamless and customizable asset tracking\"})}),className:\"framer-1b3m64m\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(166, 166, 166)\"},children:\"Geospatially place your project assets by importing a .csv with their geospatial positions. Customize your assets to track what matters most, like construction stages or remediation efforts.\"})}),className:\"framer-mygpzz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cc7kcl\",\"data-framer-name\":\"Timeline row\",id:elementId10,ref:ref12,children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-nwd385\",\"data-framer-name\":\"Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qlgkk4\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(90, 113, 221))\"},children:\"Stay in sync\"})}),className:\"framer-qufe6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Individual workspaces for every team\"})}),className:\"framer-123d5xl\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(166, 166, 166)\"},children:\"Stay organized with issue categories and workspaces, helping you stay focused on the problems only you can solve.\"})}),className:\"framer-1jmgsq3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qk4kub\",\"data-framer-name\":\"Progressbar wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(255, 255, 255))\"},children:\"04\"})}),className:\"framer-1qc0r4u\",fonts:[\"GF;Inter-700\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wq207d\",\"data-framer-name\":\"Progress bar\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:true,__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:0,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1owfi12\",\"data-framer-name\":\"Fill\",style:{transformPerspective:1200}})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-732k0u\",\"data-framer-name\":\"Blank\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xoj6mc-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"Pvwj5viIN\",isMixedBorderRadius:false,layoutId:\"Pvwj5viIN\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/Bgck5g7SUrmMliUAsto7wI2FQQE.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1my4pzs\",\"data-framer-name\":\"Timeline row\",id:elementId11,ref:ref13,children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-98qetn\",\"data-framer-name\":\"Blank\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-fabv4l-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"MwEhUFWoP\",isMixedBorderRadius:false,layoutId:\"MwEhUFWoP\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/2O6alzClHbMPhwhPhcMgXhgou8.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14nuo4i\",\"data-framer-name\":\"Progressbar wrapper\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(255, 255, 255))\"},children:\"05\"})}),className:\"framer-y3acxf\",fonts:[\"GF;Inter-700\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13uwghc\",\"data-framer-name\":\"Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jmzntx\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(90, 113, 221))\"},children:\"The perfect process\"})}),className:\"framer-pua6jj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Map procedures with conditional forms\"})}),className:\"framer-jbmvi6\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(166, 166, 166)\"},children:\"Ensure that your team is following a standardized process and capturing all necessary data. Forms can be attached to assets or issues and audited from a central location.\"})}),className:\"framer-1678z2a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kbsv9i-container\",children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-7f07a76a-95a7-4533-a451-8a96d2206043, rgb(221, 221, 221))\",fontFamily:\"League Spartan\",fontSize:60,fontWeight:400,height:\"100%\",id:\"fl8jlBxGK\",layoutId:\"fl8jlBxGK\",letterSpacing:-2.1,lineHeight:1.2,text:\"Don't take our word for it.\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a3ikcc-container\",children:/*#__PURE__*/_jsx(ButtonCopy,{gXO85ZNEm:true,height:\"100%\",id:\"oIjbwVUQq\",layoutId:\"oIjbwVUQq\",lXG2Olqoi:\"Request Access\",o3xXUF1RV:false,variant:\"DMxRXOTR3\",width:\"100%\",ZWPn9ZMPU:\"https://tally.so/r/3ylo28\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sf0xh5\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-pxcjnj\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cg04ns\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:1,fit:\"tile\",pixelHeight:126,pixelWidth:126,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/VfkEna8iRjS9ZbXeCG1MRu3r0w.svg\"},className:\"framer-2kwtw4 hidden-18jo476\"}),isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-br36w4 hidden-1qjlwv3 hidden-1bw1p3t\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tme505\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mq7hxn-container\",children:/*#__PURE__*/_jsx(Card4DarkModeCard4AllMotion,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"d4KuqpcuW\",layoutId:\"d4KuqpcuW\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ew0w3c-container\",children:/*#__PURE__*/_jsx(Card5DarkModeCard5AllMotion,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"re04U2jrY\",layoutId:\"re04U2jrY\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lg3xkw\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1008w7i-container hidden-18jo476\",children:/*#__PURE__*/_jsx(Card2DarkModeCard2AllMotion,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"Ap_zQqmD4\",layoutId:\"Ap_zQqmD4\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-i0pzgj-container hidden-19cpjah\",children:/*#__PURE__*/_jsx(Card2DarkModeCard2AllMotion,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"ApsbIM_EQ\",layoutId:\"ApsbIM_EQ\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2gk6q6-container\",children:/*#__PURE__*/_jsx(Card3DarkModeCard4Motion,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"GyTdYw5Eh\",layoutId:\"GyTdYw5Eh\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rxkl2c-container\",children:/*#__PURE__*/_jsx(Card1DarkModeCard1AllMotion,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"Bd1hBUGuf\",layoutId:\"Bd1hBUGuf\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-62alx0 hidden-19cpjah hidden-18jo476 hidden-1qjlwv3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1opqinx\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-glyi0k-container\",children:/*#__PURE__*/_jsx(Card4DarkModeCard4AllMotion,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"HPtTXhaib\",layoutId:\"HPtTXhaib\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d5dll0-container\",children:/*#__PURE__*/_jsx(Card5DarkModeCard5AllMotion,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"f5z72FwK9\",layoutId:\"f5z72FwK9\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pxubcf\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16x1bsf-container\",children:/*#__PURE__*/_jsx(Card2DarkModeCard2AllMotion,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"wphrW2ZFe\",layoutId:\"wphrW2ZFe\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-lh7xyf-container\",children:/*#__PURE__*/_jsx(Card3DarkModeCard4Motion,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"ITDfYNlB3\",layoutId:\"ITDfYNlB3\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q04o8s-container\",children:/*#__PURE__*/_jsx(Card1DarkModeCard1AllMotion,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"dd717vLWD\",layoutId:\"dd717vLWD\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),isDisplayed5()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10wh2ct hidden-19cpjah hidden-18jo476 hidden-1bw1p3t\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nheawl\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-quw138-container\",children:/*#__PURE__*/_jsx(Card4DarkModeCard4AllMotion,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"axQYiDg9L\",layoutId:\"axQYiDg9L\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-pm1b1z-container\",children:/*#__PURE__*/_jsx(Card5DarkModeCard5AllMotion,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"Up2i1h6aa\",layoutId:\"Up2i1h6aa\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13z4xuy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wfbesd-container\",children:/*#__PURE__*/_jsx(Card2DarkModeCard2AllMotion,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"Wec934El5\",layoutId:\"Wec934El5\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rw3rkm-container\",children:/*#__PURE__*/_jsx(Card3DarkModeCard4Motion,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"Kjwv27RI9\",layoutId:\"Kjwv27RI9\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ng82g2-container\",children:/*#__PURE__*/_jsx(Card1DarkModeCard1AllMotion,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"uR1Uuufw4\",layoutId:\"uR1Uuufw4\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})]})}),isDisplayed6()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{M6Vz7Dl4h:{background:{alt:\"\",fit:\"fill\",pixelHeight:720,pixelWidth:1680,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/ve5dnhP6U27WLf9PSayRXtWUb9Q.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/ve5dnhP6U27WLf9PSayRXtWUb9Q.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/ve5dnhP6U27WLf9PSayRXtWUb9Q.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/ve5dnhP6U27WLf9PSayRXtWUb9Q.png?lossless=1 1680w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:720,pixelWidth:1680,positionX:\"left\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/ve5dnhP6U27WLf9PSayRXtWUb9Q.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/ve5dnhP6U27WLf9PSayRXtWUb9Q.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/ve5dnhP6U27WLf9PSayRXtWUb9Q.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/ve5dnhP6U27WLf9PSayRXtWUb9Q.png?lossless=1 1680w\"},className:\"framer-13f4imh hidden-18jo476 hidden-1qjlwv3\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b3jrjn\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2190,intrinsicWidth:1532,pixelHeight:2250,pixelWidth:3e3,sizes:\"490px\",src:\"https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?lossless=1 3000w\"},className:\"framer-1oyus6z hidden-1bw1p3t\",style:{transformPerspective:1200}}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lp9ist\",\"data-framer-name\":\"Content\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(motion.button,{className:\"framer-ilylyt\",\"data-border\":true,\"data-framer-name\":\"Button\",\"data-reset\":\"button\",whileHover:animation8,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{M6Vz7Dl4h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7TGVhZ3VlIFNwYXJ0YW4tcmVndWxhcg==\",\"--framer-font-family\":'\"League Spartan\", \"League Spartan Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(18, 165, 148))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"42px\"},children:\"Track any\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"60px\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"60px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"42px\"},children:\"process\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7TGVhZ3VlIFNwYXJ0YW4tcmVndWxhcg==\",\"--framer-font-family\":'\"League Spartan\", \"League Spartan Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(18, 165, 148))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"60px\"},children:\"Track any \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"60px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"60px\"},children:\"process\"})]})}),className:\"framer-1rqlewj\",fonts:[\"GF;League Spartan-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o9xbuq\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-19f39fg\",\"data-styles-preset\":\"PHGVnjEZZ\",children:\"Easily customizable to fit your specific needs, allowing you to standardize procedures and drive towards operational excellence.\"})}),className:\"framer-5x4dcv\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{M6Vz7Dl4h:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2190,intrinsicWidth:1532,pixelHeight:2250,pixelWidth:3e3,sizes:\"429px\",src:\"https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?lossless=1 3000w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2190,intrinsicWidth:1532,pixelHeight:2250,pixelWidth:3e3,src:\"https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?lossless=1 3000w\"},className:\"framer-10dplcn hidden-19cpjah\",style:{transformPerspective:1200}})})]})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{y9WAcKxoh:{background:{alt:\"\",pixelHeight:720,pixelWidth:1680,positionX:\"left\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/ve5dnhP6U27WLf9PSayRXtWUb9Q.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/ve5dnhP6U27WLf9PSayRXtWUb9Q.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/ve5dnhP6U27WLf9PSayRXtWUb9Q.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/ve5dnhP6U27WLf9PSayRXtWUb9Q.png?lossless=1 1680w\"}}},children:/*#__PURE__*/_jsxs(Image,{className:\"framer-vt8jg1 hidden-18jo476\",children:[isDisplayed7()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-10g6rws hidden-1qjlwv3\",\"data-framer-name\":\"Content\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(motion.button,{className:\"framer-1p6ipdw\",\"data-border\":true,\"data-framer-name\":\"Button\",\"data-reset\":\"button\",whileHover:animation8,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{M6Vz7Dl4h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7TGVhZ3VlIFNwYXJ0YW4tcmVndWxhcg==\",\"--framer-font-family\":'\"League Spartan\", \"League Spartan Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(18, 165, 148))\"},children:[\"Unite and \",/*#__PURE__*/_jsx(\"br\",{}),\"conquer\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7TGVhZ3VlIFNwYXJ0YW4tcmVndWxhcg==\",\"--framer-font-family\":'\"League Spartan\", \"League Spartan Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(18, 165, 148))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"60px\"},children:\"Unite and \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"60px\"},children:\"conquer\"})]})}),className:\"framer-1aqakmt\",fonts:[\"GF;League Spartan-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tcszxd\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-19f39fg\",\"data-styles-preset\":\"PHGVnjEZZ\",children:\"Collaboration is key, so invite everyone on the project without having to worry about additional costs. \"})}),className:\"framer-c4mi2h\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]})}),isDisplayed7()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:3620,intrinsicWidth:5430,pixelHeight:3620,pixelWidth:5430,src:\"https://framerusercontent.com/images/g3NMalRGYvgbhbz0PMrFSOzI.jpg?scale-down-to=2048\"},className:\"framer-1vinljt hidden-1qjlwv3\",style:{transformPerspective:1200}}),isDisplayed5()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{y9WAcKxoh:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2190,intrinsicWidth:1532,pixelHeight:2250,pixelWidth:3e3,sizes:\"429px\",src:\"https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png\",srcSet:\"https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?scale-down-to=512 512w,https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png 3000w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2190,intrinsicWidth:1532,pixelHeight:2250,pixelWidth:3e3,src:\"https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png\",srcSet:\"https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?scale-down-to=512 512w,https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png 3000w\"},className:\"framer-varlrd hidden-19cpjah hidden-1bw1p3t\",style:{transformPerspective:1200}})}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.button,{className:\"framer-2kg5jr hidden-19cpjah hidden-1bw1p3t\",\"data-border\":true,\"data-framer-name\":\"Button\",\"data-reset\":\"button\",whileHover:animation8,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7TGVhZ3VlIFNwYXJ0YW4tcmVndWxhcg==\",\"--framer-font-family\":'\"League Spartan\", \"League Spartan Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(18, 165, 148))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"60px\"},children:\"Track any \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"60px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"60px\"},children:\"process\"})]})}),className:\"framer-tl88i4\",fonts:[\"GF;League Spartan-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1e4asyk\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(221, 221, 221)\"},children:[\"Easily customizable to fit your specific needs, allowing you to standardize procedures and drive towards operational excellence.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"0.5em\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-jl3kus\",fonts:[\"GF;Manrope-600\",\"GF;Inter-regular\"],verticalAlignment:\"center\",withExternalLayout:true})})]})]})}),isDisplayed5()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ndak0 hidden-19cpjah hidden-18jo476 hidden-1bw1p3t\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1frbu58\",\"data-framer-name\":\"Content\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"SqqlpXVt6\"},motionChild:true,nodeId:\"wvwOTYfKt\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1aolci2 framer-2tanmp\",\"data-border\":true,\"data-framer-name\":\"Button\",\"data-reset\":\"button\",whileHover:animation8,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7TGVhZ3VlIFNwYXJ0YW4tcmVndWxhcg==\",\"--framer-font-family\":'\"League Spartan\", \"League Spartan Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(18, 165, 148))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"60px\"},children:\"Unite and \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"60px\"},children:\"conquer\"})]})}),className:\"framer-1kp7zvz\",fonts:[\"GF;League Spartan-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1th20tb\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-19f39fg\",\"data-styles-preset\":\"PHGVnjEZZ\",children:\"Collaboration is key, so invite everyone on the project without having to worry about additional costs. \"})}),className:\"framer-19omoib\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:3620,intrinsicWidth:5430,pixelHeight:3620,pixelWidth:5430,src:\"https://framerusercontent.com/images/g3NMalRGYvgbhbz0PMrFSOzI.jpg?scale-down-to=2048\"},className:\"framer-7egog\",style:{transformPerspective:1200}})]}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L6NlS_2Ta:{background:{alt:\"\",fit:\"fill\",pixelHeight:720,pixelWidth:1680,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/ve5dnhP6U27WLf9PSayRXtWUb9Q.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/ve5dnhP6U27WLf9PSayRXtWUb9Q.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/ve5dnhP6U27WLf9PSayRXtWUb9Q.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/ve5dnhP6U27WLf9PSayRXtWUb9Q.png?lossless=1 1680w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:720,pixelWidth:1680,src:\"https://framerusercontent.com/images/ve5dnhP6U27WLf9PSayRXtWUb9Q.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/ve5dnhP6U27WLf9PSayRXtWUb9Q.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/ve5dnhP6U27WLf9PSayRXtWUb9Q.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/ve5dnhP6U27WLf9PSayRXtWUb9Q.png?lossless=1 1680w\"},className:\"framer-1yiczts hidden-19cpjah hidden-1qjlwv3 hidden-1bw1p3t\",children:[isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v8hn5s hidden-18jo476\",children:[/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:2190,intrinsicWidth:1532,pixelHeight:2190,pixelWidth:1532,positionX:\"center\",positionY:\"center\",sizes:\"510px\",src:\"https://framerusercontent.com/images/gqmgjJApwO1gmK0ErtRNOmECaw.png\",srcSet:\"https://framerusercontent.com/images/gqmgjJApwO1gmK0ErtRNOmECaw.png?scale-down-to=1024 716w,https://framerusercontent.com/images/gqmgjJApwO1gmK0ErtRNOmECaw.png?scale-down-to=2048 1432w,https://framerusercontent.com/images/gqmgjJApwO1gmK0ErtRNOmECaw.png 1532w\"},className:\"framer-1nhtrce\",style:{transformPerspective:1200}}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1tfxubh\",\"data-framer-name\":\"Content\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"IzBZptK8B\"},motionChild:true,nodeId:\"XIZprgVLV\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1qmko0o framer-2tanmp\",\"data-border\":true,\"data-framer-name\":\"Button\",\"data-reset\":\"button\",whileHover:animation8,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7TGVhZ3VlIFNwYXJ0YW4tcmVndWxhcg==\",\"--framer-font-family\":'\"League Spartan\", \"League Spartan Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(18, 165, 148))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"60px\"},children:\"Empower any \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"60px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"60px\"},children:\"process\"})]})}),className:\"framer-q0fx8\",fonts:[\"GF;League Spartan-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-w39omk\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-19f39fg\",\"data-styles-preset\":\"PHGVnjEZZ\",children:\"Easily customizable to fit your specific needs, allowing you to standardize procedures and drive towards operational excellence.\"})}),className:\"framer-10dgq83\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6ybeak\",children:[/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2190,intrinsicWidth:1532,pixelHeight:2250,pixelWidth:3e3,sizes:\"595px\",src:\"https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png\",srcSet:\"https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?scale-down-to=512 512w,https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png 3000w\"},className:\"framer-1mhqykj\",style:{transformPerspective:1200},children:isDisplayed2()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2190,intrinsicWidth:1532,pixelHeight:2250,pixelWidth:3e3,sizes:\"490px\",src:\"https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png\",srcSet:\"https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?scale-down-to=512 512w,https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/l3KOL5cU0mEfBgO665JSxj6UM.png 3000w\"},className:\"framer-1ymyszx hidden-18jo476\",style:{transformPerspective:1200}})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1popa3k\",\"data-framer-name\":\"Content\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(motion.button,{className:\"framer-1vaiuf6\",\"data-border\":true,\"data-framer-name\":\"Button\",\"data-reset\":\"button\",whileHover:animation8,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7TGVhZ3VlIFNwYXJ0YW4tcmVndWxhcg==\",\"--framer-font-family\":'\"League Spartan\", \"League Spartan Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(18, 165, 148))\"},children:\"Track any process\"})}),className:\"framer-ysq3ir\",fonts:[\"GF;League Spartan-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cns3rx\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-19f39fg\",\"data-styles-preset\":\"PHGVnjEZZ\",children:\"Easily customizable to fit your specific needs, allowing you to standardize procedures and drive towards operational excellence.\"})}),className:\"framer-tilf44\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]})})]})]})}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18j72u9 hidden-19cpjah hidden-1qjlwv3 hidden-1bw1p3t\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1rk39y0\",\"data-framer-name\":\"Content\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(motion.button,{className:\"framer-15mw9hw\",\"data-border\":true,\"data-framer-name\":\"Button\",\"data-reset\":\"button\",whileHover:animation8,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7TGVhZ3VlIFNwYXJ0YW4tcmVndWxhcg==\",\"--framer-font-family\":'\"League Spartan\", \"League Spartan Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(81, 161, 133)\"},children:[\"Unite and \",/*#__PURE__*/_jsx(\"br\",{}),\"conquer\"]})}),className:\"framer-y7oe9m\",fonts:[\"GF;League Spartan-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14ewa9c\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-19f39fg\",\"data-styles-preset\":\"PHGVnjEZZ\",children:\"Collaboration is key, so invite everyone on the project without having to worry about additional costs. \"})}),className:\"framer-elbmnx\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:3620,intrinsicWidth:5430,pixelHeight:3620,pixelWidth:5430,src:\"https://framerusercontent.com/images/D8Bs3xVBMDUa0yaR76wG8bXzg.jpg?scale-down-to=2048\"},className:\"framer-1t4mif8\",style:{transformPerspective:1200}})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:720,pixelWidth:1680,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/aJLa6JKw2G4tcPEHtshwugSdfY.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/aJLa6JKw2G4tcPEHtshwugSdfY.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/aJLa6JKw2G4tcPEHtshwugSdfY.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/aJLa6JKw2G4tcPEHtshwugSdfY.png?lossless=1 1680w\"},className:\"framer-13z7i3o\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L6NlS_2Ta:{background:{alt:\"\",fit:\"fill\",pixelHeight:3939,pixelWidth:3334,sizes:\"537px\",src:\"https://framerusercontent.com/images/C1iuMgbmrpNWWr12499WxvjnL0.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/C1iuMgbmrpNWWr12499WxvjnL0.png?scale-down-to=1024&lossless=1 866w,https://framerusercontent.com/images/C1iuMgbmrpNWWr12499WxvjnL0.png?scale-down-to=2048&lossless=1 1733w,https://framerusercontent.com/images/C1iuMgbmrpNWWr12499WxvjnL0.png?lossless=1 3334w\"}},M6Vz7Dl4h:{background:{alt:\"\",fit:\"fill\",pixelHeight:3939,pixelWidth:3334,sizes:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,src:\"https://framerusercontent.com/images/C1iuMgbmrpNWWr12499WxvjnL0.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/C1iuMgbmrpNWWr12499WxvjnL0.png?scale-down-to=1024&lossless=1 866w,https://framerusercontent.com/images/C1iuMgbmrpNWWr12499WxvjnL0.png?scale-down-to=2048&lossless=1 1733w,https://framerusercontent.com/images/C1iuMgbmrpNWWr12499WxvjnL0.png?lossless=1 3334w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:3939,pixelWidth:3334,sizes:\"525px\",src:\"https://framerusercontent.com/images/C1iuMgbmrpNWWr12499WxvjnL0.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/C1iuMgbmrpNWWr12499WxvjnL0.png?scale-down-to=1024&lossless=1 866w,https://framerusercontent.com/images/C1iuMgbmrpNWWr12499WxvjnL0.png?scale-down-to=2048&lossless=1 1733w,https://framerusercontent.com/images/C1iuMgbmrpNWWr12499WxvjnL0.png?lossless=1 3334w\"},className:\"framer-1ix850d\"})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17aihy0\",\"data-framer-name\":\"Content\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{y9WAcKxoh:{href:{webPageId:\"xfPAoyj1g\"},openInNewTab:false}},children:/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"EA_GYw8WG\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1lr0g85 framer-2tanmp\",\"data-border\":true,\"data-framer-name\":\"Button\",\"data-reset\":\"button\",whileHover:animation8,children:[isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{M6Vz7Dl4h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7TGVhZ3VlIFNwYXJ0YW4tcmVndWxhcg==\",\"--framer-font-family\":'\"League Spartan\", \"League Spartan Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(18, 165, 148))\"},children:[\"Work seamlessly in the toughest \",/*#__PURE__*/_jsx(\"br\",{}),\"conditions\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7TGVhZ3VlIFNwYXJ0YW4tcmVndWxhcg==\",\"--framer-font-family\":'\"League Spartan\", \"League Spartan Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(18, 165, 148))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"60px\"},children:\"Work seamlessly \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"60px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"60px\"},children:\"in the toughest \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"60px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"60px\"},children:\"conditions\"})]})}),className:\"framer-1kpzrld hidden-18jo476\",fonts:[\"GF;League Spartan-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16zhmqz\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{M6Vz7Dl4h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-19f39fg\",\"data-styles-preset\":\"PHGVnjEZZ\",children:\"Track and fix more issues with less headache. Visualize your project cadence in real-time. All available offline.\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7TGVhZ3VlIFNwYXJ0YW4tcmVndWxhcg==\",\"--framer-font-family\":'\"League Spartan\", \"League Spartan Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(221, 221, 221)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:\"Track and fix more issues with less headache. Visualize your project cadence in real-time. All available offline.\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:/*#__PURE__*/_jsx(\"br\",{})})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"0.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-18kvg9x\",fonts:[\"GF;League Spartan-regular\",\"GF;Inter-700\"],verticalAlignment:\"center\",withExternalLayout:true})})}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7TGVhZ3VlIFNwYXJ0YW4tcmVndWxhcg==\",\"--framer-font-family\":'\"League Spartan\", \"League Spartan Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(18, 165, 148))\"},children:[\"Work seamlessly \",/*#__PURE__*/_jsx(\"br\",{}),\"in the toughest \",/*#__PURE__*/_jsx(\"br\",{}),\"conditions\"]})}),className:\"framer-17ib1rz hidden-19cpjah hidden-1qjlwv3 hidden-1bw1p3t\",fonts:[\"GF;League Spartan-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})})]})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:720,pixelWidth:1680,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/PxIeSEMZlxC0u3ybIDCc3yOGCI.png\",srcSet:\"https://framerusercontent.com/images/PxIeSEMZlxC0u3ybIDCc3yOGCI.png?scale-down-to=512 512w,https://framerusercontent.com/images/PxIeSEMZlxC0u3ybIDCc3yOGCI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PxIeSEMZlxC0u3ybIDCc3yOGCI.png 1680w\"},className:\"framer-o8m4h0\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-122yvlo\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-48le7t-container hidden-19cpjah hidden-18jo476 hidden-1qjlwv3\",children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-c8b76e0b-c28b-44a0-81dd-b2a5dfdcd734, rgb(255, 255, 255))\",fontFamily:\"League Spartan\",fontSize:42,fontWeight:400,height:\"100%\",id:\"zpekS2kE3\",layoutId:\"zpekS2kE3\",letterSpacing:-2.1,lineHeight:1.2,style:{maxWidth:\"100%\"},text:\"difference\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ll3y3c-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{M6Vz7Dl4h:{fontSize:42,style:{maxWidth:\"100%\"},text:\"Experience the\"}},children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-c8b76e0b-c28b-44a0-81dd-b2a5dfdcd734, rgb(255, 255, 255))\",fontFamily:\"League Spartan\",fontSize:60,fontWeight:400,height:\"100%\",id:\"tcAvrdHjB\",layoutId:\"tcAvrdHjB\",letterSpacing:-2.1,lineHeight:1.2,text:\"Experience the difference\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qyb5hj-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{M6Vz7Dl4h:{variant:\"BIYVfo191\"}},children:/*#__PURE__*/_jsx(ButtonCopy,{gXO85ZNEm:true,height:\"100%\",id:\"G1VYuoalE\",layoutId:\"G1VYuoalE\",lXG2Olqoi:\"Request Access\",o3xXUF1RV:false,variant:\"w1OOgrims\",width:\"100%\",ZWPn9ZMPU:\"https://tally.so/r/3ylo28\"})})})})]}),isDisplayed8()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wlgn2p hidden-18jo476 hidden-1bw1p3t\",\"data-framer-name\":\"Testimonials 2\",children:[/*#__PURE__*/_jsx(\"header\",{className:\"framer-1fk1pp2\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-5g2imc-container\",children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-7f07a76a-95a7-4533-a451-8a96d2206043, rgb(221, 221, 221))\",fontFamily:\"League Spartan\",fontSize:60,fontWeight:400,height:\"100%\",id:\"fNgBIZAPQ\",layoutId:\"fNgBIZAPQ\",letterSpacing:-2.1,lineHeight:1.2,text:\"How it works\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kttt1c\",\"data-framer-name\":\"Timeline wrapper\",id:elementId12,ref:ref14,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kzvb33\",\"data-framer-name\":\"Timeline row\",id:elementId13,ref:ref15,children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-dntcel\",\"data-framer-name\":\"Blank\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-n29o0l-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{y9WAcKxoh:{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,topLeftRadius:0,topRightRadius:0}},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:20,bottomLeftRadius:20,bottomRightRadius:20,controls:false,height:\"100%\",id:\"lPpeZirkX\",isMixedBorderRadius:false,layoutId:\"lPpeZirkX\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/P1l2hoERb6QjaAiQ6oMKTMhBA.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:20,topRightRadius:20,volume:25,width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fttih5\",\"data-framer-name\":\"Progressbar wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(255, 255, 255))\"},children:\"01\"})}),className:\"framer-bp49vj\",fonts:[\"GF;Inter-700\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lp255g\",\"data-framer-name\":\"Progress bar\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:true,__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:0,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-8ewb8e\",\"data-framer-name\":\"Fill\",style:{transformPerspective:1200}})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1hpn80c\",\"data-framer-name\":\"Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ybwbfg\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(90, 113, 221))\"},children:\"Simplicity at the start\"})}),className:\"framer-43bxz0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Speedy setup\"})}),className:\"framer-bkrlcm\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(166, 166, 166)\"},children:\"In just a few clicks, you can set up your project, invite your team, and customize the interface according to your team's preferences. \"})}),className:\"framer-kt2d1n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ctf6g7\",\"data-framer-name\":\"Timeline row\",id:elementId14,ref:ref16,children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-fnuto8\",\"data-framer-name\":\"Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tc29lr\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(90, 113, 221))\"},children:\"Layers of information\"})}),className:\"framer-w51suq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bring design into the field\"})}),className:\"framer-r37u6o\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(166, 166, 166)\"},children:[\"Export shapefiles from \",/*#__PURE__*/_jsx(\"strong\",{children:\"AutoCAD\"}),\" and import them as overlays. Access critical information where you need it most.\"]})}),className:\"framer-19jw5bj\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5qmapx\",\"data-framer-name\":\"Progressbar wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(255, 255, 255))\"},children:\"02\"})}),className:\"framer-1wxsa0g\",fonts:[\"GF;Inter-700\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ety9ri\",\"data-framer-name\":\"Progress bar\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:true,__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:0,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-7wgx6z\",\"data-framer-name\":\"Fill\",style:{transformPerspective:1200}})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1gwymdk\",\"data-framer-name\":\"Blank\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gxskno-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{y9WAcKxoh:{objectFit:\"contain\"}},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"vTvFETwPX\",isMixedBorderRadius:false,layoutId:\"vTvFETwPX\",loop:true,muted:true,objectFit:\"fill\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/EdZSiUDiJEzWMRNxkiO5PE0Wg.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1quuqxg\",\"data-framer-name\":\"Timeline row\",id:elementId15,ref:ref17,children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1d0jkud\",\"data-framer-name\":\"Blank\",style:{transformPerspective:1200},children:[isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-l5k9kf-container hidden-1qjlwv3\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"Of8c5iRvx\",isMixedBorderRadius:false,layoutId:\"Of8c5iRvx\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/VP0ANYi2h93QDwj2CJHBAU2aRpE.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xro5sa-container hidden-19cpjah\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"lQLvaBVtX\",isMixedBorderRadius:false,layoutId:\"lQLvaBVtX\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/VP0ANYi2h93QDwj2CJHBAU2aRpE.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vw5ip4\",\"data-framer-name\":\"Progressbar wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(255, 255, 255))\"},children:\"03\"})}),className:\"framer-c9pykl\",fonts:[\"GF;Inter-700\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hpu3x7\",\"data-framer-name\":\"Progress bar\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:true,__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:0,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-5cfvnz\",\"data-framer-name\":\"Fill\",style:{transformPerspective:1200}})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19iie67\",\"data-framer-name\":\"Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ft5ac0\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(90, 113, 221))\"},children:\"Complete asset awareness\"})}),className:\"framer-46x9dl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Seamless and customizable asset tracking\"})}),className:\"framer-i5efn3\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(166, 166, 166)\"},children:\"Geospatially place your project assets by importing a .csv with their geospatial positions. Customize your assets to track what matters most, like construction stages or remediation efforts.\"})}),className:\"framer-72756s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qx0btf\",\"data-framer-name\":\"Timeline row\",id:elementId16,ref:ref18,children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-mvhf6v\",\"data-framer-name\":\"Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1aghg71\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(90, 113, 221))\"},children:\"Stay in sync\"})}),className:\"framer-hf98hk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Individual workspaces for every team\"})}),className:\"framer-by9ly1\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(166, 166, 166)\"},children:\"Stay organized with issue categories and workspaces, helping you stay focused on the problems only you can solve.\"})}),className:\"framer-u6rgrb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-84s3re\",\"data-framer-name\":\"Progressbar wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(255, 255, 255))\"},children:\"04\"})}),className:\"framer-14204n5\",fonts:[\"GF;Inter-700\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16ixziv\",\"data-framer-name\":\"Progress bar\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:true,__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:0,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-4kb3yy\",\"data-framer-name\":\"Fill\",style:{transformPerspective:1200}})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13907l5\",\"data-framer-name\":\"Blank\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-a3napw-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"EJ5imydqh\",isMixedBorderRadius:false,layoutId:\"EJ5imydqh\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/Bgck5g7SUrmMliUAsto7wI2FQQE.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14tnq8m\",\"data-framer-name\":\"Timeline row\",id:elementId17,ref:ref19,children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-acg07b\",\"data-framer-name\":\"Blank\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1520dyf-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"KohSnJsmF\",isMixedBorderRadius:false,layoutId:\"KohSnJsmF\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/2O6alzClHbMPhwhPhcMgXhgou8.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-u0rbyx\",\"data-framer-name\":\"Progressbar wrapper\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(255, 255, 255))\"},children:\"05\"})}),className:\"framer-1l2h5y6\",fonts:[\"GF;Inter-700\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ng0uku\",\"data-framer-name\":\"Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-133ljsh\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(90, 113, 221))\"},children:\"The perfect process\"})}),className:\"framer-1qohas8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Map procedures with conditional forms\"})}),className:\"framer-agyks0\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(166, 166, 166)\"},children:\"Ensure that your team is following a standardized process and capturing all necessary data. Forms can be attached to assets or issues and audited from a central location.\"})}),className:\"framer-tr7jzw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bvpccq\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-95osz6-container\",children:/*#__PURE__*/_jsx(MagText,{color:\"rgb(255, 255, 255)\",fontFamily:\"League Spartan\",fontSize:60,fontWeight:400,height:\"100%\",id:\"rXS1BhA3F\",layoutId:\"rXS1BhA3F\",letterSpacing:-2.1,lineHeight:1.2,text:\"Don't take our word for it.\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17yohhm-container\",children:/*#__PURE__*/_jsx(ButtonCopy,{gXO85ZNEm:true,height:\"100%\",id:\"vibN24GJR\",layoutId:\"vibN24GJR\",lXG2Olqoi:\"Request Access\",o3xXUF1RV:false,variant:\"DMxRXOTR3\",width:\"100%\",ZWPn9ZMPU:\"https://tally.so/r/3ylo28\"})})})]})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kp4i9p hidden-19cpjah hidden-18jo476 hidden-1qjlwv3\",\"data-framer-name\":\"Timeline wrapper\",id:elementId18,ref:ref20,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1d00yka\",\"data-framer-name\":\"Timeline row\",id:elementId19,ref:ref21,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11t9l9w\",\"data-framer-name\":\"Progressbar wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(255, 255, 255))\"},children:\"01\"})}),className:\"framer-1q34x7p\",fonts:[\"GF;Inter-700\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bz1vtg\",\"data-framer-name\":\"Progress bar\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:true,__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation2,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:0,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1s47wqj\",\"data-framer-name\":\"Fill\",style:{transformPerspective:1200}})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1axmn2a\",\"data-framer-name\":\"Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dj5lrw\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(18, 165, 148))\"},children:\"Simplicity at the Start\"})}),className:\"framer-t2mfie\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Speedy setup\"})}),className:\"framer-1hoe1m\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(166, 166, 166)\"},children:\"In just a few clicks, you can set up your project, invite your team, and customize the interface according to your team's preferences. \"})}),className:\"framer-18suapc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ik4i0r-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"Cyy3hO7go\",isMixedBorderRadius:false,layoutId:\"Cyy3hO7go\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/P1l2hoERb6QjaAiQ6oMKTMhBA.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rsva38\",\"data-framer-name\":\"Timeline row\",id:elementId20,ref:ref22,children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1oegco4\",\"data-framer-name\":\"Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tceehp\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(90, 113, 221))\"},children:\"Layers of information\"})}),className:\"framer-141zjhn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bring design into the field\"})}),className:\"framer-gpowe5\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(166, 166, 166)\"},children:[\"Export shapefiles from \",/*#__PURE__*/_jsx(\"strong\",{children:\"AutoCAD\"}),\" and import them as overlays. Access critical information where you need it most.\"]})}),className:\"framer-1s1oe85\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-167f2p6-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"OITNHZmDX\",isMixedBorderRadius:false,layoutId:\"OITNHZmDX\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/EdZSiUDiJEzWMRNxkiO5PE0Wg.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pa7pru\",\"data-framer-name\":\"Progressbar wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(255, 255, 255))\"},children:\"02\"})}),className:\"framer-1bgzoc0\",fonts:[\"GF;Inter-700\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-118yy2a\",\"data-framer-name\":\"Progress bar\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:true,__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation3,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:0,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-3c4g8s\",\"data-framer-name\":\"Fill\",style:{transformPerspective:1200}})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pjuj7x\",\"data-framer-name\":\"Timeline row\",id:elementId21,ref:ref23,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t1e7jx\",\"data-framer-name\":\"Progressbar wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(255, 255, 255))\"},children:\"03\"})}),className:\"framer-aebgj5\",fonts:[\"GF;Inter-700\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14siv0m\",\"data-framer-name\":\"Progress bar\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:true,__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation12,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:0,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1jec1zs\",\"data-framer-name\":\"Fill\",style:{transformPerspective:1200}})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-e8s6rd\",\"data-framer-name\":\"Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ynssxj\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(90, 113, 221))\"},children:\"Complete asset awareness\"})}),className:\"framer-pzghox\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Seamless and customizable asset tracking\"})}),className:\"framer-ygo1ca\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{style:{\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(166, 166, 166)\"},children:\"Geospatially place your project assets by importing a .csv with their geospatial positions. Customize your assets to track what matters most, like construction stages or remediation efforts.\"})}),className:\"framer-zk6b4m\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bqicmr-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"E4MT357RJ\",isMixedBorderRadius:false,layoutId:\"E4MT357RJ\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/VP0ANYi2h93QDwj2CJHBAU2aRpE.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m5khem\",\"data-framer-name\":\"Timeline row\",id:elementId22,ref:ref24,children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12bktek\",\"data-framer-name\":\"Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n92mcm\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(90, 113, 221))\"},children:\"Stay in sync\"})}),className:\"framer-1wem5h5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Individual workspaces for every team\"})}),className:\"framer-11gqmkb\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(166, 166, 166)\"},children:\"Stay organized with issue categories and workspaces, helping you stay focused on the problems only you can solve.\"})}),className:\"framer-15ef9mx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b151l5-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"DqevjdbBa\",isMixedBorderRadius:false,layoutId:\"DqevjdbBa\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/Bgck5g7SUrmMliUAsto7wI2FQQE.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mlhkst\",\"data-framer-name\":\"Progressbar wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(255, 255, 255))\"},children:\"04\"})}),className:\"framer-z3qgx\",fonts:[\"GF;Inter-700\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tl195e\",\"data-framer-name\":\"Progress bar\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:true,__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation12,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:0,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1gsshwc\",\"data-framer-name\":\"Fill\",style:{transformPerspective:1200}})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v0q2v2\",\"data-framer-name\":\"Timeline row\",id:elementId23,ref:ref25,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-192liep\",\"data-framer-name\":\"Progressbar wrapper\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-color\":\"var(--token-792eb096-07da-4101-9cfe-3fe76f647c29, rgb(255, 255, 255))\"},children:\"05\"})}),className:\"framer-cja72w\",fonts:[\"GF;Inter-700\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-i4e733\",\"data-framer-name\":\"Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9ibjaj\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-2b303cfa-6b47-489b-93ed-384d18620b5b, rgb(90, 113, 221))\"},children:\"The perfect process\"})}),className:\"framer-1of5h2d\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Map procedures with conditional forms\"})}),className:\"framer-6jlgsd\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(166, 166, 166)\"},children:\"Ensure that your team is following a standardized process and capturing all necessary data. Forms can be attached to assets or issues and audited from a central location.\"})}),className:\"framer-1x6i5rh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-w725e7-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"FYxw6XwIv\",isMixedBorderRadius:false,layoutId:\"FYxw6XwIv\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/2O6alzClHbMPhwhPhcMgXhgou8.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-1eo3kca\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-170yvf8-container\",children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-7f07a76a-95a7-4533-a451-8a96d2206043, rgb(221, 221, 221))\",fontFamily:\"League Spartan\",fontSize:42,fontWeight:400,height:\"100%\",id:\"JRvTaK7Aw\",layoutId:\"JRvTaK7Aw\",letterSpacing:-2.1,lineHeight:1.2,text:\"How it works\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lgiuzc\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2u2nby-container\",children:/*#__PURE__*/_jsx(MagText,{color:\"rgb(255, 255, 255)\",fontFamily:\"League Spartan\",fontSize:42,fontWeight:400,height:\"100%\",id:\"Pa30HuYd2\",layoutId:\"Pa30HuYd2\",letterSpacing:-2.1,lineHeight:1.2,text:\"Don't take our word for it.\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-31afxk-container\",children:/*#__PURE__*/_jsx(ButtonCopy,{gXO85ZNEm:true,height:\"100%\",id:\"jw5MT5l7j\",layoutId:\"jw5MT5l7j\",lXG2Olqoi:\"Request Access\",o3xXUF1RV:false,variant:\"Y6ieOYqVD\",width:\"100%\",ZWPn9ZMPU:\"https://tally.so/r/3ylo28\"})})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1hkc3ua hidden-19cpjah hidden-1qjlwv3 hidden-1bw1p3t\",\"data-framer-name\":\"Header\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation13,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2.6px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"How it works\"})}),className:\"framer-1vrponr hidden-18jo476\",\"data-framer-appear-id\":\"1vrponr\",fonts:[\"GF;Inter-700\"],initial:animation14,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hdgpw0\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L6NlS_2Ta:{y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-homgp7-container\",children:/*#__PURE__*/_jsx(Navbar,{height:\"100%\",id:\"V3wNBG3WP\",layoutId:\"V3wNBG3WP\",style:{width:\"100%\"},variant:\"XBygIcFny\",wbfmt2PNH:\"Log In\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:353,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vsrw5e-container\",children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"gflxqdGiM\",layoutId:\"gflxqdGiM\",style:{width:\"100%\"},variant:\"KP5IzseHv\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6IMwe.framer-2tanmp, .framer-6IMwe .framer-2tanmp { display: block; }\",\".framer-6IMwe.framer-19cpjah { align-content: center; align-items: center; background-color: var(--token-fd129d22-a226-49c0-9fc6-4b5ec80a7754, #11131e); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 7780px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-6IMwe .framer-n5j1zi { -webkit-backdrop-filter: blur(5px); align-content: center; align-items: center; backdrop-filter: blur(5px); background-color: var(--token-fd129d22-a226-49c0-9fc6-4b5ec80a7754, #141414); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 360px; height: 76px; justify-content: flex-end; left: 0px; overflow: visible; padding: 0px; position: fixed; right: 0px; top: 0px; z-index: 2; }\",\".framer-6IMwe .framer-fgg1nu-container { bottom: -2px; flex: none; left: 69px; position: absolute; right: 68px; top: 0px; z-index: 4; }\",\".framer-6IMwe .framer-jytmqg-container { flex: none; height: 80px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-6IMwe .framer-d5uqwm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 391px; justify-content: center; overflow: visible; padding: 101px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-6IMwe .framer-1at0e99 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: 187px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1157px; }\",\".framer-6IMwe .framer-10trbnf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 96px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 908px; }\",\".framer-6IMwe .framer-16eh5es { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6IMwe .framer-1jc3esm { flex: none; height: auto; max-width: 900px; overflow: visible; position: relative; white-space: pre-wrap; width: 822px; word-break: break-word; word-wrap: break-word; }\",\".framer-6IMwe .framer-1darho-container { bottom: 1px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); width: auto; z-index: 1; }\",\".framer-6IMwe .framer-1sd5gxn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 105px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-6IMwe .framer-luiro3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: 226px; justify-content: center; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: 1236px; }\",\".framer-6IMwe .framer-xgtilt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 97px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1127px; }\",\".framer-6IMwe .framer-1e97gwh { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 901px; word-break: break-word; word-wrap: break-word; }\",\".framer-6IMwe .framer-pki566 { flex: none; height: auto; max-width: 900px; overflow: visible; position: relative; white-space: pre-wrap; width: 900px; word-break: break-word; word-wrap: break-word; }\",\".framer-6IMwe .framer-2bbmpx-container { bottom: -92px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); width: auto; z-index: 1; }\",\".framer-6IMwe .framer-1qym334-container { flex: none; height: 54px; position: relative; width: auto; z-index: 1; }\",\".framer-6IMwe .framer-5no7hb-container, .framer-6IMwe .framer-1mu3rzx-container, .framer-6IMwe .framer-1flxjwg-container, .framer-6IMwe .framer-3twfnj-container, .framer-6IMwe .framer-1lofx1-container, .framer-6IMwe .framer-1kn0c3a-container, .framer-6IMwe .framer-13bajwo-container, .framer-6IMwe .framer-1kbsv9i-container, .framer-6IMwe .framer-1a3ikcc-container, .framer-6IMwe .framer-1ll3y3c-container, .framer-6IMwe .framer-1qyb5hj-container, .framer-6IMwe .framer-5g2imc-container, .framer-6IMwe .framer-95osz6-container, .framer-6IMwe .framer-17yohhm-container, .framer-6IMwe .framer-170yvf8-container, .framer-6IMwe .framer-31afxk-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-6IMwe .framer-4l0umo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 736px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6IMwe .framer-hm98e1-container { flex: none; height: 665px; position: relative; width: 1183px; }\",\".framer-6IMwe .framer-1pxupql { align-content: center; align-items: center; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1%; justify-content: center; overflow: hidden; padding: 40px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-6IMwe .framer-19puszl { align-content: center; align-items: center; background-color: var(--token-fd129d22-a226-49c0-9fc6-4b5ec80a7754, #11131e); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-6IMwe .framer-137wvxk, .framer-6IMwe .framer-1hqvtd2, .framer-6IMwe .framer-18hjtsh, .framer-6IMwe .framer-1kpzrld, .framer-6IMwe .framer-17ib1rz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-6IMwe .framer-6k2jjg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1000px; }\",\".framer-6IMwe .framer-uep1wv { flex: none; height: auto; max-width: 500px; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6IMwe .framer-azrl5c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-6IMwe .framer-1dh9dgd { aspect-ratio: 1 / 1; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; flex: none; height: var(--framer-aspect-ratio-supported, 50px); overflow: hidden; position: relative; width: 50px; will-change: var(--framer-will-change-override, transform); }\",\".framer-6IMwe .framer-adnl3j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-6IMwe .framer-2z0fdo-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 200px); position: relative; width: 100%; }\",\".framer-6IMwe .framer-1d1183l { 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: 1280px; overflow: hidden; padding: 96px 20px 96px 20px; position: relative; width: 100%; }\",\".framer-6IMwe .framer-1qtgld9, .framer-6IMwe .framer-1cmwepp, .framer-6IMwe .framer-1ye0gnv, .framer-6IMwe .framer-l5wc3l, .framer-6IMwe .framer-2cs8vb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-6IMwe .framer-1auvred, .framer-6IMwe .framer-kesclk, .framer-6IMwe .framer-15hz8aa, .framer-6IMwe .framer-11dp0lf, .framer-6IMwe .framer-10kbgjq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 610px; min-height: 385px; overflow: hidden; padding: 0px 0px 128px 0px; position: relative; width: 1px; }\",\".framer-6IMwe .framer-t9qdyh, .framer-6IMwe .framer-1145b1a, .framer-6IMwe .framer-1tijihs, .framer-6IMwe .framer-145a55g, .framer-6IMwe .framer-1fttih5, .framer-6IMwe .framer-1vw5ip4 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100px; }\",\".framer-6IMwe .framer-gjwkqp, .framer-6IMwe .framer-138ibc1, .framer-6IMwe .framer-1zgc9v, .framer-6IMwe .framer-79ga9f, .framer-6IMwe .framer-9olfq6, .framer-6IMwe .framer-khj7ut, .framer-6IMwe .framer-1la9eak, .framer-6IMwe .framer-4avyvs, .framer-6IMwe .framer-1qc0r4u, .framer-6IMwe .framer-y3acxf, .framer-6IMwe .framer-bp49vj, .framer-6IMwe .framer-1wxsa0g, .framer-6IMwe .framer-c9pykl, .framer-6IMwe .framer-14204n5, .framer-6IMwe .framer-1l2h5y6, .framer-6IMwe .framer-1q34x7p, .framer-6IMwe .framer-1bgzoc0, .framer-6IMwe .framer-aebgj5, .framer-6IMwe .framer-z3qgx, .framer-6IMwe .framer-cja72w { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-6IMwe .framer-1riwl39, .framer-6IMwe .framer-wenynw, .framer-6IMwe .framer-24dqps, .framer-6IMwe .framer-lp255g, .framer-6IMwe .framer-1bz1vtg, .framer-6IMwe .framer-118yy2a { background-color: rgba(255, 255, 255, 0.05); flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 3px; z-index: 0; }\",\".framer-6IMwe .framer-9yzt8t, .framer-6IMwe .framer-dpqr59 { background-color: var(--token-f01e76f6-df0f-4e1b-92ac-c75549d0e0a0, #8b5cf6); flex: none; height: 50vh; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-6IMwe .framer-1kwa6nw, .framer-6IMwe .framer-vge0e1, .framer-6IMwe .framer-ddvcar, .framer-6IMwe .framer-1qd8ri1, .framer-6IMwe .framer-pms4ub { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 610px; overflow: hidden; padding: 0px 0px 128px 0px; position: relative; width: 1px; }\",\".framer-6IMwe .framer-ueada5, .framer-6IMwe .framer-9jmis3, .framer-6IMwe .framer-ldt162, .framer-6IMwe .framer-11l6dz1, .framer-6IMwe .framer-vpi568, .framer-6IMwe .framer-1k9mz7h, .framer-6IMwe .framer-1fd1oo6, .framer-6IMwe .framer-1m6pqr0, .framer-6IMwe .framer-1qlgkk4, .framer-6IMwe .framer-1jmzntx, .framer-6IMwe .framer-1ybwbfg, .framer-6IMwe .framer-1tc29lr, .framer-6IMwe .framer-1ft5ac0, .framer-6IMwe .framer-1aghg71, .framer-6IMwe .framer-133ljsh, .framer-6IMwe .framer-1dj5lrw, .framer-6IMwe .framer-tceehp, .framer-6IMwe .framer-ynssxj, .framer-6IMwe .framer-1n92mcm, .framer-6IMwe .framer-9ibjaj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6IMwe .framer-etx6ra, .framer-6IMwe .framer-gnq8fk, .framer-6IMwe .framer-1ndzem6, .framer-6IMwe .framer-12m8fad, .framer-6IMwe .framer-1f6hmko, .framer-6IMwe .framer-1lzlrf2, .framer-6IMwe .framer-1j8uh7u, .framer-6IMwe .framer-1fj3w68, .framer-6IMwe .framer-5nxitn, .framer-6IMwe .framer-az340y, .framer-6IMwe .framer-1o3pruq, .framer-6IMwe .framer-1b6tv8h, .framer-6IMwe .framer-d4m0qn, .framer-6IMwe .framer-1kt67x5, .framer-6IMwe .framer-1fng0dj, .framer-6IMwe .framer-1g4w2wa, .framer-6IMwe .framer-16sey5r, .framer-6IMwe .framer-za9u1r, .framer-6IMwe .framer-7g9ga, .framer-6IMwe .framer-1pi880z, .framer-6IMwe .framer-1yvqr8o, .framer-6IMwe .framer-1io0s2t, .framer-6IMwe .framer-1b3m64m, .framer-6IMwe .framer-mygpzz, .framer-6IMwe .framer-qufe6, .framer-6IMwe .framer-123d5xl, .framer-6IMwe .framer-1jmgsq3, .framer-6IMwe .framer-pua6jj, .framer-6IMwe .framer-jbmvi6, .framer-6IMwe .framer-1678z2a, .framer-6IMwe .framer-43bxz0, .framer-6IMwe .framer-bkrlcm, .framer-6IMwe .framer-kt2d1n, .framer-6IMwe .framer-w51suq, .framer-6IMwe .framer-r37u6o, .framer-6IMwe .framer-19jw5bj, .framer-6IMwe .framer-46x9dl, .framer-6IMwe .framer-i5efn3, .framer-6IMwe .framer-72756s, .framer-6IMwe .framer-hf98hk, .framer-6IMwe .framer-by9ly1, .framer-6IMwe .framer-u6rgrb, .framer-6IMwe .framer-1qohas8, .framer-6IMwe .framer-agyks0, .framer-6IMwe .framer-tr7jzw, .framer-6IMwe .framer-t2mfie, .framer-6IMwe .framer-1hoe1m, .framer-6IMwe .framer-18suapc, .framer-6IMwe .framer-141zjhn, .framer-6IMwe .framer-gpowe5, .framer-6IMwe .framer-1s1oe85, .framer-6IMwe .framer-pzghox, .framer-6IMwe .framer-ygo1ca, .framer-6IMwe .framer-zk6b4m, .framer-6IMwe .framer-1wem5h5, .framer-6IMwe .framer-11gqmkb, .framer-6IMwe .framer-15ef9mx, .framer-6IMwe .framer-1of5h2d, .framer-6IMwe .framer-6jlgsd, .framer-6IMwe .framer-1x6i5rh { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6IMwe .framer-rg71d3, .framer-6IMwe .framer-1e3k716, .framer-6IMwe .framer-78f7th, .framer-6IMwe .framer-13jt3ku, .framer-6IMwe .framer-wq207d, .framer-6IMwe .framer-ety9ri, .framer-6IMwe .framer-1hpu3x7, .framer-6IMwe .framer-16ixziv, .framer-6IMwe .framer-14siv0m, .framer-6IMwe .framer-1tl195e { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.05); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 3px; z-index: 0; }\",\".framer-6IMwe .framer-8h8qmo, .framer-6IMwe .framer-1sdrsj { background-color: var(--token-f01e76f6-df0f-4e1b-92ac-c75549d0e0a0, #8b5cf6); flex: none; height: 50vh; overflow: hidden; position: relative; width: 100%; }\",\".framer-6IMwe .framer-rj8oei, .framer-6IMwe .framer-14nuo4i, .framer-6IMwe .framer-u0rbyx { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100px; }\",\".framer-6IMwe .framer-ne3hf2 { align-content: center; align-items: center; background-color: var(--token-fd129d22-a226-49c0-9fc6-4b5ec80a7754, #11131e); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 360px; height: 165px; justify-content: center; overflow: visible; padding: 40px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-6IMwe .framer-c4yfvz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 23px 20px 60px 20px; position: relative; width: 100%; }\",\".framer-6IMwe .framer-1mis8nw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: 524px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-6IMwe .framer-h65rnr, .framer-6IMwe .framer-171ptt4, .framer-6IMwe .framer-1m7ah1w, .framer-6IMwe .framer-732k0u, .framer-6IMwe .framer-98qetn, .framer-6IMwe .framer-dntcel, .framer-6IMwe .framer-1d0jkud, .framer-6IMwe .framer-13907l5, .framer-6IMwe .framer-acg07b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 610px; overflow: hidden; padding: 0px 0px 128px 0px; position: relative; width: min-content; }\",\".framer-6IMwe .framer-1oga6l5-container { flex: none; height: 303px; position: relative; width: 468px; }\",\".framer-6IMwe .framer-rvfzr, .framer-6IMwe .framer-1f96pyn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100px; }\",\".framer-6IMwe .framer-1klv6qw { flex: none; height: 50vh; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-6IMwe .framer-76e9uz, .framer-6IMwe .framer-1hpn80c { 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: center; max-width: 1000px; overflow: hidden; padding: 0px 0px 128px 0px; position: relative; width: 468px; }\",\".framer-6IMwe .framer-1v37ffv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: 606px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-6IMwe .framer-15n3xu9, .framer-6IMwe .framer-lqwzp8, .framer-6IMwe .framer-nwd385, .framer-6IMwe .framer-13uwghc, .framer-6IMwe .framer-19iie67, .framer-6IMwe .framer-mvhf6v, .framer-6IMwe .framer-ng0uku { 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: center; max-width: 610px; overflow: hidden; padding: 0px 0px 128px 0px; position: relative; width: 468px; }\",\".framer-6IMwe .framer-uz0al { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 649px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100px; }\",\".framer-6IMwe .framer-p2amc7, .framer-6IMwe .framer-vk3lup, .framer-6IMwe .framer-1owfi12, .framer-6IMwe .framer-7wgx6z, .framer-6IMwe .framer-5cfvnz, .framer-6IMwe .framer-4kb3yy { flex: none; height: 50vh; overflow: hidden; position: relative; width: 100%; }\",\".framer-6IMwe .framer-1tra1rl-container { flex: none; height: 283px; position: relative; width: 468px; }\",\".framer-6IMwe .framer-tjf2jf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: 566px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-6IMwe .framer-pw8dwn-container { flex: none; height: 295px; position: relative; width: 468px; }\",\".framer-6IMwe .framer-cc7kcl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: 519px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-6IMwe .framer-qk4kub { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 650px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100px; }\",\".framer-6IMwe .framer-xoj6mc-container, .framer-6IMwe .framer-a3napw-container { flex: none; height: 293px; position: relative; width: 468px; }\",\".framer-6IMwe .framer-1my4pzs, .framer-6IMwe .framer-kzvb33, .framer-6IMwe .framer-1quuqxg, .framer-6IMwe .framer-qx0btf, .framer-6IMwe .framer-14tnq8m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-6IMwe .framer-fabv4l-container, .framer-6IMwe .framer-l5k9kf-container, .framer-6IMwe .framer-1520dyf-container { flex: none; height: 294px; position: relative; width: 468px; }\",\".framer-6IMwe .framer-1sf0xh5 { align-content: center; align-items: center; background-color: #0d0b19; 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-6IMwe .framer-pxcjnj { 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%; }\",\".framer-6IMwe .framer-cg04ns { align-content: center; align-items: center; background-color: var(--token-fd129d22-a226-49c0-9fc6-4b5ec80a7754, #11131e); display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px 40px 50px 40px; position: relative; width: 1px; }\",\".framer-6IMwe .framer-2kwtw4 { flex: none; height: 670px; left: calc(50.00000000000002% - 1025px / 2); opacity: 0.04; position: absolute; top: calc(53.70370370370373% - 670px / 2); width: 1025px; z-index: -1; }\",\".framer-6IMwe .framer-br36w4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 10px; height: 585px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 103%; }\",\".framer-6IMwe .framer-1tme505 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: 272px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 812px; }\",\".framer-6IMwe .framer-1mq7hxn-container, .framer-6IMwe .framer-quw138-container { flex: none; height: 267px; position: relative; width: 382px; }\",\".framer-6IMwe .framer-1ew0w3c-container, .framer-6IMwe .framer-pm1b1z-container { flex: none; height: 267px; position: relative; width: 380px; }\",\".framer-6IMwe .framer-1lg3xkw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 10px; height: 271px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 792px; }\",\".framer-6IMwe .framer-1008w7i-container, .framer-6IMwe .framer-2gk6q6-container, .framer-6IMwe .framer-1rxkl2c-container, .framer-6IMwe .framer-wfbesd-container, .framer-6IMwe .framer-1rw3rkm-container, .framer-6IMwe .framer-1ng82g2-container { flex: none; height: 271px; position: relative; width: 251px; }\",\".framer-6IMwe .framer-i0pzgj-container { flex: none; height: 271px; position: relative; width: 255px; }\",\".framer-6IMwe .framer-62alx0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 6px; height: 341px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 108%; }\",\".framer-6IMwe .framer-1opqinx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 10px; height: 128px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6IMwe .framer-glyi0k-container { aspect-ratio: 1.4242424242424243 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 132px); position: relative; width: 188px; }\",\".framer-6IMwe .framer-1d5dll0-container { aspect-ratio: 1.4166666666666667 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 132px); position: relative; width: 187px; }\",\".framer-6IMwe .framer-pxubcf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 8px; height: 138px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6IMwe .framer-16x1bsf-container { aspect-ratio: 0.928030303030303 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 132px); position: relative; width: 122px; }\",\".framer-6IMwe .framer-lh7xyf-container { flex: none; height: 132px; position: relative; width: 124px; }\",\".framer-6IMwe .framer-1q04o8s-container { flex: none; height: 132px; position: relative; width: 125px; }\",\".framer-6IMwe .framer-10wh2ct { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 10px; height: 590px; justify-content: center; overflow: hidden; padding: 0px 0px 20px 0px; position: relative; width: 107%; }\",\".framer-6IMwe .framer-nheawl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: 269px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 849px; }\",\".framer-6IMwe .framer-13z4xuy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: 271px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 792px; }\",\".framer-6IMwe .framer-13f4imh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: center; opacity: 0.92; overflow: visible; padding: 20px 40px 20px 40px; position: relative; width: 100%; }\",\".framer-6IMwe .framer-b3jrjn, .framer-6IMwe .framer-v8hn5s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: 818px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1083px; }\",\".framer-6IMwe .framer-1oyus6z { flex: none; height: 747px; overflow: visible; position: relative; width: 490px; }\",\".framer-6IMwe .framer-lp9ist, .framer-6IMwe .framer-1tfxubh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 466px; justify-content: center; padding: 0px 0px 0px 40px; position: relative; width: 548px; }\",\".framer-6IMwe .framer-ilylyt { --border-bottom-width: 1px; --border-color: var(--token-4def66f6-3da7-41e9-8b1b-890362871154, rgba(255, 255, 255, 0.2)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(5px); align-content: center; align-items: center; backdrop-filter: blur(5px); background-color: #111113; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 420px; justify-content: center; overflow: visible; padding: 15px 39px 15px 39px; position: relative; width: min-content; }\",\".framer-6IMwe .framer-1rqlewj, .framer-6IMwe .framer-1aqakmt, .framer-6IMwe .framer-tl88i4, .framer-6IMwe .framer-1kp7zvz, .framer-6IMwe .framer-q0fx8, .framer-6IMwe .framer-ysq3ir, .framer-6IMwe .framer-y7oe9m { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 390px; word-break: break-word; word-wrap: break-word; }\",\".framer-6IMwe .framer-1o9xbuq, .framer-6IMwe .framer-w39omk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 161px; justify-content: center; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: 385px; }\",\".framer-6IMwe .framer-5x4dcv, .framer-6IMwe .framer-10dgq83 { flex: none; height: 187px; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6IMwe .framer-10dplcn, .framer-6IMwe .framer-varlrd { flex: none; height: 637px; overflow: visible; position: relative; width: 429px; }\",\".framer-6IMwe .framer-vt8jg1, .framer-6IMwe .framer-18j72u9 { align-content: center; align-items: center; background-color: var(--token-fd129d22-a226-49c0-9fc6-4b5ec80a7754, #11131e); display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 20px 40px 20px 40px; position: relative; width: 100%; }\",\".framer-6IMwe .framer-10g6rws, .framer-6IMwe .framer-1rk39y0 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: center; padding: 0px; position: relative; width: 469px; }\",\".framer-6IMwe .framer-1p6ipdw, .framer-6IMwe .framer-1vaiuf6, .framer-6IMwe .framer-15mw9hw { --border-bottom-width: 1px; --border-color: var(--token-4def66f6-3da7-41e9-8b1b-890362871154, rgba(255, 255, 255, 0.2)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-c136ac70-02bd-4f66-80de-910e306cc61e, #111113); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 420px; justify-content: center; overflow: visible; padding: 15px 39px 15px 39px; position: relative; width: min-content; }\",\".framer-6IMwe .framer-tcszxd, .framer-6IMwe .framer-cns3rx, .framer-6IMwe .framer-14ewa9c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 152px; justify-content: center; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: 384px; }\",\".framer-6IMwe .framer-c4mi2h, .framer-6IMwe .framer-tilf44, .framer-6IMwe .framer-elbmnx { flex: none; height: 138px; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6IMwe .framer-1vinljt { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 591px; position: relative; width: 414px; }\",\".framer-6IMwe .framer-2kg5jr { --border-bottom-width: 1px; --border-color: var(--token-4def66f6-3da7-41e9-8b1b-890362871154, rgba(255, 255, 255, 0.2)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: var(--token-c136ac70-02bd-4f66-80de-910e306cc61e, #111113); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 402px; justify-content: center; overflow: visible; padding: 15px 50px 15px 50px; position: relative; width: min-content; }\",\".framer-6IMwe .framer-1e4asyk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 183px; justify-content: center; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: 385px; }\",\".framer-6IMwe .framer-jl3kus { flex: none; height: 66%; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6IMwe .framer-1ndak0 { align-content: center; align-items: center; background-color: var(--token-fd129d22-a226-49c0-9fc6-4b5ec80a7754, #11131e); display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: 1303px; justify-content: center; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-6IMwe .framer-1frbu58 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 427px; justify-content: center; padding: 0px; position: relative; width: 638px; }\",\".framer-6IMwe .framer-1aolci2 { --border-bottom-width: 1px; --border-color: var(--token-4def66f6-3da7-41e9-8b1b-890362871154, rgba(255, 255, 255, 0.2)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-c136ac70-02bd-4f66-80de-910e306cc61e, #111113); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 392px; justify-content: center; overflow: visible; padding: 15px 47px 15px 47px; position: relative; text-decoration: none; width: min-content; }\",\".framer-6IMwe .framer-1th20tb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 148px; justify-content: center; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: 384px; }\",\".framer-6IMwe .framer-19omoib { flex: none; height: 98%; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6IMwe .framer-7egog { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 698px; position: relative; width: 504px; }\",\".framer-6IMwe .framer-1yiczts { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: center; opacity: 0.92; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6IMwe .framer-1nhtrce { flex: none; height: 832px; overflow: visible; position: relative; width: 510px; }\",\".framer-6IMwe .framer-1qmko0o { --border-bottom-width: 1px; --border-color: var(--token-4def66f6-3da7-41e9-8b1b-890362871154, rgba(255, 255, 255, 0.2)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(5px); align-content: center; align-items: center; backdrop-filter: blur(5px); background-color: rgba(17, 17, 19, 0.7); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 420px; justify-content: center; overflow: visible; padding: 15px 39px 15px 39px; position: relative; text-decoration: none; width: min-content; }\",\".framer-6IMwe .framer-6ybeak { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: 852px; justify-content: center; overflow: visible; padding: 100px 0px 100px 0px; position: relative; width: 1193px; }\",\".framer-6IMwe .framer-1mhqykj { flex: none; height: 815px; overflow: visible; position: relative; width: 595px; }\",\".framer-6IMwe .framer-1ymyszx { flex: none; height: 747px; left: 7px; overflow: visible; position: absolute; top: calc(50.00000000000002% - 747px / 2); width: 490px; }\",\".framer-6IMwe .framer-1popa3k { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 466px; justify-content: center; padding: 0px 0px 0px 40px; position: relative; width: 506px; }\",\".framer-6IMwe .framer-1t4mif8 { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 811px; position: relative; width: 568px; }\",\".framer-6IMwe .framer-13z7i3o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: center; opacity: 0.92; overflow: visible; padding: 80px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-6IMwe .framer-1ix850d { flex: none; height: 638px; position: relative; width: 525px; }\",\".framer-6IMwe .framer-17aihy0 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 27px; height: auto; justify-content: center; padding: 0px; position: relative; width: 469px; }\",\".framer-6IMwe .framer-1lr0g85 { --border-bottom-width: 1px; --border-color: var(--token-4def66f6-3da7-41e9-8b1b-890362871154, rgba(255, 255, 255, 0.2)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-c136ac70-02bd-4f66-80de-910e306cc61e, #111113); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 468px; justify-content: center; overflow: visible; padding: 15px 38px 15px 38px; position: relative; width: min-content; }\",\".framer-6IMwe .framer-16zhmqz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 118px; justify-content: center; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: 389px; }\",\".framer-6IMwe .framer-18kvg9x { flex: none; height: 89px; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6IMwe .framer-o8m4h0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 295px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6IMwe .framer-122yvlo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 83px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 812px; }\",\".framer-6IMwe .framer-48le7t-container { flex: none; height: auto; max-width: 371px; position: relative; width: auto; }\",\".framer-6IMwe .framer-wlgn2p { align-content: center; align-items: center; background-color: var(--token-fd129d22-a226-49c0-9fc6-4b5ec80a7754, #11131e); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 21px; height: min-content; justify-content: center; overflow: hidden; padding: 70px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-6IMwe .framer-1fk1pp2 { align-content: center; align-items: center; background-color: var(--token-fd129d22-a226-49c0-9fc6-4b5ec80a7754, #11131e); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 360px; height: 107px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6IMwe .framer-kttt1c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 41px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 87px 20px 87px 20px; position: relative; width: 100%; }\",\".framer-6IMwe .framer-n29o0l-container { aspect-ratio: 1.4210526315789473 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 336px); position: relative; width: 477px; }\",\".framer-6IMwe .framer-8ewb8e { flex: none; height: 51.74999999999999vh; left: 0px; overflow: hidden; position: absolute; right: 1px; top: 0px; }\",\".framer-6IMwe .framer-1ctf6g7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 101%; z-index: 1; }\",\".framer-6IMwe .framer-fnuto8 { 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: center; max-width: 610px; overflow: hidden; padding: 0px 0px 128px 0px; position: relative; width: 478px; }\",\".framer-6IMwe .framer-5qmapx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 469px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100px; }\",\".framer-6IMwe .framer-1gwymdk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 610px; overflow: hidden; padding: 0px 2px 128px 2px; position: relative; width: min-content; }\",\".framer-6IMwe .framer-1gxskno-container { flex: none; height: 288px; position: relative; width: 477px; }\",\".framer-6IMwe .framer-1xro5sa-container { flex: none; height: 183px; position: relative; width: 296px; }\",\".framer-6IMwe .framer-84s3re { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 512px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100px; }\",\".framer-6IMwe .framer-bvpccq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 154px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 580px; }\",\".framer-6IMwe .framer-kp4i9p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 41px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 0px 20px 42px 20px; position: relative; width: 98%; }\",\".framer-6IMwe .framer-1d00yka, .framer-6IMwe .framer-1rsva38, .framer-6IMwe .framer-pjuj7x, .framer-6IMwe .framer-1m5khem { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-6IMwe .framer-11t9l9w, .framer-6IMwe .framer-1t1e7jx, .framer-6IMwe .framer-1mlhkst { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 64px; }\",\".framer-6IMwe .framer-1s47wqj { flex: none; height: 81.87203791469194vh; left: 0px; overflow: hidden; position: absolute; right: -2px; top: 0px; }\",\".framer-6IMwe .framer-1axmn2a, .framer-6IMwe .framer-1oegco4, .framer-6IMwe .framer-e8s6rd, .framer-6IMwe .framer-12bktek { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 610px; overflow: visible; padding: 0px 0px 58px 0px; position: relative; width: 1px; }\",\".framer-6IMwe .framer-ik4i0r-container { aspect-ratio: 1.5541125541125542 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 194px); position: relative; width: 301px; }\",\".framer-6IMwe .framer-167f2p6-container { aspect-ratio: 1.6543778801843319 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 182px); position: relative; width: 301px; }\",\".framer-6IMwe .framer-pa7pru { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 585px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 64px; }\",\".framer-6IMwe .framer-3c4g8s { flex: none; height: 60.18957345971564vh; left: 0px; overflow: hidden; position: absolute; right: 1px; top: 0px; }\",\".framer-6IMwe .framer-1jec1zs { flex: none; height: 84.59715639810426vh; overflow: hidden; position: relative; width: 100%; }\",\".framer-6IMwe .framer-1bqicmr-container { aspect-ratio: 1.5955555555555556 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 189px); position: relative; width: 301px; }\",\".framer-6IMwe .framer-1b151l5-container { aspect-ratio: 1.6026785714285714 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 188px); position: relative; width: 301px; }\",\".framer-6IMwe .framer-1gsshwc { flex: none; height: 81.51658767772511vh; overflow: hidden; position: relative; width: 100%; }\",\".framer-6IMwe .framer-v0q2v2 { align-content: flex-start; align-items: flex-start; 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: 100%; z-index: 1; }\",\".framer-6IMwe .framer-192liep { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 64px; }\",\".framer-6IMwe .framer-i4e733 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 610px; overflow: hidden; padding: 0px 0px 34px 0px; position: relative; width: 1px; }\",\".framer-6IMwe .framer-w725e7-container { aspect-ratio: 1.5842105263157895 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 190px); position: relative; width: 301px; }\",\".framer-6IMwe .framer-1eo3kca { align-content: center; align-items: center; background-color: var(--token-fd129d22-a226-49c0-9fc6-4b5ec80a7754, #11131e); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 360px; height: 88px; justify-content: center; overflow: visible; padding: 24px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-6IMwe .framer-1lgiuzc { flex: none; height: 40px; overflow: hidden; position: relative; width: 511px; }\",\".framer-6IMwe .framer-2u2nby-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: auto; }\",\".framer-6IMwe .framer-1hkc3ua { align-content: center; align-items: center; background-color: rgba(17, 19, 30, 0.4); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 360px; height: 80px; justify-content: center; left: calc(50.00000000000002% - 99.94791666666667% / 2); overflow: visible; padding: 0px; position: fixed; top: 0px; width: 100%; z-index: 1; }\",\".framer-6IMwe .framer-1vrponr { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; opacity: 0; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-6IMwe .framer-hdgpw0 { -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); background-color: var(--token-fd129d22-a226-49c0-9fc6-4b5ec80a7754, #141414); bottom: 0px; flex: none; left: -1px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-6IMwe .framer-homgp7-container { flex: none; height: auto; position: relative; width: 1200px; z-index: 1; }\",\".framer-6IMwe .framer-1vsrw5e-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6IMwe.framer-19cpjah, .framer-6IMwe .framer-n5j1zi, .framer-6IMwe .framer-d5uqwm, .framer-6IMwe .framer-1at0e99, .framer-6IMwe .framer-10trbnf, .framer-6IMwe .framer-1sd5gxn, .framer-6IMwe .framer-luiro3, .framer-6IMwe .framer-xgtilt, .framer-6IMwe .framer-4l0umo, .framer-6IMwe .framer-1pxupql, .framer-6IMwe .framer-19puszl, .framer-6IMwe .framer-6k2jjg, .framer-6IMwe .framer-azrl5c, .framer-6IMwe .framer-adnl3j, .framer-6IMwe .framer-1d1183l, .framer-6IMwe .framer-1qtgld9, .framer-6IMwe .framer-1auvred, .framer-6IMwe .framer-t9qdyh, .framer-6IMwe .framer-1kwa6nw, .framer-6IMwe .framer-ueada5, .framer-6IMwe .framer-1cmwepp, .framer-6IMwe .framer-vge0e1, .framer-6IMwe .framer-9jmis3, .framer-6IMwe .framer-1145b1a, .framer-6IMwe .framer-kesclk, .framer-6IMwe .framer-1ye0gnv, .framer-6IMwe .framer-15hz8aa, .framer-6IMwe .framer-1tijihs, .framer-6IMwe .framer-rg71d3, .framer-6IMwe .framer-ddvcar, .framer-6IMwe .framer-ldt162, .framer-6IMwe .framer-l5wc3l, .framer-6IMwe .framer-1qd8ri1, .framer-6IMwe .framer-11l6dz1, .framer-6IMwe .framer-145a55g, .framer-6IMwe .framer-1e3k716, .framer-6IMwe .framer-11dp0lf, .framer-6IMwe .framer-2cs8vb, .framer-6IMwe .framer-10kbgjq, .framer-6IMwe .framer-rj8oei, .framer-6IMwe .framer-pms4ub, .framer-6IMwe .framer-vpi568, .framer-6IMwe .framer-ne3hf2, .framer-6IMwe .framer-c4yfvz, .framer-6IMwe .framer-1mis8nw, .framer-6IMwe .framer-h65rnr, .framer-6IMwe .framer-rvfzr, .framer-6IMwe .framer-76e9uz, .framer-6IMwe .framer-1k9mz7h, .framer-6IMwe .framer-1v37ffv, .framer-6IMwe .framer-15n3xu9, .framer-6IMwe .framer-1fd1oo6, .framer-6IMwe .framer-uz0al, .framer-6IMwe .framer-78f7th, .framer-6IMwe .framer-171ptt4, .framer-6IMwe .framer-tjf2jf, .framer-6IMwe .framer-1m7ah1w, .framer-6IMwe .framer-1f96pyn, .framer-6IMwe .framer-13jt3ku, .framer-6IMwe .framer-lqwzp8, .framer-6IMwe .framer-1m6pqr0, .framer-6IMwe .framer-cc7kcl, .framer-6IMwe .framer-nwd385, .framer-6IMwe .framer-1qlgkk4, .framer-6IMwe .framer-qk4kub, .framer-6IMwe .framer-wq207d, .framer-6IMwe .framer-732k0u, .framer-6IMwe .framer-1my4pzs, .framer-6IMwe .framer-98qetn, .framer-6IMwe .framer-14nuo4i, .framer-6IMwe .framer-13uwghc, .framer-6IMwe .framer-1jmzntx, .framer-6IMwe .framer-1sf0xh5, .framer-6IMwe .framer-pxcjnj, .framer-6IMwe .framer-cg04ns, .framer-6IMwe .framer-br36w4, .framer-6IMwe .framer-1tme505, .framer-6IMwe .framer-1lg3xkw, .framer-6IMwe .framer-62alx0, .framer-6IMwe .framer-1opqinx, .framer-6IMwe .framer-pxubcf, .framer-6IMwe .framer-10wh2ct, .framer-6IMwe .framer-nheawl, .framer-6IMwe .framer-13z4xuy, .framer-6IMwe .framer-13f4imh, .framer-6IMwe .framer-b3jrjn, .framer-6IMwe .framer-lp9ist, .framer-6IMwe .framer-ilylyt, .framer-6IMwe .framer-1o9xbuq, .framer-6IMwe .framer-vt8jg1, .framer-6IMwe .framer-10g6rws, .framer-6IMwe .framer-1p6ipdw, .framer-6IMwe .framer-tcszxd, .framer-6IMwe .framer-2kg5jr, .framer-6IMwe .framer-1e4asyk, .framer-6IMwe .framer-1ndak0, .framer-6IMwe .framer-1frbu58, .framer-6IMwe .framer-1aolci2, .framer-6IMwe .framer-1th20tb, .framer-6IMwe .framer-1yiczts, .framer-6IMwe .framer-v8hn5s, .framer-6IMwe .framer-1tfxubh, .framer-6IMwe .framer-1qmko0o, .framer-6IMwe .framer-w39omk, .framer-6IMwe .framer-6ybeak, .framer-6IMwe .framer-1popa3k, .framer-6IMwe .framer-1vaiuf6, .framer-6IMwe .framer-cns3rx, .framer-6IMwe .framer-18j72u9, .framer-6IMwe .framer-1rk39y0, .framer-6IMwe .framer-15mw9hw, .framer-6IMwe .framer-14ewa9c, .framer-6IMwe .framer-13z7i3o, .framer-6IMwe .framer-17aihy0, .framer-6IMwe .framer-1lr0g85, .framer-6IMwe .framer-16zhmqz, .framer-6IMwe .framer-o8m4h0, .framer-6IMwe .framer-122yvlo, .framer-6IMwe .framer-wlgn2p, .framer-6IMwe .framer-1fk1pp2, .framer-6IMwe .framer-kttt1c, .framer-6IMwe .framer-kzvb33, .framer-6IMwe .framer-dntcel, .framer-6IMwe .framer-1fttih5, .framer-6IMwe .framer-1hpn80c, .framer-6IMwe .framer-1ybwbfg, .framer-6IMwe .framer-1ctf6g7, .framer-6IMwe .framer-fnuto8, .framer-6IMwe .framer-1tc29lr, .framer-6IMwe .framer-5qmapx, .framer-6IMwe .framer-ety9ri, .framer-6IMwe .framer-1gwymdk, .framer-6IMwe .framer-1quuqxg, .framer-6IMwe .framer-1d0jkud, .framer-6IMwe .framer-1vw5ip4, .framer-6IMwe .framer-1hpu3x7, .framer-6IMwe .framer-19iie67, .framer-6IMwe .framer-1ft5ac0, .framer-6IMwe .framer-qx0btf, .framer-6IMwe .framer-mvhf6v, .framer-6IMwe .framer-1aghg71, .framer-6IMwe .framer-84s3re, .framer-6IMwe .framer-16ixziv, .framer-6IMwe .framer-13907l5, .framer-6IMwe .framer-14tnq8m, .framer-6IMwe .framer-acg07b, .framer-6IMwe .framer-u0rbyx, .framer-6IMwe .framer-ng0uku, .framer-6IMwe .framer-133ljsh, .framer-6IMwe .framer-bvpccq, .framer-6IMwe .framer-kp4i9p, .framer-6IMwe .framer-1d00yka, .framer-6IMwe .framer-11t9l9w, .framer-6IMwe .framer-1axmn2a, .framer-6IMwe .framer-1dj5lrw, .framer-6IMwe .framer-1rsva38, .framer-6IMwe .framer-1oegco4, .framer-6IMwe .framer-tceehp, .framer-6IMwe .framer-pa7pru, .framer-6IMwe .framer-pjuj7x, .framer-6IMwe .framer-1t1e7jx, .framer-6IMwe .framer-14siv0m, .framer-6IMwe .framer-e8s6rd, .framer-6IMwe .framer-ynssxj, .framer-6IMwe .framer-1m5khem, .framer-6IMwe .framer-12bktek, .framer-6IMwe .framer-1n92mcm, .framer-6IMwe .framer-1mlhkst, .framer-6IMwe .framer-1tl195e, .framer-6IMwe .framer-v0q2v2, .framer-6IMwe .framer-192liep, .framer-6IMwe .framer-i4e733, .framer-6IMwe .framer-9ibjaj, .framer-6IMwe .framer-1eo3kca, .framer-6IMwe .framer-1hkc3ua { gap: 0px; } .framer-6IMwe.framer-19cpjah > *, .framer-6IMwe .framer-10trbnf > *, .framer-6IMwe .framer-1pxupql > *, .framer-6IMwe .framer-adnl3j > *, .framer-6IMwe .framer-rg71d3 > *, .framer-6IMwe .framer-1e3k716 > *, .framer-6IMwe .framer-78f7th > *, .framer-6IMwe .framer-13jt3ku > *, .framer-6IMwe .framer-wq207d > *, .framer-6IMwe .framer-1sf0xh5 > *, .framer-6IMwe .framer-ilylyt > *, .framer-6IMwe .framer-1p6ipdw > *, .framer-6IMwe .framer-2kg5jr > *, .framer-6IMwe .framer-1aolci2 > *, .framer-6IMwe .framer-1qmko0o > *, .framer-6IMwe .framer-1vaiuf6 > *, .framer-6IMwe .framer-15mw9hw > *, .framer-6IMwe .framer-1lr0g85 > *, .framer-6IMwe .framer-o8m4h0 > *, .framer-6IMwe .framer-ety9ri > *, .framer-6IMwe .framer-1hpu3x7 > *, .framer-6IMwe .framer-16ixziv > *, .framer-6IMwe .framer-14siv0m > *, .framer-6IMwe .framer-1tl195e > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6IMwe.framer-19cpjah > :first-child, .framer-6IMwe .framer-d5uqwm > :first-child, .framer-6IMwe .framer-1at0e99 > :first-child, .framer-6IMwe .framer-10trbnf > :first-child, .framer-6IMwe .framer-1sd5gxn > :first-child, .framer-6IMwe .framer-luiro3 > :first-child, .framer-6IMwe .framer-4l0umo > :first-child, .framer-6IMwe .framer-1pxupql > :first-child, .framer-6IMwe .framer-19puszl > :first-child, .framer-6IMwe .framer-6k2jjg > :first-child, .framer-6IMwe .framer-adnl3j > :first-child, .framer-6IMwe .framer-1d1183l > :first-child, .framer-6IMwe .framer-1auvred > :first-child, .framer-6IMwe .framer-t9qdyh > :first-child, .framer-6IMwe .framer-1kwa6nw > :first-child, .framer-6IMwe .framer-ueada5 > :first-child, .framer-6IMwe .framer-vge0e1 > :first-child, .framer-6IMwe .framer-9jmis3 > :first-child, .framer-6IMwe .framer-1145b1a > :first-child, .framer-6IMwe .framer-kesclk > :first-child, .framer-6IMwe .framer-15hz8aa > :first-child, .framer-6IMwe .framer-1tijihs > :first-child, .framer-6IMwe .framer-rg71d3 > :first-child, .framer-6IMwe .framer-ddvcar > :first-child, .framer-6IMwe .framer-ldt162 > :first-child, .framer-6IMwe .framer-1qd8ri1 > :first-child, .framer-6IMwe .framer-11l6dz1 > :first-child, .framer-6IMwe .framer-145a55g > :first-child, .framer-6IMwe .framer-1e3k716 > :first-child, .framer-6IMwe .framer-11dp0lf > :first-child, .framer-6IMwe .framer-10kbgjq > :first-child, .framer-6IMwe .framer-rj8oei > :first-child, .framer-6IMwe .framer-pms4ub > :first-child, .framer-6IMwe .framer-vpi568 > :first-child, .framer-6IMwe .framer-c4yfvz > :first-child, .framer-6IMwe .framer-h65rnr > :first-child, .framer-6IMwe .framer-rvfzr > :first-child, .framer-6IMwe .framer-76e9uz > :first-child, .framer-6IMwe .framer-1k9mz7h > :first-child, .framer-6IMwe .framer-15n3xu9 > :first-child, .framer-6IMwe .framer-1fd1oo6 > :first-child, .framer-6IMwe .framer-uz0al > :first-child, .framer-6IMwe .framer-78f7th > :first-child, .framer-6IMwe .framer-171ptt4 > :first-child, .framer-6IMwe .framer-1m7ah1w > :first-child, .framer-6IMwe .framer-1f96pyn > :first-child, .framer-6IMwe .framer-13jt3ku > :first-child, .framer-6IMwe .framer-lqwzp8 > :first-child, .framer-6IMwe .framer-1m6pqr0 > :first-child, .framer-6IMwe .framer-nwd385 > :first-child, .framer-6IMwe .framer-1qlgkk4 > :first-child, .framer-6IMwe .framer-qk4kub > :first-child, .framer-6IMwe .framer-wq207d > :first-child, .framer-6IMwe .framer-732k0u > :first-child, .framer-6IMwe .framer-98qetn > :first-child, .framer-6IMwe .framer-14nuo4i > :first-child, .framer-6IMwe .framer-13uwghc > :first-child, .framer-6IMwe .framer-1jmzntx > :first-child, .framer-6IMwe .framer-1sf0xh5 > :first-child, .framer-6IMwe .framer-br36w4 > :first-child, .framer-6IMwe .framer-1lg3xkw > :first-child, .framer-6IMwe .framer-62alx0 > :first-child, .framer-6IMwe .framer-1opqinx > :first-child, .framer-6IMwe .framer-pxubcf > :first-child, .framer-6IMwe .framer-10wh2ct > :first-child, .framer-6IMwe .framer-lp9ist > :first-child, .framer-6IMwe .framer-ilylyt > :first-child, .framer-6IMwe .framer-1o9xbuq > :first-child, .framer-6IMwe .framer-10g6rws > :first-child, .framer-6IMwe .framer-1p6ipdw > :first-child, .framer-6IMwe .framer-tcszxd > :first-child, .framer-6IMwe .framer-2kg5jr > :first-child, .framer-6IMwe .framer-1e4asyk > :first-child, .framer-6IMwe .framer-1frbu58 > :first-child, .framer-6IMwe .framer-1aolci2 > :first-child, .framer-6IMwe .framer-1th20tb > :first-child, .framer-6IMwe .framer-1tfxubh > :first-child, .framer-6IMwe .framer-1qmko0o > :first-child, .framer-6IMwe .framer-w39omk > :first-child, .framer-6IMwe .framer-1popa3k > :first-child, .framer-6IMwe .framer-1vaiuf6 > :first-child, .framer-6IMwe .framer-cns3rx > :first-child, .framer-6IMwe .framer-1rk39y0 > :first-child, .framer-6IMwe .framer-15mw9hw > :first-child, .framer-6IMwe .framer-14ewa9c > :first-child, .framer-6IMwe .framer-17aihy0 > :first-child, .framer-6IMwe .framer-1lr0g85 > :first-child, .framer-6IMwe .framer-16zhmqz > :first-child, .framer-6IMwe .framer-o8m4h0 > :first-child, .framer-6IMwe .framer-122yvlo > :first-child, .framer-6IMwe .framer-wlgn2p > :first-child, .framer-6IMwe .framer-kttt1c > :first-child, .framer-6IMwe .framer-dntcel > :first-child, .framer-6IMwe .framer-1fttih5 > :first-child, .framer-6IMwe .framer-1hpn80c > :first-child, .framer-6IMwe .framer-1ybwbfg > :first-child, .framer-6IMwe .framer-fnuto8 > :first-child, .framer-6IMwe .framer-1tc29lr > :first-child, .framer-6IMwe .framer-5qmapx > :first-child, .framer-6IMwe .framer-ety9ri > :first-child, .framer-6IMwe .framer-1gwymdk > :first-child, .framer-6IMwe .framer-1d0jkud > :first-child, .framer-6IMwe .framer-1vw5ip4 > :first-child, .framer-6IMwe .framer-1hpu3x7 > :first-child, .framer-6IMwe .framer-19iie67 > :first-child, .framer-6IMwe .framer-1ft5ac0 > :first-child, .framer-6IMwe .framer-mvhf6v > :first-child, .framer-6IMwe .framer-1aghg71 > :first-child, .framer-6IMwe .framer-84s3re > :first-child, .framer-6IMwe .framer-16ixziv > :first-child, .framer-6IMwe .framer-13907l5 > :first-child, .framer-6IMwe .framer-acg07b > :first-child, .framer-6IMwe .framer-u0rbyx > :first-child, .framer-6IMwe .framer-ng0uku > :first-child, .framer-6IMwe .framer-133ljsh > :first-child, .framer-6IMwe .framer-bvpccq > :first-child, .framer-6IMwe .framer-kp4i9p > :first-child, .framer-6IMwe .framer-11t9l9w > :first-child, .framer-6IMwe .framer-1axmn2a > :first-child, .framer-6IMwe .framer-1dj5lrw > :first-child, .framer-6IMwe .framer-1oegco4 > :first-child, .framer-6IMwe .framer-tceehp > :first-child, .framer-6IMwe .framer-pa7pru > :first-child, .framer-6IMwe .framer-1t1e7jx > :first-child, .framer-6IMwe .framer-14siv0m > :first-child, .framer-6IMwe .framer-e8s6rd > :first-child, .framer-6IMwe .framer-ynssxj > :first-child, .framer-6IMwe .framer-12bktek > :first-child, .framer-6IMwe .framer-1n92mcm > :first-child, .framer-6IMwe .framer-1mlhkst > :first-child, .framer-6IMwe .framer-1tl195e > :first-child, .framer-6IMwe .framer-192liep > :first-child, .framer-6IMwe .framer-i4e733 > :first-child, .framer-6IMwe .framer-9ibjaj > :first-child { margin-top: 0px; } .framer-6IMwe.framer-19cpjah > :last-child, .framer-6IMwe .framer-d5uqwm > :last-child, .framer-6IMwe .framer-1at0e99 > :last-child, .framer-6IMwe .framer-10trbnf > :last-child, .framer-6IMwe .framer-1sd5gxn > :last-child, .framer-6IMwe .framer-luiro3 > :last-child, .framer-6IMwe .framer-4l0umo > :last-child, .framer-6IMwe .framer-1pxupql > :last-child, .framer-6IMwe .framer-19puszl > :last-child, .framer-6IMwe .framer-6k2jjg > :last-child, .framer-6IMwe .framer-adnl3j > :last-child, .framer-6IMwe .framer-1d1183l > :last-child, .framer-6IMwe .framer-1auvred > :last-child, .framer-6IMwe .framer-t9qdyh > :last-child, .framer-6IMwe .framer-1kwa6nw > :last-child, .framer-6IMwe .framer-ueada5 > :last-child, .framer-6IMwe .framer-vge0e1 > :last-child, .framer-6IMwe .framer-9jmis3 > :last-child, .framer-6IMwe .framer-1145b1a > :last-child, .framer-6IMwe .framer-kesclk > :last-child, .framer-6IMwe .framer-15hz8aa > :last-child, .framer-6IMwe .framer-1tijihs > :last-child, .framer-6IMwe .framer-rg71d3 > :last-child, .framer-6IMwe .framer-ddvcar > :last-child, .framer-6IMwe .framer-ldt162 > :last-child, .framer-6IMwe .framer-1qd8ri1 > :last-child, .framer-6IMwe .framer-11l6dz1 > :last-child, .framer-6IMwe .framer-145a55g > :last-child, .framer-6IMwe .framer-1e3k716 > :last-child, .framer-6IMwe .framer-11dp0lf > :last-child, .framer-6IMwe .framer-10kbgjq > :last-child, .framer-6IMwe .framer-rj8oei > :last-child, .framer-6IMwe .framer-pms4ub > :last-child, .framer-6IMwe .framer-vpi568 > :last-child, .framer-6IMwe .framer-c4yfvz > :last-child, .framer-6IMwe .framer-h65rnr > :last-child, .framer-6IMwe .framer-rvfzr > :last-child, .framer-6IMwe .framer-76e9uz > :last-child, .framer-6IMwe .framer-1k9mz7h > :last-child, .framer-6IMwe .framer-15n3xu9 > :last-child, .framer-6IMwe .framer-1fd1oo6 > :last-child, .framer-6IMwe .framer-uz0al > :last-child, .framer-6IMwe .framer-78f7th > :last-child, .framer-6IMwe .framer-171ptt4 > :last-child, .framer-6IMwe .framer-1m7ah1w > :last-child, .framer-6IMwe .framer-1f96pyn > :last-child, .framer-6IMwe .framer-13jt3ku > :last-child, .framer-6IMwe .framer-lqwzp8 > :last-child, .framer-6IMwe .framer-1m6pqr0 > :last-child, .framer-6IMwe .framer-nwd385 > :last-child, .framer-6IMwe .framer-1qlgkk4 > :last-child, .framer-6IMwe .framer-qk4kub > :last-child, .framer-6IMwe .framer-wq207d > :last-child, .framer-6IMwe .framer-732k0u > :last-child, .framer-6IMwe .framer-98qetn > :last-child, .framer-6IMwe .framer-14nuo4i > :last-child, .framer-6IMwe .framer-13uwghc > :last-child, .framer-6IMwe .framer-1jmzntx > :last-child, .framer-6IMwe .framer-1sf0xh5 > :last-child, .framer-6IMwe .framer-br36w4 > :last-child, .framer-6IMwe .framer-1lg3xkw > :last-child, .framer-6IMwe .framer-62alx0 > :last-child, .framer-6IMwe .framer-1opqinx > :last-child, .framer-6IMwe .framer-pxubcf > :last-child, .framer-6IMwe .framer-10wh2ct > :last-child, .framer-6IMwe .framer-lp9ist > :last-child, .framer-6IMwe .framer-ilylyt > :last-child, .framer-6IMwe .framer-1o9xbuq > :last-child, .framer-6IMwe .framer-10g6rws > :last-child, .framer-6IMwe .framer-1p6ipdw > :last-child, .framer-6IMwe .framer-tcszxd > :last-child, .framer-6IMwe .framer-2kg5jr > :last-child, .framer-6IMwe .framer-1e4asyk > :last-child, .framer-6IMwe .framer-1frbu58 > :last-child, .framer-6IMwe .framer-1aolci2 > :last-child, .framer-6IMwe .framer-1th20tb > :last-child, .framer-6IMwe .framer-1tfxubh > :last-child, .framer-6IMwe .framer-1qmko0o > :last-child, .framer-6IMwe .framer-w39omk > :last-child, .framer-6IMwe .framer-1popa3k > :last-child, .framer-6IMwe .framer-1vaiuf6 > :last-child, .framer-6IMwe .framer-cns3rx > :last-child, .framer-6IMwe .framer-1rk39y0 > :last-child, .framer-6IMwe .framer-15mw9hw > :last-child, .framer-6IMwe .framer-14ewa9c > :last-child, .framer-6IMwe .framer-17aihy0 > :last-child, .framer-6IMwe .framer-1lr0g85 > :last-child, .framer-6IMwe .framer-16zhmqz > :last-child, .framer-6IMwe .framer-o8m4h0 > :last-child, .framer-6IMwe .framer-122yvlo > :last-child, .framer-6IMwe .framer-wlgn2p > :last-child, .framer-6IMwe .framer-kttt1c > :last-child, .framer-6IMwe .framer-dntcel > :last-child, .framer-6IMwe .framer-1fttih5 > :last-child, .framer-6IMwe .framer-1hpn80c > :last-child, .framer-6IMwe .framer-1ybwbfg > :last-child, .framer-6IMwe .framer-fnuto8 > :last-child, .framer-6IMwe .framer-1tc29lr > :last-child, .framer-6IMwe .framer-5qmapx > :last-child, .framer-6IMwe .framer-ety9ri > :last-child, .framer-6IMwe .framer-1gwymdk > :last-child, .framer-6IMwe .framer-1d0jkud > :last-child, .framer-6IMwe .framer-1vw5ip4 > :last-child, .framer-6IMwe .framer-1hpu3x7 > :last-child, .framer-6IMwe .framer-19iie67 > :last-child, .framer-6IMwe .framer-1ft5ac0 > :last-child, .framer-6IMwe .framer-mvhf6v > :last-child, .framer-6IMwe .framer-1aghg71 > :last-child, .framer-6IMwe .framer-84s3re > :last-child, .framer-6IMwe .framer-16ixziv > :last-child, .framer-6IMwe .framer-13907l5 > :last-child, .framer-6IMwe .framer-acg07b > :last-child, .framer-6IMwe .framer-u0rbyx > :last-child, .framer-6IMwe .framer-ng0uku > :last-child, .framer-6IMwe .framer-133ljsh > :last-child, .framer-6IMwe .framer-bvpccq > :last-child, .framer-6IMwe .framer-kp4i9p > :last-child, .framer-6IMwe .framer-11t9l9w > :last-child, .framer-6IMwe .framer-1axmn2a > :last-child, .framer-6IMwe .framer-1dj5lrw > :last-child, .framer-6IMwe .framer-1oegco4 > :last-child, .framer-6IMwe .framer-tceehp > :last-child, .framer-6IMwe .framer-pa7pru > :last-child, .framer-6IMwe .framer-1t1e7jx > :last-child, .framer-6IMwe .framer-14siv0m > :last-child, .framer-6IMwe .framer-e8s6rd > :last-child, .framer-6IMwe .framer-ynssxj > :last-child, .framer-6IMwe .framer-12bktek > :last-child, .framer-6IMwe .framer-1n92mcm > :last-child, .framer-6IMwe .framer-1mlhkst > :last-child, .framer-6IMwe .framer-1tl195e > :last-child, .framer-6IMwe .framer-192liep > :last-child, .framer-6IMwe .framer-i4e733 > :last-child, .framer-6IMwe .framer-9ibjaj > :last-child { margin-bottom: 0px; } .framer-6IMwe .framer-n5j1zi > *, .framer-6IMwe .framer-ne3hf2 > *, .framer-6IMwe .framer-1fk1pp2 > *, .framer-6IMwe .framer-1eo3kca > *, .framer-6IMwe .framer-1hkc3ua > * { margin: 0px; margin-left: calc(360px / 2); margin-right: calc(360px / 2); } .framer-6IMwe .framer-n5j1zi > :first-child, .framer-6IMwe .framer-xgtilt > :first-child, .framer-6IMwe .framer-azrl5c > :first-child, .framer-6IMwe .framer-1qtgld9 > :first-child, .framer-6IMwe .framer-1cmwepp > :first-child, .framer-6IMwe .framer-1ye0gnv > :first-child, .framer-6IMwe .framer-l5wc3l > :first-child, .framer-6IMwe .framer-2cs8vb > :first-child, .framer-6IMwe .framer-ne3hf2 > :first-child, .framer-6IMwe .framer-1mis8nw > :first-child, .framer-6IMwe .framer-1v37ffv > :first-child, .framer-6IMwe .framer-tjf2jf > :first-child, .framer-6IMwe .framer-cc7kcl > :first-child, .framer-6IMwe .framer-1my4pzs > :first-child, .framer-6IMwe .framer-pxcjnj > :first-child, .framer-6IMwe .framer-cg04ns > :first-child, .framer-6IMwe .framer-1tme505 > :first-child, .framer-6IMwe .framer-nheawl > :first-child, .framer-6IMwe .framer-13z4xuy > :first-child, .framer-6IMwe .framer-13f4imh > :first-child, .framer-6IMwe .framer-b3jrjn > :first-child, .framer-6IMwe .framer-vt8jg1 > :first-child, .framer-6IMwe .framer-1ndak0 > :first-child, .framer-6IMwe .framer-1yiczts > :first-child, .framer-6IMwe .framer-v8hn5s > :first-child, .framer-6IMwe .framer-6ybeak > :first-child, .framer-6IMwe .framer-18j72u9 > :first-child, .framer-6IMwe .framer-13z7i3o > :first-child, .framer-6IMwe .framer-1fk1pp2 > :first-child, .framer-6IMwe .framer-kzvb33 > :first-child, .framer-6IMwe .framer-1ctf6g7 > :first-child, .framer-6IMwe .framer-1quuqxg > :first-child, .framer-6IMwe .framer-qx0btf > :first-child, .framer-6IMwe .framer-14tnq8m > :first-child, .framer-6IMwe .framer-1d00yka > :first-child, .framer-6IMwe .framer-1rsva38 > :first-child, .framer-6IMwe .framer-pjuj7x > :first-child, .framer-6IMwe .framer-1m5khem > :first-child, .framer-6IMwe .framer-v0q2v2 > :first-child, .framer-6IMwe .framer-1eo3kca > :first-child, .framer-6IMwe .framer-1hkc3ua > :first-child { margin-left: 0px; } .framer-6IMwe .framer-n5j1zi > :last-child, .framer-6IMwe .framer-xgtilt > :last-child, .framer-6IMwe .framer-azrl5c > :last-child, .framer-6IMwe .framer-1qtgld9 > :last-child, .framer-6IMwe .framer-1cmwepp > :last-child, .framer-6IMwe .framer-1ye0gnv > :last-child, .framer-6IMwe .framer-l5wc3l > :last-child, .framer-6IMwe .framer-2cs8vb > :last-child, .framer-6IMwe .framer-ne3hf2 > :last-child, .framer-6IMwe .framer-1mis8nw > :last-child, .framer-6IMwe .framer-1v37ffv > :last-child, .framer-6IMwe .framer-tjf2jf > :last-child, .framer-6IMwe .framer-cc7kcl > :last-child, .framer-6IMwe .framer-1my4pzs > :last-child, .framer-6IMwe .framer-pxcjnj > :last-child, .framer-6IMwe .framer-cg04ns > :last-child, .framer-6IMwe .framer-1tme505 > :last-child, .framer-6IMwe .framer-nheawl > :last-child, .framer-6IMwe .framer-13z4xuy > :last-child, .framer-6IMwe .framer-13f4imh > :last-child, .framer-6IMwe .framer-b3jrjn > :last-child, .framer-6IMwe .framer-vt8jg1 > :last-child, .framer-6IMwe .framer-1ndak0 > :last-child, .framer-6IMwe .framer-1yiczts > :last-child, .framer-6IMwe .framer-v8hn5s > :last-child, .framer-6IMwe .framer-6ybeak > :last-child, .framer-6IMwe .framer-18j72u9 > :last-child, .framer-6IMwe .framer-13z7i3o > :last-child, .framer-6IMwe .framer-1fk1pp2 > :last-child, .framer-6IMwe .framer-kzvb33 > :last-child, .framer-6IMwe .framer-1ctf6g7 > :last-child, .framer-6IMwe .framer-1quuqxg > :last-child, .framer-6IMwe .framer-qx0btf > :last-child, .framer-6IMwe .framer-14tnq8m > :last-child, .framer-6IMwe .framer-1d00yka > :last-child, .framer-6IMwe .framer-1rsva38 > :last-child, .framer-6IMwe .framer-pjuj7x > :last-child, .framer-6IMwe .framer-1m5khem > :last-child, .framer-6IMwe .framer-v0q2v2 > :last-child, .framer-6IMwe .framer-1eo3kca > :last-child, .framer-6IMwe .framer-1hkc3ua > :last-child { margin-right: 0px; } .framer-6IMwe .framer-d5uqwm > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-6IMwe .framer-1at0e99 > *, .framer-6IMwe .framer-luiro3 > *, .framer-6IMwe .framer-ueada5 > *, .framer-6IMwe .framer-9jmis3 > *, .framer-6IMwe .framer-ldt162 > *, .framer-6IMwe .framer-11l6dz1 > *, .framer-6IMwe .framer-vpi568 > *, .framer-6IMwe .framer-1k9mz7h > *, .framer-6IMwe .framer-1fd1oo6 > *, .framer-6IMwe .framer-1m6pqr0 > *, .framer-6IMwe .framer-1qlgkk4 > *, .framer-6IMwe .framer-1jmzntx > *, .framer-6IMwe .framer-1ybwbfg > *, .framer-6IMwe .framer-1tc29lr > *, .framer-6IMwe .framer-1ft5ac0 > *, .framer-6IMwe .framer-1aghg71 > *, .framer-6IMwe .framer-133ljsh > *, .framer-6IMwe .framer-1dj5lrw > *, .framer-6IMwe .framer-tceehp > *, .framer-6IMwe .framer-ynssxj > *, .framer-6IMwe .framer-1n92mcm > *, .framer-6IMwe .framer-9ibjaj > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-6IMwe .framer-1sd5gxn > *, .framer-6IMwe .framer-1d1183l > *, .framer-6IMwe .framer-t9qdyh > *, .framer-6IMwe .framer-1145b1a > *, .framer-6IMwe .framer-1tijihs > *, .framer-6IMwe .framer-145a55g > *, .framer-6IMwe .framer-rj8oei > *, .framer-6IMwe .framer-rvfzr > *, .framer-6IMwe .framer-uz0al > *, .framer-6IMwe .framer-1f96pyn > *, .framer-6IMwe .framer-qk4kub > *, .framer-6IMwe .framer-14nuo4i > *, .framer-6IMwe .framer-1fttih5 > *, .framer-6IMwe .framer-5qmapx > *, .framer-6IMwe .framer-1vw5ip4 > *, .framer-6IMwe .framer-84s3re > *, .framer-6IMwe .framer-u0rbyx > *, .framer-6IMwe .framer-bvpccq > *, .framer-6IMwe .framer-11t9l9w > *, .framer-6IMwe .framer-pa7pru > *, .framer-6IMwe .framer-1t1e7jx > *, .framer-6IMwe .framer-1mlhkst > *, .framer-6IMwe .framer-192liep > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-6IMwe .framer-xgtilt > *, .framer-6IMwe .framer-b3jrjn > *, .framer-6IMwe .framer-v8hn5s > *, .framer-6IMwe .framer-6ybeak > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-6IMwe .framer-4l0umo > *, .framer-6IMwe .framer-br36w4 > *, .framer-6IMwe .framer-1lg3xkw > *, .framer-6IMwe .framer-1opqinx > *, .framer-6IMwe .framer-10wh2ct > *, .framer-6IMwe .framer-1o9xbuq > *, .framer-6IMwe .framer-tcszxd > *, .framer-6IMwe .framer-1e4asyk > *, .framer-6IMwe .framer-1th20tb > *, .framer-6IMwe .framer-w39omk > *, .framer-6IMwe .framer-cns3rx > *, .framer-6IMwe .framer-14ewa9c > *, .framer-6IMwe .framer-16zhmqz > *, .framer-6IMwe .framer-122yvlo > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-6IMwe .framer-19puszl > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-6IMwe .framer-6k2jjg > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-6IMwe .framer-azrl5c > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-6IMwe .framer-1qtgld9 > *, .framer-6IMwe .framer-1cmwepp > *, .framer-6IMwe .framer-1ye0gnv > *, .framer-6IMwe .framer-l5wc3l > *, .framer-6IMwe .framer-2cs8vb > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-6IMwe .framer-1auvred > *, .framer-6IMwe .framer-1kwa6nw > *, .framer-6IMwe .framer-vge0e1 > *, .framer-6IMwe .framer-kesclk > *, .framer-6IMwe .framer-15hz8aa > *, .framer-6IMwe .framer-ddvcar > *, .framer-6IMwe .framer-1qd8ri1 > *, .framer-6IMwe .framer-11dp0lf > *, .framer-6IMwe .framer-10kbgjq > *, .framer-6IMwe .framer-pms4ub > *, .framer-6IMwe .framer-c4yfvz > *, .framer-6IMwe .framer-h65rnr > *, .framer-6IMwe .framer-76e9uz > *, .framer-6IMwe .framer-15n3xu9 > *, .framer-6IMwe .framer-171ptt4 > *, .framer-6IMwe .framer-1m7ah1w > *, .framer-6IMwe .framer-lqwzp8 > *, .framer-6IMwe .framer-nwd385 > *, .framer-6IMwe .framer-732k0u > *, .framer-6IMwe .framer-98qetn > *, .framer-6IMwe .framer-13uwghc > *, .framer-6IMwe .framer-lp9ist > *, .framer-6IMwe .framer-10g6rws > *, .framer-6IMwe .framer-1frbu58 > *, .framer-6IMwe .framer-1tfxubh > *, .framer-6IMwe .framer-1popa3k > *, .framer-6IMwe .framer-1rk39y0 > *, .framer-6IMwe .framer-dntcel > *, .framer-6IMwe .framer-1hpn80c > *, .framer-6IMwe .framer-fnuto8 > *, .framer-6IMwe .framer-1gwymdk > *, .framer-6IMwe .framer-1d0jkud > *, .framer-6IMwe .framer-19iie67 > *, .framer-6IMwe .framer-mvhf6v > *, .framer-6IMwe .framer-13907l5 > *, .framer-6IMwe .framer-acg07b > *, .framer-6IMwe .framer-ng0uku > *, .framer-6IMwe .framer-1axmn2a > *, .framer-6IMwe .framer-1oegco4 > *, .framer-6IMwe .framer-e8s6rd > *, .framer-6IMwe .framer-12bktek > *, .framer-6IMwe .framer-i4e733 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-6IMwe .framer-1mis8nw > *, .framer-6IMwe .framer-1v37ffv > *, .framer-6IMwe .framer-tjf2jf > *, .framer-6IMwe .framer-cc7kcl > *, .framer-6IMwe .framer-1my4pzs > *, .framer-6IMwe .framer-kzvb33 > *, .framer-6IMwe .framer-1ctf6g7 > *, .framer-6IMwe .framer-1quuqxg > *, .framer-6IMwe .framer-qx0btf > *, .framer-6IMwe .framer-14tnq8m > * { margin: 0px; margin-left: calc(18px / 2); margin-right: calc(18px / 2); } .framer-6IMwe .framer-pxcjnj > *, .framer-6IMwe .framer-1tme505 > *, .framer-6IMwe .framer-nheawl > *, .framer-6IMwe .framer-13z4xuy > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-6IMwe .framer-cg04ns > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-6IMwe .framer-62alx0 > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-6IMwe .framer-pxubcf > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-6IMwe .framer-13f4imh > *, .framer-6IMwe .framer-vt8jg1 > *, .framer-6IMwe .framer-1ndak0 > *, .framer-6IMwe .framer-1yiczts > *, .framer-6IMwe .framer-18j72u9 > *, .framer-6IMwe .framer-13z7i3o > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-6IMwe .framer-17aihy0 > * { margin: 0px; margin-bottom: calc(27px / 2); margin-top: calc(27px / 2); } .framer-6IMwe .framer-wlgn2p > * { margin: 0px; margin-bottom: calc(21px / 2); margin-top: calc(21px / 2); } .framer-6IMwe .framer-kttt1c > *, .framer-6IMwe .framer-kp4i9p > * { margin: 0px; margin-bottom: calc(41px / 2); margin-top: calc(41px / 2); } .framer-6IMwe .framer-1d00yka > *, .framer-6IMwe .framer-1rsva38 > *, .framer-6IMwe .framer-pjuj7x > *, .framer-6IMwe .framer-1m5khem > *, .framer-6IMwe .framer-v0q2v2 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",...sharedStyle.css,'.framer-6IMwe[data-border=\"true\"]::after, .framer-6IMwe [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: 1920px) { .framer-6IMwe.framer-19cpjah { background-color: var(--token-fd129d22-a226-49c0-9fc6-4b5ec80a7754, #0d0b19); height: min-content; width: 1920px; } .framer-6IMwe .framer-n5j1zi { bottom: -1022px; gap: 691px; height: 104px; left: 0px; order: 5; position: absolute; top: unset; } .framer-6IMwe .framer-1sd5gxn, .framer-6IMwe .framer-luiro3, .framer-6IMwe .framer-171ptt4, .framer-6IMwe .framer-732k0u { order: 3; } .framer-6IMwe .framer-xgtilt { flex-direction: column; } .framer-6IMwe .framer-1e97gwh, .framer-6IMwe .framer-1k9mz7h, .framer-6IMwe .framer-15n3xu9, .framer-6IMwe .framer-nwd385, .framer-6IMwe .framer-1mhqykj, .framer-6IMwe .framer-1rk39y0 { order: 0; } .framer-6IMwe .framer-5no7hb-container { order: 4; } .framer-6IMwe .framer-4l0umo { height: 1094px; justify-content: flex-end; order: 4; } .framer-6IMwe .framer-hm98e1-container { height: 1056px; order: 0; width: 1879px; } .framer-6IMwe .framer-1pxupql { height: 47px; order: 6; overflow: visible; padding: 40px 0px 0px 0px; } .framer-6IMwe .framer-19puszl { order: 10; padding: 0px 40px 0px 40px; } .framer-6IMwe .framer-ne3hf2 { gap: 0px; order: 4; } .framer-6IMwe .framer-c4yfvz { order: 5; } .framer-6IMwe .framer-za9u1r, .framer-6IMwe .framer-uz0al, .framer-6IMwe .framer-6ybeak, .framer-6IMwe .framer-1popa3k, .framer-6IMwe .framer-1t4mif8, .framer-6IMwe .framer-17aihy0, .framer-6IMwe .framer-homgp7-container { order: 1; } .framer-6IMwe .framer-qk4kub, .framer-6IMwe .framer-16zhmqz, .framer-6IMwe .framer-hdgpw0 { order: 2; } .framer-6IMwe .framer-1sf0xh5 { order: 8; } .framer-6IMwe .framer-pxcjnj { background-color: var(--token-fd129d22-a226-49c0-9fc6-4b5ec80a7754, #11131e); } .framer-6IMwe .framer-cg04ns { background-color: unset; flex: none; order: 0; padding: 0px 40px 20px 40px; width: 1869px; z-index: 1; } .framer-6IMwe .framer-br36w4 { flex-direction: row; height: 610px; width: 85%; } .framer-6IMwe .framer-1mq7hxn-container { height: 271px; width: 387px; } .framer-6IMwe .framer-1ew0w3c-container { height: 271px; width: 385px; } .framer-6IMwe .framer-1lg3xkw { height: 275px; width: 892px; } .framer-6IMwe .framer-2gk6q6-container, .framer-6IMwe .framer-1rxkl2c-container { height: 274px; width: 256px; } .framer-6IMwe .framer-1ix850d { height: 653px; order: 0; width: 537px; } .framer-6IMwe .framer-17ib1rz { order: 1; white-space: pre-wrap; width: 399px; word-break: break-word; word-wrap: break-word; } .framer-6IMwe .framer-o8m4h0 { gap: 24px; height: 239px; order: 9; } .framer-6IMwe .framer-122yvlo { height: 65px; } .framer-6IMwe .framer-1hkc3ua { gap: 691px; order: 0; z-index: 2; } .framer-6IMwe .framer-1vsrw5e-container { order: 13; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6IMwe .framer-n5j1zi, .framer-6IMwe .framer-xgtilt, .framer-6IMwe .framer-ne3hf2, .framer-6IMwe .framer-br36w4, .framer-6IMwe .framer-o8m4h0, .framer-6IMwe .framer-1hkc3ua { gap: 0px; } .framer-6IMwe .framer-n5j1zi > *, .framer-6IMwe .framer-1hkc3ua > * { margin: 0px; margin-left: calc(691px / 2); margin-right: calc(691px / 2); } .framer-6IMwe .framer-n5j1zi > :first-child, .framer-6IMwe .framer-ne3hf2 > :first-child, .framer-6IMwe .framer-br36w4 > :first-child, .framer-6IMwe .framer-1hkc3ua > :first-child { margin-left: 0px; } .framer-6IMwe .framer-n5j1zi > :last-child, .framer-6IMwe .framer-ne3hf2 > :last-child, .framer-6IMwe .framer-br36w4 > :last-child, .framer-6IMwe .framer-1hkc3ua > :last-child { margin-right: 0px; } .framer-6IMwe .framer-xgtilt > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6IMwe .framer-xgtilt > :first-child, .framer-6IMwe .framer-o8m4h0 > :first-child { margin-top: 0px; } .framer-6IMwe .framer-xgtilt > :last-child, .framer-6IMwe .framer-o8m4h0 > :last-child { margin-bottom: 0px; } .framer-6IMwe .framer-ne3hf2 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-6IMwe .framer-br36w4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-6IMwe .framer-o8m4h0 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-6IMwe.framer-19cpjah { height: min-content; width: 810px; } .framer-6IMwe .framer-n5j1zi { background-color: unset; z-index: 3; } .framer-6IMwe .framer-fgg1nu-container { bottom: unset; flex: 1 0 0px; height: 76px; left: unset; min-width: 37%; position: relative; right: unset; top: unset; width: 1px; } .framer-6IMwe .framer-d5uqwm { height: 440px; padding: 69px 0px 0px 0px; width: 100%; } .framer-6IMwe .framer-1at0e99 { height: 208px; padding: 40px 0px 0px 0px; width: 813px; } .framer-6IMwe .framer-10trbnf { height: 95px; } .framer-6IMwe .framer-16eh5es { max-width: 908px; order: 0; width: 775px; } .framer-6IMwe .framer-1jc3esm { width: 729px; } .framer-6IMwe .framer-1darho-container { bottom: 17px; } .framer-6IMwe .framer-4l0umo { height: 524px; } .framer-6IMwe .framer-hm98e1-container { height: 429px; width: 763px; } .framer-6IMwe .framer-1pxupql { height: 8px; justify-content: flex-end; padding: 0px 40px 0px 40px; } .framer-6IMwe .framer-cg04ns { padding: 0px 40px 0px 40px; } .framer-6IMwe .framer-2kwtw4 { bottom: 0px; height: 419px; left: -3px; right: 0px; top: unset; width: unset; } .framer-6IMwe .framer-nheawl, .framer-6IMwe .framer-13z4xuy { height: min-content; } .framer-6IMwe .framer-vt8jg1 { background-color: unset; height: 1176px; padding: 0px 40px 0px 40px; } .framer-6IMwe .framer-varlrd, .framer-6IMwe .framer-qx0btf { order: 3; } .framer-6IMwe .framer-2kg5jr, .framer-6IMwe .framer-14tnq8m { order: 4; } .framer-6IMwe .framer-1frbu58, .framer-6IMwe .framer-1ctf6g7 { order: 1; } .framer-6IMwe .framer-7egog, .framer-6IMwe .framer-kzvb33 { order: 0; } .framer-6IMwe .framer-17aihy0 { padding: 50px 0px 0px 0px; width: 610px; } .framer-6IMwe .framer-1lr0g85 { height: 445px; order: 0; padding: 15px 39px 15px 39px; text-decoration: none; } .framer-6IMwe .framer-18kvg9x { height: 44%; } .framer-6IMwe .framer-o8m4h0 { gap: 7px; } .framer-6IMwe .framer-1fk1pp2 { height: 141px; } .framer-6IMwe .framer-kttt1c { gap: 4px; padding: 65px 5px 65px 5px; width: 105%; } .framer-6IMwe .framer-n29o0l-container { height: var(--framer-aspect-ratio-supported, 205px); width: 291px; } .framer-6IMwe .framer-1fttih5, .framer-6IMwe .framer-1vw5ip4, .framer-6IMwe .framer-u0rbyx { width: 80px; } .framer-6IMwe .framer-1hpn80c { padding: 0px 0px 300px 0px; width: 337px; } .framer-6IMwe .framer-fnuto8 { order: 2; width: 337px; } .framer-6IMwe .framer-5qmapx { height: 547px; order: 1; width: 80px; } .framer-6IMwe .framer-1gwymdk { order: 0; padding: 0px 2px 158px 2px; } .framer-6IMwe .framer-1gxskno-container { height: 179px; width: 291px; } .framer-6IMwe .framer-1quuqxg { order: 2; } .framer-6IMwe .framer-19iie67 { padding: 0px 0px 202px 0px; width: 337px; } .framer-6IMwe .framer-mvhf6v { order: 2; padding: 0px 0px 263px 0px; width: 337px; } .framer-6IMwe .framer-84s3re { height: 527px; order: 1; width: 80px; } .framer-6IMwe .framer-13907l5 { order: 0; padding: 0px 0px 138px 0px; } .framer-6IMwe .framer-a3napw-container { height: 181px; width: 291px; } .framer-6IMwe .framer-1520dyf-container { height: 183px; width: 291px; } .framer-6IMwe .framer-ng0uku { width: 337px; } .framer-6IMwe .framer-bvpccq { height: 145px; order: 5; width: 581px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6IMwe .framer-o8m4h0, .framer-6IMwe .framer-kttt1c { gap: 0px; } .framer-6IMwe .framer-o8m4h0 > * { margin: 0px; margin-bottom: calc(7px / 2); margin-top: calc(7px / 2); } .framer-6IMwe .framer-o8m4h0 > :first-child, .framer-6IMwe .framer-kttt1c > :first-child { margin-top: 0px; } .framer-6IMwe .framer-o8m4h0 > :last-child, .framer-6IMwe .framer-kttt1c > :last-child { margin-bottom: 0px; } .framer-6IMwe .framer-kttt1c > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }}\",\"@media (max-width: 809px) { .framer-6IMwe.framer-19cpjah { height: min-content; width: 511px; } .framer-6IMwe .framer-d5uqwm { display: block; gap: unset; height: 197px; padding: unset; width: 100%; } .framer-6IMwe .framer-1at0e99 { gap: 0px; height: 156px; left: calc(49.902152641878686% - 461px / 2); position: absolute; top: 3px; width: 461px; } .framer-6IMwe .framer-10trbnf { height: 57px; } .framer-6IMwe .framer-16eh5es { height: 49px; order: 0; width: 393px; } .framer-6IMwe .framer-1jc3esm { width: 356px; } .framer-6IMwe .framer-1darho-container { bottom: 10px; left: 50%; } .framer-6IMwe .framer-4l0umo { height: 301px; } .framer-6IMwe .framer-hm98e1-container { height: 272px; order: 0; width: 100%; } .framer-6IMwe .framer-cg04ns { padding: 0px 20px 0px 20px; } .framer-6IMwe .framer-16x1bsf-container { height: var(--framer-aspect-ratio-supported, 131px); order: 0; } .framer-6IMwe .framer-lh7xyf-container, .framer-6IMwe .framer-10dplcn, .framer-6IMwe .framer-48le7t-container, .framer-6IMwe .framer-1qyb5hj-container, .framer-6IMwe .framer-1d00yka, .framer-6IMwe .framer-ik4i0r-container, .framer-6IMwe .framer-167f2p6-container, .framer-6IMwe .framer-pa7pru, .framer-6IMwe .framer-1bqicmr-container, .framer-6IMwe .framer-1b151l5-container, .framer-6IMwe .framer-w725e7-container { order: 1; } .framer-6IMwe .framer-1q04o8s-container, .framer-6IMwe .framer-18suapc, .framer-6IMwe .framer-1rsva38, .framer-6IMwe .framer-1s1oe85, .framer-6IMwe .framer-e8s6rd, .framer-6IMwe .framer-zk6b4m, .framer-6IMwe .framer-15ef9mx, .framer-6IMwe .framer-1x6i5rh { order: 2; } .framer-6IMwe .framer-13f4imh { flex-direction: column; padding: 20px; } .framer-6IMwe .framer-b3jrjn { flex-direction: column; height: min-content; order: 1; padding: 20px 30px 20px 20px; width: 100%; } .framer-6IMwe .framer-lp9ist { align-content: center; align-items: center; height: 404px; order: 2; padding: 0px 0px 12px 0px; width: 100%; } .framer-6IMwe .framer-ilylyt { height: 412px; order: 0; padding: 0px; width: 350px; } .framer-6IMwe .framer-1rqlewj { order: 0; width: 264px; } .framer-6IMwe .framer-1o9xbuq { height: 204px; order: 1; width: 342px; } .framer-6IMwe .framer-5x4dcv { height: 89%; width: 257px; } .framer-6IMwe .framer-vt8jg1 { flex-direction: column; gap: 20px; padding: 40px 20px 20px 20px; } .framer-6IMwe .framer-10g6rws { align-content: center; align-items: center; align-self: unset; height: 397px; order: 1; width: 100%; } .framer-6IMwe .framer-1p6ipdw { height: 361px; padding: 15px 0px 0px 0px; width: 350px; } .framer-6IMwe .framer-1aqakmt { order: 0; width: 270px; } .framer-6IMwe .framer-tcszxd { height: 163px; order: 1; } .framer-6IMwe .framer-c4mi2h { height: 74%; width: 257px; } .framer-6IMwe .framer-1vinljt { height: 471px; order: 0; width: 346px; } .framer-6IMwe .framer-13z7i3o { flex-direction: column; padding: 40px 20px 60px 20px; } .framer-6IMwe .framer-1ix850d { height: 514px; width: 100%; } .framer-6IMwe .framer-17aihy0 { align-content: flex-start; align-items: flex-start; align-self: unset; flex-direction: row; gap: 24px; height: 454px; width: 100%; } .framer-6IMwe .framer-1lr0g85 { height: 450px; order: 0; padding: 15px 8px 15px 8px; width: 350px; } .framer-6IMwe .framer-1kpzrld { order: 0; white-space: pre-wrap; width: 87%; word-break: break-word; word-wrap: break-word; } .framer-6IMwe .framer-16zhmqz { height: 164px; order: 1; width: 347px; } .framer-6IMwe .framer-18kvg9x { height: 70%; width: 81%; } .framer-6IMwe .framer-o8m4h0 { height: 279px; } .framer-6IMwe .framer-122yvlo { gap: 0px; height: 108px; order: 0; width: 371px; } .framer-6IMwe .framer-1ll3y3c-container { max-width: 371px; order: 0; } .framer-6IMwe .framer-1dj5lrw, .framer-6IMwe .framer-tceehp, .framer-6IMwe .framer-1t1e7jx, .framer-6IMwe .framer-ynssxj, .framer-6IMwe .framer-1n92mcm, .framer-6IMwe .framer-1mlhkst, .framer-6IMwe .framer-9ibjaj, .framer-6IMwe .framer-1eo3kca { order: 0; } .framer-6IMwe .framer-pjuj7x { order: 3; } .framer-6IMwe .framer-1m5khem { order: 4; } .framer-6IMwe .framer-v0q2v2 { order: 5; } .framer-6IMwe .framer-1lgiuzc { order: 6; } .framer-6IMwe .framer-31afxk-container { order: 7; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6IMwe .framer-d5uqwm, .framer-6IMwe .framer-1at0e99, .framer-6IMwe .framer-13f4imh, .framer-6IMwe .framer-b3jrjn, .framer-6IMwe .framer-vt8jg1, .framer-6IMwe .framer-13z7i3o, .framer-6IMwe .framer-17aihy0, .framer-6IMwe .framer-122yvlo { gap: 0px; } .framer-6IMwe .framer-d5uqwm > *, .framer-6IMwe .framer-d5uqwm > :first-child, .framer-6IMwe .framer-d5uqwm > :last-child { margin: 0px; } .framer-6IMwe .framer-1at0e99 > *, .framer-6IMwe .framer-b3jrjn > *, .framer-6IMwe .framer-122yvlo > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6IMwe .framer-1at0e99 > :first-child, .framer-6IMwe .framer-13f4imh > :first-child, .framer-6IMwe .framer-b3jrjn > :first-child, .framer-6IMwe .framer-vt8jg1 > :first-child, .framer-6IMwe .framer-13z7i3o > :first-child, .framer-6IMwe .framer-122yvlo > :first-child { margin-top: 0px; } .framer-6IMwe .framer-1at0e99 > :last-child, .framer-6IMwe .framer-13f4imh > :last-child, .framer-6IMwe .framer-b3jrjn > :last-child, .framer-6IMwe .framer-vt8jg1 > :last-child, .framer-6IMwe .framer-13z7i3o > :last-child, .framer-6IMwe .framer-122yvlo > :last-child { margin-bottom: 0px; } .framer-6IMwe .framer-13f4imh > *, .framer-6IMwe .framer-13z7i3o > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-6IMwe .framer-vt8jg1 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-6IMwe .framer-17aihy0 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-6IMwe .framer-17aihy0 > :first-child { margin-left: 0px; } .framer-6IMwe .framer-17aihy0 > :last-child { margin-right: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7780\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"L6NlS_2Ta\":{\"layout\":[\"fixed\",\"auto\"]},\"y9WAcKxoh\":{\"layout\":[\"fixed\",\"auto\"]},\"M6Vz7Dl4h\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"aDd_cvr4i\":{\"pattern\":\":aDd_cvr4i\",\"name\":\"timeline\"},\"OunN6xnIW\":{\"pattern\":\":OunN6xnIW\",\"name\":\"1\"},\"jZQP6js1I\":{\"pattern\":\":jZQP6js1I\",\"name\":\"2\"},\"ZxzOUOTaU\":{\"pattern\":\":ZxzOUOTaU\",\"name\":\"3\"},\"npuoRa9BD\":{\"pattern\":\":npuoRa9BD\",\"name\":\"4\"},\"jKuvCrgO0\":{\"pattern\":\":jKuvCrgO0\",\"name\":\"5\"},\"ZsR3xYFi7\":{\"pattern\":\":ZsR3xYFi7\",\"name\":\"timeline\"},\"IFhFV4AI4\":{\"pattern\":\":IFhFV4AI4\",\"name\":\"1-desktop\"},\"aSKcWmkdg\":{\"pattern\":\":aSKcWmkdg\",\"name\":\"2desktop\"},\"LwgwP9H81\":{\"pattern\":\":LwgwP9H81\",\"name\":\"3-dekstop\"},\"xHEgoF4EX\":{\"pattern\":\":xHEgoF4EX\",\"name\":\"4desktop\"},\"Bg2kcdQDO\":{\"pattern\":\":Bg2kcdQDO\",\"name\":\"5desktop\"},\"AVzUme01G\":{\"pattern\":\":AVzUme01G\",\"name\":\"timeline\"},\"ZbIEJmFqk\":{\"pattern\":\":ZbIEJmFqk\",\"name\":\"1-desktop\"},\"Kclfrjvtf\":{\"pattern\":\":Kclfrjvtf\",\"name\":\"2desktop\"},\"AoDbFWSTk\":{\"pattern\":\":AoDbFWSTk\",\"name\":\"3-dekstop\"},\"qPH2Nzniq\":{\"pattern\":\":qPH2Nzniq\",\"name\":\"4desktop\"},\"p7csTASFJ\":{\"pattern\":\":p7csTASFJ\",\"name\":\"5desktop\"},\"er6aCngHb\":{\"pattern\":\":er6aCngHb\",\"name\":\"timeline\"},\"GVO73GL55\":{\"pattern\":\":GVO73GL55\",\"name\":\"1\"},\"Pl_lnTRvl\":{\"pattern\":\":Pl_lnTRvl\",\"name\":\"2\"},\"CNJsbdzy5\":{\"pattern\":\":CNJsbdzy5\",\"name\":\"3\"},\"ppNGmILkV\":{\"pattern\":\":ppNGmILkV\",\"name\":\"4\"},\"aQVYEkvlI\":{\"pattern\":\":aQVYEkvlI\",\"name\":\"5\"}}\n * @framerResponsiveScreen\n */const Framerid_W3RWnl=withCSS(Component,css,\"framer-6IMwe\");export default Framerid_W3RWnl;Framerid_W3RWnl.displayName=\"Home\";Framerid_W3RWnl.defaultProps={height:7780,width:1200};addFonts(Framerid_W3RWnl,[{explicitInter:true,fonts:[{family:\"League Spartan\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvM_oTpAcdcFguczA.woff2\",weight:\"400\"},{family:\"League Spartan\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMfoTpAcdcFguczA.woff2\",weight:\"200\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"},{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"}]},...NavbarFonts,...ButtonCopyFonts,...ButtonFonts,...StartBuildingCopy2Fonts,...VimeoFonts,...VariantCardFonts,...MagTextFonts,...VideoFonts,...Card4DarkModeCard4AllMotionFonts,...Card5DarkModeCard5AllMotionFonts,...Card2DarkModeCard2AllMotionFonts,...Card3DarkModeCard4MotionFonts,...Card1DarkModeCard1AllMotionFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerid_W3RWnl\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"L6NlS_2Ta\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"y9WAcKxoh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"M6Vz7Dl4h\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"{\\\"aDd_cvr4i\\\":{\\\"pattern\\\":\\\":aDd_cvr4i\\\",\\\"name\\\":\\\"timeline\\\"},\\\"OunN6xnIW\\\":{\\\"pattern\\\":\\\":OunN6xnIW\\\",\\\"name\\\":\\\"1\\\"},\\\"jZQP6js1I\\\":{\\\"pattern\\\":\\\":jZQP6js1I\\\",\\\"name\\\":\\\"2\\\"},\\\"ZxzOUOTaU\\\":{\\\"pattern\\\":\\\":ZxzOUOTaU\\\",\\\"name\\\":\\\"3\\\"},\\\"npuoRa9BD\\\":{\\\"pattern\\\":\\\":npuoRa9BD\\\",\\\"name\\\":\\\"4\\\"},\\\"jKuvCrgO0\\\":{\\\"pattern\\\":\\\":jKuvCrgO0\\\",\\\"name\\\":\\\"5\\\"},\\\"ZsR3xYFi7\\\":{\\\"pattern\\\":\\\":ZsR3xYFi7\\\",\\\"name\\\":\\\"timeline\\\"},\\\"IFhFV4AI4\\\":{\\\"pattern\\\":\\\":IFhFV4AI4\\\",\\\"name\\\":\\\"1-desktop\\\"},\\\"aSKcWmkdg\\\":{\\\"pattern\\\":\\\":aSKcWmkdg\\\",\\\"name\\\":\\\"2desktop\\\"},\\\"LwgwP9H81\\\":{\\\"pattern\\\":\\\":LwgwP9H81\\\",\\\"name\\\":\\\"3-dekstop\\\"},\\\"xHEgoF4EX\\\":{\\\"pattern\\\":\\\":xHEgoF4EX\\\",\\\"name\\\":\\\"4desktop\\\"},\\\"Bg2kcdQDO\\\":{\\\"pattern\\\":\\\":Bg2kcdQDO\\\",\\\"name\\\":\\\"5desktop\\\"},\\\"AVzUme01G\\\":{\\\"pattern\\\":\\\":AVzUme01G\\\",\\\"name\\\":\\\"timeline\\\"},\\\"ZbIEJmFqk\\\":{\\\"pattern\\\":\\\":ZbIEJmFqk\\\",\\\"name\\\":\\\"1-desktop\\\"},\\\"Kclfrjvtf\\\":{\\\"pattern\\\":\\\":Kclfrjvtf\\\",\\\"name\\\":\\\"2desktop\\\"},\\\"AoDbFWSTk\\\":{\\\"pattern\\\":\\\":AoDbFWSTk\\\",\\\"name\\\":\\\"3-dekstop\\\"},\\\"qPH2Nzniq\\\":{\\\"pattern\\\":\\\":qPH2Nzniq\\\",\\\"name\\\":\\\"4desktop\\\"},\\\"p7csTASFJ\\\":{\\\"pattern\\\":\\\":p7csTASFJ\\\",\\\"name\\\":\\\"5desktop\\\"},\\\"er6aCngHb\\\":{\\\"pattern\\\":\\\":er6aCngHb\\\",\\\"name\\\":\\\"timeline\\\"},\\\"GVO73GL55\\\":{\\\"pattern\\\":\\\":GVO73GL55\\\",\\\"name\\\":\\\"1\\\"},\\\"Pl_lnTRvl\\\":{\\\"pattern\\\":\\\":Pl_lnTRvl\\\",\\\"name\\\":\\\"2\\\"},\\\"CNJsbdzy5\\\":{\\\"pattern\\\":\\\":CNJsbdzy5\\\",\\\"name\\\":\\\"3\\\"},\\\"ppNGmILkV\\\":{\\\"pattern\\\":\\\":ppNGmILkV\\\",\\\"name\\\":\\\"4\\\"},\\\"aQVYEkvlI\\\":{\\\"pattern\\\":\\\":aQVYEkvlI\\\",\\\"name\\\":\\\"5\\\"}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"7780\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["_classCallCheck", "e", "t", "_defineProperties", "n", "r", "_createClass", "global", "getMethodName", "isDomElement", "isInteger", "isVimeoUrl", "getVimeoUrl", "window", "createCommonjsModule", "defineProperty", "WeakMap", "genId", "checkInstance", "isObject", "rand", "o", "Item", "schedule", "isThenable", "notify", "notifyIsolated", "resolve", "MakeDefWrapper", "reject", "iteratePromises", "MakeDef", "Promise", "i", "a", "storeCallback", "getCallbacks", "removeCallback", "shiftCallbacks", "swapCallbacks", "getOEmbedParameters", "createEmbed", "getOEmbedData", "u", "initializeEmbeds", "resizeEmbeds", "parseMessageData", "postMessage", "navigator", "processData", "initializeScreenfull", "onFullScreenEntered", "onFullScreenExit", "l", "s", "c", "Player", "vimeoRegex", "Vimeo", "withCSS", "video", "autoplay", "mute", "controls", "loop", "titles", "backgroundColor", "onPlay", "onEnd", "style", "props", "key", "setKey", "ye", "player", "pe", "borderRadius", "useRadius", "ue", "id", "embeddedPlayer", "c", "RenderTarget", "p", "motion", "addPropertyControls", "ControlType", "borderRadiusControl", "Vimeo_default", "NavbarFonts", "getFonts", "BPV67yEOR_default", "ButtonCopyFonts", "BKJSpxze5_default", "ButtonFonts", "p_WYN4wFV_default", "StartBuildingCopy2Fonts", "r5Cv3bP1k_default", "VimeoFonts", "Vimeo_default", "VariantCardFonts", "qgoMZguFi_default", "MotionDivWithFX", "withFX", "motion", "RichTextWithFX", "RichText2", "MagTextFonts", "MagText", "VideoFonts", "Video", "Card4DarkModeCard4AllMotionFonts", "Bento_Cloud_default", "Card5DarkModeCard5AllMotionFonts", "Bento_Integrate_default", "Card2DarkModeCard2AllMotionFonts", "Bento_Fast2_default", "Card3DarkModeCard4MotionFonts", "Bento_Status_default", "Card1DarkModeCard1AllMotionFonts", "Bento_Scale_default", "ImageWithFX", "Image2", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "FooterFonts", "dBNMeUmL_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "addImageAlt", "image", "alt", "animation", "transition1", "animation1", "animation2", "transition2", "transition3", "animation3", "animation4", "transition4", "animation5", "animation6", "transition5", "animation7", "animation8", "transition6", "animation9", "animation10", "animation11", "animation12", "animation13", "animation14", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "router", "useRouter", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "elementId2", "ref4", "elementId3", "ref5", "elementId4", "ref6", "elementId5", "ref7", "elementId6", "ref8", "elementId7", "ref9", "elementId8", "ref10", "elementId9", "ref11", "elementId10", "ref12", "elementId11", "ref13", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "elementId12", "ref14", "elementId13", "ref15", "elementId14", "ref16", "elementId15", "ref17", "elementId16", "ref18", "elementId17", "ref19", "elementId18", "ref20", "elementId19", "ref21", "elementId20", "ref22", "elementId21", "ref23", "elementId22", "ref24", "elementId23", "ref25", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "Container", "x", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "Link", "css", "Framerid_W3RWnl", "withCSS", "id_W3RWnl_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
