{
  "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/llFlsJQhXka8MArJmaTM/v0FndE1XNkbrNz43iuMG/SiALficAl.js", "ssg:https://framerusercontent.com/modules/JrZP0ARC7DYWllLsOsfT/oFMdLLzYvs9rzCX2VU5t/aFwoDyJwA.js", "ssg:https://framerusercontent.com/modules/Yhy6HYBViAXfErgfYwz4/2IC9uqsAqLdZ9EESTTfY/egwoYFvfm.js", "ssg:https://framerusercontent.com/modules/vI93Zc0BwRccCDpui4Ox/5pF7KR8p8FTE3IgvVp5F/Negative_Gap.js", "ssg:https://framerusercontent.com/modules/qkLrtg9lpCDfvZzPpGvc/fIZcTBQcWZHFUq55zfEy/iecqx975e.js", "ssg:https://framerusercontent.com/modules/6zfhMhdHlgO0KQXpJKso/aYXfwKat5bQUdF2XbUo1/pYzjZod5o.js", "ssg:https://framerusercontent.com/modules/1NVIzajiGvAnY84AfSmz/AUiXbFBqFbOPx3ZUtrX4/Adx98kEqr.js", "ssg:https://framerusercontent.com/modules/p2xamc6xS0O5HttFoUui/KYKCPPR1JMBGJGe6xdPa/mfIunfCxb.js", "ssg:https://framerusercontent.com/modules/fIH6u0eCXP4Bt8xCSWDq/suG8zKASrJWxvwKECXj7/augiA20Il.js"],
  "sourcesContent": ["function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _defineProperties(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||false;r.configurable=true;\"value\"in r&&(r.writable=true);Object.defineProperty(e,r.key,r)}}function _createClass(e,t,n){t&&_defineProperties(e.prototype,t);n&&_defineProperties(e,n);return e}\n/**\n * Check to see this is a node environment.\n * @type {Boolean}\n */var e=\"undefined\"!==typeof global&&\"[object global]\"==={}.toString.call(global);\n/**\n * Get the name of the method for a given getter or setter.\n *\n * @param {string} prop The name of the property.\n * @param {string} type Either \u201Cget\u201D or \u201Cset\u201D.\n * @return {string}\n */function getMethodName(e,t){return 0===e.indexOf(t.toLowerCase())?e:\"\".concat(t.toLowerCase()).concat(e.substr(0,1).toUpperCase()).concat(e.substr(1))}\n/**\n * Check to see if the object is a DOM Element.\n *\n * @param {*} element The object to check.\n * @return {boolean}\n */function isDomElement(e){return Boolean(e&&1===e.nodeType&&\"nodeName\"in e&&e.ownerDocument&&e.ownerDocument.defaultView)}\n/**\n * Check to see whether the value is a number.\n *\n * @see http://dl.dropboxusercontent.com/u/35146/js/tests/isNumber.html\n * @param {*} value The value to check.\n * @param {boolean} integer Check if the value is an integer.\n * @return {boolean}\n */function isInteger(e){return!isNaN(parseFloat(e))&&isFinite(e)&&Math.floor(e)==e}\n/**\n * Check to see if the URL is a Vimeo url.\n *\n * @param {string} url The url string.\n * @return {boolean}\n */function isVimeoUrl(e){return/^(https?:)?\\/\\/((player|www)\\.)?vimeo\\.com(?=$|\\/)/.test(e)}\n/**\n * Get the Vimeo URL from an element.\n * The element must have either a data-vimeo-id or data-vimeo-url attribute.\n *\n * @param {object} oEmbedParameters The oEmbed parameters.\n * @return {string}\n */function getVimeoUrl(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};var t=e.id;var n=e.url;var r=t||n;if(!r)throw new Error(\"An id or url must be passed, either in an options object or as a data-vimeo-id or data-vimeo-url attribute.\");if(isInteger(r))return\"https://vimeo.com/\".concat(r);if(isVimeoUrl(r))return r.replace(\"http:\",\"https:\");if(t)throw new TypeError(\"\u201C\".concat(t,\"\u201D is not a valid video id.\"));throw new TypeError(\"\u201C\".concat(r,\"\u201D is not a vimeo.com url.\"))}var t=\"undefined\"!==typeof Array.prototype.indexOf;var n=\"undefined\"!==typeof window&&\"undefined\"!==typeof window.postMessage;if(!e&&(!t||!n))throw new Error(\"Sorry, the Vimeo Player API is not available in this browser.\");var r=\"undefined\"!==typeof globalThis?globalThis:\"undefined\"!==typeof window?window:\"undefined\"!==typeof global?global:\"undefined\"!==typeof self?self:{};function createCommonjsModule(e,t){return t={exports:{}},e(t,t.exports),t.exports\n/*!\n * weakmap-polyfill v2.0.1 - ECMAScript6 WeakMap polyfill\n * https://github.com/polygonplanet/weakmap-polyfill\n * Copyright (c) 2015-2020 Polygon Planet <polygon.planet.aqua@gmail.com>\n * @license MIT\n */}(function(e){if(!e.WeakMap){var t=Object.prototype.hasOwnProperty;var defineProperty=function(e,t,n){Object.defineProperty?Object.defineProperty(e,t,{configurable:true,writable:true,value:n}):e[t]=n};e.WeakMap=function(){function WeakMap(){if(void 0===this)throw new TypeError(\"Constructor WeakMap requires 'new'\");defineProperty(this,\"_id\",genId(\"_WeakMap\"));if(arguments.length>0)throw new TypeError(\"WeakMap iterable is not supported\")}defineProperty(WeakMap.prototype,\"delete\",(function(e){checkInstance(this,\"delete\");if(!isObject(e))return false;var t=e[this._id];if(t&&t[0]===e){delete e[this._id];return true}return false}));defineProperty(WeakMap.prototype,\"get\",(function(e){checkInstance(this,\"get\");if(isObject(e)){var t=e[this._id];return t&&t[0]===e?t[1]:void 0}}));defineProperty(WeakMap.prototype,\"has\",(function(e){checkInstance(this,\"has\");if(!isObject(e))return false;var t=e[this._id];return!(!t||t[0]!==e)}));defineProperty(WeakMap.prototype,\"set\",(function(e,t){checkInstance(this,\"set\");if(!isObject(e))throw new TypeError(\"Invalid value used as weak map key\");var n=e[this._id];if(n&&n[0]===e){n[1]=t;return this}defineProperty(e,this._id,[e,t]);return this}));function checkInstance(e,n){if(!isObject(e)||!t.call(e,\"_id\"))throw new TypeError(n+\" method called on incompatible receiver \"+typeof e)}function genId(e){return e+\"_\"+rand()+\".\"+rand()}function rand(){return Math.random().toString().substring(2)}defineProperty(WeakMap,\"_polyfill\",true);return WeakMap}()}function isObject(e){return Object(e)===e}})(\"undefined\"!==typeof self?self:\"undefined\"!==typeof window?window:(\"undefined\"!==typeof r,r));var o=createCommonjsModule((function(e){(function UMD(t,n,r){n[t]=n[t]||r();e.exports&&(e.exports=n[t])})(\"Promise\",(\"undefined\"!=typeof r,r),(function DEF(){var e,t,n,r=Object.prototype.toString,o=\"undefined\"!=typeof setImmediate?function timer(e){return setImmediate(e)}:setTimeout;try{Object.defineProperty({},\"x\",{});e=function builtInProp(e,t,n,r){return Object.defineProperty(e,t,{value:n,writable:true,configurable:false!==r})}}catch(t){e=function builtInProp(e,t,n){e[t]=n;return e}}n=function Queue(){var e,n,r;function Item(e,t){this.fn=e;this.self=t;this.next=void 0}return{add:function add(t,o){r=new Item(t,o);n?n.next=r:e=r;n=r;r=void 0},drain:function drain(){var r=e;e=n=t=void 0;while(r){r.fn.call(r.self);r=r.next}}}}();function schedule(e,r){n.add(e,r);t||(t=o(n.drain))}function isThenable(e){var t,n=typeof e;null==e||\"object\"!=n&&\"function\"!=n||(t=e.then);return\"function\"==typeof t&&t}function notify(){for(var e=0;e<this.chain.length;e++)notifyIsolated(this,1===this.state?this.chain[e].success:this.chain[e].failure,this.chain[e]);this.chain.length=0}function notifyIsolated(e,t,n){var r,o;try{if(false===t)n.reject(e.msg);else{r=true===t?e.msg:t.call(void 0,e.msg);r===n.promise?n.reject(TypeError(\"Promise-chain cycle\")):(o=isThenable(r))?o.call(r,n.resolve,n.reject):n.resolve(r)}}catch(e){n.reject(e)}}function resolve(e){var t,n=this;if(!n.triggered){n.triggered=true;n.def&&(n=n.def);try{if(t=isThenable(e))schedule((function(){var r=new MakeDefWrapper(n);try{t.call(e,(function $resolve$(){resolve.apply(r,arguments)}),(function $reject$(){reject.apply(r,arguments)}))}catch(e){reject.call(r,e)}}));else{n.msg=e;n.state=1;n.chain.length>0&&schedule(notify,n)}}catch(e){reject.call(new MakeDefWrapper(n),e)}}}function reject(e){var t=this;if(!t.triggered){t.triggered=true;t.def&&(t=t.def);t.msg=e;t.state=2;t.chain.length>0&&schedule(notify,t)}}function iteratePromises(e,t,n,r){for(var o=0;o<t.length;o++)(function IIFE(o){e.resolve(t[o]).then((function $resolver$(e){n(o,e)}),r)})(o)}function MakeDefWrapper(e){this.def=e;this.triggered=false}function MakeDef(e){this.promise=e;this.state=0;this.triggered=false;this.chain=[];this.msg=void 0}function Promise(e){if(\"function\"!=typeof e)throw TypeError(\"Not a function\");if(0!==this.__NPO__)throw TypeError(\"Not a promise\");this.__NPO__=1;var t=new MakeDef(this);this.then=function then(e,n){var r={success:\"function\"!=typeof e||e,failure:\"function\"==typeof n&&n};r.promise=new this.constructor((function extractChain(e,t){if(\"function\"!=typeof e||\"function\"!=typeof t)throw TypeError(\"Not a function\");r.resolve=e;r.reject=t}));t.chain.push(r);0!==t.state&&schedule(notify,t);return r.promise};this.catch=function $catch$(e){return this.then(void 0,e)};try{e.call(void 0,(function publicResolve(e){resolve.call(t,e)}),(function publicReject(e){reject.call(t,e)}))}catch(e){reject.call(t,e)}}var i=e({},\"constructor\",Promise,false);Promise.prototype=i;e(i,\"__NPO__\",0,false);e(Promise,\"resolve\",(function Promise$resolve(e){var t=this;return e&&\"object\"==typeof e&&1===e.__NPO__?e:new t((function executor(t,n){if(\"function\"!=typeof t||\"function\"!=typeof n)throw TypeError(\"Not a function\");t(e)}))}));e(Promise,\"reject\",(function Promise$reject(e){return new this((function executor(t,n){if(\"function\"!=typeof t||\"function\"!=typeof n)throw TypeError(\"Not a function\");n(e)}))}));e(Promise,\"all\",(function Promise$all(e){var t=this;return\"[object Array]\"!=r.call(e)?t.reject(TypeError(\"Not an array\")):0===e.length?t.resolve([]):new t((function executor(n,r){if(\"function\"!=typeof n||\"function\"!=typeof r)throw TypeError(\"Not a function\");var o=e.length,i=Array(o),a=0;iteratePromises(t,e,(function resolver(e,t){i[e]=t;++a===o&&n(i)}),r)}))}));e(Promise,\"race\",(function Promise$race(e){var t=this;return\"[object Array]\"!=r.call(e)?t.reject(TypeError(\"Not an array\")):new t((function executor(n,r){if(\"function\"!=typeof n||\"function\"!=typeof r)throw TypeError(\"Not a function\");iteratePromises(t,e,(function resolver(e,t){n(t)}),r)}))}));return Promise}))}));var i=new WeakMap;\n/**\n * Store a callback for a method or event for a player.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name.\n * @param {(function(this:Player, *): void|{resolve: function, reject: function})} callback\n *        The callback to call or an object with resolve and reject functions for a promise.\n * @return {void}\n */function storeCallback(e,t,n){var r=i.get(e.element)||{};t in r||(r[t]=[]);r[t].push(n);i.set(e.element,r)}\n/**\n * Get the callbacks for a player and event or method.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name\n * @return {function[]}\n */function getCallbacks(e,t){var n=i.get(e.element)||{};return n[t]||[]}\n/**\n * Remove a stored callback for a method or event for a player.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name\n * @param {function} [callback] The specific callback to remove.\n * @return {boolean} Was this the last callback?\n */function removeCallback(e,t,n){var r=i.get(e.element)||{};if(!r[t])return true;if(!n){r[t]=[];i.set(e.element,r);return true}var o=r[t].indexOf(n);-1!==o&&r[t].splice(o,1);i.set(e.element,r);return r[t]&&0===r[t].length}\n/**\n * Return the first stored callback for a player and event or method.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name.\n * @return {function} The callback, or false if there were none\n */function shiftCallbacks(e,t){var n=getCallbacks(e,t);if(n.length<1)return false;var r=n.shift();removeCallback(e,t,r);return r}\n/**\n * Move callbacks associated with an element to another element.\n *\n * @param {HTMLElement} oldElement The old element.\n * @param {HTMLElement} newElement The new element.\n * @return {void}\n */function swapCallbacks(e,t){var n=i.get(e);i.set(t,n);i.delete(e)}var a=[\"autopause\",\"autoplay\",\"background\",\"byline\",\"color\",\"controls\",\"dnt\",\"height\",\"id\",\"interactive_params\",\"keyboard\",\"loop\",\"maxheight\",\"maxwidth\",\"muted\",\"playsinline\",\"portrait\",\"responsive\",\"speed\",\"texttrack\",\"title\",\"transparent\",\"url\",\"width\"];\n/**\n * Get the 'data-vimeo'-prefixed attributes from an element as an object.\n *\n * @param {HTMLElement} element The element.\n * @param {Object} [defaults={}] The default values to use.\n * @return {Object<string, string>}\n */function getOEmbedParameters(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return a.reduce((function(t,n){var r=e.getAttribute(\"data-vimeo-\".concat(n));(r||\"\"===r)&&(t[n]=\"\"===r?1:r);return t}),t)}\n/**\n * Create an embed from oEmbed data inside an element.\n *\n * @param {object} data The oEmbed data.\n * @param {HTMLElement} element The element to put the iframe in.\n * @return {HTMLIFrameElement} The iframe embed.\n */function createEmbed(e,t){var n=e.html;if(!t)throw new TypeError(\"An element must be provided\");if(null!==t.getAttribute(\"data-vimeo-initialized\"))return t.querySelector(\"iframe\");var r=document.createElement(\"div\");r.innerHTML=n;t.appendChild(r.firstChild);t.setAttribute(\"data-vimeo-initialized\",\"true\");return t.querySelector(\"iframe\")}\n/**\n * Make an oEmbed call for the specified URL.\n *\n * @param {string} videoUrl The vimeo.com url for the video.\n * @param {Object} [params] Parameters to pass to oEmbed.\n * @param {HTMLElement} element The element.\n * @return {Promise}\n */function getOEmbedData(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};var n=arguments.length>2?arguments[2]:void 0;return new Promise((function(r,o){if(!isVimeoUrl(e))throw new TypeError(\"\u201C\".concat(e,\"\u201D is not a vimeo.com url.\"));var i=\"https://vimeo.com/api/oembed.json?url=\".concat(encodeURIComponent(e));for(var a in t)t.hasOwnProperty(a)&&(i+=\"&\".concat(a,\"=\").concat(encodeURIComponent(t[a])));var u=\"XDomainRequest\"in window?new XDomainRequest:new XMLHttpRequest;u.open(\"GET\",i,true);u.onload=function(){if(404!==u.status)if(403!==u.status)try{var t=JSON.parse(u.responseText);if(403===t.domain_status_code){createEmbed(t,n);o(new Error(\"\u201C\".concat(e,\"\u201D is not embeddable.\")));return}r(t)}catch(e){o(e)}else o(new Error(\"\u201C\".concat(e,\"\u201D is not embeddable.\")));else o(new Error(\"\u201C\".concat(e,\"\u201D was not found.\")))};u.onerror=function(){var e=u.status?\" (\".concat(u.status,\")\"):\"\";o(new Error(\"There was an error fetching the embed code from Vimeo\".concat(e,\".\")))};u.send()}))}\n/**\n * Initialize all embeds within a specific element\n *\n * @param {HTMLElement} [parent=document] The parent element.\n * @return {void}\n */function initializeEmbeds(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document;var t=[].slice.call(e.querySelectorAll(\"[data-vimeo-id], [data-vimeo-url]\"));var n=function handleError(e){\"console\"in window&&console.error&&console.error(\"There was an error creating an embed: \".concat(e))};t.forEach((function(e){try{if(null!==e.getAttribute(\"data-vimeo-defer\"))return;var t=getOEmbedParameters(e);var r=getVimeoUrl(t);getOEmbedData(r,t,e).then((function(t){return createEmbed(t,e)})).catch(n)}catch(e){n(e)}}))}\n/**\n * Resize embeds when messaged by the player.\n *\n * @param {HTMLElement} [parent=document] The parent element.\n * @return {void}\n */function resizeEmbeds(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document;if(!window.VimeoPlayerResizeEmbeds_){window.VimeoPlayerResizeEmbeds_=true;var t=function onMessage(t){if(isVimeoUrl(t.origin)&&t.data&&\"spacechange\"===t.data.event){var n=e.querySelectorAll(\"iframe\");for(var r=0;r<n.length;r++)if(n[r].contentWindow===t.source){var o=n[r].parentElement;o.style.paddingBottom=\"\".concat(t.data.data[0].bottom,\"px\");break}}};window.addEventListener(\"message\",t)}}\n/**\n * Parse a message received from postMessage.\n *\n * @param {*} data The data received from postMessage.\n * @return {object}\n */function parseMessageData(e){if(\"string\"===typeof e)try{e=JSON.parse(e)}catch(e){console.warn(e);return{}}return e}\n/**\n * Post a message to the specified target.\n *\n * @param {Player} player The player object to use.\n * @param {string} method The API method to call.\n * @param {object} params The parameters to send to the player.\n * @return {void}\n */function postMessage(e,t,n){if(e.element.contentWindow&&e.element.contentWindow.postMessage){var r={method:t};void 0!==n&&(r.value=n);var o=parseFloat(navigator.userAgent.toLowerCase().replace(/^.*msie (\\d+).*$/,\"$1\"));o>=8&&o<10&&(r=JSON.stringify(r));e.element.contentWindow.postMessage(r,e.origin)}}\n/**\n * Parse the data received from a message event.\n *\n * @param {Player} player The player that received the message.\n * @param {(Object|string)} data The message data. Strings will be parsed into JSON.\n * @return {void}\n */function processData(e,t){t=parseMessageData(t);var n=[];var r;if(t.event){if(\"error\"===t.event){var o=getCallbacks(e,t.data.method);o.forEach((function(n){var r=new Error(t.data.message);r.name=t.data.name;n.reject(r);removeCallback(e,t.data.method,n)}))}n=getCallbacks(e,\"event:\".concat(t.event));r=t.data}else if(t.method){var i=shiftCallbacks(e,t.method);if(i){n.push(i);r=t.value}}n.forEach((function(t){try{if(\"function\"===typeof t){t.call(e,r);return}t.resolve(r)}catch(e){}}))}function initializeScreenfull(){var e=function(){var e;var t=[[\"requestFullscreen\",\"exitFullscreen\",\"fullscreenElement\",\"fullscreenEnabled\",\"fullscreenchange\",\"fullscreenerror\"],[\"webkitRequestFullscreen\",\"webkitExitFullscreen\",\"webkitFullscreenElement\",\"webkitFullscreenEnabled\",\"webkitfullscreenchange\",\"webkitfullscreenerror\"],[\"webkitRequestFullScreen\",\"webkitCancelFullScreen\",\"webkitCurrentFullScreenElement\",\"webkitCancelFullScreen\",\"webkitfullscreenchange\",\"webkitfullscreenerror\"],[\"mozRequestFullScreen\",\"mozCancelFullScreen\",\"mozFullScreenElement\",\"mozFullScreenEnabled\",\"mozfullscreenchange\",\"mozfullscreenerror\"],[\"msRequestFullscreen\",\"msExitFullscreen\",\"msFullscreenElement\",\"msFullscreenEnabled\",\"MSFullscreenChange\",\"MSFullscreenError\"]];var n=0;var r=t.length;var o={};for(;n<r;n++){e=t[n];if(e&&e[1]in document){for(n=0;n<e.length;n++)o[t[0][n]]=e[n];return o}}return false}();var t={fullscreenchange:e.fullscreenchange,fullscreenerror:e.fullscreenerror};var n={request:function request(t){return new Promise((function(r,o){var i=function onFullScreenEntered(){n.off(\"fullscreenchange\",onFullScreenEntered);r()};n.on(\"fullscreenchange\",i);t=t||document.documentElement;var a=t[e.requestFullscreen]();a instanceof Promise&&a.then(i).catch(o)}))},exit:function exit(){return new Promise((function(t,r){if(n.isFullscreen){var o=function onFullScreenExit(){n.off(\"fullscreenchange\",onFullScreenExit);t()};n.on(\"fullscreenchange\",o);var i=document[e.exitFullscreen]();i instanceof Promise&&i.then(o).catch(r)}else t()}))},on:function on(e,n){var r=t[e];r&&document.addEventListener(r,n)},off:function off(e,n){var r=t[e];r&&document.removeEventListener(r,n)}};Object.defineProperties(n,{isFullscreen:{get:function get(){return Boolean(document[e.fullscreenElement])}},element:{enumerable:true,get:function get(){return document[e.fullscreenElement]}},isEnabled:{enumerable:true,get:function get(){return Boolean(document[e.fullscreenEnabled])}}});return n}var u=new WeakMap;var l=new WeakMap;var s={};var c=function(){\n/**\n   * Create a Player.\n   *\n   * @param {(HTMLIFrameElement|HTMLElement|string|jQuery)} element A reference to the Vimeo\n   *        player iframe, and id, or a jQuery object.\n   * @param {object} [options] oEmbed parameters to use when creating an embed in the element.\n   * @return {Player}\n   */\nfunction Player(e){var t=this;var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};_classCallCheck(this,Player);if(window.jQuery&&e instanceof jQuery){e.length>1&&window.console&&console.warn&&console.warn(\"A jQuery object with multiple elements was passed, using the first element.\");e=e[0]}\"undefined\"!==typeof document&&\"string\"===typeof e&&(e=document.getElementById(e));if(!isDomElement(e))throw new TypeError(\"You must pass either a valid element or a valid id.\");if(\"IFRAME\"!==e.nodeName){var r=e.querySelector(\"iframe\");r&&(e=r)}if(\"IFRAME\"===e.nodeName&&!isVimeoUrl(e.getAttribute(\"src\")||\"\"))throw new Error(\"The player element passed isn\u2019t a Vimeo embed.\");if(u.has(e))return u.get(e);this._window=e.ownerDocument.defaultView;this.element=e;this.origin=\"*\";var i=new o((function(r,o){t._onMessage=function(e){if(isVimeoUrl(e.origin)&&t.element.contentWindow===e.source){\"*\"===t.origin&&(t.origin=e.origin);var n=parseMessageData(e.data);var i=n&&\"error\"===n.event;var a=i&&n.data&&\"ready\"===n.data.method;if(a){var u=new Error(n.data.message);u.name=n.data.name;o(u)}else{var l=n&&\"ready\"===n.event;var s=n&&\"ping\"===n.method;if(l||s){t.element.setAttribute(\"data-ready\",\"true\");r()}else processData(t,n)}}};t._window.addEventListener(\"message\",t._onMessage);if(\"IFRAME\"!==t.element.nodeName){var i=getOEmbedParameters(e,n);var a=getVimeoUrl(i);getOEmbedData(a,i,e).then((function(n){var r=createEmbed(n,e);t.element=r;t._originalElement=e;swapCallbacks(e,r);u.set(t.element,t);return n})).catch(o)}}));l.set(this,i);u.set(this.element,this);\"IFRAME\"===this.element.nodeName&&postMessage(this,\"ping\");if(s.isEnabled){var a=function exitFullscreen(){return s.exit()};this.fullscreenchangeHandler=function(){s.isFullscreen?storeCallback(t,\"event:exitFullscreen\",a):removeCallback(t,\"event:exitFullscreen\",a);t.ready().then((function(){postMessage(t,\"fullscreenchange\",s.isFullscreen)}))};s.on(\"fullscreenchange\",this.fullscreenchangeHandler)}return this}\n/**\n   * Get a promise for a method.\n   *\n   * @param {string} name The API method to call.\n   * @param {Object} [args={}] Arguments to send via postMessage.\n   * @return {Promise}\n   */_createClass(Player,[{key:\"callMethod\",value:function callMethod(e){var t=this;var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new o((function(r,o){return t.ready().then((function(){storeCallback(t,e,{resolve:r,reject:o});postMessage(t,e,n)})).catch(o)}))}\n/**\n     * Get a promise for the value of a player property.\n     *\n     * @param {string} name The property name\n     * @return {Promise}\n     */},{key:\"get\",value:function get(e){var t=this;return new o((function(n,r){e=getMethodName(e,\"get\");return t.ready().then((function(){storeCallback(t,e,{resolve:n,reject:r});postMessage(t,e)})).catch(r)}))}\n/**\n     * Get a promise for setting the value of a player property.\n     *\n     * @param {string} name The API method to call.\n     * @param {mixed} value The value to set.\n     * @return {Promise}\n     */},{key:\"set\",value:function set(e,t){var n=this;return new o((function(r,o){e=getMethodName(e,\"set\");if(void 0===t||null===t)throw new TypeError(\"There must be a value to set.\");return n.ready().then((function(){storeCallback(n,e,{resolve:r,reject:o});postMessage(n,e,t)})).catch(o)}))}\n/**\n     * Add an event listener for the specified event. Will call the\n     * callback with a single parameter, `data`, that contains the data for\n     * that event.\n     *\n     * @param {string} eventName The name of the event.\n     * @param {function(*)} callback The function to call when the event fires.\n     * @return {void}\n     */},{key:\"on\",value:function on(e,t){if(!e)throw new TypeError(\"You must pass an event name.\");if(!t)throw new TypeError(\"You must pass a callback function.\");if(\"function\"!==typeof t)throw new TypeError(\"The callback must be a function.\");var n=getCallbacks(this,\"event:\".concat(e));0===n.length&&this.callMethod(\"addEventListener\",e).catch((function(){}));storeCallback(this,\"event:\".concat(e),t)}\n/**\n     * Remove an event listener for the specified event. Will remove all\n     * listeners for that event if a `callback` isn\u2019t passed, or only that\n     * specific callback if it is passed.\n     *\n     * @param {string} eventName The name of the event.\n     * @param {function} [callback] The specific callback to remove.\n     * @return {void}\n     */},{key:\"off\",value:function off(e,t){if(!e)throw new TypeError(\"You must pass an event name.\");if(t&&\"function\"!==typeof t)throw new TypeError(\"The callback must be a function.\");var n=removeCallback(this,\"event:\".concat(e),t);n&&this.callMethod(\"removeEventListener\",e).catch((function(e){}))}\n/**\n     * Load a new video into this embed. The promise will be resolved if\n     * the video is successfully loaded, or it will be rejected if it could\n     * not be loaded.\n     *\n     * @param {number|string|object} options The id of the video, the url of the video, or an object with embed options.\n     * @return {LoadVideoPromise}\n     */},{key:\"loadVideo\",value:function loadVideo(e){return this.callMethod(\"loadVideo\",e)}},{key:\"ready\",value:function ready(){var e=l.get(this)||new o((function(e,t){t(new Error(\"Unknown player. Probably unloaded.\"))}));return o.resolve(e)}\n/**\n     * Add a cue point to the player.\n     *\n     * @param {number} time The time for the cue point.\n     * @param {object} [data] Arbitrary data to be returned with the cue point.\n     * @return {AddCuePointPromise}\n     */},{key:\"addCuePoint\",value:function addCuePoint(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.callMethod(\"addCuePoint\",{time:e,data:t})}\n/**\n     * Remove a cue point from the video.\n     *\n     * @param {string} id The id of the cue point to remove.\n     * @return {RemoveCuePointPromise}\n     */},{key:\"removeCuePoint\",value:function removeCuePoint(e){return this.callMethod(\"removeCuePoint\",e)}\n/**\n     * A representation of a text track on a video.\n     *\n     * @typedef {Object} VimeoTextTrack\n     * @property {string} language The ISO language code.\n     * @property {string} kind The kind of track it is (captions or subtitles).\n     * @property {string} label The human\u2010readable label for the track.\n     */\n/**\n     * Enable the text track with the specified language, and optionally the\n     * specified kind (captions or subtitles).\n     *\n     * When set via the API, the track language will not change the viewer\u2019s\n     * stored preference.\n     *\n     * @param {string} language The two\u2010letter language code.\n     * @param {string} [kind] The kind of track to enable (captions or subtitles).\n     * @return {EnableTextTrackPromise}\n     */},{key:\"enableTextTrack\",value:function enableTextTrack(e,t){if(!e)throw new TypeError(\"You must pass a language.\");return this.callMethod(\"enableTextTrack\",{language:e,kind:t})}},{key:\"disableTextTrack\",value:function disableTextTrack(){return this.callMethod(\"disableTextTrack\")}},{key:\"pause\",value:function pause(){return this.callMethod(\"pause\")}},{key:\"play\",value:function play(){return this.callMethod(\"play\")}},{key:\"requestFullscreen\",value:function requestFullscreen(){return s.isEnabled?s.request(this.element):this.callMethod(\"requestFullscreen\")}},{key:\"exitFullscreen\",value:function exitFullscreen(){return s.isEnabled?s.exit():this.callMethod(\"exitFullscreen\")}},{key:\"getFullscreen\",value:function getFullscreen(){return s.isEnabled?o.resolve(s.isFullscreen):this.get(\"fullscreen\")}},{key:\"requestPictureInPicture\",value:function requestPictureInPicture(){return this.callMethod(\"requestPictureInPicture\")}},{key:\"exitPictureInPicture\",value:function exitPictureInPicture(){return this.callMethod(\"exitPictureInPicture\")}},{key:\"getPictureInPicture\",value:function getPictureInPicture(){return this.get(\"pictureInPicture\")}},{key:\"unload\",value:function unload(){return this.callMethod(\"unload\")}},{key:\"destroy\",value:function destroy(){var e=this;return new o((function(t){l.delete(e);u.delete(e.element);if(e._originalElement){u.delete(e._originalElement);e._originalElement.removeAttribute(\"data-vimeo-initialized\")}e.element&&\"IFRAME\"===e.element.nodeName&&e.element.parentNode&&(e.element.parentNode.parentNode&&e._originalElement&&e._originalElement!==e.element.parentNode?e.element.parentNode.parentNode.removeChild(e.element.parentNode):e.element.parentNode.removeChild(e.element));if(e.element&&\"DIV\"===e.element.nodeName&&e.element.parentNode){e.element.removeAttribute(\"data-vimeo-initialized\");var n=e.element.querySelector(\"iframe\");n&&n.parentNode&&(n.parentNode.parentNode&&e._originalElement&&e._originalElement!==n.parentNode?n.parentNode.parentNode.removeChild(n.parentNode):n.parentNode.removeChild(n))}e._window.removeEventListener(\"message\",e._onMessage);s.isEnabled&&s.off(\"fullscreenchange\",e.fullscreenchangeHandler);t()}))}},{key:\"getAutopause\",value:function getAutopause(){return this.get(\"autopause\")}\n/**\n     * Enable or disable the autopause behavior of this player.\n     *\n     * By default, when another video is played in the same browser, this\n     * player will automatically pause. Unless you have a specific reason\n     * for doing so, we recommend that you leave autopause set to the\n     * default (`true`).\n     *\n     * @param {boolean} autopause\n     * @return {SetAutopausePromise}\n     */},{key:\"setAutopause\",value:function setAutopause(e){return this.set(\"autopause\",e)}},{key:\"getBuffered\",value:function getBuffered(){return this.get(\"buffered\")}\n/**\n     * @typedef {Object} CameraProperties\n     * @prop {number} props.yaw - Number between 0 and 360.\n     * @prop {number} props.pitch - Number between -90 and 90.\n     * @prop {number} props.roll - Number between -180 and 180.\n     * @prop {number} props.fov - The field of view in degrees.\n     */},{key:\"getCameraProps\",value:function getCameraProps(){return this.get(\"cameraProps\")}\n/**\n     * For 360\u00B0 videos set the camera properties for this player.\n     *\n     * @param {CameraProperties} camera The camera properties\n     * @return {SetCameraPromise}\n     */},{key:\"setCameraProps\",value:function setCameraProps(e){return this.set(\"cameraProps\",e)}\n/**\n     * A representation of a chapter.\n     *\n     * @typedef {Object} VimeoChapter\n     * @property {number} startTime The start time of the chapter.\n     * @property {object} title The title of the chapter.\n     * @property {number} index The place in the order of Chapters. Starts at 1.\n     */},{key:\"getChapters\",value:function getChapters(){return this.get(\"chapters\")}},{key:\"getCurrentChapter\",value:function getCurrentChapter(){return this.get(\"currentChapter\")}},{key:\"getColor\",value:function getColor(){return this.get(\"color\")}\n/**\n     * Set the color of this player to a hex or rgb string. Setting the\n     * color may fail if the owner of the video has set their embed\n     * preferences to force a specific color.\n     *\n     * @param {string} color The hex or rgb color string to set.\n     * @return {SetColorPromise}\n     */},{key:\"setColor\",value:function setColor(e){return this.set(\"color\",e)}\n/**\n     * A representation of a cue point.\n     *\n     * @typedef {Object} VimeoCuePoint\n     * @property {number} time The time of the cue point.\n     * @property {object} data The data passed when adding the cue point.\n     * @property {string} id The unique id for use with removeCuePoint.\n     */},{key:\"getCuePoints\",value:function getCuePoints(){return this.get(\"cuePoints\")}},{key:\"getCurrentTime\",value:function getCurrentTime(){return this.get(\"currentTime\")}\n/**\n     * Set the current playback position in seconds. If the player was\n     * paused, it will remain paused. Likewise, if the player was playing,\n     * it will resume playing once the video has buffered.\n     *\n     * You can provide an accurate time and the player will attempt to seek\n     * to as close to that time as possible. The exact time will be the\n     * fulfilled value of the promise.\n     *\n     * @param {number} currentTime\n     * @return {SetCurrentTimePromise}\n     */},{key:\"setCurrentTime\",value:function setCurrentTime(e){return this.set(\"currentTime\",e)}},{key:\"getDuration\",value:function getDuration(){return this.get(\"duration\")}},{key:\"getEnded\",value:function getEnded(){return this.get(\"ended\")}},{key:\"getLoop\",value:function getLoop(){return this.get(\"loop\")}\n/**\n     * Set the loop state of the player. When set to `true`, the player\n     * will start over immediately once playback ends.\n     *\n     * @param {boolean} loop\n     * @return {SetLoopPromise}\n     */},{key:\"setLoop\",value:function setLoop(e){return this.set(\"loop\",e)}\n/**\n     * Set the muted state of the player. When set to `true`, the player\n     * volume will be muted.\n     *\n     * @param {boolean} muted\n     * @return {SetMutedPromise}\n     */},{key:\"setMuted\",value:function setMuted(e){return this.set(\"muted\",e)}},{key:\"getMuted\",value:function getMuted(){return this.get(\"muted\")}},{key:\"getPaused\",value:function getPaused(){return this.get(\"paused\")}},{key:\"getPlaybackRate\",value:function getPlaybackRate(){return this.get(\"playbackRate\")}\n/**\n     * Set the playback rate of the player on a scale from `0.5` to `2`. When set\n     * via the API, the playback rate will not be synchronized to other\n     * players or stored as the viewer's preference.\n     *\n     * @param {number} playbackRate\n     * @return {SetPlaybackRatePromise}\n     */},{key:\"setPlaybackRate\",value:function setPlaybackRate(e){return this.set(\"playbackRate\",e)}},{key:\"getPlayed\",value:function getPlayed(){return this.get(\"played\")}},{key:\"getQualities\",value:function getQualities(){return this.get(\"qualities\")}},{key:\"getQuality\",value:function getQuality(){return this.get(\"quality\")}\n/**\n     * Set a video quality.\n     *\n     * @param {string} quality\n     * @return {SetQualityPromise}\n     */},{key:\"setQuality\",value:function setQuality(e){return this.set(\"quality\",e)}},{key:\"getSeekable\",value:function getSeekable(){return this.get(\"seekable\")}},{key:\"getSeeking\",value:function getSeeking(){return this.get(\"seeking\")}},{key:\"getTextTracks\",value:function getTextTracks(){return this.get(\"textTracks\")}},{key:\"getVideoEmbedCode\",value:function getVideoEmbedCode(){return this.get(\"videoEmbedCode\")}},{key:\"getVideoId\",value:function getVideoId(){return this.get(\"videoId\")}},{key:\"getVideoTitle\",value:function getVideoTitle(){return this.get(\"videoTitle\")}},{key:\"getVideoWidth\",value:function getVideoWidth(){return this.get(\"videoWidth\")}},{key:\"getVideoHeight\",value:function getVideoHeight(){return this.get(\"videoHeight\")}},{key:\"getVideoUrl\",value:function getVideoUrl(){return this.get(\"videoUrl\")}},{key:\"getVolume\",value:function getVolume(){return this.get(\"volume\")}\n/**\n     * Set the volume of the player on a scale from `0` to `1`. When set\n     * via the API, the volume level will not be synchronized to other\n     * players or stored as the viewer\u2019s preference.\n     *\n     * Most mobile devices do not support setting the volume. An error will\n     * *not* be triggered in that situation.\n     *\n     * @param {number} volume\n     * @return {SetVolumePromise}\n     */},{key:\"setVolume\",value:function setVolume(e){return this.set(\"volume\",e)}}]);return Player}();if(!e){s=initializeScreenfull();initializeEmbeds();resizeEmbeds()}export{c as default};\n\n//# sourceMappingURL=player.es.js.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import{motion}from\"framer-motion\";import Player from\"@vimeo/player\";import{useEffect,useRef,useState}from\"react\";import{useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";const vimeoRegex=/^https?:\\/\\/vimeo\\.com\\/(\\d+)/;/**\n * VIMEO\n *\n * @framerIntrinsicWidth 480\n * @framerIntrinsicHeight 270\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps borderRadius, backgroundColor\n */ const Vimeo=withCSS(function Vimeo({video,autoplay,mute,controls,loop,titles,backgroundColor,onPlay=()=>{},onEnd=()=>{},style,...props}){const[key,setKey]=useState(0);const player=useRef();const borderRadius=useRadius(props);useEffect(()=>{if(!player.current)return;const[,id]=video.match(vimeoRegex)?video.match(vimeoRegex):[null,0];const embeddedPlayer=new Player(player.current,{id,autopause:false,autoplay:RenderTarget.current()===RenderTarget.canvas?false:autoplay,byline:titles,controls:controls,loop:loop,title:titles,muted:mute,responsive:true});embeddedPlayer.on(\"play\",onPlay);embeddedPlayer.on(\"ended\",onEnd);},[player,key]);useEffect(()=>{setKey(key=>key+1);},[video,autoplay,mute,controls,loop,titles]);return /*#__PURE__*/ _jsx(motion.div,{style:{background:backgroundColor,...style,borderRadius,position:\"relative\",width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",overflow:\"hidden\"},...props,children:/*#__PURE__*/ _jsx(\"div\",{className:\"framer-vimeo\",ref:player,style:{width:\"100%\",height:\"100%\"}},key)});},[\".framer-vimeo > div { padding: 0 !important; width: 100%; height: 100%; }\",]);Vimeo.defaultProps={video:\"https://vimeo.com/642263700\",autoplay:false,loop:false,mute:false,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0};addPropertyControls(Vimeo,{video:{title:\"URL\",type:ControlType.String},...borderRadiusControl,controls:{title:\"Controls\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\"},autoplay:{title:\"Autoplay\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},// playOnCanvas: {\n//     title: \"On Canvas\",\n//     type: ControlType.Boolean,\n//     enabledTitle: \"Play\",\n//     disabledTitle: \"Pause\",\n// },\nloop:{title:\"Loop\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},mute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},// titles: {\n//     title: \"Titles\",\n//     type: ControlType.Boolean,\n//     enabledTitle: \"Show\",\n//     disabledTitle: \"Hide\",\n// },\nbackgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0, 0, 0, 0)\"},onPlay:{type:ControlType.EventHandler},onEnd:{type:ControlType.EventHandler}});export default Vimeo;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Vimeo\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"270\",\"framerIntrinsicWidth\":\"480\",\"framerComponentPresetProps\":\"borderRadius, backgroundColor\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Vimeo.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;The Future Bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"The Future Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/YluMBCJviTk3Qc86sMsxVeK1S8c.woff2\"}]}];export const css=['.framer-JpavZ .framer-styles-preset-8brmc1:not(.rich-text-wrapper), .framer-JpavZ .framer-styles-preset-8brmc1.rich-text-wrapper h3 { --framer-font-family: \"The Future Bold\", \"The Future Bold Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.2px; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-24486c54-caad-447e-978d-74a83180cdf9, #040e2b); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-JpavZ\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2b47498)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Vimeo from\"https://framerusercontent.com/modules/0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/llFlsJQhXka8MArJmaTM/v0FndE1XNkbrNz43iuMG/SiALficAl.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/j7i8uXtB2K9ALPnIcwNL/AKyUI2k7b7qe4Xqfog8x/yfaNOoB86.js\";const VimeoFonts=getFonts(Vimeo);const cycleOrder=[\"pGgcVbknT\",\"vnZknxyrn\"];const serializationHash=\"framer-keamb\";const variantClassNames={pGgcVbknT:\"framer-v-1w96xow\",vnZknxyrn:\"framer-v-1yi8cxf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"pGgcVbknT\",\"Variant 2\":\"vnZknxyrn\"};const getProps=({height,id,studentName,studentType,text,uRL,width,...props})=>{return{...props,d9doVIDm7:studentType??props.d9doVIDm7??\"/ Type\",FRXNHGwYF:uRL??props.FRXNHGwYF,H46ACwh8Y:text??props.H46ACwh8Y??\"\u201CThank you so much for creating ITU, it has literally helped me achieve one of my biggest dreams.\u201D\",SkRwCtSxd:studentName??props.SkRwCtSxd??\"Student name\",variant:humanReadableVariantMap[props.variant]??props.variant??\"pGgcVbknT\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,SkRwCtSxd,d9doVIDm7,H46ACwh8Y,FRXNHGwYF,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"pGgcVbknT\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1u19kiy=activeVariantCallback(async(...args)=>{setVariant(\"vnZknxyrn\");});const onTaphzvk7g=activeVariantCallback(async(...args)=>{setVariant(\"pGgcVbknT\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"vnZknxyrn\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"vnZknxyrn\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1w96xow\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"pGgcVbknT\",ref:ref??ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},...addPropertyOverrides({vnZknxyrn:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dvr2az\",\"data-framer-name\":\"Video Frame\",layoutDependency:layoutDependency,layoutId:\"fJkOTnwV4\",style:{backgroundColor:\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tr2qde-container\",layoutDependency:layoutDependency,layoutId:\"poX7ewbkD-container\",children:/*#__PURE__*/_jsx(Vimeo,{autoplay:false,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"poX7ewbkD\",isMixedBorderRadius:false,layoutId:\"poX7ewbkD\",loop:false,mute:true,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,video:FRXNHGwYF,width:\"100%\",...addPropertyOverrides({vnZknxyrn:{autoplay:true,loop:true,mute:false}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-yq7jtx\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"tQ13_2osf\",onTap:onTap1u19kiy,...addPropertyOverrides({vnZknxyrn:{onTap:onTaphzvk7g}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-bzsc15\",\"data-framer-name\":\"play button 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:97,intrinsicWidth:96,layoutDependency:layoutDependency,layoutId:\"qMit0z57v\",svg:'<svg width=\"96\" height=\"97\" viewBox=\"0 0 96 97\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_3328_130)\">\\n<g filter=\"url(#filter0_b_3328_130)\">\\n<path d=\"M48.0003 96.4856C74.6956 96.4856 96.3365 74.8448 96.3365 48.1494C96.3365 21.4541 74.6956 -0.186768 48.0003 -0.186768C21.3049 -0.186768 -0.335938 21.4541 -0.335938 48.1494C-0.335938 74.8448 21.3049 96.4856 48.0003 96.4856Z\" fill=\"#112B45\" fill-opacity=\"0.6\"/>\\n</g>\\n<path d=\"M40.4985 65.9804L68.0056 50.0997C69.5036 49.2344 69.5036 47.0722 68.0056 46.207L40.4985 30.3263C39.0005 29.4611 37.1279 30.5422 37.1279 32.2727V64.0359C37.1279 65.7663 39.0005 66.8474 40.4985 65.9822V65.9804Z\" fill=\"#00F3FF\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_b_3328_130\" x=\"-7.99942\" y=\"-7.85025\" width=\"111.999\" height=\"111.999\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"3.83174\"/>\\n<feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_3328_130\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_3328_130\" result=\"shape\"/>\\n</filter>\\n<clipPath id=\"clip0_3328_130\">\\n<rect width=\"96\" height=\"96\" fill=\"white\" transform=\"translate(0 0.151123)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-208fd0\",\"data-framer-name\":\"Group 238547\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:98,intrinsicWidth:98,layoutDependency:layoutDependency,layoutId:\"Ux7vBCkCJ\",svg:'<svg width=\"98\" height=\"98\" viewBox=\"0 0 98 98\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_b_3425_107)\">\\n<path d=\"M49 97.3346C75.6954 97.3346 97.3362 75.6938 97.3362 48.9984C97.3362 22.3031 75.6954 0.662231 49 0.662231C22.3047 0.662231 0.663818 22.3031 0.663818 48.9984C0.663818 75.6938 22.3047 97.3346 49 97.3346Z\" fill=\"#112B45\" fill-opacity=\"0.6\"/>\\n</g>\\n<rect x=\"35\" y=\"35\" width=\"10\" height=\"29\" rx=\"2\" fill=\"#00F3FF\"/>\\n<rect x=\"52\" y=\"35\" width=\"10\" height=\"29\" rx=\"2\" fill=\"#00F3FF\"/>\\n<defs>\\n<filter id=\"filter0_b_3425_107\" x=\"-6.99967\" y=\"-7.00125\" width=\"111.999\" height=\"111.999\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"3.83174\"/>\\n<feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_3425_107\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_3425_107\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1p2ymbt\",\"data-framer-name\":\"Details\",layoutDependency:layoutDependency,layoutId:\"UZLGUXTsc\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nswzos\",layoutDependency:layoutDependency,layoutId:\"aG099qaCX\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-8brmc1\",\"data-styles-preset\":\"SiALficAl\",children:\"Student name\"})}),className:\"framer-1bvkos6\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Pc7Njqhk7\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:SkRwCtSxd,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-8brmc1\",\"data-styles-preset\":\"SiALficAl\",children:\"Student name\"})}),className:\"framer-19syk3g\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mo3GybiXO\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:SkRwCtSxd,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43)))\"},children:\"/ Type\"})}),className:\"framer-1v39dkj\",fonts:[\"CUSTOM;The Future Regular\"],layoutDependency:layoutDependency,layoutId:\"SnrwElxLS\",style:{\"--extracted-a0htzi\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:d9doVIDm7,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-49flpl\",\"data-styles-preset\":\"yfaNOoB86\",children:\"\u201CThank you so much for creating ITU, it has literally helped me achieve one of my biggest dreams.\u201D\"})}),className:\"framer-1uucfws\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wWIERep5B\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:H46ACwh8Y,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-keamb.framer-1anem6w, .framer-keamb .framer-1anem6w { display: block; }\",\".framer-keamb.framer-1w96xow { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 490px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 380px; will-change: var(--framer-will-change-override, transform); }\",\".framer-keamb .framer-dvr2az { flex: 1 0 0px; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-keamb .framer-1tr2qde-container { bottom: -130px; flex: none; left: -208px; position: absolute; right: -208px; top: -129px; }\",\".framer-keamb .framer-yq7jtx { bottom: 24px; cursor: pointer; flex: none; height: 98px; left: 24px; overflow: visible; position: absolute; width: 96px; }\",\".framer-keamb .framer-bzsc15 { flex: none; height: 97px; left: 0px; position: absolute; right: 0px; top: calc(50.00000000000002% - 97px / 2); }\",\".framer-keamb .framer-208fd0 { flex: none; height: 98px; left: 0px; position: absolute; top: 0px; width: 98px; }\",\".framer-keamb .framer-1p2ymbt { align-content: center; align-items: center; display: flex; flex: 0.5 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 1px; justify-content: flex-start; overflow: visible; padding: 32px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-keamb .framer-nswzos { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-keamb .framer-1bvkos6, .framer-keamb .framer-19syk3g, .framer-keamb .framer-1v39dkj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-keamb .framer-1uucfws { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-keamb.framer-1w96xow, .framer-keamb .framer-1p2ymbt, .framer-keamb .framer-nswzos { gap: 0px; } .framer-keamb.framer-1w96xow > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-keamb.framer-1w96xow > :first-child, .framer-keamb .framer-1p2ymbt > :first-child { margin-top: 0px; } .framer-keamb.framer-1w96xow > :last-child, .framer-keamb .framer-1p2ymbt > :last-child { margin-bottom: 0px; } .framer-keamb .framer-1p2ymbt > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-keamb .framer-nswzos > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-keamb .framer-nswzos > :first-child { margin-left: 0px; } .framer-keamb .framer-nswzos > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 490\n * @framerIntrinsicWidth 380\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"vnZknxyrn\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"SkRwCtSxd\":\"studentName\",\"d9doVIDm7\":\"studentType\",\"H46ACwh8Y\":\"text\",\"FRXNHGwYF\":\"uRL\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameraFwoDyJwA=withCSS(Component,css,\"framer-keamb\");export default FrameraFwoDyJwA;FrameraFwoDyJwA.displayName=\"Cards/Testimonials\";FrameraFwoDyJwA.defaultProps={height:490,width:380};addPropertyControls(FrameraFwoDyJwA,{variant:{options:[\"pGgcVbknT\",\"vnZknxyrn\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},SkRwCtSxd:{defaultValue:\"Student name\",displayTextArea:false,title:\"Student Name\",type:ControlType.String},d9doVIDm7:{defaultValue:\"/ Type\",displayTextArea:false,title:\"Student Type\",type:ControlType.String},H46ACwh8Y:{defaultValue:\"\u201CThank you so much for creating ITU, it has literally helped me achieve one of my biggest dreams.\u201D\",displayTextArea:false,title:\"Text\",type:ControlType.String},FRXNHGwYF:{defaultValue:\"\",title:\"URL\",type:ControlType.String}});addFonts(FrameraFwoDyJwA,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"The Future Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/mlPioAjOvFpathbg0nza25Uipyg.woff2\"}]},...VimeoFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraFwoDyJwA\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"380\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vnZknxyrn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"490\",\"framerVariables\":\"{\\\"SkRwCtSxd\\\":\\\"studentName\\\",\\\"d9doVIDm7\\\":\\\"studentType\\\",\\\"H46ACwh8Y\\\":\\\"text\\\",\\\"FRXNHGwYF\\\":\\\"uRL\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (a4439fa)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/LzHoRHdEn5EmpNY8LyLj/I5ArvGGP494CF2g2HYkS/K5YL7YQPw.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/llFlsJQhXka8MArJmaTM/v0FndE1XNkbrNz43iuMG/SiALficAl.js\";const cycleOrder=[\"c7xsR0wzM\",\"Yv44Fg13z\",\"b205PzTKs\",\"NZHoAKbG0\"];const serializationHash=\"framer-TxaQr\";const variantClassNames={b205PzTKs:\"framer-v-lqp73p\",c7xsR0wzM:\"framer-v-2b5y18\",NZHoAKbG0:\"framer-v-167yr6k\",Yv44Fg13z:\"framer-v-9zylct\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Jim Kwik\":\"b205PzTKs\",Business:\"Yv44Fg13z\",Lisa:\"NZHoAKbG0\",Mindset:\"c7xsR0wzM\"};const getProps=({height,id,link,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,FwwdOIx_Z:link!==null&&link!==void 0?link:props.FwwdOIx_Z,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"c7xsR0wzM\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,FwwdOIx_Z,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"c7xsR0wzM\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"Yv44Fg13z\",\"b205PzTKs\",\"NZHoAKbG0\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"Yv44Fg13z\",\"NZHoAKbG0\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"Yv44Fg13z\",\"NZHoAKbG0\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:FwwdOIx_Z,openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-2b5y18\",className,classNames)} framer-n67rhx`,\"data-framer-name\":\"Mindset\",layoutDependency:layoutDependency,layoutId:\"c7xsR0wzM\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({b205PzTKs:{\"data-framer-name\":\"Jim Kwik\"},NZHoAKbG0:{\"data-framer-name\":\"Lisa\"},Yv44Fg13z:{\"data-framer-name\":\"Business\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3},className:\"framer-13fiv5s\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"Z_D2NaLGk\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:222,pixelWidth:596,positionX:\"center\",positionY:\"center\",sizes:\"352px\",src:\"https://framerusercontent.com/images/bM9j8BmW9sSnkEKMpFWjN1WGTnU.png\",srcSet:\"https://framerusercontent.com/images/bM9j8BmW9sSnkEKMpFWjN1WGTnU.png?scale-down-to=512 512w,https://framerusercontent.com/images/bM9j8BmW9sSnkEKMpFWjN1WGTnU.png 596w\"},className:\"framer-a5minh\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"NtMjRrLTp\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},...addPropertyOverrides({b205PzTKs:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:448,pixelWidth:768,positionX:\"center\",positionY:\"bottom\",sizes:\"352px\",src:\"https://framerusercontent.com/images/QbPynYOhf5C28AaLoX6vtKvH03Q.png\",srcSet:\"https://framerusercontent.com/images/QbPynYOhf5C28AaLoX6vtKvH03Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/QbPynYOhf5C28AaLoX6vtKvH03Q.png 768w\"}},NZHoAKbG0:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:673,pixelWidth:1056,positionX:\"center\",positionY:\"top\",sizes:\"352px\",src:\"https://framerusercontent.com/images/Ny5ObvP5irUPX64JewXB9M3a85Q.png\",srcSet:\"https://framerusercontent.com/images/Ny5ObvP5irUPX64JewXB9M3a85Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ny5ObvP5irUPX64JewXB9M3a85Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ny5ObvP5irUPX64JewXB9M3a85Q.png 1056w\"}},Yv44Fg13z:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:500,pixelWidth:734,positionX:\"center\",positionY:\"bottom\",sizes:\"352px\",src:\"https://framerusercontent.com/images/bdiZ11yWuTycAGR3FdSXhashy0.png\",srcSet:\"https://framerusercontent.com/images/bdiZ11yWuTycAGR3FdSXhashy0.png?scale-down-to=512 512w,https://framerusercontent.com/images/bdiZ11yWuTycAGR3FdSXhashy0.png 734w\"}}},baseVariant,gestureVariant),children:isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:225,pixelWidth:352,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/OhHBaXtN87XoWkV38Xx1N4tVQZc.png\"},className:\"framer-14xldd\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"okFubQFiK\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsxs(motion.div,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3},className:\"framer-uqkdq7\",\"data-framer-name\":\"Foreground\",layoutDependency:layoutDependency,layoutId:\"HhPnE6Cfn\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:421,intrinsicWidth:332,pixelHeight:842,pixelWidth:518,positionX:\"center\",positionY:\"top\",sizes:\"262px\",src:\"https://framerusercontent.com/images/3U9J2p1BCawMIRPuTJfrHChCTE.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/3U9J2p1BCawMIRPuTJfrHChCTE.png 518w\"},className:\"framer-nf2z43\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"QQqfuS0PU\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},...addPropertyOverrides({b205PzTKs:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:421,intrinsicWidth:332,pixelHeight:635,pixelWidth:602,positionX:\"center\",positionY:\"top\",sizes:\"262px\",src:\"https://framerusercontent.com/images/41zEMdn4I6wj7VB2aFoiJP8xZPs.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/41zEMdn4I6wj7VB2aFoiJP8xZPs.png 602w\"}}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:421,intrinsicWidth:332,pixelHeight:74,pixelWidth:192,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/rtqzkecubf4CijuUUM2gARCwJY.png\"},className:\"framer-kdt8a4\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"m2CaFi_fR\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},...addPropertyOverrides({NZHoAKbG0:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:421,intrinsicWidth:332,pixelHeight:34,pixelWidth:140,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/BVddfDlrXM35HI8mdebYTGHXyQ.png\"}}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2wa502\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"FslYYRoc_\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lbncdj\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"iWQt36jY5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(255, 255, 255))\"},children:\"Mindset course with\"})}),className:\"framer-nmqqss\",fonts:[\"CUSTOM;The Future Regular\"],layoutDependency:layoutDependency,layoutId:\"opMDZlqWO\",style:{\"--extracted-a0htzi\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({b205PzTKs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(255, 255, 255))\"},children:\"Master your mind with\"})})},NZHoAKbG0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(255, 255, 255))\"},children:\"Build your Badassery\"})})},Yv44Fg13z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(255, 255, 255))\"},children:\"Business Course with\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-8brmc1\",\"data-styles-preset\":\"SiALficAl\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(255, 255, 255))\"},children:\"Tom Bilyeu\"})}),className:\"framer-1w2anlh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pRlyFbSkS\",style:{\"--extracted-a0htzi\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({b205PzTKs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-8brmc1\",\"data-styles-preset\":\"SiALficAl\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(255, 255, 255))\"},children:\"Jim Kwik\"})})},NZHoAKbG0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-8brmc1\",\"data-styles-preset\":\"SiALficAl\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(255, 255, 255))\"},children:\"Lisa Bilyeu\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2ae35e\",\"data-styles-preset\":\"K5YL7YQPw\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255)))\"},children:\"75 videos\"})}),className:\"framer-8oqq7v\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"w_XiN2wsm\",style:{\"--extracted-r6o4lv\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({b205PzTKs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2ae35e\",\"data-styles-preset\":\"K5YL7YQPw\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255)))\"},children:\"3 videos\"})})},NZHoAKbG0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2ae35e\",\"data-styles-preset\":\"K5YL7YQPw\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255)))\"},children:\"9 videos\"})})},Yv44Fg13z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2ae35e\",\"data-styles-preset\":\"K5YL7YQPw\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255)))\"},children:\"68 videos\"})})}},baseVariant,gestureVariant)})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-TxaQr.framer-n67rhx, .framer-TxaQr .framer-n67rhx { display: block; }\",\".framer-TxaQr.framer-2b5y18 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-TxaQr .framer-13fiv5s { flex: none; height: 224px; overflow: visible; position: relative; width: 352px; }\",\".framer-TxaQr .framer-a5minh { flex: none; height: 100%; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-TxaQr .framer-14xldd { flex: none; height: 101%; left: calc(50.00000000000002% - 101.13636363636364% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 101.33928571428572% / 2); width: 101%; will-change: var(--framer-will-change-override, transform); }\",\".framer-TxaQr .framer-uqkdq7 { flex: none; height: 224px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 352px; }\",\".framer-TxaQr .framer-nf2z43 { bottom: 0px; flex: none; overflow: visible; position: absolute; right: 0px; top: -47px; width: 262px; }\",\".framer-TxaQr .framer-kdt8a4 { flex: none; height: 32px; overflow: visible; position: absolute; right: 68px; top: -13px; width: 83px; }\",\".framer-TxaQr .framer-2wa502 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 352px; }\",\".framer-TxaQr .framer-1lbncdj { align-content: flex-start; align-items: flex-start; 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-TxaQr .framer-nmqqss, .framer-TxaQr .framer-1w2anlh, .framer-TxaQr .framer-8oqq7v { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TxaQr.framer-2b5y18, .framer-TxaQr .framer-2wa502, .framer-TxaQr .framer-1lbncdj { gap: 0px; } .framer-TxaQr.framer-2b5y18 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-TxaQr.framer-2b5y18 > :first-child, .framer-TxaQr .framer-2wa502 > :first-child, .framer-TxaQr .framer-1lbncdj > :first-child { margin-top: 0px; } .framer-TxaQr.framer-2b5y18 > :last-child, .framer-TxaQr .framer-2wa502 > :last-child, .framer-TxaQr .framer-1lbncdj > :last-child { margin-bottom: 0px; } .framer-TxaQr .framer-2wa502 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-TxaQr .framer-1lbncdj > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",\".framer-TxaQr.framer-v-lqp73p .framer-nf2z43 { top: -16px; }\",\".framer-TxaQr.framer-v-167yr6k .framer-kdt8a4 { height: 27px; right: 103px; top: -16px; width: 71px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 317\n * @framerIntrinsicWidth 352\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Yv44Fg13z\":{\"layout\":[\"auto\",\"auto\"]},\"b205PzTKs\":{\"layout\":[\"auto\",\"auto\"]},\"NZHoAKbG0\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"FwwdOIx_Z\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameregwoYFvfm=withCSS(Component,css,\"framer-TxaQr\");export default FrameregwoYFvfm;FrameregwoYFvfm.displayName=\"Cards/Course Card\";FrameregwoYFvfm.defaultProps={height:317,width:352};addPropertyControls(FrameregwoYFvfm,{variant:{options:[\"c7xsR0wzM\",\"Yv44Fg13z\",\"b205PzTKs\",\"NZHoAKbG0\"],optionTitles:[\"Mindset\",\"Business\",\"Jim Kwik\",\"Lisa\"],title:\"Variant\",type:ControlType.Enum},FwwdOIx_Z:{title:\"Link\",type:ControlType.Link}});addFonts(FrameregwoYFvfm,[{explicitInter:true,fonts:[{family:\"The Future Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/mlPioAjOvFpathbg0nza25Uipyg.woff2\"},{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameregwoYFvfm\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"352\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Yv44Fg13z\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"b205PzTKs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NZHoAKbG0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"FwwdOIx_Z\\\":\\\"link\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"317\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./egwoYFvfm.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";const negativeGapPrefix=\"Gap:\"// Prefix the layer name with this to set the gap size\n;export function NegativeGapVertical(Component){return props=>applyNegativeGap(Component,props,true);}export function NegativeGapHorizontal(Component){return props=>applyNegativeGap(Component,props,false);}// Function for applying negative gap to an element.\nfunction applyNegativeGap(Component,props,isVertical){const name=props[\"data-framer-name\"];if(name===null||name===void 0?void 0:name.startsWith(negativeGapPrefix)){const id=props.id||\"a\"+Math.floor(Math.random()*1e7).toString();const gap=name.replace(new RegExp(\"^\"+negativeGapPrefix),\"\").trim();return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"contents\"},children:[/*#__PURE__*/_jsx(Component,{...props,id:id,style:{...props.style,gap:0}}),/*#__PURE__*/_jsx(\"style\",{children:`#${id} > *:not(:first-child) { margin-${isVertical?\"top\":\"left\"}: ${gap}px; }`})]});}return /*#__PURE__*/_jsx(Component,{...props});}\nexport const __FramerMetadata__ = {\"exports\":{\"NegativeGapHorizontal\":{\"type\":\"reactHoc\",\"name\":\"NegativeGapHorizontal\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NegativeGapVertical\":{\"type\":\"reactHoc\",\"name\":\"NegativeGapVertical\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Negative_Gap.map", "// Generated by Framer (33d5032)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,optimizeAppear,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{NegativeGapHorizontal}from\"https://framerusercontent.com/modules/vI93Zc0BwRccCDpui4Ox/5pF7KR8p8FTE3IgvVp5F/Negative_Gap.js\";const MotionDivWithFX=withFX(motion.div);const MotionDivNegativeGapHorizontal=NegativeGapHorizontal(motion.div);const cycleOrder=[\"ZBbfEPNR7\",\"Twhx5kzOZ\"];const serializationHash=\"framer-xzYFC\";const variantClassNames={Twhx5kzOZ:\"framer-v-12hssl0\",ZBbfEPNR7:\"framer-v-1l0wyob\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:.2,mass:1,stiffness:190,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:300,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:300,y:0};const transition3={damping:30,delay:0,mass:1,stiffness:190,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:300,y:0};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={damping:30,delay:0,mass:1,stiffness:156,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation7={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Desktop:\"ZBbfEPNR7\",Mobile:\"Twhx5kzOZ\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"ZBbfEPNR7\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ZBbfEPNR7\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"Twhx5kzOZ\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"Twhx5kzOZ\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1l0wyob\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"ZBbfEPNR7\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({Twhx5kzOZ:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivNegativeGapHorizontal,{className:\"framer-zzicks\",\"data-framer-name\":\"Gap: -128\",layoutDependency:layoutDependency,layoutId:\"Cg1vQ_4jz\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1aiais7\",animation1,\"1l0wyob\"),className:\"framer-1aiais7\",\"data-framer-appear-id\":\"1aiais7\",\"data-framer-name\":\"Tom\",exit:animation,initial:optimizeAppear(\"initial\",\"1aiais7\",animation2,\"1l0wyob\"),layoutDependency:layoutDependency,layoutId:\"UFt3IScE8\",style:{backdropFilter:\"blur(10px)\",background:\"linear-gradient(180deg, rgba(0, 242, 255, 0.55) 0%, rgba(0, 242, 255, 0.34) 100%)\",mask:\"url('https://framerusercontent.com/images/gF8DWLVOWeu2o6ILQ0BlQs961Ac.svg') alpha no-repeat center / cover add\",WebkitBackdropFilter:\"blur(10px)\",WebkitMask:\"url('https://framerusercontent.com/images/gF8DWLVOWeu2o6ILQ0BlQs961Ac.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"592px\",src:\"https://framerusercontent.com/images/uDoghC8ClBAPyZqmXpvfx84Jio.png\",srcSet:\"https://framerusercontent.com/images/uDoghC8ClBAPyZqmXpvfx84Jio.png?scale-down-to=1024 741w,https://framerusercontent.com/images/uDoghC8ClBAPyZqmXpvfx84Jio.png 1381w\"},className:\"framer-118odbn\",\"data-framer-name\":\"Tom IMG\",layoutDependency:layoutDependency,layoutId:\"Np_BtDPvS\"})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1mymbvv\",animation4,\"1l0wyob\"),className:\"framer-1mymbvv\",\"data-framer-appear-id\":\"1mymbvv\",\"data-framer-name\":\"Lisa\",exit:animation3,initial:optimizeAppear(\"initial\",\"1mymbvv\",animation2,\"1l0wyob\"),layoutDependency:layoutDependency,layoutId:\"pJhn4fMj5\",style:{background:\"linear-gradient(155deg, rgb(183, 1, 118) 0%, rgb(61, 2, 68) 100%)\",mask:\"url('https://framerusercontent.com/images/gF8DWLVOWeu2o6ILQ0BlQs961Ac.svg') alpha no-repeat left / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/gF8DWLVOWeu2o6ILQ0BlQs961Ac.svg') alpha no-repeat left / cover add\"},children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1ez95m6\",animation6,\"1l0wyob\"),className:\"framer-1ez95m6\",\"data-border\":true,\"data-framer-appear-id\":\"1ez95m6\",\"data-framer-name\":\"Background Shape\",exit:animation5,initial:optimizeAppear(\"initial\",\"1ez95m6\",animation7,\"1l0wyob\"),layoutDependency:layoutDependency,layoutId:\"SPp1yyZBD\",style:{\"--border-bottom-width\":\"10px\",\"--border-color\":\"rgb(255, 0, 152)\",\"--border-left-width\":\"10px\",\"--border-right-width\":\"10px\",\"--border-style\":\"solid\",\"--border-top-width\":\"10px\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",boxShadow:\"0px 0px 56.7615852355957px 11.352316856384277px rgba(255, 0, 122, 1)\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"505px\",src:\"https://framerusercontent.com/images/RLCcCy3NjFdP96puZpusZtIArQ.png\",srcSet:\"https://framerusercontent.com/images/RLCcCy3NjFdP96puZpusZtIArQ.png?scale-down-to=1024 962w,https://framerusercontent.com/images/RLCcCy3NjFdP96puZpusZtIArQ.png 1835w\"},className:\"framer-nk4w7a\",\"data-framer-name\":\"Lisa IMG\",layoutDependency:layoutDependency,layoutId:\"V76H5tTkH\"})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(MotionDivNegativeGapHorizontal,{className:\"framer-1f3jbnp\",\"data-framer-name\":\"Gap: -128\",layoutDependency:layoutDependency,layoutId:\"aLS97IsxU\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1tp43qv\",animation1,\"1l0wyob\"),className:\"framer-1tp43qv\",\"data-framer-appear-id\":\"1tp43qv\",\"data-framer-name\":\"Tom- Mob\",exit:animation,initial:optimizeAppear(\"initial\",\"1tp43qv\",animation2,\"1l0wyob\"),layoutDependency:layoutDependency,layoutId:\"i3U_DnHna\",style:{backdropFilter:\"blur(0px)\",background:\"linear-gradient(180deg, rgba(0, 242, 255, 0.55) 0%, rgba(0, 242, 255, 0.34) 100%)\",WebkitBackdropFilter:\"blur(0px)\"},...addPropertyOverrides({Twhx5kzOZ:{\"data-framer-appear-id\":\"aygmgh\",animate:optimizeAppear(\"animate\",\"aygmgh\",animation1,\"12hssl0\"),initial:optimizeAppear(\"initial\",\"aygmgh\",animation2,\"12hssl0\")}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"504px\",src:\"https://framerusercontent.com/images/uDoghC8ClBAPyZqmXpvfx84Jio.png\",srcSet:\"https://framerusercontent.com/images/uDoghC8ClBAPyZqmXpvfx84Jio.png?scale-down-to=1024 741w,https://framerusercontent.com/images/uDoghC8ClBAPyZqmXpvfx84Jio.png 1381w\"},className:\"framer-v48t0j\",\"data-framer-name\":\"Tom IMG\",layoutDependency:layoutDependency,layoutId:\"AEexwJ99R\"})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"8gujhz\",animation4,\"1l0wyob\"),className:\"framer-8gujhz\",\"data-framer-appear-id\":\"8gujhz\",\"data-framer-name\":\"Lisa- Mob\",exit:animation3,initial:optimizeAppear(\"initial\",\"8gujhz\",animation2,\"1l0wyob\"),layoutDependency:layoutDependency,layoutId:\"qU12jV_DD\",style:{background:\"linear-gradient(155deg, rgb(183, 1, 118) 0%, rgb(61, 2, 68) 100%)\",mask:\"url('https://framerusercontent.com/images/gF8DWLVOWeu2o6ILQ0BlQs961Ac.svg') alpha no-repeat left / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/gF8DWLVOWeu2o6ILQ0BlQs961Ac.svg') alpha no-repeat left / cover add\"},...addPropertyOverrides({Twhx5kzOZ:{\"data-framer-appear-id\":\"jtotg6\",animate:optimizeAppear(\"animate\",\"jtotg6\",animation4,\"12hssl0\"),initial:optimizeAppear(\"initial\",\"jtotg6\",animation2,\"12hssl0\")}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"whb2j4\",animation6,\"1l0wyob\"),className:\"framer-whb2j4\",\"data-border\":true,\"data-framer-appear-id\":\"whb2j4\",\"data-framer-name\":\"Background Shape\",exit:animation5,initial:optimizeAppear(\"initial\",\"whb2j4\",animation7,\"1l0wyob\"),layoutDependency:layoutDependency,layoutId:\"jeDDoj3rh\",style:{\"--border-bottom-width\":\"10px\",\"--border-color\":\"rgb(255, 0, 152)\",\"--border-left-width\":\"10px\",\"--border-right-width\":\"10px\",\"--border-style\":\"solid\",\"--border-top-width\":\"10px\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",boxShadow:\"0px 0px 56.7615852355957px 11.352316856384277px rgba(255, 0, 122, 1)\"},...addPropertyOverrides({Twhx5kzOZ:{\"data-framer-appear-id\":\"p4k470\",animate:optimizeAppear(\"animate\",\"p4k470\",animation6,\"12hssl0\"),initial:optimizeAppear(\"initial\",\"p4k470\",animation7,\"12hssl0\")}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"468px\",src:\"https://framerusercontent.com/images/RLCcCy3NjFdP96puZpusZtIArQ.png\",srcSet:\"https://framerusercontent.com/images/RLCcCy3NjFdP96puZpusZtIArQ.png?scale-down-to=1024 962w,https://framerusercontent.com/images/RLCcCy3NjFdP96puZpusZtIArQ.png 1835w\"},className:\"framer-8hgwru\",\"data-framer-name\":\"Lisa IMG\",layoutDependency:layoutDependency,layoutId:\"kjWDFBZMS\"})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xzYFC.framer-q7f4eg, .framer-xzYFC .framer-q7f4eg { display: block; }\",\".framer-xzYFC.framer-1l0wyob { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-xzYFC .framer-zzicks { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-xzYFC .framer-1aiais7 { flex: none; height: 560px; overflow: hidden; position: relative; width: 500px; }\",\".framer-xzYFC .framer-118odbn { aspect-ratio: 0.7245539845061397 / 1; bottom: -273px; flex: none; height: var(--framer-aspect-ratio-supported, 817px); left: -16px; position: absolute; right: -75px; }\",\".framer-xzYFC .framer-1mymbvv { flex: none; height: 560px; overflow: hidden; position: relative; width: 440px; }\",\".framer-xzYFC .framer-1ez95m6 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 551px); position: absolute; right: -137px; top: -298px; width: 551px; }\",\".framer-xzYFC .framer-nk4w7a { bottom: -10px; flex: none; height: 537px; position: absolute; right: -71px; width: 505px; }\",\".framer-xzYFC .framer-1f3jbnp { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-xzYFC .framer-1tp43qv, .framer-xzYFC .framer-8gujhz { flex: 1 0 0px; height: 560px; overflow: hidden; position: relative; width: 1px; }\",\".framer-xzYFC .framer-v48t0j { flex: none; height: 696px; left: calc(46.608695652173935% - 504px / 2); position: absolute; top: calc(72.85714285714288% - 696px / 2); width: 504px; }\",\".framer-xzYFC .framer-whb2j4 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 551px); position: absolute; right: -357px; top: -358px; width: 551px; }\",\".framer-xzYFC .framer-8hgwru { flex: none; height: 498px; left: calc(64.69565217391306% - 468px / 2); position: absolute; top: calc(57.32142857142859% - 498px / 2); width: 468px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xzYFC.framer-1l0wyob, .framer-xzYFC .framer-zzicks, .framer-xzYFC .framer-1f3jbnp { gap: 0px; } .framer-xzYFC.framer-1l0wyob > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-xzYFC.framer-1l0wyob > :first-child, .framer-xzYFC .framer-zzicks > :first-child, .framer-xzYFC .framer-1f3jbnp > :first-child { margin-left: 0px; } .framer-xzYFC.framer-1l0wyob > :last-child, .framer-xzYFC .framer-zzicks > :last-child, .framer-xzYFC .framer-1f3jbnp > :last-child { margin-right: 0px; } .framer-xzYFC .framer-zzicks > *, .framer-xzYFC .framer-1f3jbnp > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-xzYFC.framer-v-12hssl0.framer-1l0wyob { width: 575px; }\",'.framer-xzYFC[data-border=\"true\"]::after, .framer-xzYFC [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 560\n * @framerIntrinsicWidth 940\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Twhx5kzOZ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameriecqx975e=withCSS(Component,css,\"framer-xzYFC\");export default Frameriecqx975e;Frameriecqx975e.displayName=\"Tom and Lisa Header\";Frameriecqx975e.defaultProps={height:560,width:940};addPropertyControls(Frameriecqx975e,{variant:{options:[\"ZBbfEPNR7\",\"Twhx5kzOZ\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Frameriecqx975e,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameriecqx975e\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Twhx5kzOZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"940\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"560\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./iecqx975e.map", "// Generated by Framer (508aa67)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,Link,optimizeAppear,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/LzHoRHdEn5EmpNY8LyLj/I5ArvGGP494CF2g2HYkS/K5YL7YQPw.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/llFlsJQhXka8MArJmaTM/v0FndE1XNkbrNz43iuMG/SiALficAl.js\";import ButtonsRound from\"https://framerusercontent.com/modules/PJ8AiJdi7bLTmUp848wm/QlHGzDrAneW1DyosKpQP/Wk7n5rPq0.js\";const ButtonsRoundFonts=getFonts(ButtonsRound);const ImageWithFX=withFX(Image);const enabledGestures={XoPlB5Yk0:{hover:true}};const cycleOrder=[\"LxhcqQH1B\",\"XoPlB5Yk0\",\"pEVkgzqiO\",\"CpbBJbbXQ\"];const serializationHash=\"framer-Z0a9W\";const variantClassNames={CpbBJbbXQ:\"framer-v-15b42uy\",LxhcqQH1B:\"framer-v-ws1g77\",pEVkgzqiO:\"framer-v-9oplsx\",XoPlB5Yk0:\"framer-v-wd8flq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={damping:30,delay:0,mass:1,stiffness:208,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:100,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:100,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:-100,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-100,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Speaking / Desktop\":\"XoPlB5Yk0\",\"Speaking Mobile / Tap\":\"CpbBJbbXQ\",\"Speaking Mobile\":\"pEVkgzqiO\",Default:\"LxhcqQH1B\"};const getProps=({description,height,id,leftThumbnail,link,mainThumbnail,newTab,rightThumbnail,smoothScroll,title,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3;return{...props,K_2A962VT:(_ref=title!==null&&title!==void 0?title:props.K_2A962VT)!==null&&_ref!==void 0?_ref:\"Title\",LLinDUGYC:(_ref1=description!==null&&description!==void 0?description:props.LLinDUGYC)!==null&&_ref1!==void 0?_ref1:\"Short copy goes here craft compelling content, narratives that inspire and educate.\\nLol\",mmR_PQL36:leftThumbnail!==null&&leftThumbnail!==void 0?leftThumbnail:props.mmR_PQL36,ogFPHp_3d:link!==null&&link!==void 0?link:props.ogFPHp_3d,pzpZckzt8:(_ref2=smoothScroll!==null&&smoothScroll!==void 0?smoothScroll:props.pzpZckzt8)!==null&&_ref2!==void 0?_ref2:true,rn5JLJtr2:mainThumbnail!==null&&mainThumbnail!==void 0?mainThumbnail:props.rn5JLJtr2,TfNc65R88:rightThumbnail!==null&&rightThumbnail!==void 0?rightThumbnail:props.TfNc65R88,variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"LxhcqQH1B\",ZOoiFlAla:newTab!==null&&newTab!==void 0?newTab:props.ZOoiFlAla};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,rn5JLJtr2,K_2A962VT,LLinDUGYC,ogFPHp_3d,ZOoiFlAla,pzpZckzt8,mmR_PQL36,TfNc65R88,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LxhcqQH1B\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1w6y446=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"CpbBJbbXQ\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"XoPlB5Yk0-hover\")return false;if(baseVariant===\"CpbBJbbXQ\")return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"XoPlB5Yk0-hover\")return true;if(baseVariant===\"CpbBJbbXQ\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:ogFPHp_3d,openInNewTab:ZOoiFlAla,smoothScroll:pzpZckzt8,...addPropertyOverrides({CpbBJbbXQ:{href:undefined},pEVkgzqiO:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-ws1g77\",className,classNames)} framer-1vl8l7q`,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"LxhcqQH1B\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},...addPropertyOverrides({\"XoPlB5Yk0-hover\":{\"data-framer-name\":undefined},CpbBJbbXQ:{\"data-framer-name\":\"Speaking Mobile / Tap\"},pEVkgzqiO:{\"data-framer-name\":\"Speaking Mobile\",\"data-highlight\":true,onTap:onTap1w6y446},XoPlB5Yk0:{\"data-framer-name\":\"Speaking / Desktop\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(rn5JLJtr2)},className:\"framer-d7ioxw\",\"data-framer-name\":\"Main\",layoutDependency:layoutDependency,layoutId:\"pFs6W4Pav\"}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{...addPropertyOverrides({CpbBJbbXQ:{href:{webPageId:\"uXsUpSdAK\"},openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"6ekihn\",animation1,\"ws1g77\"),background:{alt:\"\",fit:\"fill\",...toResponsiveImage(TfNc65R88)},className:\"framer-6ekihn framer-1vl8l7q\",\"data-framer-appear-id\":\"6ekihn\",\"data-framer-name\":\"Right\",exit:animation,initial:optimizeAppear(\"initial\",\"6ekihn\",animation2,\"ws1g77\"),layoutDependency:layoutDependency,layoutId:\"uj_NWypoZ\",...addPropertyOverrides({\"XoPlB5Yk0-hover\":{\"data-framer-appear-id\":\"1weddc\",animate:optimizeAppear(\"animate\",\"1weddc\",animation1,\"tmjvzu\"),background:{alt:\"\",fit:\"fill\",sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 2, 1px)`,...toResponsiveImage(TfNc65R88)},initial:optimizeAppear(\"initial\",\"1weddc\",animation2,\"tmjvzu\")},CpbBJbbXQ:{\"data-framer-appear-id\":\"xibwbo\",animate:optimizeAppear(\"animate\",\"xibwbo\",animation1,\"15b42uy\"),as:\"a\",background:{alt:\"\",fit:\"fill\",sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 2, 1px)`,...toResponsiveImage(TfNc65R88)},initial:optimizeAppear(\"initial\",\"xibwbo\",animation2,\"15b42uy\")}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12roanj-container\",layoutDependency:layoutDependency,layoutId:\"DJIFPz6Jc-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ButtonsRound,{height:\"100%\",id:\"DJIFPz6Jc\",layoutId:\"DJIFPz6Jc\",style:{height:\"100%\"},variant:\"DE7JTp_2_\",width:\"100%\"})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{...addPropertyOverrides({CpbBJbbXQ:{href:{webPageId:\"TPvHdqSBO\"},openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"m3iyia\",animation1,\"ws1g77\"),background:{alt:\"\",fit:\"fill\",...toResponsiveImage(mmR_PQL36)},className:\"framer-m3iyia framer-1vl8l7q\",\"data-framer-appear-id\":\"m3iyia\",\"data-framer-name\":\"Left\",exit:animation3,initial:optimizeAppear(\"initial\",\"m3iyia\",animation4,\"ws1g77\"),layoutDependency:layoutDependency,layoutId:\"y6oNFToaO\",...addPropertyOverrides({\"XoPlB5Yk0-hover\":{\"data-framer-appear-id\":\"cteecy\",animate:optimizeAppear(\"animate\",\"cteecy\",animation1,\"tmjvzu\"),background:{alt:\"\",fit:\"fill\",sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 2, 1px)`,...toResponsiveImage(mmR_PQL36)},initial:optimizeAppear(\"initial\",\"cteecy\",animation4,\"tmjvzu\")},CpbBJbbXQ:{\"data-framer-appear-id\":\"1gjk6kq\",animate:optimizeAppear(\"animate\",\"1gjk6kq\",animation1,\"15b42uy\"),as:\"a\",background:{alt:\"\",fit:\"fill\",sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 2, 1px)`,...toResponsiveImage(mmR_PQL36)},initial:optimizeAppear(\"initial\",\"1gjk6kq\",animation4,\"15b42uy\")}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-q2py61-container\",layoutDependency:layoutDependency,layoutId:\"G5qsKZ0Dk-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ButtonsRound,{height:\"100%\",id:\"G5qsKZ0Dk\",layoutId:\"G5qsKZ0Dk\",style:{height:\"100%\"},variant:\"QaLLQrCEJ\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ywhkcr\",layoutDependency:layoutDependency,layoutId:\"fC7O0TbKS\",style:{opacity:1},variants:{\"XoPlB5Yk0-hover\":{opacity:0},CpbBJbbXQ:{opacity:0}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-8brmc1\",\"data-styles-preset\":\"SiALficAl\",children:\"Title\"})}),className:\"framer-pvatwu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aAH855y2G\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:K_2A962VT,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2ae35e\",\"data-styles-preset\":\"K5YL7YQPw\",children:\"Short copy goes here craft compelling content, narratives that inspire and educate.\"})}),className:\"framer-7fa7ti\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DMWbvMNLN\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:LLinDUGYC,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Z0a9W.framer-1vl8l7q, .framer-Z0a9W .framer-1vl8l7q { display: block; }\",\".framer-Z0a9W.framer-ws1g77 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 292px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 361px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Z0a9W .framer-d7ioxw { flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-Z0a9W .framer-6ekihn, .framer-Z0a9W .framer-m3iyia { flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 100%; z-index: 2; }\",\".framer-Z0a9W .framer-12roanj-container { bottom: 24px; flex: none; height: 40px; left: 49%; position: absolute; width: auto; }\",\".framer-Z0a9W .framer-q2py61-container { bottom: 24px; flex: none; height: 40px; left: 50%; position: absolute; width: auto; }\",\".framer-Z0a9W .framer-1ywhkcr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-Z0a9W .framer-pvatwu { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Z0a9W .framer-7fa7ti { flex: none; height: 63px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Z0a9W.framer-ws1g77, .framer-Z0a9W .framer-1ywhkcr { gap: 0px; } .framer-Z0a9W.framer-ws1g77 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Z0a9W.framer-ws1g77 > :first-child, .framer-Z0a9W .framer-1ywhkcr > :first-child { margin-top: 0px; } .framer-Z0a9W.framer-ws1g77 > :last-child, .framer-Z0a9W .framer-1ywhkcr > :last-child { margin-bottom: 0px; } .framer-Z0a9W .framer-1ywhkcr > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-Z0a9W.framer-v-wd8flq.framer-ws1g77, .framer-Z0a9W.framer-v-9oplsx.framer-ws1g77 { cursor: pointer; }\",\".framer-Z0a9W.framer-v-wd8flq .framer-d7ioxw, .framer-Z0a9W.framer-v-9oplsx .framer-d7ioxw { order: 0; }\",\".framer-Z0a9W.framer-v-wd8flq .framer-1ywhkcr { order: 3; z-index: 0; }\",\".framer-Z0a9W.framer-v-9oplsx .framer-1ywhkcr { order: 3; }\",\".framer-Z0a9W.framer-v-15b42uy.framer-ws1g77, .framer-Z0a9W.framer-v-wd8flq.hover.framer-ws1g77 { flex-direction: row; }\",\".framer-Z0a9W.framer-v-15b42uy .framer-6ekihn { height: 100%; order: 2; text-decoration: none; width: 1px; }\",\".framer-Z0a9W.framer-v-15b42uy .framer-m3iyia { height: 100%; order: 1; text-decoration: none; width: 1px; }\",\".framer-Z0a9W.framer-v-15b42uy .framer-1ywhkcr { bottom: -130px; left: 0px; order: 3; position: absolute; width: 361px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Z0a9W.framer-v-15b42uy.framer-ws1g77 { gap: 0px; } .framer-Z0a9W.framer-v-15b42uy.framer-ws1g77 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Z0a9W.framer-v-15b42uy.framer-ws1g77 > :first-child { margin-left: 0px; } .framer-Z0a9W.framer-v-15b42uy.framer-ws1g77 > :last-child { margin-right: 0px; } }\",\".framer-Z0a9W.framer-v-wd8flq.hover .framer-6ekihn { height: 100%; order: 3; width: 1px; }\",\".framer-Z0a9W.framer-v-wd8flq.hover .framer-m3iyia { height: 100%; order: 2; width: 1px; }\",\".framer-Z0a9W.framer-v-wd8flq.hover .framer-1ywhkcr { bottom: -130px; left: 0px; order: 0; position: absolute; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Z0a9W.framer-v-wd8flq.hover.framer-ws1g77 { gap: 0px; } .framer-Z0a9W.framer-v-wd8flq.hover.framer-ws1g77 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Z0a9W.framer-v-wd8flq.hover.framer-ws1g77 > :first-child { margin-left: 0px; } .framer-Z0a9W.framer-v-wd8flq.hover.framer-ws1g77 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 292\n * @framerIntrinsicWidth 361\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"XoPlB5Yk0\":{\"layout\":[\"fixed\",\"fixed\"]},\"pEVkgzqiO\":{\"layout\":[\"fixed\",\"fixed\"]},\"CpbBJbbXQ\":{\"layout\":[\"fixed\",\"fixed\"]},\"pQBGWd5X5\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"rn5JLJtr2\":\"mainThumbnail\",\"K_2A962VT\":\"title\",\"LLinDUGYC\":\"description\",\"ogFPHp_3d\":\"link\",\"ZOoiFlAla\":\"newTab\",\"pzpZckzt8\":\"smoothScroll\",\"mmR_PQL36\":\"leftThumbnail\",\"TfNc65R88\":\"rightThumbnail\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerpYzjZod5o=withCSS(Component,css,\"framer-Z0a9W\");export default FramerpYzjZod5o;FramerpYzjZod5o.displayName=\"Cards/Explore Card\";FramerpYzjZod5o.defaultProps={height:292,width:361};addPropertyControls(FramerpYzjZod5o,{variant:{options:[\"LxhcqQH1B\",\"XoPlB5Yk0\",\"pEVkgzqiO\",\"CpbBJbbXQ\"],optionTitles:[\"Default\",\"Speaking / Desktop\",\"Speaking Mobile\",\"Speaking Mobile / Tap\"],title:\"Variant\",type:ControlType.Enum},rn5JLJtr2:{title:\"Main Thumbnail\",type:ControlType.ResponsiveImage},K_2A962VT:{defaultValue:\"Title\",displayTextArea:false,title:\"Title\",type:ControlType.String},LLinDUGYC:{defaultValue:\"Short copy goes here craft compelling content, narratives that inspire and educate.\\nLol\",displayTextArea:true,placeholder:\"Short copy goes here craft compelling content, narratives that inspire and educate.\",title:\"Description\",type:ControlType.String},ogFPHp_3d:{title:\"Link\",type:ControlType.Link},ZOoiFlAla:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},pzpZckzt8:{defaultValue:true,title:\"Smooth Scroll\",type:ControlType.Boolean},mmR_PQL36:{title:\"Left Thumbnail\",type:ControlType.ResponsiveImage},TfNc65R88:{title:\"Right Thumbnail\",type:ControlType.ResponsiveImage}});addFonts(FramerpYzjZod5o,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...ButtonsRoundFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpYzjZod5o\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"361\",\"framerIntrinsicHeight\":\"292\",\"framerVariables\":\"{\\\"rn5JLJtr2\\\":\\\"mainThumbnail\\\",\\\"K_2A962VT\\\":\\\"title\\\",\\\"LLinDUGYC\\\":\\\"description\\\",\\\"ogFPHp_3d\\\":\\\"link\\\",\\\"ZOoiFlAla\\\":\\\"newTab\\\",\\\"pzpZckzt8\\\":\\\"smoothScroll\\\",\\\"mmR_PQL36\\\":\\\"leftThumbnail\\\",\\\"TfNc65R88\\\":\\\"rightThumbnail\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XoPlB5Yk0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pEVkgzqiO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CpbBJbbXQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pQBGWd5X5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./pYzjZod5o.map", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-TRCxo .framer-styles-preset-mnx6to:not(.rich-text-wrapper), .framer-TRCxo .framer-styles-preset-mnx6to.rich-text-wrapper a { --framer-link-current-text-color: var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, #00f3ff) /* {\"name\":\"Primary Cyan\"} */; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: rgba(0, 242, 255, 0.72); --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, #00f3ff); --framer-link-text-decoration: none; }'];export const className=\"framer-TRCxo\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;The Future Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"The Future Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/mlPioAjOvFpathbg0nza25Uipyg.woff2\"}]}];export const css=['.framer-r3w8Q .framer-styles-preset-1hbok9x:not(.rich-text-wrapper), .framer-r3w8Q .framer-styles-preset-1hbok9x.rich-text-wrapper h2 { --framer-font-family: \"The Future Regular\", \"The Future Regular Placeholder\", sans-serif; --framer-font-size: 34px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -1px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-24486c54-caad-447e-978d-74a83180cdf9, #040e2b); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-r3w8Q\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (139b156)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,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 Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/qacJMtbrGDTpaTF4eVfx/Ticker.js\";import HubSpotForm from\"https://framerusercontent.com/modules/uGQZtcsxBzvxqsgxQ0Tz/b7VYVaGCWWNyhqVsgsiv/Hubspot.js\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/7r5UGUpFh6FWtcVOCSDp/Carousel.js\";import CardsTestimonials from\"#framer/local/canvasComponent/aFwoDyJwA/aFwoDyJwA.js\";import ButtonsSocial from\"#framer/local/canvasComponent/bYjciasOX/bYjciasOX.js\";import CardsCourseCard from\"#framer/local/canvasComponent/egwoYFvfm/egwoYFvfm.js\";import ThumbnailBL from\"#framer/local/canvasComponent/EnDZNNDaE/EnDZNNDaE.js\";import TomAndLisaHeader from\"#framer/local/canvasComponent/iecqx975e/iecqx975e.js\";import CardsEntertainment from\"#framer/local/canvasComponent/oDPJ53cYE/oDPJ53cYE.js\";import Navigation from\"#framer/local/canvasComponent/p5uMkofP_/p5uMkofP_.js\";import CardsExploreCard from\"#framer/local/canvasComponent/pYzjZod5o/pYzjZod5o.js\";import Footer from\"#framer/local/canvasComponent/uVmMi4SRs/uVmMi4SRs.js\";import ThumbnailGameplay from\"#framer/local/canvasComponent/z0c95hkTa/z0c95hkTa.js\";import ButtonsPrimary from\"#framer/local/canvasComponent/z4anqQ3wu/z4anqQ3wu.js\";import*as sharedStyle7 from\"#framer/local/css/Adx98kEqr/Adx98kEqr.js\";import*as sharedStyle5 from\"#framer/local/css/Huhqf7qOJ/Huhqf7qOJ.js\";import*as sharedStyle4 from\"#framer/local/css/K5YL7YQPw/K5YL7YQPw.js\";import*as sharedStyle from\"#framer/local/css/LFGZZgee3/LFGZZgee3.js\";import*as sharedStyle6 from\"#framer/local/css/M9eK_dvX4/M9eK_dvX4.js\";import*as sharedStyle3 from\"#framer/local/css/mfIunfCxb/mfIunfCxb.js\";import*as sharedStyle1 from\"#framer/local/css/SiALficAl/SiALficAl.js\";import*as sharedStyle2 from\"#framer/local/css/yfaNOoB86/yfaNOoB86.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const ButtonsSocialFonts=getFonts(ButtonsSocial);const MotionDivWithFX=withFX(motion.div);const NavigationFonts=getFonts(Navigation);const ContainerWithFX=withFX(Container);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const TomAndLisaHeaderFonts=getFonts(TomAndLisaHeader);const TickerFonts=getFonts(Ticker);const CardsExploreCardFonts=getFonts(CardsExploreCard);const CarouselFonts=getFonts(Carousel);const HubSpotFormFonts=getFonts(HubSpotForm);const ButtonsPrimaryFonts=getFonts(ButtonsPrimary);const VimeoFonts=getFonts(Vimeo);const CardsCourseCardFonts=getFonts(CardsCourseCard);const CardsTestimonialsFonts=getFonts(CardsTestimonials);const CardsEntertainmentFonts=getFonts(CardsEntertainment);const ThumbnailGameplayFonts=getFonts(ThumbnailGameplay);const ThumbnailBLFonts=getFonts(ThumbnailBL);const FooterFonts=getFonts(Footer);const breakpoints={AjZtydZag:\"(min-width: 720px) and (max-width: 1099px)\",LrXxWVsZf:\"(min-width: 1400px)\",nJhQaRkKe:\"(max-width: 719px)\",WQLkyLRf1:\"(min-width: 1100px) and (max-width: 1399px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-pIfwJ\";const variantClassNames={AjZtydZag:\"framer-v-ofkmfc\",LrXxWVsZf:\"framer-v-7bq7uh\",nJhQaRkKe:\"framer-v-1ao3rkw\",WQLkyLRf1:\"framer-v-72rtr7\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={damping:30,delay:.6,mass:1,stiffness:132,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const transition2={damping:30,delay:.4,mass:1,stiffness:132,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const metadata=metadataProvider();const humanReadableVariantMap={\"XL Screens\":\"LrXxWVsZf\",Desktop:\"WQLkyLRf1\",Phone:\"nJhQaRkKe\",Tablet:\"AjZtydZag\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-pIfwJ`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-pIfwJ`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"nJhQaRkKe\")return false;return true;};const ref2=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if([\"AjZtydZag\",\"nJhQaRkKe\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if([\"AjZtydZag\",\"nJhQaRkKe\"].includes(baseVariant))return true;return false;};const router=useRouter();const elementId=useRouteElementId(\"fMQUo0f2t\");const ref3=React.useRef(null);const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"nJhQaRkKe\")return true;return false;};const elementId1=useRouteElementId(\"p5akuaGXn\");const ref4=React.useRef(null);const elementId2=useRouteElementId(\"Gio6Z1Cls\");const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref2,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-48}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6d5cfb hidden-1ao3rkw\",\"data-framer-name\":\"Socials\",name:\"Socials\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ydecrc\",\"data-framer-name\":\"Wrapper\",name:\"Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19zyavo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-17aynam\",\"data-styles-preset\":\"LFGZZgee3\",children:\"Connect with Tom\"})}),className:\"framer-ogu1te\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,width:\"28px\",y:10,children:/*#__PURE__*/_jsx(Container,{className:\"framer-98p4dz-container\",children:/*#__PURE__*/_jsx(ButtonsSocial,{AqpSKbZYF:\"W5GUqB8Cl\",height:\"100%\",id:\"w71oaL8qw\",JNyHLT3kZ:\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\",KCjOKAh4K:\"https://www.youtube.com/tombilyeu\",layoutId:\"w71oaL8qw\",n0UMr6fuN:\"rgba(0, 243, 255, 0.1)\",nLtJni5yp:\"ZEfq4UbJG\",style:{height:\"100%\",width:\"100%\"},variant:\"Sp1vwPe5y\",width:\"100%\",xhBZy5_Am:\"anQnLSHLJ\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,width:\"28px\",y:10,children:/*#__PURE__*/_jsx(Container,{className:\"framer-e23j1g-container\",children:/*#__PURE__*/_jsx(ButtonsSocial,{AqpSKbZYF:\"uV8bZQ4nr\",height:\"100%\",id:\"zTkueRA2I\",JNyHLT3kZ:\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\",KCjOKAh4K:\"https://www.facebook.com/tombilyeu\",layoutId:\"zTkueRA2I\",n0UMr6fuN:\"rgba(0, 243, 255, 0.1)\",nLtJni5yp:\"vktr7xYRm\",style:{height:\"100%\",width:\"100%\"},variant:\"Sp1vwPe5y\",width:\"100%\",xhBZy5_Am:\"anQnLSHLJ\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,width:\"28px\",y:10,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lrgba3-container\",children:/*#__PURE__*/_jsx(ButtonsSocial,{AqpSKbZYF:\"g_IeVXEPQ\",height:\"100%\",id:\"eC7_kXjGH\",JNyHLT3kZ:\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\",KCjOKAh4K:\"https://www.tiktok.com/@tombilyeu\",layoutId:\"eC7_kXjGH\",n0UMr6fuN:\"rgba(0, 243, 255, 0.1)\",nLtJni5yp:\"QybR8L4Tw\",style:{height:\"100%\",width:\"100%\"},variant:\"Sp1vwPe5y\",width:\"100%\",xhBZy5_Am:\"anQnLSHLJ\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,width:\"28px\",y:10,children:/*#__PURE__*/_jsx(Container,{className:\"framer-azdwo-container\",children:/*#__PURE__*/_jsx(ButtonsSocial,{AqpSKbZYF:\"iP2f3FJcT\",height:\"100%\",id:\"jr2uDZfin\",JNyHLT3kZ:\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\",KCjOKAh4K:\"https://www.instagram.com/tombilyeu/\",layoutId:\"jr2uDZfin\",n0UMr6fuN:\"rgba(0, 243, 255, 0.1)\",nLtJni5yp:\"NsFttOTLn\",style:{height:\"100%\",width:\"100%\"},variant:\"Sp1vwPe5y\",width:\"100%\",xhBZy5_Am:\"anQnLSHLJ\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,width:\"28px\",y:10,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f5m4ws-container\",children:/*#__PURE__*/_jsx(ButtonsSocial,{AqpSKbZYF:\"kXo0Fa5cx\",height:\"100%\",id:\"f691XQ6_l\",JNyHLT3kZ:\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\",KCjOKAh4K:\"https://twitter.com/tombilyeu\",layoutId:\"f691XQ6_l\",n0UMr6fuN:\"rgba(0, 243, 255, 0.1)\",nLtJni5yp:\"XyYM8xhtc\",style:{height:\"100%\",width:\"100%\"},variant:\"Sp1vwPe5y\",width:\"100%\",xhBZy5_Am:\"anQnLSHLJ\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,width:\"28px\",y:10,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mw2sk0-container\",children:/*#__PURE__*/_jsx(ButtonsSocial,{AqpSKbZYF:\"AVEJVEqtr\",height:\"100%\",id:\"bHptONblY\",JNyHLT3kZ:\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\",KCjOKAh4K:\"https://podcasts.apple.com/us/podcast/impact-theory-with-tom-bilyeu/id1191775648\",layoutId:\"bHptONblY\",n0UMr6fuN:\"rgba(0, 243, 255, 0.1)\",nLtJni5yp:\"eJrxF06vo\",style:{height:\"100%\",width:\"100%\"},variant:\"Sp1vwPe5y\",width:\"100%\",xhBZy5_Am:\"anQnLSHLJ\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l3ty1o\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-17aynam\",\"data-styles-preset\":\"LFGZZgee3\",children:\"Connect with Lisa\"})}),className:\"framer-1oynvoh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,width:\"28px\",y:10,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wmt9ys-container\",children:/*#__PURE__*/_jsx(ButtonsSocial,{AqpSKbZYF:\"W5GUqB8Cl\",height:\"100%\",id:\"SSPScgHRt\",JNyHLT3kZ:\"var(--token-22e4b8af-a2df-42ac-b267-49b2347a97a8, rgb(255, 0, 152))\",KCjOKAh4K:\"https://www.youtube.com/@LisaBilyeu\",layoutId:\"SSPScgHRt\",n0UMr6fuN:\"rgba(255, 0, 152, 0.2)\",nLtJni5yp:\"DEVDUDH5B\",style:{height:\"100%\",width:\"100%\"},variant:\"Sp1vwPe5y\",width:\"100%\",xhBZy5_Am:\"anQnLSHLJ\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,width:\"28px\",y:10,children:/*#__PURE__*/_jsx(Container,{className:\"framer-101w2mf-container\",children:/*#__PURE__*/_jsx(ButtonsSocial,{AqpSKbZYF:\"uV8bZQ4nr\",height:\"100%\",id:\"WqEBv32De\",JNyHLT3kZ:\"var(--token-22e4b8af-a2df-42ac-b267-49b2347a97a8, rgb(255, 0, 152))\",KCjOKAh4K:\"https://www.facebook.com/lisabilyeu\",layoutId:\"WqEBv32De\",n0UMr6fuN:\"rgba(255, 0, 152, 0.2)\",nLtJni5yp:\"oJL0Y4xyC\",style:{height:\"100%\",width:\"100%\"},variant:\"Sp1vwPe5y\",width:\"100%\",xhBZy5_Am:\"anQnLSHLJ\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,width:\"28px\",y:10,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13l19pi-container\",children:/*#__PURE__*/_jsx(ButtonsSocial,{AqpSKbZYF:\"g_IeVXEPQ\",height:\"100%\",id:\"sRX0xxy2O\",JNyHLT3kZ:\"var(--token-22e4b8af-a2df-42ac-b267-49b2347a97a8, rgb(255, 0, 152))\",KCjOKAh4K:\"https://www.tiktok.com/@lisa_bilyeu\",layoutId:\"sRX0xxy2O\",n0UMr6fuN:\"rgba(255, 0, 152, 0.2)\",nLtJni5yp:\"PqOKp2fpD\",style:{height:\"100%\",width:\"100%\"},variant:\"Sp1vwPe5y\",width:\"100%\",xhBZy5_Am:\"anQnLSHLJ\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,width:\"28px\",y:10,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xif7ky-container\",children:/*#__PURE__*/_jsx(ButtonsSocial,{AqpSKbZYF:\"iP2f3FJcT\",height:\"100%\",id:\"U5cIvNcKN\",JNyHLT3kZ:\"var(--token-22e4b8af-a2df-42ac-b267-49b2347a97a8, rgb(255, 0, 152))\",KCjOKAh4K:\"https://www.instagram.com/lisabilyeu/\",layoutId:\"U5cIvNcKN\",n0UMr6fuN:\"rgba(255, 0, 152, 0.2)\",nLtJni5yp:\"OmU9x3unt\",style:{height:\"100%\",width:\"100%\"},variant:\"Sp1vwPe5y\",width:\"100%\",xhBZy5_Am:\"anQnLSHLJ\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,width:\"28px\",y:10,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nqdz0m-container\",children:/*#__PURE__*/_jsx(ButtonsSocial,{AqpSKbZYF:\"kXo0Fa5cx\",height:\"100%\",id:\"FcEstolPq\",JNyHLT3kZ:\"var(--token-22e4b8af-a2df-42ac-b267-49b2347a97a8, rgb(255, 0, 152))\",KCjOKAh4K:\"https://twitter.com/lisabilyeu\",layoutId:\"FcEstolPq\",n0UMr6fuN:\"rgba(255, 0, 152, 0.2)\",nLtJni5yp:\"rMYSKqn8y\",style:{height:\"100%\",width:\"100%\"},variant:\"Sp1vwPe5y\",width:\"100%\",xhBZy5_Am:\"anQnLSHLJ\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,width:\"28px\",y:10,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kg0f76-container\",children:/*#__PURE__*/_jsx(ButtonsSocial,{AqpSKbZYF:\"AVEJVEqtr\",height:\"100%\",id:\"MubT0aXoG\",JNyHLT3kZ:\"var(--token-22e4b8af-a2df-42ac-b267-49b2347a97a8, rgb(255, 0, 152))\",KCjOKAh4K:\"https://podcasts.apple.com/us/podcast/women-of-impact/id1435217865\",layoutId:\"MubT0aXoG\",n0UMr6fuN:\"rgba(255, 0, 152, 0.2)\",nLtJni5yp:\"eY2tin_u8\",style:{height:\"100%\",width:\"100%\"},variant:\"Sp1vwPe5y\",width:\"100%\",xhBZy5_Am:\"anQnLSHLJ\"})})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"100vw\",y:48,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{__framer__styleTransformEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref2,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-48}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ccqyf3-container\",layoutScroll:true,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{variant:\"rbyP_9oU7\"},nJhQaRkKe:{variant:\"ZRqBG4amX\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"b5oIFvR5r\",layoutId:\"b5oIFvR5r\",style:{width:\"100%\"},variant:\"CbAKXAic6\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-agezrr\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7tiiws\",\"data-framer-name\":\"Background Elements\",name:\"Background Elements\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-13pgoyp\",\"data-framer-appear-id\":\"13pgoyp\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-9353m2\",\"data-framer-name\":\"Arrow\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:1019,intrinsicWidth:1171,name:\"Arrow\",style:{rotate:4},svg:'<svg width=\"1171\" height=\"1019\" viewBox=\"0 0 1171 1019\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_f_3262_93)\">\\n<path d=\"M1027.82 340.766L514.811 713.676L279.966 271.734\" stroke=\"#00FFFF\" stroke-width=\"10\"/>\\n</g>\\n<path d=\"M984.092 375.39L516.693 713.153L280.423 270.844\" stroke=\"#00FFFF\" stroke-width=\"10\"/>\\n<defs>\\n<filter id=\"filter0_f_3262_93\" x=\"240.681\" y=\"234.6\" width=\"824.337\" height=\"520.737\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"17.2132\" result=\"effect1_foregroundBlur_3262_93\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-49kjko\",\"data-framer-appear-id\":\"49kjko\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-v204mg\",\"data-framer-name\":\"Arrow\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:727,intrinsicWidth:709,name:\"Arrow\",style:{rotate:8},svg:'<svg width=\"709\" height=\"727\" viewBox=\"0 0 709 727\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_f_3262_90)\">\\n<path d=\"M537.683 716.564L437.662 105.763L4.23837 524.701\" stroke=\"#00FFFF\" stroke-width=\"10\"/>\\n</g>\\n<path d=\"M534.201 664.196L439.871 109.663L6.44736 528.601\" stroke=\"#00FFFF\" stroke-width=\"10\"/>\\n<defs>\\n<filter id=\"filter0_f_3262_90\" x=\"-33.7165\" y=\"61.0272\" width=\"610.748\" height=\"690.596\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"17.2132\" result=\"effect1_foregroundBlur_3262_90\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aa2i8h\",\"data-framer-name\":\"Top\",name:\"Top\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{width:\"max(100vw, 1px)\",y:48}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:560,y:100,children:/*#__PURE__*/_jsx(Container,{className:\"framer-v1ablk-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{style:{width:\"100%\"},variant:\"Twhx5kzOZ\"}},children:/*#__PURE__*/_jsx(TomAndLisaHeader,{height:\"100%\",id:\"jgUeOKp7D\",layoutId:\"jgUeOKp7D\",variant:\"ZBbfEPNR7\",width:\"100%\"})})})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pwzdrw hidden-ofkmfc hidden-1ao3rkw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"40px\"},children:\"Unleash Your Potential \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"40px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"40px\"},children:\"with\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"40px\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"Impact Theory\"})]})}),className:\"framer-76227e\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kkker2\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wl0pp4\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-8brmc1\",\"data-styles-preset\":\"SiALficAl\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"We\u2019re here to guide you on your journey!\"})}),className:\"framer-zepeov\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-49flpl\",\"data-styles-preset\":\"yfaNOoB86\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Are you ready to elevate your life, unlock your true potential, and conquer your aspirations?\"})}),className:\"framer-hlqs88\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-gxx8p9 hidden-72rtr7 hidden-7bq7uh\",\"data-framer-name\":\"Bottom\",name:\"Bottom\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-b13ti0\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4v0gap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Unleash Your Potential \",/*#__PURE__*/_jsx(\"br\",{}),\"with\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"Impact Theory\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Unleash Your Potential \",/*#__PURE__*/_jsx(\"br\",{}),\"with\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"Impact Theory\"})]})}),className:\"framer-165dd64\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lstci4\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1um14io\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-8brmc1\",\"data-styles-preset\":\"SiALficAl\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"We\u2019re here to guide you \",/*#__PURE__*/_jsx(\"br\",{}),\"on your journey!\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-8brmc1\",\"data-styles-preset\":\"SiALficAl\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"We\u2019re here to guide you on your journey!\"})}),className:\"framer-ck3n54\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-49flpl\",\"data-styles-preset\":\"yfaNOoB86\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Are you ready to elevate your life, unlock your true potential, and conquer your aspirations?\"})}),className:\"framer-3ht2j7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xh5fvu\",\"data-framer-name\":\"Featured Seciton\",name:\"Featured Seciton\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-49flpl\",\"data-styles-preset\":\"yfaNOoB86\",children:\"Featured in\"})}),className:\"framer-10h62x6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ajma99-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{gap:72},LrXxWVsZf:{gap:120},nJhQaRkKe:{gap:56}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:100,height:\"100%\",hoverFactor:1,id:\"UJYHdMTRz\",layoutId:\"UJYHdMTRz\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-19c2qmk\",\"data-framer-name\":\"Entrepreneur\",name:\"Entrepreneur\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-zfvzu2\",\"data-framer-name\":\"Entrepreneur\",layout:\"position\",name:\"Entrepreneur\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 135 27\"><path d=\"M 0.13 18.198 L 1.823 17.927 L 1.823 2.239 L -0.066 1.992 L 0.032 0.293 L 11.862 0.293 L 11.567 5.046 L 9.211 4.973 L 9.064 1.992 L 5.407 1.992 L 5.407 9.061 L 7.002 9.061 L 7.37 7.435 L 9.015 7.485 L 9.015 12.361 L 7.37 12.361 L 6.978 10.687 L 5.382 10.687 L 5.382 18.174 L 9.064 18.174 L 9.407 14.923 L 11.886 14.997 L 12.083 19.947 L 0.056 19.947 Z\" fill=\"rgb(4, 14, 43)\"></path><path d=\"M 13.187 19.971 L 13.26 18.518 L 14.586 18.247 L 14.586 8.346 L 13.04 8.199 L 13.04 6.721 L 16.917 6.154 L 17.212 6.992 L 17.212 7.558 C 18.145 6.573 19.274 5.982 20.722 5.982 C 22.832 5.982 24.403 7.263 24.403 9.799 L 24.403 18.223 L 25.802 18.494 L 25.729 19.947 L 21.114 19.947 L 21.114 10.538 C 21.114 9.184 20.623 8.42 19.396 8.42 C 18.979 8.42 18.684 8.494 18.366 8.617 C 18.169 8.79 17.973 9.036 17.801 9.258 L 17.801 18.272 L 19.2 18.543 L 19.102 19.996 L 13.187 19.996 Z\" fill=\"rgb(4, 14, 43)\"></path><path d=\"M 87.333 19.971 L 87.382 18.518 L 88.707 18.247 L 88.707 8.346 L 87.161 8.199 L 87.161 6.721 L 91.039 6.154 L 91.334 6.992 L 91.334 7.558 C 92.266 6.573 93.395 5.982 94.843 5.982 C 96.954 5.982 98.525 7.263 98.525 9.799 L 98.525 18.223 L 99.924 18.494 L 99.85 19.947 L 95.26 19.947 L 95.26 10.538 C 95.26 9.184 94.77 8.42 93.542 8.42 C 93.125 8.42 92.831 8.494 92.512 8.617 C 92.315 8.79 92.119 9.036 91.947 9.258 L 91.947 18.272 L 93.346 18.543 L 93.248 19.996 L 87.333 19.996 Z\" fill=\"rgb(4, 14, 43)\"></path><path d=\"M 33.116 19.701 C 32.576 19.923 31.619 20.169 30.367 20.169 C 28.723 20.169 27.201 19.43 27.201 17.017 L 27.201 8.347 L 25.63 8.101 L 25.704 6.377 L 27.471 6.303 L 28.232 3.668 L 30.49 3.569 L 30.49 6.402 L 32.92 6.402 L 32.748 8.126 L 30.515 8.372 L 30.515 17.041 C 30.515 17.756 30.907 18.224 31.643 18.224 L 32.969 18.224 Z\" fill=\"rgb(4, 14, 43)\"></path><path d=\"M 124.982 19.971 L 125.031 18.543 L 126.283 18.247 L 126.283 8.347 L 124.811 8.199 L 124.811 6.721 L 128.836 6.155 L 129.106 7.115 L 129.106 7.435 C 130.161 6.647 131.585 6.13 133.303 6.13 L 133.892 6.647 L 133.474 10.391 L 131.265 10.317 L 131.045 8.322 C 130.529 8.396 130.038 8.544 129.621 8.839 L 129.621 18.272 L 131.02 18.568 L 130.922 19.996 L 124.982 19.996 Z\" fill=\"rgb(4, 14, 43)\"></path><path d=\"M 67.183 19.971 L 67.257 18.543 L 68.508 18.247 L 68.508 8.347 L 67.036 8.199 L 67.036 6.721 L 71.061 6.155 L 71.331 7.115 L 71.331 7.435 C 72.386 6.647 73.81 6.13 75.528 6.13 L 76.117 6.647 L 75.65 10.391 L 73.442 10.317 L 73.221 8.322 C 72.705 8.396 72.214 8.544 71.797 8.839 L 71.797 18.272 L 73.196 18.568 L 73.098 19.996 L 67.183 19.996 Z\" fill=\"rgb(4, 14, 43)\"></path><path d=\"M 34.097 19.971 L 34.171 18.543 L 35.423 18.247 L 35.423 8.347 L 33.95 8.199 L 33.95 6.721 L 37.975 6.155 L 38.245 7.115 L 38.245 7.435 C 39.301 6.647 40.724 6.13 42.418 6.13 L 43.007 6.647 L 42.59 10.391 L 40.381 10.317 L 40.16 8.322 C 39.644 8.396 39.153 8.544 38.736 8.839 L 38.736 18.272 L 40.135 18.568 L 40.037 19.996 L 34.097 19.996 Z\" fill=\"rgb(4, 14, 43)\"></path><path d=\"M 46.812 13.937 C 46.812 16.302 47.843 18.124 49.88 18.124 C 50.935 18.124 51.77 17.903 52.751 17.435 L 53.316 18.74 C 52.309 19.553 50.837 20.169 48.996 20.169 C 45.413 20.169 43.351 17.065 43.351 13.075 C 43.351 9.677 44.848 5.958 48.947 5.958 C 52.53 5.958 53.88 9.282 53.88 12.977 L 53.537 13.864 Z M 46.763 12.361 L 50.886 12.164 C 50.812 10.514 50.469 7.903 48.849 7.903 C 48.456 7.903 48.186 7.977 47.695 8.223 C 47.033 9.356 46.763 11.401 46.763 12.361 Z\" fill=\"rgb(4, 14, 43)\"></path><path d=\"M 103.851 13.937 C 103.851 16.302 104.882 18.124 106.919 18.124 C 107.974 18.124 108.809 17.903 109.79 17.435 L 110.355 18.74 C 109.348 19.553 107.876 20.169 106.035 20.169 C 102.452 20.169 100.39 17.065 100.39 13.075 C 100.39 9.677 101.887 5.958 105.986 5.958 C 109.569 5.958 110.919 9.282 110.919 12.977 L 110.576 13.864 Z M 103.802 12.361 L 107.925 12.164 C 107.851 10.514 107.508 7.903 105.888 7.903 C 105.495 7.903 105.225 7.977 104.734 8.223 C 104.072 9.356 103.802 11.401 103.802 12.361 Z\" fill=\"rgb(4, 14, 43)\"></path><path d=\"M 79.896 13.937 C 79.896 16.302 80.927 18.124 82.964 18.124 C 84.019 18.124 84.854 17.903 85.836 17.435 L 86.4 18.74 C 85.394 19.553 83.921 20.169 82.081 20.169 C 78.497 20.169 76.436 17.065 76.436 13.075 C 76.436 9.677 77.933 5.958 82.031 5.958 C 85.615 5.958 86.965 9.282 86.965 12.977 L 86.621 13.864 Z M 79.847 12.361 L 83.97 12.164 C 83.897 10.514 83.553 7.903 81.933 7.903 C 81.541 7.903 81.271 7.977 80.78 8.223 C 80.117 9.356 79.822 11.401 79.847 12.361 Z\" fill=\"rgb(4, 14, 43)\"></path><path d=\"M 120.198 19.972 L 119.854 18.79 C 118.946 19.652 118.062 20.169 116.688 20.169 C 114.577 20.169 112.687 19.11 112.687 16.179 L 112.687 8.002 L 111.141 7.854 L 111.141 6.549 L 115.608 6.032 L 115.952 7.214 L 115.952 15.785 C 115.952 17.287 116.565 18.075 117.768 18.075 C 118.111 18.075 118.553 18.026 118.946 17.878 C 119.167 17.657 119.388 17.386 119.56 17.115 L 119.56 8.002 L 117.964 7.854 L 117.964 6.549 L 122.48 6.032 L 122.824 7.214 L 122.824 18.248 L 124.223 18.519 L 124.051 19.972 Z\" fill=\"rgb(4, 14, 43)\"></path><path d=\"M 60.581 18.198 C 59.869 18.198 59.304 18.075 58.863 17.829 L 58.863 9.134 C 59.059 8.839 59.28 8.568 59.501 8.322 C 59.918 8.174 60.286 8.125 60.728 8.125 C 62.569 8.125 62.888 9.996 62.888 13.346 C 62.888 16.573 62.397 17.459 62.274 17.829 C 61.759 18.075 61.219 18.198 60.581 18.198 Z M 66.079 12.755 C 66.079 8.593 64.851 5.982 61.783 5.982 C 59.746 5.982 58.789 7.164 58.396 7.657 L 58.396 7.189 L 58.053 6.007 L 54.052 6.573 L 54.052 8.002 L 55.599 8.199 L 55.599 24.996 L 54.273 25.267 L 54.2 26.67 L 60.114 26.67 L 60.213 25.267 L 58.814 24.996 L 58.814 19.676 C 59.378 19.996 60.164 20.193 61.023 20.193 C 66.029 20.193 66.079 15.095 66.079 12.755 Z\" fill=\"rgb(4, 14, 43)\"></path></svg>',svgContentId:10277966539,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-w35szt\",\"data-framer-name\":\"Hollywood Reporter\",name:\"Hollywood Reporter\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-7junuh\",\"data-framer-name\":\"Hollywood Reporter\",layout:\"position\",name:\"Hollywood Reporter\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 115 28\"><path d=\"M 67.058 24.94 L 67.422 23.757 L 64.583 23.757 L 64.93 22.656 L 68.385 22.656 L 68.754 21.458 L 63.632 21.458 L 61.833 27.289 L 66.954 27.289 L 67.323 26.092 L 63.857 26.092 L 64.217 24.94 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 59.821 21.457 L 56.71 21.457 L 54.911 27.288 L 56.573 27.288 L 57.189 25.284 L 58.35 25.284 L 59.211 27.288 L 60.973 27.288 L 59.924 25.134 C 60.92 24.948 61.534 24.446 61.783 23.621 L 61.828 23.481 C 62.205 22.252 61.43 21.457 59.821 21.457 Z M 60.145 23.348 L 60.132 23.4 C 59.946 23.985 59.518 24.184 58.843 24.184 L 57.527 24.184 L 58.032 22.553 L 59.476 22.553 C 60.097 22.553 60.306 22.831 60.145 23.348 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 86.611 21.458 L 83.5 21.458 L 81.701 27.289 L 83.363 27.289 L 83.979 25.285 L 85.14 25.285 L 86.001 27.289 L 87.763 27.289 L 86.715 25.134 C 87.71 24.948 88.324 24.446 88.573 23.621 L 88.618 23.482 C 88.995 22.253 88.22 21.458 86.611 21.458 Z M 86.935 23.348 L 86.922 23.401 C 86.737 23.986 86.308 24.185 85.633 24.185 L 84.317 24.185 L 84.822 22.554 L 86.266 22.554 C 86.887 22.554 87.096 22.831 86.935 23.348 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 99.797 24.94 L 100.161 23.757 L 97.322 23.757 L 97.669 22.656 L 101.124 22.656 L 101.493 21.458 L 96.371 21.458 L 94.571 27.289 L 99.693 27.289 L 100.062 26.092 L 96.596 26.092 L 96.956 24.94 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 72.904 21.458 L 70.001 21.458 L 68.204 27.289 L 69.867 27.289 L 70.43 25.455 L 72.141 25.455 C 73.77 25.455 74.578 24.916 74.942 23.739 L 75.006 23.532 C 75.368 22.364 74.779 21.458 72.904 21.458 Z M 73.304 23.445 L 73.264 23.573 C 73.094 24.126 72.673 24.357 71.968 24.357 L 70.769 24.357 L 71.326 22.554 L 72.615 22.554 C 73.317 22.554 73.503 22.801 73.304 23.445 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 95.076 22.656 L 95.444 21.459 L 89.719 21.459 L 89.349 22.656 L 91.419 22.656 L 89.987 27.29 L 91.658 27.29 L 93.089 22.656 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 105.813 21.458 L 102.703 21.458 L 100.903 27.289 L 102.566 27.289 L 103.182 25.285 L 104.321 25.285 L 105.204 27.289 L 106.966 27.289 L 105.919 25.134 C 106.913 24.948 107.527 24.446 107.776 23.621 L 107.82 23.482 C 108.198 22.253 107.423 21.458 105.813 21.458 Z M 106.138 23.348 L 106.125 23.401 C 105.939 23.986 105.511 24.185 104.835 24.185 L 103.52 24.185 L 104.025 22.554 L 105.469 22.554 C 106.089 22.554 106.299 22.831 106.138 23.348 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 79.212 21.333 C 77.185 21.333 76.11 22.062 75.596 23.732 L 75.437 24.249 C 74.805 26.292 75.989 27.286 77.828 27.286 C 79.854 27.286 80.93 26.559 81.446 24.889 L 81.601 24.372 C 82.232 22.326 81.051 21.333 79.212 21.333 Z M 80.068 23.998 L 79.821 24.791 C 79.561 25.633 79.09 26.054 78.132 26.054 C 77.081 26.054 76.704 25.5 76.971 24.622 L 77.218 23.828 C 77.479 22.985 77.951 22.564 78.905 22.564 C 79.96 22.564 80.336 23.121 80.068 23.998 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 61.417 1.827 L 61.72 0.855 L 58.088 0.855 L 56.704 5.348 L 60.333 5.348 L 60.633 4.376 L 58.306 4.376 L 58.554 3.586 L 60.397 3.586 L 60.691 2.628 L 58.852 2.628 L 59.103 1.827 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 52.088 1.827 L 52.388 0.855 L 48.284 0.855 L 47.986 1.827 L 49.452 1.827 L 48.366 5.348 L 49.67 5.348 L 50.757 1.827 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 55.85 0.856 L 55.32 2.572 L 53.819 2.572 L 54.349 0.856 L 53.039 0.856 L 51.653 5.347 L 52.962 5.347 L 53.523 3.53 L 55.026 3.53 L 54.463 5.347 L 55.773 5.347 L 57.159 0.856 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 82.523 6.656 C 78.63 6.656 75.294 10.666 75.294 14.783 C 75.294 17.813 77.434 19.921 79.758 19.921 C 83.651 19.921 86.989 15.909 86.989 11.792 C 86.989 8.762 84.845 6.656 82.523 6.656 Z M 81.465 18.76 C 80.933 19.286 80.335 19.635 79.544 19.635 C 78.414 19.635 77.599 18.95 77.599 16.852 C 77.599 14.427 78.884 9.732 80.818 7.817 C 81.346 7.291 81.946 6.942 82.737 6.942 C 83.867 6.942 84.682 7.627 84.682 9.725 C 84.682 12.15 83.399 16.843 81.465 18.76 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 26.338 6.656 C 22.446 6.656 19.11 10.666 19.11 14.783 C 19.11 17.813 21.25 19.921 23.574 19.921 C 27.467 19.921 30.805 15.909 30.805 11.792 C 30.805 8.762 28.661 6.656 26.338 6.656 Z M 25.281 18.76 C 24.749 19.286 24.151 19.635 23.36 19.635 C 22.23 19.635 21.415 18.95 21.415 16.852 C 21.415 14.427 22.7 9.732 24.634 7.817 C 25.162 7.291 25.762 6.942 26.553 6.942 C 27.683 6.942 28.498 7.627 28.498 9.725 C 28.498 12.15 27.215 16.843 25.281 18.76 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 94.92 6.655 C 91.028 6.655 87.692 10.665 87.692 14.782 C 87.692 17.812 89.831 19.921 92.156 19.921 C 96.048 19.921 99.386 15.909 99.386 11.792 C 99.386 8.762 97.243 6.655 94.92 6.655 Z M 93.862 18.76 C 93.33 19.286 92.732 19.635 91.942 19.635 C 90.811 19.635 89.997 18.949 89.997 16.852 C 89.997 14.426 91.282 9.731 93.216 7.817 C 93.743 7.291 94.344 6.941 95.134 6.941 C 96.265 6.941 97.079 7.627 97.079 9.724 C 97.079 12.15 95.796 16.843 93.862 18.76 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 73.277 6.728 C 72.407 6.728 71.809 7.424 71.809 8.175 C 71.809 8.956 72.489 9.583 73.248 9.583 C 73.93 9.583 74.46 9.122 74.617 8.622 C 74.672 8.921 74.697 9.234 74.697 9.561 C 74.697 13.899 70.948 19.443 68.199 19.443 C 67.285 19.443 66.649 18.88 67.51 16.428 L 70.453 6.981 L 67.773 6.981 L 65.87 13.113 C 64.479 17.498 62.415 19.443 61.203 19.443 C 60.357 19.443 59.847 18.836 60.501 16.738 L 63.49 6.981 L 63.422 6.898 C 62.931 6.937 61.799 6.981 60.443 6.981 L 58.849 6.981 L 58.673 7.145 L 58.766 7.251 L 60.715 7.251 L 58.245 15.254 C 57.297 18.297 58.73 19.919 60.85 19.919 C 62.351 19.919 63.96 18.275 65.111 15.778 C 64.587 18.319 65.835 19.919 67.691 19.919 C 71.568 19.919 75.061 13.639 75.061 9.447 C 75.061 7.422 74.297 6.728 73.277 6.728 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 18.368 19.326 L 15.864 19.326 L 21.479 1.127 L 23.777 1.127 L 23.954 0.963 L 23.861 0.856 L 16.377 0.856 L 16.2 1.022 L 16.293 1.127 L 18.604 1.127 L 15.86 10.016 L 8.444 10.016 L 11.188 1.127 L 13.293 1.127 L 13.469 0.963 L 13.376 0.856 L 5.892 0.856 L 5.716 1.022 L 5.808 1.127 L 8.312 1.127 L 2.698 19.326 L 0.399 19.326 L 0.223 19.49 L 0.315 19.597 L 7.8 19.597 L 7.978 19.433 L 7.884 19.326 L 5.574 19.326 L 8.363 10.287 L 15.778 10.287 L 12.99 19.326 L 10.884 19.326 L 10.707 19.49 L 10.8 19.597 L 18.284 19.597 L 18.463 19.433 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 37.172 15.127 L 37.035 15.221 C 35.474 18.77 34.607 19.331 34.044 19.331 C 33.487 19.331 33.185 18.94 33.748 17.065 L 38.744 0.857 L 38.676 0.776 C 38.185 0.813 37.055 0.857 35.7 0.857 L 34.103 0.857 L 33.927 1.021 L 34.02 1.128 L 35.971 1.128 L 31.408 15.921 C 30.664 18.63 31.686 19.92 33.452 19.92 C 34.552 19.92 35.669 19.191 37.291 15.301 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 44.001 15.127 L 43.864 15.221 C 42.303 18.77 41.435 19.331 40.872 19.331 C 40.316 19.331 40.014 18.94 40.577 17.065 L 45.573 0.857 L 45.504 0.776 C 45.014 0.813 43.884 0.857 42.528 0.857 L 40.932 0.857 L 40.755 1.021 L 40.848 1.128 L 42.8 1.128 L 38.236 15.921 C 37.492 18.63 38.514 19.92 40.281 19.92 C 41.38 19.92 42.497 19.191 44.12 15.301 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 53.159 12.415 C 51.56 17.6 49.505 19.442 48.238 19.442 C 47.381 19.442 46.939 18.768 47.438 17.063 L 50.507 6.98 L 50.441 6.899 C 49.953 6.936 48.818 6.98 47.463 6.98 L 45.869 6.98 L 45.692 7.144 L 45.787 7.251 L 47.736 7.251 L 45.259 15.236 C 44.314 18.349 45.776 19.92 47.876 19.92 C 49.315 19.92 50.865 18.549 52.092 15.915 L 50.057 22.437 C 48.951 26.081 47.639 27.096 46.231 27.096 C 44.736 27.096 43.634 26.578 43.158 25.773 C 43.376 25.969 43.716 26.111 44.1 26.111 C 44.964 26.083 45.606 25.432 45.606 24.601 C 45.606 23.788 44.948 23.099 44.109 23.099 C 43.286 23.099 42.57 23.767 42.57 24.749 C 42.57 26.238 44.065 27.375 46.193 27.375 C 48.898 27.375 51.642 26.05 53.055 21.457 L 57.521 6.98 L 54.841 6.98 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 115.044 0.857 L 114.975 0.776 C 114.487 0.813 113.355 0.857 111.999 0.857 L 110.403 0.857 L 110.228 1.02 L 110.321 1.127 L 112.273 1.127 L 109.771 9.256 C 109.707 7.661 108.727 6.654 107.314 6.654 C 103.795 6.654 100.018 11.038 100.018 15.2 C 100.018 18.466 101.861 19.92 103.552 19.92 C 105.02 19.92 106.548 18.783 107.641 16.536 C 107.213 18.866 108.224 19.92 109.752 19.92 C 110.853 19.92 111.968 19.191 113.593 15.301 L 113.472 15.126 L 113.335 15.22 C 111.774 18.77 110.906 19.331 110.343 19.331 C 109.787 19.331 109.484 18.94 110.047 17.065 Z M 109.25 10.983 L 108.4 13.714 C 106.928 18.488 104.883 19.634 103.751 19.634 C 102.738 19.634 102.345 18.916 102.345 17.244 C 102.345 12.566 105.416 6.982 107.723 6.982 C 108.891 6.982 109.994 8.532 109.25 10.983 Z\" fill=\"rgb(4,14,43)\"></path></svg>',svgContentId:8807046272,withExternalLayout:true})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1tq5wtc\",\"data-framer-name\":\"CNBC\",layout:\"position\",name:\"CNBC\",opacity:.5,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 140 21\"><g transform=\"translate(-0.397 0.091)\" id=\"ss9725746132_1\"><path d=\"M 0.604 20.057 L 0.548 0.403 L 140.194 0 L 140.251 19.654 Z\" fill=\"transparent\"></path><path d=\"M 17.111 2.978 C 16.572 1.642 15.265 0.2 12.826 0.406 C 9.719 0.753 8.759 3.741 9.234 5.521 C 7.993 4.684 5.888 4.321 4.055 5.904 C 1.69 8.294 2.968 11.513 4.274 12.282 C 2.837 12.153 0.568 13.133 0.073 15.68 C -0.453 18.843 1.957 20.679 4.298 20.672 L 30.26 20.597 C 32.967 20.589 34.463 18.238 34.288 16.024 C 34.014 13.136 31.373 12.035 29.934 12.277 C 31.135 11.601 32.731 8.439 30.282 5.963 C 28.339 4.121 25.87 4.8 25.004 5.609 C 25.468 4.064 24.691 0.876 21.546 0.38 C 21.329 0.357 21.119 0.344 20.92 0.345 C 18.521 0.352 17.447 2.113 17.111 2.978 Z\" fill=\"rgb(244,244,246)\"></path><path d=\"M 4.489 6.406 C 3.122 7.653 2.632 10.472 5.107 12.113 L 14.984 18.862 L 10.173 7.902 C 9.164 5.315 6.422 4.758 4.489 6.406 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 12.96 1.045 C 11.357 1.082 8.957 3.002 10.036 5.919 L 15.013 17.589 L 16.715 5.294 C 17.108 2.239 14.798 0.836 12.96 1.045 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 17.484 4.824 L 18.419 4.821 C 18.419 4.821 18.918 4.819 18.986 5.055 C 18.619 5.357 17.618 5.398 17.756 7.006 L 19.358 17.575 L 24.233 5.846 C 25.23 3.227 23.116 1.049 21.246 0.987 C 21.159 0.981 21.071 0.976 20.98 0.977 C 19.302 0.981 17.382 2.209 17.484 4.824 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 24.042 7.96 L 19.43 18.816 L 29.265 11.974 C 31.532 10.353 31.158 7.772 29.883 6.5 C 29.348 5.901 28.368 5.439 27.331 5.442 C 26.106 5.446 24.797 6.101 24.042 7.96 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 28.166 13.521 L 18.931 20.026 L 30.325 19.993 C 32.663 19.986 34.159 17.566 33.484 15.351 C 33.033 13.959 31.706 12.869 30.17 12.872 C 29.524 12.874 28.839 13.071 28.166 13.521 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 4.263 20.068 L 15.49 20.036 L 6.215 13.584 C 4.072 12.213 1.67 13.026 0.808 15.313 C 0.08 17.931 1.924 20.075 4.263 20.068 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 36.194 10.523 C 36.203 13.872 38.952 19.96 49.383 19.93 C 58.999 19.902 62.023 15.471 62.017 13.443 L 54.573 13.465 C 54.573 13.465 54.227 16.145 50.027 16.157 C 45.825 16.169 44.678 12.657 44.672 10.624 C 44.666 8.599 45.793 5.27 49.996 5.258 C 54.195 5.246 54.556 7.577 54.556 7.577 L 62 7.555 C 61.995 5.525 59.754 1.172 49.328 1.202 C 38.898 1.232 36.186 7.732 36.194 10.523 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 114.271 10.298 C 114.281 13.647 117.033 19.735 127.46 19.705 C 137.076 19.677 140.101 15.246 140.096 13.218 L 132.656 13.239 C 132.656 13.239 132.309 15.92 128.108 15.932 C 123.905 15.944 122.757 12.432 122.751 10.399 C 122.746 8.374 123.874 5.045 128.076 5.033 C 132.277 5.02 132.639 7.352 132.639 7.352 L 140.079 7.33 C 140.073 5.3 137.834 0.947 127.406 0.977 C 116.979 1.007 114.263 7.507 114.271 10.298 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 82.329 1.419 L 82.362 12.756 L 73.665 1.445 L 63.919 1.473 L 63.971 19.429 L 70.652 19.41 L 70.619 7.943 L 79.165 19.385 L 89.063 19.357 L 89.012 1.4 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 103.781 15.025 L 103.781 15.048 L 98.214 15.064 L 98.205 11.767 L 103.772 11.751 L 103.772 11.762 C 104.961 11.759 105.923 12.488 105.926 13.39 C 105.929 14.289 104.97 15.021 103.781 15.025 Z M 98.236 4.866 L 103.6 4.851 L 103.6 4.858 C 104.509 4.856 105.248 5.453 105.25 6.191 C 105.252 6.931 104.517 7.527 103.608 7.53 L 103.608 7.538 L 98.243 7.553 Z M 109.234 9.752 C 110.451 9.749 112.99 8.326 112.982 5.585 C 112.971 1.68 105.716 1.352 104.603 1.355 L 91.239 1.394 L 91.29 19.351 L 104.655 19.312 C 111.083 19.294 113.659 17.251 113.649 13.852 C 113.639 10.454 109.234 9.752 109.234 9.752 Z\" fill=\"rgb(4,14,43)\"></path></g></svg>',svgContentId:9725746132,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1v68s1f\",\"data-framer-name\":\"INC\",layout:\"position\",name:\"INC\",opacity:.5,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 60 21\"><g transform=\"translate(0.233 -0.135)\" id=\"ss11183013923_1\"><path d=\"M 0 4.764 L 2.6 4.764 L 2.6 15.897 L 0 15.897 L 0 20.307 L 13.91 20.307 L 13.91 15.897 L 11.283 15.897 L 11.283 4.764 L 13.91 4.764 L 13.91 0 L 0 0 Z\" fill=\"rgb(4, 14, 43)\"></path><path d=\"M 35.325 15.898 L 35.325 10.045 C 35.325 6.316 32.645 4.955 29.321 4.955 C 26.963 4.955 25.167 5.608 23.613 7.432 C 23.505 7.568 23.371 7.731 23.211 7.868 L 23.211 4.792 L 14.634 4.792 L 14.634 9.229 L 16.591 9.229 L 16.591 15.898 L 14.634 15.898 L 14.634 20.335 L 25.515 20.335 L 25.515 15.898 L 23.452 15.898 L 23.452 12.06 C 23.452 10.426 24.658 9.229 26.266 9.229 C 27.526 9.229 28.517 9.855 28.517 11.243 L 28.517 15.871 L 26.507 15.871 L 26.507 20.308 L 37.147 20.308 L 37.147 15.952 C 37.147 15.925 37.12 15.898 37.12 15.871 L 35.325 15.871 Z\" fill=\"rgb(4, 14, 43)\"></path><path d=\"M 54.459 14.591 L 48.804 14.591 L 48.617 14.591 C 48.617 16.224 47.438 16.987 46.124 16.987 C 43.605 16.987 43.391 14.836 43.391 12.794 L 43.391 12.74 C 43.391 10.698 43.578 8.548 46.124 8.548 C 48.108 8.548 48.456 10.29 48.51 11.951 L 54.379 11.297 C 53.763 5.227 47.866 4.846 46.392 4.846 C 46.178 4.846 46.071 4.846 46.071 4.846 C 41.22 4.846 36.449 7.268 36.449 12.767 C 36.449 13.938 36.664 14.972 37.066 15.87 L 37.092 15.87 L 37.092 15.952 C 38.54 19.219 42.292 20.689 46.071 20.689 C 49.153 20.689 53.468 19.927 54.433 15.108 Z\" fill=\"rgb(4, 14, 43)\"></path><path d=\"M 56.471 20.39 C 57.832 20.39 58.936 19.268 58.936 17.885 C 58.936 16.502 57.832 15.381 56.471 15.381 C 55.109 15.381 54.005 16.502 54.005 17.885 C 54.005 19.268 55.109 20.39 56.471 20.39 Z\" fill=\"rgb(4, 14, 43)\"></path></g></svg>',svgContentId:11183013923,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1qw7oy6\",\"data-framer-name\":\"LA Weekly\",layout:\"position\",name:\"LA Weekly\",opacity:.5,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 88 22\"><g transform=\"translate(-0.179 0)\" id=\"ss9014882836_1\"><path d=\"M 0 23.061 L 0 0.821 L 87.409 0.821 L 87.409 23.061 Z\" fill=\"transparent\"></path><path d=\"M 49.969 0.144 C 52.766 0.164 55.563 0.164 58.36 0.144 C 58.36 1.213 58.36 2.282 58.36 3.35 C 56.699 3.322 55.038 3.35 53.378 3.322 C 53.378 5.478 53.378 7.635 53.378 9.791 C 54.66 9.791 55.913 9.791 57.195 9.791 C 57.195 10.774 57.195 11.756 57.195 12.738 C 55.913 12.738 54.631 12.738 53.349 12.738 C 53.349 14.586 53.349 16.464 53.349 18.341 C 53.349 18.659 53.349 18.947 53.349 19.265 C 55.126 19.265 56.874 19.236 58.651 19.265 C 58.632 20.247 58.632 21.229 58.651 22.211 C 55.757 22.231 52.863 22.231 49.969 22.211 C 49.949 20.382 49.949 18.553 49.969 16.723 C 49.969 11.207 49.969 5.661 49.969 0.144 Z M 84.554 0 C 85.505 0 86.457 0 87.409 0 C 86.321 3.793 85.233 7.587 84.146 11.38 C 84.058 11.756 83.883 12.131 83.825 12.535 C 83.825 15.741 83.854 18.947 83.825 22.125 C 82.679 22.125 81.533 22.125 80.387 22.125 C 80.358 18.919 80.387 15.741 80.358 12.535 C 80.037 11.293 79.63 10.109 79.251 8.867 C 78.474 6.287 77.687 3.697 76.891 1.098 C 76.774 0.751 76.658 0.433 76.57 0.087 C 77.677 0.087 78.755 0.087 79.833 0.087 C 80.154 1.444 80.533 2.802 80.882 4.159 C 81.29 5.719 81.698 7.279 82.106 8.838 C 82.922 5.892 83.738 2.946 84.554 0 Z M 23.63 0.144 C 24.766 0.144 25.902 0.144 27.009 0.144 C 27.65 4.284 28.291 8.424 28.932 12.564 C 29.311 9.791 29.661 7.048 30.039 4.304 C 30.234 2.917 30.418 1.531 30.593 0.144 C 31.613 0.144 32.633 0.144 33.682 0.144 C 33.711 0.231 33.711 0.318 33.711 0.404 C 34.323 4.39 34.964 8.347 35.575 12.333 C 35.721 11.409 35.808 10.485 35.925 9.589 C 36.333 6.431 36.741 3.283 37.149 0.144 C 38.101 0.144 39.052 0.144 40.004 0.144 C 39.072 7.51 38.11 14.846 37.149 22.211 C 36.1 22.211 35.041 22.211 33.973 22.211 C 33.361 17.792 32.72 13.431 32.108 9.012 C 31.38 13.402 30.68 17.821 29.981 22.211 C 28.932 22.211 27.854 22.211 26.805 22.211 C 25.756 14.856 24.698 7.5 23.63 0.144 Z M 40.529 0.144 C 43.326 0.144 46.094 0.173 48.891 0.144 C 48.862 1.184 48.862 2.195 48.832 3.235 C 47.201 3.235 45.559 3.235 43.908 3.235 C 43.908 5.372 43.908 7.539 43.908 9.676 C 45.19 9.705 46.472 9.676 47.754 9.705 C 47.735 10.668 47.735 11.64 47.754 12.622 C 46.472 12.641 45.181 12.641 43.879 12.622 C 43.879 14.798 43.879 16.983 43.879 19.179 C 45.657 19.15 47.405 19.179 49.182 19.15 C 49.211 20.189 49.211 21.2 49.211 22.211 C 47.376 22.24 45.511 22.211 43.646 22.211 C 42.597 22.182 41.577 22.211 40.529 22.211 C 40.529 14.856 40.529 7.5 40.529 0.144 Z M 59.438 0.116 C 60.516 0.116 61.594 0.087 62.701 0.087 C 62.672 2.888 62.672 5.69 62.672 8.492 C 63.867 5.69 65.032 2.888 66.227 0.087 C 67.363 0.116 68.47 0.087 69.577 0.087 C 68.354 2.946 67.072 5.806 65.819 8.694 C 65.799 8.752 65.799 8.809 65.819 8.867 C 67.334 13.286 68.878 17.706 70.393 22.154 C 69.286 22.154 68.189 22.154 67.101 22.154 C 66.13 19.169 65.149 16.194 64.158 13.229 C 63.663 14.182 63.167 15.135 62.672 16.088 C 62.643 18.139 62.672 20.161 62.672 22.211 C 61.584 22.211 60.506 22.211 59.438 22.211 C 59.438 14.836 59.438 7.471 59.438 0.116 Z M 70.859 0.087 C 71.986 0.087 73.122 0.087 74.268 0.087 C 74.239 3.437 74.268 6.759 74.239 10.109 C 74.268 13.142 74.239 16.175 74.268 19.236 C 75.958 19.207 77.677 19.236 79.396 19.207 C 79.396 20.189 79.396 21.162 79.396 22.125 C 76.57 22.125 73.715 22.125 70.859 22.125 C 70.859 15.655 70.859 9.185 70.859 2.715 C 70.859 1.849 70.859 0.982 70.859 0.087 Z M 0.029 22.154 C 0.029 14.817 0 7.481 0.029 0.144 C 2.477 0.173 4.953 0.144 7.401 0.173 C 12.412 0.144 17.423 0.173 22.435 0.144 C 22.464 1.646 22.435 3.148 22.435 4.65 C 22.435 10.465 22.435 16.29 22.435 22.125 C 22.435 22.125 22.406 22.154 22.377 22.154 C 16.064 22.154 9.751 22.154 3.438 22.154 C 2.302 22.154 1.165 22.182 0.029 22.154 Z\" fill=\"rgb(4,14,43)\"></path><path d=\"M 18.385 1.444 C 18.502 2.513 18.677 3.553 18.822 4.593 C 19.405 8.829 19.998 13.065 20.6 17.301 C 20.745 18.514 20.949 19.728 21.095 20.969 C 19.93 20.969 18.774 20.969 17.628 20.969 C 17.424 19.612 17.278 18.226 17.103 16.868 C 16.21 16.868 15.307 16.868 14.394 16.868 C 14.219 18.197 14.015 19.554 13.84 20.912 C 12.733 20.941 11.655 20.941 10.577 20.941 C 11.626 14.442 12.646 7.943 13.724 1.444 C 15.278 1.444 16.831 1.444 18.385 1.444 Z M 15.18 10.572 C 15.064 11.698 14.889 12.824 14.743 13.951 C 15.443 13.951 16.142 13.951 16.812 13.951 C 16.754 13.893 16.754 13.806 16.725 13.72 C 16.404 11.265 16.084 8.81 15.763 6.355 C 15.559 7.77 15.384 9.156 15.18 10.572 Z M 5.711 1.444 C 5.711 6.605 5.711 11.775 5.711 16.955 C 5.711 17.272 5.711 17.59 5.682 17.908 C 7.139 17.908 8.596 17.908 10.023 17.908 C 10.043 18.909 10.043 19.92 10.023 20.941 C 7.255 20.941 4.458 20.941 1.661 20.941 C 1.69 19.756 1.661 18.572 1.69 17.417 C 1.69 12.083 1.69 6.759 1.69 1.444 C 3.031 1.473 4.371 1.444 5.711 1.444 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',svgContentId:9014882836,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1p412cq\",\"data-framer-name\":\"Forbes\",layout:\"position\",name:\"Forbes\",opacity:.5,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 67 19\"><path d=\"M 6.468 1.798 L 7.935 1.798 C 8.829 1.663 9.741 1.782 10.574 2.142 C 11.618 2.786 12.376 3.825 12.685 5.035 C 12.903 5.669 12.903 5.669 13.431 5.445 L 13.843 5.445 L 13.843 0.424 L 0.033 0.424 L 0.033 1.309 L 0.599 1.309 C 0.845 1.307 1.088 1.362 1.311 1.47 C 1.534 1.577 1.73 1.735 1.886 1.93 C 2.414 2.802 2.504 3.78 2.504 8.866 C 2.504 14.27 2.388 15.591 1.886 16.265 C 1.762 16.438 1.602 16.58 1.417 16.681 C 1.232 16.782 1.027 16.838 0.818 16.846 C 0.033 16.992 0.033 16.978 0.033 17.335 C -0.011 17.454 -0.011 17.586 0.033 17.705 L 8.746 17.705 C 8.804 17.588 8.834 17.459 8.834 17.329 C 8.834 17.198 8.804 17.069 8.746 16.952 C 8.535 16.892 8.32 16.848 8.103 16.82 C 7.867 16.791 7.635 16.743 7.408 16.675 C 7.082 16.431 6.824 16.104 6.659 15.726 C 6.494 15.348 6.429 14.933 6.468 14.521 C 6.339 13.649 6.275 12.05 6.275 10.729 L 6.275 9.686 L 6.79 9.686 C 7.431 9.665 8.072 9.737 8.695 9.897 C 8.993 10.086 9.247 10.34 9.438 10.642 C 9.629 10.943 9.753 11.284 9.802 11.641 L 9.917 12.05 L 10.703 12.05 L 10.703 6.198 L 9.982 6.198 L 9.866 6.766 C 9.817 7.13 9.686 7.478 9.482 7.781 C 9.279 8.084 9.009 8.333 8.695 8.51 C 8.39 8.603 8.069 8.625 7.755 8.576 L 6.275 8.576 L 6.275 7.149 C 6.275 5.669 6.352 2.551 6.404 2.062 Z M 66.704 12.275 C 66.095 11.27 65.146 10.531 64.039 10.201 C 63.191 9.928 62.406 9.479 61.736 8.88 C 61.585 8.73 61.472 8.544 61.407 8.339 C 61.342 8.134 61.326 7.916 61.362 7.704 C 61.363 7.287 61.525 6.888 61.813 6.594 C 62.008 6.384 62.254 6.233 62.526 6.156 C 62.798 6.08 63.086 6.08 63.357 6.158 C 63.92 6.323 64.429 6.64 64.83 7.078 C 65.231 7.515 65.509 8.055 65.635 8.642 C 65.841 9.236 65.867 9.236 66.24 9.078 L 66.472 8.985 L 66.472 5.696 L 66.305 5.616 C 65.038 5.159 63.693 4.971 62.353 5.061 C 61.199 5.091 60.098 5.563 59.264 6.383 C 58.886 6.746 58.59 7.189 58.397 7.682 C 58.203 8.175 58.117 8.706 58.145 9.236 C 58.152 10.048 58.466 10.824 59.02 11.403 C 59.632 12.021 60.384 12.475 61.208 12.724 C 63.203 13.53 63.782 14.045 63.782 14.983 C 63.791 15.379 63.668 15.766 63.434 16.08 C 63.2 16.395 62.869 16.618 62.495 16.714 C 62.046 16.816 61.58 16.816 61.131 16.714 C 60.542 16.48 60.017 16.105 59.598 15.62 C 59.18 15.135 58.88 14.554 58.724 13.927 L 58.556 13.504 L 58.325 13.504 C 58.214 13.512 58.105 13.539 58.003 13.583 L 57.874 13.583 L 57.874 17.335 L 58.093 17.335 C 58.963 17.632 59.86 17.836 60.77 17.943 L 62.057 17.943 C 62.616 17.985 63.177 17.931 63.718 17.784 C 64.405 17.654 65.046 17.342 65.579 16.878 C 66.112 16.415 66.518 15.816 66.755 15.142 C 66.909 14.765 66.988 14.361 66.987 13.953 C 67.038 13.378 66.94 12.799 66.704 12.275 Z M 54.579 5.445 C 53.808 5.112 52.977 4.951 52.141 4.971 C 51.305 4.992 50.482 5.194 49.727 5.563 C 49.018 5.92 48.389 6.425 47.881 7.046 C 47.373 7.667 46.998 8.391 46.78 9.17 C 46.501 10.02 46.383 10.917 46.432 11.813 C 46.423 12.3 46.462 12.787 46.548 13.266 C 46.756 14.444 47.31 15.529 48.136 16.374 C 48.962 17.22 50.02 17.786 51.169 17.996 C 51.917 18.092 52.673 18.092 53.421 17.996 C 54.197 17.855 54.94 17.564 55.609 17.137 C 56.163 16.818 56.631 16.365 56.973 15.816 C 56.951 15.73 56.913 15.649 56.86 15.579 C 56.807 15.508 56.74 15.45 56.665 15.406 C 56.518 15.461 56.379 15.536 56.253 15.631 C 55.612 16.064 54.857 16.281 54.09 16.252 C 53.582 16.287 53.072 16.206 52.598 16.014 C 52.124 15.822 51.697 15.524 51.349 15.142 C 51.08 14.885 50.857 14.581 50.692 14.244 C 50.292 13.422 50.077 12.519 50.062 11.601 L 50.062 11.086 L 57.192 11.086 L 57.192 10.822 C 57.208 10.558 57.208 10.293 57.192 10.029 C 57.19 9.096 56.947 8.181 56.488 7.375 C 56.029 6.57 55.37 5.904 54.579 5.445 Z M 50.988 10.016 L 50.088 10.016 L 50.088 9.236 C 50.384 7.241 51.117 6.052 52.018 6.052 C 52.919 6.052 53.305 7.228 53.473 9.382 L 53.473 9.989 L 52.7 9.989 Z M 32.48 5.009 C 32.035 4.991 31.593 5.086 31.193 5.286 C 30.323 5.72 29.621 6.441 29.198 7.334 L 29.031 7.651 L 29.031 5.009 L 28.966 5.009 C 28.812 5.009 24.05 5.986 23.895 6.052 C 23.741 6.118 23.792 6.132 23.792 6.369 C 23.792 6.607 23.792 6.647 23.895 6.66 L 24.397 6.766 C 24.538 6.769 24.676 6.806 24.801 6.872 C 24.926 6.938 25.034 7.033 25.118 7.149 C 25.44 7.585 25.504 8.351 25.504 11.615 C 25.568 13.084 25.507 14.556 25.324 16.014 C 25.281 16.234 25.172 16.435 25.013 16.589 C 24.854 16.742 24.652 16.842 24.436 16.873 L 23.998 16.965 L 23.831 16.965 L 23.831 17.335 C 23.784 17.459 23.784 17.595 23.831 17.718 L 31.026 17.718 L 31.026 17.335 C 31.051 17.209 31.051 17.079 31.026 16.952 C 30.593 16.935 30.162 16.877 29.739 16.78 C 29.508 16.657 29.32 16.464 29.198 16.228 C 29.076 15.993 29.027 15.724 29.056 15.459 C 28.954 14.693 28.902 12.447 28.928 10.729 C 28.954 9.012 28.928 8.906 29.069 8.787 C 29.5 8.448 30.033 8.275 30.575 8.298 C 31.086 8.31 31.588 8.441 32.043 8.681 C 32.2 8.771 32.369 8.838 32.544 8.88 C 32.544 8.88 33.832 5.682 33.832 5.537 C 33.667 5.341 33.457 5.189 33.221 5.097 C 32.985 5.005 32.73 4.974 32.48 5.009 Z M 23.805 10.558 C 23.76 9.613 23.496 8.694 23.035 7.876 C 22.574 7.058 21.929 6.365 21.154 5.854 C 20.233 5.344 19.208 5.063 18.162 5.033 C 17.116 5.003 16.077 5.226 15.13 5.682 C 13.791 6.407 12.78 7.64 12.311 9.117 C 11.828 10.772 11.828 12.536 12.311 14.191 C 12.565 15.095 13.039 15.918 13.689 16.582 C 14.498 17.393 15.541 17.912 16.662 18.062 C 17.381 18.124 18.105 18.124 18.824 18.062 C 19.089 18.021 19.351 17.963 19.609 17.89 C 20.657 17.589 21.599 16.988 22.326 16.158 C 23.054 15.327 23.535 14.301 23.715 13.2 C 23.843 12.326 23.874 11.439 23.805 10.558 Z M 18.451 17.163 C 17.164 17.56 16.198 16.278 15.877 13.583 C 15.758 12.172 15.758 10.753 15.877 9.342 C 16.134 7.175 16.79 6.079 17.807 6.079 C 18.012 6.066 18.218 6.103 18.406 6.188 C 18.594 6.273 18.759 6.403 18.888 6.568 C 19.751 7.453 20.175 9.21 20.175 11.852 C 20.283 13.348 20.054 14.848 19.506 16.239 C 19.264 16.644 18.89 16.948 18.451 17.097 Z M 41.618 5.273 C 41.255 5.225 40.888 5.225 40.524 5.273 C 39.827 5.272 39.138 5.425 38.504 5.722 L 38.105 5.894 L 38.105 3.027 C 38.174 2.059 38.174 1.088 38.105 0.12 C 37.95 0.12 33.033 1.085 32.956 1.124 C 32.918 1.222 32.918 1.331 32.956 1.428 C 32.956 1.706 32.956 1.692 33.535 1.824 C 33.698 1.862 33.854 1.924 33.999 2.009 C 34.25 2.252 34.417 2.572 34.475 2.921 C 34.622 3.926 34.669 4.945 34.617 5.96 L 34.617 17.56 L 34.964 17.639 C 35.479 17.758 36.933 18.009 37.41 18.062 C 38.361 18.14 39.316 18.14 40.267 18.062 C 41.322 17.951 42.329 17.547 43.177 16.893 C 44.025 16.239 44.683 15.359 45.081 14.349 C 45.318 13.701 45.482 13.027 45.57 12.341 C 45.646 11.412 45.616 10.476 45.48 9.553 C 45.342 8.519 44.897 7.554 44.206 6.788 C 43.516 6.023 42.612 5.494 41.618 5.273 Z M 38.246 16.939 C 38.246 16.767 38.117 10.98 38.143 8.668 L 38.143 6.858 L 38.516 6.766 C 38.768 6.729 39.024 6.729 39.276 6.766 C 39.554 6.737 39.835 6.802 40.074 6.951 C 40.555 7.291 40.954 7.739 41.241 8.261 C 41.529 8.783 41.697 9.365 41.734 9.963 C 41.828 10.925 41.828 11.894 41.734 12.856 C 41.657 14.255 41.132 15.588 40.241 16.648 C 39.988 16.895 39.671 17.06 39.327 17.124 C 39.068 17.17 38.802 17.17 38.542 17.124 C 38.298 17.124 38.298 17.045 38.298 16.939 Z\" fill=\"rgb(4,14,43)\"></path></svg>',svgContentId:12716177218,withExternalLayout:true})],speed:60,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qd7gcd\",\"data-framer-name\":\"Welcome Section\",name:\"Welcome Section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1emb5nl\",\"data-framer-name\":\"Wrapper\",name:\"Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15dsaqu\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:\"Welcome to\"})}),fonts:[\"CUSTOM;The Future Regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1hbok9x\",\"data-styles-preset\":\"mfIunfCxb\",style:{\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:\"Welcome to\"})}),className:\"framer-pl3k87\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(1235.6),positionX:\"center\",positionY:\"center\",sizes:\"259px\",src:\"https://framerusercontent.com/images/koIlln1NzyqM6tlJdUB2ldtEA.png\",srcSet:\"https://framerusercontent.com/images/koIlln1NzyqM6tlJdUB2ldtEA.png?scale-down-to=512 512w,https://framerusercontent.com/images/koIlln1NzyqM6tlJdUB2ldtEA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/koIlln1NzyqM6tlJdUB2ldtEA.png 1068w\"}},nJhQaRkKe:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(1080.1999999999998),positionX:\"center\",positionY:\"center\",sizes:\"259px\",src:\"https://framerusercontent.com/images/koIlln1NzyqM6tlJdUB2ldtEA.png\",srcSet:\"https://framerusercontent.com/images/koIlln1NzyqM6tlJdUB2ldtEA.png?scale-down-to=512 512w,https://framerusercontent.com/images/koIlln1NzyqM6tlJdUB2ldtEA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/koIlln1NzyqM6tlJdUB2ldtEA.png 1068w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(816),positionX:\"center\",positionY:\"center\",sizes:\"259px\",src:\"https://framerusercontent.com/images/koIlln1NzyqM6tlJdUB2ldtEA.png\",srcSet:\"https://framerusercontent.com/images/koIlln1NzyqM6tlJdUB2ldtEA.png?scale-down-to=512 512w,https://framerusercontent.com/images/koIlln1NzyqM6tlJdUB2ldtEA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/koIlln1NzyqM6tlJdUB2ldtEA.png 1068w\"},className:\"framer-15dhe8f\",\"data-framer-name\":\"Logo\",name:\"Logo\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qh9i06\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:[\"Co-founded by \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Tom\"})}),\" and \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Lisa Bilyeu\"})}),\", we\u2019re on a mission to positively impact lives through storytelling. We create compelling content designed to inspire, educate, and empower you to take decisive action and ignite a positive change in your life.\"]})}),className:\"framer-11hfxl0\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-49flpl\",\"data-styles-preset\":\"yfaNOoB86\",children:\"Explore our life-changing courses, captivating podcasts, innovative comics, and engaging video games that foster personal growth. Join the Impact Theory movement and unlock your potential today.\"})}),className:\"framer-ag44hc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18s22sx\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif'},children:\"Explore \"}),\"Impact Theory\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif'},children:\"Explore \"}),\"Impact Theory\"]})}),className:\"framer-1pgfar4\",fonts:[\"CUSTOM;The Future Bold\",\"CUSTOM;The Future Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x2a5zv\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":fMQUo0f2t\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":fMQUo0f2t\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":fMQUo0f2t\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":fMQUo0f2t\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{width:\"max((min(min(100vw, 1400px) - 64px, 1000px) - 16px) / 2, 200px)\",y:1790.3999999999999},nJhQaRkKe:{width:\"max(min(min(100vw, 1400px) - 48px, 1000px), 200px)\",y:1627.7999999999997}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:273,width:\"max((min(min(100vw, 1400px), 1000px) - 32px) / 3, 200px)\",y:1203.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1szaj7r-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{ogFPHp_3d:resolvedLinks[2]},LrXxWVsZf:{ogFPHp_3d:resolvedLinks[1]},nJhQaRkKe:{ogFPHp_3d:resolvedLinks[3]}},children:/*#__PURE__*/_jsx(CardsExploreCard,{height:\"100%\",id:\"OUwN_bRor\",K_2A962VT:\"Podcasts\",layoutId:\"OUwN_bRor\",LLinDUGYC:\"Take charge of your life with powerful insights from world-class interviews.\\n\",ogFPHp_3d:resolvedLinks[0],pzpZckzt8:true,rn5JLJtr2:addImageAlt({src:\"https://framerusercontent.com/images/VRjYJGy7Dl48ooXaoSw0CkOFk.png\",srcSet:\"https://framerusercontent.com/images/VRjYJGy7Dl48ooXaoSw0CkOFk.png?scale-down-to=512 512w,https://framerusercontent.com/images/VRjYJGy7Dl48ooXaoSw0CkOFk.png 811w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"LxhcqQH1B\",width:\"100%\",ZOoiFlAla:false})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{width:\"max((min(min(100vw, 1400px) - 64px, 1000px) - 16px) / 2, 200px)\",y:1790.3999999999999},nJhQaRkKe:{width:\"max(min(min(100vw, 1400px) - 48px, 1000px), 200px)\",y:1916.7999999999997}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:273,width:\"max((min(min(100vw, 1400px), 1000px) - 32px) / 3, 200px)\",y:1203.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-t3gbbs-container\",children:/*#__PURE__*/_jsx(CardsExploreCard,{height:\"100%\",id:\"dE0OEIomc\",K_2A962VT:\"Impact Theory University\",layoutId:\"dE0OEIomc\",LLinDUGYC:\"Upgrade your life with 100+ hours of mindset and business courses.\",ogFPHp_3d:\"https://impacttheoryuniversity.com\",pzpZckzt8:false,rn5JLJtr2:addImageAlt({src:\"https://framerusercontent.com/images/G2iZtxf9SbKCLConxF5huOLnV7o.png\",srcSet:\"https://framerusercontent.com/images/G2iZtxf9SbKCLConxF5huOLnV7o.png?scale-down-to=512 512w,https://framerusercontent.com/images/G2iZtxf9SbKCLConxF5huOLnV7o.png 811w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"LxhcqQH1B\",width:\"100%\",ZOoiFlAla:true})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{width:\"max((min(min(100vw, 1400px) - 64px, 1000px) - 16px) / 2, 200px)\",y:2079.3999999999996},nJhQaRkKe:{width:\"max(min(min(100vw, 1400px) - 48px, 1000px), 200px)\",y:2205.7999999999997}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:273,width:\"max((min(min(100vw, 1400px), 1000px) - 32px) / 3, 200px)\",y:1203.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-652i3i-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{variant:\"pEVkgzqiO\"}},children:/*#__PURE__*/_jsx(CardsExploreCard,{height:\"100%\",id:\"TPSJC4XM4\",K_2A962VT:\"Speaking Engagements\",layoutId:\"TPSJC4XM4\",LLinDUGYC:\"Inspire attendees with impactful speeches that drive transformation.\",mmR_PQL36:addImageAlt({positionX:\"23.1%\",positionY:\"67.8%\",src:\"https://framerusercontent.com/images/4eptO7luUzzRXM79moPzkOygo.png\",srcSet:\"https://framerusercontent.com/images/4eptO7luUzzRXM79moPzkOygo.png?scale-down-to=512 512w,https://framerusercontent.com/images/4eptO7luUzzRXM79moPzkOygo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4eptO7luUzzRXM79moPzkOygo.png 1965w\"},\"\"),pzpZckzt8:true,rn5JLJtr2:addImageAlt({positionX:\"73.7%\",positionY:\"50%\",src:\"https://framerusercontent.com/images/8s77hlyY7ShxYNgrEU0P5vNlyM.png\",srcSet:\"https://framerusercontent.com/images/8s77hlyY7ShxYNgrEU0P5vNlyM.png?scale-down-to=512 512w,https://framerusercontent.com/images/8s77hlyY7ShxYNgrEU0P5vNlyM.png 933w\"},\"\"),style:{height:\"100%\",width:\"100%\"},TfNc65R88:addImageAlt({positionX:\"84.1%\",positionY:\"39%\",src:\"https://framerusercontent.com/images/4eptO7luUzzRXM79moPzkOygo.png\",srcSet:\"https://framerusercontent.com/images/4eptO7luUzzRXM79moPzkOygo.png?scale-down-to=512 512w,https://framerusercontent.com/images/4eptO7luUzzRXM79moPzkOygo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4eptO7luUzzRXM79moPzkOygo.png 1965w\"},\"\"),variant:\"XoPlB5Yk0\",width:\"100%\",ZOoiFlAla:false})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mdf2ZzPlq\"},implicitPathVariables:undefined},{href:{webPageId:\"mdf2ZzPlq\"},implicitPathVariables:undefined},{href:{webPageId:\"mdf2ZzPlq\"},implicitPathVariables:undefined},{href:{webPageId:\"mdf2ZzPlq\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{width:\"max((min(min(100vw, 1400px) - 64px, 1000px) - 16px) / 2, 200px)\",y:2079.3999999999996},nJhQaRkKe:{width:\"max(min(min(100vw, 1400px) - 48px, 1000px), 200px)\",y:2494.7999999999997}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:273,width:\"max((min(min(100vw, 1400px), 1000px) - 32px) / 3, 200px)\",y:1492.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wq5lcx-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{ogFPHp_3d:resolvedLinks1[2]},LrXxWVsZf:{ogFPHp_3d:resolvedLinks1[1]},nJhQaRkKe:{ogFPHp_3d:resolvedLinks1[3]}},children:/*#__PURE__*/_jsx(CardsExploreCard,{height:\"100%\",id:\"EWm9swpPN\",K_2A962VT:\"Partnerships\",layoutId:\"EWm9swpPN\",LLinDUGYC:\"Tap into a highly engaged audience with tailored content and cross-platform advertising collaborations.\",ogFPHp_3d:resolvedLinks1[0],pzpZckzt8:false,rn5JLJtr2:addImageAlt({src:\"https://framerusercontent.com/images/WdfpbJVmC8Brxrl7PcuJPimrHU.png\",srcSet:\"https://framerusercontent.com/images/WdfpbJVmC8Brxrl7PcuJPimrHU.png?scale-down-to=512 512w,https://framerusercontent.com/images/WdfpbJVmC8Brxrl7PcuJPimrHU.png 933w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"LxhcqQH1B\",width:\"100%\",ZOoiFlAla:true})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":p5akuaGXn\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":p5akuaGXn\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":p5akuaGXn\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":p5akuaGXn\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{width:\"max((min(min(100vw, 1400px) - 64px, 1000px) - 16px) / 2, 200px)\",y:2368.3999999999996},nJhQaRkKe:{width:\"max(min(min(100vw, 1400px) - 48px, 1000px), 200px)\",y:2783.7999999999997}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:273,width:\"max((min(min(100vw, 1400px), 1000px) - 32px) / 3, 200px)\",y:1492.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-sl6rhx-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{ogFPHp_3d:resolvedLinks2[2]},LrXxWVsZf:{ogFPHp_3d:resolvedLinks2[1]},nJhQaRkKe:{ogFPHp_3d:resolvedLinks2[3]}},children:/*#__PURE__*/_jsx(CardsExploreCard,{height:\"100%\",id:\"KLposUZbc\",K_2A962VT:\"Impact Theory Studios\",layoutId:\"KLposUZbc\",LLinDUGYC:\"Embrace the infinite possibilities of storytelling through video games, comics, and beyond.\",ogFPHp_3d:resolvedLinks2[0],pzpZckzt8:true,rn5JLJtr2:addImageAlt({src:\"https://framerusercontent.com/images/CGLExcG2g28Tf5DzLgL8pzUQG4g.png\",srcSet:\"https://framerusercontent.com/images/CGLExcG2g28Tf5DzLgL8pzUQG4g.png?scale-down-to=512 512w,https://framerusercontent.com/images/CGLExcG2g28Tf5DzLgL8pzUQG4g.png 933w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"LxhcqQH1B\",width:\"100%\",ZOoiFlAla:false})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{width:\"max((min(min(100vw, 1400px) - 64px, 1000px) - 16px) / 2, 200px)\",y:2368.3999999999996},nJhQaRkKe:{width:\"max(min(min(100vw, 1400px) - 48px, 1000px), 200px)\",y:3072.7999999999997}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:273,width:\"max((min(min(100vw, 1400px), 1000px) - 32px) / 3, 200px)\",y:1492.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7i952u-container\",children:/*#__PURE__*/_jsx(CardsExploreCard,{height:\"100%\",id:\"AsAjkkOvb\",K_2A962VT:\"Radical Confidence\",layoutId:\"AsAjkkOvb\",LLinDUGYC:\"Get the relationship, career, and life you want with this best-selling book.\",ogFPHp_3d:\"https://radicalconfidence.com/\",pzpZckzt8:false,rn5JLJtr2:addImageAlt({src:\"https://framerusercontent.com/images/Z3mniyL2jkJofK9QKrxohMAkoTc.png\",srcSet:\"https://framerusercontent.com/images/Z3mniyL2jkJofK9QKrxohMAkoTc.png?scale-down-to=512 512w,https://framerusercontent.com/images/Z3mniyL2jkJofK9QKrxohMAkoTc.png 933w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"LxhcqQH1B\",width:\"100%\",ZOoiFlAla:true})})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16wytzo\",\"data-framer-name\":\"Podcasts\",id:elementId,name:\"Podcasts\",ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13v3p5g\",\"data-framer-name\":\"Wrapper\",name:\"Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif'},children:\"Our \"}),/*#__PURE__*/_jsx(\"strong\",{children:\"podcasts\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif'},children:\"Our \"}),/*#__PURE__*/_jsx(\"strong\",{children:\"podcasts\"})]})}),className:\"framer-1u6mq13\",fonts:[\"CUSTOM;The Future Bold\",\"CUSTOM;The Future Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-49flpl\",\"data-styles-preset\":\"yfaNOoB86\",children:\"Listen to our critically acclaimed podcasts, where we interview some of the most successful and influential people in the world, and learn from their insights, stories, and experience.\"})}),className:\"framer-1orbzbn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fpp7eb\",\"data-framer-name\":\"Podcasts\",name:\"Podcasts\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gm448g\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lx9ast\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-atzvoo\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1k92ini\",\"data-framer-name\":\"IT Logo Wide 1 Color Deep Navy For Light Background 3\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:75,intrinsicWidth:246,name:\"IT Logo Wide 1 Color Deep Navy For Light Background 3\",svg:'<svg width=\"246\" height=\"75\" viewBox=\"0 0 246 75\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M178.465 30.5655C178.392 30.3089 178.209 30.0524 177.954 29.9057C177.407 29.5759 176.896 29.3193 176.348 29.0628C175.692 28.7329 174.998 28.403 174.269 28.1465C174.013 28.1465 173.283 28.8795 172.043 30.3822C170.912 31.7017 169.926 33.1311 169.087 34.5605C168.503 35.4768 168.211 35.88 168.211 35.8067C168.211 35.5868 169.525 23.5283 169.525 23.1985C169.525 23.1618 168.905 22.7953 167.628 22.1356C166.35 21.5125 165.694 21.1826 165.621 21.1826C165.584 21.1826 163.358 38.9587 162.884 42.2574C162.483 45.5194 162.264 47.2787 162.264 47.4253C162.264 47.6452 162.337 47.7918 162.519 47.8651C162.702 47.9384 163.249 48.2317 164.161 48.7081L166.168 49.6244C166.241 49.6244 166.35 49.5145 166.423 49.2213C167.044 46.0692 168.722 42.2941 171.422 38.0058C172.262 36.5397 173.247 35.1836 174.305 33.9008L174.342 33.8641C174.415 33.8641 174.415 34.0474 174.415 34.3773C174.415 34.4506 174.415 34.6338 174.378 34.7438C174.378 34.927 174.342 35.1103 174.342 35.4035C174.342 35.6967 174.305 35.9533 174.305 36.1732C174.086 39.3253 173.685 42.4407 173.028 45.4828L172.517 47.6819C173.174 48.085 173.867 48.4516 174.597 48.8181C175.217 49.1479 175.838 49.4412 176.494 49.5878H176.531C176.64 49.5511 176.896 48.5249 177.297 46.5457C177.662 44.6031 177.99 42.6606 178.282 40.718C178.611 38.5556 178.83 36.3198 178.866 34.1207C179.012 32.9845 178.83 31.7383 178.465 30.5655Z\" fill=\"#020E2D\"/>\\n<path d=\"M245.64 29.9058C245.457 29.8325 244.91 29.5393 243.998 29.0628L241.991 28.1465C241.918 28.1465 241.808 28.2564 241.735 28.5497C241.115 31.7017 239.436 35.4768 236.773 39.7651C235.934 41.2312 234.985 42.5873 233.89 43.8701L233.854 43.9068C233.781 43.9068 233.781 43.7235 233.781 43.3936C233.781 43.3203 233.781 43.1371 233.781 43.0271C233.781 42.8439 233.817 42.6606 233.817 42.3674C233.817 42.0742 233.854 41.8176 233.854 41.5977C234.073 38.4456 234.474 35.3302 235.131 32.2881L235.642 30.089C234.985 29.6859 234.292 29.3193 233.562 28.9528C232.941 28.623 232.321 28.3297 231.664 28.1831H231.628C231.518 28.2198 231.263 29.246 230.862 31.2252C230.497 33.1678 230.168 35.1103 229.876 37.0529C229.548 39.2153 229.329 41.4511 229.293 43.6502C229.256 44.8964 229.402 46.1059 229.803 47.2787C229.876 47.5353 230.059 47.7186 230.314 47.9385C230.862 48.2683 231.372 48.5249 231.92 48.7815C232.577 49.1113 233.27 49.4412 234 49.6977C234.255 49.6977 234.985 48.9647 236.225 47.462C237.357 46.1425 238.342 44.7131 239.181 43.2837C239.765 42.3674 240.057 41.9642 240.057 42.0375C240.057 42.2574 238.561 54.2059 238.561 54.5358C238.561 54.5724 239.181 54.939 240.458 55.5987C241.735 56.2218 242.392 56.5516 242.465 56.5516C242.502 56.5516 244.91 38.8122 245.348 35.5502C245.749 32.2881 245.968 30.5289 245.968 30.3822C245.895 30.199 245.822 30.0157 245.64 29.9058Z\" fill=\"#020E2D\"/>\\n<path d=\"M190.395 28.4028C189.884 28.4028 189.41 28.4761 188.899 28.6227C186.309 29.1359 183.973 30.6386 182.55 32.9477C181.383 34.6703 180.616 36.6495 180.251 38.6653C180.178 39.2151 180.142 39.8015 180.178 40.3513C180.142 41.6708 180.251 42.9903 180.507 44.2731C180.835 45.4826 181.383 46.5821 182.112 47.5351C182.733 48.4147 183.572 49.1478 184.557 49.6242C185.25 49.9541 186.053 50.1374 186.819 50.1374C188.534 50.1374 190.176 49.441 191.672 48.0482C192.439 47.3152 193.169 46.4722 193.752 45.5559C194.519 44.383 194.956 43.6866 194.956 43.3934C194.956 43.3568 194.956 43.3201 194.92 43.3201C194.373 42.9903 193.789 42.6604 193.205 42.4405C192.621 42.1473 192.037 41.8907 191.417 41.7074C191.235 41.7074 191.089 41.8174 191.016 42.1106C190.614 43.1735 189.994 44.1998 189.228 45.0794C188.461 45.959 187.659 46.3622 186.929 46.3622C186.819 46.3622 186.673 46.3622 186.564 46.3256C186.199 46.2156 185.871 45.959 185.579 45.6658C185.287 45.3726 185.031 45.0061 184.922 44.6396C184.885 44.5296 184.849 44.383 184.849 44.2731C184.849 44.1998 184.958 44.1631 185.214 44.0532C185.98 43.7599 186.746 43.3934 187.476 42.9903C188.17 42.6237 188.863 42.2206 189.556 41.7074C191.162 40.4979 192.475 38.9586 193.424 37.1993C194.373 35.5499 194.956 33.6807 195.066 31.7748L195.102 30.3087L193.205 29.3924C191.928 28.6594 190.979 28.4028 190.395 28.4028ZM190.067 34.487C189.812 35.0735 189.52 35.6599 189.191 36.173C188.461 37.3825 187.476 38.4088 186.272 39.2518C185.323 39.9115 184.703 40.2414 184.484 40.2414C184.448 40.2414 184.448 40.2047 184.448 40.1681C184.484 39.2151 184.74 38.2988 185.068 37.4192C185.798 35.2201 187.148 33.8273 189.045 33.2042C189.41 33.0943 189.775 32.9843 190.213 32.9843C190.468 32.9843 190.578 33.021 190.578 33.0576C190.468 33.6074 190.286 34.0472 190.067 34.487Z\" fill=\"#020E2D\"/>\\n<path d=\"M210.319 30.7489C210.21 30.4923 210.1 30.3457 210.1 30.2357C210.027 30.1258 209.881 30.0158 209.772 29.9059C209.589 29.7226 209.407 29.6126 209.188 29.5027C208.969 29.3927 208.604 29.2095 208.057 28.9529C206.889 28.3298 206.232 28.0366 206.05 28.0366C206.013 28.0366 205.941 28.0366 205.868 28.0733L205.539 28.1466C205.43 28.1832 205.284 28.1832 205.174 28.1832C203.897 28.4398 202.656 28.8796 201.598 29.6493C200.431 30.3457 199.445 31.2253 198.57 32.2882C197.439 33.8276 196.672 35.5502 196.161 37.3828C195.906 38.4457 195.797 39.5453 195.833 40.6448C195.833 43.7602 196.709 46.1793 198.46 47.9752C199.628 49.1847 200.796 49.7711 202.073 49.7711C203.277 49.6978 204.371 49.3313 205.357 48.5983C206.816 47.6087 208.02 46.3259 208.933 44.7865C209.954 43.1372 210.648 41.3046 211.085 39.3987C211.268 38.629 211.304 37.786 211.304 36.9797C211.304 34.3774 211.049 32.5448 210.538 31.4819C210.502 31.2986 210.429 31.0054 210.319 30.7489ZM205.065 43.2105C204.7 43.7602 204.226 44.2367 203.751 44.7132C203.35 45.153 202.802 45.4096 202.219 45.4829C201.489 45.4829 200.905 44.7498 200.394 43.2838C200.175 42.5874 200.102 41.891 200.102 41.158C200.102 39.9118 200.358 38.6656 200.759 37.4561C201.124 36.3199 201.671 35.2937 202.401 34.3774C203.569 33.1312 204.663 32.5081 205.795 32.5081C205.977 32.4715 206.123 32.5448 206.232 32.6914C206.415 32.9846 206.524 33.3145 206.597 33.6443C206.962 34.7072 207.181 35.8801 207.181 37.053C207.145 39.2887 206.378 41.4512 205.065 43.2105Z\" fill=\"#020E2D\"/>\\n<path d=\"M227.834 30.6754C227.798 30.4189 227.615 30.1623 227.47 30.0157C226.959 29.6858 226.484 29.3926 225.937 29.1361C224.696 28.4763 224.04 28.1831 223.857 28.1831C223.492 28.1831 222.726 28.6962 221.668 29.7225C220.683 30.6754 219.77 31.7017 219.004 32.8379L218.639 33.3877C218.274 33.9374 218.055 34.1207 218.055 33.9741C218.055 33.9008 218.092 33.2777 218.274 32.1782C218.347 31.5917 218.384 31.0053 218.457 30.4555C218.457 30.3456 218.457 30.199 218.42 30.1257C217.836 29.7225 217.216 29.3926 216.559 29.0994C215.939 28.7329 215.282 28.4397 214.625 28.2198C214.552 28.2198 214.443 28.403 214.37 28.7695C214.333 29.2094 213.859 32.4714 213.093 38.5556C212.327 44.6398 211.889 47.7185 211.889 47.7918C211.889 47.8651 212.509 48.2316 213.713 48.8547C214.917 49.4778 215.611 49.771 215.829 49.771H215.866C215.939 49.7344 216.085 49.1479 216.231 47.9384C216.997 42.4407 219.114 37.9691 222.471 34.5239C222.799 34.1574 223.164 33.8275 223.602 33.5343C223.638 33.5343 223.675 34.0474 223.675 35.0736C223.711 36.723 223.456 38.3723 222.981 39.9483C222.872 40.2416 222.762 40.5348 222.726 40.828C222.726 40.9013 223.383 41.2312 224.696 41.8909C225.317 42.2574 225.973 42.5506 226.667 42.7705C226.74 42.7705 226.776 42.7705 226.776 42.7339C227.032 42.1474 227.178 41.5244 227.36 40.8646C227.652 39.8017 227.798 38.9587 227.944 38.3357C228.053 37.0162 228.126 35.7334 228.053 34.4139C228.017 33.0578 227.944 31.8849 227.834 30.6754Z\" fill=\"#020E2D\"/>\\n<path d=\"M160.949 40.3515C160.402 40.0216 159.891 39.7651 159.307 39.5818C159.198 39.5818 158.614 40.1682 157.519 41.2678C156.461 42.4773 155.914 42.9904 155.914 42.8438C155.914 42.6239 156.972 34.084 156.972 33.3143C156.972 33.241 157.008 32.8745 157.008 32.8745C157.045 32.8745 161.643 31.2618 161.752 31.1885C161.825 31.1519 161.862 31.0786 161.934 30.932C161.825 30.3455 161.679 29.7958 161.424 29.246C161.205 28.5863 160.986 27.9632 160.657 27.3401H160.584C159.964 27.56 157.775 28.2197 157.738 28.2197C157.702 28.2197 157.665 28.1831 157.665 28.1831C157.665 28.1098 158.067 24.0781 158.067 23.5283C158.067 23.4183 158.067 23.2717 158.03 23.1618C157.957 23.0518 157.373 22.6487 156.206 22.0989C155.585 21.7324 154.929 21.4391 154.235 21.2192C153.98 21.2192 153.104 29.6125 153.177 29.8324C152.922 30.0157 152.63 30.1256 152.338 30.1989C151.791 30.4188 151.499 30.5288 151.462 30.5288L151.426 30.6021C151.426 30.6388 151.608 31.2618 151.973 32.398C152.265 33.0578 152.411 33.7175 152.557 34.4139C152.557 34.6705 152.52 34.927 152.484 35.1103C152.447 35.2935 150.915 47.1321 150.915 47.3153L150.842 47.8651L152.703 48.7814C153.87 49.3678 154.564 49.661 154.819 49.661C155.002 49.661 156.315 48.2683 158.796 45.5194C161.278 42.7705 162.518 41.3044 162.518 41.1945C162.518 41.0845 161.935 40.9013 160.949 40.3515Z\" fill=\"#020E2D\"/>\\n<path d=\"M-1.61065 31.995C-1.02683 32.3249 -0.443001 32.5815 0.177314 32.7281C0.286782 32.7281 1.96528 30.8588 2.07475 30.8588C2.11124 30.8588 2.14773 30.8955 2.14773 30.9321V30.9688C2.11124 31.0054 2.11124 31.0421 2.11124 31.0787C2.07475 31.152 0.542207 42.5508 0.286783 44.6766C0.104337 45.8861 0.031357 46.6191 0.031357 46.8757C0.031357 46.949 0.0313566 47.0956 0.0678458 47.2055C0.0678458 47.2788 0.104337 47.3888 0.140826 47.4621C0.177315 47.5354 0.213802 47.6454 0.250292 47.682C0.32327 47.7553 0.432739 47.792 0.505717 47.8653L0.83412 48.0485L1.27199 48.3051C1.49092 48.415 1.63688 48.525 1.81933 48.5617C2.87751 49.0748 3.53432 49.2947 3.78974 49.2947H3.82623C3.89921 49.2214 4.22761 47.1322 4.73846 43.1738C4.99388 41.2313 6.34398 31.3353 6.52643 29.8326C6.85483 27.4869 7.03728 26.2407 7.03728 26.0941C7.03728 26.0208 6.41696 25.6909 5.21282 25.0678C4.55601 24.7013 3.89921 24.3715 3.20591 24.1149C3.09645 24.0782 -3.17969 30.8955 -3.17969 31.0421C-3.1432 31.2253 -2.63235 31.5186 -1.61065 31.995Z\" fill=\"#020E2D\"/>\\n<path d=\"M38.2722 56.3319C38.3452 56.2952 39.8413 45.7395 40.2062 44.3101C41.0454 41.1947 42.6144 38.3358 44.6943 35.9168C45.2782 35.2571 45.8985 34.5973 46.5553 34.0109C47.2851 33.3512 47.7959 33.0213 47.8689 33.0213C47.9419 33.0213 48.0513 33.3878 48.0513 34.1575C48.0878 35.477 47.9784 36.7964 47.7229 38.0792C47.0661 41.3046 45.5336 44.3467 43.2713 46.7657C42.6874 47.4255 42.3955 47.7553 42.432 47.9019C42.505 48.0852 43.1618 48.4151 44.4389 48.8915L46.2999 49.7345L46.6647 49.4047C47.6135 48.4517 48.4527 47.3888 49.146 46.1793C51.3718 42.5874 52.503 38.4458 52.43 34.2308C52.43 33.8276 52.3935 33.1679 52.3571 32.2516C52.2476 30.8588 52.1381 30.0892 52.1016 30.0525C52.0651 29.9425 51.4448 29.5394 50.2042 28.9896C48.9636 28.4032 48.2338 28.11 48.0148 28.11H47.9784C47.9419 28.11 47.4675 28.4032 46.6647 28.9529C45.8255 29.5394 45.0592 30.1991 44.3659 30.8955C43.5997 31.6285 42.8699 32.4715 42.2131 33.3878L41.3008 34.634C41.3008 34.3041 41.3008 33.9376 41.3738 33.6077C41.4468 32.9113 41.5563 32.215 41.6292 31.4819L41.7022 30.3457L41.7387 29.7959L39.8413 28.9163C39.1845 28.5864 38.5277 28.2566 37.8344 28L37.7614 28.0733C37.7614 28.11 37.1411 32.8014 35.9004 42.1476C35.645 43.687 34.4044 53.3264 34.3314 54.0228L34.2949 54.5726L36.2288 55.5255C37.5425 56.1119 38.2357 56.4052 38.2722 56.3319Z\" fill=\"#020E2D\"/>\\n<path d=\"M53.9253 47.4988C53.9618 47.5354 54.6186 47.8287 55.8958 48.4517L57.7567 49.368L58.377 49.1115C59.3987 48.745 60.6029 47.8287 62.0624 46.4359L63.2301 45.2997C63.1936 45.5929 63.1936 45.9228 63.1571 46.4359C63.1206 46.949 63.0841 47.2789 63.0841 47.4621L64.9816 48.3784C65.6384 48.745 66.2952 49.0382 66.9885 49.2947H67.0249C67.0979 49.2947 67.5723 46.2526 68.3386 40.1684C69.0683 34.5241 69.4697 31.482 69.4697 31.0055V29.8693L67.6088 28.8797C66.7695 28.4765 66.2222 28.1466 65.8208 27.9634H64.5802C63.8504 27.9634 63.1206 28 62.4273 28.1833C59.6906 28.7331 57.5013 30.4191 56.0052 33.2779C54.5092 36.1367 53.6699 39.4354 53.6699 43.2105C53.6699 43.7237 53.7064 44.42 53.7429 45.373C53.7794 46.8024 53.8524 47.4621 53.9253 47.4988ZM58.596 38.6657C59.3622 35.1105 60.8948 32.9114 63.1571 32.105C63.5585 31.9951 63.9963 31.8851 64.3977 31.8851C64.6896 31.8851 64.9086 31.9584 64.9086 32.0684C64.9086 32.1783 64.7991 33.2046 64.5437 35.1838C64.4342 36.2467 64.2518 37.3462 63.9963 38.4091C63.6315 39.1788 63.1571 39.9119 62.6462 40.5716C61.88 41.5612 61.0042 42.5141 60.1285 43.3938C59.1068 44.3834 58.4865 44.9332 58.2311 44.9332H58.1946C58.1581 44.8965 58.1216 44.6033 58.1216 44.0169C58.0486 42.1843 58.1946 40.425 58.596 38.6657Z\" fill=\"#020E2D\"/>\\n<path d=\"M74.8334 49.2214C75.4172 49.4413 76.074 49.5512 76.6943 49.5146C77.4606 49.5146 78.2634 49.4413 79.0297 49.1847C80.6717 48.5616 82.1312 47.3521 83.3719 45.5562C84.3206 44.2001 84.8314 43.2838 84.8314 42.8806C84.8314 42.7706 83.9192 42.2575 82.0582 41.3779L81.365 41.048L80.5987 42.2575C80.1973 42.9539 79.65 43.6503 79.0661 44.2367C78.6648 44.6765 78.1904 45.1164 77.6066 45.3729C77.3876 45.4462 77.2052 45.4462 76.9863 45.4462C76.22 45.4462 75.5267 44.8965 74.9064 43.8336C74.505 42.9539 74.3225 42.001 74.359 41.048C74.359 39.8019 74.578 38.5557 74.9794 37.3462C75.3078 36.21 75.8916 35.2204 76.6214 34.3774C77.3876 33.4611 78.4823 32.8747 79.65 32.6914C79.6865 32.6914 79.7594 32.6914 79.8689 32.6547C79.9054 32.6547 79.9419 32.6181 80.0513 32.6181C80.2338 32.6181 80.3068 32.7281 80.3068 32.948C80.3068 33.0579 80.3068 33.1679 80.2703 33.2778C80.2703 33.3878 80.2338 33.6077 80.1973 33.8643C80.1608 34.1208 80.1243 34.3774 80.1243 34.5606C80.0878 34.9272 80.0513 35.2937 80.0513 35.6968C80.0513 35.8801 80.0878 36.0634 80.2703 36.21C80.6352 36.4299 81.0001 36.6131 81.4014 36.7964C82.0218 37.0896 82.6421 37.3828 83.1894 37.6394L84.1016 37.9693C84.1381 37.9693 84.3206 36.6864 84.649 34.2308C84.9774 31.7751 85.1598 30.419 85.1598 30.1991C85.1598 29.9792 84.503 29.576 83.2624 28.9529C82.0218 28.3298 81.146 28.0366 80.6352 28.0366C80.3068 28.0366 79.9784 28.0733 79.65 28.1099C77.4606 28.4398 75.4902 29.4294 73.9577 31.0421C72.3157 32.838 71.148 35.0738 70.6736 37.4561C70.4182 38.4824 70.3087 39.5819 70.3087 40.6082C70.2723 42.4774 70.7101 44.31 71.5859 45.9594C72.1332 47.4254 73.3373 48.5616 74.8334 49.2214Z\" fill=\"#020E2D\"/>\\n<path d=\"M91.8026 34.2672C91.8391 34.2672 96.3637 32.6545 96.5462 32.5812C96.6191 32.5446 96.6556 32.4713 96.6556 32.3247C96.5462 31.7382 96.4002 31.1885 96.1448 30.6753C95.9258 30.0156 95.7069 29.3559 95.3785 28.7694H95.3055C94.6852 28.9893 92.4959 29.6491 92.4959 29.6491C92.4594 29.6491 92.4229 29.6491 92.4229 29.6124C92.4229 29.5391 92.7513 27.0834 92.7513 26.5337C92.7513 26.4237 92.7513 26.2771 92.7148 26.1672C92.6783 26.0572 92.058 25.654 90.8903 25.1043C90.27 24.7377 89.6132 24.4445 88.9199 24.2246C88.6645 24.2246 87.9347 31.1151 87.9347 31.2618C87.6793 31.445 87.3874 31.555 87.0955 31.6283C86.5481 31.8482 86.2562 31.9581 86.2197 31.9581L86.1833 32.0314C86.1833 32.1047 86.3657 32.6912 86.7306 33.8274C87.0225 34.4871 87.1684 35.1468 87.3144 35.8432C87.3144 36.0998 87.2779 36.3564 87.2414 36.5396C87.2049 36.7229 85.8913 46.8388 85.8913 47.022L85.8184 47.5718L87.6793 48.4881C88.847 49.0745 89.5403 49.3677 89.7957 49.3677C89.9781 49.3311 96.2542 42.2573 96.2542 42.1473C96.2542 42.0374 95.7434 41.8175 94.7947 41.2677C94.2473 40.9378 93.7365 40.6813 93.1527 40.5347C93.0432 40.5347 90.9633 42.7338 90.9633 42.5505C90.9633 42.3306 91.8391 35.5134 91.8391 34.7437C91.7296 34.6337 91.7296 34.2672 91.8026 34.2672Z\" fill=\"#020E2D\"/>\\n<path d=\"M11.2341 49.3314H11.2705C11.453 49.2581 11.5625 49.0015 11.6354 48.4517C12.2193 46.1793 13.095 43.9436 14.1897 41.8544C15.4303 39.3987 16.8169 37.053 18.4954 34.8173L19.4076 33.6078C19.4076 33.6444 19.4441 33.7177 19.4441 33.8277L19.4806 34.1942V34.744C19.4806 37.053 19.0427 40.4983 18.167 44.9698C17.8386 46.4725 17.6561 47.2789 17.6561 47.4621C17.6561 47.5354 18.2765 47.8653 19.4806 48.4517C20.1374 48.8183 20.8307 49.1115 21.5605 49.3314C21.6699 49.3314 21.8524 48.9282 22.1078 48.0486C22.6187 45.9228 23.7133 43.3571 25.3554 40.3883C25.7932 39.6187 26.523 38.4458 27.5082 36.9431C28.4934 35.4403 29.1502 34.4874 29.4786 34.0476L29.88 33.5345V34.2675C29.88 36.6865 29.4421 40.2417 28.5664 44.9332C28.238 46.6558 28.0555 47.5354 28.0555 47.5721C28.0555 47.6454 28.6759 47.9753 29.953 48.5617C31.2301 49.1481 31.8504 49.4047 31.9234 49.4047C32.0329 49.4047 32.1423 49.2947 32.2153 49.0015C32.2883 48.7083 32.4707 47.7554 32.7991 46.106C33.8208 40.7915 34.3317 36.6865 34.3317 33.791C34.3682 32.6182 34.2587 31.4453 33.9303 30.3091C33.8573 30.0525 33.6749 29.8693 33.4195 29.7227C33.2005 29.6127 32.6532 29.2828 31.7045 28.843C31.0842 28.5498 30.4273 28.2566 29.7705 28.11C29.4786 28.11 29.0408 28.4765 28.384 29.2462C27.2528 30.5657 26.1946 31.9951 25.2459 33.4245L24.0417 35.2204V33.8643C24.0782 32.8014 23.9323 31.7385 23.6404 30.7489C23.6039 30.639 23.5674 30.4924 23.5309 30.3824C23.4579 30.1258 23.239 29.8693 23.0201 29.7593C22.4727 29.4295 21.8889 29.1362 21.3415 28.8797L19.3711 27.9634L18.2035 29.1362C16.7074 30.7489 15.3573 32.5449 14.2262 34.4141L13.9342 34.9272C13.8613 35.1105 13.7518 35.2204 13.6788 35.3304C13.6058 35.4403 13.4964 35.5503 13.4599 35.6603C13.4234 35.7336 13.3869 35.7702 13.3504 35.8802L13.3139 35.9168L13.6423 33.3145C13.8613 31.7385 13.9707 30.8589 13.9707 30.639C13.9707 30.529 13.9707 30.3824 13.9707 30.2724C13.9707 30.1991 13.9342 30.0525 13.8613 29.9792C13.8248 29.9059 13.7518 29.8693 13.6423 29.7593C13.5329 29.6494 13.4599 29.6494 13.3869 29.5394L13.0585 29.3195C12.8761 29.2462 12.7301 29.1362 12.5477 29.0996C12.2922 29.0263 12.1463 28.9163 12.0003 28.843C10.7597 28.2566 10.1029 27.9634 10.0299 27.9634L9.95693 28.0367C9.95693 28.0733 9.77449 29.1729 9.51906 31.262C9.22715 33.3878 8.86226 35.8435 8.49737 38.7024C8.13247 41.5246 7.87705 43.2105 7.84056 43.7237C7.51216 45.9594 7.32971 47.2056 7.40269 47.4988C7.40269 47.5721 7.98652 47.902 9.19066 48.4884C10.3218 49.0748 11.0151 49.3314 11.2341 49.3314Z\" fill=\"#020E2D\"/>\\n<path d=\"M143.58 45.5927C148.324 34.304 143.106 21.2926 131.867 16.5278C120.628 11.7631 107.675 17.0043 102.931 28.2931C98.1876 39.5818 103.406 52.5932 114.644 57.358C122.927 60.8765 132.487 59.0073 138.873 52.6299C140.88 50.614 142.485 48.195 143.58 45.5927ZM130.298 53.5828C121.176 57.4679 110.63 53.1797 106.799 43.9801C102.931 34.8171 107.2 24.2247 116.359 20.3763C125.481 16.4912 136.027 20.7795 139.858 29.9791C143.653 39.142 139.384 49.6977 130.298 53.5828Z\" fill=\"#020E2D\"/>\\n<path d=\"M111.872 42.5874L115.922 41.1947H115.958V41.158L114.645 37.3462L114.608 37.3096L110.558 38.7023C110.558 38.7023 110.521 38.7023 110.521 38.739V38.7756L111.835 42.5874C111.872 42.6241 111.872 42.6241 111.872 42.5874Z\" fill=\"#020E2D\"/>\\n<path d=\"M137.085 33.8276L135.771 30.0158C135.771 29.9792 135.735 29.9792 135.735 29.9792L129.86 31.995C129.86 31.995 130.481 27.1936 130.481 27.157C130.481 27.1203 130.481 27.1203 130.444 27.1203L126.467 25.2144C126.357 25.1411 126.357 25.1778 126.321 25.2144L125.226 33.6444L123.511 34.2308C123.511 34.2308 123.511 34.2308 123.475 34.2308V34.2674L124.679 37.7127C124.679 37.7127 123.73 45.0431 123.694 45.2263C123.657 45.6661 123.876 46.106 124.277 46.3259L128.182 48.2684C128.839 48.5983 129.349 48.8182 129.787 48.3784L133.801 43.8336L130.335 42.0743L128.218 44.5299L129.276 36.6498L137.085 33.9376C137.085 33.9376 137.085 33.9376 137.122 33.9376C137.158 33.9376 137.158 33.9009 137.158 33.9009C137.122 33.8276 137.122 33.8276 137.085 33.8276Z\" fill=\"#020E2D\"/>\\n<path d=\"M122.453 27.8532L118.512 25.9107C117.855 25.5808 117.344 25.3609 116.906 25.8007L112.893 30.3456L116.359 32.1049L118.475 29.6492L116.213 46.8389V46.9855C116.213 47.0221 116.213 47.0221 116.25 47.0221L116.359 47.0954L120.19 48.928C120.3 49.0013 120.373 49.0013 120.373 48.928C120.373 48.928 122.964 29.0628 123 28.8795C123.073 28.4397 122.818 28.0365 122.453 27.8532Z\" fill=\"#020E2D\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif'},children:\"with\"}),\" Tom Bilyeu\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif'},children:\"with\"}),\" Tom Bilyeu\"]})}),className:\"framer-aw8u3o\",fonts:[\"CUSTOM;The Future Bold\",\"CUSTOM;The Future Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3013.2),pixelHeight:193,pixelWidth:192,src:\"https://framerusercontent.com/images/6ibG2mcVftox9TFciuRpzG1goA.png\"}},nJhQaRkKe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3667.8999999999996),pixelHeight:193,pixelWidth:192,src:\"https://framerusercontent.com/images/6ibG2mcVftox9TFciuRpzG1goA.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2153.6),pixelHeight:193,pixelWidth:192,src:\"https://framerusercontent.com/images/6ibG2mcVftox9TFciuRpzG1goA.png\"},className:\"framer-15dnd85\",\"data-framer-name\":\"PP\",name:\"PP\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zq67xx\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15wbrlb\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{y:3095.2},nJhQaRkKe:{y:3725.3999999999996}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:2163.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lsyhm0-container\",children:/*#__PURE__*/_jsx(ButtonsSocial,{AqpSKbZYF:\"W5GUqB8Cl\",height:\"100%\",id:\"FxbWAXd_E\",JNyHLT3kZ:\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\",KCjOKAh4K:\"https://www.youtube.com/c/TomBilyeu\",layoutId:\"FxbWAXd_E\",n0UMr6fuN:\"rgba(0, 243, 255, 0.1)\",nLtJni5yp:\"ZEfq4UbJG\",variant:\"g5wEUdEwC\",width:\"100%\",xhBZy5_Am:\"anQnLSHLJ\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{y:3095.2},nJhQaRkKe:{y:3725.3999999999996}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:2163.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kgyieq-container\",children:/*#__PURE__*/_jsx(ButtonsSocial,{AqpSKbZYF:\"W5GUqB8Cl\",height:\"100%\",id:\"LJCtnCtns\",JNyHLT3kZ:\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\",KCjOKAh4K:\"https://podcasts.apple.com/us/podcast/impact-theory-with-tom-bilyeu/id1191775648?i=1000653887791\",layoutId:\"LJCtnCtns\",n0UMr6fuN:\"rgba(0, 243, 255, 0.1)\",nLtJni5yp:\"ZEfq4UbJG\",variant:\"g5wEUdEwC\",width:\"100%\",xhBZy5_Am:\"Ebz465tti\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{y:3095.2},nJhQaRkKe:{y:3725.3999999999996}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:2163.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wg5awy-container\",children:/*#__PURE__*/_jsx(ButtonsSocial,{AqpSKbZYF:\"W5GUqB8Cl\",height:\"100%\",id:\"E3zGHAbwZ\",JNyHLT3kZ:\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\",KCjOKAh4K:\"https://spoti.fi/44BSdyx\",layoutId:\"E3zGHAbwZ\",n0UMr6fuN:\"rgba(0, 243, 255, 0.1)\",nLtJni5yp:\"ZEfq4UbJG\",variant:\"g5wEUdEwC\",width:\"100%\",xhBZy5_Am:\"khDe6AEb4\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{y:3095.2},nJhQaRkKe:{y:3725.3999999999996}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:2163.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19tt2uf-container\",children:/*#__PURE__*/_jsx(ButtonsSocial,{AqpSKbZYF:\"W5GUqB8Cl\",height:\"100%\",id:\"pAXNRPyx2\",JNyHLT3kZ:\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\",KCjOKAh4K:\"http://www.tryamazonmusic.com/impacttheory\",layoutId:\"pAXNRPyx2\",n0UMr6fuN:\"rgba(0, 243, 255, 0.1)\",nLtJni5yp:\"ZEfq4UbJG\",variant:\"g5wEUdEwC\",width:\"100%\",xhBZy5_Am:\"YAh1ACUfk\"})})})})]}),/*#__PURE__*/_jsx(Link,{href:\"http://apple.co/impacttheory\",nodeId:\"phU5qyuWV\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-1lasxn1 framer-lux5qc\",\"data-framer-name\":\"Buttons/Social\",name:\"Buttons/Social\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2ae35e\",\"data-styles-preset\":\"K5YL7YQPw\",children:\"Ad Free & Bonus Content\"})}),className:\"framer-1p8zd7c\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1y1tbwm-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{gap:8}},children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:10},gap:16,height:\"100%\",id:\"RPWIIuDNo\",layoutId:\"RPWIIuDNo\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/watch?v=Tv0kQbOIrjY\",nodeId:\"o36WC2LEK\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:337,pixelWidth:598,sizes:\"318px\",src:\"https://framerusercontent.com/images/891PwftaWjsofC963BBmoBnSI.png\",srcSet:\"https://framerusercontent.com/images/891PwftaWjsofC963BBmoBnSI.png?scale-down-to=512 512w,https://framerusercontent.com/images/891PwftaWjsofC963BBmoBnSI.png 598w\"},className:\"framer-m0exzu framer-lux5qc\",\"data-framer-name\":\"Image\",name:\"Image\"})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/watch?v=Q0r-NuBShvY\",nodeId:\"twnhnP4Xh\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:337,pixelWidth:598,sizes:\"318px\",src:\"https://framerusercontent.com/images/EHrNzAy6CQk1aSRYWuTKfkbJJ4o.png\",srcSet:\"https://framerusercontent.com/images/EHrNzAy6CQk1aSRYWuTKfkbJJ4o.png?scale-down-to=512 512w,https://framerusercontent.com/images/EHrNzAy6CQk1aSRYWuTKfkbJJ4o.png 598w\"},className:\"framer-1waz6sl framer-lux5qc\",\"data-framer-name\":\"Image\",name:\"Image\"})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/watch?v=ItQ-lsSMQgQ\",nodeId:\"ujqbrMDPz\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:337,pixelWidth:598,sizes:\"318px\",src:\"https://framerusercontent.com/images/WX2bdeuw5SQc5JBf0BiAFhELbYk.png\",srcSet:\"https://framerusercontent.com/images/WX2bdeuw5SQc5JBf0BiAFhELbYk.png?scale-down-to=512 512w,https://framerusercontent.com/images/WX2bdeuw5SQc5JBf0BiAFhELbYk.png 598w\"},className:\"framer-ddpdvo framer-lux5qc\",\"data-framer-name\":\"Image\",name:\"Image\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f97n8j\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/watch?v=H2YT4wYiyUw&t=3s\",nodeId:\"h0JBYTWaL\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:337,pixelWidth:598,sizes:\"318px\",src:\"https://framerusercontent.com/images/VgpDJCSZD9GSitmDtPQ9EAE5AM.png\",srcSet:\"https://framerusercontent.com/images/VgpDJCSZD9GSitmDtPQ9EAE5AM.png?scale-down-to=512 512w,https://framerusercontent.com/images/VgpDJCSZD9GSitmDtPQ9EAE5AM.png 598w\"},className:\"framer-tyh6r7 framer-lux5qc\",\"data-framer-name\":\"Image\",name:\"Image\"})})})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-49flpl\",\"data-styles-preset\":\"yfaNOoB86\",children:/*#__PURE__*/_jsx(Link,{href:\"https://spoti.fi/44BSdyx\",nodeId:\"pY7zuuMhr\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-115sdxc\",\"data-styles-preset\":\"Huhqf7qOJ\",children:\"See more of Tom's podcasts\"})})})}),className:\"framer-umlf3h\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vcffcy\",\"data-framer-name\":\"Podcasts\",name:\"Podcasts\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vk15oc\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sjc1y7\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10y4v1h\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1a8s76e\",\"data-framer-name\":\"WOI Logo Wide 1 Color Purple for Light Background 2\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:78,intrinsicWidth:223,name:\"WOI Logo Wide 1 Color Purple for Light Background 2\",svg:'<svg width=\"223\" height=\"78\" viewBox=\"0 0 223 78\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.62777 38.0328H9.67149L9.05938 49.7949H13.6939L19.5527 27.6699H16.4921L12.0325 45.2912H11.9888L12.9506 27.6699H9.62777L5.29929 45.16H5.25557L6.08629 27.6699H2.7197L1.75781 49.7949H6.56723L9.62777 38.0328Z\" fill=\"#020E2D\"/>\\n<path d=\"M31.5333 33.0048C32.1017 29.463 30.484 27.4517 27.1174 27.4517C23.7508 27.4517 21.521 29.463 20.9963 33.0048L19.2474 44.5045C18.7228 48.0462 20.2967 50.0576 23.6633 50.0576C27.0299 50.0576 29.2598 48.0462 29.7844 44.5045L31.5333 33.0048ZM28.123 32.7424L26.2867 44.7231C26.068 46.2972 25.2373 46.9094 24.1443 46.9094C23.0512 46.9094 22.4391 46.3409 22.6577 44.7231L24.4941 32.7424C24.7127 31.1683 25.5434 30.5561 26.6364 30.5561C27.7295 30.5561 28.3416 31.1246 28.123 32.7424Z\" fill=\"#020E2D\"/>\\n<path d=\"M37.4797 34.185L37.6108 49.7949H40.89L45.612 33.9226H45.6994L43.2947 49.7949H46.5738L49.9842 27.6699H45.131L40.3653 43.411H40.2779L40.1904 27.6699H35.381L31.9707 49.7949H34.9875L37.3922 34.185H37.4797Z\" fill=\"#020E2D\"/>\\n<path d=\"M59.3842 49.7949L59.8651 46.6466H53.8752L54.8371 40.1753H59.6028L60.0837 36.9834H55.318L56.2362 30.8619H62.2698L62.7507 27.6699H53.2631L49.8965 49.7949H59.3842Z\" fill=\"#020E2D\"/>\\n<path d=\"M67.9097 33.7477L69.7023 49.7949H73.2875L76.6541 27.6699H73.5498L71.5386 40.9186H71.4949L70.052 27.6699H65.6361L62.2695 49.7949H65.4175L67.8222 33.7477H67.9097Z\" fill=\"#020E2D\"/>\\n<path d=\"M94.2306 33.0048C94.7552 29.463 93.225 27.4517 89.8146 27.4517C86.4043 27.4517 84.2182 29.463 83.6936 33.0048L81.9447 44.5045C81.42 48.0462 82.994 50.0576 86.3606 50.0576C89.7272 50.0576 91.957 48.0462 92.4817 44.5045L94.2306 33.0048ZM90.7765 32.7861L88.9402 44.7668C88.7216 46.3409 87.8909 46.9531 86.7978 46.9531C85.7048 46.9531 85.0927 46.3847 85.3113 44.7668L87.1476 32.7861C87.3662 31.212 88.1969 30.5999 89.29 30.5999C90.383 30.5999 90.9951 31.1683 90.7765 32.7861Z\" fill=\"#020E2D\"/>\\n<path d=\"M99.5633 40.6563H104.067L104.548 37.5081H100.044L101.094 30.8619H106.821L107.302 27.6699H98.0768L94.7539 49.7949H98.1642L99.5633 40.6563Z\" fill=\"#020E2D\"/>\\n<path d=\"M171.224 29.3315C171.18 29.2004 170.48 28.8068 169.125 28.151C167.77 27.4951 166.939 27.189 166.72 27.189H166.677C166.633 27.189 166.152 27.4951 165.19 28.0635C164.272 28.7194 163.441 29.419 162.654 30.206C161.78 31.0368 160.993 31.9551 160.293 32.9607L159.288 34.3162C159.288 33.9227 159.288 33.5292 159.375 33.1794C159.463 32.3923 159.55 31.649 159.681 30.8619L159.769 29.6376L159.812 29.0692L157.714 28.1072C157.014 27.7137 156.227 27.4076 155.484 27.1016L155.396 27.189C155.396 27.2327 154.697 32.3923 153.341 42.6677C153.079 44.3293 151.724 54.9108 151.636 55.6978L151.549 56.2662L153.691 57.3594C155.134 58.0153 155.877 58.3213 155.965 58.2339C156.052 58.1464 157.67 46.603 158.107 45.0289C159.025 41.6183 160.73 38.4701 163.048 35.8029C163.704 35.0595 164.359 34.3599 165.103 33.7041C165.89 32.9607 166.414 32.6109 166.589 32.6109C166.677 32.6109 166.764 33.0045 166.764 33.8352C166.808 35.2782 166.677 36.7211 166.414 38.164C165.715 41.7495 164.01 45.0289 161.517 47.6961C160.905 48.3957 160.599 48.7892 160.643 48.9204C160.73 49.0953 161.474 49.4451 162.873 50.0135L164.928 50.888L165.365 50.5382C166.414 49.4888 167.332 48.3083 168.119 46.9965C170.568 43.0612 171.792 38.5138 171.748 33.879C171.748 33.4417 171.705 32.6984 171.661 31.7364C171.355 30.206 171.267 29.3753 171.224 29.3315Z\" fill=\"#020E2D\"/>\\n<path d=\"M186.002 27.2329H184.646C183.859 27.2329 183.072 27.2766 182.329 27.4515C179.356 28.02 176.951 29.8564 175.29 33.0046C173.628 36.1528 172.754 39.7383 172.754 43.8047C172.754 44.3294 172.798 45.1165 172.841 46.1222C172.973 47.6526 173.06 48.3522 173.104 48.3959C173.147 48.4396 173.847 48.7457 175.246 49.4453L177.257 50.451L177.913 50.1886C179.05 49.7951 180.318 48.7894 181.892 47.259L183.16 46.0347C183.116 46.3408 183.116 46.6906 183.072 47.259C183.029 47.7837 182.985 48.1335 182.985 48.3959L185.04 49.4016C185.739 49.7951 186.483 50.1012 187.226 50.4072H187.27C187.357 50.4072 187.838 47.1279 188.712 40.5254C189.499 34.4038 189.937 31.0807 189.937 30.5997V29.3754L187.925 28.2823C187.007 27.7576 186.395 27.4078 186.002 27.2329ZM184.734 35.016C184.603 36.1966 184.428 37.3334 184.165 38.514C183.772 39.3448 183.291 40.1318 182.679 40.8314C181.848 41.9246 180.886 42.9302 179.968 43.8922C178.831 44.9853 178.175 45.5537 177.913 45.5537H177.869C177.826 45.51 177.782 45.2039 177.782 44.5481C177.651 42.6242 177.826 40.7003 178.263 38.8201C179.094 34.9723 180.755 32.5674 183.291 31.6929C183.728 31.5617 184.165 31.4743 184.646 31.4743C184.952 31.4743 185.171 31.5617 185.171 31.6492C185.171 31.7366 184.996 32.8735 184.734 35.016Z\" fill=\"#020E2D\"/>\\n<path d=\"M201.742 33.5731C201.698 33.8355 201.654 34.0978 201.654 34.3164C201.611 34.71 201.567 35.1035 201.567 35.5407C201.567 35.7156 201.611 35.9343 201.786 36.0654C202.179 36.2841 202.573 36.5027 203.01 36.6776C203.666 36.9837 204.365 37.2897 204.934 37.5521L205.939 37.9019C205.983 37.9019 206.158 36.5027 206.508 33.8792C206.857 31.2557 207.032 29.7253 207.032 29.5067C207.032 29.288 206.333 28.8508 204.977 28.1512C203.622 27.4953 202.704 27.1455 202.092 27.1455C201.742 27.1455 201.392 27.1892 200.999 27.233C198.638 27.5828 196.451 28.6759 194.79 30.4249C192.997 32.3488 191.729 34.7974 191.205 37.4209C190.942 38.5578 190.811 39.6946 190.811 40.8315C190.768 42.8428 191.249 44.8105 192.21 46.6469C192.997 48.2648 194.309 49.5328 195.927 50.2324C196.539 50.451 197.282 50.5822 197.938 50.5385C198.769 50.5385 199.643 50.451 200.474 50.1887C202.266 49.5328 203.84 48.221 205.24 46.2534C206.289 44.7667 206.814 43.8048 206.814 43.3238C206.814 43.1926 205.808 42.6679 203.797 41.706L203.053 41.3562L202.223 42.6242C201.786 43.3675 201.173 44.1546 200.561 44.7667C200.124 45.2477 199.599 45.7287 198.987 45.991C198.769 46.0785 198.55 46.0785 198.332 46.0785C197.501 46.0785 196.758 45.5101 196.102 44.3295C195.664 43.3675 195.49 42.3619 195.533 41.3125C195.533 39.957 195.752 38.6452 196.189 37.3335C196.539 36.1092 197.195 35.0598 197.982 34.0978C198.812 33.0921 199.993 32.48 201.261 32.2613C201.305 32.2613 201.392 32.2614 201.479 32.2176C201.523 32.2176 201.567 32.1739 201.654 32.1739C201.829 32.1739 201.917 32.3051 201.917 32.5237C201.917 32.6549 201.917 32.7423 201.873 32.8735C201.829 33.0921 201.786 33.3108 201.742 33.5731Z\" fill=\"#020E2D\"/>\\n<path d=\"M219.275 30.1186C219.057 29.419 218.794 28.6757 218.444 28.0635H218.357C217.701 28.2821 215.296 29.0255 215.296 29.0255C215.253 29.0255 215.209 29.0255 215.209 28.9817C215.209 28.8943 215.559 26.2708 215.559 25.6586C215.559 25.5274 215.559 25.3963 215.515 25.2651C215.471 25.1339 214.816 24.7404 213.548 24.0845C212.892 23.691 212.148 23.3849 211.405 23.1226C211.143 23.1226 210.312 30.5996 210.312 30.7745C210.05 30.9494 209.744 31.0805 209.438 31.168C208.869 31.3866 208.563 31.5178 208.476 31.5178L208.432 31.6052C208.432 31.6927 208.607 32.3048 209.001 33.5291C209.307 34.2287 209.481 34.9721 209.613 35.7154C209.613 35.9778 209.569 36.2401 209.525 36.4587C209.481 36.6336 208.039 47.6524 208.039 47.8273L207.951 48.3957L209.962 49.4014C211.23 50.0135 211.974 50.3633 212.236 50.3633C212.411 50.3196 219.319 42.624 219.319 42.5365C219.319 42.4491 218.794 42.1867 217.745 41.5746C217.177 41.2248 216.564 40.9624 215.952 40.7875C215.821 40.7875 213.591 43.1487 213.591 42.9738C213.591 42.7552 214.553 35.3219 214.553 34.4911C214.378 34.3599 214.378 33.9664 214.466 33.9664C214.509 33.9664 219.494 32.2174 219.669 32.1299C219.756 32.0862 219.8 31.9988 219.8 31.8676C219.669 31.2992 219.538 30.7307 219.275 30.1186Z\" fill=\"#020E2D\"/>\\n<path d=\"M151.157 29.6816C151.069 29.4192 150.894 29.2006 150.632 29.0694C150.413 28.9382 149.801 28.5884 148.752 28.1075C148.096 27.8014 147.353 27.4953 146.653 27.3204C146.347 27.3204 145.866 27.7139 145.123 28.5447C143.899 29.9876 142.762 31.518 141.713 33.0921L140.401 35.016V33.5294C140.445 32.3488 140.27 31.2557 139.964 30.1625C139.92 30.0314 139.876 29.9002 139.833 29.769C139.745 29.5067 139.526 29.2443 139.308 29.1131C138.739 28.7633 138.084 28.4573 137.472 28.1512L135.329 27.1455L134.061 28.4135C132.444 30.1625 130.957 32.0865 129.733 34.1415L129.427 34.6662C129.339 34.8411 129.252 34.9723 129.164 35.1035C129.077 35.2347 128.989 35.3221 128.946 35.4533C128.902 35.5407 128.858 35.5845 128.815 35.6719L128.771 35.7156L129.121 32.8735C129.339 31.1682 129.47 30.25 129.47 29.9439V29.5504C129.47 29.4629 129.427 29.3318 129.339 29.2443C129.296 29.1569 129.208 29.1131 129.121 29.0257C129.033 28.9382 128.946 28.8945 128.858 28.8071L128.509 28.5884C128.334 28.501 128.159 28.4135 127.984 28.3698C127.722 28.2824 127.547 28.1949 127.415 28.1075C126.06 27.4953 125.361 27.1455 125.273 27.1455L125.186 27.233C125.186 27.2767 125.011 28.4573 124.705 30.731C124.399 33.0047 124.005 35.7594 123.568 38.8201C123.174 41.8809 122.912 43.7611 122.868 44.2858C122.519 46.6907 122.344 48.0461 122.387 48.3522C122.387 48.4397 123 48.7895 124.311 49.4453C125.623 50.0138 126.366 50.2761 126.585 50.2761H126.628C126.803 50.1887 126.935 49.9263 127.022 49.3142C127.634 46.8656 128.596 44.3732 129.82 42.1432C131.176 39.5197 132.706 36.8962 134.542 34.4913L135.548 33.1796C135.548 33.2233 135.591 33.3108 135.591 33.3982L135.635 33.7917V34.3602C135.635 36.8525 135.154 40.6129 134.192 45.4663C133.843 47.0842 133.668 47.9587 133.668 48.1336C133.668 48.221 134.324 48.5708 135.635 49.2267C136.335 49.6202 137.122 49.9263 137.865 50.1887C137.996 50.1887 138.171 49.7514 138.433 48.7895C138.958 46.5158 140.182 43.6736 141.975 40.438C142.456 39.6072 143.243 38.3391 144.292 36.7213C145.385 35.1035 146.085 34.0978 146.435 33.5731L146.872 33.0484V33.8355C146.872 36.4152 146.391 40.3505 145.429 45.3789C145.079 47.2591 144.904 48.221 144.904 48.2648C144.904 48.3522 145.56 48.702 146.959 49.3579C148.358 49.97 149.014 50.2324 149.102 50.2324C149.233 50.2324 149.32 50.1012 149.408 49.7951C149.495 49.4891 149.67 48.4397 150.02 46.6469C151.157 40.8752 151.681 36.4152 151.681 33.267C151.637 32.1739 151.506 30.9059 151.157 29.6816Z\" fill=\"#020E2D\"/>\\n<path d=\"M119.937 23.9532C119.238 23.5597 118.495 23.2099 117.751 22.9038C117.62 22.9038 110.756 30.2934 110.756 30.4683C110.843 30.6432 111.368 30.9492 112.505 31.5177C113.117 31.8675 113.773 32.1298 114.429 32.3047C114.56 32.3047 116.352 30.2934 116.483 30.2934C116.527 30.2934 116.571 30.3371 116.571 30.3808V30.4245C116.527 30.4683 116.527 30.512 116.527 30.5557C116.483 30.6432 114.822 43.0611 114.56 45.3348C114.385 46.6466 114.297 47.4336 114.297 47.696C114.297 47.7834 114.297 47.9146 114.341 48.0458C114.341 48.1332 114.385 48.2207 114.429 48.3081C114.472 48.3956 114.516 48.483 114.56 48.5268C114.647 48.6142 114.735 48.6579 114.822 48.7017L115.172 48.8766L115.653 49.1389C115.871 49.2701 116.046 49.3575 116.221 49.4013C117.402 49.926 118.101 50.1883 118.363 50.1883H118.407C118.495 50.1009 118.844 47.8709 119.413 43.4984C119.675 41.3996 121.162 30.5994 121.337 28.9816C121.686 26.4455 121.861 25.0901 121.861 24.9589C121.905 25.0026 121.205 24.6091 119.937 23.9532Z\" fill=\"#020E2D\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif'},children:\"with\"}),\" Lisa Bilyeu\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif'},children:\"with\"}),\" Lisa Bilyeu\"]})}),className:\"framer-14vtd4f\",fonts:[\"CUSTOM;The Future Bold\",\"CUSTOM;The Future Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3464.2),pixelHeight:193,pixelWidth:192,src:\"https://framerusercontent.com/images/NFaiDcDoVeRBZq1u0DB1h1JTQ.png\"}},nJhQaRkKe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(4164.4),pixelHeight:193,pixelWidth:192,src:\"https://framerusercontent.com/images/NFaiDcDoVeRBZq1u0DB1h1JTQ.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2548.6),pixelHeight:193,pixelWidth:192,src:\"https://framerusercontent.com/images/NFaiDcDoVeRBZq1u0DB1h1JTQ.png\"},className:\"framer-1ktelus\",\"data-framer-name\":\"PP\",name:\"PP\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gmtbcd\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9abi2t\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{y:3546.2},nJhQaRkKe:{y:4220.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:2558.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13inhj1-container\",children:/*#__PURE__*/_jsx(ButtonsSocial,{AqpSKbZYF:\"W5GUqB8Cl\",height:\"100%\",id:\"V5tjhYuJ7\",JNyHLT3kZ:\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\",KCjOKAh4K:\"https://www.youtube.com/@LisaBilyeu\",layoutId:\"V5tjhYuJ7\",n0UMr6fuN:\"rgba(0, 243, 255, 0.1)\",nLtJni5yp:\"ZEfq4UbJG\",variant:\"g5wEUdEwC\",width:\"100%\",xhBZy5_Am:\"anQnLSHLJ\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{y:3546.2},nJhQaRkKe:{y:4220.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:2558.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ouiokr-container\",children:/*#__PURE__*/_jsx(ButtonsSocial,{AqpSKbZYF:\"W5GUqB8Cl\",height:\"100%\",id:\"zMq8aQIgC\",JNyHLT3kZ:\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\",KCjOKAh4K:\"https://podcasts.apple.com/us/podcast/women-of-impact/id1435217865\",layoutId:\"zMq8aQIgC\",n0UMr6fuN:\"rgba(0, 243, 255, 0.1)\",nLtJni5yp:\"ZEfq4UbJG\",variant:\"g5wEUdEwC\",width:\"100%\",xhBZy5_Am:\"Ebz465tti\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{y:3546.2},nJhQaRkKe:{y:4220.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:2558.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l2lbxi-container\",children:/*#__PURE__*/_jsx(ButtonsSocial,{AqpSKbZYF:\"W5GUqB8Cl\",height:\"100%\",id:\"dnCFzWat9\",JNyHLT3kZ:\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\",KCjOKAh4K:\"https://spoti.fi/3JBmTpQ\",layoutId:\"dnCFzWat9\",n0UMr6fuN:\"rgba(0, 243, 255, 0.1)\",nLtJni5yp:\"ZEfq4UbJG\",variant:\"g5wEUdEwC\",width:\"100%\",xhBZy5_Am:\"khDe6AEb4\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{y:3546.2},nJhQaRkKe:{y:4220.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:2558.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nspr8h-container\",children:/*#__PURE__*/_jsx(ButtonsSocial,{AqpSKbZYF:\"W5GUqB8Cl\",height:\"100%\",id:\"zOD_9nhTm\",JNyHLT3kZ:\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\",KCjOKAh4K:\"http://www.tryamazonmusic.com/womenofimpact\",layoutId:\"zOD_9nhTm\",n0UMr6fuN:\"rgba(0, 243, 255, 0.1)\",nLtJni5yp:\"ZEfq4UbJG\",variant:\"g5wEUdEwC\",width:\"100%\",xhBZy5_Am:\"YAh1ACUfk\"})})})})]}),/*#__PURE__*/_jsx(Link,{href:\"http://apple.co/womenofimpact\",nodeId:\"WA5o6trFn\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-227kxv framer-lux5qc\",\"data-framer-name\":\"Buttons/Social\",name:\"Buttons/Social\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:\"Ad Free & Bonus Content\"})}),className:\"framer-3m209d\",fonts:[\"CUSTOM;The Future Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-v057ci-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{gap:8}},children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:10},gap:16,height:\"100%\",id:\"zkPsgwLv0\",layoutId:\"zkPsgwLv0\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/watch?v=_yYAYV5ynPg\",nodeId:\"EgJ1iT9bj\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:337,pixelWidth:598,sizes:\"318px\",src:\"https://framerusercontent.com/images/qWaChF05K6pbWFNYgvSNz2hgm7s.png\",srcSet:\"https://framerusercontent.com/images/qWaChF05K6pbWFNYgvSNz2hgm7s.png?scale-down-to=512 512w,https://framerusercontent.com/images/qWaChF05K6pbWFNYgvSNz2hgm7s.png 598w\"},className:\"framer-1f32kqo framer-lux5qc\",\"data-framer-name\":\"Image\",name:\"Image\"})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/watch?v=eqjTYgI9jYg\",nodeId:\"CIMOLygri\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:337,pixelWidth:598,sizes:\"318px\",src:\"https://framerusercontent.com/images/R0Qy78gP3Wy0mSihfieEYoWLpWg.png\",srcSet:\"https://framerusercontent.com/images/R0Qy78gP3Wy0mSihfieEYoWLpWg.png?scale-down-to=512 512w,https://framerusercontent.com/images/R0Qy78gP3Wy0mSihfieEYoWLpWg.png 598w\"},className:\"framer-1pn1322 framer-lux5qc\",\"data-framer-name\":\"Image\",name:\"Image\"})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/watch?v=z2D4EGcgKG8\",nodeId:\"hNf3IQGD8\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:337,pixelWidth:598,sizes:\"318px\",src:\"https://framerusercontent.com/images/wP8ZUGI5taKW8Gf5lUc3BaE.png\",srcSet:\"https://framerusercontent.com/images/wP8ZUGI5taKW8Gf5lUc3BaE.png?scale-down-to=512 512w,https://framerusercontent.com/images/wP8ZUGI5taKW8Gf5lUc3BaE.png 598w\"},className:\"framer-1gf6npm framer-lux5qc\",\"data-framer-name\":\"Image\",name:\"Image\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-w42e3v\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/watch?v=Y9n_kF_eb4c\",nodeId:\"rgpa0T8Zz\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:337,pixelWidth:598,sizes:\"318px\",src:\"https://framerusercontent.com/images/M470W6GtCxT2AD4zufkP70Jpyks.png\",srcSet:\"https://framerusercontent.com/images/M470W6GtCxT2AD4zufkP70Jpyks.png?scale-down-to=512 512w,https://framerusercontent.com/images/M470W6GtCxT2AD4zufkP70Jpyks.png 598w\"},className:\"framer-hn9vvu framer-lux5qc\",\"data-framer-name\":\"Image\",name:\"Image\"})})})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-49flpl\",\"data-styles-preset\":\"yfaNOoB86\",children:/*#__PURE__*/_jsx(Link,{href:\"https://spoti.fi/3JBmTpQ\",nodeId:\"oNQF50SUS\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-115sdxc\",\"data-styles-preset\":\"Huhqf7qOJ\",children:\"See more of Lisa's podcasts\"})})})}),className:\"framer-1u9mu9o\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fj6poh\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-12cv4bs\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-156xuqf\",\"data-framer-name\":\"Section\",name:\"Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-4m3dyj\",\"data-framer-name\":\"Logo\",name:\"Logo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1f7u1wv\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:51,intrinsicWidth:258,name:\"Vector\",svg:'<svg width=\"258\" height=\"51\" viewBox=\"0 0 258 51\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M79.4456 12.9344V9.78577C79.4456 9.34497 79.7591 9.03012 80.198 8.96714H93.8655C94.3044 8.96714 94.6179 9.282 94.6179 9.7228V12.4306C94.4298 13.1862 94.1163 13.816 93.6147 14.3827L86.5302 24.71C89.2261 24.5841 91.922 25.1508 94.3044 26.4103C94.7433 26.6622 94.994 27.103 94.994 27.6067V30.9442C94.994 31.385 94.6806 31.6999 94.3044 31.6999C94.179 31.6999 94.1163 31.6999 93.9909 31.6369C89.4769 29.244 84.0851 29.244 79.571 31.6369C79.0695 31.8888 78.6306 31.385 78.6306 30.8813V27.7327C78.5679 26.977 78.756 26.2214 79.1321 25.5916L87.3452 13.5641H80.2607C79.8218 13.69 79.4456 13.3752 79.4456 12.9344ZM23.9604 31.7629C23.5842 31.7629 23.208 31.448 23.208 31.0072V8.96714C23.208 8.52634 23.5842 8.14851 24.0231 8.14851H28.0356C28.4744 8.14851 28.7879 8.46337 28.8506 8.90417V11.8009H28.9133C29.6656 9.282 31.9854 7.64474 34.5559 7.70771C37.2518 7.70771 38.9445 8.96714 40.1357 11.8009C41.3896 8.52634 45.0887 6.88908 48.3488 8.14851C49.4146 8.52634 50.3551 9.21903 51.0447 10.1006C52.424 11.9268 52.1105 14.6346 52.1105 17.0275V31.0072C52.1105 31.448 51.7344 31.8258 51.2955 31.8258H46.9695C46.5306 31.8258 46.2172 31.448 46.2172 31.0702V19.3575C46.2799 17.9721 46.2172 16.5867 46.0918 15.2013C45.9037 14.0049 44.7752 13.1233 43.584 13.3122C42.4555 13.3752 41.4523 14.0678 41.0135 15.1384C40.6373 16.5237 40.5119 17.9721 40.6373 19.3575V31.0072C40.6373 31.448 40.2611 31.8258 39.8223 31.8258H35.4963C35.0574 31.8258 34.7439 31.448 34.7439 31.0702V19.3575C34.7439 16.9016 35.1201 13.2492 32.1108 13.2492C29.1014 13.2492 29.1641 16.7756 29.1641 19.3575V31.0072C29.1641 31.448 28.7879 31.8258 28.349 31.8258H23.9604V31.7629ZM105.966 7.77068C112.361 7.77068 115.809 13.1233 115.809 19.9872C115.809 26.8511 111.984 31.8258 105.966 31.8258C99.947 31.8258 96.248 26.4732 96.248 19.7353C96.248 12.9973 99.6962 7.77068 105.966 7.77068ZM102.58 19.0426C102.58 21.6874 102.58 27.3548 105.966 27.3548C109.351 27.3548 109.477 22.8209 109.477 19.9872C109.539 18.0351 109.351 16.1459 108.85 14.2568C108.599 12.9344 107.345 12.0528 106.028 12.1787C102.768 12.1787 102.58 16.3978 102.58 19.0426ZM124.273 31.7629H120.323C119.947 31.7629 119.633 31.385 119.633 31.0072V8.96714C119.696 8.52634 120.009 8.21148 120.386 8.27446H124.085C124.398 8.27446 124.712 8.52634 124.774 8.90417V12.2417H124.837C125.965 9.21903 127.533 7.83366 130.291 7.83366C132.172 7.70771 133.928 8.71526 134.931 10.4155C135.997 12.1787 135.997 15.1384 135.997 17.2794V31.1961C135.934 31.5739 135.621 31.8888 135.244 31.8888H131.232C130.856 31.8888 130.542 31.5739 130.542 31.1961V19.2945C130.542 16.8386 130.793 13.3752 128.034 13.3752C127.031 13.4381 126.154 14.1308 125.777 15.1384C125.276 16.4608 125.088 17.9091 125.15 19.2945V31.0072C125.088 31.448 124.712 31.8258 124.273 31.7629ZM72.6745 31.448C72.4238 31.6999 71.9849 31.6999 71.6714 31.5739C70.731 30.8183 69.916 29.8737 69.289 28.7402C67.5962 30.8183 65.0257 31.9518 62.3298 31.8258C58.6935 31.8258 55.9976 29.6218 55.9976 25.2768C55.9349 22.2541 57.6904 19.5464 60.5117 18.4129C62.8314 17.4053 66.0289 17.2164 68.474 16.9645V16.3978C68.5994 15.3273 68.4113 14.3197 67.9724 13.3752C67.4081 12.6195 66.4677 12.2417 65.59 12.3046C63.9599 12.1787 62.5179 13.2492 62.2044 14.8235C62.1418 15.2013 61.8283 15.5162 61.4521 15.5792L57.3769 15.1384C57.0007 15.0754 56.6873 14.6346 56.8127 14.2568C57.7531 9.282 62.2044 7.83366 66.2796 7.83366C68.5994 7.77068 70.7937 8.52634 72.6119 9.91172C74.6808 11.8009 74.4927 14.3827 74.4927 17.1534V23.7025C74.4927 25.1508 75.057 26.5362 76.0601 27.6067C76.3736 27.9216 76.3736 28.4254 76.0601 28.7402C74.9943 29.3699 73.4896 30.6923 72.6745 31.448ZM68.5367 21.3096V20.428C65.4646 20.428 62.2671 21.0577 62.2671 24.4581C62.2671 26.2214 63.2076 27.3548 64.8376 27.3548C66.0915 27.2919 67.2201 26.5992 67.7843 25.5287C68.4113 24.2063 68.6621 22.7579 68.5367 21.3096ZM17.1893 31.448C16.9385 31.6999 16.4996 31.6999 16.1862 31.5739C15.2457 30.8183 14.4307 29.8107 13.8038 28.8032C12.111 30.8813 9.54048 32.0147 6.84458 31.8888C3.27096 31.8888 0.506099 29.6848 0.506099 25.3398C0.380709 22.3171 2.19887 19.6093 5.02015 18.4759C7.27718 17.4683 10.4746 17.2794 12.9197 17.0275V16.4608C13.0451 15.3902 12.8571 14.3827 12.4182 13.4381C11.8539 12.6825 10.9762 12.3046 10.0358 12.3676C8.46839 12.2417 7.0264 13.3122 6.65023 14.8865C6.58753 15.2643 6.33675 15.5792 5.89789 15.6421L1.8227 15.2013C1.44653 15.1384 1.19575 14.6976 1.25844 14.3197C2.19887 9.34497 6.65023 7.89663 10.6627 7.89663C12.9824 7.83366 15.1768 8.52634 16.9949 9.97469C19.0639 11.8638 18.8758 14.4457 18.8758 17.2164V23.7655C18.8758 25.2138 19.4401 26.5992 20.4432 27.6697C20.7566 27.9846 20.7566 28.4254 20.4432 28.7402C19.5654 29.3699 17.9981 30.6923 17.183 31.448H17.1893ZM13.0514 20.428C9.97934 20.428 6.78189 21.0577 6.78189 24.4581C6.78189 26.2214 7.72232 27.3548 9.35239 27.3548C10.6063 27.2919 11.7348 26.5992 12.2364 25.5287C12.926 24.2063 13.1768 22.7579 13.0514 21.2466V20.428ZM55.6215 50.1506C42.3928 50.2135 29.6029 45.0499 19.7598 35.6041C19.0075 34.9114 19.6971 33.9039 20.5748 34.4706C31.5465 41.0826 43.8975 44.6091 56.5619 44.5461C65.9662 44.4831 75.2451 42.468 83.9597 38.6268C85.2763 37.997 86.4048 39.5713 85.0882 40.5789C77.0632 46.8131 65.5273 50.1506 55.6215 50.1506ZM88.1603 36.8006C87.1571 35.4782 81.3265 36.1709 78.6933 36.4857C77.8782 36.5487 77.7529 35.856 78.5052 35.3522C83.1446 32.0147 90.7308 32.9593 91.6085 34.0928C92.4862 35.2263 91.3577 42.9718 87.0318 46.6871C86.3421 47.2539 85.7152 46.939 86.0286 46.1833C86.9691 43.7275 89.1634 38.123 88.1603 36.8006ZM221.826 28.1105C222.641 27.5438 223.08 26.5992 223.08 25.6546C223.08 25.0249 222.83 24.3322 222.391 23.8914C221.638 23.2617 220.698 22.8209 219.757 22.569L215.808 21.1207C212.359 19.9242 210.667 17.7832 210.667 14.8865C210.604 13.0603 211.482 11.2971 212.986 10.1636C214.742 8.90417 216.936 8.27446 219.131 8.4004C221.137 8.4004 223.143 8.77823 225.024 9.40794C225.337 9.47092 225.588 9.65983 225.839 9.84875C226.027 10.1006 226.09 10.4155 226.09 10.7303V11.9268C226.09 12.4306 225.902 12.7454 225.463 12.7454C225.087 12.7454 224.71 12.6195 224.397 12.4936C222.767 12.0528 221.074 11.8009 219.381 11.8009C216.435 11.8009 214.93 12.7454 214.93 14.6976C214.867 15.3902 215.181 16.0829 215.682 16.5237C216.56 17.1534 217.563 17.6572 218.629 17.9721L222.328 19.2945C223.77 19.7983 225.149 20.6799 226.215 21.7504C227.03 22.7579 227.469 24.0803 227.469 25.4027C227.532 27.3548 226.654 29.244 225.024 30.4405C223.143 31.7629 220.823 32.4555 218.441 32.3296C216.058 32.3926 213.676 31.9518 211.419 31.0702C211.106 30.9442 210.855 30.8183 210.667 30.5664C210.541 30.3145 210.416 29.9996 210.479 29.6848V28.4254C210.479 27.9216 210.667 27.6067 211.043 27.6067C211.419 27.6697 211.858 27.7327 212.234 27.8586C214.303 28.4883 216.435 28.8032 218.566 28.8032C219.569 29.0551 220.823 28.7402 221.826 28.1105ZM201.388 9.282C201.325 8.8412 201.639 8.4004 202.077 8.33743H204.899C205.338 8.27446 205.714 8.58931 205.776 9.03012V30.7553C205.839 31.1961 205.526 31.6369 205.087 31.6999H203.018C202.767 31.6999 202.516 31.6369 202.328 31.511C202.14 31.3221 202.015 31.0702 201.952 30.8183L201.639 29.181C199.193 31.1961 196.184 32.2666 192.987 32.3926C191.168 32.5185 189.35 31.8258 188.034 30.5664C186.842 29.118 186.216 27.2289 186.341 25.3398V9.282C186.278 8.8412 186.592 8.4004 187.031 8.33743H189.852C190.291 8.27446 190.667 8.58931 190.73 9.03012V23.8914C190.604 25.2138 190.98 26.4732 191.67 27.5438C192.422 28.4254 193.551 28.8662 194.679 28.7402C196.999 28.6772 199.319 27.9216 201.2 26.5362L201.388 9.282ZM177.125 31.7629C176.686 31.8258 176.247 31.511 176.184 31.0702V15.894C176.247 14.6976 175.996 13.5011 175.307 12.4936C174.617 11.7379 173.614 11.2971 172.548 11.423C170.166 11.486 167.846 12.1787 165.84 13.5011V30.8813C165.902 31.3221 165.589 31.7629 165.15 31.8258H162.203C161.764 31.8888 161.326 31.5739 161.263 31.1331V15.957C161.326 14.7605 161.075 13.5641 160.385 12.5565C159.695 11.8009 158.692 11.3601 157.627 11.486C155.244 11.486 152.924 12.1787 150.981 13.5011V30.8813C151.044 31.3221 150.73 31.7629 150.291 31.8258H147.345C146.906 31.8888 146.467 31.5739 146.467 31.1331V9.40794C146.404 8.96714 146.718 8.58931 147.156 8.46337H149.413C149.664 8.46337 149.915 8.52634 150.103 8.65229C150.291 8.8412 150.417 9.09309 150.479 9.34497L150.73 10.7933C153.175 8.90417 156.185 7.89663 159.257 7.77068C162.078 7.77068 163.959 8.8412 165.025 11.0452C167.595 9.03011 170.73 7.89663 174.053 7.77068C175.808 7.64474 177.564 8.33743 178.88 9.53389C180.071 10.9822 180.698 12.8084 180.573 14.6346V30.8183C180.636 31.2591 180.322 31.6999 179.883 31.7629H177.125ZM246.842 14.0678C245.713 15.3273 245.149 17.4053 245.149 20.2391V20.8058C245.149 23.5765 245.713 25.5916 246.842 26.8511C248.284 28.2364 250.227 28.9921 252.171 28.8032C253.55 28.8032 254.93 28.5513 256.246 28.1735C256.497 28.1105 256.685 28.0475 256.936 28.0475C257.312 28.0475 257.5 28.3624 257.5 28.9291V30.1256C257.5 30.4405 257.437 30.7553 257.312 31.0072C257.124 31.2591 256.873 31.385 256.56 31.511C254.93 32.2037 253.174 32.5185 251.419 32.4555C247.845 32.4555 245.149 31.448 243.268 29.3699C241.387 27.3548 240.447 24.3952 240.447 20.4909C240.447 16.5867 241.387 13.69 243.331 11.549C245.525 9.34497 248.472 8.21148 251.544 8.4004C253.174 8.4004 254.804 8.71526 256.309 9.282C256.56 9.34497 256.81 9.53389 256.998 9.7228C257.124 9.97469 257.249 10.2895 257.187 10.6674V11.8638C257.187 12.4936 256.998 12.7454 256.622 12.7454C256.372 12.7454 256.121 12.6825 255.87 12.6195C254.679 12.2417 253.362 12.0528 252.108 12.0528C249.788 12.1157 247.97 12.8084 246.842 14.0678ZM235.243 9.65983C235.682 9.59686 236.058 9.91172 236.121 10.3525V31.511C236.184 31.9518 235.87 32.3296 235.431 32.3926H232.547C232.108 32.4555 231.732 32.1407 231.67 31.6999V10.5414C231.607 10.1006 231.92 9.7228 232.297 9.65983H235.243ZM235.996 0.906782C236.999 2.10324 236.999 3.86645 235.996 5.06291C234.804 6.07045 233.049 6.07045 231.858 5.06291C230.855 3.86645 230.855 2.10324 231.858 0.906782C233.049 -0.100763 234.804 -0.100763 235.996 0.906782Z\" fill=\"#040E2B\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1l95u1a hidden-ofkmfc hidden-1ao3rkw\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:\"Best Podcasts of 2023\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:\"Best Podcasts of 2023\"})}),className:\"framer-1yag1oj\",fonts:[\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k4sczp hidden-ofkmfc hidden-1ao3rkw\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:\"Critically Acclaimed\"})})},nJhQaRkKe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:\"Critically Acclaimed\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:\"Critically Acclaimed\"})}),className:\"framer-g6p5w3\",fonts:[\"CUSTOM;The Future Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:2250,loading:getLoadingLazyAtYPosition(4166),pixelHeight:718,pixelWidth:2061,positionX:\"43.6%\",positionY:\"50%\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/N5yWX1sRK0YpzhVbBhJEroYS0Os.png\",srcSet:\"https://framerusercontent.com/images/N5yWX1sRK0YpzhVbBhJEroYS0Os.png?scale-down-to=512 512w,https://framerusercontent.com/images/N5yWX1sRK0YpzhVbBhJEroYS0Os.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N5yWX1sRK0YpzhVbBhJEroYS0Os.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/N5yWX1sRK0YpzhVbBhJEroYS0Os.png 2061w\"}},nJhQaRkKe:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:2250,loading:getLoadingLazyAtYPosition(4829),pixelHeight:718,pixelWidth:2061,positionX:\"43.6%\",positionY:\"50%\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/N5yWX1sRK0YpzhVbBhJEroYS0Os.png\",srcSet:\"https://framerusercontent.com/images/N5yWX1sRK0YpzhVbBhJEroYS0Os.png?scale-down-to=512 512w,https://framerusercontent.com/images/N5yWX1sRK0YpzhVbBhJEroYS0Os.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N5yWX1sRK0YpzhVbBhJEroYS0Os.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/N5yWX1sRK0YpzhVbBhJEroYS0Os.png 2061w\"}}},children:/*#__PURE__*/_jsxs(Image,{as:\"header\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:2250,loading:getLoadingLazyAtYPosition(3175.6),pixelHeight:718,pixelWidth:2061,positionX:\"62.2%\",positionY:\"49.7%\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/N5yWX1sRK0YpzhVbBhJEroYS0Os.png\",srcSet:\"https://framerusercontent.com/images/N5yWX1sRK0YpzhVbBhJEroYS0Os.png?scale-down-to=512 512w,https://framerusercontent.com/images/N5yWX1sRK0YpzhVbBhJEroYS0Os.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N5yWX1sRK0YpzhVbBhJEroYS0Os.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/N5yWX1sRK0YpzhVbBhJEroYS0Os.png 2061w\"},className:\"framer-15fiyq9\",\"data-framer-name\":\"Tom\",name:\"Tom\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i66mxh\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bvegte hidden-ofkmfc hidden-1ao3rkw\"}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eoi5rp hidden-ofkmfc hidden-1ao3rkw\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y4cjbi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1hbok9x\",\"data-styles-preset\":\"mfIunfCxb\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Who is\"})}),className:\"framer-1qqzwi9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ggso9l\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-3xl704\",\"data-framer-name\":\"Layer 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:42,intrinsicWidth:247,name:\"Layer 1\",svg:'<svg width=\"247\" height=\"42\" viewBox=\"0 0 247 42\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M101.104 30.3108C101.948 30.0277 102.116 29.1313 102.524 28.4647C103.088 27.5557 103.422 26.5059 103.871 25.5265C104.021 25.2023 104.217 24.8995 104.408 24.5897C104.999 23.654 105.597 22.7185 106.216 21.7425C106.198 21.6194 106.168 21.428 106.137 21.2365C106.619 20.6667 107.086 20.1171 107.394 19.7551C107.836 19.0892 108.132 18.6247 108.454 18.1745C108.776 17.7378 108.776 17.0835 109.367 16.8226C109.595 15.9819 110.38 15.5681 110.843 14.9093C111.467 14.0288 112.078 13.1345 112.669 12.226C113.442 11.0282 113.879 9.62592 114.928 8.62436C114.76 8.17799 114.611 7.77971 114.456 7.36085C114.249 7.12501 114.036 6.88222 113.809 6.62553L113.836 5.28332C114.352 4.69377 114.895 4.08431 115.712 3.81425C115.856 3.7694 116.001 3.67004 116.151 3.67302C116.744 3.67116 117.292 3.52527 117.861 3.35935C118.704 3.11709 119.593 2.99159 120.467 2.91352C121.634 2.8072 122.814 2.79653 123.987 2.75166C124.205 2.74236 124.43 2.77408 124.648 2.76478C126.026 2.71034 127.397 2.64896 128.966 2.57787C129.337 2.7897 129.891 3.01882 130.558 2.73897C130.84 2.62188 131.213 2.67701 131.54 2.71757C133.417 2.93204 135.298 2.90805 137.177 3.04758C138.688 3.15937 140.235 3.16282 141.681 3.79814C142.39 4.11212 143.171 4.28438 143.923 4.47654C144.527 4.63165 144.846 5.05375 145.122 5.56361C145.431 6.13547 145.774 6.68756 146.183 7.37046C146.241 7.91006 145.556 8.10093 145.295 8.53197C145.227 8.84416 145.16 9.12229 145.093 9.42767C144.963 9.47279 144.826 9.49052 144.722 9.54981C143.716 10.1433 142.722 10.7574 141.702 11.3301C141.426 11.4883 141.091 11.5498 140.776 11.6321C140.399 11.7269 140.009 11.7941 139.639 11.8754C139.527 12.0163 139.423 12.1437 139.325 12.2576C139.25 12.2698 139.174 12.3024 139.127 12.2742C138.566 12.0245 138.097 12.3355 137.616 12.5236C136.867 12.8155 136.1 12.9911 135.307 13.1185C134.76 13.2099 134.231 13.397 133.684 13.4884C133.062 13.5919 132.474 13.7029 131.869 13.9704C131.236 14.2441 130.453 14.1808 129.593 14.2796C129.482 14.366 129.247 14.5454 128.97 14.758C128.238 14.539 127.624 14.9153 126.955 15.2974C126.268 14.9088 125.579 15.2837 124.887 15.4199C123.704 15.6622 122.531 16.007 121.353 16.2903C120.12 16.5862 118.881 16.8615 117.587 17.163C117.917 17.6875 118.449 17.7117 118.881 17.8839C119.361 18.0843 119.877 18.1899 120.372 18.3497C121.428 18.6978 122.491 19.0529 123.54 19.4145C123.784 19.5012 124.006 19.6487 124.251 19.674C124.686 19.7508 125.218 19.6932 125.527 19.9311C126.219 20.4628 127.041 20.6087 127.807 20.8215C129.623 21.3143 131.406 21.8336 132.993 22.8807C133.316 23.0916 133.708 23.3038 134.082 23.3249C134.96 23.39 135.374 24.148 136.049 24.509C136.224 24.6079 136.314 24.8755 136.473 25.1172C136.683 25.1691 136.934 25.2286 137.077 25.2655C137.525 25.6834 137.907 26.0317 138.362 26.4565C138.188 27.6391 138.987 28.9499 138.284 30.3537C137.45 30.8551 136.553 31.3894 135.656 31.9237C135.573 31.9766 135.496 32.0705 135.408 32.0824C133.803 32.2482 132.413 33.2566 130.756 33.2851C130.081 33.2989 129.466 33.7093 128.782 33.8525C127.303 34.1639 125.81 34.1956 124.322 34.316C123.666 34.3712 123.017 34.4265 122.379 34.6455C122.016 34.7678 121.661 35.1084 121.182 34.8944C121.053 34.8373 120.796 35.0912 120.534 35.2292C120.009 34.9188 119.445 35.1462 118.871 35.2507C118.289 35.3482 117.714 35.4935 117.134 35.5365C116.717 35.5692 116.297 35.4586 115.733 35.3928C114.753 35.9732 113.546 35.6698 112.374 35.6329C111.741 35.6135 111.148 35.629 110.592 35.7952C109.913 35.6522 109.276 35.4896 108.63 35.3882C107.686 35.2467 106.994 34.7354 106.491 33.9621C106.359 33.755 106.324 33.468 106.281 33.215C106.238 32.9619 106.23 32.7028 106.203 32.341C106.803 31.9916 107.465 31.6163 108.168 31.2076C109.214 32.428 110.578 32.0666 111.86 32.0239C112.603 31.9977 113.343 31.8079 114.095 31.7206C115.625 31.5533 117.154 31.4065 118.684 31.246C119.32 31.1768 119.968 31.142 120.597 31.0318C121.24 30.9151 121.858 30.682 122.501 30.572C123.212 30.4498 123.929 30.4027 124.646 30.3283C125.718 30.2133 126.797 30.1189 127.87 29.9902C128.191 29.9489 128.487 29.7912 128.809 29.7294C129.514 29.5934 130.225 29.478 131.121 29.3254C132.206 28.9039 133.477 28.4043 134.789 27.8851C134.688 27.481 134.598 27.1793 134.241 26.9677C133.945 26.7914 133.698 26.5344 133.456 26.3387C132.901 26.1709 132.359 26.0102 131.763 25.828C131.409 25.0917 130.732 24.8465 130.275 24.8715C129.239 24.5306 128.528 24.2915 127.817 24.0729C127.505 23.9781 127.151 23.9847 126.867 23.836C125.41 23.0845 123.747 23.0992 122.237 22.5649C121.472 22.2975 120.707 22.0438 119.854 21.7474C119.799 21.7872 119.674 21.887 119.501 22.0198C119.388 21.8881 119.275 21.7495 119.142 21.5969C118.089 21.3852 117.017 21.1662 116.019 20.9624C114.883 20.5173 113.807 20.0938 112.658 19.6415C112.054 19.8408 111.938 20.5474 111.594 21.0381C110.668 22.3489 109.823 23.7225 108.951 25.0752C108.86 25.2165 108.789 25.3583 108.711 25.5067C107.859 27.2006 106.785 28.7742 106.041 30.5315C105.626 31.5184 105.083 32.4482 104.657 33.2918C104.024 33.5996 103.529 33.8419 102.999 34.1108C102.355 33.5528 101.242 33.6806 101.045 32.9474L101.098 30.2562L101.104 30.3108ZM127.653 11.0444C128.369 11.3722 128.933 11.1312 129.462 10.8895C129.971 10.6611 130.45 10.5547 130.815 10.746C131.432 10.5674 131.898 10.413 132.371 10.3066C132.877 10.1939 133.409 10.1704 133.916 10.051C134.772 9.84985 135.628 9.62829 136.472 9.37921C137.13 9.1878 137.795 8.98289 138.414 8.69528C139.006 8.42076 139.565 8.08424 140.241 8.01587C140.432 7.99922 140.599 7.80488 140.875 7.63315C140.198 7.09487 139.34 7.39818 138.946 6.97459C138.042 6.82715 137.302 6.7034 136.616 6.59435C136.328 6.67043 136.053 6.79447 135.787 6.79601C134.608 6.79305 133.423 6.73545 132.244 6.7393C131.262 6.74027 130.264 6.54324 129.31 6.87873C128.822 6.74635 128.347 6.62106 127.88 6.48909L127.878 6.59129C126.691 6.62226 125.505 6.64642 124.168 6.67441C124.113 6.7074 123.92 6.82625 123.706 6.95832L122.548 6.93533C122.049 7.32076 121.578 7.6931 121.121 8.05209C121.164 8.29831 121.195 8.45569 121.238 8.71554C120.912 8.99534 120.577 9.36358 120.17 9.60769C119.619 9.93753 119.215 10.3725 118.843 10.8832C118.423 11.461 118.09 12.1019 117.508 12.5675C117.155 12.8535 116.961 13.3268 116.673 13.7505C117.422 14.1471 117.731 13.3625 118.29 13.3396C118.638 13.326 118.971 13.0327 119.391 12.823C119.526 12.8665 119.743 12.939 120.007 13.026C120.543 12.7981 121.107 12.5571 121.678 12.3095C121.792 12.4071 121.912 12.505 122.066 12.6443C122.722 12.2279 123.459 12.1608 124.261 12.2858C124.739 11.8999 125.328 11.7821 125.97 11.7131C126.571 11.65 127.232 11.6359 127.667 11.0243L127.653 11.0444Z\" fill=\"#00F2FF\"/>\\n<path d=\"M197.668 21.9291C197.532 21.5856 197.422 21.2903 197.318 21.0361C197.778 20.1523 198.407 19.7354 199.341 19.7471C199.586 19.752 199.841 19.6207 199.971 19.5824C200.287 19.0979 200.533 18.7143 200.773 18.3306C200.998 17.9738 201.21 17.6099 201.421 17.2461C201.485 17.1315 201.509 16.9752 201.599 16.8952C202.23 16.3488 202.605 15.6406 203.001 14.9191C203.362 14.2651 203.429 14.3006 203.503 13.3342C203.884 13.0418 204.347 12.6761 204.818 12.3174L204.718 12.2132C205.067 12.1315 205.416 12.0499 205.8 11.962C206.368 12.171 206.96 12.2509 207.598 12.0454C208.229 11.8467 208.857 12.1182 209.598 12.2283C209.911 11.8869 210.441 11.9792 210.929 12.1252C211.329 12.2422 211.689 12.3107 212.087 12.1618C212.204 12.1164 212.354 12.0922 212.469 12.1285C213.574 12.4231 214.688 12.2816 215.806 12.2834C216.583 12.2852 217.356 12.5118 218.139 12.541C219.167 12.575 220.151 12.8127 221.141 13.0709C221.487 13.1595 221.839 13.2483 222.226 13.3446C223.044 13.6676 223.242 14.3463 223.104 15.141C223.195 15.6813 223.712 16.1073 223.324 16.7267C223.063 16.8237 222.755 16.9335 222.535 17.0109C221.937 16.924 221.42 16.8456 220.856 16.7663C220.749 16.6755 220.602 16.5499 220.568 16.522C220.011 16.4087 219.597 16.3187 219.176 16.249C218.884 16.2023 218.565 16.1278 218.291 16.2041C217.373 16.4585 216.449 16.2971 215.535 16.3335C214.846 16.3607 214.163 16.4357 213.474 16.4561C213.222 16.4648 212.957 16.3913 212.699 16.3453C212.047 16.2233 211.413 16.2176 210.749 16.3884C209.845 16.6158 208.909 16.7063 207.795 16.8818C207.42 17.556 206.442 18.0478 206.38 19.1439C205.986 19.3883 205.6 19.626 205.048 19.9626C206.134 20.1955 207.017 20.3562 207.95 20.3679C209.62 20.3874 211.262 20.0724 212.92 19.9962C214.912 19.9063 216.894 19.6389 218.852 19.2075C219.481 19.07 220.167 19.2131 220.821 19.2261C221.112 19.0138 221.374 18.8213 221.7 18.5756C222.099 18.7198 222.525 18.8714 223.026 19.0518C223.207 18.885 223.415 18.6914 223.672 18.4648C224.254 18.6331 224.897 18.8913 225.554 18.3931C225.605 18.2169 225.664 18.0068 225.73 17.7832C225.942 17.7329 226.134 17.6889 226.415 17.6195C226.477 17.2527 226.539 16.8586 226.623 16.3764C227.817 15.3095 229.142 15.8811 230.47 16.2619C230.719 16.7508 230.936 17.1777 231.224 17.7559C231.224 17.7559 231.393 17.8547 231.568 17.9536C231.351 18.5627 231.189 19.1729 230.919 19.7265C230.656 20.2665 230.272 20.7496 229.881 21.2122C229.716 21.5974 229.552 21.9827 229.352 22.4354C229.377 22.5449 229.428 22.7368 229.472 22.9353C229.179 23.2771 228.886 23.6189 228.579 23.9741C228.671 24.1463 228.763 24.3117 228.881 24.5185C228.729 24.6382 228.577 24.751 228.431 24.8708C228.417 24.9319 228.374 25.006 228.387 25.054C228.624 25.8084 227.784 26.562 228.457 27.3796C229.129 27.5224 229.856 27.605 230.605 27.3336C230.989 27.1981 231.406 27.145 231.803 27.0575C232.7 26.8504 233.44 26.2789 234.365 26.0723C234.906 25.9536 235.394 25.3975 235.798 24.9421C236.237 24.4464 236.756 24.0546 237.215 23.6002C237.938 22.8853 238.675 22.1638 239.311 21.3653C239.647 20.9426 239.794 20.3662 240.058 19.7852C240.799 19.2206 241.201 18.5129 241.429 17.3178C241.777 16.9498 242.206 16.6448 242.426 16.2334C243.098 14.9926 244.228 14.3675 245.405 13.8047C246.356 14.2735 246.071 15.2357 246.398 15.9783C246.251 16.1662 246.118 16.3408 245.957 16.5557C245.981 16.6789 246.006 16.8361 246.018 16.9045C245.532 17.7128 245.074 18.4603 244.629 19.2148C244.488 19.4642 244.347 19.7 244.436 20.0425C244.493 20.2549 244.31 20.5308 244.21 20.7673C243.903 21.4769 243.582 22.1862 243.369 22.9454C243.161 23.1593 242.959 23.3734 242.854 23.4804C242.62 23.9529 242.51 24.3528 242.266 24.6275C241.387 25.6324 240.823 26.8958 239.683 27.6911C239.289 27.9627 238.995 28.3726 238.647 28.7133C237.792 29.5484 236.66 29.9553 235.686 30.6107C235.52 30.7233 235.354 30.8291 235.147 30.9681L234.2 30.9493C234.2 30.9493 234.212 31.0109 234.218 31.0451C232.99 31.4842 231.768 31.9234 230.353 32.4338C230.34 32.4335 230.123 32.3747 229.906 32.3226C229.765 32.538 229.624 32.7601 229.477 32.9753C229.43 32.9198 229.377 32.871 229.33 32.8156C229.262 32.8142 229.173 32.8397 229.139 32.8118C228.752 32.402 228.229 32.2962 227.726 32.2453C225.516 32.0106 224.331 30.5693 223.543 28.7066C223.309 28.1498 223.301 27.5022 223.054 26.8975C223.323 25.7236 223.612 24.557 223.86 23.3828C223.913 23.1249 223.83 22.8301 223.803 22.482C223.235 22.6138 222.762 22.7271 222.297 22.8338C222.105 22.8777 221.919 22.9558 221.728 22.9656C220.746 23.0211 219.745 22.9671 218.781 23.132C217.42 23.364 216.014 23.0907 214.682 23.5755C214.504 23.6401 214.286 23.629 214.096 23.5911C213.2 23.3961 212.309 23.3103 211.398 23.5239C211.165 23.5806 210.888 23.4525 210.616 23.4062C210.175 23.6496 209.716 23.7836 209.168 23.5955C208.836 23.4799 208.454 23.5132 208.092 23.5265C207.567 23.5501 207.048 23.6148 206.529 23.6658C206.044 23.7107 205.552 23.7691 205.067 23.8004C204.835 23.8162 204.568 23.8723 204.379 23.7867C203.602 23.4305 202.902 23.6756 202.194 23.9683C202.133 23.9943 202.078 24.0205 202.098 24.0073C201.687 24.4762 201.358 24.9195 200.955 25.2864C200.441 25.767 200.055 26.3182 199.73 26.932C199.461 27.4378 199.124 27.9083 198.693 28.3223C198.639 28.6348 198.585 28.9472 198.516 29.3412C198.721 29.3452 198.87 29.3619 199.014 29.3511C199.143 29.34 199.26 29.2878 199.39 29.2563C199.592 29.3966 199.78 29.5231 199.989 29.6635C200.189 29.5448 200.389 29.4329 200.623 29.2944C200.813 29.3391 201.03 29.3979 201.247 29.4499C201.401 29.2758 201.554 29.1084 201.707 28.9411C202.578 29.0469 203.421 29.1523 204.339 29.2591C205.203 28.656 206.264 28.3908 207.372 28.2152C208.042 28.1058 208.682 27.8254 209.333 27.6406C209.641 27.5513 209.956 27.5031 210.243 27.4474C210.787 27.8604 211.277 28.2313 211.747 28.5951C211.624 28.9539 211.537 29.2316 211.45 29.4753C210.948 30.0447 210.33 30.2914 209.644 30.4959C208.78 30.7582 207.896 30.9928 207.135 31.5639C206.817 31.8029 206.345 31.8686 205.934 31.9694C205.215 32.146 204.49 32.2952 203.525 32.501C202.857 33.1557 201.724 32.9151 200.684 33.0785C200.049 33.1749 199.419 33.3192 198.68 33.4681C198.075 33.3811 197.32 33.2979 196.58 33.1674C195.907 33.045 195.422 32.4015 194.535 32.452C194.108 31.9801 193.608 31.4317 193.075 30.8417C192.602 29.585 192.796 28.4097 193.656 27.2817C194.244 26.5096 194.678 25.6117 195.259 24.8257C195.841 24.0398 196.53 23.3242 197.165 22.5734C197.353 22.3522 197.528 22.1103 197.689 21.909L197.668 21.9291Z\" fill=\"#00F2FF\"/>\\n<path d=\"M60.0352 16.3123C60.6462 16.0927 61.2845 15.8668 61.8543 15.66C62.3222 15.7852 62.7018 15.8882 63.0815 15.9911C63.5928 16.3284 63.6513 17.1543 64.3387 17.2089C64.6809 16.4523 64.9955 15.7088 65.3575 14.9866C65.4498 14.7976 65.7108 14.7006 65.8706 14.547C66.2249 14.2064 66.566 13.8519 67.0319 13.3841C67.8145 13.4473 68.7196 13.5198 69.6247 13.5923L69.5461 13.7748C69.8729 14.1357 70.1997 14.4966 70.5265 14.8575C70.5954 14.818 70.6574 14.7851 70.7264 14.7456C70.788 16.7916 70.8428 18.8375 70.9034 20.938C71.1249 21.106 71.3851 21.0498 71.6546 20.8643C72.1174 20.5531 72.5738 20.2214 73.0563 19.9515C73.8695 19.5042 74.6364 18.981 75.5156 18.644C75.8178 18.5273 76.0612 18.2799 76.344 18.1151C76.6819 17.9174 77.0327 17.7539 77.3705 17.563C77.7084 17.3652 78.0664 17.1883 78.3643 16.942C78.8913 16.489 79.4238 16.1042 80.1423 15.9617C80.635 15.8625 81.1553 15.7501 81.4927 15.232C81.6475 14.9897 82.0323 14.8337 82.3403 14.7649C82.9565 14.6272 83.4199 14.2887 83.8379 13.8336C84.8981 13.6433 85.7095 12.9438 86.6194 12.4302C88.8053 12.1873 89.5192 12.9649 90.1003 14.9326C90.0289 15.4423 89.9661 15.8569 89.8951 16.3462C88.9379 17.1792 88.5924 18.4469 88.1549 19.2016C84.6279 23.4801 82.0875 27.8464 80.6394 32.8069C80.879 33.098 81.0855 33.3406 81.2782 33.5898C81.4844 33.8461 81.6769 34.1089 81.9316 34.3253C82.1718 34.9299 81.5298 35.3397 81.5379 35.9601C81.0583 36.0869 80.6198 36.2009 80.2772 36.2895C79.5517 36.0979 78.9142 35.9353 78.2565 35.7655C78.0624 35.5844 77.8492 35.3348 77.5873 35.1387C77.3522 34.9637 77.0752 34.8423 76.7314 34.6515C76.5377 33.4207 76.3038 32.1552 76.7042 30.8681C76.7624 30.6852 76.8828 30.4558 76.8245 30.3047C76.6623 29.8926 76.8996 29.611 77.0627 29.2939C77.24 28.943 77.4444 28.6063 77.554 28.2336C78.0672 26.4171 78.6883 24.6573 79.8231 23.1121C80.0053 22.8636 80.0597 22.5238 80.2105 22.1383C80.8621 21.2447 81.5768 20.2638 82.2917 19.2761C81.5665 19.4116 81.3806 19.5033 80.9099 19.8689C80.6261 20.0882 80.3024 20.259 80.0119 20.4713C79.5139 20.8363 78.8897 21.0352 78.551 21.6146C78.4593 21.7696 78.2593 21.8883 78.0874 21.9667C76.7882 22.5202 75.6081 23.2534 74.4603 24.0758C73.6098 24.6859 72.6732 25.1717 71.8226 25.7887C70.7093 26.5914 69.6492 27.4632 68.4933 28.3536C67.8749 28.2595 67.2362 28.1582 66.448 28.0335C66.368 27.9433 66.2146 27.7767 66.0813 27.6241C66.1329 27.4275 66.1627 27.2986 66.2 27.1357C66.0001 26.9068 65.78 26.6639 65.58 26.435C65.5003 25.9904 65.4266 25.58 65.3342 25.0874C65.4396 24.9259 65.5734 24.7104 65.7281 24.4681C65.6288 24.323 65.5429 24.185 65.4832 24.102C65.5799 23.695 65.7644 23.3306 65.7443 22.969C65.7097 22.3071 66.0777 21.626 65.6021 20.86C65.4096 21.2856 65.1528 21.5191 64.7819 21.6616C64.5553 21.7457 64.3598 21.9804 64.2057 22.1887C63.5124 23.1223 62.5792 23.7786 61.666 24.4625C61.5898 24.5223 61.5002 24.5751 61.4307 24.6418C60.3861 25.7594 59.0156 26.4683 57.9117 27.4892C57.3077 28.0429 56.6107 28.4721 56.0478 29.0199C55.9104 29.4193 55.7872 29.7849 55.6427 30.1978C55.3237 30.1301 55.0454 30.0701 54.7128 30.0021C53.9993 30.5809 53.2719 31.1731 52.3575 31.9115C52.1473 32.5412 51.2727 32.6534 50.5963 33.0762C50.5173 33.2791 50.4314 33.4887 50.3167 33.7726C49.413 33.9728 48.7948 34.9011 47.738 34.9142C47.3153 34.9195 46.8977 35.0134 46.5013 35.0669C46.1726 34.8014 45.8908 34.5777 45.5957 34.3333C45.4447 34.044 45.2874 33.7273 45.156 33.4794C45.0847 32.9531 45.0187 32.502 44.9353 31.8937C45.123 31.7066 45.3874 31.4392 45.6517 31.1718C46.5213 30.2825 47.391 29.3933 48.2607 28.4972C48.6225 28.1295 48.9443 27.7133 49.3324 27.387C50.504 26.3947 51.7357 25.4649 52.8874 24.445C54.7051 22.8384 56.4828 21.1834 57.973 19.25C58.3299 18.7799 58.8011 18.394 59.1377 17.9167C59.4745 17.4326 59.7104 16.8784 60.0215 16.3121L60.0352 16.3123Z\" fill=\"#00F2FF\"/>\\n<path d=\"M7.22516 36.5774C6.59686 36.6399 6.10522 36.6846 5.59315 36.729C5.16291 36.4274 4.7057 36.1116 4.16113 35.7327C4.15346 35.4327 4.15381 35.0714 4.14041 34.7167C4.13381 34.3622 4.12054 34.0007 4.10741 33.6323C4.71052 32.7787 5.3278 31.8981 5.90299 31.0779C5.87623 30.7093 5.86147 30.4228 5.84057 30.102C6.13638 29.9648 6.39786 29.8404 6.68685 29.7031C6.83507 29.447 7.00427 29.1641 7.18777 28.8474C7.41518 28.7224 7.67706 28.5776 7.77352 28.525C8.24791 27.9755 8.60405 27.5464 8.97353 27.1311C10.0403 25.9254 11.1069 24.7266 12.1737 23.5209C12.2365 23.4471 12.2861 23.3527 12.3689 23.2998C13.3096 22.6096 13.9491 21.6408 14.7359 20.8045C15.5158 19.9748 16.4164 19.2429 16.9215 18.176C16.9998 18.0072 17.1862 17.8882 17.332 17.7548C18.1648 17.0011 18.8434 16.1217 19.4617 15.1934C19.6091 14.9782 19.8036 14.7912 19.9981 14.611C20.6513 13.9765 21.0489 13.1801 21.426 12.3765C21.4973 12.2211 21.4402 12.0087 21.4431 11.8588C20.2831 11.9244 19.1847 11.9776 18.0791 12.051C17.5877 12.0822 17.1088 12.1749 16.617 12.2265C16.1458 12.2717 15.675 12.2964 15.2038 12.3416C13.8654 12.465 12.5335 12.6089 11.1958 12.6982C10.7453 12.7302 10.291 12.6121 9.64493 12.5379C9.46575 12.6366 9.12812 12.8208 8.94199 12.9261C6.94382 12.9819 5.09568 13.0338 3.08374 13.0961C2.55975 12.7108 1.90125 12.2343 1.27641 11.7788C1.25325 10.8855 1.22084 10.1146 1.74522 9.45026C2.78127 8.76197 4.0063 8.85445 5.19614 8.65996C6.24759 8.91258 7.35815 8.93462 8.47931 8.76603C8.67075 8.73576 8.86901 8.70561 9.06687 8.69591C10.4172 8.65456 11.7725 8.70872 13.1049 8.54433C14.1639 8.4154 15.2122 8.48392 16.2563 8.42286C17 8.3831 17.72 8.16565 18.4824 8.21486C18.9657 8.2449 19.4584 8.14563 19.9501 8.10086C20.4349 8.05596 20.9264 8.01801 21.4115 7.95948C22.3884 7.84937 23.3591 7.70506 24.3354 7.6222C24.6154 7.59368 24.9129 7.71545 25.2457 7.77659C26.0656 7.67699 26.9409 7.53079 27.821 7.48692C29.1993 7.41204 30.5734 7.54837 31.9666 7.41245C33.5238 7.25251 35.1151 7.43405 36.6961 7.45181C37.0231 7.4583 37.3522 7.36259 37.6788 7.38952C38.8354 7.49428 40.0091 7.08136 41.0237 7.47637C41.5971 7.43323 42.0546 7.38779 42.5117 7.36959C43.5961 7.33659 44.7109 7.14062 45.7569 7.32496C47.4548 7.63131 49.187 7.24311 50.8683 7.69907C51.1869 7.78719 51.5783 7.63819 51.9745 7.59834C54.456 7.91343 56.9857 8.54982 59.4607 7.48114C59.6707 7.54665 59.8264 7.59745 59.9823 7.64144C60.1111 7.67808 60.233 7.71458 60.3618 7.75121C61.2313 8.24559 61.6992 9.05234 62.0417 9.99292C61.6689 10.5785 61.282 11.1843 60.853 11.8505C60.1128 12.0539 59.3315 12.2702 58.5024 12.4923C57.8742 11.8595 57.0711 11.8027 56.2258 11.8064C55.7078 11.8097 55.1928 11.6564 54.6686 11.6255C54.1512 11.5948 53.6258 11.6253 53.1758 11.63C52.4552 11.5339 51.8035 11.4051 51.1364 11.3577C50.0542 11.2817 48.9857 10.8584 47.9105 11.1165C47.1777 11.2928 46.4485 11.2851 45.7485 11.1826C44.5457 11.002 43.3406 10.9371 42.1335 10.9677C41.2538 10.9911 40.3779 11.1646 39.4974 11.2289C38.5144 11.3048 37.525 11.3602 36.6643 11.1113C35.7839 11.1688 34.9933 11.1668 34.2207 11.2877C33.0858 11.4629 31.9261 11.1672 30.8087 11.4926C30.6578 11.5374 30.4668 11.5472 30.3177 11.5033C29.1326 11.1186 27.9925 11.5526 26.8997 11.6672C26.1097 13.0079 25.3546 14.3084 24.5861 15.595C24.4732 15.7904 24.2861 15.9435 24.1327 16.1176C23.143 17.2158 22.16 18.3209 21.1704 19.4191C19.7908 20.9321 18.5585 22.5775 17.1186 24.0416C15.9985 25.1849 14.9851 26.4462 13.9252 27.652C13.1442 28.5362 12.3498 29.4133 11.5822 30.3114C10.7309 31.3101 9.86615 32.2949 9.08197 33.3426C8.73892 33.7993 8.55014 34.3817 8.34842 34.9298C8.10351 35.5929 7.73786 36.1582 7.2317 36.5911L7.22516 36.5774Z\" fill=\"#00F2FF\"/>\\n<path d=\"M40.019 21.6949C38.6042 22.2325 37.2581 22.7443 36.1662 23.1588C34.8404 23.337 33.7742 23.4794 32.9063 23.5985C32.1914 24.2454 31.6629 24.7734 31.0744 25.232C30.202 25.9167 29.4907 26.7273 28.9672 27.6916C28.6559 28.2648 28.4729 28.9019 28.5095 29.4615C28.7927 29.9579 29.0235 30.3509 29.32 30.8612C29.5972 30.9758 29.9893 31.1403 30.2192 31.2335C31.1888 31.1437 32.0013 31.0712 32.814 30.9919C33.012 30.9754 33.2228 31 33.3949 30.9148C34.6536 30.34 35.9324 29.7861 37.0132 28.901C37.3875 28.5881 37.6489 28.123 38.0562 27.8652C39.0158 27.2504 39.6883 26.3368 40.3929 25.5192C41.3696 24.3867 41.9367 22.9462 42.3542 21.4823C42.4421 21.1773 42.4634 20.7892 42.3465 20.5006C42.0997 19.8823 42.2468 19.3399 42.5107 18.7522C43.3186 17.8821 44.1556 17.6057 45.439 17.8493C45.5494 18.1241 45.6455 18.4327 45.8035 18.7153C45.9416 18.9702 46.1415 19.1991 46.2875 19.3997C46.7376 20.7582 46.5224 21.9876 45.9928 23.2585C45.6706 24.0359 45.4565 24.8632 45.0598 25.6187C44.9821 25.7603 44.8908 25.8948 44.813 26.0364C44.3046 26.926 43.715 27.7867 43.0926 28.5787C42.2187 29.6859 41.1768 30.6672 40.142 31.635C39.5239 32.2157 38.8121 32.7059 38.1011 33.1553C37.4937 33.5386 36.84 33.8527 36.1735 34.119C35.3217 34.4565 34.4373 34.7116 33.5658 35.0078C33.3805 35.0723 33.1883 35.1434 33.0227 35.2424C32.5745 35.5061 32.097 35.5239 31.5988 35.5549C30.4523 35.6276 29.318 35.4278 28.3084 35.4691C27.0346 34.7418 25.6651 34.3738 24.7845 33.0681C24.4304 32.3659 24.0039 31.5327 23.676 30.8855C23.6492 30.1761 23.6729 29.6654 23.6012 29.1596C23.524 28.5855 23.5141 28.0537 23.8175 27.5349C24.2266 26.8409 24.629 26.1401 25.0111 25.432C25.3297 24.8317 25.775 24.3771 26.3546 24.0205C26.5892 23.8752 26.7049 23.5435 26.92 23.3501C27.5097 22.8302 28.113 22.3105 28.7426 21.8391C29.3998 21.3478 30.0836 20.8979 30.7872 20.4756C31.2288 20.2049 31.7366 20.031 32.1981 19.7879C32.5425 19.6039 32.8673 19.3786 33.233 19.1542C33.5756 19.0655 33.9592 18.9709 34.4045 18.8571C34.7288 18.3114 35.2514 18.0832 35.9456 18.1311C36.2929 18.1516 36.6567 18.0225 36.9998 17.9066C37.4938 17.7392 37.9631 17.7895 38.4587 17.8879C39.0154 18.0012 39.6591 17.8504 39.9868 18.5112C40.2291 19.0068 40.4713 19.5091 40.7067 20.0114C40.7459 20.1008 40.7712 20.1967 40.8424 20.389C40.6029 20.7795 40.3284 21.2171 40.0257 21.7018L40.019 21.6949Z\" fill=\"#00F2FF\"/>\\n<path d=\"M185.927 27.9666C185.662 28.2885 185.389 28.6035 185.138 28.9324C184.676 29.5299 184.207 30.1204 183.786 30.7459C183.505 31.1697 183.178 31.5313 182.803 31.8783C182.421 32.2319 182.126 32.6759 181.874 32.9776C181.052 33.1726 180.361 33.3293 179.697 33.4865C177.416 31.9554 177.799 30.518 179.519 29.0663C179.494 28.9295 179.463 28.7721 179.425 28.6077C180.137 28.1311 180.727 27.5839 181.105 26.7599C181.447 26.0101 181.998 25.3599 182.497 24.6064C181.842 23.9527 181.241 23.3546 180.853 22.9652C180.188 22.1341 179.709 21.5248 179.21 20.9015C178.429 18.7321 178.113 16.4425 178.203 13.9769C178.503 13.6217 178.901 13.1456 179.369 12.5892C179.987 12.6764 180.633 12.771 181.244 12.8582C182.61 14.4325 183.044 16.2814 183.186 18.3835C183.412 18.6947 183.717 19.1097 184.036 19.5455C183.85 19.6372 183.705 19.7025 183.527 19.7876C183.615 20.4709 184.133 20.8288 184.594 21.2742C184.889 21.1982 185.17 21.1288 185.506 21.0401C185.576 20.946 185.687 20.8256 185.765 20.684C186.111 20.0706 186.504 19.5059 186.951 18.9626C187.258 18.5871 187.445 18.1205 187.725 17.7239C188.21 17.0178 188.741 16.3468 189.212 15.6405C190.076 14.3421 191.296 13.2895 191.858 11.7875C191.93 11.598 192.177 11.4735 192.351 11.3201C192.545 11.1468 192.746 10.9872 192.996 10.774C193.208 10.7237 193.495 10.6613 193.769 10.6054C194.161 10.7631 194.547 10.9275 194.939 11.0852C195.633 11.4603 195.81 12.1999 196.069 12.8662C196.302 13.4706 196.031 14.0719 195.756 14.5571C195.255 15.4264 194.78 16.3235 194.05 17.052C193.779 17.3261 193.608 17.7044 193.383 18.0271C192.92 18.6858 192.451 19.3377 191.974 19.9893C191.897 20.0969 191.725 20.1821 191.723 20.2843C191.683 20.9446 191.057 21.2116 190.781 21.7105C190.626 21.9937 190.409 22.2484 190.213 22.5104C189.926 22.9068 189.639 23.3032 189.331 23.6856C188.758 24.3967 188.165 25.1006 187.585 25.8048C187.208 26.2608 186.824 26.7098 186.468 27.1731C186.272 27.4282 186.123 27.7183 185.96 27.9945C185.947 27.9875 185.94 27.9737 185.927 27.9666Z\" fill=\"#00F2FF\"/>\\n<path d=\"M159.632 31.3706C159.457 31.5716 159.338 31.7192 159.171 31.9136C158.425 31.3944 157.663 30.9703 156.612 31.0244C156.145 30.504 155.604 29.9616 155.146 29.3663C154.92 29.0687 154.805 28.6711 154.703 28.301C154.614 27.9926 154.614 27.6586 154.579 27.358C154.728 26.3863 155.321 25.6824 155.921 24.9854C156.479 24.3353 156.971 23.6158 157.615 23.0697C158.385 22.4238 158.906 21.5958 159.547 20.8656C160.398 19.8942 161.337 18.9654 161.946 17.7983C162.031 17.6296 162.056 17.4256 162.114 17.2291C162.464 17.1202 162.848 16.9983 162.857 16.5214C162.869 15.9491 163.284 15.6302 163.592 15.2342C163.871 14.8785 164.158 14.5161 164.391 14.1322C164.807 13.4384 165.182 12.7234 165.535 12.0965C166.274 11.6409 166.971 11.5048 167.638 11.5998C168.971 12.0693 169.192 13.2869 169.743 14.3611C169.095 15.4456 168.486 16.5854 167.763 17.6344C167.005 18.7371 166.086 19.7345 165.321 20.8371C164.57 21.9127 163.558 22.7515 162.841 23.8687C162.159 24.932 161.093 25.756 160.063 26.8261C160.78 26.7245 161.3 26.9802 161.889 26.8624C163.018 26.6462 164.095 26.2587 165.173 25.8847C165.447 25.788 165.735 25.7119 166.016 25.6357C166.653 25.4643 167.298 25.293 167.612 24.904C168.264 24.692 168.744 24.5447 169.306 24.3582C169.617 24.4939 170.002 24.6651 170.394 24.8365C170.521 25.2957 170.642 25.7411 170.808 26.3238C170.966 26.5791 171.204 26.9587 171.482 27.4004C170.857 27.6198 170.763 26.8682 170.516 26.9178C169.841 27.2725 169.332 27.535 168.829 27.8044C167.988 28.2581 167.155 28.7186 166.321 29.186C165.976 29.3768 165.645 29.5883 165.313 29.7999C165.23 29.8528 165.161 29.94 165.071 29.9655C164.117 30.2941 163.164 30.6092 162.217 30.9312C162.066 30.9827 161.895 31.0134 161.764 31.0926C161.109 31.4817 160.424 31.6113 159.645 31.3641L159.632 31.3706Z\" fill=\"#00F2FF\"/>\\n<path d=\"M142.279 27.9181C142.35 27.0947 142.412 26.3803 142.473 25.6795C142.952 25.2664 143.409 24.8733 143.992 24.3669C144.049 24.2521 144.157 23.9476 144.326 23.6783C144.572 23.2947 144.859 22.9323 145.125 22.5627C145.504 22.0386 145.895 21.5352 146.247 20.9969C146.866 20.0413 147.491 19.079 148.056 18.0883C148.395 17.5021 148.626 16.8591 148.925 16.2039C149.799 14.4355 151.186 12.8885 151.792 10.8558C152.281 10.6065 152.804 10.3511 153.389 10.056C153.818 10.0917 154.335 10.1361 154.968 10.1895C155.556 10.7465 155.998 11.5118 156.35 12.3163C156.454 12.5569 156.337 12.9704 156.195 13.2334C155.707 14.1438 155.158 15.0326 154.629 15.9218C154.178 16.6762 153.72 17.4305 153.262 18.1848C153.212 18.2725 153.149 18.353 153.12 18.4478C152.894 19.2204 152.613 19.9373 152.029 20.5596C151.478 21.1484 151.102 21.9044 150.646 22.5837C150.266 23.1487 149.887 23.7137 149.488 24.2647C148.703 25.3328 147.939 26.4218 147.08 27.434C146.626 27.9771 146.321 28.6117 145.759 29.0981C145.114 29.6579 144.472 29.7269 143.761 29.4811C142.854 29.1632 142.748 29.0043 142.286 27.925L142.279 27.9181Z\" fill=\"#00F2FF\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18ir6ow\",\"data-hide-scrollbars\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgTWVkaXVt\",\"--framer-font-family\":'\"The Future Medium\", \"The Future Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Tom Bilyeu, a filmmaker, award-winning screenwriter, and billion-dollar entrepreneur, founded Impact Theory by combining his passion for storytelling with his extensive experience in building successful companies.\"})}),className:\"framer-vgx2p7\",fonts:[\"CUSTOM;The Future Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgTWVkaXVt\",\"--framer-font-family\":'\"The Future Medium\", \"The Future Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Through compelling content and electrifying speaking engagements, Tom inspires individuals to unlock their potential and pursue greatness. His work has earned him recognition as one of Success Magazine's Top 25 Influential People and Entrepreneur of the Year by Secret Entourage.\"})}),className:\"framer-p6yyu1\",fonts:[\"CUSTOM;The Future Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgTWVkaXVt\",\"--framer-font-family\":'\"The Future Medium\", \"The Future Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:[/*#__PURE__*/_jsx(Link,{href:\"https://23968119.fs1.hubspotusercontent-na1.net/hubfs/23968119/Toms%20Reading%20List.pdf\",nodeId:\"XqWL0jzo0\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-9ggzn8\",\"data-styles-preset\":\"M9eK_dvX4\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"See \"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://23968119.fs1.hubspotusercontent-na1.net/hubfs/23968119/Toms%20Reading%20List.pdf\",nodeId:\"XqWL0jzo0\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-mnx6to\",\"data-styles-preset\":\"Adx98kEqr\",children:\"Tom's Reading List \"})}),/*#__PURE__*/_jsx(Link,{href:\"https://23968119.fs1.hubspotusercontent-na1.net/hubfs/23968119/Toms%20Reading%20List.pdf\",nodeId:\"XqWL0jzo0\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-9ggzn8\",\"data-styles-preset\":\"M9eK_dvX4\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"for 2024.\"})})})]})}),className:\"framer-nezlk\",fonts:[\"CUSTOM;The Future Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dxfnfi hidden-ofkmfc hidden-1ao3rkw\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LrXxWVsZf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Sign up for Tom's \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"Billion Dollar Principles \"}),\"newsletter!\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Sign up for Tom's \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"Billion Dollar Principles\"}),\" \",/*#__PURE__*/_jsx(\"br\",{}),\"newsletter!\"]})}),className:\"framer-sq9xyk\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-3fn8in-container\",children:/*#__PURE__*/_jsx(HubSpotForm,{advanced:false,formId:\"07fa445e-2aac-4b84-a9a2-2a49b9814c9f\",height:\"100%\",id:\"yvx_1iy4s\",layoutId:\"yvx_1iy4s\",portalId:\"23968119\",region:\"eu1\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17ms2jw\",\"data-framer-name\":\"ITU\",name:\"ITU\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h9x3uw\",\"data-framer-name\":\"Wrapper\",name:\"Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l6gey6\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q947nm\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-82ydwh\",\"data-framer-name\":\"Logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:43,intrinsicWidth:200,name:\"Logo\",svg:'<svg width=\"200\" height=\"43\" viewBox=\"0 0 200 43\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M26.8423 5.35622C17.0915 1.23383 5.84118 5.78966 1.72512 15.4929C-2.40992 25.2152 2.16172 36.4276 11.8935 40.531C21.6442 44.6534 32.8724 40.0975 37.0106 30.3753C41.1457 20.6372 36.574 9.44065 26.8423 5.35622ZM30.4268 33.9092C29.0253 35.3076 27.3358 36.4624 25.4565 37.2375C17.5092 40.5088 8.38169 36.7281 5.10086 28.7839C1.83902 20.9378 5.4995 11.9527 13.333 8.56745C21.2614 5.22018 30.4078 8.88699 33.7836 16.7932C36.2513 22.6747 34.9225 29.4451 30.4268 33.9061V33.9092Z\" fill=\"#00F2FF\"/>\\n<path d=\"M11.8176 23.2062L8.28998 24.4179C8.28998 24.4179 8.271 24.4179 8.271 24.4369V24.4559L9.40995 27.7272C9.40995 27.7272 9.40995 27.7462 9.42893 27.7462H9.44792L12.9597 26.5345C12.9597 26.5345 12.9787 26.5345 12.9787 26.5155V26.4965L11.8397 23.2252C11.8587 23.2062 11.8207 23.2062 11.8207 23.2062H11.8176Z\" fill=\"#00F2FF\"/>\\n<path d=\"M30.1831 16.9103L25.0799 18.6693C25.0799 18.6693 25.6304 14.509 25.6304 14.471C25.6304 14.433 25.6304 14.452 25.6114 14.4141L22.1566 12.7689C22.0427 12.712 22.0427 12.7499 22.0427 12.7879L21.0967 20.0519L19.5971 20.5613C19.5971 20.5613 19.5781 20.5613 19.5781 20.5802V20.5992L20.6032 23.5668C20.6032 23.5668 19.7711 29.9007 19.7711 30.0716C19.7711 30.448 19.9609 30.8087 20.3216 30.9606L23.7195 32.6437C24.308 32.9063 24.7224 33.1531 25.1052 32.7196L28.5759 28.7871L25.5418 27.2368L23.6657 29.3565L24.5547 22.5291L31.3442 20.1626C31.3442 20.1626 31.3632 20.1626 31.3632 20.1436V20.1247L30.2242 16.8533C30.2052 16.9103 30.2052 16.8723 30.1862 16.9103H30.1831Z\" fill=\"#00F2FF\"/>\\n<path d=\"M18.6258 15.0753L15.2279 13.3921C14.6394 13.1295 14.225 12.9018 13.8422 13.3162L10.3525 17.214L13.3676 18.7262L15.2437 16.6065L13.2885 31.4319C13.2885 31.4319 13.2885 31.5079 13.2695 31.5648C13.2695 31.5775 13.2759 31.5965 13.2885 31.6218L13.4024 31.6787C14.2187 32.0742 16.7212 33.2669 16.7212 33.2669C16.8351 33.3239 16.8541 33.3239 16.892 33.2669C16.892 33.2669 19.151 16.132 19.1668 15.9611C19.2237 15.3568 18.6163 15.0721 18.6163 15.0721L18.6258 15.0753Z\" fill=\"#00F2FF\"/>\\n<path d=\"M139.156 0.392212C139.188 0.392212 139.662 0.613676 140.548 1.0566C141.023 1.24643 141.466 1.49953 141.877 1.78111C141.877 2.03421 140.959 10.3992 140.959 10.5258C140.959 10.589 141.149 10.3043 141.56 9.64307C142.193 8.63382 142.889 7.65306 143.652 6.73873C144.506 5.69785 145.012 5.16001 145.202 5.16001C145.708 5.34983 146.183 5.53966 146.626 5.79276C147.005 5.95095 147.385 6.14078 147.765 6.36224C147.923 6.48879 148.018 6.64698 148.113 6.80517C148.366 7.62458 148.492 8.4788 148.461 9.32985C148.429 10.8769 148.302 12.3924 148.049 13.9078C147.828 15.2651 147.606 16.6223 147.353 17.9796C147.1 19.3368 146.91 20.0297 146.815 20.093H146.784C146.309 19.9664 145.866 19.7766 145.455 19.5551C144.949 19.3337 144.474 19.0806 144.031 18.7674L144.348 17.2203C144.822 15.0753 145.107 12.9271 145.265 10.7504V10.2125C145.265 10.0227 145.297 9.86453 145.297 9.73798V9.48488C145.297 9.26341 145.265 9.13686 145.234 9.13686L145.202 9.1685C144.443 10.0512 143.778 11.0003 143.206 12.0096C141.336 15.0088 140.165 17.6284 139.722 19.8051C139.691 19.9949 139.627 20.1215 139.564 20.1215L138.172 19.4887C137.539 19.1723 137.128 18.9825 137.033 18.9192C136.907 18.856 136.843 18.7294 136.843 18.6029C136.843 18.4763 137.001 17.2772 137.286 15.0057C137.571 12.7657 139.124 0.392212 139.156 0.392212Z\" fill=\"white\"/>\\n<path d=\"M197.483 24.2534C197.42 24.2534 196.977 24.032 196.091 23.5922C195.205 23.1493 194.762 22.8993 194.762 22.8645C194.762 22.6114 195.711 15.0057 195.711 14.8792C195.711 14.8159 195.522 15.1006 195.11 15.7619C194.478 16.7711 193.778 17.7519 193.019 18.6662C192.165 19.7071 191.659 20.2449 191.469 20.2449C190.959 20.0551 190.488 19.8653 190.042 19.6122C189.662 19.454 189.283 19.2325 188.903 19.0427C188.745 18.9161 188.618 18.758 188.555 18.5681C188.299 17.7487 188.175 16.8945 188.207 16.0434C188.239 14.4964 188.365 12.9809 188.618 11.4655C188.808 10.1082 189.061 8.75096 189.314 7.3937C189.567 6.03645 189.757 5.34042 189.852 5.28031H189.884C190.358 5.40686 190.801 5.59668 191.216 5.81815C191.722 6.03961 192.197 6.29271 192.639 6.60592L192.323 8.15301C191.849 10.2664 191.564 12.4462 191.406 14.6229C191.406 14.7811 191.406 14.9393 191.374 15.1607C191.342 15.3822 191.342 15.5088 191.342 15.6353V15.8884C191.342 16.1099 191.374 16.2364 191.406 16.2364L191.437 16.2048C192.2 15.3221 192.864 14.373 193.434 13.3637C195.3 10.3645 196.474 7.74488 196.917 5.56821C196.949 5.37838 197.012 5.25183 197.075 5.25183L198.47 5.88458C199.103 6.20096 199.514 6.39079 199.609 6.45406C199.736 6.51734 199.799 6.64389 199.799 6.77044C199.799 6.89699 199.641 8.09606 199.356 10.3676C199.1 12.6392 197.55 24.2566 197.486 24.2566L197.483 24.2534Z\" fill=\"white\"/>\\n<path d=\"M156.351 5.47335C156.699 5.37844 157.047 5.3468 157.395 5.3468C157.806 5.3468 158.471 5.56827 159.328 5.97956L160.657 6.61231L160.625 7.62155C160.53 8.94717 160.151 10.2411 159.486 11.3769C158.79 12.6076 157.873 13.6802 156.762 14.5027C156.288 14.8191 155.813 15.1355 155.307 15.3854C154.801 15.6702 154.263 15.9233 153.725 16.1416C153.567 16.2049 153.472 16.2365 153.472 16.2681C153.472 16.363 153.472 16.458 153.535 16.5212C153.63 16.806 153.788 17.0591 154.01 17.2457C154.2 17.4672 154.421 17.6254 154.706 17.7203C154.801 17.7519 154.896 17.7519 154.991 17.7519C155.497 17.7519 156.035 17.4672 156.604 16.8692C157.11 16.2365 157.522 15.5436 157.838 14.7875C157.901 14.5977 157.996 14.4711 158.154 14.4711C158.597 14.5977 159.009 14.7875 159.388 14.9773C159.8 15.1671 160.211 15.357 160.591 15.6101C160.613 15.6322 160.622 15.6512 160.622 15.6733C160.622 15.8632 160.337 16.3662 159.8 17.1888C159.388 17.8215 158.914 18.3878 158.376 18.9257C157.3 19.8717 156.158 20.3779 154.956 20.3779C154.418 20.3779 153.88 20.2829 153.374 20.0298C152.71 19.6818 152.108 19.2104 151.697 18.5777C151.191 17.8848 150.811 17.1255 150.59 16.3061C150.4 15.4234 150.337 14.4743 150.368 13.5599C150.368 13.1803 150.368 12.7722 150.432 12.3925C150.685 10.972 151.223 9.61472 152.045 8.41566C152.963 6.90021 154.548 5.82769 156.351 5.47968V5.47335ZM157.522 8.63079C157.522 8.59915 157.427 8.56752 157.237 8.56752C156.952 8.56752 156.699 8.59915 156.446 8.69407C155.117 9.10536 154.197 10.083 153.659 11.63C153.406 12.2312 153.279 12.8607 153.216 13.5251C153.216 13.5568 153.216 13.5884 153.247 13.5884C153.406 13.5884 153.817 13.367 154.481 12.8956C155.304 12.3261 156 11.6332 156.509 10.7822C156.762 10.4025 156.952 9.99438 157.142 9.58309C157.332 9.32998 157.458 8.98197 157.522 8.63712V8.63079Z\" fill=\"white\"/>\\n<path d=\"M168.987 5.25179C169.082 5.25179 169.145 5.25179 169.24 5.22016L169.462 5.15688L169.588 5.12524C170.097 5.28343 170.537 5.5049 170.983 5.758C171.363 5.94782 171.616 6.07437 171.774 6.13765C171.932 6.23256 172.059 6.29584 172.186 6.42239C172.312 6.54894 172.407 6.61221 172.407 6.64385L172.534 6.99187L172.755 7.49807C173.135 8.25421 173.293 9.55135 173.293 11.3484C173.293 11.9179 173.261 12.4525 173.166 13.022C172.882 14.3476 172.375 15.61 171.648 16.7774C171.015 17.8183 170.158 18.7358 169.145 19.4286C168.478 19.9032 167.655 20.1848 166.832 20.2164C165.947 20.2164 165.089 19.8051 164.301 18.9857C163.064 17.7234 162.432 16.0181 162.432 13.8731C162.432 13.1169 162.495 12.3576 162.653 11.6015C163.001 10.3391 163.574 9.14006 164.333 8.06755C164.903 7.34304 165.63 6.71029 166.424 6.23573C167.247 5.76116 168.104 5.41631 168.99 5.25812L168.987 5.25179ZM169.968 9.00719C169.904 8.78572 169.81 8.56426 169.715 8.3428C169.62 8.24788 169.525 8.21624 169.398 8.21624C168.607 8.21624 167.813 8.65917 167.022 9.51023C166.516 10.143 166.105 10.8675 165.852 11.6236C165.567 12.443 165.409 13.2973 165.377 14.1799C165.377 14.6861 165.44 15.1575 165.567 15.6638C165.915 16.7046 166.329 17.2108 166.832 17.2108C167.244 17.1792 167.623 16.9894 167.908 16.673C168.256 16.3566 168.576 16.0086 168.857 15.6321C169.778 14.4014 170.313 12.9176 170.347 11.3705C170.347 10.5827 170.221 9.7918 169.968 9.00402V9.00719Z\" fill=\"white\"/>\\n<path d=\"M176.84 5.56817C176.871 5.31507 176.934 5.18852 176.998 5.18852C177.472 5.34671 177.918 5.56817 178.358 5.82127C178.801 6.0111 179.244 6.2642 179.655 6.51414C179.687 6.57741 179.687 6.67233 179.687 6.7356C179.687 7.14689 179.655 7.52338 179.592 7.93467C179.497 8.69081 179.465 9.1021 179.465 9.16537C179.465 9.22865 179.592 9.13374 179.877 8.75408L180.13 8.37443C180.699 7.58665 181.332 6.85899 182.031 6.19776C182.791 5.5049 183.297 5.12524 183.55 5.12524C184.059 5.28343 184.534 5.53653 184.977 5.78964C185.356 5.94782 185.704 6.16929 186.052 6.39075C186.179 6.5173 186.274 6.67549 186.309 6.86532C186.404 7.68473 186.435 8.53895 186.404 9.35836C186.435 10.2727 186.404 11.1902 186.309 12.1045C186.245 12.5158 186.119 13.1138 185.897 13.8414C185.803 14.2843 185.641 14.6925 185.483 15.1354C185.483 15.167 185.451 15.167 185.388 15.167C184.913 15.0089 184.439 14.819 184.028 14.5659C183.11 14.123 182.667 13.8731 182.667 13.8414C182.699 13.6516 182.762 13.4301 182.825 13.2403C183.173 12.1362 183.363 11.0004 183.335 9.82977C183.335 9.10526 183.303 8.75725 183.271 8.75725C182.987 8.97871 182.734 9.20018 182.509 9.45011C180.165 11.8482 178.709 14.9741 178.172 18.7927C178.14 19.2356 178.045 19.6438 177.918 20.0551H177.887C177.381 19.8969 176.874 19.6754 176.4 19.4223C175.546 19.011 175.134 18.7579 175.134 18.6946C175.134 18.6314 175.419 16.4863 175.957 12.288C176.495 8.08969 176.811 5.88138 176.843 5.56501L176.84 5.56817Z\" fill=\"white\"/>\\n<path d=\"M129.342 0.392202C129.817 0.55039 130.291 0.740216 130.702 0.993318C131.493 1.40461 131.936 1.62607 131.968 1.71782C132 1.81273 132 1.90765 132 1.97092C132 2.35057 131.683 5.12836 131.683 5.19164C131.705 5.21378 131.724 5.22327 131.746 5.22327C131.778 5.22327 133.297 4.78035 133.711 4.62216H133.774C133.996 5.06509 134.186 5.50485 134.312 5.94778C134.47 6.32743 134.565 6.70392 134.66 7.11521C134.66 7.17848 134.629 7.24176 134.565 7.2734C134.47 7.30503 131.304 8.44083 131.24 8.44083C131.177 8.44083 131.209 8.72556 131.209 8.7572C131.209 9.29504 130.481 15.2271 130.481 15.3853C130.481 15.5435 130.861 15.1322 131.62 14.2811C132.348 13.4934 132.759 13.1137 132.854 13.1137C133.265 13.2403 133.645 13.4301 133.993 13.6515C134.657 13.9996 135.005 14.221 135.005 14.2527C135.005 14.2843 134.119 15.3252 132.408 17.2519C130.699 19.1786 129.747 20.1246 129.62 20.1246C129.431 20.1246 128.956 19.9348 128.165 19.5235L126.868 18.8907L126.931 18.5111C126.963 18.3845 128.007 10.1145 128.039 10.0195C128.07 9.86136 128.102 9.67153 128.102 9.51334C128.039 9.03878 127.912 8.56738 127.722 8.09281C127.469 7.30503 127.342 6.89374 127.342 6.86211L127.374 6.79883C127.406 6.79883 127.596 6.73555 127.975 6.57737C128.165 6.51409 128.355 6.41918 128.545 6.32427C128.545 6.22935 129.146 0.389038 129.336 0.389038L129.342 0.392202Z\" fill=\"white\"/>\\n<path d=\"M52.6776 2.66391C53.1522 2.85374 53.6267 3.04356 54.0697 3.3283C54.5126 3.51813 54.9239 3.77123 55.3352 4.0528C55.3352 4.14772 55.2086 4.99877 54.9872 6.64076C54.8606 7.68164 53.9115 14.5628 53.7533 15.8885C53.4053 18.6662 53.1838 20.0868 53.1205 20.1501H53.0889C52.6143 20.0235 52.1398 19.8653 51.7285 19.6122L51.3488 19.4224L51.0324 19.2642L50.811 19.1376C50.7477 19.106 50.6844 19.0744 50.6212 19.0111C50.5895 18.9795 50.5579 18.9162 50.5262 18.8529C50.4946 18.7896 50.463 18.7264 50.463 18.6631C50.463 18.5998 50.4313 18.5049 50.4313 18.4416C50.4313 18.2518 50.4946 17.7488 50.5895 16.8945C50.7793 15.4107 51.855 7.52029 51.855 7.45702C51.855 7.42538 51.8867 7.39374 51.8867 7.3621V7.33047C51.8867 7.29883 51.855 7.26719 51.8234 7.26719C51.7285 7.26719 50.5895 8.56117 50.4946 8.56117C50.0517 8.43462 49.6404 8.27643 49.2291 8.05497C48.5331 7.70695 48.1851 7.51713 48.1851 7.45385C48.1851 7.42222 52.5859 2.65442 52.6808 2.65442L52.6776 2.66391Z\" fill=\"white\"/>\\n<path d=\"M80.5754 6.89379L80.5122 7.64993C80.4489 8.15614 80.3856 8.62754 80.3223 9.1021C80.2907 9.3552 80.2591 9.57667 80.2591 9.82661L80.8918 8.94392C81.3347 8.31116 81.8409 7.74485 82.3788 7.20701C82.885 6.7008 83.4228 6.26104 83.9923 5.84975C84.5934 5.4701 84.9098 5.28027 84.9414 5.28027H84.9731C85.1313 5.28027 85.6375 5.50174 86.5233 5.91303C87.4092 6.32432 87.8205 6.57742 87.8521 6.66917C87.8837 6.76408 87.9154 7.23865 88.0103 8.21625C88.0419 8.849 88.0736 9.28877 88.0736 9.57351C88.1052 12.5095 87.3143 15.3822 85.7608 17.8752C85.2863 18.6946 84.6852 19.4223 84.0208 20.1152L83.7677 20.3366L82.4705 19.7672C81.5847 19.4191 81.1101 19.166 81.0785 19.0743C81.0468 19.011 81.2367 18.7579 81.6479 18.3182C83.2298 16.6445 84.3087 14.5628 84.7516 12.288C84.9414 11.3737 85.0047 10.4562 84.9731 9.54187C84.9731 9.03566 84.9414 8.78573 84.8782 8.78573C84.8149 8.78573 84.4669 9.00719 83.929 9.47859C83.4545 9.88988 83.0115 10.3296 82.6319 10.8042C81.1449 12.4778 80.0661 14.4647 79.4966 16.6445C79.2119 17.6221 78.1994 24.9462 78.1362 25.0095C78.1045 25.0412 77.5983 24.8513 76.7125 24.44L75.3521 23.7788L75.3837 23.3992C75.4153 22.893 76.3012 16.2016 76.4594 15.1607C77.3136 8.65918 77.7565 5.37519 77.7565 5.37519L77.8198 5.31191C78.2944 5.50174 78.7689 5.69156 79.2118 5.94466L80.5406 6.54578L80.5723 6.89379H80.5754Z\" fill=\"white\"/>\\n<path d=\"M95.8692 5.47335C96.3754 5.37844 96.8816 5.3468 97.3878 5.3468H98.2737C98.5584 5.47335 98.9697 5.69482 99.5392 6.01119L100.836 6.70406V7.4602C100.836 7.80821 100.583 9.92161 100.077 13.8352C99.5075 18.0651 99.1912 20.1785 99.1279 20.1785H99.0962C98.6217 20.0204 98.1471 19.7989 97.7042 19.5458L96.3754 18.913C96.407 18.7548 96.407 18.5017 96.4387 18.1854C96.4703 17.869 96.4703 17.5843 96.502 17.4292L95.711 18.1854C94.6986 19.163 93.8444 19.7957 93.1452 20.0488L92.7023 20.207L91.4051 19.5743C90.5193 19.163 90.0447 18.9415 90.0447 18.913C89.9498 18.4385 89.9182 17.9671 89.8865 17.4925C89.8549 16.8313 89.8232 16.3251 89.8232 15.9771C89.8232 13.3575 90.3611 11.0542 91.4684 9.06423C92.4492 7.04258 93.9393 5.87515 95.8692 5.46703V5.47335ZM97.2929 8.06131C97.0082 8.06131 96.6918 8.09295 96.4387 8.18786C94.8568 8.75734 93.778 10.2411 93.2085 12.7342C92.9237 13.9333 92.7972 15.1956 92.7972 16.4263C92.7972 16.8376 92.8288 17.0274 92.8605 17.0591H92.8921C93.0819 17.0591 93.5248 16.7111 94.2209 16.0182C94.8536 15.4171 95.4547 14.7558 95.9926 14.0598C96.3722 13.5852 96.6886 13.1139 96.9417 12.5444C97.1315 11.8199 97.2581 11.0606 97.3214 10.3044C97.5112 8.94717 97.6061 8.22267 97.6061 8.12775C97.6377 8.09612 97.5112 8.06448 97.2897 8.06448L97.2929 8.06131Z\" fill=\"white\"/>\\n<path d=\"M108.632 5.41008C108.98 5.37844 109.233 5.3468 109.328 5.3468C109.676 5.3468 110.309 5.56827 111.166 5.97956C112.052 6.39084 112.495 6.67242 112.495 6.86225C112.495 7.05207 112.368 7.9664 112.147 9.67167C111.926 11.3769 111.799 12.2596 111.767 12.2596L111.135 12.0382L109.869 11.4687C109.584 11.3421 109.331 11.2156 109.078 11.0574C108.983 10.9625 108.952 10.8676 108.952 10.741C108.952 10.4879 108.983 10.2348 109.015 9.98488C109.047 9.8267 109.047 9.66851 109.078 9.47868C109.11 9.28886 109.11 9.1623 109.141 9.06739V8.84593C109.141 8.68774 109.078 8.62446 108.983 8.62446H108.888C108.857 8.62446 108.793 8.6561 108.762 8.6561C107.939 8.78265 107.212 9.19394 106.671 9.82353C106.133 10.4246 105.753 11.1492 105.5 11.9053C105.215 12.7247 105.057 13.5789 105.057 14.4616C105.025 15.126 105.152 15.7872 105.437 16.3883C105.848 17.1445 106.323 17.5241 106.86 17.5241C107.019 17.5241 107.145 17.4925 107.303 17.4609C107.683 17.271 108.031 17.0179 108.316 16.6731C108.727 16.2618 109.107 15.7904 109.391 15.2842L109.929 14.4648L110.435 14.6862C111.733 15.2874 112.365 15.6322 112.365 15.7271C112.365 16.0119 112.049 16.6414 111.353 17.5906C110.499 18.8529 109.483 19.7071 108.313 20.1153C107.775 20.2735 107.237 20.3684 106.667 20.3367C106.224 20.3684 105.782 20.3051 105.37 20.1469C104.358 19.6723 103.5 18.8846 102.994 17.907C102.393 16.7712 102.077 15.5088 102.108 14.2148C102.108 13.4587 102.203 12.731 102.393 12.0065C102.741 10.3329 103.532 8.78582 104.706 7.52347C105.718 6.35604 107.113 5.62838 108.632 5.41008Z\" fill=\"white\"/>\\n<path d=\"M115.725 2.6638C116.2 2.82199 116.674 3.01181 117.086 3.26491C117.877 3.6762 118.32 3.89767 118.351 3.98942C118.383 4.08433 118.383 4.17924 118.383 4.24252C118.383 4.62217 118.161 6.32428 118.161 6.38755C118.184 6.4097 118.203 6.41919 118.225 6.41919C118.256 6.41919 119.775 5.97626 120.189 5.81807H120.253C120.474 6.261 120.664 6.70076 120.791 7.14369C120.949 7.52334 121.044 7.89983 121.139 8.31112C121.139 8.3744 121.107 8.43767 121.044 8.46931C120.949 8.50095 117.782 9.63674 117.719 9.63674C117.655 9.63674 117.687 9.92148 117.687 9.95312C117.687 10.491 117.086 15.224 117.086 15.3821C117.086 15.5403 118.509 13.9616 118.604 13.9616C119.016 14.0882 119.395 14.278 119.775 14.4994C120.123 14.6576 120.471 14.8475 120.787 15.1006C120.787 15.1955 116.355 20.0867 116.26 20.1183C116.07 20.1183 115.596 19.9285 114.805 19.5172L113.508 18.8844L113.571 18.5048C113.602 18.3782 114.52 11.3072 114.52 11.2123C114.552 11.0541 114.583 10.8643 114.583 10.7061C114.52 10.2315 114.393 9.76013 114.172 9.3172C113.919 8.52942 113.792 8.11813 113.792 8.08649L113.824 8.02322C113.856 8.02322 114.045 7.95994 114.425 7.80175C114.615 7.73848 114.805 7.64357 114.995 7.54865C115.026 7.4221 115.532 2.65747 115.722 2.65747L115.725 2.6638Z\" fill=\"white\"/>\\n<path d=\"M74.3367 6.89373C74.2734 6.73554 74.1785 6.57735 74.0203 6.48244C73.8621 6.38752 73.4508 6.16606 72.8181 5.88132C72.3751 5.65986 71.9322 5.50167 71.4576 5.34348C71.2678 5.34348 70.9198 5.59658 70.4769 6.09962C69.6859 7.01395 68.9583 7.99472 68.2591 9.00396L67.4365 10.2347V9.2887C67.4681 8.5642 67.3732 7.83653 67.1518 7.11203C67.1201 7.01711 67.0885 6.9222 67.0568 6.85893C66.9936 6.6691 66.867 6.51091 66.7088 6.416C66.3292 6.19453 65.9179 6.00471 65.5066 5.81488L64.1462 5.18213L63.3552 5.96991C62.3112 7.1057 61.3589 8.30477 60.568 9.63038L60.3781 9.9784C60.3149 10.1049 60.2516 10.1999 60.1883 10.2631L60.0301 10.4846C59.9985 10.5162 59.9668 10.5795 59.9352 10.6112L59.9036 10.6428L60.125 8.84261C60.2832 7.77009 60.3465 7.13734 60.3465 6.97915V6.72605C60.3465 6.66277 60.3149 6.56786 60.2516 6.53622C60.2199 6.47295 60.1567 6.44131 60.125 6.40967C60.0618 6.34639 59.9985 6.31476 59.9352 6.28312L59.7137 6.15657C59.6188 6.09329 59.4923 6.06166 59.3974 5.99838C59.2392 5.93511 59.1126 5.87183 59.0177 5.84019C58.1319 5.4289 57.6889 5.23908 57.6573 5.23908L57.594 5.30235C57.594 5.33399 57.4991 6.05849 57.2776 7.5423C57.0562 9.02611 56.8347 10.7314 56.55 12.7182C56.2969 14.6766 56.1387 15.844 56.0754 16.1889C55.8539 17.736 55.759 18.6186 55.759 18.8085C55.759 18.8717 56.1703 19.0932 57.0245 19.5013C57.4991 19.7544 58.0053 19.9759 58.5115 20.1025H58.5431C58.6697 20.0708 58.733 19.8494 58.8279 19.5013C59.2392 17.9226 59.8087 16.3755 60.568 14.955C61.4222 13.2497 62.4377 11.6077 63.5451 10.0638L64.2095 9.21277C64.2411 9.27604 64.2411 9.30768 64.2411 9.37096L64.2727 9.62406V10.0037C64.2727 11.6141 63.9564 13.9806 63.3236 17.1064C63.1021 18.1472 62.9756 18.7484 62.9756 18.8433C63.3869 19.128 63.7982 19.3495 64.2411 19.5361C64.684 19.7892 65.1902 20.0107 65.6964 20.1689C65.7913 20.1689 65.9179 19.8525 66.0761 19.2862C66.4241 17.8024 67.1834 16.0338 68.3572 13.9521C68.6735 13.3826 69.1797 12.5948 69.8441 11.554C70.5085 10.5131 70.9831 9.84868 71.2362 9.56395L71.5526 9.21593V9.6905C71.5526 11.3641 71.2362 13.8255 70.6034 17.0779C70.382 18.277 70.2554 18.8781 70.2554 18.9097C70.2554 18.9414 70.6983 19.1945 71.5842 19.6026C72.4701 19.9822 72.913 20.1721 72.9763 20.1721C73.0079 20.1721 73.1344 20.0771 73.1661 19.8873C73.1977 19.6975 73.3559 19.0363 73.5774 17.8657C74.305 14.1736 74.653 11.3325 74.653 9.34248C74.6847 8.49143 74.5898 7.66885 74.3367 6.88107V6.89373Z\" fill=\"white\"/>\\n<path d=\"M52.8676 24.0667L50.6814 38.2087C50.4916 39.5343 50.9978 39.9772 51.9153 39.9772C52.8328 39.9772 53.4972 39.5027 53.687 38.2087L55.8415 24.0983H58.5655L56.411 38.0189C55.9681 40.9548 54.2249 42.6285 51.4091 42.6285C48.5934 42.6285 47.3563 40.9548 47.7992 38.0189L49.9538 24.0983H52.8676V24.0667Z\" fill=\"white\"/>\\n<path d=\"M68.6386 29.116L66.6106 42.3722H64.0132L66.8005 24.0635H70.442L71.7075 35.0164L73.3843 24.0635H75.9501L73.1312 42.3722H70.1857L68.6354 29.116H68.6386Z\" fill=\"white\"/>\\n<path d=\"M84.3438 24.0667H87.226L84.4071 42.3754H81.5249L84.3438 24.0667Z\" fill=\"white\"/>\\n<path d=\"M97.6759 38.9965L102.172 24.0667H104.832L99.1628 42.3754H94.8569V24.0667H97.7708L97.6759 38.9965Z\" fill=\"white\"/>\\n<path d=\"M114.14 31.799H118.098L117.718 34.4186H113.76L112.938 39.7843H117.908L117.497 42.4039H109.644L112.463 24.0952H120.316L119.904 26.6832H114.934L114.143 31.7958L114.14 31.799Z\" fill=\"white\"/>\\n<path d=\"M131.62 42.3722C131.525 41.8976 131.461 41.6161 131.715 40.1323L132.157 37.2596C132.411 35.5543 131.936 34.9247 130.639 34.9247H129.658L128.519 42.3754H125.637L128.456 24.0667H132.825C135.802 24.0667 136.878 25.4555 136.467 28.265L136.245 29.7171C135.96 31.6122 135.169 32.8429 133.774 33.4409C135.135 34.042 135.388 35.4309 135.071 37.3228L134.628 40.1639C134.502 41.0466 134.407 41.711 134.597 42.3722H131.62ZM130.892 26.6831L130.038 32.3019H131.177C132.252 32.3019 132.983 31.8274 133.205 30.3752L133.489 28.575C133.679 27.281 133.331 26.6799 132.319 26.6799H130.895L130.892 26.6831Z\" fill=\"white\"/>\\n<path d=\"M149.131 23.877C151.95 23.877 153.121 25.5506 152.678 28.4866L152.583 29.056H149.859L149.985 28.2999C150.175 27.0059 149.732 26.4997 148.815 26.4997C147.897 26.4997 147.296 27.0059 147.106 28.2999C146.537 32.0553 152.045 32.783 151.254 37.9905C150.811 40.9265 149.068 42.6001 146.252 42.6001C143.436 42.6001 142.199 40.9265 142.642 37.9905L142.8 36.8547H145.524L145.335 38.1487C145.145 39.4427 145.651 39.9173 146.568 39.9173C147.486 39.9173 148.15 39.4427 148.34 38.1487C148.91 34.3933 143.37 33.6656 144.161 28.4581C144.635 25.5537 146.347 23.8801 149.131 23.8801V23.877Z\" fill=\"white\"/>\\n<path d=\"M161.324 24.0667H164.238L161.419 42.3754H158.537L161.324 24.0667Z\" fill=\"white\"/>\\n<path d=\"M171.771 24.0667H180.702L180.291 26.6862H177.282L174.843 42.3754H171.964L174.372 26.6862H171.363L171.774 24.0667H171.771Z\" fill=\"white\"/>\\n<path d=\"M189.061 36.3136L187.289 24.0667H190.33L191.247 32.4317L194.73 24.0667H197.486L191.946 36.3136L191.026 42.3754H188.144L189.064 36.3136H189.061Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bwunef\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"\uD83D\uDD13 Become unstoppable. \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"Start your journey.\"})]})}),className:\"framer-1pe5n88\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wompsm\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Your path to success \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"starts here.\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Your path to success \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"starts here.\"})]})}),className:\"framer-1bphos8\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Join \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"Impact Theory University\"}),\" and gain the tools, strategies, and support to step into your future self \u2013 today.\"]})}),className:\"framer-1eqwjj4\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{y:6066.400000000001},nJhQaRkKe:{width:\"calc(100vw - 48px)\",y:6593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:4284.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1elhaqb-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonsPrimary,{f7l6h1RI9:true,height:\"100%\",id:\"T75sWjvxL\",layoutId:\"T75sWjvxL\",lhBPl4Xl4:\"https://impacttheoryuniversity.com\",style:{height:\"100%\"},TmgtYo1gA:\"\uD83D\uDE80 Get Started Today\",variant:\"wN4hrDOkQ\",width:\"100%\",WYsUimvEG:false})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s3jty2\",children:[/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3},className:\"framer-vmxusu\",\"data-framer-name\":\"Video Holder\",name:\"Video Holder\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-db2tk8-container\",children:/*#__PURE__*/_jsx(Vimeo,{autoplay:false,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:true,height:\"100%\",id:\"j_SR0aQ6a\",isMixedBorderRadius:false,layoutId:\"j_SR0aQ6a\",loop:false,mute:false,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,video:\"https://vimeo.com/866452863\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"\uD83D\uDCAA Meet our real-life \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"Impact Heroes!\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"\uD83D\uDCAA Meet our real-life \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"Impact Heroes!\"})]})}),className:\"framer-fbzxnm\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wdpdfj\",\"data-framer-name\":\"Podcasts\",name:\"Podcasts\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zotgc\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif'},children:\"Courses\"}),\" available now\"]})})},nJhQaRkKe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif'},children:\"Courses\"}),\" available now\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif'},children:\"Courses\"}),\" available now\"]})}),className:\"framer-1kjxugi\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-49flpl\",\"data-styles-preset\":\"yfaNOoB86\",style:{\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://impacttheoryuniversity.com\",nodeId:\"M2KlBO9dk\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-mnx6to\",\"data-styles-preset\":\"Adx98kEqr\",children:\"\uD83D\uDDD3 See All Courses\"})})})}),className:\"framer-baq5fn hidden-ofkmfc hidden-1ao3rkw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10nzlv7-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{gap:8}},children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:10},gap:16,height:\"100%\",id:\"iob8zdFVN\",layoutId:\"iob8zdFVN\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:317,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j0bh9o-container\",children:/*#__PURE__*/_jsx(CardsCourseCard,{FwwdOIx_Z:\"https://impacttheoryuniversity.com\",height:\"100%\",id:\"uCwOt4FK9\",layoutId:\"uCwOt4FK9\",variant:\"c7xsR0wzM\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:317,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6eetqq-container\",children:/*#__PURE__*/_jsx(CardsCourseCard,{FwwdOIx_Z:\"https://impacttheoryuniversity.com\",height:\"100%\",id:\"INMzfgi6I\",layoutId:\"INMzfgi6I\",variant:\"Yv44Fg13z\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:317,children:/*#__PURE__*/_jsx(Container,{className:\"framer-auyey6-container\",children:/*#__PURE__*/_jsx(CardsCourseCard,{FwwdOIx_Z:\"https://impacttheoryuniversity.com\",height:\"100%\",id:\"z2bN7s5Ys\",layoutId:\"z2bN7s5Ys\",variant:\"b205PzTKs\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ku91ew\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:317,children:/*#__PURE__*/_jsx(Container,{className:\"framer-exzcq2-container\",children:/*#__PURE__*/_jsx(CardsCourseCard,{FwwdOIx_Z:\"https://impacttheoryuniversity.com\",height:\"100%\",id:\"nEKTcQHqY\",layoutId:\"nEKTcQHqY\",variant:\"NZHoAKbG0\",width:\"100%\"})})})})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2ae35e\",\"data-styles-preset\":\"K5YL7YQPw\",children:\"See more of Tom's podcasts\"})}),className:\"framer-15xvw4r\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y8z6yo\",\"data-framer-name\":\"Value Props\",name:\"Value Props\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"The Ultimate Platform for\",/*#__PURE__*/_jsxs(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif'},children:[\" \",/*#__PURE__*/_jsx(\"br\",{}),\"Personal Growth\"]})]})})},nJhQaRkKe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"The Ultimate Platform for\",/*#__PURE__*/_jsxs(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif'},children:[\" \",/*#__PURE__*/_jsx(\"br\",{}),\"Personal Growth\"]})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"The Ultimate Platform for\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif'},children:\" Personal Growth\"})]})}),className:\"framer-16zxo5b\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19kpdh1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ikf8vn\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-c12hzu\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-10bazce\",\"data-framer-name\":\"lightbulb\",name:\"lightbulb\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1w822o0\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:18,name:\"Vector\",svg:'<svg width=\"18\" height=\"25\" viewBox=\"0 0 18 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.25 23.75C5.25 24.4375 5.8125 25 6.5 25H11.5C12.1875 25 12.75 24.4375 12.75 23.75V22.5H5.25V23.75ZM9 0C4.175 0 0.25 3.925 0.25 8.75C0.25 11.725 1.7375 14.3375 4 15.925V18.75C4 19.4375 4.5625 20 5.25 20H12.75C13.4375 20 14 19.4375 14 18.75V15.925C16.2625 14.3375 17.75 11.725 17.75 8.75C17.75 3.925 13.825 0 9 0ZM12.5625 13.875L11.5 14.625V17.5H6.5V14.625L5.4375 13.875C3.75 12.7 2.75 10.7875 2.75 8.75C2.75 5.3 5.55 2.5 9 2.5C12.45 2.5 15.25 5.3 15.25 8.75C15.25 10.7875 14.25 12.7 12.5625 13.875Z\" fill=\"#00FFFF\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Mindset\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"Masterclass\"]})}),className:\"framer-1n9rzty\",fonts:[\"CUSTOM;The Future Bold\",\"CUSTOM;The Future Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u0rgn6\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1eb8hqw\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vfbt2l\",\"data-framer-name\":\"smart_display\",name:\"smart_display\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-10uk13c\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:21,intrinsicWidth:26,name:\"Vector\",svg:'<svg width=\"26\" height=\"21\" viewBox=\"0 0 26 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10.2749 4.875V16.125L19.0249 10.5L10.2749 4.875Z\" fill=\"#00FFFF\"/>\\n<path d=\"M23.3999 0.5H3.3999C2.0249 0.5 0.899902 1.625 0.899902 3V18C0.899902 19.375 2.0249 20.5 3.3999 20.5H23.3999C24.7749 20.5 25.8999 19.375 25.8999 18V3C25.8999 1.625 24.7749 0.5 23.3999 0.5ZM23.3999 18.0125H3.3999V2.9875H23.3999V18.0125Z\" fill=\"#00FFFF\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"245 Hours of Tom's \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"Coaching Replays\"})]})},nJhQaRkKe:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"245 Hours of Tom\u2019s\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"Coaching Replays\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"245 Hours of Tom\u2019s \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"Coaching Replays\"})]}),className:\"framer-1ucpcd1\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14x12zl\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vwt3ht\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-lwtzid\",\"data-framer-name\":\"groups\",name:\"groups\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-csv88l\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:15,intrinsicWidth:31,name:\"Vector\",svg:'<svg width=\"31\" height=\"15\" viewBox=\"0 0 31 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.80005 8.75C7.17505 8.75 8.30005 7.625 8.30005 6.25C8.30005 4.875 7.17505 3.75 5.80005 3.75C4.42505 3.75 3.30005 4.875 3.30005 6.25C3.30005 7.625 4.42505 8.75 5.80005 8.75ZM7.21255 10.125C6.75005 10.05 6.28755 10 5.80005 10C4.56255 10 3.38755 10.2625 2.32505 10.725C1.40005 11.125 0.800049 12.025 0.800049 13.0375V15H6.42505V12.9875C6.42505 11.95 6.71255 10.975 7.21255 10.125ZM25.8 8.75C27.175 8.75 28.3 7.625 28.3 6.25C28.3 4.875 27.175 3.75 25.8 3.75C24.425 3.75 23.3 4.875 23.3 6.25C23.3 7.625 24.425 8.75 25.8 8.75ZM30.8 13.0375C30.8 12.025 30.2001 11.125 29.275 10.725C28.2125 10.2625 27.0375 10 25.8 10C25.3125 10 24.85 10.05 24.3876 10.125C24.8876 10.975 25.175 11.95 25.175 12.9875V15H30.8V13.0375ZM21.1 9.5625C19.6375 8.9125 17.8375 8.4375 15.8 8.4375C13.7625 8.4375 11.9625 8.925 10.5 9.5625C9.15005 10.1625 8.30005 11.5125 8.30005 12.9875V15H23.3V12.9875C23.3 11.5125 22.45 10.1625 21.1 9.5625ZM10.8875 12.5C11 12.2125 11.05 12.0125 12.025 11.6375C13.2375 11.1625 14.5125 10.9375 15.8 10.9375C17.0875 10.9375 18.3625 11.1625 19.5751 11.6375C20.5375 12.0125 20.5875 12.2125 20.7125 12.5H10.8875ZM15.8 2.5C16.4875 2.5 17.05 3.0625 17.05 3.75C17.05 4.4375 16.4875 5 15.8 5C15.1125 5 14.55 4.4375 14.55 3.75C14.55 3.0625 15.1125 2.5 15.8 2.5ZM15.8 0C13.725 0 12.05 1.675 12.05 3.75C12.05 5.825 13.725 7.5 15.8 7.5C17.875 7.5 19.55 5.825 19.55 3.75C19.55 1.675 17.875 0 15.8 0Z\" fill=\"#00FFFF\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Robust & Inclusive\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"Community\"})]})}),className:\"framer-cfmtwo\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rrhhlz\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x8f0rg\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oclb6q\",\"data-framer-name\":\"key\",name:\"key\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-thzulq\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:15,intrinsicWidth:28,name:\"Vector\",svg:'<svg width=\"28\" height=\"15\" viewBox=\"0 0 28 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M25.45 5H15.0125C13.9875 2.0875 11.2125 0 7.94995 0C3.81245 0 0.449951 3.3625 0.449951 7.5C0.449951 11.6375 3.81245 15 7.94995 15C11.2125 15 13.9875 12.9125 15.0125 10H15.45L17.95 12.5L20.45 10L22.95 12.5L27.95 7.45L25.45 5ZM7.94995 11.25C5.88745 11.25 4.19995 9.5625 4.19995 7.5C4.19995 5.4375 5.88745 3.75 7.94995 3.75C10.0125 3.75 11.7 5.4375 11.7 7.5C11.7 9.5625 10.0125 11.25 7.94995 11.25Z\" fill=\"#00FFFF\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Included with\"}),/*#__PURE__*/_jsx(\"br\",{}),\"All Access Pass\"]})}),className:\"framer-1hn6cmc\",fonts:[\"CUSTOM;The Future Bold\",\"CUSTOM;The Future Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1on43o\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-5s0hm5\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-pntq7o\",\"data-framer-name\":\"attach_money\",name:\"attach_money\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1flmidk\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:14,name:\"Vector\",svg:'<svg width=\"14\" height=\"24\" viewBox=\"0 0 14 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.48745 10.625C4.64995 9.8875 3.73745 9.125 3.73745 7.9375C3.73745 6.575 4.99995 5.625 7.11245 5.625C9.33745 5.625 10.1624 6.6875 10.2374 8.25H12.9999C12.9124 6.1 11.5999 4.125 8.98745 3.4875V0.75H5.23745V3.45C2.81245 3.975 0.862451 5.55 0.862451 7.9625C0.862451 10.85 3.24995 12.2875 6.73745 13.125C9.86245 13.875 10.4874 14.975 10.4874 16.1375C10.4874 17 9.87495 18.375 7.11245 18.375C4.53745 18.375 3.52495 17.225 3.38745 15.75H0.637451C0.787451 18.4875 2.83745 20.025 5.23745 20.5375V23.25H8.98745V20.5625C11.4249 20.1 13.3625 18.6875 13.3625 16.125C13.3625 12.575 10.325 11.3625 7.48745 10.625Z\" fill=\"#00FFFF\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Business\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"Masterclass\"})]}),className:\"framer-8o43dd\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1grpz2a\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-dfz8nl\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-t5886h\",\"data-framer-name\":\"assignment\",name:\"assignment\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1kljrdg\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:24,name:\"Vector\",svg:'<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.75 17.5H14.5V20H5.75V17.5ZM5.75 12.5H18.25V15H5.75V12.5ZM5.75 7.5H18.25V10H5.75V7.5ZM20.75 2.5H15.525C15 1.05 13.625 0 12 0C10.375 0 9 1.05 8.475 2.5H3.25C3.075 2.5 2.9125 2.5125 2.75 2.55C2.2625 2.65 1.825 2.9 1.4875 3.2375C1.2625 3.4625 1.075 3.7375 0.95 4.0375C0.825 4.325 0.75 4.65 0.75 5V22.5C0.75 22.8375 0.825 23.175 0.95 23.475C1.075 23.775 1.2625 24.0375 1.4875 24.275C1.825 24.6125 2.2625 24.8625 2.75 24.9625C2.9125 24.9875 3.075 25 3.25 25H20.75C22.125 25 23.25 23.875 23.25 22.5V5C23.25 3.625 22.125 2.5 20.75 2.5ZM12 2.1875C12.5125 2.1875 12.9375 2.6125 12.9375 3.125C12.9375 3.6375 12.5125 4.0625 12 4.0625C11.4875 4.0625 11.0625 3.6375 11.0625 3.125C11.0625 2.6125 11.4875 2.1875 12 2.1875ZM20.75 22.5H3.25V5H20.75V22.5Z\" fill=\"#01FFFF\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Future Core\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"Classes\"})]})}),className:\"framer-1432qam\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pv30no\",\"data-framer-name\":\"Courses\",name:\"Courses\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14c1q11\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif'},children:\"Meet More\"}),\" Impact Heroes\"]})})},nJhQaRkKe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif'},children:\"Meet More\"}),\" Impact Heroes\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif'},children:\"Meet More\"}),\" Impact Heroes\"]})}),className:\"framer-10lpwhh\",fonts:[\"CUSTOM;The Future Bold\",\"CUSTOM;The Future Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ci94gy-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{fadeObject:{fadeAlpha:.5,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:30}}},children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:6},gap:24,height:\"100%\",id:\"Ny_6Xc6rx\",layoutId:\"Ny_6Xc6rx\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:550,width:\"380px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-nox3ts-container\",children:/*#__PURE__*/_jsx(CardsTestimonials,{d9doVIDm7:\"/ Student\",FRXNHGwYF:\"https://vimeo.com/877704777\",H46ACwh8Y:\"\u201CThank you so much for creating ITU, it has literally helped me achieve one of my biggest dreams.\u201D\",height:\"100%\",id:\"t162fB98n\",layoutId:\"t162fB98n\",SkRwCtSxd:\"Fernando\",style:{height:\"100%\",width:\"100%\"},variant:\"pGgcVbknT\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:550,width:\"380px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-pyvbh8-container\",children:/*#__PURE__*/_jsx(CardsTestimonials,{d9doVIDm7:\"/ Student\",FRXNHGwYF:\"https://vimeo.com/877704752\",H46ACwh8Y:\"\u201CNo one has ever helped me at my level where I am right now, and given me the step by step consistent program on how to get there.\u201D\",height:\"100%\",id:\"YgDTb5kuI\",layoutId:\"YgDTb5kuI\",SkRwCtSxd:\"Bob\",style:{height:\"100%\",width:\"100%\"},variant:\"pGgcVbknT\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:550,width:\"380px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-vkbti7-container\",children:/*#__PURE__*/_jsx(CardsTestimonials,{d9doVIDm7:\"/ Student\",FRXNHGwYF:\"https://vimeo.com/877704767\",H46ACwh8Y:\"\u201CITU has really helped me refocus my mind, show more patience to myself and my children.\u201D\",height:\"100%\",id:\"D8jHEntNx\",layoutId:\"D8jHEntNx\",SkRwCtSxd:\"Frank\",style:{height:\"100%\",width:\"100%\"},variant:\"pGgcVbknT\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:550,width:\"380px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hgat7t-container\",children:/*#__PURE__*/_jsx(CardsTestimonials,{d9doVIDm7:\"/ Student\",FRXNHGwYF:\"https://vimeo.com/877704733\",H46ACwh8Y:\"\u201CI\u2019m in love with my life, it\u2019s unbelievable.\u201D\",height:\"100%\",id:\"inwc4R2TI\",layoutId:\"inwc4R2TI\",SkRwCtSxd:\"Katie\",style:{height:\"100%\",width:\"100%\"},variant:\"pGgcVbknT\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:550,width:\"380px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-eu43n-container\",children:/*#__PURE__*/_jsx(CardsTestimonials,{d9doVIDm7:\"/ Student\",FRXNHGwYF:\"https://vimeo.com/877704788\",H46ACwh8Y:\"\u201CI get to inspire others and they get to inspire me, I felt like that was really what made a big difference.\u201D\",height:\"100%\",id:\"FZ8Mp6jRu\",layoutId:\"FZ8Mp6jRu\",SkRwCtSxd:\"Krisha\",style:{height:\"100%\",width:\"100%\"},variant:\"pGgcVbknT\",width:\"100%\"})})})],snapObject:{fluid:false,snap:true,snapEdge:\"end\"},style:{width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cj34u1\",\"data-framer-name\":\"Value Props\",name:\"Value Props\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Impact Theory University\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif'},children:\"by the numbers.\"})]})})},nJhQaRkKe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Impact Theory University \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif'},children:\"by the numbers.\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Impact Theory University \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif'},children:\"by the numbers.\"})]})}),className:\"framer-1c6vi52\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o1td7c\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9jwox\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hxu8ch\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-18ls1w1\",\"data-framer-name\":\"groups\",name:\"groups\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-pecb6o\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:15,intrinsicWidth:31,name:\"Vector\",svg:'<svg width=\"31\" height=\"15\" viewBox=\"0 0 31 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.80005 8.75C7.17505 8.75 8.30005 7.625 8.30005 6.25C8.30005 4.875 7.17505 3.75 5.80005 3.75C4.42505 3.75 3.30005 4.875 3.30005 6.25C3.30005 7.625 4.42505 8.75 5.80005 8.75ZM7.21255 10.125C6.75005 10.05 6.28755 10 5.80005 10C4.56255 10 3.38755 10.2625 2.32505 10.725C1.40005 11.125 0.800049 12.025 0.800049 13.0375V15H6.42505V12.9875C6.42505 11.95 6.71255 10.975 7.21255 10.125ZM25.8 8.75C27.175 8.75 28.3 7.625 28.3 6.25C28.3 4.875 27.175 3.75 25.8 3.75C24.425 3.75 23.3 4.875 23.3 6.25C23.3 7.625 24.425 8.75 25.8 8.75ZM30.8 13.0375C30.8 12.025 30.2001 11.125 29.275 10.725C28.2125 10.2625 27.0375 10 25.8 10C25.3125 10 24.85 10.05 24.3876 10.125C24.8876 10.975 25.175 11.95 25.175 12.9875V15H30.8V13.0375ZM21.1 9.5625C19.6375 8.9125 17.8375 8.4375 15.8 8.4375C13.7625 8.4375 11.9625 8.925 10.5 9.5625C9.15005 10.1625 8.30005 11.5125 8.30005 12.9875V15H23.3V12.9875C23.3 11.5125 22.45 10.1625 21.1 9.5625ZM10.8875 12.5C11 12.2125 11.05 12.0125 12.025 11.6375C13.2375 11.1625 14.5125 10.9375 15.8 10.9375C17.0875 10.9375 18.3625 11.1625 19.5751 11.6375C20.5375 12.0125 20.5875 12.2125 20.7125 12.5H10.8875ZM15.8 2.5C16.4875 2.5 17.05 3.0625 17.05 3.75C17.05 4.4375 16.4875 5 15.8 5C15.1125 5 14.55 4.4375 14.55 3.75C14.55 3.0625 15.1125 2.5 15.8 2.5ZM15.8 0C13.725 0 12.05 1.675 12.05 3.75C12.05 5.825 13.725 7.5 15.8 7.5C17.875 7.5 19.55 5.825 19.55 3.75C19.55 1.675 17.875 0 15.8 0Z\" fill=\"#00FFFF\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"17,932\"})}),className:\"framer-w5lv66\",fonts:[\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Students have joined \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Impact Theory University\"})]}),className:\"framer-i2ek78\",fonts:[\"CUSTOM;The Future Bold\",\"CUSTOM;The Future Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15l4yq1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uduimv\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-a08dh5\",\"data-framer-name\":\"subscriptions\",name:\"subscriptions\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-8nxrd6\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:31,intrinsicWidth:30,name:\"Vector\",svg:'<svg width=\"30\" height=\"31\" viewBox=\"0 0 30 31\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3 6.25439H27V9.25439H3V6.25439ZM6 0.254395H24V3.25439H6V0.254395ZM27 12.2544H3C1.35 12.2544 0 13.6044 0 15.2544V27.2544C0 28.9044 1.35 30.2544 3 30.2544H27C28.65 30.2544 30 28.9044 30 27.2544V15.2544C30 13.6044 28.65 12.2544 27 12.2544ZM27 27.2544H3V15.2544H27V27.2544ZM12 16.3494V26.1444L21 21.2544L12 16.3494Z\" fill=\"#00FFFF\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"100+\"})}),className:\"framer-1jdv19h\",fonts:[\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Hours of content  to help you\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"achieve your potential\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Hours of content to help you \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif'},children:\"achieve your potential\"})]})}),className:\"framer-1k0ib7l\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-21txc0\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-17umr69\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-n0lqk2\",\"data-framer-name\":\"query_builder\",name:\"query_builder\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1y3w5km\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:31,intrinsicWidth:31,name:\"Vector\",svg:'<svg width=\"31\" height=\"31\" viewBox=\"0 0 31 31\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15.3183 0.254395C7.03825 0.254395 0.333252 6.97439 0.333252 15.2544C0.333252 23.5344 7.03825 30.2544 15.3183 30.2544C23.6133 30.2544 30.3333 23.5344 30.3333 15.2544C30.3333 6.97439 23.6133 0.254395 15.3183 0.254395ZM15.3333 27.2544C8.70325 27.2544 3.33325 21.8844 3.33325 15.2544C3.33325 8.62439 8.70325 3.25439 15.3333 3.25439C21.9633 3.25439 27.3333 8.62439 27.3333 15.2544C27.3333 21.8844 21.9633 27.2544 15.3333 27.2544ZM16.0833 7.75439H13.8333V16.7544L21.7083 21.4794L22.8333 19.6344L16.0833 15.6294V7.75439Z\" fill=\"#00FFFF\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"245\"})}),className:\"framer-1q9mrkt\",fonts:[\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Hours of Tom Bilyeu\u2019s \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"coaching replays\"})]}),className:\"framer-1k93tkf\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3},className:\"framer-1oh8tnq hidden-1ao3rkw\",\"data-framer-name\":\"Section\",name:\"Section\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(8342.8),pixelHeight:689,pixelWidth:1254,sizes:\"calc(100vw - 64px)\",src:\"https://framerusercontent.com/images/eWPZnUuBdW3eiqzIDWwkgni4C4M.png\",srcSet:\"https://framerusercontent.com/images/eWPZnUuBdW3eiqzIDWwkgni4C4M.png?scale-down-to=512 512w,https://framerusercontent.com/images/eWPZnUuBdW3eiqzIDWwkgni4C4M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eWPZnUuBdW3eiqzIDWwkgni4C4M.png 1254w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(6523),pixelHeight:689,pixelWidth:1254,sizes:\"900px\",src:\"https://framerusercontent.com/images/eWPZnUuBdW3eiqzIDWwkgni4C4M.png\",srcSet:\"https://framerusercontent.com/images/eWPZnUuBdW3eiqzIDWwkgni4C4M.png?scale-down-to=512 512w,https://framerusercontent.com/images/eWPZnUuBdW3eiqzIDWwkgni4C4M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eWPZnUuBdW3eiqzIDWwkgni4C4M.png 1254w\"},className:\"framer-wyhd7c\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jqm1lx\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jvt328\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-142foq9\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-176tvmx\",\"data-framer-name\":\"Logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:43,intrinsicWidth:200,name:\"Logo\",svg:'<svg width=\"200\" height=\"43\" viewBox=\"0 0 200 43\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M26.8423 5.35622C17.0915 1.23383 5.84118 5.78966 1.72512 15.4929C-2.40992 25.2152 2.16172 36.4276 11.8935 40.531C21.6442 44.6534 32.8724 40.0975 37.0106 30.3753C41.1457 20.6372 36.574 9.44065 26.8423 5.35622ZM30.4268 33.9092C29.0253 35.3076 27.3358 36.4624 25.4565 37.2375C17.5092 40.5088 8.38169 36.7281 5.10086 28.7839C1.83902 20.9378 5.4995 11.9527 13.333 8.56745C21.2614 5.22018 30.4078 8.88699 33.7836 16.7932C36.2513 22.6747 34.9225 29.4451 30.4268 33.9061V33.9092Z\" fill=\"#00F2FF\"/>\\n<path d=\"M11.8176 23.2062L8.28998 24.4179C8.28998 24.4179 8.271 24.4179 8.271 24.4369V24.4559L9.40995 27.7272C9.40995 27.7272 9.40995 27.7462 9.42893 27.7462H9.44792L12.9597 26.5345C12.9597 26.5345 12.9787 26.5345 12.9787 26.5155V26.4965L11.8397 23.2252C11.8587 23.2062 11.8207 23.2062 11.8207 23.2062H11.8176Z\" fill=\"#00F2FF\"/>\\n<path d=\"M30.1831 16.9103L25.0799 18.6693C25.0799 18.6693 25.6304 14.509 25.6304 14.471C25.6304 14.433 25.6304 14.452 25.6114 14.4141L22.1566 12.7689C22.0427 12.712 22.0427 12.7499 22.0427 12.7879L21.0967 20.0519L19.5971 20.5613C19.5971 20.5613 19.5781 20.5613 19.5781 20.5802V20.5992L20.6032 23.5668C20.6032 23.5668 19.7711 29.9007 19.7711 30.0716C19.7711 30.448 19.9609 30.8087 20.3216 30.9606L23.7195 32.6437C24.308 32.9063 24.7224 33.1531 25.1052 32.7196L28.5759 28.7871L25.5418 27.2368L23.6657 29.3565L24.5547 22.5291L31.3442 20.1626C31.3442 20.1626 31.3632 20.1626 31.3632 20.1436V20.1247L30.2242 16.8533C30.2052 16.9103 30.2052 16.8723 30.1862 16.9103H30.1831Z\" fill=\"#00F2FF\"/>\\n<path d=\"M18.6258 15.0753L15.2279 13.3921C14.6394 13.1295 14.225 12.9018 13.8422 13.3162L10.3525 17.214L13.3676 18.7262L15.2437 16.6065L13.2885 31.4319C13.2885 31.4319 13.2885 31.5079 13.2695 31.5648C13.2695 31.5775 13.2759 31.5965 13.2885 31.6218L13.4024 31.6787C14.2187 32.0742 16.7212 33.2669 16.7212 33.2669C16.8351 33.3239 16.8541 33.3239 16.892 33.2669C16.892 33.2669 19.151 16.132 19.1668 15.9611C19.2237 15.3568 18.6163 15.0721 18.6163 15.0721L18.6258 15.0753Z\" fill=\"#00F2FF\"/>\\n<path d=\"M139.156 0.392212C139.188 0.392212 139.662 0.613676 140.548 1.0566C141.023 1.24643 141.466 1.49953 141.877 1.78111C141.877 2.03421 140.959 10.3992 140.959 10.5258C140.959 10.589 141.149 10.3043 141.56 9.64307C142.193 8.63382 142.889 7.65306 143.652 6.73873C144.506 5.69785 145.012 5.16001 145.202 5.16001C145.708 5.34983 146.183 5.53966 146.626 5.79276C147.005 5.95095 147.385 6.14078 147.765 6.36224C147.923 6.48879 148.018 6.64698 148.113 6.80517C148.366 7.62458 148.492 8.4788 148.461 9.32985C148.429 10.8769 148.302 12.3924 148.049 13.9078C147.828 15.2651 147.606 16.6223 147.353 17.9796C147.1 19.3368 146.91 20.0297 146.815 20.093H146.784C146.309 19.9664 145.866 19.7766 145.455 19.5551C144.949 19.3337 144.474 19.0806 144.031 18.7674L144.348 17.2203C144.822 15.0753 145.107 12.9271 145.265 10.7504V10.2125C145.265 10.0227 145.297 9.86453 145.297 9.73798V9.48488C145.297 9.26341 145.265 9.13686 145.234 9.13686L145.202 9.1685C144.443 10.0512 143.778 11.0003 143.206 12.0096C141.336 15.0088 140.165 17.6284 139.722 19.8051C139.691 19.9949 139.627 20.1215 139.564 20.1215L138.172 19.4887C137.539 19.1723 137.128 18.9825 137.033 18.9192C136.907 18.856 136.843 18.7294 136.843 18.6029C136.843 18.4763 137.001 17.2772 137.286 15.0057C137.571 12.7657 139.124 0.392212 139.156 0.392212Z\" fill=\"white\"/>\\n<path d=\"M197.483 24.2534C197.42 24.2534 196.977 24.032 196.091 23.5922C195.205 23.1493 194.762 22.8993 194.762 22.8645C194.762 22.6114 195.711 15.0057 195.711 14.8792C195.711 14.8159 195.522 15.1006 195.11 15.7619C194.478 16.7711 193.778 17.7519 193.019 18.6662C192.165 19.7071 191.659 20.2449 191.469 20.2449C190.959 20.0551 190.488 19.8653 190.042 19.6122C189.662 19.454 189.283 19.2325 188.903 19.0427C188.745 18.9161 188.618 18.758 188.555 18.5681C188.299 17.7487 188.175 16.8945 188.207 16.0434C188.239 14.4964 188.365 12.9809 188.618 11.4655C188.808 10.1082 189.061 8.75096 189.314 7.3937C189.567 6.03645 189.757 5.34042 189.852 5.28031H189.884C190.358 5.40686 190.801 5.59668 191.216 5.81815C191.722 6.03961 192.197 6.29271 192.639 6.60592L192.323 8.15301C191.849 10.2664 191.564 12.4462 191.406 14.6229C191.406 14.7811 191.406 14.9393 191.374 15.1607C191.342 15.3822 191.342 15.5088 191.342 15.6353V15.8884C191.342 16.1099 191.374 16.2364 191.406 16.2364L191.437 16.2048C192.2 15.3221 192.864 14.373 193.434 13.3637C195.3 10.3645 196.474 7.74488 196.917 5.56821C196.949 5.37838 197.012 5.25183 197.075 5.25183L198.47 5.88458C199.103 6.20096 199.514 6.39079 199.609 6.45406C199.736 6.51734 199.799 6.64389 199.799 6.77044C199.799 6.89699 199.641 8.09606 199.356 10.3676C199.1 12.6392 197.55 24.2566 197.486 24.2566L197.483 24.2534Z\" fill=\"white\"/>\\n<path d=\"M156.351 5.47335C156.699 5.37844 157.047 5.3468 157.395 5.3468C157.806 5.3468 158.471 5.56827 159.328 5.97956L160.657 6.61231L160.625 7.62155C160.53 8.94717 160.151 10.2411 159.486 11.3769C158.79 12.6076 157.873 13.6802 156.762 14.5027C156.288 14.8191 155.813 15.1355 155.307 15.3854C154.801 15.6702 154.263 15.9233 153.725 16.1416C153.567 16.2049 153.472 16.2365 153.472 16.2681C153.472 16.363 153.472 16.458 153.535 16.5212C153.63 16.806 153.788 17.0591 154.01 17.2457C154.2 17.4672 154.421 17.6254 154.706 17.7203C154.801 17.7519 154.896 17.7519 154.991 17.7519C155.497 17.7519 156.035 17.4672 156.604 16.8692C157.11 16.2365 157.522 15.5436 157.838 14.7875C157.901 14.5977 157.996 14.4711 158.154 14.4711C158.597 14.5977 159.009 14.7875 159.388 14.9773C159.8 15.1671 160.211 15.357 160.591 15.6101C160.613 15.6322 160.622 15.6512 160.622 15.6733C160.622 15.8632 160.337 16.3662 159.8 17.1888C159.388 17.8215 158.914 18.3878 158.376 18.9257C157.3 19.8717 156.158 20.3779 154.956 20.3779C154.418 20.3779 153.88 20.2829 153.374 20.0298C152.71 19.6818 152.108 19.2104 151.697 18.5777C151.191 17.8848 150.811 17.1255 150.59 16.3061C150.4 15.4234 150.337 14.4743 150.368 13.5599C150.368 13.1803 150.368 12.7722 150.432 12.3925C150.685 10.972 151.223 9.61472 152.045 8.41566C152.963 6.90021 154.548 5.82769 156.351 5.47968V5.47335ZM157.522 8.63079C157.522 8.59915 157.427 8.56752 157.237 8.56752C156.952 8.56752 156.699 8.59915 156.446 8.69407C155.117 9.10536 154.197 10.083 153.659 11.63C153.406 12.2312 153.279 12.8607 153.216 13.5251C153.216 13.5568 153.216 13.5884 153.247 13.5884C153.406 13.5884 153.817 13.367 154.481 12.8956C155.304 12.3261 156 11.6332 156.509 10.7822C156.762 10.4025 156.952 9.99438 157.142 9.58309C157.332 9.32998 157.458 8.98197 157.522 8.63712V8.63079Z\" fill=\"white\"/>\\n<path d=\"M168.987 5.25179C169.082 5.25179 169.145 5.25179 169.24 5.22016L169.462 5.15688L169.588 5.12524C170.097 5.28343 170.537 5.5049 170.983 5.758C171.363 5.94782 171.616 6.07437 171.774 6.13765C171.932 6.23256 172.059 6.29584 172.186 6.42239C172.312 6.54894 172.407 6.61221 172.407 6.64385L172.534 6.99187L172.755 7.49807C173.135 8.25421 173.293 9.55135 173.293 11.3484C173.293 11.9179 173.261 12.4525 173.166 13.022C172.882 14.3476 172.375 15.61 171.648 16.7774C171.015 17.8183 170.158 18.7358 169.145 19.4286C168.478 19.9032 167.655 20.1848 166.832 20.2164C165.947 20.2164 165.089 19.8051 164.301 18.9857C163.064 17.7234 162.432 16.0181 162.432 13.8731C162.432 13.1169 162.495 12.3576 162.653 11.6015C163.001 10.3391 163.574 9.14006 164.333 8.06755C164.903 7.34304 165.63 6.71029 166.424 6.23573C167.247 5.76116 168.104 5.41631 168.99 5.25812L168.987 5.25179ZM169.968 9.00719C169.904 8.78572 169.81 8.56426 169.715 8.3428C169.62 8.24788 169.525 8.21624 169.398 8.21624C168.607 8.21624 167.813 8.65917 167.022 9.51023C166.516 10.143 166.105 10.8675 165.852 11.6236C165.567 12.443 165.409 13.2973 165.377 14.1799C165.377 14.6861 165.44 15.1575 165.567 15.6638C165.915 16.7046 166.329 17.2108 166.832 17.2108C167.244 17.1792 167.623 16.9894 167.908 16.673C168.256 16.3566 168.576 16.0086 168.857 15.6321C169.778 14.4014 170.313 12.9176 170.347 11.3705C170.347 10.5827 170.221 9.7918 169.968 9.00402V9.00719Z\" fill=\"white\"/>\\n<path d=\"M176.84 5.56817C176.871 5.31507 176.934 5.18852 176.998 5.18852C177.472 5.34671 177.918 5.56817 178.358 5.82127C178.801 6.0111 179.244 6.2642 179.655 6.51414C179.687 6.57741 179.687 6.67233 179.687 6.7356C179.687 7.14689 179.655 7.52338 179.592 7.93467C179.497 8.69081 179.465 9.1021 179.465 9.16537C179.465 9.22865 179.592 9.13374 179.877 8.75408L180.13 8.37443C180.699 7.58665 181.332 6.85899 182.031 6.19776C182.791 5.5049 183.297 5.12524 183.55 5.12524C184.059 5.28343 184.534 5.53653 184.977 5.78964C185.356 5.94782 185.704 6.16929 186.052 6.39075C186.179 6.5173 186.274 6.67549 186.309 6.86532C186.404 7.68473 186.435 8.53895 186.404 9.35836C186.435 10.2727 186.404 11.1902 186.309 12.1045C186.245 12.5158 186.119 13.1138 185.897 13.8414C185.803 14.2843 185.641 14.6925 185.483 15.1354C185.483 15.167 185.451 15.167 185.388 15.167C184.913 15.0089 184.439 14.819 184.028 14.5659C183.11 14.123 182.667 13.8731 182.667 13.8414C182.699 13.6516 182.762 13.4301 182.825 13.2403C183.173 12.1362 183.363 11.0004 183.335 9.82977C183.335 9.10526 183.303 8.75725 183.271 8.75725C182.987 8.97871 182.734 9.20018 182.509 9.45011C180.165 11.8482 178.709 14.9741 178.172 18.7927C178.14 19.2356 178.045 19.6438 177.918 20.0551H177.887C177.381 19.8969 176.874 19.6754 176.4 19.4223C175.546 19.011 175.134 18.7579 175.134 18.6946C175.134 18.6314 175.419 16.4863 175.957 12.288C176.495 8.08969 176.811 5.88138 176.843 5.56501L176.84 5.56817Z\" fill=\"white\"/>\\n<path d=\"M129.342 0.392202C129.817 0.55039 130.291 0.740216 130.702 0.993318C131.493 1.40461 131.936 1.62607 131.968 1.71782C132 1.81273 132 1.90765 132 1.97092C132 2.35057 131.683 5.12836 131.683 5.19164C131.705 5.21378 131.724 5.22327 131.746 5.22327C131.778 5.22327 133.297 4.78035 133.711 4.62216H133.774C133.996 5.06509 134.186 5.50485 134.312 5.94778C134.47 6.32743 134.565 6.70392 134.66 7.11521C134.66 7.17848 134.629 7.24176 134.565 7.2734C134.47 7.30503 131.304 8.44083 131.24 8.44083C131.177 8.44083 131.209 8.72556 131.209 8.7572C131.209 9.29504 130.481 15.2271 130.481 15.3853C130.481 15.5435 130.861 15.1322 131.62 14.2811C132.348 13.4934 132.759 13.1137 132.854 13.1137C133.265 13.2403 133.645 13.4301 133.993 13.6515C134.657 13.9996 135.005 14.221 135.005 14.2527C135.005 14.2843 134.119 15.3252 132.408 17.2519C130.699 19.1786 129.747 20.1246 129.62 20.1246C129.431 20.1246 128.956 19.9348 128.165 19.5235L126.868 18.8907L126.931 18.5111C126.963 18.3845 128.007 10.1145 128.039 10.0195C128.07 9.86136 128.102 9.67153 128.102 9.51334C128.039 9.03878 127.912 8.56738 127.722 8.09281C127.469 7.30503 127.342 6.89374 127.342 6.86211L127.374 6.79883C127.406 6.79883 127.596 6.73555 127.975 6.57737C128.165 6.51409 128.355 6.41918 128.545 6.32427C128.545 6.22935 129.146 0.389038 129.336 0.389038L129.342 0.392202Z\" fill=\"white\"/>\\n<path d=\"M52.6776 2.66391C53.1522 2.85374 53.6267 3.04356 54.0697 3.3283C54.5126 3.51813 54.9239 3.77123 55.3352 4.0528C55.3352 4.14772 55.2086 4.99877 54.9872 6.64076C54.8606 7.68164 53.9115 14.5628 53.7533 15.8885C53.4053 18.6662 53.1838 20.0868 53.1205 20.1501H53.0889C52.6143 20.0235 52.1398 19.8653 51.7285 19.6122L51.3488 19.4224L51.0324 19.2642L50.811 19.1376C50.7477 19.106 50.6844 19.0744 50.6212 19.0111C50.5895 18.9795 50.5579 18.9162 50.5262 18.8529C50.4946 18.7896 50.463 18.7264 50.463 18.6631C50.463 18.5998 50.4313 18.5049 50.4313 18.4416C50.4313 18.2518 50.4946 17.7488 50.5895 16.8945C50.7793 15.4107 51.855 7.52029 51.855 7.45702C51.855 7.42538 51.8867 7.39374 51.8867 7.3621V7.33047C51.8867 7.29883 51.855 7.26719 51.8234 7.26719C51.7285 7.26719 50.5895 8.56117 50.4946 8.56117C50.0517 8.43462 49.6404 8.27643 49.2291 8.05497C48.5331 7.70695 48.1851 7.51713 48.1851 7.45385C48.1851 7.42222 52.5859 2.65442 52.6808 2.65442L52.6776 2.66391Z\" fill=\"white\"/>\\n<path d=\"M80.5754 6.89379L80.5122 7.64993C80.4489 8.15614 80.3856 8.62754 80.3223 9.1021C80.2907 9.3552 80.2591 9.57667 80.2591 9.82661L80.8918 8.94392C81.3347 8.31116 81.8409 7.74485 82.3788 7.20701C82.885 6.7008 83.4228 6.26104 83.9923 5.84975C84.5934 5.4701 84.9098 5.28027 84.9414 5.28027H84.9731C85.1313 5.28027 85.6375 5.50174 86.5233 5.91303C87.4092 6.32432 87.8205 6.57742 87.8521 6.66917C87.8837 6.76408 87.9154 7.23865 88.0103 8.21625C88.0419 8.849 88.0736 9.28877 88.0736 9.57351C88.1052 12.5095 87.3143 15.3822 85.7608 17.8752C85.2863 18.6946 84.6852 19.4223 84.0208 20.1152L83.7677 20.3366L82.4705 19.7672C81.5847 19.4191 81.1101 19.166 81.0785 19.0743C81.0468 19.011 81.2367 18.7579 81.6479 18.3182C83.2298 16.6445 84.3087 14.5628 84.7516 12.288C84.9414 11.3737 85.0047 10.4562 84.9731 9.54187C84.9731 9.03566 84.9414 8.78573 84.8782 8.78573C84.8149 8.78573 84.4669 9.00719 83.929 9.47859C83.4545 9.88988 83.0115 10.3296 82.6319 10.8042C81.1449 12.4778 80.0661 14.4647 79.4966 16.6445C79.2119 17.6221 78.1994 24.9462 78.1362 25.0095C78.1045 25.0412 77.5983 24.8513 76.7125 24.44L75.3521 23.7788L75.3837 23.3992C75.4153 22.893 76.3012 16.2016 76.4594 15.1607C77.3136 8.65918 77.7565 5.37519 77.7565 5.37519L77.8198 5.31191C78.2944 5.50174 78.7689 5.69156 79.2118 5.94466L80.5406 6.54578L80.5723 6.89379H80.5754Z\" fill=\"white\"/>\\n<path d=\"M95.8692 5.47335C96.3754 5.37844 96.8816 5.3468 97.3878 5.3468H98.2737C98.5584 5.47335 98.9697 5.69482 99.5392 6.01119L100.836 6.70406V7.4602C100.836 7.80821 100.583 9.92161 100.077 13.8352C99.5075 18.0651 99.1912 20.1785 99.1279 20.1785H99.0962C98.6217 20.0204 98.1471 19.7989 97.7042 19.5458L96.3754 18.913C96.407 18.7548 96.407 18.5017 96.4387 18.1854C96.4703 17.869 96.4703 17.5843 96.502 17.4292L95.711 18.1854C94.6986 19.163 93.8444 19.7957 93.1452 20.0488L92.7023 20.207L91.4051 19.5743C90.5193 19.163 90.0447 18.9415 90.0447 18.913C89.9498 18.4385 89.9182 17.9671 89.8865 17.4925C89.8549 16.8313 89.8232 16.3251 89.8232 15.9771C89.8232 13.3575 90.3611 11.0542 91.4684 9.06423C92.4492 7.04258 93.9393 5.87515 95.8692 5.46703V5.47335ZM97.2929 8.06131C97.0082 8.06131 96.6918 8.09295 96.4387 8.18786C94.8568 8.75734 93.778 10.2411 93.2085 12.7342C92.9237 13.9333 92.7972 15.1956 92.7972 16.4263C92.7972 16.8376 92.8288 17.0274 92.8605 17.0591H92.8921C93.0819 17.0591 93.5248 16.7111 94.2209 16.0182C94.8536 15.4171 95.4547 14.7558 95.9926 14.0598C96.3722 13.5852 96.6886 13.1139 96.9417 12.5444C97.1315 11.8199 97.2581 11.0606 97.3214 10.3044C97.5112 8.94717 97.6061 8.22267 97.6061 8.12775C97.6377 8.09612 97.5112 8.06448 97.2897 8.06448L97.2929 8.06131Z\" fill=\"white\"/>\\n<path d=\"M108.632 5.41008C108.98 5.37844 109.233 5.3468 109.328 5.3468C109.676 5.3468 110.309 5.56827 111.166 5.97956C112.052 6.39084 112.495 6.67242 112.495 6.86225C112.495 7.05207 112.368 7.9664 112.147 9.67167C111.926 11.3769 111.799 12.2596 111.767 12.2596L111.135 12.0382L109.869 11.4687C109.584 11.3421 109.331 11.2156 109.078 11.0574C108.983 10.9625 108.952 10.8676 108.952 10.741C108.952 10.4879 108.983 10.2348 109.015 9.98488C109.047 9.8267 109.047 9.66851 109.078 9.47868C109.11 9.28886 109.11 9.1623 109.141 9.06739V8.84593C109.141 8.68774 109.078 8.62446 108.983 8.62446H108.888C108.857 8.62446 108.793 8.6561 108.762 8.6561C107.939 8.78265 107.212 9.19394 106.671 9.82353C106.133 10.4246 105.753 11.1492 105.5 11.9053C105.215 12.7247 105.057 13.5789 105.057 14.4616C105.025 15.126 105.152 15.7872 105.437 16.3883C105.848 17.1445 106.323 17.5241 106.86 17.5241C107.019 17.5241 107.145 17.4925 107.303 17.4609C107.683 17.271 108.031 17.0179 108.316 16.6731C108.727 16.2618 109.107 15.7904 109.391 15.2842L109.929 14.4648L110.435 14.6862C111.733 15.2874 112.365 15.6322 112.365 15.7271C112.365 16.0119 112.049 16.6414 111.353 17.5906C110.499 18.8529 109.483 19.7071 108.313 20.1153C107.775 20.2735 107.237 20.3684 106.667 20.3367C106.224 20.3684 105.782 20.3051 105.37 20.1469C104.358 19.6723 103.5 18.8846 102.994 17.907C102.393 16.7712 102.077 15.5088 102.108 14.2148C102.108 13.4587 102.203 12.731 102.393 12.0065C102.741 10.3329 103.532 8.78582 104.706 7.52347C105.718 6.35604 107.113 5.62838 108.632 5.41008Z\" fill=\"white\"/>\\n<path d=\"M115.725 2.6638C116.2 2.82199 116.674 3.01181 117.086 3.26491C117.877 3.6762 118.32 3.89767 118.351 3.98942C118.383 4.08433 118.383 4.17924 118.383 4.24252C118.383 4.62217 118.161 6.32428 118.161 6.38755C118.184 6.4097 118.203 6.41919 118.225 6.41919C118.256 6.41919 119.775 5.97626 120.189 5.81807H120.253C120.474 6.261 120.664 6.70076 120.791 7.14369C120.949 7.52334 121.044 7.89983 121.139 8.31112C121.139 8.3744 121.107 8.43767 121.044 8.46931C120.949 8.50095 117.782 9.63674 117.719 9.63674C117.655 9.63674 117.687 9.92148 117.687 9.95312C117.687 10.491 117.086 15.224 117.086 15.3821C117.086 15.5403 118.509 13.9616 118.604 13.9616C119.016 14.0882 119.395 14.278 119.775 14.4994C120.123 14.6576 120.471 14.8475 120.787 15.1006C120.787 15.1955 116.355 20.0867 116.26 20.1183C116.07 20.1183 115.596 19.9285 114.805 19.5172L113.508 18.8844L113.571 18.5048C113.602 18.3782 114.52 11.3072 114.52 11.2123C114.552 11.0541 114.583 10.8643 114.583 10.7061C114.52 10.2315 114.393 9.76013 114.172 9.3172C113.919 8.52942 113.792 8.11813 113.792 8.08649L113.824 8.02322C113.856 8.02322 114.045 7.95994 114.425 7.80175C114.615 7.73848 114.805 7.64357 114.995 7.54865C115.026 7.4221 115.532 2.65747 115.722 2.65747L115.725 2.6638Z\" fill=\"white\"/>\\n<path d=\"M74.3367 6.89373C74.2734 6.73554 74.1785 6.57735 74.0203 6.48244C73.8621 6.38752 73.4508 6.16606 72.8181 5.88132C72.3751 5.65986 71.9322 5.50167 71.4576 5.34348C71.2678 5.34348 70.9198 5.59658 70.4769 6.09962C69.6859 7.01395 68.9583 7.99472 68.2591 9.00396L67.4365 10.2347V9.2887C67.4681 8.5642 67.3732 7.83653 67.1518 7.11203C67.1201 7.01711 67.0885 6.9222 67.0568 6.85893C66.9936 6.6691 66.867 6.51091 66.7088 6.416C66.3292 6.19453 65.9179 6.00471 65.5066 5.81488L64.1462 5.18213L63.3552 5.96991C62.3112 7.1057 61.3589 8.30477 60.568 9.63038L60.3781 9.9784C60.3149 10.1049 60.2516 10.1999 60.1883 10.2631L60.0301 10.4846C59.9985 10.5162 59.9668 10.5795 59.9352 10.6112L59.9036 10.6428L60.125 8.84261C60.2832 7.77009 60.3465 7.13734 60.3465 6.97915V6.72605C60.3465 6.66277 60.3149 6.56786 60.2516 6.53622C60.2199 6.47295 60.1567 6.44131 60.125 6.40967C60.0618 6.34639 59.9985 6.31476 59.9352 6.28312L59.7137 6.15657C59.6188 6.09329 59.4923 6.06166 59.3974 5.99838C59.2392 5.93511 59.1126 5.87183 59.0177 5.84019C58.1319 5.4289 57.6889 5.23908 57.6573 5.23908L57.594 5.30235C57.594 5.33399 57.4991 6.05849 57.2776 7.5423C57.0562 9.02611 56.8347 10.7314 56.55 12.7182C56.2969 14.6766 56.1387 15.844 56.0754 16.1889C55.8539 17.736 55.759 18.6186 55.759 18.8085C55.759 18.8717 56.1703 19.0932 57.0245 19.5013C57.4991 19.7544 58.0053 19.9759 58.5115 20.1025H58.5431C58.6697 20.0708 58.733 19.8494 58.8279 19.5013C59.2392 17.9226 59.8087 16.3755 60.568 14.955C61.4222 13.2497 62.4377 11.6077 63.5451 10.0638L64.2095 9.21277C64.2411 9.27604 64.2411 9.30768 64.2411 9.37096L64.2727 9.62406V10.0037C64.2727 11.6141 63.9564 13.9806 63.3236 17.1064C63.1021 18.1472 62.9756 18.7484 62.9756 18.8433C63.3869 19.128 63.7982 19.3495 64.2411 19.5361C64.684 19.7892 65.1902 20.0107 65.6964 20.1689C65.7913 20.1689 65.9179 19.8525 66.0761 19.2862C66.4241 17.8024 67.1834 16.0338 68.3572 13.9521C68.6735 13.3826 69.1797 12.5948 69.8441 11.554C70.5085 10.5131 70.9831 9.84868 71.2362 9.56395L71.5526 9.21593V9.6905C71.5526 11.3641 71.2362 13.8255 70.6034 17.0779C70.382 18.277 70.2554 18.8781 70.2554 18.9097C70.2554 18.9414 70.6983 19.1945 71.5842 19.6026C72.4701 19.9822 72.913 20.1721 72.9763 20.1721C73.0079 20.1721 73.1344 20.0771 73.1661 19.8873C73.1977 19.6975 73.3559 19.0363 73.5774 17.8657C74.305 14.1736 74.653 11.3325 74.653 9.34248C74.6847 8.49143 74.5898 7.66885 74.3367 6.88107V6.89373Z\" fill=\"white\"/>\\n<path d=\"M52.8676 24.0667L50.6814 38.2087C50.4916 39.5343 50.9978 39.9772 51.9153 39.9772C52.8328 39.9772 53.4972 39.5027 53.687 38.2087L55.8415 24.0983H58.5655L56.411 38.0189C55.9681 40.9548 54.2249 42.6285 51.4091 42.6285C48.5934 42.6285 47.3563 40.9548 47.7992 38.0189L49.9538 24.0983H52.8676V24.0667Z\" fill=\"white\"/>\\n<path d=\"M68.6386 29.116L66.6106 42.3722H64.0132L66.8005 24.0635H70.442L71.7075 35.0164L73.3843 24.0635H75.9501L73.1312 42.3722H70.1857L68.6354 29.116H68.6386Z\" fill=\"white\"/>\\n<path d=\"M84.3438 24.0667H87.226L84.4071 42.3754H81.5249L84.3438 24.0667Z\" fill=\"white\"/>\\n<path d=\"M97.6759 38.9965L102.172 24.0667H104.832L99.1628 42.3754H94.8569V24.0667H97.7708L97.6759 38.9965Z\" fill=\"white\"/>\\n<path d=\"M114.14 31.799H118.098L117.718 34.4186H113.76L112.938 39.7843H117.908L117.497 42.4039H109.644L112.463 24.0952H120.316L119.904 26.6832H114.934L114.143 31.7958L114.14 31.799Z\" fill=\"white\"/>\\n<path d=\"M131.62 42.3722C131.525 41.8976 131.461 41.6161 131.715 40.1323L132.157 37.2596C132.411 35.5543 131.936 34.9247 130.639 34.9247H129.658L128.519 42.3754H125.637L128.456 24.0667H132.825C135.802 24.0667 136.878 25.4555 136.467 28.265L136.245 29.7171C135.96 31.6122 135.169 32.8429 133.774 33.4409C135.135 34.042 135.388 35.4309 135.071 37.3228L134.628 40.1639C134.502 41.0466 134.407 41.711 134.597 42.3722H131.62ZM130.892 26.6831L130.038 32.3019H131.177C132.252 32.3019 132.983 31.8274 133.205 30.3752L133.489 28.575C133.679 27.281 133.331 26.6799 132.319 26.6799H130.895L130.892 26.6831Z\" fill=\"white\"/>\\n<path d=\"M149.131 23.877C151.95 23.877 153.121 25.5506 152.678 28.4866L152.583 29.056H149.859L149.985 28.2999C150.175 27.0059 149.732 26.4997 148.815 26.4997C147.897 26.4997 147.296 27.0059 147.106 28.2999C146.537 32.0553 152.045 32.783 151.254 37.9905C150.811 40.9265 149.068 42.6001 146.252 42.6001C143.436 42.6001 142.199 40.9265 142.642 37.9905L142.8 36.8547H145.524L145.335 38.1487C145.145 39.4427 145.651 39.9173 146.568 39.9173C147.486 39.9173 148.15 39.4427 148.34 38.1487C148.91 34.3933 143.37 33.6656 144.161 28.4581C144.635 25.5537 146.347 23.8801 149.131 23.8801V23.877Z\" fill=\"white\"/>\\n<path d=\"M161.324 24.0667H164.238L161.419 42.3754H158.537L161.324 24.0667Z\" fill=\"white\"/>\\n<path d=\"M171.771 24.0667H180.702L180.291 26.6862H177.282L174.843 42.3754H171.964L174.372 26.6862H171.363L171.774 24.0667H171.771Z\" fill=\"white\"/>\\n<path d=\"M189.061 36.3136L187.289 24.0667H190.33L191.247 32.4317L194.73 24.0667H197.486L191.946 36.3136L191.026 42.3754H188.144L189.064 36.3136H189.061Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lpf0sc\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"\uD83D\uDD13 Become unstoppable. \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"Start your journey.\"})]})}),className:\"framer-1923q4k\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ns8dge\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Tom Bilyeu's 3-Part Formula\",/*#__PURE__*/_jsx(\"br\",{}),\"for \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"Crushing Your Wildest Goals\"})]})}),className:\"framer-1kei0yp\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Prioritize your time and energy so you can achieve anything you dream of - even if you struggle with procrastination or focus. Plus, claim your \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif'},children:\"BONUS goal-tracking tool \"}),\"to stay on track!\"]})}),className:\"framer-1je49q\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{y:8748.199999999999}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:6894.900000000001,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10aoqol-container\",children:/*#__PURE__*/_jsx(ButtonsPrimary,{f7l6h1RI9:true,height:\"100%\",id:\"Ukh1hXqUb\",layoutId:\"Ukh1hXqUb\",lhBPl4Xl4:\"https://impacttheoryuniversity.com\",style:{height:\"100%\"},TmgtYo1gA:\"\uD83D\uDE80 Get Started Today\",variant:\"wN4hrDOkQ\",width:\"100%\",WYsUimvEG:false})})})})]})})})}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g8sfv4 hidden-72rtr7 hidden-7bq7uh hidden-ofkmfc\",\"data-framer-name\":\"Section Mobile\",name:\"Section Mobile\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(9160.6),pixelHeight:689,pixelWidth:1254,sizes:\"100vw\",src:\"https://framerusercontent.com/images/eWPZnUuBdW3eiqzIDWwkgni4C4M.png\",srcSet:\"https://framerusercontent.com/images/eWPZnUuBdW3eiqzIDWwkgni4C4M.png?scale-down-to=512 512w,https://framerusercontent.com/images/eWPZnUuBdW3eiqzIDWwkgni4C4M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eWPZnUuBdW3eiqzIDWwkgni4C4M.png 1254w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:689,pixelWidth:1254,src:\"https://framerusercontent.com/images/eWPZnUuBdW3eiqzIDWwkgni4C4M.png\",srcSet:\"https://framerusercontent.com/images/eWPZnUuBdW3eiqzIDWwkgni4C4M.png?scale-down-to=512 512w,https://framerusercontent.com/images/eWPZnUuBdW3eiqzIDWwkgni4C4M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eWPZnUuBdW3eiqzIDWwkgni4C4M.png 1254w\"},className:\"framer-1x8d1ew\",\"data-framer-name\":\"Container\",name:\"Container\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gch7s1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iglp30\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ie2tyn\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hg5dii\",\"data-framer-name\":\"Logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:43,intrinsicWidth:200,name:\"Logo\",svg:'<svg width=\"200\" height=\"43\" viewBox=\"0 0 200 43\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M26.8423 5.35622C17.0915 1.23383 5.84118 5.78966 1.72512 15.4929C-2.40992 25.2152 2.16172 36.4276 11.8935 40.531C21.6442 44.6534 32.8724 40.0975 37.0106 30.3753C41.1457 20.6372 36.574 9.44065 26.8423 5.35622ZM30.4268 33.9092C29.0253 35.3076 27.3358 36.4624 25.4565 37.2375C17.5092 40.5088 8.38169 36.7281 5.10086 28.7839C1.83902 20.9378 5.4995 11.9527 13.333 8.56745C21.2614 5.22018 30.4078 8.88699 33.7836 16.7932C36.2513 22.6747 34.9225 29.4451 30.4268 33.9061V33.9092Z\" fill=\"#00F2FF\"/>\\n<path d=\"M11.8176 23.2062L8.28998 24.4179C8.28998 24.4179 8.271 24.4179 8.271 24.4369V24.4559L9.40995 27.7272C9.40995 27.7272 9.40995 27.7462 9.42893 27.7462H9.44792L12.9597 26.5345C12.9597 26.5345 12.9787 26.5345 12.9787 26.5155V26.4965L11.8397 23.2252C11.8587 23.2062 11.8207 23.2062 11.8207 23.2062H11.8176Z\" fill=\"#00F2FF\"/>\\n<path d=\"M30.1831 16.9103L25.0799 18.6693C25.0799 18.6693 25.6304 14.509 25.6304 14.471C25.6304 14.433 25.6304 14.452 25.6114 14.4141L22.1566 12.7689C22.0427 12.712 22.0427 12.7499 22.0427 12.7879L21.0967 20.0519L19.5971 20.5613C19.5971 20.5613 19.5781 20.5613 19.5781 20.5802V20.5992L20.6032 23.5668C20.6032 23.5668 19.7711 29.9007 19.7711 30.0716C19.7711 30.448 19.9609 30.8087 20.3216 30.9606L23.7195 32.6437C24.308 32.9063 24.7224 33.1531 25.1052 32.7196L28.5759 28.7871L25.5418 27.2368L23.6657 29.3565L24.5547 22.5291L31.3442 20.1626C31.3442 20.1626 31.3632 20.1626 31.3632 20.1436V20.1247L30.2242 16.8533C30.2052 16.9103 30.2052 16.8723 30.1862 16.9103H30.1831Z\" fill=\"#00F2FF\"/>\\n<path d=\"M18.6258 15.0753L15.2279 13.3921C14.6394 13.1295 14.225 12.9018 13.8422 13.3162L10.3525 17.214L13.3676 18.7262L15.2437 16.6065L13.2885 31.4319C13.2885 31.4319 13.2885 31.5079 13.2695 31.5648C13.2695 31.5775 13.2759 31.5965 13.2885 31.6218L13.4024 31.6787C14.2187 32.0742 16.7212 33.2669 16.7212 33.2669C16.8351 33.3239 16.8541 33.3239 16.892 33.2669C16.892 33.2669 19.151 16.132 19.1668 15.9611C19.2237 15.3568 18.6163 15.0721 18.6163 15.0721L18.6258 15.0753Z\" fill=\"#00F2FF\"/>\\n<path d=\"M139.156 0.392212C139.188 0.392212 139.662 0.613676 140.548 1.0566C141.023 1.24643 141.466 1.49953 141.877 1.78111C141.877 2.03421 140.959 10.3992 140.959 10.5258C140.959 10.589 141.149 10.3043 141.56 9.64307C142.193 8.63382 142.889 7.65306 143.652 6.73873C144.506 5.69785 145.012 5.16001 145.202 5.16001C145.708 5.34983 146.183 5.53966 146.626 5.79276C147.005 5.95095 147.385 6.14078 147.765 6.36224C147.923 6.48879 148.018 6.64698 148.113 6.80517C148.366 7.62458 148.492 8.4788 148.461 9.32985C148.429 10.8769 148.302 12.3924 148.049 13.9078C147.828 15.2651 147.606 16.6223 147.353 17.9796C147.1 19.3368 146.91 20.0297 146.815 20.093H146.784C146.309 19.9664 145.866 19.7766 145.455 19.5551C144.949 19.3337 144.474 19.0806 144.031 18.7674L144.348 17.2203C144.822 15.0753 145.107 12.9271 145.265 10.7504V10.2125C145.265 10.0227 145.297 9.86453 145.297 9.73798V9.48488C145.297 9.26341 145.265 9.13686 145.234 9.13686L145.202 9.1685C144.443 10.0512 143.778 11.0003 143.206 12.0096C141.336 15.0088 140.165 17.6284 139.722 19.8051C139.691 19.9949 139.627 20.1215 139.564 20.1215L138.172 19.4887C137.539 19.1723 137.128 18.9825 137.033 18.9192C136.907 18.856 136.843 18.7294 136.843 18.6029C136.843 18.4763 137.001 17.2772 137.286 15.0057C137.571 12.7657 139.124 0.392212 139.156 0.392212Z\" fill=\"white\"/>\\n<path d=\"M197.483 24.2534C197.42 24.2534 196.977 24.032 196.091 23.5922C195.205 23.1493 194.762 22.8993 194.762 22.8645C194.762 22.6114 195.711 15.0057 195.711 14.8792C195.711 14.8159 195.522 15.1006 195.11 15.7619C194.478 16.7711 193.778 17.7519 193.019 18.6662C192.165 19.7071 191.659 20.2449 191.469 20.2449C190.959 20.0551 190.488 19.8653 190.042 19.6122C189.662 19.454 189.283 19.2325 188.903 19.0427C188.745 18.9161 188.618 18.758 188.555 18.5681C188.299 17.7487 188.175 16.8945 188.207 16.0434C188.239 14.4964 188.365 12.9809 188.618 11.4655C188.808 10.1082 189.061 8.75096 189.314 7.3937C189.567 6.03645 189.757 5.34042 189.852 5.28031H189.884C190.358 5.40686 190.801 5.59668 191.216 5.81815C191.722 6.03961 192.197 6.29271 192.639 6.60592L192.323 8.15301C191.849 10.2664 191.564 12.4462 191.406 14.6229C191.406 14.7811 191.406 14.9393 191.374 15.1607C191.342 15.3822 191.342 15.5088 191.342 15.6353V15.8884C191.342 16.1099 191.374 16.2364 191.406 16.2364L191.437 16.2048C192.2 15.3221 192.864 14.373 193.434 13.3637C195.3 10.3645 196.474 7.74488 196.917 5.56821C196.949 5.37838 197.012 5.25183 197.075 5.25183L198.47 5.88458C199.103 6.20096 199.514 6.39079 199.609 6.45406C199.736 6.51734 199.799 6.64389 199.799 6.77044C199.799 6.89699 199.641 8.09606 199.356 10.3676C199.1 12.6392 197.55 24.2566 197.486 24.2566L197.483 24.2534Z\" fill=\"white\"/>\\n<path d=\"M156.351 5.47335C156.699 5.37844 157.047 5.3468 157.395 5.3468C157.806 5.3468 158.471 5.56827 159.328 5.97956L160.657 6.61231L160.625 7.62155C160.53 8.94717 160.151 10.2411 159.486 11.3769C158.79 12.6076 157.873 13.6802 156.762 14.5027C156.288 14.8191 155.813 15.1355 155.307 15.3854C154.801 15.6702 154.263 15.9233 153.725 16.1416C153.567 16.2049 153.472 16.2365 153.472 16.2681C153.472 16.363 153.472 16.458 153.535 16.5212C153.63 16.806 153.788 17.0591 154.01 17.2457C154.2 17.4672 154.421 17.6254 154.706 17.7203C154.801 17.7519 154.896 17.7519 154.991 17.7519C155.497 17.7519 156.035 17.4672 156.604 16.8692C157.11 16.2365 157.522 15.5436 157.838 14.7875C157.901 14.5977 157.996 14.4711 158.154 14.4711C158.597 14.5977 159.009 14.7875 159.388 14.9773C159.8 15.1671 160.211 15.357 160.591 15.6101C160.613 15.6322 160.622 15.6512 160.622 15.6733C160.622 15.8632 160.337 16.3662 159.8 17.1888C159.388 17.8215 158.914 18.3878 158.376 18.9257C157.3 19.8717 156.158 20.3779 154.956 20.3779C154.418 20.3779 153.88 20.2829 153.374 20.0298C152.71 19.6818 152.108 19.2104 151.697 18.5777C151.191 17.8848 150.811 17.1255 150.59 16.3061C150.4 15.4234 150.337 14.4743 150.368 13.5599C150.368 13.1803 150.368 12.7722 150.432 12.3925C150.685 10.972 151.223 9.61472 152.045 8.41566C152.963 6.90021 154.548 5.82769 156.351 5.47968V5.47335ZM157.522 8.63079C157.522 8.59915 157.427 8.56752 157.237 8.56752C156.952 8.56752 156.699 8.59915 156.446 8.69407C155.117 9.10536 154.197 10.083 153.659 11.63C153.406 12.2312 153.279 12.8607 153.216 13.5251C153.216 13.5568 153.216 13.5884 153.247 13.5884C153.406 13.5884 153.817 13.367 154.481 12.8956C155.304 12.3261 156 11.6332 156.509 10.7822C156.762 10.4025 156.952 9.99438 157.142 9.58309C157.332 9.32998 157.458 8.98197 157.522 8.63712V8.63079Z\" fill=\"white\"/>\\n<path d=\"M168.987 5.25179C169.082 5.25179 169.145 5.25179 169.24 5.22016L169.462 5.15688L169.588 5.12524C170.097 5.28343 170.537 5.5049 170.983 5.758C171.363 5.94782 171.616 6.07437 171.774 6.13765C171.932 6.23256 172.059 6.29584 172.186 6.42239C172.312 6.54894 172.407 6.61221 172.407 6.64385L172.534 6.99187L172.755 7.49807C173.135 8.25421 173.293 9.55135 173.293 11.3484C173.293 11.9179 173.261 12.4525 173.166 13.022C172.882 14.3476 172.375 15.61 171.648 16.7774C171.015 17.8183 170.158 18.7358 169.145 19.4286C168.478 19.9032 167.655 20.1848 166.832 20.2164C165.947 20.2164 165.089 19.8051 164.301 18.9857C163.064 17.7234 162.432 16.0181 162.432 13.8731C162.432 13.1169 162.495 12.3576 162.653 11.6015C163.001 10.3391 163.574 9.14006 164.333 8.06755C164.903 7.34304 165.63 6.71029 166.424 6.23573C167.247 5.76116 168.104 5.41631 168.99 5.25812L168.987 5.25179ZM169.968 9.00719C169.904 8.78572 169.81 8.56426 169.715 8.3428C169.62 8.24788 169.525 8.21624 169.398 8.21624C168.607 8.21624 167.813 8.65917 167.022 9.51023C166.516 10.143 166.105 10.8675 165.852 11.6236C165.567 12.443 165.409 13.2973 165.377 14.1799C165.377 14.6861 165.44 15.1575 165.567 15.6638C165.915 16.7046 166.329 17.2108 166.832 17.2108C167.244 17.1792 167.623 16.9894 167.908 16.673C168.256 16.3566 168.576 16.0086 168.857 15.6321C169.778 14.4014 170.313 12.9176 170.347 11.3705C170.347 10.5827 170.221 9.7918 169.968 9.00402V9.00719Z\" fill=\"white\"/>\\n<path d=\"M176.84 5.56817C176.871 5.31507 176.934 5.18852 176.998 5.18852C177.472 5.34671 177.918 5.56817 178.358 5.82127C178.801 6.0111 179.244 6.2642 179.655 6.51414C179.687 6.57741 179.687 6.67233 179.687 6.7356C179.687 7.14689 179.655 7.52338 179.592 7.93467C179.497 8.69081 179.465 9.1021 179.465 9.16537C179.465 9.22865 179.592 9.13374 179.877 8.75408L180.13 8.37443C180.699 7.58665 181.332 6.85899 182.031 6.19776C182.791 5.5049 183.297 5.12524 183.55 5.12524C184.059 5.28343 184.534 5.53653 184.977 5.78964C185.356 5.94782 185.704 6.16929 186.052 6.39075C186.179 6.5173 186.274 6.67549 186.309 6.86532C186.404 7.68473 186.435 8.53895 186.404 9.35836C186.435 10.2727 186.404 11.1902 186.309 12.1045C186.245 12.5158 186.119 13.1138 185.897 13.8414C185.803 14.2843 185.641 14.6925 185.483 15.1354C185.483 15.167 185.451 15.167 185.388 15.167C184.913 15.0089 184.439 14.819 184.028 14.5659C183.11 14.123 182.667 13.8731 182.667 13.8414C182.699 13.6516 182.762 13.4301 182.825 13.2403C183.173 12.1362 183.363 11.0004 183.335 9.82977C183.335 9.10526 183.303 8.75725 183.271 8.75725C182.987 8.97871 182.734 9.20018 182.509 9.45011C180.165 11.8482 178.709 14.9741 178.172 18.7927C178.14 19.2356 178.045 19.6438 177.918 20.0551H177.887C177.381 19.8969 176.874 19.6754 176.4 19.4223C175.546 19.011 175.134 18.7579 175.134 18.6946C175.134 18.6314 175.419 16.4863 175.957 12.288C176.495 8.08969 176.811 5.88138 176.843 5.56501L176.84 5.56817Z\" fill=\"white\"/>\\n<path d=\"M129.342 0.392202C129.817 0.55039 130.291 0.740216 130.702 0.993318C131.493 1.40461 131.936 1.62607 131.968 1.71782C132 1.81273 132 1.90765 132 1.97092C132 2.35057 131.683 5.12836 131.683 5.19164C131.705 5.21378 131.724 5.22327 131.746 5.22327C131.778 5.22327 133.297 4.78035 133.711 4.62216H133.774C133.996 5.06509 134.186 5.50485 134.312 5.94778C134.47 6.32743 134.565 6.70392 134.66 7.11521C134.66 7.17848 134.629 7.24176 134.565 7.2734C134.47 7.30503 131.304 8.44083 131.24 8.44083C131.177 8.44083 131.209 8.72556 131.209 8.7572C131.209 9.29504 130.481 15.2271 130.481 15.3853C130.481 15.5435 130.861 15.1322 131.62 14.2811C132.348 13.4934 132.759 13.1137 132.854 13.1137C133.265 13.2403 133.645 13.4301 133.993 13.6515C134.657 13.9996 135.005 14.221 135.005 14.2527C135.005 14.2843 134.119 15.3252 132.408 17.2519C130.699 19.1786 129.747 20.1246 129.62 20.1246C129.431 20.1246 128.956 19.9348 128.165 19.5235L126.868 18.8907L126.931 18.5111C126.963 18.3845 128.007 10.1145 128.039 10.0195C128.07 9.86136 128.102 9.67153 128.102 9.51334C128.039 9.03878 127.912 8.56738 127.722 8.09281C127.469 7.30503 127.342 6.89374 127.342 6.86211L127.374 6.79883C127.406 6.79883 127.596 6.73555 127.975 6.57737C128.165 6.51409 128.355 6.41918 128.545 6.32427C128.545 6.22935 129.146 0.389038 129.336 0.389038L129.342 0.392202Z\" fill=\"white\"/>\\n<path d=\"M52.6776 2.66391C53.1522 2.85374 53.6267 3.04356 54.0697 3.3283C54.5126 3.51813 54.9239 3.77123 55.3352 4.0528C55.3352 4.14772 55.2086 4.99877 54.9872 6.64076C54.8606 7.68164 53.9115 14.5628 53.7533 15.8885C53.4053 18.6662 53.1838 20.0868 53.1205 20.1501H53.0889C52.6143 20.0235 52.1398 19.8653 51.7285 19.6122L51.3488 19.4224L51.0324 19.2642L50.811 19.1376C50.7477 19.106 50.6844 19.0744 50.6212 19.0111C50.5895 18.9795 50.5579 18.9162 50.5262 18.8529C50.4946 18.7896 50.463 18.7264 50.463 18.6631C50.463 18.5998 50.4313 18.5049 50.4313 18.4416C50.4313 18.2518 50.4946 17.7488 50.5895 16.8945C50.7793 15.4107 51.855 7.52029 51.855 7.45702C51.855 7.42538 51.8867 7.39374 51.8867 7.3621V7.33047C51.8867 7.29883 51.855 7.26719 51.8234 7.26719C51.7285 7.26719 50.5895 8.56117 50.4946 8.56117C50.0517 8.43462 49.6404 8.27643 49.2291 8.05497C48.5331 7.70695 48.1851 7.51713 48.1851 7.45385C48.1851 7.42222 52.5859 2.65442 52.6808 2.65442L52.6776 2.66391Z\" fill=\"white\"/>\\n<path d=\"M80.5754 6.89379L80.5122 7.64993C80.4489 8.15614 80.3856 8.62754 80.3223 9.1021C80.2907 9.3552 80.2591 9.57667 80.2591 9.82661L80.8918 8.94392C81.3347 8.31116 81.8409 7.74485 82.3788 7.20701C82.885 6.7008 83.4228 6.26104 83.9923 5.84975C84.5934 5.4701 84.9098 5.28027 84.9414 5.28027H84.9731C85.1313 5.28027 85.6375 5.50174 86.5233 5.91303C87.4092 6.32432 87.8205 6.57742 87.8521 6.66917C87.8837 6.76408 87.9154 7.23865 88.0103 8.21625C88.0419 8.849 88.0736 9.28877 88.0736 9.57351C88.1052 12.5095 87.3143 15.3822 85.7608 17.8752C85.2863 18.6946 84.6852 19.4223 84.0208 20.1152L83.7677 20.3366L82.4705 19.7672C81.5847 19.4191 81.1101 19.166 81.0785 19.0743C81.0468 19.011 81.2367 18.7579 81.6479 18.3182C83.2298 16.6445 84.3087 14.5628 84.7516 12.288C84.9414 11.3737 85.0047 10.4562 84.9731 9.54187C84.9731 9.03566 84.9414 8.78573 84.8782 8.78573C84.8149 8.78573 84.4669 9.00719 83.929 9.47859C83.4545 9.88988 83.0115 10.3296 82.6319 10.8042C81.1449 12.4778 80.0661 14.4647 79.4966 16.6445C79.2119 17.6221 78.1994 24.9462 78.1362 25.0095C78.1045 25.0412 77.5983 24.8513 76.7125 24.44L75.3521 23.7788L75.3837 23.3992C75.4153 22.893 76.3012 16.2016 76.4594 15.1607C77.3136 8.65918 77.7565 5.37519 77.7565 5.37519L77.8198 5.31191C78.2944 5.50174 78.7689 5.69156 79.2118 5.94466L80.5406 6.54578L80.5723 6.89379H80.5754Z\" fill=\"white\"/>\\n<path d=\"M95.8692 5.47335C96.3754 5.37844 96.8816 5.3468 97.3878 5.3468H98.2737C98.5584 5.47335 98.9697 5.69482 99.5392 6.01119L100.836 6.70406V7.4602C100.836 7.80821 100.583 9.92161 100.077 13.8352C99.5075 18.0651 99.1912 20.1785 99.1279 20.1785H99.0962C98.6217 20.0204 98.1471 19.7989 97.7042 19.5458L96.3754 18.913C96.407 18.7548 96.407 18.5017 96.4387 18.1854C96.4703 17.869 96.4703 17.5843 96.502 17.4292L95.711 18.1854C94.6986 19.163 93.8444 19.7957 93.1452 20.0488L92.7023 20.207L91.4051 19.5743C90.5193 19.163 90.0447 18.9415 90.0447 18.913C89.9498 18.4385 89.9182 17.9671 89.8865 17.4925C89.8549 16.8313 89.8232 16.3251 89.8232 15.9771C89.8232 13.3575 90.3611 11.0542 91.4684 9.06423C92.4492 7.04258 93.9393 5.87515 95.8692 5.46703V5.47335ZM97.2929 8.06131C97.0082 8.06131 96.6918 8.09295 96.4387 8.18786C94.8568 8.75734 93.778 10.2411 93.2085 12.7342C92.9237 13.9333 92.7972 15.1956 92.7972 16.4263C92.7972 16.8376 92.8288 17.0274 92.8605 17.0591H92.8921C93.0819 17.0591 93.5248 16.7111 94.2209 16.0182C94.8536 15.4171 95.4547 14.7558 95.9926 14.0598C96.3722 13.5852 96.6886 13.1139 96.9417 12.5444C97.1315 11.8199 97.2581 11.0606 97.3214 10.3044C97.5112 8.94717 97.6061 8.22267 97.6061 8.12775C97.6377 8.09612 97.5112 8.06448 97.2897 8.06448L97.2929 8.06131Z\" fill=\"white\"/>\\n<path d=\"M108.632 5.41008C108.98 5.37844 109.233 5.3468 109.328 5.3468C109.676 5.3468 110.309 5.56827 111.166 5.97956C112.052 6.39084 112.495 6.67242 112.495 6.86225C112.495 7.05207 112.368 7.9664 112.147 9.67167C111.926 11.3769 111.799 12.2596 111.767 12.2596L111.135 12.0382L109.869 11.4687C109.584 11.3421 109.331 11.2156 109.078 11.0574C108.983 10.9625 108.952 10.8676 108.952 10.741C108.952 10.4879 108.983 10.2348 109.015 9.98488C109.047 9.8267 109.047 9.66851 109.078 9.47868C109.11 9.28886 109.11 9.1623 109.141 9.06739V8.84593C109.141 8.68774 109.078 8.62446 108.983 8.62446H108.888C108.857 8.62446 108.793 8.6561 108.762 8.6561C107.939 8.78265 107.212 9.19394 106.671 9.82353C106.133 10.4246 105.753 11.1492 105.5 11.9053C105.215 12.7247 105.057 13.5789 105.057 14.4616C105.025 15.126 105.152 15.7872 105.437 16.3883C105.848 17.1445 106.323 17.5241 106.86 17.5241C107.019 17.5241 107.145 17.4925 107.303 17.4609C107.683 17.271 108.031 17.0179 108.316 16.6731C108.727 16.2618 109.107 15.7904 109.391 15.2842L109.929 14.4648L110.435 14.6862C111.733 15.2874 112.365 15.6322 112.365 15.7271C112.365 16.0119 112.049 16.6414 111.353 17.5906C110.499 18.8529 109.483 19.7071 108.313 20.1153C107.775 20.2735 107.237 20.3684 106.667 20.3367C106.224 20.3684 105.782 20.3051 105.37 20.1469C104.358 19.6723 103.5 18.8846 102.994 17.907C102.393 16.7712 102.077 15.5088 102.108 14.2148C102.108 13.4587 102.203 12.731 102.393 12.0065C102.741 10.3329 103.532 8.78582 104.706 7.52347C105.718 6.35604 107.113 5.62838 108.632 5.41008Z\" fill=\"white\"/>\\n<path d=\"M115.725 2.6638C116.2 2.82199 116.674 3.01181 117.086 3.26491C117.877 3.6762 118.32 3.89767 118.351 3.98942C118.383 4.08433 118.383 4.17924 118.383 4.24252C118.383 4.62217 118.161 6.32428 118.161 6.38755C118.184 6.4097 118.203 6.41919 118.225 6.41919C118.256 6.41919 119.775 5.97626 120.189 5.81807H120.253C120.474 6.261 120.664 6.70076 120.791 7.14369C120.949 7.52334 121.044 7.89983 121.139 8.31112C121.139 8.3744 121.107 8.43767 121.044 8.46931C120.949 8.50095 117.782 9.63674 117.719 9.63674C117.655 9.63674 117.687 9.92148 117.687 9.95312C117.687 10.491 117.086 15.224 117.086 15.3821C117.086 15.5403 118.509 13.9616 118.604 13.9616C119.016 14.0882 119.395 14.278 119.775 14.4994C120.123 14.6576 120.471 14.8475 120.787 15.1006C120.787 15.1955 116.355 20.0867 116.26 20.1183C116.07 20.1183 115.596 19.9285 114.805 19.5172L113.508 18.8844L113.571 18.5048C113.602 18.3782 114.52 11.3072 114.52 11.2123C114.552 11.0541 114.583 10.8643 114.583 10.7061C114.52 10.2315 114.393 9.76013 114.172 9.3172C113.919 8.52942 113.792 8.11813 113.792 8.08649L113.824 8.02322C113.856 8.02322 114.045 7.95994 114.425 7.80175C114.615 7.73848 114.805 7.64357 114.995 7.54865C115.026 7.4221 115.532 2.65747 115.722 2.65747L115.725 2.6638Z\" fill=\"white\"/>\\n<path d=\"M74.3367 6.89373C74.2734 6.73554 74.1785 6.57735 74.0203 6.48244C73.8621 6.38752 73.4508 6.16606 72.8181 5.88132C72.3751 5.65986 71.9322 5.50167 71.4576 5.34348C71.2678 5.34348 70.9198 5.59658 70.4769 6.09962C69.6859 7.01395 68.9583 7.99472 68.2591 9.00396L67.4365 10.2347V9.2887C67.4681 8.5642 67.3732 7.83653 67.1518 7.11203C67.1201 7.01711 67.0885 6.9222 67.0568 6.85893C66.9936 6.6691 66.867 6.51091 66.7088 6.416C66.3292 6.19453 65.9179 6.00471 65.5066 5.81488L64.1462 5.18213L63.3552 5.96991C62.3112 7.1057 61.3589 8.30477 60.568 9.63038L60.3781 9.9784C60.3149 10.1049 60.2516 10.1999 60.1883 10.2631L60.0301 10.4846C59.9985 10.5162 59.9668 10.5795 59.9352 10.6112L59.9036 10.6428L60.125 8.84261C60.2832 7.77009 60.3465 7.13734 60.3465 6.97915V6.72605C60.3465 6.66277 60.3149 6.56786 60.2516 6.53622C60.2199 6.47295 60.1567 6.44131 60.125 6.40967C60.0618 6.34639 59.9985 6.31476 59.9352 6.28312L59.7137 6.15657C59.6188 6.09329 59.4923 6.06166 59.3974 5.99838C59.2392 5.93511 59.1126 5.87183 59.0177 5.84019C58.1319 5.4289 57.6889 5.23908 57.6573 5.23908L57.594 5.30235C57.594 5.33399 57.4991 6.05849 57.2776 7.5423C57.0562 9.02611 56.8347 10.7314 56.55 12.7182C56.2969 14.6766 56.1387 15.844 56.0754 16.1889C55.8539 17.736 55.759 18.6186 55.759 18.8085C55.759 18.8717 56.1703 19.0932 57.0245 19.5013C57.4991 19.7544 58.0053 19.9759 58.5115 20.1025H58.5431C58.6697 20.0708 58.733 19.8494 58.8279 19.5013C59.2392 17.9226 59.8087 16.3755 60.568 14.955C61.4222 13.2497 62.4377 11.6077 63.5451 10.0638L64.2095 9.21277C64.2411 9.27604 64.2411 9.30768 64.2411 9.37096L64.2727 9.62406V10.0037C64.2727 11.6141 63.9564 13.9806 63.3236 17.1064C63.1021 18.1472 62.9756 18.7484 62.9756 18.8433C63.3869 19.128 63.7982 19.3495 64.2411 19.5361C64.684 19.7892 65.1902 20.0107 65.6964 20.1689C65.7913 20.1689 65.9179 19.8525 66.0761 19.2862C66.4241 17.8024 67.1834 16.0338 68.3572 13.9521C68.6735 13.3826 69.1797 12.5948 69.8441 11.554C70.5085 10.5131 70.9831 9.84868 71.2362 9.56395L71.5526 9.21593V9.6905C71.5526 11.3641 71.2362 13.8255 70.6034 17.0779C70.382 18.277 70.2554 18.8781 70.2554 18.9097C70.2554 18.9414 70.6983 19.1945 71.5842 19.6026C72.4701 19.9822 72.913 20.1721 72.9763 20.1721C73.0079 20.1721 73.1344 20.0771 73.1661 19.8873C73.1977 19.6975 73.3559 19.0363 73.5774 17.8657C74.305 14.1736 74.653 11.3325 74.653 9.34248C74.6847 8.49143 74.5898 7.66885 74.3367 6.88107V6.89373Z\" fill=\"white\"/>\\n<path d=\"M52.8676 24.0667L50.6814 38.2087C50.4916 39.5343 50.9978 39.9772 51.9153 39.9772C52.8328 39.9772 53.4972 39.5027 53.687 38.2087L55.8415 24.0983H58.5655L56.411 38.0189C55.9681 40.9548 54.2249 42.6285 51.4091 42.6285C48.5934 42.6285 47.3563 40.9548 47.7992 38.0189L49.9538 24.0983H52.8676V24.0667Z\" fill=\"white\"/>\\n<path d=\"M68.6386 29.116L66.6106 42.3722H64.0132L66.8005 24.0635H70.442L71.7075 35.0164L73.3843 24.0635H75.9501L73.1312 42.3722H70.1857L68.6354 29.116H68.6386Z\" fill=\"white\"/>\\n<path d=\"M84.3438 24.0667H87.226L84.4071 42.3754H81.5249L84.3438 24.0667Z\" fill=\"white\"/>\\n<path d=\"M97.6759 38.9965L102.172 24.0667H104.832L99.1628 42.3754H94.8569V24.0667H97.7708L97.6759 38.9965Z\" fill=\"white\"/>\\n<path d=\"M114.14 31.799H118.098L117.718 34.4186H113.76L112.938 39.7843H117.908L117.497 42.4039H109.644L112.463 24.0952H120.316L119.904 26.6832H114.934L114.143 31.7958L114.14 31.799Z\" fill=\"white\"/>\\n<path d=\"M131.62 42.3722C131.525 41.8976 131.461 41.6161 131.715 40.1323L132.157 37.2596C132.411 35.5543 131.936 34.9247 130.639 34.9247H129.658L128.519 42.3754H125.637L128.456 24.0667H132.825C135.802 24.0667 136.878 25.4555 136.467 28.265L136.245 29.7171C135.96 31.6122 135.169 32.8429 133.774 33.4409C135.135 34.042 135.388 35.4309 135.071 37.3228L134.628 40.1639C134.502 41.0466 134.407 41.711 134.597 42.3722H131.62ZM130.892 26.6831L130.038 32.3019H131.177C132.252 32.3019 132.983 31.8274 133.205 30.3752L133.489 28.575C133.679 27.281 133.331 26.6799 132.319 26.6799H130.895L130.892 26.6831Z\" fill=\"white\"/>\\n<path d=\"M149.131 23.877C151.95 23.877 153.121 25.5506 152.678 28.4866L152.583 29.056H149.859L149.985 28.2999C150.175 27.0059 149.732 26.4997 148.815 26.4997C147.897 26.4997 147.296 27.0059 147.106 28.2999C146.537 32.0553 152.045 32.783 151.254 37.9905C150.811 40.9265 149.068 42.6001 146.252 42.6001C143.436 42.6001 142.199 40.9265 142.642 37.9905L142.8 36.8547H145.524L145.335 38.1487C145.145 39.4427 145.651 39.9173 146.568 39.9173C147.486 39.9173 148.15 39.4427 148.34 38.1487C148.91 34.3933 143.37 33.6656 144.161 28.4581C144.635 25.5537 146.347 23.8801 149.131 23.8801V23.877Z\" fill=\"white\"/>\\n<path d=\"M161.324 24.0667H164.238L161.419 42.3754H158.537L161.324 24.0667Z\" fill=\"white\"/>\\n<path d=\"M171.771 24.0667H180.702L180.291 26.6862H177.282L174.843 42.3754H171.964L174.372 26.6862H171.363L171.774 24.0667H171.771Z\" fill=\"white\"/>\\n<path d=\"M189.061 36.3136L187.289 24.0667H190.33L191.247 32.4317L194.73 24.0667H197.486L191.946 36.3136L191.026 42.3754H188.144L189.064 36.3136H189.061Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-l3wn67\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"\uD83D\uDD13 Become unstoppable. \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"Start your journey.\"})]})}),className:\"framer-1k3yfzb\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k52hmr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:\"Tom Bilyeu's 3-Part Formula\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:\"for \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"Crushing Your Wildest Goals\"})]})}),className:\"framer-tiey5u\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Prioritize your time and energy so you can achieve anything you dream of - even if you struggle with procrastination or focus. Plus, claim your \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif'},children:\"BONUS goal-tracking tool \"}),\"to stay on track!\"]})}),className:\"framer-72uyep\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{width:\"calc(100vw - 48px)\",y:9735.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ota3zd-container\",children:/*#__PURE__*/_jsx(ButtonsPrimary,{f7l6h1RI9:true,height:\"100%\",id:\"y40o6q9LJ\",layoutId:\"y40o6q9LJ\",lhBPl4Xl4:\"https://impacttheoryuniversity.com\",style:{height:\"100%\",width:\"100%\"},TmgtYo1gA:\"\uD83D\uDE80 Get Started Today\",variant:\"wN4hrDOkQ\",width:\"100%\",WYsUimvEG:false})})})})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:2250,loading:getLoadingLazyAtYPosition(8890.8),pixelHeight:667,pixelWidth:1953,positionX:\"28.9%\",positionY:\"51.5%\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/KJMu9yljGjcnlGHNAGnBUZowQOU.png\",srcSet:\"https://framerusercontent.com/images/KJMu9yljGjcnlGHNAGnBUZowQOU.png?scale-down-to=512 512w,https://framerusercontent.com/images/KJMu9yljGjcnlGHNAGnBUZowQOU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KJMu9yljGjcnlGHNAGnBUZowQOU.png 1953w\"}},LrXxWVsZf:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:2250,loading:getLoadingLazyAtYPosition(7095),pixelHeight:667,pixelWidth:1953,positionX:\"95.8%\",positionY:\"50%\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/KJMu9yljGjcnlGHNAGnBUZowQOU.png\",srcSet:\"https://framerusercontent.com/images/KJMu9yljGjcnlGHNAGnBUZowQOU.png?scale-down-to=512 512w,https://framerusercontent.com/images/KJMu9yljGjcnlGHNAGnBUZowQOU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KJMu9yljGjcnlGHNAGnBUZowQOU.png 1953w\"}},nJhQaRkKe:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:2250,loading:getLoadingLazyAtYPosition(9831.2),pixelHeight:667,pixelWidth:1953,positionX:\"30.1%\",positionY:\"52.4%\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/KJMu9yljGjcnlGHNAGnBUZowQOU.png\",srcSet:\"https://framerusercontent.com/images/KJMu9yljGjcnlGHNAGnBUZowQOU.png?scale-down-to=512 512w,https://framerusercontent.com/images/KJMu9yljGjcnlGHNAGnBUZowQOU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KJMu9yljGjcnlGHNAGnBUZowQOU.png 1953w\"}}},children:/*#__PURE__*/_jsxs(Image,{as:\"header\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:2250,loading:getLoadingLazyAtYPosition(7095),pixelHeight:667,pixelWidth:1953,sizes:\"100vw\",src:\"https://framerusercontent.com/images/KJMu9yljGjcnlGHNAGnBUZowQOU.png\",srcSet:\"https://framerusercontent.com/images/KJMu9yljGjcnlGHNAGnBUZowQOU.png?scale-down-to=512 512w,https://framerusercontent.com/images/KJMu9yljGjcnlGHNAGnBUZowQOU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KJMu9yljGjcnlGHNAGnBUZowQOU.png 1953w\"},className:\"framer-i21h0i\",\"data-framer-name\":\"Lisa\",name:\"Lisa\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7s3cu1\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rp7yzi hidden-ofkmfc hidden-1ao3rkw\"}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14d93y1 hidden-ofkmfc hidden-1ao3rkw\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1va69ur\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1hbok9x\",\"data-styles-preset\":\"mfIunfCxb\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Who is\"})}),className:\"framer-1hjpwfj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-zv5gru\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-jf0oik\",\"data-framer-name\":\"Group 3\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:39,intrinsicWidth:218,name:\"Group 3\",svg:'<svg width=\"218\" height=\"39\" viewBox=\"0 0 218 39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M107.076 13.8648C107.302 13.9361 107.528 14.0074 107.753 14.0727C107.551 14.5658 106.666 14.9223 105.959 14.7559C105.906 14.946 105.864 15.148 105.787 15.3381C105.71 15.5342 105.591 15.7183 105.502 15.8906C105.199 15.9084 104.902 15.8966 104.628 15.956C104.45 15.9916 104.302 16.1401 104.088 16.2649C104.48 16.5679 105.003 15.9144 105.222 16.7045C104.634 16.8649 104.058 17.0194 103.482 17.1738C103.458 17.2392 103.434 17.2986 103.411 17.3639C103.577 17.4412 103.749 17.5243 103.963 17.6253C103.696 17.9877 103.5 18.2669 103.244 18.6056C103.084 18.362 102.977 18.2016 102.876 18.0412C102.828 18.0412 102.775 18.0293 102.727 18.0293C102.65 18.4689 102.573 18.9145 102.496 19.3541C102.436 19.3482 102.377 19.3422 102.317 19.3303V18.7897C101.634 19.069 101.622 19.663 101.504 20.2036C101.26 20.2987 101.028 20.3937 100.761 20.4947C100.803 20.7027 100.838 20.8809 100.874 21.0769C100.612 21.2017 100.339 21.3265 100.066 21.4512C100.084 21.7601 100.102 22.0156 100.107 22.1047C99.6144 22.6156 99.2104 23.0374 98.8064 23.4533L98.8361 23.6374C99.1154 23.6671 99.4005 23.7681 99.6678 23.7206C101.212 23.4651 102.769 23.2572 104.278 22.877C106.411 22.3423 108.549 21.7601 110.617 21.0175C112.233 20.4353 113.932 20.0076 115.369 18.9798C115.862 18.6293 116.462 18.4333 117.015 18.1541C119.142 17.0788 121.049 15.7124 122.694 13.9658C123.283 13.342 123.651 12.6113 123.93 11.8568C124.102 11.3875 124.09 10.7637 123.93 10.2825C123.556 9.15969 122.766 8.33986 121.655 7.87648C120.579 7.42498 119.51 6.93783 118.399 6.5992C117.859 6.43286 117.229 6.5695 116.641 6.5695C116.647 6.52197 116.659 6.48039 116.664 6.43286C116.07 6.29028 115.476 6.1477 114.882 6.00512C114.662 6.118 114.454 6.22493 114.229 6.33781C114.015 6.17147 113.813 6.01701 113.581 5.84472C113.011 6.36751 112.447 6.2487 111.751 6.05265C110.955 5.8269 110.07 5.88037 109.221 5.86849C108.728 5.86849 108.234 5.96948 107.682 6.03483C107.599 6.15364 107.486 6.31999 107.385 6.46851C107.296 6.47445 107.225 6.50415 107.207 6.48039C106.613 5.93977 105.918 6.18929 105.252 6.21899C104.694 6.24276 104.141 6.26652 103.494 6.29622C103.482 6.36157 103.44 6.54574 103.387 6.80119C103.209 6.65267 103.054 6.52791 102.864 6.37345C100.173 7.03288 97.4697 7.69231 94.7192 8.36956C94.7904 8.65472 94.8261 8.7973 94.8736 9.01117C94.5825 8.89235 94.3271 8.79136 94.0538 8.68443C93.1746 9.33197 91.8319 9.14187 91.1666 10.3241C90.1626 10.1874 89.3962 10.9479 88.4694 11.2687C88.315 11.3221 88.2199 11.5835 88.1308 11.7677C87.8575 12.3261 87.3347 12.6113 86.8832 12.4271C86.3545 12.2133 86.1941 11.6845 86.3605 11.0548C86.6397 9.97952 87.3585 9.36168 88.315 8.90424C89.5328 8.32798 90.721 7.69231 91.927 7.09229C92.224 6.94971 92.5389 6.84872 92.8537 6.74178C94.1726 6.29028 95.4677 5.74373 96.8163 5.42292C99.0203 4.90013 101.195 4.20506 103.488 4.07436C105.448 3.96743 107.409 3.66445 109.369 3.65257C112.375 3.63474 115.405 3.45652 118.381 4.01495C119.884 4.30011 121.429 4.51398 122.795 5.29817C123.586 5.75561 124.358 6.20711 125.029 6.87842C125.665 7.51409 126.241 8.12005 126.514 8.96958C127.091 10.7578 127.102 12.5103 126.027 14.1381C125.302 15.2371 124.489 16.253 123.443 17.0966C122.795 17.6253 122.112 18.0353 121.37 18.4036C121.067 18.5521 120.865 18.9085 120.568 19.0808C119.017 19.9779 117.502 20.9581 115.88 21.6888C114.033 22.5206 112.078 23.1087 110.171 23.8097C110.07 23.8454 109.987 23.9285 109.88 23.9998C109.934 24.0949 109.951 24.184 109.999 24.2018C110.884 24.5285 111.787 24.8196 112.66 25.1761C113.813 25.6454 114.9 26.2454 115.583 27.3326C116.421 28.6574 115.94 30.7664 114.645 31.6456C114.55 31.711 114.389 31.7585 114.359 31.8476C113.967 32.9526 112.868 32.9764 112.019 33.3685C111.169 33.7606 110.314 34.1526 109.446 34.5032C108.84 34.7467 108.294 35.1863 107.581 35.1269C107.421 35.1151 107.248 35.1566 107.094 35.2042C106.298 35.4477 105.508 35.7151 104.706 35.9527C104.533 36.0062 104.337 35.9884 104.153 36.0121C103.945 36.0418 103.702 36.024 103.541 36.1309C103.149 36.3923 102.769 36.4933 102.276 36.4339C101.937 36.3923 101.569 36.6597 101.201 36.7131C100.304 36.8557 99.4064 36.9983 98.5034 37.0577C97.3806 37.1349 96.24 37.2359 95.1231 37.1409C94.3508 37.0755 93.6082 36.6894 92.8894 36.4577H90.9943C90.9052 36.226 90.7448 35.9824 90.7091 35.721C90.5249 34.313 90.5665 32.9467 91.3982 31.6932C91.5824 31.4139 91.5824 31.01 91.7131 30.6892C92.022 29.9228 92.3725 29.1743 92.6874 28.4079C92.7765 28.194 92.7943 27.9505 92.8656 27.6415C92.4617 27.695 92.1884 27.7306 91.7666 27.79C91.7666 27.4217 91.6715 27.0653 91.7844 26.8039C92.1646 25.9306 92.6874 25.1642 93.6855 24.8672C93.9053 24.8018 94.2023 24.7068 94.2795 24.5404C94.6003 23.8335 95.2657 23.477 95.7529 22.9483C96.1806 22.4849 96.5192 21.9324 96.9054 21.4334C98.3846 19.5264 99.8104 17.5719 101.373 15.7302C102.579 14.3104 103.921 12.9915 105.282 11.7142C106.036 11.0073 106.933 10.4429 107.819 9.89041C108.371 9.5399 109.031 9.25474 109.678 9.71813C110.439 10.2647 110.926 10.9776 110.67 11.9637C110.599 12.2251 110.385 12.4925 110.165 12.6707C109.821 12.9499 109.429 13.1876 109.025 13.3777C108.716 13.5202 108.365 13.5737 108.027 13.6272C107.724 13.6747 107.409 13.6628 107.1 13.6747C107.094 13.74 107.088 13.8054 107.082 13.8707L107.076 13.8648ZM95.1172 29.602C95.2479 29.8218 95.3548 29.9941 95.5271 30.2674C95.1231 30.5822 94.7548 30.8733 94.3508 31.1882C94.8083 32.3288 93.5488 32.9229 93.4003 33.9091C93.7152 33.9625 93.9884 34.0101 94.2677 34.0517C95.0578 34.1705 95.8479 34.3784 96.644 34.3903C97.6361 34.4022 98.6223 34.2418 99.6144 34.1586C102.424 33.9269 105.139 33.2615 107.771 32.2991C109.203 31.7763 110.736 31.3902 111.858 30.2495C112.298 29.804 113.041 29.5723 113.047 28.7228C112.904 28.6218 112.767 28.4911 112.607 28.4079C111.645 27.9089 110.688 27.4039 109.708 26.9405C109.417 26.8039 109.066 26.7742 108.745 26.7088C108.003 26.5544 107.266 26.6435 106.512 26.691C105.52 26.7504 104.51 26.5722 103.428 26.495C103.363 26.4058 103.232 26.2217 103.096 26.0256C102.805 26.1801 102.561 26.3048 102.335 26.4237C101.711 26.1147 101.717 26.1207 101.135 26.4118C100.993 26.4831 100.832 26.5544 100.678 26.5603C99.9589 26.5781 99.2342 26.5662 98.5153 26.5662C98.5332 26.6257 98.551 26.6791 98.5688 26.7385C97.9628 27.0118 97.3569 27.2851 96.7806 27.5465C96.5252 28.0099 96.2875 28.4554 96.038 28.9129C95.842 28.9307 95.64 28.9544 95.4321 28.9723C95.3311 29.1921 95.242 29.3822 95.141 29.602H95.1172ZM105.187 15.4213C105.205 15.4569 105.211 15.5163 105.234 15.5223C105.264 15.5342 105.312 15.5045 105.347 15.4866C105.323 15.4391 105.3 15.3916 105.282 15.3441C105.252 15.3678 105.217 15.3916 105.187 15.4154V15.4213ZM95.8539 28.3247C95.8301 28.295 95.8123 28.2475 95.7826 28.2356C95.7588 28.2297 95.7232 28.2653 95.6875 28.2891C95.7113 28.3188 95.7291 28.3663 95.7588 28.3782C95.7826 28.3841 95.8182 28.3485 95.8539 28.3307V28.3247Z\" fill=\"#FF0098\"/>\\n<path d=\"M174.237 16.1934C175.039 16.0152 175.835 15.8192 176.643 15.6707C177.624 15.4924 178.604 15.3558 179.59 15.1954C180.148 15.1063 180.707 14.9875 181.265 14.9221C181.729 14.8686 182.204 14.8211 182.667 14.8508C183.838 14.9281 185.044 14.6667 186.172 15.136C186.838 15.4152 186.98 15.7122 186.927 16.4073C186.897 16.8053 186.885 17.2034 186.879 17.6014C186.867 18.6173 186.143 19.2173 185.133 19.0629C184.853 19.0213 184.562 19.0094 184.283 19.0272C182.667 19.1401 181.087 18.9143 179.507 18.5044C179.582 18.8133 179.853 18.9995 180.321 19.0629C180.273 19.5441 179.934 19.5025 179.614 19.4728C179.174 19.4312 178.728 19.3718 178.247 19.3183C177.95 18.3618 177.083 19.1223 176.429 18.6886C176.513 19.0688 176.56 19.2767 176.649 19.651C175.966 19.4371 175.378 19.2589 174.778 19.0747C173.602 20.2391 173.186 18.8015 172.396 18.3856C172.229 18.4688 172.027 18.5638 171.79 18.6826C171.962 18.8906 172.11 19.0629 172.342 19.348C171.944 19.5381 171.6 19.7045 171.261 19.8649C171.481 20.4411 171.261 21.1956 170.798 21.6827C170.572 21.9263 170.411 22.2471 170.263 22.5501C169.877 23.3105 169.449 24.0531 169.164 24.8492C168.98 25.3601 168.997 25.9542 168.992 26.5126C168.992 26.673 169.199 26.9047 169.366 26.9819C169.704 27.1364 170.079 27.2968 170.435 27.3027C171.956 27.3265 173.453 27.1721 174.914 26.7027C176.168 26.2988 177.451 25.9898 178.693 25.5621C179.329 25.3423 179.893 24.9205 180.517 24.6591C181.538 24.2254 182.578 23.8393 183.606 23.4293C183.95 23.2927 184.337 23.1977 184.616 22.9778C185.145 22.5679 185.667 22.9363 186.19 22.865C186.368 23.2095 186.535 23.5422 186.766 23.9997C186.208 24.362 185.632 24.7541 185.038 25.1165C184.36 25.5264 183.677 25.9245 182.982 26.3047C181.901 26.8928 180.832 27.4929 179.721 28.0216C179.067 28.3305 178.354 28.5087 177.665 28.7464C177.576 28.7761 177.469 28.7939 177.404 28.8533C176.697 29.5127 175.699 29.382 174.909 29.7563C174.326 30.0355 173.744 30.1543 173.132 30.2375C172.663 30.2969 172.2 30.3741 171.724 30.4098C170.982 30.4633 170.186 30.285 169.633 31.0752C169.597 31.0336 169.562 30.992 169.526 30.9445C169.55 30.79 169.574 30.6415 169.586 30.5583C169.229 30.487 168.885 30.4157 168.445 30.3207C168.528 30.5286 168.599 30.7009 168.665 30.8672C168.623 30.8851 168.57 30.9266 168.54 30.9148C168.077 30.7068 167.999 30.3088 168.023 29.8276C167.904 29.7444 167.768 29.6612 167.631 29.5662C166.764 28.9602 166.437 28.1345 166.395 27.0829C166.312 25.1106 166.835 23.2986 167.637 21.5402C168.213 20.2748 168.706 18.9619 169.372 17.744C169.865 16.841 170.572 16.0568 171.201 15.231C171.861 14.3696 172.532 13.5201 173.209 12.6706C173.489 12.32 173.792 11.9933 174.071 11.6428C174.439 11.1853 174.778 10.7101 175.158 10.2645C175.443 9.9259 175.758 9.6051 176.091 9.31994C177.124 8.42288 178.146 7.51393 179.222 6.6644C179.869 6.15349 180.606 6.10596 181.342 6.58123C181.533 6.70598 181.847 6.77727 182.049 6.71787C184.64 5.90992 187.301 5.45842 189.992 5.1792C191.281 5.04256 192.588 4.98909 193.878 5.3396C194.549 5.52376 194.798 5.96933 194.864 6.56935C194.959 7.4367 194.715 8.25653 194.418 9.05854C194.282 9.42687 193.961 9.5041 193.586 9.39717C192.404 9.06448 191.24 8.97537 190.022 9.32588C189.238 9.54569 188.394 9.56945 187.568 9.59916C187.325 9.6051 187.052 9.36152 186.832 9.18924C186.701 9.08231 186.648 8.88032 186.529 8.66645C186.297 8.84467 186.113 8.98725 185.929 9.12983C185.721 9.08825 185.507 9.0526 185.287 9.01102C185.257 9.05854 185.222 9.10013 185.192 9.14765C185.412 9.3734 185.638 9.59321 185.893 9.86055C185.341 10.2111 185.085 9.83085 184.806 9.53381C184.646 9.58727 184.497 9.6348 184.337 9.68827C184.236 9.48628 184.146 9.30806 184.004 9.02884C183.63 9.75362 183 9.61698 182.441 9.65262C182.043 9.67639 181.806 9.83679 181.574 10.1516C181.212 10.6388 180.79 11.0249 180.136 11.221C179.56 11.3933 179.061 11.8507 178.55 12.219C178.307 12.3973 178.123 12.6587 177.897 12.8963C177.659 12.7537 177.469 12.6468 177.279 12.5339L177.142 12.5993C177.202 12.8131 177.267 13.0329 177.35 13.3419C177.148 13.6092 176.899 13.9478 176.744 14.1558C176.239 14.2449 175.871 14.3102 175.503 14.3696C175.461 14.3162 175.414 14.2627 175.372 14.2092C175.354 14.233 175.336 14.2627 175.313 14.2864C175.378 14.3102 175.443 14.334 175.509 14.3577C175.526 14.6964 175.443 14.9518 175.146 15.1954C174.796 15.4806 174.528 15.8786 174.225 16.2232C173.655 16.1459 173.352 16.4608 173.049 17.0133C173.643 16.8885 173.982 16.6331 174.219 16.2113L174.237 16.1934ZM183.154 18.3203L183.226 18.6054C183.422 18.546 183.618 18.4866 183.808 18.4272C183.79 18.3559 183.772 18.2905 183.754 18.2193C183.552 18.2549 183.35 18.2905 183.148 18.3262L183.154 18.3203ZM187.432 8.60704C187.355 8.54763 187.307 8.4704 187.259 8.4704C187.218 8.4704 187.135 8.55357 187.135 8.59516C187.135 8.64269 187.212 8.71992 187.259 8.72586C187.301 8.7318 187.355 8.66051 187.432 8.60704ZM178.669 18.5579C178.645 18.5876 178.627 18.6232 178.604 18.6529C178.669 18.7005 178.74 18.748 178.806 18.7955C178.829 18.7599 178.847 18.7302 178.871 18.6945C178.8 18.647 178.734 18.6054 178.663 18.5579H178.669ZM174.285 15.2607C174.303 15.2964 174.309 15.3558 174.338 15.3677C174.368 15.3796 174.41 15.3439 174.451 15.332C174.427 15.2845 174.404 15.231 174.38 15.1835C174.35 15.2073 174.32 15.231 174.285 15.2607ZM188.941 8.71398C188.798 8.64863 188.745 8.61298 188.685 8.6011C188.656 8.59516 188.578 8.64269 188.578 8.64863C188.59 8.70209 188.608 8.77932 188.65 8.80309C188.679 8.82091 188.751 8.77338 188.941 8.71398ZM176.62 13.1102C176.554 13.0567 176.501 12.9854 176.465 12.9914C176.418 13.0032 176.352 13.0686 176.34 13.1161C176.34 13.1518 176.412 13.2349 176.453 13.2349C176.501 13.2349 176.548 13.1636 176.62 13.1102ZM182.222 18.3381C182.222 18.3381 182.162 18.2668 182.133 18.2668C182.103 18.2668 182.067 18.3024 182.032 18.3262C182.067 18.3618 182.109 18.4034 182.144 18.4391C182.168 18.4094 182.192 18.3797 182.222 18.3381ZM177.534 11.9755C177.523 11.9398 177.511 11.8982 177.499 11.8626C177.457 11.8745 177.404 11.8804 177.386 11.9101C177.374 11.9339 177.404 11.9814 177.41 12.023C177.451 12.0111 177.487 11.9933 177.528 11.9814L177.534 11.9755Z\" fill=\"#FF0098\"/>\\n<path d=\"M161.702 19.1874C161.595 18.9023 161.494 18.6171 161.399 18.3617C160.983 18.7359 160.662 19.027 160.276 19.3776C160.323 19.4964 160.448 19.6865 160.466 19.8825C160.49 20.1261 160.519 20.4588 160.389 20.6132C159.806 21.2845 159.331 22.1281 158.244 22.1163C158.036 22.1163 157.828 22.241 157.501 22.3539C157.781 22.5796 157.935 22.7044 158.119 22.8529C157.602 23.2985 157.4 22.746 157.139 22.5381C156.295 23.0668 155.868 23.8272 155.678 24.6946C155.381 24.7777 155.119 24.855 154.858 24.9322C154.864 24.9975 154.876 25.0629 154.882 25.1223C155.262 25.152 155.642 25.1758 156.052 25.2055C156.189 26.0907 154.87 25.96 155.09 26.7976C154.406 26.8689 154.691 26.3342 154.519 25.9243C154.353 26.156 154.192 26.2867 154.163 26.4412C154.127 26.6669 154.181 26.9105 154.204 27.1422C154.264 27.7838 153.979 28.0986 153.325 28.1224C153.188 28.1224 153.052 28.1462 152.802 28.1699C153.141 29.0611 152.47 29.6076 152.125 30.3086C151.763 30.267 151.394 30.2255 150.99 30.1839C151.026 30.8077 151.745 31.1463 151.359 31.8116C151.139 31.7641 150.925 31.7166 150.658 31.6572C150.765 31.8473 150.854 31.9958 150.973 32.2097C150.658 32.2691 150.402 32.3166 150.277 32.3404C149.986 33.2731 149.725 34.1107 149.475 34.9484C149.392 35.2157 149.315 35.4831 149.268 35.7563C149.178 36.2613 148.994 36.4039 148.495 36.3326C147.218 36.1544 146.564 35.1207 146.802 33.6592C147.028 32.2869 147.503 31.0334 148.37 29.9047C148.941 29.1621 149.309 28.265 149.772 27.4392C149.897 27.2135 150.004 26.9699 150.171 26.7738C150.806 25.9837 151.567 25.2708 152.083 24.4094C152.678 23.4173 153.664 22.7638 154.222 21.8073C154.941 20.5657 156.076 19.6984 156.848 18.528C156.997 18.3023 157.05 17.9755 157.05 17.6963C157.05 16.7042 157.05 15.7121 156.973 14.7259C156.854 13.2229 157.115 11.7614 157.43 10.3059C157.733 8.92174 158.119 7.56129 158.458 6.18303C158.589 5.6543 158.743 5.13151 158.82 4.59683C158.963 3.57502 159.706 2.85618 160.733 2.874C160.995 2.874 161.351 2.98688 161.494 3.17698C162.325 4.24038 162.504 5.5236 162.361 6.79493C162.284 7.47218 161.797 8.09002 161.571 8.76134C161.096 10.1396 160.555 11.4941 160.389 12.9674C160.329 13.4783 160.115 13.9714 159.973 14.4704C159.89 14.7734 159.706 15.0883 160.008 15.3794C160.104 15.3675 160.205 15.3853 160.234 15.3497C161.963 13.1872 164.345 11.7436 166.335 9.86633C167.987 8.30983 169.763 6.88404 171.48 5.3929C172.514 4.49584 173.5 3.52155 174.587 2.69578C175.621 1.91159 176.732 1.21652 177.861 0.580851C178.728 0.0937048 179.904 0.729371 180.029 1.7096C180.13 2.4522 180.189 3.21263 180.136 3.96117C180.118 4.21662 179.738 4.4899 179.465 4.67406C179.162 4.87605 178.799 4.98893 178.36 5.19091C178.276 5.17309 178.069 5.12556 177.861 5.07804C177.665 5.74935 177.124 6.04045 176.53 6.24838C176.066 6.40878 175.591 6.52759 175.104 6.67017C175.062 6.88404 175.033 7.06227 174.991 7.27613C174.825 7.2999 174.647 7.3296 174.462 7.35931C174.427 8.29201 173.536 8.23854 172.995 8.67816C173.025 8.85045 173.066 9.07026 173.108 9.29601C172.478 9.75345 172.288 9.11778 171.89 8.80292C171.736 8.90986 171.569 9.02867 171.349 9.17719C171.73 9.49205 172.021 9.74157 172.312 9.98514C172.288 10.0445 172.258 10.104 172.235 10.1693C171.908 10.1099 171.575 10.0505 171.177 9.9792C171.225 10.2762 171.26 10.4723 171.314 10.7753C170.868 10.9654 170.405 11.1674 169.936 11.3634C169.906 11.1911 169.87 11.0188 169.811 10.704C169.639 10.9178 169.561 11.007 169.49 11.102C169.644 11.1852 169.793 11.2684 169.947 11.3515C169.805 11.5654 169.662 11.7793 169.514 12.005C169.27 11.9813 169.068 11.9575 168.777 11.9278C168.854 12.1832 168.914 12.3852 169.003 12.706C168.557 12.5694 168.177 12.4506 167.684 12.2961C167.078 12.6704 166.472 13.211 166.757 14.2803C166.537 14.0784 166.312 13.8764 165.961 13.5615C165.902 13.9833 165.86 14.2566 165.813 14.5774C165.611 14.5358 165.421 14.4942 165.207 14.4467C165.094 14.7081 164.987 14.9635 164.88 15.2071C163.46 15.2546 163.02 16.1398 163.769 17.429C163.3 17.6844 162.83 17.9339 162.486 18.1181C162.165 18.534 161.915 18.8607 161.666 19.1815L161.678 19.1934L161.702 19.1874ZM157.947 21.3855C157.977 21.4747 158 21.5697 158.03 21.6588C158.369 21.6113 158.725 21.6054 159.04 21.4865C159.117 21.4568 159.052 21.0647 159.052 20.839C158.981 20.8033 158.909 20.7677 158.838 20.738C158.541 20.9519 158.244 21.1717 157.947 21.3855ZM152.274 29.1383C151.668 29.2571 151.632 29.3106 151.786 29.9165C151.977 29.6195 152.107 29.3997 152.274 29.1383ZM162.801 17.0131C162.86 17.0488 162.914 17.0785 162.973 17.1141C163.015 17.0072 163.11 16.8943 163.086 16.7992C163.062 16.6923 162.961 16.5794 162.86 16.5141C162.824 16.4903 162.622 16.6329 162.628 16.6864C162.634 16.7992 162.735 16.9002 162.795 17.0072L162.801 17.0131ZM153.581 27.4927C153.45 27.3739 153.39 27.2729 153.301 27.2491C153.248 27.2313 153.099 27.3382 153.105 27.3679C153.117 27.463 153.171 27.5937 153.248 27.6234C153.313 27.6471 153.426 27.558 153.586 27.4867L153.581 27.4927ZM159.01 20.2627C159.076 20.3281 159.141 20.3934 159.212 20.4528C159.313 20.3281 159.414 20.2033 159.515 20.0845L159.367 19.9479C159.248 20.0548 159.129 20.1617 159.01 20.2627ZM176.928 5.28003C176.946 5.22062 176.964 5.15527 176.981 5.09586C176.886 5.06616 176.797 5.03051 176.702 5.01863C176.684 5.01863 176.655 5.12556 176.631 5.17903C176.732 5.21468 176.827 5.25032 176.928 5.28003ZM162.123 17.3814C162.052 17.3339 161.999 17.2686 161.951 17.2745C161.904 17.2804 161.862 17.3577 161.814 17.4052C161.874 17.4527 161.939 17.5003 161.999 17.5537C162.034 17.5062 162.07 17.4527 162.117 17.3814H162.123ZM149.66 33.5701C149.63 33.5464 149.6 33.5226 149.571 33.4988C149.523 33.5642 149.475 33.6236 149.422 33.6889C149.452 33.7127 149.481 33.7365 149.511 33.7602C149.559 33.6949 149.612 33.6355 149.66 33.5701ZM176.571 5.67212C176.571 5.67212 176.518 5.63053 176.494 5.60677C176.482 5.62459 176.459 5.64836 176.465 5.6543C176.488 5.67806 176.512 5.70182 176.536 5.71965C176.548 5.70182 176.56 5.68994 176.571 5.67212ZM170.12 10.4307C170.102 10.401 170.09 10.3772 170.078 10.3535C170.072 10.3713 170.054 10.3891 170.06 10.401C170.066 10.4129 170.09 10.4188 170.12 10.4307Z\" fill=\"#FF0098\"/>\\n<path d=\"M28.3426 5.48809C28.4495 5.70196 28.5446 5.87424 28.6753 6.12969C28.301 6.26039 27.9742 6.37327 27.6178 6.49208C27.4514 6.97329 27.5881 7.70401 26.7267 7.69807V8.16739C25.8771 8.10204 25.8534 8.92781 25.3959 9.40902H24.5999C24.7959 9.67635 24.9207 9.84864 25.1048 10.1041C24.582 10.5378 24.0474 10.9714 23.477 11.4408C23.5483 11.5121 23.6493 11.6249 23.8276 11.815C23.4295 12.1537 23.0315 12.4923 22.6335 12.825C22.5978 12.8012 22.5622 12.7715 22.5206 12.7477V13.3656C22.4315 13.3834 22.3661 13.4191 22.3067 13.4131C21.9384 13.3715 21.7602 13.5379 21.6295 13.8824C21.5106 14.1914 21.2849 14.4706 21.0651 14.732C20.7027 15.1716 20.2987 15.5815 19.9482 16.033C19.8532 16.1518 19.8947 16.3776 19.8769 16.5499C19.6749 16.5736 19.4789 16.5914 19.1937 16.6212C19.3482 16.8885 19.4551 17.0727 19.6333 17.3875C19.265 17.2509 19.0274 17.1558 18.7838 17.0667C18.7541 17.1142 18.7244 17.1618 18.6947 17.2033C18.8432 17.3935 18.9977 17.5836 19.164 17.7974C18.564 18.2192 17.9343 18.5757 17.6135 19.2945C17.5125 19.5203 17.1144 19.6094 16.9897 19.6807C16.758 20.2094 16.5857 20.6015 16.4134 20.9936L16.1877 21.0886C16.0807 20.9164 15.9738 20.75 15.7837 20.4351C15.6055 20.6134 15.4451 20.7678 15.2787 20.9342C15.457 21.1896 15.5995 21.3144 15.6233 21.457C15.6649 21.6946 15.7243 22.051 15.5995 22.1699C14.8866 22.8471 14.5124 23.7442 13.9421 24.5105C13.4787 25.1403 12.9856 25.7462 12.4331 26.4472C12.445 26.9344 12.0885 27.3324 11.7024 27.772C10.9895 28.5859 10.3776 29.483 9.73003 30.3444C9.17754 31.0811 8.63098 31.8177 8.00126 32.6613C8.29236 32.6791 8.54187 32.7504 8.76168 32.7029C10.1221 32.3999 11.4766 32.0375 12.843 31.7524C14.4351 31.4197 16.0392 31.1227 17.6432 30.8375C18.8789 30.6177 20.1205 30.4335 21.3621 30.2553C24.3979 29.8038 27.4336 29.3404 30.4813 28.9424C31.2476 28.8414 32.0496 28.883 32.816 28.984C33.5942 29.085 33.915 29.5543 33.9923 30.3385C34.0339 30.7721 34.2952 31.2296 33.8794 31.6039C33.719 31.7464 33.4932 31.8771 33.2853 31.9009C32.7922 31.9603 32.2694 32.0554 31.8061 31.9425C30.9268 31.7346 30.0892 32.0257 29.2337 31.9781C29.1386 31.9781 29.0317 31.99 28.9485 31.9544C28.3366 31.7048 27.7604 31.6276 27.3683 32.3346C26.691 31.9662 26.1207 31.8415 25.592 32.4771C25.491 32.596 25.0514 32.5187 24.8197 32.4177C24.4157 32.2455 24.089 32.1445 23.6196 32.3346C23.2216 32.495 22.7107 32.3346 22.2532 32.3762C21.7661 32.4177 21.2849 32.5187 20.8037 32.596C20.269 32.6791 19.7343 32.7623 19.1997 32.8574C18.6234 32.9584 18.0531 33.0831 17.4828 33.196C17.4353 33.2079 17.3877 33.2435 17.3461 33.2376C16.2471 33.0059 15.35 33.802 14.2807 33.8376C13.3777 33.8673 12.4806 34.1287 11.5895 34.3307C11.2628 34.402 10.9657 34.5861 10.5914 34.7465C9.73597 34.6455 8.88644 34.901 8.26859 35.3228C7.51411 35.4535 6.92597 35.5188 6.34972 35.6674C5.2269 35.9585 4.10409 36.2496 3.01098 36.6238C2.51196 36.7961 2.08422 37.1704 1.58519 37.4734C1.62678 37.6516 1.66836 37.8239 1.70401 37.9902C1.65054 38.0259 1.60301 38.0793 1.57331 38.0734C0.349504 37.7645 -0.226754 36.8852 0.0821679 35.7149C0.147517 35.4713 0.337622 35.1862 0.551491 35.0673C0.961407 34.8416 1.42479 34.7109 1.87629 34.5743C2.57731 34.3663 3.29614 34.2 3.99716 33.9861C4.15756 33.9386 4.36549 33.7901 4.41895 33.6475C4.9358 32.1623 6.21902 31.2355 7.04479 29.9761C7.82303 28.7939 8.64287 27.6413 9.4627 26.4888C10.0508 25.6631 10.6746 24.8551 11.2806 24.0412C11.9994 23.0729 12.7242 22.1105 13.4371 21.1362C14.0074 20.352 14.554 19.55 15.1243 18.7658C15.9025 17.6964 16.6748 16.6152 17.4828 15.5696C18.6947 13.9953 19.9363 12.4388 21.1661 10.8764C21.8671 9.98527 22.5622 9.08821 23.2751 8.20897C23.6731 7.71589 24.1127 7.25251 24.5345 6.78318C24.5999 6.71189 24.6711 6.65248 24.7246 6.57525C25.1405 5.95741 25.5266 5.32174 25.9722 4.72172C26.2455 4.35339 26.6019 4.05041 26.9168 3.71179C27.4217 3.18306 27.9148 2.64244 28.4257 2.11371C28.9842 1.53745 29.5248 0.931492 30.1248 0.402761C30.7129 -0.114089 31.6457 -0.12003 32.0912 0.307708C32.8338 1.0206 33.0833 2.00084 32.5546 2.57115C32.1803 2.98107 31.6575 3.25435 31.2001 3.58703C31.1466 3.62862 31.0397 3.62267 31.01 3.6702C30.5466 4.42468 29.501 4.35933 29.002 5.09005C28.8832 5.26828 28.6158 5.33957 28.3366 5.51185L28.3426 5.48809ZM12.7717 24.7719C12.8371 24.8313 12.9024 24.8907 12.9678 24.9502C13.0153 24.8729 13.0628 24.7957 13.1876 24.6056C12.9499 24.7006 12.8608 24.7363 12.7717 24.7719Z\" fill=\"#FF0098\"/>\\n<path d=\"M71.8887 28.4131C72.4055 26.4527 72.6254 24.5279 72.6966 22.5912C71.4431 22.8526 70.2134 23.108 68.9896 23.3635C68.342 23.5001 67.7004 23.6427 67.0529 23.7853C66.9875 23.7971 66.9162 23.815 66.8509 23.8387C66.1855 24.0942 65.5202 24.3556 64.629 24.7061C63.5953 26.1616 62.4012 27.8428 61.2131 29.5241C61.0646 29.7379 60.9754 29.9875 60.8269 30.2073C60.5002 30.7004 59.918 30.6944 59.6209 30.1835C59.2764 29.5894 58.9675 28.9835 58.5813 28.2646C58.9496 27.6884 59.3655 27.0646 59.7516 26.423C59.9002 26.1735 60.0665 25.8645 60.0309 25.6031C59.9714 25.1041 60.0546 24.7655 60.5715 24.611C60.6428 24.5873 60.6843 24.4863 60.8032 24.3378C60.5239 24.314 60.3338 24.3021 60.0724 24.2783C60.518 23.4169 60.8566 22.5555 61.8547 22.1872C62.425 21.9733 62.9656 21.6644 63.5003 21.3674C63.6963 21.2604 63.8567 21.0644 64.0053 20.8921C64.5399 20.2624 65.0627 19.6267 65.5914 18.991C66.2271 18.2306 66.8628 17.4761 67.4984 16.7157C68.1163 15.9731 68.7341 15.2305 69.352 14.4938C70.0352 13.68 70.6649 12.8067 71.4372 12.0819C72.465 11.1135 73.5878 10.2402 74.7046 9.37287C75.2631 8.94514 75.0908 8.39858 75.067 7.88767C75.0254 7.02626 75.7502 6.46188 76.5285 6.80645C77.5265 7.25201 78.3048 8.94514 78.0553 9.97884C77.776 11.1135 77.4077 12.2185 77.277 13.4067C77.1344 14.6899 76.7364 15.9434 76.4572 17.2088C76.4096 17.4286 76.374 17.6544 76.3205 17.9692C76.5879 17.9692 76.7661 17.9692 76.9443 17.9692C77.6513 17.9573 78.3642 17.9336 79.0711 17.9395C79.5583 17.9395 79.891 18.1771 79.9207 18.6999C79.9682 19.5198 80.0573 20.3455 80.0157 21.1594C79.9801 21.8189 79.6712 21.9199 78.988 21.8842C78.0255 21.8307 77.0572 21.8545 76.0948 21.8604C75.5661 21.8604 75.3522 22.2109 75.269 22.6743C75.2037 23.0427 75.1383 23.4169 75.0908 23.7912C74.8829 25.3774 74.568 26.9636 74.5086 28.5617C74.4551 30.0528 74.1878 31.4905 73.8729 32.9282C73.8135 33.2014 73.5284 33.5222 73.2729 33.6113C73.0709 33.6826 72.661 33.5044 72.5125 33.3084C72.0966 32.7499 71.7521 32.1321 71.4075 31.5202C71.3362 31.3954 71.36 31.1875 71.4016 31.039C71.5798 30.3558 71.7877 29.6845 71.954 29.0013C71.9956 28.8171 71.9184 28.6033 71.9006 28.4072L71.8887 28.4131ZM74.3482 14.1849C74.0214 14.3572 73.8313 14.4047 73.7125 14.5236C73.065 15.2186 72.4353 15.9315 71.7996 16.6325C71.5204 16.9415 71.2352 17.2563 70.956 17.5652C70.6768 17.8682 70.4154 18.1831 70.1421 18.4801C69.8035 18.8485 69.453 19.2049 69.1084 19.5673C69.144 19.6148 69.1738 19.6683 69.2094 19.7158C70.053 19.5019 70.8788 19.2287 71.7342 19.0861C72.9521 18.8841 73.7779 18.3673 73.8195 17.0187C73.8195 16.882 73.9026 16.7454 73.9323 16.6088C74.063 15.8543 74.1937 15.0998 74.3482 14.179V14.1849Z\" fill=\"#FF0098\"/>\\n<path d=\"M145.317 8.93356C145.014 9.18308 144.705 9.43259 144.372 9.70587C144.462 9.85439 144.545 9.99102 144.622 10.1217C144.586 10.1217 144.551 10.1217 144.521 10.1217V11.2861C144.26 11.2505 143.998 11.2148 143.66 11.1673C143.232 11.3376 143.042 11.5733 143.089 11.8743C143.202 11.8208 143.303 11.7851 143.398 11.7317C143.499 11.6723 143.582 11.601 143.79 11.4525C143.862 11.6842 143.998 11.9396 143.945 11.9931C143.796 12.1297 143.57 12.2545 143.374 12.2545C143.125 12.2545 142.875 12.1238 142.626 12.0465L142.555 12.1891C142.667 12.3495 142.786 12.5159 142.982 12.7891C142.513 13.0921 142.079 13.3773 141.586 13.6981C141.61 13.8228 141.646 14.0189 141.693 14.2743C141.093 14.2387 140.582 14.3219 140.297 14.8625C140.535 15.0882 140.772 15.2962 140.986 15.5279C141.016 15.5576 140.909 15.712 140.885 15.7655C140.558 15.6229 140.285 15.5041 140.012 15.3853C139.899 15.6407 139.786 15.9021 139.673 16.1576C139.709 16.1813 139.745 16.2051 139.774 16.2289C139.602 16.2942 139.436 16.3596 139.21 16.4427C139.311 16.6388 139.394 16.817 139.543 17.114C139.008 17.4824 138.461 17.8626 137.802 18.32C138.164 18.3794 138.372 18.4151 138.497 18.4388C138.354 18.8428 138.253 19.2646 138.063 19.6389C137.933 19.8943 137.677 20.0904 137.475 20.3102V18.9795C137.416 18.9616 137.356 18.9438 137.297 18.926C137.142 19.1696 136.946 19.3894 136.845 19.6508C136.649 20.1557 136.887 20.3755 137.487 20.2983C137.35 20.4468 137.214 20.7142 137.071 20.7201C136.441 20.7498 136.263 21.2191 136.014 21.6825C136.37 22.1578 136.067 22.538 135.806 23.0192C136.067 22.9657 136.334 22.9301 136.59 22.8588C138.075 22.4548 139.543 21.9499 141.052 21.6588C142.953 21.2964 144.883 21.0409 146.814 20.8805C147.687 20.8092 148.602 21.0409 149.482 21.237C150.183 21.3914 150.664 22.235 150.545 22.9717C150.438 23.6252 150.289 24.2727 150.129 24.9143C149.975 25.5084 149.476 25.6866 148.905 25.4549C148.418 25.2529 147.895 25.1222 147.206 24.9024C146.737 24.4153 146.725 24.4153 145.941 24.9678C145.341 24.7658 144.693 24.5163 144.028 24.3262C143.85 24.2727 143.624 24.3915 143.267 24.4628C143.612 24.6886 143.796 24.8074 144.099 25.0034C143.553 25.3064 143.054 25.4609 142.578 25.3242C142.382 25.2648 142.299 24.7896 142.121 24.4094C141.925 24.445 141.592 24.4985 141.248 24.5579C141.069 25.247 141.925 24.748 141.925 25.3421C141.871 25.4074 141.735 25.5678 141.503 25.8411C141.057 24.8965 140.362 24.7658 139.406 25.1163C139.673 25.2648 139.863 25.4252 140.077 25.4787C140.261 25.5203 140.469 25.4371 140.665 25.5203C139.727 26.4114 139.038 25.5203 138.2 25.1222C137.944 25.5916 137.695 26.049 137.404 26.5896C137.22 26.2926 137.101 26.1084 136.988 25.9243C136.376 26.0371 136.804 26.548 136.554 26.8451C136.162 26.9223 135.758 26.9936 135.331 26.7025C134.915 26.4233 134.475 26.5302 134.089 26.8926C134.125 27.154 134.154 27.4035 134.196 27.754H133.453C133.435 27.4986 133.418 27.2966 133.394 26.952C132.847 27.2134 132.378 27.4392 131.98 27.6293C131.819 28.1758 131.683 28.6333 131.558 29.0669C130.471 29.4828 129.503 28.7521 129.497 27.6709C129.491 26.7441 129.918 26.0609 130.536 25.5025C131.107 24.9856 131.178 24.4331 130.934 23.7856C130.804 23.441 130.899 23.2212 131.101 22.9479C131.623 22.2291 132.105 21.4865 132.598 20.7498C132.717 20.5775 132.812 20.3815 132.93 20.2151C133.637 19.2468 134.344 18.2784 135.063 17.316C135.812 16.318 136.572 15.3259 137.327 14.3278C137.481 14.1199 137.618 13.8941 137.778 13.6921C139.394 11.6247 140.956 9.51576 142.644 7.50777C143.903 6.00475 145.103 4.43638 146.689 3.23039C146.802 3.14722 146.903 3.04623 147.016 2.95712C148.05 2.14323 149.339 2.63037 149.594 3.93735C149.66 4.26409 149.707 4.59084 149.743 4.91758C149.85 5.95128 149.713 6.17703 148.543 7.08003C148.287 7.27608 148.074 7.53153 147.836 7.76322L147.895 7.91174H146.172C146.315 8.15532 146.446 8.37513 146.63 8.68999C146.386 8.71969 146.155 8.73158 145.929 8.77316C145.721 8.80881 145.519 8.8801 145.311 8.93356L145.323 8.92168L145.317 8.93356ZM136.251 26.5421C136.228 26.4768 136.216 26.4352 136.198 26.3995C136.144 26.4233 136.085 26.447 136.037 26.4827C136.026 26.4886 136.067 26.5956 136.079 26.5896C136.138 26.5896 136.192 26.5599 136.251 26.5421ZM137.546 25.6688C137.469 25.5975 137.428 25.544 137.374 25.5143C137.356 25.5025 137.267 25.5619 137.273 25.5737C137.285 25.6332 137.309 25.7104 137.356 25.7342C137.386 25.752 137.463 25.6985 137.552 25.6629L137.546 25.6688ZM135.218 21.9974C135.218 21.9974 135.182 21.9974 135.164 21.9974C135.176 22.0271 135.182 22.0509 135.194 22.0806C135.206 22.0687 135.23 22.0627 135.235 22.0449C135.235 22.0271 135.224 22.0093 135.218 21.9914V21.9974ZM147.105 7.37113C147.105 7.37113 147.165 7.41866 147.194 7.44836C147.206 7.43054 147.236 7.40084 147.23 7.39489C147.206 7.36519 147.176 7.34143 147.147 7.31766C147.135 7.33549 147.123 7.35331 147.105 7.37113Z\" fill=\"#FF0098\"/>\\n<path d=\"M37.9964 32.4774C38.1746 32.7387 38.3469 32.9823 38.5133 33.2259C38.4717 33.2734 38.4242 33.3269 38.3826 33.3744C37.3608 33.1784 36.9271 32.1387 36.1072 31.6872C36.0835 30.606 36.4696 29.6971 36.9033 28.8C37.0221 28.5564 37.2479 28.3544 37.4439 28.1524C38.6856 26.893 40.2599 26.3999 41.9649 26.1563C44.4957 25.7999 47.0264 25.4137 49.5572 25.0216C50.0562 24.9444 50.5375 24.7603 51.0305 24.5345C50.1988 23.9345 49.4206 23.3345 48.4522 23.0493C48.2978 23.0018 48.1136 22.978 48.0007 22.877C47.1512 22.1285 46.2957 21.3859 45.4818 20.6017C44.2461 19.4076 44.1511 18.0234 44.5491 16.3837C45.0184 14.4767 46.4621 13.6569 47.9473 12.9202C50.6622 11.5657 53.5494 10.6093 56.4723 9.78943C57.8328 9.40922 59.2467 9.19535 60.6309 8.89831C60.8626 8.85078 61.0824 8.76761 61.3141 8.7082C62.0983 8.5181 62.823 8.5775 63.4112 9.21317C63.6488 9.46862 63.8211 9.73596 63.631 10.1043C63.5835 10.1993 63.5597 10.3479 63.6013 10.4429C63.9221 11.2152 63.4528 11.8034 63.1498 12.4212C62.9597 12.8074 62.6329 12.8846 62.2468 12.6767C62.0804 12.5875 61.92 12.4866 61.7359 12.4925C61.4091 12.4509 61.0705 12.3559 60.7497 12.3796C60.2328 12.4212 59.716 12.5519 59.2288 12.7717C58.9615 12.5638 58.7001 12.3618 58.3555 12.0945C58.2427 12.4509 58.1714 12.6826 58.1001 12.9143C58.0229 12.9559 57.9516 13.0272 57.8981 13.0153C57.0308 12.8311 56.2347 13.2767 55.3911 13.2707C54.9752 13.2707 54.5297 13.0925 54.1554 13.1935C53.0266 13.5084 51.9217 13.9123 50.8167 14.2985C50.6741 14.346 50.5672 14.5064 50.4543 14.6074C50.5018 14.75 50.5375 14.8688 50.5969 15.053C49.8364 15.1777 49.0225 14.9401 48.476 15.7065C48.5057 15.8253 48.5473 15.9976 48.6067 16.2471C48.1849 16.3005 47.7869 16.354 47.3175 16.4134C47.4245 16.6511 47.4958 16.7996 47.5968 17.0253H46.7829C46.8898 17.4055 46.8839 17.7857 47.068 17.9877C47.769 18.7482 48.4701 19.5323 49.2839 20.1621C50.5315 21.1364 51.9514 21.8374 53.4425 22.4077C54.4703 22.8057 55.4446 23.3463 56.4367 23.8335C56.5793 23.9048 56.7634 24.0295 56.7872 24.1602C56.8941 24.7721 57.0545 25.4078 56.9951 26.0138C56.9238 26.7504 56.1931 26.9465 55.605 27.0356C54.7317 27.1722 53.8584 27.4811 52.9494 27.2138C52.8306 27.1782 52.6702 27.2376 52.5454 27.2851C52.2306 27.392 51.9335 27.5762 51.6127 27.6178C50.2939 27.796 48.975 27.9326 47.6562 28.0812C47.5373 28.093 47.3948 28.0336 47.3057 28.0812C46.3967 28.5861 45.4046 28.301 44.4541 28.4257C43.5808 28.5445 42.6956 28.5386 41.8817 29.0436C41.3411 29.3822 40.6163 29.406 40.0401 29.6971C39.244 30.101 38.2756 30.3981 38.2935 31.5981C38.2935 31.8595 38.1212 32.1268 38.0083 32.4595L37.9964 32.4774ZM57.2327 12.243C57.2268 12.338 57.2209 12.4331 57.209 12.5281C57.3753 12.5103 57.5357 12.4925 57.7021 12.4687C57.708 12.4687 57.7021 12.3856 57.7021 12.2667C57.5476 12.2608 57.3872 12.2489 57.2327 12.243Z\" fill=\"#FF0098\"/>\\n<path d=\"M201.773 22.0684C201.88 22.1516 201.969 22.2229 202.111 22.3357C201.998 22.5021 201.886 22.6625 201.767 22.8288C201.499 22.7694 201.286 22.7219 201.006 22.6565C201.036 22.9179 201.054 23.114 201.09 23.417C200.686 23.3397 200.359 23.2744 200.145 23.2328C199.337 23.714 198.588 24.1002 197.911 24.5814C197.24 25.0566 196.622 25.5854 195.755 25.7339C195.458 25.7814 195.202 26.0666 194.875 26.2804C194.917 26.0903 194.959 25.9121 195.006 25.7101C194.317 25.621 193.669 25.5675 193.034 25.4428C192.784 25.3953 192.458 25.2408 192.351 25.0388C191.471 23.3873 191.216 21.6704 191.917 19.8644C192.119 19.3416 192.166 18.7653 192.315 18.2188C192.404 17.8861 192.553 17.5593 192.683 17.2385C192.784 17.0009 192.903 16.7692 193.016 16.5375C193.402 15.7593 193.729 14.9394 194.192 14.2028C194.881 13.1097 195.642 12.0522 196.426 11.0185C197.002 10.264 197.691 9.59866 198.612 9.26004C199.432 8.95706 199.925 9.23033 200.335 10.0026C200.84 10.9532 200.656 11.9393 200.573 12.9196C200.561 13.0919 200.371 13.3057 200.204 13.4008C198.244 14.5474 197.097 16.4009 195.957 18.2604C195.683 18.7059 195.321 19.0921 194.953 19.5673C194.994 19.6802 195.072 19.8763 195.143 20.0664C194.905 20.7495 194.668 21.4268 194.436 22.11L194.555 22.2823C195 22.1991 195.493 22.2169 195.879 22.0209C197.59 21.1476 199.266 20.2268 200.721 18.9376C201.553 18.2009 202.527 17.6366 203.353 16.894C204.761 15.6286 206.127 14.3097 207.464 12.973C209.223 11.2146 210.91 9.38479 212.68 7.64414C213.316 7.01441 214.064 6.48568 214.831 6.0223C215.229 5.78467 215.769 5.72526 216.25 5.69556C216.696 5.66585 217.201 5.75496 217.397 6.23617C217.706 7.00847 217.557 7.40651 216.91 7.88771C216.779 7.98871 216.649 8.09564 216.5 8.16693C215.044 8.85606 214.165 10.2046 213.001 11.2324C211.878 12.2186 211.011 13.4839 209.959 14.5652C208.789 15.7652 207.541 16.888 206.335 18.0524C205.593 18.7713 204.886 19.5317 204.113 20.2149C203.383 20.8565 202.593 21.4268 201.767 22.0803L201.773 22.0684Z\" fill=\"#FF0098\"/>\\n<path d=\"M125.926 24.4451C125.778 24.5105 125.635 24.5699 125.451 24.6531C125.528 24.8788 125.599 25.0689 125.689 25.3303C124.898 25.7996 124.108 26.2689 123.3 26.7502C122.403 26.3402 121.934 24.9323 122.451 24.1362C124.566 20.8866 126.675 17.631 128.802 14.3814C129.229 13.7279 129.705 13.1101 130.138 12.4566C131.404 10.5496 132.639 8.63071 133.923 6.73559C134.237 6.27221 134.635 5.85041 135.045 5.45832C135.889 4.65037 136.845 4.82265 137.451 5.81477C137.748 6.29597 137.927 6.795 137.891 7.35343C137.838 8.17326 137.576 8.87428 136.733 9.21885C136.364 9.36737 136.014 9.57529 135.616 9.77728C135.58 9.95551 135.544 10.1516 135.503 10.3832C135.194 10.508 134.885 10.6328 134.576 10.7575C134.594 10.811 134.612 10.8644 134.624 10.9179C134.843 10.9417 135.057 10.9654 135.408 11.007C134.826 11.5536 134.321 12.017 133.833 12.4922C133.655 12.6705 133.513 12.8843 133.352 13.0804C133.4 13.1279 133.447 13.1754 133.495 13.2229C133.245 13.3952 133.02 13.6388 132.74 13.7279C132.247 13.8824 132.164 14.1972 132.164 14.6487C132.164 15.1062 132.087 15.5696 132.039 16.0745C131.303 15.9676 131.107 16.3359 130.976 16.8884C130.869 17.3459 130.602 17.7677 130.388 18.231C130.186 18.2013 130.008 18.1776 129.758 18.1419C129.556 18.742 128.754 19.0806 129.063 19.9064C128.802 20.0489 128.534 20.1915 128.255 20.346C128.291 20.6371 128.32 20.8866 128.35 21.0886C128.011 21.249 127.708 21.3916 127.405 21.5401C127.423 21.6054 127.435 21.6648 127.453 21.7302C127.655 21.8015 127.857 21.8787 128.136 21.9797C127.625 22.348 126.895 22.2886 126.71 23.0372C126.895 23.0253 127.061 23.0134 127.227 23.0015C127.227 23.0431 127.251 23.1144 127.239 23.1263C126.996 23.3045 126.764 23.5362 126.485 23.6431C126.087 23.7976 125.926 24.0471 125.932 24.4511L125.944 24.4392L125.926 24.4451Z\" fill=\"#FF0098\"/>\\n<path d=\"M38.4774 16.532C38.4893 16.3598 38.5071 16.1875 38.5309 15.8964C38.2279 16.1756 37.9962 16.3954 37.7408 16.633C37.8655 16.8113 37.9547 16.936 38.0854 17.1202C37.6636 17.7143 37.218 18.3143 36.7962 18.9381C36.6002 19.2292 36.4576 19.55 36.2734 19.847C36.0477 20.2035 35.7863 20.4708 35.2872 20.3936C35.1268 20.3698 34.9427 20.5243 34.7704 20.6015C34.7823 20.655 34.7882 20.7025 34.8001 20.756C34.9664 20.7857 35.1268 20.8213 35.4179 20.8748C34.9961 21.451 34.6159 21.9679 34.2417 22.4728C33.9446 22.3659 33.7605 22.2946 33.5585 22.2233C33.4991 23.0432 32.8872 23.4828 32.4119 23.9343C32.1386 24.1957 31.9129 24.3858 31.9247 24.8076C31.402 24.9383 30.897 25.063 30.3861 25.1878C30.3742 25.1581 30.3683 25.1284 30.3564 25.0987C30.1306 25.2531 29.9049 25.4135 29.6494 25.5858C29.287 25.1403 29.2336 24.7007 29.2157 24.1779C29.1742 23.055 29.8336 22.3837 30.493 21.6293C31.2356 20.7738 31.8772 19.8292 32.5604 18.9262C33.8614 17.2093 35.1565 15.4865 36.4754 13.7815C37.3249 12.6824 38.1804 11.5774 39.0953 10.5318C39.6834 9.86647 40.3429 9.23674 41.0617 8.71989C41.7805 8.20898 42.8261 8.73177 43.0281 9.59913C43.0519 9.68824 43.0459 9.80706 43.1053 9.87241C43.545 10.3655 43.4143 10.8764 43.2539 11.4467C43.0816 12.0646 42.8202 12.421 42.2142 12.7299C41.5607 13.0626 41.1092 13.7636 40.527 14.2567C39.9032 14.7855 39.5765 15.5043 39.1725 16.1756C39.0537 16.3716 38.822 16.4964 38.6378 16.6568C38.5844 16.6152 38.525 16.5736 38.4715 16.532H38.4774ZM34.0694 21.8194C34.3605 21.6768 34.7229 21.5817 34.6278 21.1005C34.0991 21.1005 34.1466 21.5104 34.0694 21.8194ZM38.9349 15.6112C38.9587 15.6409 38.9884 15.6706 39.0121 15.7063C39.0894 15.6588 39.1666 15.6053 39.2379 15.5578L39.1191 15.4152C39.0596 15.4805 38.9943 15.5459 38.9349 15.6172V15.6112ZM36.4873 18.4628C36.4873 18.4628 36.4576 18.439 36.4457 18.4272C36.4338 18.4569 36.416 18.4866 36.4041 18.5163C36.4219 18.5163 36.4457 18.5282 36.4635 18.5163C36.4754 18.5103 36.4813 18.4806 36.4932 18.4628H36.4873ZM35.8219 19.443C35.8219 19.443 35.8219 19.4787 35.8219 19.4965C35.8457 19.4846 35.8754 19.4787 35.8991 19.4668C35.8873 19.4549 35.8813 19.4312 35.8694 19.4252C35.8576 19.4252 35.8338 19.4371 35.8219 19.443ZM40.4617 13.4191C40.4617 13.4191 40.4795 13.3834 40.4914 13.3597C40.4617 13.3715 40.432 13.3834 40.4023 13.3894C40.4201 13.3953 40.4379 13.4072 40.4617 13.4131V13.4191Z\" fill=\"#FF0098\"/>\\n<path d=\"M165.296 15.9319C164.874 16.3893 164.357 16.4487 163.763 16.1042C164.539 15.7953 165.05 15.7378 165.296 15.9319Z\" fill=\"#FF0098\"/>\\n<path d=\"M168.379 13.4311C167.773 14.1083 167.517 14.1321 167.185 13.5915C167.523 13.2766 167.874 13.1103 168.379 13.4311Z\" fill=\"#FF0098\"/>\\n<path d=\"M161.69 19.1763C161.744 19.6753 161.376 19.7822 161.031 19.9367C160.882 19.3367 160.983 19.2297 161.702 19.1882L161.69 19.1763Z\" fill=\"#FF0098\"/>\\n<path d=\"M157.05 24.1243C156.795 23.851 156.836 23.649 157.371 23.447C157.335 23.7441 157.317 23.946 157.294 24.148C157.21 24.1421 157.133 24.1302 157.05 24.1243Z\" fill=\"#FF0098\"/>\\n<path d=\"M54.2087 14.3399C54.3335 13.6448 54.6246 13.7577 54.9216 13.8825C54.9454 13.9478 54.9692 14.0191 54.9929 14.0844C54.7731 14.1557 54.5592 14.227 54.2087 14.3399Z\" fill=\"#FF0098\"/>\\n<path d=\"M134.641 27.1064C134.802 26.9994 134.968 26.8984 135.129 26.7915C135.17 26.8509 135.212 26.9044 135.253 26.9638C135.229 27.243 135.081 27.3796 134.748 27.2846L134.641 27.1004V27.1064Z\" fill=\"#FF0098\"/>\\n<path d=\"M138.657 26.3761L138.134 26.186C138.158 26.1087 138.176 26.0374 138.2 25.9602C138.378 26.0018 138.562 26.0493 138.74 26.0909C138.711 26.186 138.687 26.2869 138.657 26.382V26.3761Z\" fill=\"#FF0098\"/>\\n<path d=\"M145.305 8.94572C145.394 8.9576 145.507 8.94572 145.572 8.98731C145.667 9.05859 145.757 9.17147 145.786 9.28435C145.798 9.32593 145.608 9.48039 145.561 9.46257C145.46 9.42098 145.364 9.30811 145.311 9.20117C145.275 9.12988 145.311 9.02295 145.311 8.93384L145.299 8.94572H145.305Z\" fill=\"#FF0098\"/>\\n<path d=\"M51.6479 14.887C51.5112 14.8098 51.3805 14.7326 51.2439 14.6554L51.339 14.4712C51.4756 14.5306 51.6182 14.5841 51.7548 14.6435C51.7192 14.7266 51.6835 14.8039 51.6479 14.887Z\" fill=\"#FF0098\"/>\\n<path d=\"M49.2835 15.9854C49.1528 15.9795 49.0162 15.9676 48.8855 15.9617C48.8855 15.8904 48.8914 15.8191 48.8974 15.7478C49.0281 15.7537 49.1647 15.7597 49.2954 15.7656C49.2954 15.8369 49.2895 15.9082 49.2835 15.9854Z\" fill=\"#FF0098\"/>\\n<path d=\"M186.35 9.43286H186.635L186.647 9.5398L186.362 9.5992L186.35 9.4388V9.43286Z\" fill=\"#FF0098\"/>\\n<path d=\"M52.3022 14.4823C52.2606 14.3872 52.2071 14.3219 52.225 14.2803C52.2428 14.2387 52.326 14.2149 52.3794 14.209C52.3972 14.209 52.4567 14.2862 52.4448 14.31C52.421 14.3634 52.3675 14.405 52.3022 14.4823Z\" fill=\"#FF0098\"/>\\n<path d=\"M124.75 26.6191C124.803 26.6904 124.869 26.7439 124.863 26.7914C124.863 26.839 124.786 26.8805 124.744 26.9281C124.702 26.8865 124.631 26.839 124.625 26.7914C124.625 26.7439 124.691 26.6964 124.744 26.6191H124.75Z\" fill=\"#FF0098\"/>\\n<path d=\"M141.07 14.6904C141.111 14.7024 141.147 14.7203 141.189 14.7322C141.159 14.78 141.135 14.8277 141.105 14.8754C141.07 14.8456 141.022 14.8277 141.01 14.7919C141.004 14.762 141.046 14.7262 141.07 14.6904Z\" fill=\"#FF0098\"/>\\n<path d=\"M53.4839 14.7795C53.4126 14.6131 53.3592 14.5418 53.377 14.5181C53.4067 14.4765 53.478 14.4527 53.5374 14.4468C53.5552 14.4468 53.6027 14.5121 53.5968 14.5418C53.5849 14.6012 53.5433 14.6547 53.4839 14.7795Z\" fill=\"#FF0098\"/>\\n<path d=\"M182.912 10.5024C182.876 10.5203 182.84 10.5502 182.804 10.5442C182.78 10.5442 182.768 10.4845 182.75 10.4547C182.786 10.4368 182.822 10.4069 182.858 10.4129C182.882 10.4129 182.894 10.4666 182.912 10.5024Z\" fill=\"#FF0098\"/>\\n<path d=\"M92.0824 28.259C92.0824 28.259 92.1361 28.3187 92.1599 28.3426C92.1241 28.3605 92.0943 28.3784 92.0585 28.3903C92.0466 28.3903 92.0107 28.3545 92.0107 28.3545C92.0286 28.3187 92.0585 28.2889 92.0824 28.259Z\" fill=\"#FF0098\"/>\\n<path d=\"M125.914 24.4575C125.974 24.4815 126.04 24.4995 125.95 24.4695C126.022 24.5355 125.974 24.4935 125.926 24.4456L125.914 24.4575Z\" fill=\"#FF0098\"/>\\n<path d=\"M158.59 21.3505C158.59 21.3505 158.554 21.3505 158.536 21.3505C158.542 21.3206 158.554 21.2966 158.56 21.2666C158.578 21.2786 158.602 21.2846 158.602 21.2966C158.602 21.3086 158.59 21.3325 158.584 21.3445L158.59 21.3505Z\" fill=\"#FF0098\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2lmoc7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgTWVkaXVt\",\"--framer-font-family\":'\"The Future Medium\", \"The Future Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Lisa Bilyeu, an entrepreneur, producer, best-selling author, and host, co-founded Quest Nutrition and Impact Theory Studios. She built a global audience while creating an impressive slate of content that has been viewed over half a billion times, including the hit series Women of Impact.\"})}),className:\"framer-1u165r6\",fonts:[\"CUSTOM;The Future Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgTWVkaXVt\",\"--framer-font-family\":'\"The Future Medium\", \"The Future Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"With a keen eye for talent and trends, Lisa oversees the development and production of female-driven, empowering content across various platforms at Impact Theory. She tells her story of self-empowerment and success in her best-selling book Radical Confidence.\"})}),className:\"framer-1jek359\",fonts:[\"CUSTOM;The Future Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fq4mp9 hidden-ofkmfc hidden-1ao3rkw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Sign up for Lisa\u2019s \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-22e4b8af-a2df-42ac-b267-49b2347a97a8, rgb(255, 0, 152))\"},children:\"Radical Confidence\"}),\" newsletter!\"]})}),className:\"framer-1xjhxrp\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f8noho-container\",children:/*#__PURE__*/_jsx(HubSpotForm,{advanced:false,formId:\"eb312978-4900-4155-a354-68bc2fc0aece\",height:\"100%\",id:\"xmgWnoPX4\",layoutId:\"xmgWnoPX4\",portalId:\"23968119\",region:\"eu1\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fl3rvq\",\"data-framer-name\":\"Book Section\",name:\"Book Section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4t620u\",\"data-framer-name\":\"Right\",name:\"Right\",children:[/*#__PURE__*/_jsxs(\"div\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960},className:\"framer-15sg975\",\"data-framer-name\":\"Image\",name:\"Image\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(10099.8),sizes:\"405px\",src:\"https://framerusercontent.com/images/HNZUyIzuOzMi1d6Dl1rKaDQMo.png\",srcSet:\"https://framerusercontent.com/images/HNZUyIzuOzMi1d6Dl1rKaDQMo.png?scale-down-to=1024 749w,https://framerusercontent.com/images/HNZUyIzuOzMi1d6Dl1rKaDQMo.png?scale-down-to=2048 1498w,https://framerusercontent.com/images/HNZUyIzuOzMi1d6Dl1rKaDQMo.png 2997w\"}},nJhQaRkKe:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(10738),positionX:\"center\",positionY:\"center\",sizes:\"251px\",src:\"https://framerusercontent.com/images/HNZUyIzuOzMi1d6Dl1rKaDQMo.png\",srcSet:\"https://framerusercontent.com/images/HNZUyIzuOzMi1d6Dl1rKaDQMo.png?scale-down-to=1024 749w,https://framerusercontent.com/images/HNZUyIzuOzMi1d6Dl1rKaDQMo.png?scale-down-to=2048 1498w,https://framerusercontent.com/images/HNZUyIzuOzMi1d6Dl1rKaDQMo.png 2997w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(7848),sizes:\"405px\",src:\"https://framerusercontent.com/images/HNZUyIzuOzMi1d6Dl1rKaDQMo.png\",srcSet:\"https://framerusercontent.com/images/HNZUyIzuOzMi1d6Dl1rKaDQMo.png?scale-down-to=1024 749w,https://framerusercontent.com/images/HNZUyIzuOzMi1d6Dl1rKaDQMo.png?scale-down-to=2048 1498w,https://framerusercontent.com/images/HNZUyIzuOzMi1d6Dl1rKaDQMo.png 2997w\"},className:\"framer-1heflr8\",\"data-framer-name\":\"radconpinkcover3d1 1\",name:\"radconpinkcover3d1 1\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tcyqz\",\"data-framer-name\":\"Frame 427321748\",name:\"Frame 427321748\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(10225.18217698074),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/oZsVJt2zypqFcsJptUM7BNefM2c.png\"}},nJhQaRkKe:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(10786.763837192191),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/oZsVJt2zypqFcsJptUM7BNefM2c.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(7973.38217698074),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/oZsVJt2zypqFcsJptUM7BNefM2c.png\"},className:\"framer-5cnnyf\",\"data-framer-name\":\"amazon 1\",name:\"amazon 1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(10347.50731707317),sizes:\"136px\",src:\"https://framerusercontent.com/images/VaXr9UH6rre2LQ44KLdG851Tres.png\",srcSet:\"https://framerusercontent.com/images/VaXr9UH6rre2LQ44KLdG851Tres.png?scale-down-to=512 512w,https://framerusercontent.com/images/VaXr9UH6rre2LQ44KLdG851Tres.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VaXr9UH6rre2LQ44KLdG851Tres.png 1164w\"}},nJhQaRkKe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(10883.32618025751),sizes:\"98px\",src:\"https://framerusercontent.com/images/VaXr9UH6rre2LQ44KLdG851Tres.png\",srcSet:\"https://framerusercontent.com/images/VaXr9UH6rre2LQ44KLdG851Tres.png?scale-down-to=512 512w,https://framerusercontent.com/images/VaXr9UH6rre2LQ44KLdG851Tres.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VaXr9UH6rre2LQ44KLdG851Tres.png 1164w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(8095.707317073171),sizes:\"136px\",src:\"https://framerusercontent.com/images/VaXr9UH6rre2LQ44KLdG851Tres.png\",srcSet:\"https://framerusercontent.com/images/VaXr9UH6rre2LQ44KLdG851Tres.png?scale-down-to=512 512w,https://framerusercontent.com/images/VaXr9UH6rre2LQ44KLdG851Tres.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VaXr9UH6rre2LQ44KLdG851Tres.png 1164w\"},className:\"framer-1mml1oa\",\"data-framer-name\":\"USA-Today-sticker 1\",name:\"USA-Today-sticker 1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(10480.369042531454),sizes:\"92.2299px\",src:\"https://framerusercontent.com/images/Cm6HGTwKB4xefscMgMCxF4Uuh5E.png\",srcSet:\"https://framerusercontent.com/images/Cm6HGTwKB4xefscMgMCxF4Uuh5E.png 939w\"}},nJhQaRkKe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(10987.459338773473),sizes:\"66.2941px\",src:\"https://framerusercontent.com/images/Cm6HGTwKB4xefscMgMCxF4Uuh5E.png\",srcSet:\"https://framerusercontent.com/images/Cm6HGTwKB4xefscMgMCxF4Uuh5E.png 939w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(8228.569042531455),sizes:\"92.2299px\",src:\"https://framerusercontent.com/images/Cm6HGTwKB4xefscMgMCxF4Uuh5E.png\",srcSet:\"https://framerusercontent.com/images/Cm6HGTwKB4xefscMgMCxF4Uuh5E.png 939w\"},className:\"framer-1a5l2tk\",\"data-framer-name\":\"PW 1\",name:\"PW 1\"})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-uglxbt\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-baq57v\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif'},children:\"Be the hero of \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"34px\"},children:\"your own life. Lisa Bilyeu, Radical Confidence\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif'},children:\"Be the hero of \"}),\"your own life. Lisa Bilyeu, Radical Confidence\"]})}),className:\"framer-7avahd\",fonts:[\"CUSTOM;The Future Bold\",\"CUSTOM;The Future Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:[\"Entrepreneur, producer, best-selling author, public speaker, and host. \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif'},children:\"Lisa Bilyeu\"}),\" co-founded the billion-dollar brand Quest Nutrition and is co- founder and president of Impact Theory Studios, a revolutionary, digital-first studio that produces wildly entertaining and original content focusing on themes of confidence and empowerment.\"]})}),className:\"framer-ufewro\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{width:\"172px\",y:10963.599999999999},nJhQaRkKe:{width:\"max(100vw - 48px, 1px)\",y:11343.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:8243.9,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n2s42k-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{style:{height:\"100%\",width:\"100%\"}},nJhQaRkKe:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonsPrimary,{f7l6h1RI9:true,height:\"100%\",id:\"YY6xm9rZC\",layoutId:\"YY6xm9rZC\",lhBPl4Xl4:\"https://radicalconfidence.com/\",style:{height:\"100%\"},TmgtYo1gA:\"Get the Book\",variant:\"S8vBijwKl\",width:\"100%\",WYsUimvEG:false})})})})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sz1az3\",\"data-framer-name\":\"Left\",name:\"Left\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o0753x\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qfhemu\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:[\"Radical Confidence\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif'},children:\" Course\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:[\"Radical Confidence\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif'},children:\" Course\"})]})}),className:\"framer-1royyff\",fonts:[\"CUSTOM;The Future Bold\",\"CUSTOM;The Future Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43))\"},children:[\"Achieve \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"strong\",{children:\"anything\"})}),\" you set your mind to with Radical Confidence. Lisa\u2019s practical, NO-B.S. strategies have helped 1000\u2019s of women finally stop settling for \u201Cordinary\u201D and \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"strong\",{children:\"live the exciting, fulfilling life they always dreamed of.\"})})]})}),className:\"framer-1l8aa29\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{y:11907.399999999998},nJhQaRkKe:{width:\"min(max((100vw - 48px) * 1, 1px), 2018px)\",y:11897.599999999999}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:8843.9,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d1fm5i-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonsPrimary,{f7l6h1RI9:true,height:\"100%\",id:\"f5NF4Dejr\",layoutId:\"f5NF4Dejr\",lhBPl4Xl4:\"https://radicalconfidence.com/buildconfidence\",style:{height:\"100%\"},TmgtYo1gA:\"Learn More\",variant:\"S8vBijwKl\",width:\"100%\",WYsUimvEG:false})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960},className:\"framer-werj81\",\"data-framer-name\":\"Image\",name:\"Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(11035.099999999999),positionX:\"center\",positionY:\"center\",sizes:\"calc(100vw - 64px)\",src:\"https://framerusercontent.com/images/2hJbMUq8qLWyG7rFp3pKX61B6g.png\",srcSet:\"https://framerusercontent.com/images/2hJbMUq8qLWyG7rFp3pKX61B6g.png?scale-down-to=512 512w,https://framerusercontent.com/images/2hJbMUq8qLWyG7rFp3pKX61B6g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2hJbMUq8qLWyG7rFp3pKX61B6g.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/2hJbMUq8qLWyG7rFp3pKX61B6g.png 3918w\"}},nJhQaRkKe:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(11262.3),positionX:\"center\",positionY:\"center\",sizes:\"calc(100vw - 48px)\",src:\"https://framerusercontent.com/images/2hJbMUq8qLWyG7rFp3pKX61B6g.png\",srcSet:\"https://framerusercontent.com/images/2hJbMUq8qLWyG7rFp3pKX61B6g.png?scale-down-to=512 512w,https://framerusercontent.com/images/2hJbMUq8qLWyG7rFp3pKX61B6g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2hJbMUq8qLWyG7rFp3pKX61B6g.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/2hJbMUq8qLWyG7rFp3pKX61B6g.png 3918w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(8439.5),positionX:\"center\",positionY:\"center\",sizes:\"max((100vw - 112px) / 2, 1px)\",src:\"https://framerusercontent.com/images/2hJbMUq8qLWyG7rFp3pKX61B6g.png\",srcSet:\"https://framerusercontent.com/images/2hJbMUq8qLWyG7rFp3pKX61B6g.png?scale-down-to=512 512w,https://framerusercontent.com/images/2hJbMUq8qLWyG7rFp3pKX61B6g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2hJbMUq8qLWyG7rFp3pKX61B6g.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/2hJbMUq8qLWyG7rFp3pKX61B6g.png 3918w\"},className:\"framer-y5cgna\",\"data-framer-name\":\"RadConCourse 1\",name:\"RadConCourse 1\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-252mbi\",\"data-framer-name\":\"Entertainment\",id:elementId1,name:\"Entertainment\",ref:ref4,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-12l9xux\",\"data-framer-name\":\"IT_Studios_Wide_2_Color_for_Dark_Background\",layout:\"position\",name:\"IT_Studios_Wide_2_Color_for_Dark_Background\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 398 117\"><g transform=\"translate(0.004 0.002)\" id=\"ss8769535266_1\"><path d=\"M 290.058 25.075 C 289.941 24.667 289.648 24.262 289.243 24.03 C 288.369 23.505 287.555 23.101 286.681 22.692 C 285.634 22.168 284.523 21.647 283.36 21.238 C 282.95 21.238 281.787 22.404 279.806 24.787 C 278.001 26.882 276.425 29.153 275.085 31.42 C 274.155 32.874 273.685 33.515 273.685 33.399 C 273.685 33.05 275.783 13.904 275.783 13.38 C 275.783 13.319 274.792 12.739 272.755 11.693 C 270.718 10.704 269.667 10.179 269.55 10.179 C 269.49 10.179 265.936 38.401 265.178 43.636 C 264.536 48.815 264.188 51.607 264.188 51.839 C 264.188 52.188 264.304 52.42 264.597 52.536 C 264.89 52.652 265.764 53.117 267.22 53.874 L 270.425 55.328 C 270.541 55.328 270.718 55.151 270.834 54.687 C 271.825 49.684 274.504 43.688 278.815 36.883 C 280.155 34.556 281.727 32.401 283.42 30.366 L 283.48 30.306 C 283.597 30.306 283.597 30.598 283.597 31.119 C 283.597 31.235 283.597 31.528 283.536 31.7 C 283.536 31.992 283.476 32.28 283.476 32.745 C 283.476 33.209 283.416 33.618 283.416 33.967 C 283.067 38.969 282.425 43.916 281.378 48.746 L 280.564 52.239 C 281.611 52.88 282.722 53.461 283.885 54.041 C 284.876 54.566 285.867 55.031 286.913 55.263 L 286.973 55.263 C 287.15 55.203 287.555 53.577 288.197 50.433 C 288.778 47.348 289.304 44.264 289.769 41.18 C 290.294 37.747 290.643 34.199 290.699 30.706 C 290.932 28.904 290.639 26.925 290.058 25.062 Z M 397.328 24.03 C 397.035 23.914 396.161 23.449 394.705 22.692 L 391.5 21.238 C 391.384 21.238 391.207 21.415 391.091 21.879 C 390.1 26.882 387.421 32.878 383.165 39.683 C 381.84 41.995 380.298 44.177 378.561 46.2 L 378.501 46.26 C 378.384 46.26 378.384 45.968 378.384 45.447 L 378.384 44.866 C 378.384 44.574 378.445 44.286 378.445 43.821 C 378.445 43.357 378.505 42.948 378.505 42.6 C 378.854 37.597 379.496 32.65 380.542 27.82 L 381.356 24.327 C 380.31 23.686 379.198 23.105 378.035 22.525 C 377.045 22 376.054 21.535 375.007 21.303 L 374.947 21.303 C 374.77 21.363 374.366 22.989 373.724 26.134 C 373.142 29.218 372.617 32.302 372.152 35.386 C 371.626 38.819 371.277 42.367 371.221 45.86 C 371.161 47.839 371.398 49.757 372.035 51.62 C 372.152 52.028 372.444 52.317 372.849 52.665 C 373.724 53.19 374.538 53.594 375.412 54.003 C 376.459 54.528 377.57 55.048 378.733 55.457 C 379.142 55.457 380.305 54.291 382.287 51.908 C 384.092 49.813 385.668 47.542 387.008 45.275 C 387.938 43.821 388.408 43.18 388.408 43.296 C 388.408 43.645 386.017 62.614 386.017 63.139 C 386.017 63.199 387.008 63.78 389.045 64.825 C 391.082 65.815 392.133 66.339 392.25 66.339 C 392.31 66.339 396.152 38.178 396.854 32.999 C 397.496 27.82 397.845 25.028 397.845 24.796 C 397.729 24.503 397.612 24.215 397.319 24.039 Z M 309.113 21.643 C 308.299 21.643 307.541 21.759 306.723 21.991 C 302.588 22.804 298.858 25.192 296.583 28.856 C 294.718 31.592 293.495 34.732 292.913 37.932 C 292.797 38.806 292.737 39.735 292.797 40.608 C 292.737 42.703 292.913 44.798 293.323 46.832 C 293.832 48.708 294.703 50.467 295.885 52.011 C 296.876 53.409 298.216 54.571 299.788 55.328 C 300.895 55.852 302.178 56.141 303.402 56.141 C 306.141 56.141 308.764 55.035 311.151 52.824 C 312.374 51.658 313.541 50.321 314.472 48.867 C 315.695 47.004 316.393 45.899 316.393 45.434 C 316.393 45.374 316.393 45.318 316.332 45.318 C 315.458 44.793 314.528 44.273 313.593 43.92 C 312.663 43.456 311.728 43.047 310.737 42.754 C 310.444 42.754 310.212 42.931 310.095 43.395 C 309.454 45.082 308.463 46.712 307.24 48.11 C 306.016 49.508 304.733 50.144 303.57 50.144 C 303.393 50.144 303.161 50.144 302.988 50.084 C 302.407 49.908 301.881 49.503 301.416 49.039 C 300.951 48.574 300.542 47.994 300.369 47.409 C 300.309 47.232 300.253 47 300.253 46.828 C 300.253 46.712 300.43 46.652 300.835 46.479 C 302.058 46.015 303.281 45.434 304.448 44.793 C 305.555 44.213 306.662 43.572 307.769 42.759 C 310.321 40.845 312.428 38.404 313.946 35.601 C 315.462 32.981 316.393 30.013 316.569 26.99 L 316.63 24.662 L 313.602 23.209 C 311.564 22.043 310.048 21.638 309.113 21.638 Z M 308.588 31.304 C 308.179 32.233 307.713 33.166 307.188 33.979 C 306.021 35.898 304.448 37.528 302.527 38.866 C 301.011 39.911 300.02 40.436 299.672 40.436 C 299.611 40.436 299.611 40.376 299.611 40.32 C 299.672 38.806 300.076 37.352 300.602 35.954 C 301.769 32.461 303.923 30.25 306.955 29.261 C 307.537 29.084 308.123 28.912 308.82 28.912 C 309.23 28.912 309.402 28.972 309.402 29.028 C 309.225 29.902 308.937 30.598 308.588 31.3 Z M 340.927 25.368 C 340.751 24.959 340.579 24.727 340.579 24.555 C 340.462 24.379 340.23 24.206 340.053 24.03 C 339.76 23.738 339.472 23.566 339.123 23.389 C 338.774 23.213 338.192 22.925 337.318 22.516 C 335.453 21.527 334.406 21.062 334.113 21.062 C 334.053 21.062 333.937 21.062 333.82 21.122 L 333.295 21.238 C 333.118 21.299 332.886 21.299 332.713 21.299 C 330.676 21.707 328.695 22.404 327.002 23.626 C 325.137 24.731 323.565 26.129 322.165 27.815 C 320.36 30.259 319.137 32.994 318.318 35.902 C 317.909 37.588 317.737 39.335 317.793 41.081 C 317.793 46.028 319.193 49.869 321.988 52.721 C 323.853 54.639 325.718 55.573 327.756 55.573 C 329.677 55.457 331.425 54.876 332.998 53.71 C 335.328 52.14 337.253 50.101 338.709 47.658 C 340.342 45.038 341.449 42.131 342.146 39.102 C 342.439 37.881 342.495 36.543 342.495 35.261 C 342.495 31.132 342.086 28.22 341.272 26.534 C 341.212 26.241 341.095 25.777 340.923 25.368 Z M 332.537 45.155 C 331.955 46.028 331.197 46.785 330.439 47.542 C 329.797 48.239 328.923 48.647 327.992 48.764 C 326.825 48.764 325.895 47.598 325.081 45.271 C 324.732 44.165 324.616 43.06 324.616 41.894 C 324.616 39.915 325.025 37.937 325.662 36.018 C 326.244 34.216 327.118 32.586 328.285 31.132 C 330.15 29.153 331.899 28.164 333.704 28.164 C 333.997 28.104 334.23 28.224 334.402 28.456 C 334.695 28.921 334.867 29.446 334.983 29.97 C 335.565 31.657 335.914 33.519 335.914 35.382 C 335.853 38.93 334.63 42.363 332.532 45.159 Z M 368.895 25.252 C 368.835 24.843 368.546 24.439 368.314 24.206 C 367.5 23.682 366.742 23.217 365.867 22.808 C 363.886 21.763 362.839 21.294 362.546 21.294 C 361.965 21.294 360.741 22.107 359.049 23.738 C 357.476 25.252 356.02 26.878 354.793 28.684 L 354.211 29.557 C 353.63 30.431 353.281 30.723 353.281 30.487 C 353.281 30.37 353.341 29.381 353.63 27.635 C 353.746 26.706 353.807 25.772 353.923 24.899 C 353.923 24.723 353.923 24.49 353.863 24.374 C 352.932 23.733 351.941 23.209 350.89 22.744 C 349.9 22.163 348.853 21.699 347.802 21.346 C 347.686 21.346 347.509 21.638 347.393 22.219 C 347.333 22.916 346.579 28.095 345.355 37.756 C 344.132 47.417 343.434 52.304 343.434 52.42 C 343.434 52.536 344.425 53.117 346.346 54.106 C 348.267 55.095 349.374 55.56 349.727 55.56 L 349.788 55.56 C 349.904 55.5 350.137 54.571 350.369 52.652 C 351.593 43.924 354.974 36.823 360.332 31.356 C 360.858 30.775 361.439 30.25 362.137 29.785 C 362.197 29.785 362.253 30.598 362.253 32.229 C 362.314 34.848 361.904 37.464 361.146 39.967 C 360.97 40.432 360.797 40.896 360.737 41.365 C 360.737 41.481 361.784 42.006 363.881 43.051 C 364.872 43.632 365.919 44.096 367.026 44.449 C 367.142 44.449 367.202 44.449 367.202 44.389 C 367.612 43.46 367.844 42.471 368.133 41.421 C 368.598 39.735 368.831 38.397 369.063 37.408 C 369.24 35.313 369.356 33.278 369.24 31.183 C 369.179 29.028 369.063 27.17 368.891 25.247 Z M 262.09 40.612 C 261.216 40.087 260.401 39.683 259.467 39.391 C 259.29 39.391 258.36 40.32 256.611 42.066 C 254.922 43.985 254.048 44.802 254.048 44.57 C 254.048 44.221 255.737 30.663 255.737 29.441 C 255.737 29.325 255.797 28.745 255.797 28.745 C 255.857 28.745 263.197 26.185 263.373 26.069 C 263.49 26.009 263.55 25.893 263.666 25.66 C 263.49 24.731 263.257 23.858 262.852 22.985 C 262.503 21.94 262.155 20.95 261.629 19.961 L 261.513 19.961 C 260.522 20.309 257.024 21.359 256.968 21.359 C 256.912 21.359 256.852 21.299 256.852 21.299 C 256.852 21.183 257.494 14.782 257.494 13.909 C 257.494 13.732 257.494 13.5 257.434 13.328 C 257.317 13.152 256.387 12.515 254.522 11.642 C 253.531 11.061 252.484 10.597 251.377 10.244 C 250.968 10.244 249.573 23.57 249.689 23.918 C 249.28 24.211 248.815 24.383 248.349 24.499 C 247.475 24.847 247.01 25.024 246.95 25.024 L 246.889 25.14 C 246.889 25.2 247.182 26.185 247.764 27.992 C 248.229 29.037 248.461 30.087 248.694 31.192 C 248.694 31.601 248.634 32.005 248.578 32.298 C 248.522 32.59 246.071 51.383 246.071 51.676 L 245.955 52.549 L 248.927 54.003 C 250.792 54.932 251.899 55.401 252.308 55.401 C 252.601 55.401 254.698 53.19 258.661 48.824 C 262.624 44.458 264.605 42.131 264.605 41.959 C 264.605 41.787 263.675 41.494 262.099 40.621 Z M 2.503 27.347 C 3.433 27.871 4.368 28.276 5.358 28.512 C 5.535 28.512 8.214 25.544 8.386 25.544 C 8.447 25.544 8.503 25.604 8.503 25.66 L 8.503 25.721 C 8.442 25.781 8.442 25.837 8.442 25.897 C 8.382 26.013 5.936 44.109 5.531 47.486 C 5.238 49.404 5.121 50.57 5.121 50.979 C 5.121 51.095 5.121 51.327 5.182 51.504 C 5.182 51.62 5.242 51.796 5.298 51.912 C 5.354 52.028 5.414 52.205 5.475 52.261 C 5.591 52.377 5.768 52.437 5.884 52.553 L 6.409 52.846 L 7.107 53.254 C 7.456 53.431 7.689 53.603 7.982 53.663 C 9.67 54.476 10.721 54.829 11.126 54.829 L 11.186 54.829 C 11.303 54.712 11.828 51.396 12.642 45.112 C 13.051 42.027 15.205 26.318 15.498 23.931 C 16.023 20.206 16.312 18.227 16.312 17.995 C 16.312 17.879 15.321 17.354 13.4 16.365 C 12.354 15.784 11.303 15.259 10.196 14.851 C 10.019 14.791 0 25.617 0 25.85 C 0.06 26.142 0.874 26.607 2.507 27.364 Z M 66.187 65.982 C 66.303 65.922 68.694 49.164 69.275 46.897 C 70.615 41.95 73.122 37.412 76.443 33.571 C 77.373 32.526 78.364 31.476 79.415 30.547 C 80.582 29.502 81.396 28.977 81.512 28.977 C 81.629 28.977 81.805 29.557 81.805 30.779 C 81.866 32.874 81.689 34.969 81.28 37.003 C 80.233 42.122 77.782 46.953 74.173 50.794 C 73.242 51.839 72.773 52.364 72.833 52.596 C 72.949 52.889 74 53.409 76.038 54.166 L 79.01 55.504 L 79.591 54.979 C 81.108 53.465 82.447 51.779 83.554 49.86 C 87.099 44.175 88.92 37.587 88.796 30.891 C 88.796 30.25 88.736 29.205 88.68 27.751 C 88.503 25.54 88.331 24.318 88.271 24.258 C 88.21 24.082 87.224 23.445 85.243 22.572 C 83.261 21.643 82.098 21.174 81.745 21.174 L 81.685 21.174 C 81.624 21.174 80.871 21.638 79.587 22.512 C 78.247 23.441 77.024 24.49 75.917 25.596 C 74.652 26.807 73.501 28.131 72.48 29.553 L 71.024 31.532 C 71.024 31.007 71.024 30.426 71.14 29.902 C 71.257 28.796 71.433 27.691 71.55 26.525 L 71.666 24.723 L 71.726 23.849 L 68.698 22.451 C 67.651 21.927 66.6 21.406 65.493 20.998 L 65.377 21.114 C 65.377 21.174 64.386 28.62 62.405 43.46 C 61.996 45.903 60.014 61.208 59.898 62.313 L 59.838 63.186 L 62.926 64.701 C 65.024 65.63 66.131 66.098 66.191 65.982 Z M 91.187 51.96 C 91.247 52.02 92.294 52.484 94.331 53.474 L 97.303 54.928 L 98.294 54.519 C 99.926 53.938 101.848 52.484 104.178 50.269 L 106.043 48.467 C 105.983 48.931 105.983 49.456 105.927 50.269 C 105.866 51.082 105.81 51.607 105.81 51.899 L 108.838 53.353 C 109.885 53.934 110.936 54.398 112.043 54.807 L 112.103 54.807 C 112.22 54.807 112.978 49.977 114.201 40.32 C 115.368 31.36 116.006 26.529 116.006 25.772 L 116.006 23.97 L 113.034 22.4 C 111.694 21.759 110.82 21.234 110.178 20.946 L 108.197 20.946 C 107.029 20.946 105.866 21.006 104.759 21.294 C 100.387 22.168 96.894 24.843 94.503 29.381 C 92.113 33.919 90.773 39.158 90.773 45.15 C 90.773 45.963 90.834 47.069 90.89 48.583 C 90.95 50.854 91.066 51.899 91.182 51.96 Z M 98.643 37.937 C 99.866 32.293 102.313 28.8 105.927 27.523 C 106.568 27.347 107.266 27.174 107.908 27.174 C 108.373 27.174 108.722 27.291 108.722 27.467 C 108.722 27.643 108.545 29.269 108.141 32.414 C 107.964 34.1 107.675 35.846 107.266 37.532 C 106.685 38.754 105.927 39.92 105.108 40.965 C 103.885 42.535 102.485 44.049 101.089 45.447 C 99.457 47.017 98.466 47.89 98.061 47.89 L 98.001 47.89 C 97.941 47.83 97.885 47.366 97.885 46.436 C 97.768 43.529 98.001 40.733 98.643 37.941 Z M 124.573 54.695 C 125.504 55.044 126.555 55.22 127.545 55.16 C 128.769 55.16 130.052 55.044 131.275 54.635 C 133.899 53.646 136.229 51.727 138.21 48.875 C 139.726 46.72 140.541 45.266 140.541 44.626 C 140.541 44.449 139.085 43.636 136.113 42.238 L 135.006 41.713 L 133.782 43.632 C 133.14 44.737 132.266 45.843 131.336 46.772 C 130.694 47.469 129.936 48.17 129.005 48.574 C 128.657 48.69 128.364 48.69 128.015 48.69 C 126.791 48.69 125.684 47.817 124.694 46.131 C 124.059 44.746 123.76 43.231 123.819 41.709 C 123.819 39.73 124.168 37.752 124.81 35.833 C 125.336 34.031 126.266 32.457 127.433 31.119 C 128.657 29.665 130.405 28.732 132.27 28.443 C 132.331 28.443 132.447 28.443 132.619 28.383 C 132.68 28.383 132.736 28.323 132.912 28.323 C 133.205 28.323 133.321 28.499 133.321 28.848 C 133.321 29.024 133.321 29.196 133.261 29.373 C 133.261 29.549 133.201 29.897 133.145 30.302 C 133.084 30.71 133.028 31.115 133.028 31.407 C 132.968 31.988 132.912 32.573 132.912 33.209 C 132.912 33.502 132.972 33.79 133.261 34.022 C 133.843 34.371 134.428 34.663 135.066 34.952 C 136.057 35.416 137.047 35.881 137.922 36.289 L 139.378 36.814 C 139.438 36.814 139.726 34.779 140.252 30.878 C 140.777 26.981 141.066 24.826 141.066 24.477 C 141.066 24.129 140.019 23.488 138.038 22.499 C 136.057 21.509 134.657 21.045 133.843 21.045 C 133.317 21.045 132.796 21.105 132.27 21.161 C 128.773 21.686 125.628 23.256 123.182 25.815 C 120.559 28.667 118.694 32.216 117.94 35.997 C 117.531 37.627 117.358 39.373 117.358 40.999 C 117.298 43.967 118 46.875 119.396 49.495 C 120.27 51.822 122.191 53.624 124.582 54.674 Z M 151.671 30.955 C 151.731 30.955 158.954 28.396 159.247 28.28 C 159.364 28.22 159.424 28.104 159.424 27.871 C 159.247 26.942 159.015 26.069 158.61 25.252 C 158.261 24.206 157.912 23.157 157.387 22.228 L 157.27 22.228 C 156.28 22.576 152.782 23.626 152.782 23.626 C 152.722 23.626 152.666 23.626 152.666 23.566 C 152.666 23.449 153.191 19.552 153.191 18.679 C 153.191 18.503 153.191 18.27 153.131 18.098 C 153.071 17.926 152.084 17.285 150.219 16.412 C 149.228 15.832 148.182 15.367 147.075 15.014 C 146.666 15.014 145.503 25.953 145.503 26.185 C 145.093 26.478 144.628 26.65 144.163 26.766 C 143.289 27.114 142.823 27.291 142.763 27.291 L 142.703 27.407 C 142.703 27.523 142.996 28.452 143.577 30.259 C 144.042 31.304 144.275 32.353 144.508 33.459 C 144.508 33.868 144.447 34.272 144.391 34.564 C 144.335 34.857 142.233 50.914 142.233 51.207 L 142.117 52.08 L 145.089 53.534 C 146.954 54.463 148.061 54.932 148.47 54.932 C 148.763 54.872 158.782 43.645 158.782 43.468 C 158.782 43.292 157.968 42.944 156.452 42.07 C 155.578 41.546 154.763 41.141 153.829 40.905 C 153.652 40.905 150.331 44.398 150.331 44.105 C 150.331 43.757 151.731 32.934 151.731 31.713 C 151.554 31.536 151.554 30.955 151.671 30.955 Z M 23.01 54.872 L 23.07 54.872 C 23.363 54.756 23.535 54.347 23.652 53.474 C 24.582 49.865 25.982 46.316 27.731 43 C 29.712 39.102 31.926 35.377 34.605 31.829 L 36.061 29.91 C 36.061 29.97 36.122 30.087 36.122 30.259 L 36.182 30.839 L 36.182 31.713 C 36.182 35.377 35.484 40.849 34.084 47.946 C 33.559 50.334 33.27 51.611 33.27 51.904 C 33.27 52.02 34.261 52.545 36.182 53.474 C 37.229 54.054 38.34 54.519 39.503 54.872 C 39.679 54.872 39.968 54.231 40.377 52.837 C 41.191 49.46 42.94 45.387 45.563 40.677 C 46.261 39.455 47.428 37.593 49.001 35.205 C 50.573 32.818 51.624 31.308 52.145 30.607 L 52.787 29.794 L 52.787 30.96 C 52.787 34.801 52.089 40.445 50.689 47.895 C 50.164 50.63 49.875 52.024 49.875 52.084 C 49.875 52.2 50.866 52.725 52.903 53.654 C 54.94 54.583 55.931 54.992 56.047 54.992 C 56.224 54.992 56.396 54.816 56.513 54.351 C 56.629 53.887 56.922 52.372 57.443 49.753 C 59.075 41.313 59.89 34.797 59.89 30.203 C 59.95 28.34 59.773 26.478 59.248 24.675 C 59.131 24.267 58.839 23.978 58.434 23.746 C 58.085 23.57 57.21 23.049 55.694 22.348 C 54.703 21.884 53.657 21.419 52.606 21.183 C 52.141 21.183 51.438 21.763 50.392 22.985 C 48.587 25.08 46.894 27.351 45.382 29.618 L 43.461 32.47 L 43.461 30.315 C 43.522 28.628 43.285 26.938 42.819 25.368 C 42.759 25.192 42.703 24.959 42.643 24.787 C 42.527 24.379 42.178 23.974 41.829 23.798 C 40.954 23.273 40.024 22.808 39.15 22.4 L 36.005 20.946 L 34.14 22.808 C 31.745 25.38 29.616 28.188 27.787 31.188 L 27.322 32.001 C 27.205 32.293 27.029 32.465 26.912 32.642 C 26.796 32.818 26.619 32.99 26.563 33.166 C 26.503 33.283 26.447 33.343 26.387 33.515 L 26.327 33.575 L 26.852 29.446 C 27.201 26.942 27.378 25.549 27.378 25.196 L 27.378 24.615 C 27.378 24.499 27.317 24.267 27.201 24.151 C 27.141 24.034 27.024 23.974 26.852 23.802 C 26.68 23.63 26.559 23.626 26.443 23.454 L 25.917 23.105 C 25.624 22.989 25.392 22.813 25.103 22.757 C 24.694 22.641 24.461 22.464 24.229 22.348 C 22.248 21.419 21.201 20.95 21.085 20.95 L 20.968 21.066 C 20.968 21.127 20.675 22.869 20.27 26.185 C 19.805 29.562 19.224 33.459 18.638 37.997 C 18.056 42.479 17.647 45.155 17.591 45.968 C 17.066 49.516 16.777 51.495 16.893 51.96 C 16.893 52.076 17.824 52.6 19.749 53.53 C 21.554 54.459 22.661 54.867 23.014 54.867 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 234.35 48.936 C 241.927 31.011 233.592 10.356 215.648 2.794 C 197.699 -4.773 177.015 3.551 169.443 21.471 C 161.866 39.395 170.201 60.051 188.145 67.613 C 201.373 73.2 216.639 70.232 226.834 60.107 C 230.039 56.906 232.602 53.065 234.35 48.936 Z M 213.141 61.621 C 198.574 67.789 181.736 60.98 175.615 46.376 C 169.439 31.829 176.257 15.014 190.881 8.902 C 205.448 2.734 222.286 9.543 228.406 24.146 C 234.467 38.694 227.648 55.452 213.141 61.621 Z\" fill=\"rgb(0,242,255)\"></path><path d=\"M 183.717 44.165 L 190.187 41.954 L 190.247 41.954 L 190.247 41.894 L 188.15 35.842 L 188.089 35.782 L 181.62 37.993 C 181.62 37.993 181.56 37.993 181.56 38.053 L 181.56 38.113 L 183.657 44.165 C 183.697 44.205 183.717 44.205 183.717 44.165 Z M 223.983 30.254 L 221.885 24.202 C 221.885 24.142 221.825 24.142 221.825 24.142 L 212.443 27.342 C 212.443 27.342 213.434 19.72 213.434 19.66 C 213.434 19.6 213.434 19.6 213.374 19.6 L 207.02 16.576 C 206.844 16.46 206.844 16.515 206.788 16.576 L 205.039 29.958 L 202.299 30.887 L 202.239 30.887 L 202.239 30.947 L 204.16 36.418 C 204.16 36.418 202.644 48.058 202.588 48.346 C 202.528 49.043 202.881 49.744 203.518 50.093 L 209.751 53.177 C 210.798 53.702 211.616 54.05 212.314 53.353 L 218.723 46.14 L 213.188 43.348 L 209.807 47.245 L 211.496 34.736 L 223.965 30.431 L 224.026 30.431 C 224.086 30.431 224.086 30.37 224.086 30.37 C 224.046 30.293 224.007 30.254 223.97 30.254 Z\" fill=\"rgb(0,242,255)\"></path><path d=\"M 200.615 20.77 L 194.322 17.685 C 193.276 17.161 192.457 16.812 191.759 17.509 L 185.35 24.723 L 190.885 27.514 L 194.266 23.617 L 190.652 50.906 L 190.652 51.138 C 190.652 51.178 190.672 51.198 190.713 51.198 L 190.889 51.314 L 197.006 54.222 C 197.182 54.338 197.299 54.338 197.299 54.222 C 197.299 54.222 201.434 22.684 201.494 22.391 C 201.61 21.694 201.201 21.053 200.62 20.761 Z M 109.088 109.436 L 109.256 108.249 L 113.503 108.249 L 113.335 109.436 C 113.047 111.496 114.102 113.002 116.484 113.002 C 118.866 113.002 120.33 111.617 120.636 109.436 C 121.002 106.821 120.089 105.99 116.273 104.089 C 111.642 101.753 110.617 99.452 111.147 95.688 C 111.759 91.331 115.002 88.32 120.158 88.32 C 125.314 88.32 127.554 91.292 126.925 95.766 L 126.817 96.518 L 122.531 96.518 L 122.631 95.804 C 122.932 93.667 121.993 92.161 119.611 92.161 C 117.47 92.161 115.958 93.589 115.674 95.607 C 115.338 97.985 116.372 98.815 120.145 100.755 C 124.814 103.091 125.715 105.431 125.168 109.311 C 124.53 113.828 121.252 116.839 115.976 116.839 C 110.699 116.839 108.459 113.866 109.084 109.432 Z M 144.968 92.677 L 138.861 92.677 L 139.416 88.716 L 156.116 88.716 L 155.56 92.677 L 149.491 92.677 L 146.144 116.447 L 141.622 116.447 Z M 165.407 108.963 L 168.254 88.72 L 172.777 88.72 L 169.891 109.242 C 169.546 111.698 170.649 112.886 172.988 112.886 C 175.327 112.886 176.804 111.698 177.149 109.242 L 180.035 88.72 L 184.398 88.72 L 181.551 108.963 C 180.849 113.952 177.627 116.847 172.35 116.847 C 167.074 116.847 164.709 113.918 165.407 108.963 Z M 197.927 88.716 L 206.099 88.716 C 211.414 88.716 213.826 91.331 213.107 96.441 L 211.379 108.722 C 210.66 113.832 207.516 116.447 202.2 116.447 L 194.029 116.447 L 197.932 88.716 Z M 202.674 112.486 C 205.254 112.486 206.473 111.414 206.844 108.803 L 208.592 96.364 C 208.959 93.748 208.041 92.677 205.461 92.677 L 201.89 92.677 L 199.103 112.486 Z M 227.441 88.716 L 231.964 88.716 L 228.062 116.447 L 223.539 116.447 Z M 242.405 108.963 L 244.201 96.204 C 244.908 91.172 248.246 88.32 253.523 88.32 C 258.799 88.32 261.332 91.172 260.625 96.204 L 258.829 108.963 C 258.123 113.995 254.785 116.847 249.508 116.847 C 244.232 116.847 241.699 113.995 242.405 108.963 Z M 254.276 109.161 L 256.129 96.007 C 256.469 93.589 255.345 92.282 252.963 92.282 C 250.581 92.282 249.09 93.589 248.75 96.007 L 246.898 109.161 C 246.558 111.578 247.682 112.886 250.064 112.886 C 252.446 112.886 253.936 111.578 254.276 109.161 Z M 271.097 109.436 L 271.265 108.249 L 275.512 108.249 L 275.344 109.436 C 275.055 111.496 276.11 113.002 278.492 113.002 C 280.874 113.002 282.339 111.617 282.645 109.436 C 283.011 106.821 282.098 105.99 278.281 104.089 C 273.651 101.753 272.626 99.452 273.155 95.688 C 273.767 91.331 277.011 88.32 282.166 88.32 C 287.322 88.32 289.562 91.292 288.933 95.766 L 288.826 96.518 L 284.54 96.518 L 284.639 95.804 C 284.94 93.667 284.001 92.161 281.619 92.161 C 279.479 92.161 277.967 93.589 277.683 95.607 C 277.347 97.985 278.38 98.815 282.154 100.755 C 286.823 103.091 287.723 105.431 287.176 109.311 C 286.538 113.828 283.261 116.839 277.984 116.839 C 272.708 116.839 270.468 113.866 271.092 109.432 Z\" fill=\"rgb(0,242,255)\"></path></g></svg>',svgContentId:8769535266,withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r4nmpw\",\"data-framer-name\":\"Wrapper\",name:\"Wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Impactful Entertainment\"})}),className:\"framer-1un76c7\",fonts:[\"CUSTOM;The Future Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-49flpl\",\"data-styles-preset\":\"yfaNOoB86\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"The best way to improve someone\u2019s life is to introduce them to useful ideas. And the best way to introduce useful ideas is through storytelling.\"})}),className:\"framer-tgdtp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16dmw76\",\"data-framer-name\":\"Wrapper\",name:\"Wrapper\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-x6i7hl\",\"data-framer-name\":\"Gaming Title\",fill:\"black\",intrinsicHeight:80,intrinsicWidth:235,name:\"Gaming Title\",svg:'<svg width=\"235\" height=\"80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><path d=\"M51.495 39.058c.608 8.384-4.768 13.408-11.648 13.408S27.4 46.866 27.4 40.018c0-6.848 5.568-12.448 12.448-12.448 4.448 0 8.224 2.272 10.336 5.888l-4.288 2.752c-1.216-2.272-3.424-3.776-6.048-3.776-4.032 0-7.296 3.296-7.296 7.584s3.264 7.712 7.392 7.712c3.008 0 5.28-1.44 6.176-4.384h-5.792v-4.288h11.168Zm26.892 13.024-2.08-5.056H66.195l-2.08 5.056h-5.248l10.272-24.128h4.352l10.272 24.128h-5.376ZM71.25 34.738l-3.296 8.032h6.592l-3.296-8.032Zm34.13 17.344-5.344-15.744-3.168 15.744h-5.024l4.992-24.128h5.024l5.28 15.776 5.28-15.776h4.96l4.992 24.128h-5.12l-3.168-15.744-5.344 15.744h-3.36Zm32.648-24.128v24.128h-5.152V27.954h5.152Zm12.153 0h4.064l12.64 15.456V27.954h4.96v24.128h-3.84l-12.864-15.616v15.616h-4.96V27.954Zm56.588 11.104c.608 8.384-4.768 13.408-11.648 13.408s-12.448-5.6-12.448-12.448c0-6.848 5.568-12.448 12.448-12.448 4.448 0 8.224 2.272 10.336 5.888l-4.288 2.752c-1.216-2.272-3.424-3.776-6.048-3.776-4.032 0-7.296 3.296-7.296 7.584s3.264 7.712 7.392 7.712c3.008 0 5.28-1.44 6.176-4.384h-5.792v-4.288h11.168Z\" fill=\"#fff\"/></g><defs><filter id=\"a\" x=\".099\" y=\".27\" width=\"234.579\" height=\"79.496\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset/><feGaussianBlur stdDeviation=\"13.65\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0.94902 0 0 0 0 1 0 0 0 1 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_3134_1947\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_3134_1947\" result=\"shape\"/></filter></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h9oypy\",children:[isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yio8ft hidden-ofkmfc hidden-1ao3rkw\",\"data-framer-name\":\"Cards\",name:\"Cards\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:560,width:\"321px\",y:9832,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hdizg9-container\",children:/*#__PURE__*/_jsx(CardsEntertainment,{ACpJEdxPg:\"projectkyzen.io\",GgwwVb9te:addImageAlt({src:\"https://framerusercontent.com/images/QOBrW2VkNRuONAEtCDMUYeDRCOI.png\",srcSet:\"https://framerusercontent.com/images/QOBrW2VkNRuONAEtCDMUYeDRCOI.png 572w\"},\"\"),H46ACwh8Y:\"Everything you know is a simulation. Will you join Kyzen to create the ultimate version of you?\",height:\"100%\",id:\"m7OrOqGBs\",layoutId:\"m7OrOqGBs\",style:{height:\"100%\",width:\"100%\"},UZShwoPff:addImageAlt({src:\"https://framerusercontent.com/images/1IaHa4V5s4jTHMY9to3xKKYdM.png\",srcSet:\"https://framerusercontent.com/images/1IaHa4V5s4jTHMY9to3xKKYdM.png 572w\"},\"\"),width:\"100%\",xQU4PkRqF:addImageAlt({src:\"https://framerusercontent.com/images/He8MfUaiGhoHhpKVM6tr6Nwt5HU.png\",srcSet:\"https://framerusercontent.com/images/He8MfUaiGhoHhpKVM6tr6Nwt5HU.png 572w\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:560,width:\"321px\",y:9832,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r2ucss-container\",children:/*#__PURE__*/_jsx(CardsEntertainment,{ACpJEdxPg:\"projectkyzen.io\",GgwwVb9te:addImageAlt({src:\"https://framerusercontent.com/images/GUOTGFfRAsX0hWg0FLeZo24SI6A.png\",srcSet:\"https://framerusercontent.com/images/GUOTGFfRAsX0hWg0FLeZo24SI6A.png 578w\"},\"\"),H46ACwh8Y:\"In the war between the Augmented and the Authentic we all must choose a side. Will you fight to stay the same or create a new, neon future?\",height:\"100%\",id:\"MvLp3kBmS\",layoutId:\"MvLp3kBmS\",style:{height:\"100%\",width:\"100%\"},UZShwoPff:addImageAlt({src:\"https://framerusercontent.com/images/9qRbn7UExRClBF7OSn1y9gYg.png\",srcSet:\"https://framerusercontent.com/images/9qRbn7UExRClBF7OSn1y9gYg.png 579w\"},\"\"),width:\"100%\",xQU4PkRqF:addImageAlt({src:\"https://framerusercontent.com/images/iI5tzWYUQnFChTMYaEJv7YA3Psw.png\",srcSet:\"https://framerusercontent.com/images/iI5tzWYUQnFChTMYaEJv7YA3Psw.png 592w\"},\"\")})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3j8qjb\",\"data-framer-name\":\"Frame 427321839\",name:\"Frame 427321839\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/watch?v=7hSV-hfYWjc\",nodeId:\"IfiqKBWCo\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-14ty8bs framer-lux5qc\",\"data-framer-name\":\"Frame 427321863\",name:\"Frame 427321863\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:164,width:\"286px\",y:9735.80078125,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2p7ujs-container\",children:/*#__PURE__*/_jsx(ThumbnailGameplay,{height:\"100%\",id:\"S_pK0E387\",layoutId:\"S_pK0E387\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(1, 255, 255)\"},children:\"Kyzen \"}),\"Phase 3.0 Gameplay Trailer\"]})}),className:\"framer-31a60f\",\"data-framer-name\":\"Kyzen Phase 3.0 Gameplay Trailer\",fonts:[\"CUSTOM;The Future Bold\"],name:\"Kyzen Phase 3.0 Gameplay Trailer\",verticalAlignment:\"center\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/watch?v=7f7hMISFKMM\",nodeId:\"w9BgXemx9\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-2leoze framer-lux5qc\",\"data-framer-name\":\"Frame 427321862\",name:\"Frame 427321862\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:164.3984375,width:\"285.9998px\",y:10039.80078125,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u460kz-container\",children:/*#__PURE__*/_jsx(ThumbnailBL,{height:\"100%\",id:\"fRWeyRW_x\",layoutId:\"fRWeyRW_x\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Project Kyzen x Bruce Lee Trailer\"})}),className:\"framer-1scraao\",\"data-framer-name\":\"Project Kyzen x Bruce Lee Trailer\",fonts:[\"CUSTOM;The Future Bold\"],name:\"Project Kyzen x Bruce Lee Trailer\",verticalAlignment:\"center\",withExternalLayout:true})]})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10axrsh-container hidden-72rtr7 hidden-7bq7uh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJhQaRkKe:{fadeObject:{fadeAlpha:.5,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:30}}},children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 242, 255, 0.6)\",arrowPadding:0,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:6},gap:36,height:\"100%\",id:\"KDWT7ZdGD\",layoutId:\"KDWT7ZdGD\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:560,width:\"321px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1k5fh1x-container\",children:/*#__PURE__*/_jsx(CardsEntertainment,{ACpJEdxPg:\"projectkyzen.io\",GgwwVb9te:addImageAlt({src:\"https://framerusercontent.com/images/QOBrW2VkNRuONAEtCDMUYeDRCOI.png\",srcSet:\"https://framerusercontent.com/images/QOBrW2VkNRuONAEtCDMUYeDRCOI.png 572w\"},\"\"),H46ACwh8Y:\"Everything you know is a simulation. Will you join Kyzen to create the ultimate version of you?\",height:\"100%\",id:\"UZXdZ7tyL\",layoutId:\"UZXdZ7tyL\",style:{height:\"100%\",width:\"100%\"},UZShwoPff:addImageAlt({src:\"https://framerusercontent.com/images/1IaHa4V5s4jTHMY9to3xKKYdM.png\",srcSet:\"https://framerusercontent.com/images/1IaHa4V5s4jTHMY9to3xKKYdM.png 572w\"},\"\"),width:\"100%\",xQU4PkRqF:addImageAlt({src:\"https://framerusercontent.com/images/He8MfUaiGhoHhpKVM6tr6Nwt5HU.png\",srcSet:\"https://framerusercontent.com/images/He8MfUaiGhoHhpKVM6tr6Nwt5HU.png 572w\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:560,width:\"321px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-bmfnzj-container\",children:/*#__PURE__*/_jsx(CardsEntertainment,{ACpJEdxPg:\"projectkyzen.io\",GgwwVb9te:addImageAlt({src:\"https://framerusercontent.com/images/GUOTGFfRAsX0hWg0FLeZo24SI6A.png\",srcSet:\"https://framerusercontent.com/images/GUOTGFfRAsX0hWg0FLeZo24SI6A.png 578w\"},\"\"),H46ACwh8Y:\"In the war between the Augmented and the Authentic we all must choose a side. Will you fight to stay the same or create a new, neon future?\",height:\"100%\",id:\"LC4ZZqSvF\",layoutId:\"LC4ZZqSvF\",style:{height:\"100%\",width:\"100%\"},UZShwoPff:addImageAlt({src:\"https://framerusercontent.com/images/9qRbn7UExRClBF7OSn1y9gYg.png\",srcSet:\"https://framerusercontent.com/images/9qRbn7UExRClBF7OSn1y9gYg.png 579w\"},\"\"),width:\"100%\",xQU4PkRqF:addImageAlt({src:\"https://framerusercontent.com/images/iI5tzWYUQnFChTMYaEJv7YA3Psw.png\",srcSet:\"https://framerusercontent.com/images/iI5tzWYUQnFChTMYaEJv7YA3Psw.png 592w\"},\"\")})})})],snapObject:{fluid:false,snap:true,snapEdge:\"end\"},style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-727ji2 hidden-72rtr7 hidden-7bq7uh\",\"data-framer-name\":\"Cards\",name:\"Cards\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j6ktz7\",\"data-framer-name\":\"Frame 427321839\",name:\"Frame 427321839\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/watch?v=7hSV-hfYWjc\",nodeId:\"LNodDeUBE\",openInNewTab:true,children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-191ic4x framer-lux5qc\",\"data-framer-name\":\"Frame 427321863\",name:\"Frame 427321863\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(13163.801562499999),sizes:\"285.9998px\",src:\"https://framerusercontent.com/images/23FSTS2GGrfjdj6ge1EavaEUg0.jpg\",srcSet:\"https://framerusercontent.com/images/23FSTS2GGrfjdj6ge1EavaEUg0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/23FSTS2GGrfjdj6ge1EavaEUg0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/23FSTS2GGrfjdj6ge1EavaEUg0.jpg 1920w\"}},nJhQaRkKe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(13090.0015625),sizes:\"285.9998px\",src:\"https://framerusercontent.com/images/23FSTS2GGrfjdj6ge1EavaEUg0.jpg\",srcSet:\"https://framerusercontent.com/images/23FSTS2GGrfjdj6ge1EavaEUg0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/23FSTS2GGrfjdj6ge1EavaEUg0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/23FSTS2GGrfjdj6ge1EavaEUg0.jpg 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"285.9998px\",src:\"https://framerusercontent.com/images/23FSTS2GGrfjdj6ge1EavaEUg0.jpg\",srcSet:\"https://framerusercontent.com/images/23FSTS2GGrfjdj6ge1EavaEUg0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/23FSTS2GGrfjdj6ge1EavaEUg0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/23FSTS2GGrfjdj6ge1EavaEUg0.jpg 1920w\"},className:\"framer-cyv50d\",\"data-framer-name\":\"image 263\",name:\"image 263\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(1, 255, 255)\"},children:\"Kyzen \"}),\"Phase 3.0 Gameplay Trailer\"]})}),className:\"framer-gzaqiz\",\"data-framer-name\":\"Kyzen Phase 3.0 Gameplay Trailer\",fonts:[\"CUSTOM;The Future Bold\"],name:\"Kyzen Phase 3.0 Gameplay Trailer\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1avckie\",\"data-framer-name\":\"Play\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:77,intrinsicWidth:75,name:\"Play\",svg:'<svg width=\"75\" height=\"77\" viewBox=\"0 0 75 77\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M37.5 63.4805C51.031 63.4805 62 52.2876 62 38.4805C62 24.6734 51.031 13.4805 37.5 13.4805C23.969 13.4805 13 24.6734 13 38.4805C13 52.2876 23.969 63.4805 37.5 63.4805Z\" fill=\"#112B45\" fill-opacity=\"0.6\"/>\\n<path d=\"M32.7801 49.8511L50.0914 39.7235C51.0341 39.1717 51.0341 37.7928 50.0914 37.241L32.7801 27.1134C31.8373 26.5616 30.6588 27.2511 30.6588 28.3547V48.6111C30.6588 49.7147 31.8373 50.4041 32.7801 49.8523V49.8511Z\" fill=\"#00F3FF\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/watch?v=7f7hMISFKMM\",nodeId:\"vphTfB4Qx\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-6cpcph framer-lux5qc\",\"data-framer-name\":\"Frame 427321862\",name:\"Frame 427321862\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(13468.199999999999),sizes:\"285.9998px\",src:\"https://framerusercontent.com/images/QvVYwHwQl2dqVdUWPRnHdN3dSTE.jpg\",srcSet:\"https://framerusercontent.com/images/QvVYwHwQl2dqVdUWPRnHdN3dSTE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/QvVYwHwQl2dqVdUWPRnHdN3dSTE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/QvVYwHwQl2dqVdUWPRnHdN3dSTE.jpg 1920w\"}},nJhQaRkKe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(13394.4),sizes:\"285.9998px\",src:\"https://framerusercontent.com/images/QvVYwHwQl2dqVdUWPRnHdN3dSTE.jpg\",srcSet:\"https://framerusercontent.com/images/QvVYwHwQl2dqVdUWPRnHdN3dSTE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/QvVYwHwQl2dqVdUWPRnHdN3dSTE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/QvVYwHwQl2dqVdUWPRnHdN3dSTE.jpg 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"285.9998px\",src:\"https://framerusercontent.com/images/QvVYwHwQl2dqVdUWPRnHdN3dSTE.jpg\",srcSet:\"https://framerusercontent.com/images/QvVYwHwQl2dqVdUWPRnHdN3dSTE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/QvVYwHwQl2dqVdUWPRnHdN3dSTE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/QvVYwHwQl2dqVdUWPRnHdN3dSTE.jpg 1920w\"},className:\"framer-4ita24\",\"data-framer-name\":\"image 262\",name:\"image 262\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Project Kyzen x Bruce Lee Trailer\"})}),className:\"framer-um6686\",\"data-framer-name\":\"Project Kyzen x Bruce Lee Trailer\",fonts:[\"CUSTOM;The Future Bold\"],name:\"Project Kyzen x Bruce Lee Trailer\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-88cyn\",\"data-framer-name\":\"Play\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:77,intrinsicWidth:75,name:\"Play\",svg:'<svg width=\"75\" height=\"77\" viewBox=\"0 0 75 77\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M37.5 63.4805C51.031 63.4805 62 52.2876 62 38.4805C62 24.6734 51.031 13.4805 37.5 13.4805C23.969 13.4805 13 24.6734 13 38.4805C13 52.2876 23.969 63.4805 37.5 63.4805Z\" fill=\"#112B45\" fill-opacity=\"0.6\"/>\\n<path d=\"M32.7801 49.8511L50.0914 39.7235C51.0341 39.1717 51.0341 37.7928 50.0914 37.241L32.7801 27.1134C31.8373 26.5616 30.6588 27.2511 30.6588 28.3547V48.6111C30.6588 49.7147 31.8373 50.4041 32.7801 49.8523V49.8511Z\" fill=\"#00F3FF\"/>\\n</svg>\\n',withExternalLayout:true})]})})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-287fmb\",\"data-framer-name\":\"Wrapper\",name:\"Wrapper\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1cu5c0m\",\"data-framer-name\":\"Web Comics Title\",fill:\"black\",intrinsicHeight:80,intrinsicWidth:330,name:\"Web Comics Title\",svg:'<svg width=\"330\" height=\"80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><path d=\"m61.133 27.954-8.192 24.128h-4.256l-4.416-15.744-4.448 15.744h-4.224l-8.192-24.128h5.408l5.216 15.936 4.48-15.936h3.584l4.48 15.936 5.184-15.936h5.376Zm9.727 24.128V27.954h14.304v4.288h-9.248v5.248h9.024v4.288h-9.024v6.016h9.28v4.288H70.86Zm38.221-12.768c2.656.768 4.512 2.976 4.512 5.824 0 4.128-3.072 6.944-8.448 6.944h-8.48V27.954h7.328c5.216 0 8.128 2.592 8.128 6.464 0 2.464-1.504 4.096-3.04 4.896Zm-7.36-7.136v5.824h1.984c2.016 0 3.392-1.024 3.392-2.912s-1.376-2.912-3.392-2.912h-1.984Zm0 9.632v6.048h3.104c2.272 0 3.584-1.216 3.584-3.04 0-1.792-1.312-3.008-3.584-3.008h-3.104Zm40.987-1.792c0 4.32 3.232 7.584 7.552 7.584 2.368 0 4.384-.928 5.728-2.24v5.76c-1.728.896-3.744 1.344-5.824 1.344-6.976 0-12.608-5.6-12.608-12.448 0-6.848 5.632-12.448 12.608-12.448 2.08 0 4.096.48 5.824 1.344v5.76c-1.344-1.312-3.36-2.24-5.728-2.24-4.32 0-7.552 3.264-7.552 7.584Zm22.997 0c0-6.848 5.568-12.448 12.448-12.448 6.944 0 12.48 5.6 12.48 12.448 0 6.848-5.536 12.448-12.48 12.448-6.88 0-12.448-5.6-12.448-12.448Zm19.744 0c0-4.416-3.232-7.648-7.296-7.648-4.032 0-7.296 3.232-7.296 7.648 0 4.416 3.264 7.648 7.296 7.648 4.064 0 7.296-3.232 7.296-7.648Zm27.558 12.064-5.344-15.744-3.168 15.744h-5.024l4.992-24.128h5.024l5.28 15.776 5.28-15.776h4.96l4.992 24.128h-5.12l-3.168-15.744-5.344 15.744h-3.36Zm32.647-24.128v24.128h-5.152V27.954h5.152Zm15.962 12.064c0 4.32 3.232 7.584 7.552 7.584 2.368 0 4.384-.928 5.728-2.24v5.76c-1.728.896-3.744 1.344-5.824 1.344-6.976 0-12.608-5.6-12.608-12.448 0-6.848 5.632-12.448 12.608-12.448 2.08 0 4.096.48 5.824 1.344v5.76c-1.344-1.312-3.36-2.24-5.728-2.24-4.32 0-7.552 3.264-7.552 7.584Zm40.357 4.576c0 4.544-3.968 7.872-8.864 7.872-4.48 0-8.064-2.624-8.96-6.656l4.8-1.536c.544 2.304 2.144 3.808 4.32 3.808 2.048 0 3.584-1.248 3.584-3.232 0-4.608-11.328-1.536-11.328-9.984 0-3.936 3.2-7.296 8-7.296 3.776 0 6.688 2.016 7.744 5.152l-4.736 1.76c-.448-1.376-1.504-2.56-3.2-2.56-1.568 0-2.784.992-2.784 2.592 0 4.224 11.424 1.376 11.424 10.08Z\" fill=\"#fff\"/></g><defs><filter id=\"a\" x=\".105\" y=\".27\" width=\"329.168\" height=\"79.496\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset/><feGaussianBlur stdDeviation=\"13.65\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0.94902 0 0 0 0 1 0 0 0 1 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_3134_1969\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_3134_1969\" result=\"shape\"/></filter></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ds7oos\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qaz0mu-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LrXxWVsZf:{arrowObject:{arrowFill:\"rgba(0, 242, 255, 0.6)\",arrowPadding:0,arrowRadius:40,arrowSize:40,showMouseControls:false}},nJhQaRkKe:{fadeObject:{fadeAlpha:.5,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:30}}},children:/*#__PURE__*/_jsx(Carousel,{align:\"flex-start\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 242, 255, 0.6)\",arrowPadding:0,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:6},gap:18,height:\"100%\",id:\"QZ0cdRVbK\",layoutId:\"QZ0cdRVbK\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:728,width:\"321px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1267a3s-container\",children:/*#__PURE__*/_jsx(CardsEntertainment,{ACpJEdxPg:\"https://tapas.io/series/all-systems-go/info\",H46ACwh8Y:\"Will Rodriguez is the best ASG Player in the world.  But when an evil tech genius named Bishop kidnaps Will\u2019s Dad in order to steal a mysterious serum, Will injects the serum himself discovering its secret: The powers of ASG in real life!  Now he\u2019s gotta level up fast if he hopes to unlock his abilities, survive evil enemies, and save his Dad!\",height:\"100%\",id:\"ZnsWfAl9i\",layoutId:\"ZnsWfAl9i\",style:{width:\"100%\"},width:\"100%\",xQU4PkRqF:addImageAlt({src:\"https://framerusercontent.com/images/5sUdVwCfIkH2dKZI9lN0A8UFlxQ.png\",srcSet:\"https://framerusercontent.com/images/5sUdVwCfIkH2dKZI9lN0A8UFlxQ.png 572w\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:728,width:\"321px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pp8jw2-container\",children:/*#__PURE__*/_jsx(CardsEntertainment,{GgwwVb9te:addImageAlt({src:\"https://framerusercontent.com/images/XSY8fhyCNas8xZacUpDaEOuCpA.png\",srcSet:\"https://framerusercontent.com/images/XSY8fhyCNas8xZacUpDaEOuCpA.png 572w\"},\"\"),H46ACwh8Y:\"Lexi Hart is the first ever \u2018mentalist\u2019 allowed into the illustrious all girls school for superheroes, WISH Academy. With everyone against her and a mysterious \u2018superpower\u2019 that seems to be more of a curse - will she have what it takes to survive?\",height:\"100%\",id:\"IMqSUVoYI\",layoutId:\"IMqSUVoYI\",style:{width:\"100%\"},UZShwoPff:addImageAlt({src:\"https://framerusercontent.com/images/fqM3nGuKqB0JafCRlWsprrlHC4I.png\",srcSet:\"https://framerusercontent.com/images/fqM3nGuKqB0JafCRlWsprrlHC4I.png 572w\"},\"\"),width:\"100%\",xQU4PkRqF:addImageAlt({src:\"https://framerusercontent.com/images/wD2F5n3xATWMTliT6kAni2fkxVk.png\",srcSet:\"https://framerusercontent.com/images/wD2F5n3xATWMTliT6kAni2fkxVk.png 572w\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:728,width:\"321px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j9j9ma-container\",children:/*#__PURE__*/_jsx(CardsEntertainment,{ACpJEdxPg:\"https://www.webtoons.com/en/canvas/hexagon/list?title_no=546432\",GgwwVb9te:addImageAlt({src:\"https://framerusercontent.com/images/VzdVS1alEsjIJHdjT5l10jhQkI.png\",srcSet:\"https://framerusercontent.com/images/VzdVS1alEsjIJHdjT5l10jhQkI.png 572w\"},\"\"),H46ACwh8Y:\"13-year-old Don learns that breaking the rules to play his favorite video game has just put the rest of the world at risk!\",height:\"100%\",id:\"go_LGldhG\",layoutId:\"go_LGldhG\",style:{width:\"100%\"},UZShwoPff:addImageAlt({src:\"https://framerusercontent.com/images/mEjcrOTJAvMLJ9SJolCZAUt4.png\",srcSet:\"https://framerusercontent.com/images/mEjcrOTJAvMLJ9SJolCZAUt4.png 573w\"},\"\"),width:\"100%\",xQU4PkRqF:addImageAlt({src:\"https://framerusercontent.com/images/lXMLuii70OtutYGanKj19RAUYM.png\",srcSet:\"https://framerusercontent.com/images/lXMLuii70OtutYGanKj19RAUYM.png 572w\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:728,width:\"321px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-rltykg-container\",children:/*#__PURE__*/_jsx(CardsEntertainment,{ACpJEdxPg:\"https://www.webtoons.com/en/canvas/neon-future-/list?title_no=464591\",GgwwVb9te:addImageAlt({src:\"https://framerusercontent.com/images/2KfuHO521uyYG2B7Ls7K4b9pZI.png\",srcSet:\"https://framerusercontent.com/images/2KfuHO521uyYG2B7Ls7K4b9pZI.png 578w\"},\"\"),H46ACwh8Y:\"In the war between the Augmented and the Authentic we all must choose a side. Will you fight to stay the same or create a new, neon future?\",height:\"100%\",id:\"yRBdWQeTU\",layoutId:\"yRBdWQeTU\",style:{width:\"100%\"},UZShwoPff:addImageAlt({src:\"https://framerusercontent.com/images/Z2ylNNb9FBLxpxtipV6Xgab1I.png\",srcSet:\"https://framerusercontent.com/images/Z2ylNNb9FBLxpxtipV6Xgab1I.png 579w\"},\"\"),width:\"100%\",xQU4PkRqF:addImageAlt({src:\"https://framerusercontent.com/images/kG49oeuHiygW7suviPLfSCYjDZw.png\",srcSet:\"https://framerusercontent.com/images/kG49oeuHiygW7suviPLfSCYjDZw.png 580w\"},\"\")})})})],snapObject:{fluid:false,snap:true,snapEdge:\"end\"},style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2v6u82\",\"data-framer-name\":\"Wrapper\",name:\"Wrapper\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-mckf2\",\"data-framer-name\":\"Animation Title\",fill:\"black\",intrinsicHeight:80,intrinsicWidth:311,name:\"Animation Title\",svg:'<svg width=\"311\" height=\"80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><path d=\"m47.687 52.082-2.08-5.056H35.495l-2.08 5.056h-5.248l10.272-24.128h4.352l10.272 24.128h-5.376ZM40.55 34.738l-3.296 8.032h6.592l-3.296-8.032Zm22.258-6.784h4.064l12.64 15.456V27.954h4.96v24.128h-3.84L67.77 36.466v15.616h-4.96V27.954Zm38.989 0v24.128h-5.152V27.954h5.152Zm24.025 24.128-5.344-15.744-3.168 15.744h-5.024l4.992-24.128h5.024l5.28 15.776 5.28-15.776h4.96l4.992 24.128h-5.12l-3.168-15.744-5.344 15.744h-3.36Zm44.615 0-2.08-5.056h-10.112l-2.08 5.056h-5.248l10.272-24.128h4.352l10.272 24.128h-5.376Zm-7.136-17.344-3.296 8.032h6.592l-3.296-8.032Zm35.926-2.496h-6.336v19.84h-5.152v-19.84h-6.336v-4.288h17.824v4.288Zm15.977-4.288v24.128h-5.152V27.954h5.152Zm10.809 12.064c0-6.848 5.568-12.448 12.448-12.448 6.944 0 12.48 5.6 12.48 12.448 0 6.848-5.536 12.448-12.48 12.448-6.88 0-12.448-5.6-12.448-12.448Zm19.744 0c0-4.416-3.232-7.648-7.296-7.648-4.032 0-7.296 3.232-7.296 7.648 0 4.416 3.264 7.648 7.296 7.648 4.064 0 7.296-3.232 7.296-7.648Zm15.999-12.064h4.064l12.64 15.456V27.954h4.96v24.128h-3.84l-12.864-15.616v15.616h-4.96V27.954Z\" fill=\"#fff\"/></g><defs><filter id=\"a\" x=\".867\" y=\".27\" width=\"309.854\" height=\"79.496\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset/><feGaussianBlur stdDeviation=\"13.65\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0.94902 0 0 0 0 1 0 0 0 1 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_3134_1990\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_3134_1990\" result=\"shape\"/></filter></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w2ovgs\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-6awba8\",\"data-framer-name\":\"Cards\",name:\"Cards\",children:/*#__PURE__*/_jsx(Link,{href:\"merrymodz.io\",nodeId:\"n6MYDTVAj\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-8ni6cq framer-lux5qc\",\"data-framer-name\":\"Frame 427321837\",name:\"Frame 427321837\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{y:14308.199999999999},nJhQaRkKe:{y:14234.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:560,width:\"321px\",y:11040,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19sra0n-container\",children:/*#__PURE__*/_jsx(CardsEntertainment,{ACpJEdxPg:\"merrymodz.io\",GgwwVb9te:addImageAlt({src:\"https://framerusercontent.com/images/oOO2jv9zNO7cQjLa4cVpW9Jwd8.png\",srcSet:\"https://framerusercontent.com/images/oOO2jv9zNO7cQjLa4cVpW9Jwd8.png 574w\"},\"\"),H46ACwh8Y:\"Meet SnoBo, a would-be hero whose only chance to save Christmas is to overcome his fears to become a snowman warrior!\",height:\"100%\",id:\"jstk6qeQR\",layoutId:\"jstk6qeQR\",style:{height:\"100%\",width:\"100%\"},UZShwoPff:addImageAlt({src:\"https://framerusercontent.com/images/PBhutQoCpNhoEPMsEjDym84rbv0.png\",srcSet:\"https://framerusercontent.com/images/PBhutQoCpNhoEPMsEjDym84rbv0.png 574w\"},\"\"),width:\"100%\",xQU4PkRqF:addImageAlt({src:\"https://framerusercontent.com/images/IlYOTTjuM0KX0UWGDKdH1coE.png\",srcSet:\"https://framerusercontent.com/images/IlYOTTjuM0KX0UWGDKdH1coE.png 574w\"},\"\")})})})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{y:14929.502490234374},nJhQaRkKe:{y:14855.702490234375}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:464,width:\"100vw\",y:11661.302490234375,children:/*#__PURE__*/_jsx(Container,{className:\"framer-24a5p8-container\",id:elementId2,ref:ref2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{variant:\"jGp7Mt9UC\"},nJhQaRkKe:{variant:\"sycdv2g9q\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"Gio6Z1Cls\",layoutId:\"Gio6Z1Cls\",rkWwqrMdI:true,style:{width:\"100%\"},variant:\"WNiG5fXcb\",width:\"100%\"})})})})}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lk811u hidden-72rtr7 hidden-7bq7uh\",\"data-framer-name\":\"Sign Up Tom\",name:\"Sign Up Tom\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:\"Sign up for Tom's \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"Billion Dollar Principles\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:\"newsletter!\"})]})})},nJhQaRkKe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Sign up for Tom's \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"Billion Dollar Principles\"}),\" newsletter!\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:\"Sign up for Tom's \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:\"Impact Theory\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:\" newsletter!\"})]})}),className:\"framer-4566o1\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1w0vhlp-container\",children:/*#__PURE__*/_jsx(HubSpotForm,{advanced:false,formId:\"07fa445e-2aac-4b84-a9a2-2a49b9814c9f\",height:\"100%\",id:\"c6_K9l1Uo\",layoutId:\"c6_K9l1Uo\",portalId:\"23968119\",region:\"eu1\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1obw37t hidden-72rtr7 hidden-7bq7uh\",\"data-framer-name\":\"Sign Up Lisa\",name:\"Sign Up Lisa\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjZtydZag:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Sign up for Lisa's\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif'},children:\"Radical Confidence\"}),\" newsletter!\"]})})},nJhQaRkKe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Sign up for Lisa's\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif'},children:\"Radical Confidence\"}),\" newsletter!\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Sign up for Lisa's\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgQm9sZA==\",\"--framer-font-family\":'\"The Future Bold\", \"The Future Bold Placeholder\", sans-serif'},children:\"Radical Confidence\"}),\" newsletter!\"]})}),className:\"framer-1fgzj8x\",fonts:[\"CUSTOM;The Future Regular\",\"CUSTOM;The Future Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kx3kdi hidden-ofkmfc hidden-1ao3rkw\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xlcarr\",\"data-border\":true,\"data-framer-name\":\"Buttons/Primary\",name:\"Buttons/Primary\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Full Name\"})}),className:\"framer-gjkr5g\",fonts:[\"CUSTOM;The Future Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-a8k5lh\",\"data-border\":true,\"data-framer-name\":\"Buttons/Primary\",name:\"Buttons/Primary\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgUmVndWxhcg==\",\"--framer-font-family\":'\"The Future Regular\", \"The Future Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Enter Email\"})}),className:\"framer-5fr7fx\",fonts:[\"CUSTOM;The Future Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"400px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-kkonr4-container\",children:/*#__PURE__*/_jsx(ButtonsPrimary,{f7l6h1RI9:true,height:\"100%\",id:\"LZIktfkqT\",layoutId:\"LZIktfkqT\",style:{height:\"100%\",width:\"100%\"},TmgtYo1gA:\"Subscribe\",variant:\"fVGZSvExG\",width:\"100%\",WYsUimvEG:false})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1k5zhkp-container\",children:/*#__PURE__*/_jsx(HubSpotForm,{advanced:false,formId:\"eb312978-4900-4155-a354-68bc2fc0aece\",height:\"100%\",id:\"gLpkwa7kH\",layoutId:\"gLpkwa7kH\",portalId:\"23968119\",region:\"eu1\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ydet75 hidden-72rtr7 hidden-7bq7uh\",\"data-framer-name\":\"Tom Desc\",name:\"Tom Desc\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z2tmaq\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bfzzq8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1hbok9x\",\"data-styles-preset\":\"mfIunfCxb\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Who is\"})}),className:\"framer-1uyfgeu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-154xnju\",\"data-framer-name\":\"Layer 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:42,intrinsicWidth:247,name:\"Layer 1\",svg:'<svg width=\"247\" height=\"42\" viewBox=\"0 0 247 42\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M101.104 30.3108C101.948 30.0277 102.116 29.1313 102.524 28.4647C103.088 27.5557 103.422 26.5059 103.871 25.5265C104.021 25.2023 104.217 24.8995 104.408 24.5897C104.999 23.654 105.597 22.7185 106.216 21.7425C106.198 21.6194 106.168 21.428 106.137 21.2365C106.619 20.6667 107.086 20.1171 107.394 19.7551C107.836 19.0892 108.132 18.6247 108.454 18.1745C108.776 17.7378 108.776 17.0835 109.367 16.8226C109.595 15.9819 110.38 15.5681 110.843 14.9093C111.467 14.0288 112.078 13.1345 112.669 12.226C113.442 11.0282 113.879 9.62592 114.928 8.62436C114.76 8.17799 114.611 7.77971 114.456 7.36085C114.249 7.12501 114.036 6.88222 113.809 6.62553L113.836 5.28332C114.352 4.69377 114.895 4.08431 115.712 3.81425C115.856 3.7694 116.001 3.67004 116.151 3.67302C116.744 3.67116 117.292 3.52527 117.861 3.35935C118.704 3.11709 119.593 2.99159 120.467 2.91352C121.634 2.8072 122.814 2.79653 123.987 2.75166C124.205 2.74236 124.43 2.77408 124.648 2.76478C126.026 2.71034 127.397 2.64896 128.966 2.57787C129.337 2.7897 129.891 3.01882 130.558 2.73897C130.84 2.62188 131.213 2.67701 131.54 2.71757C133.417 2.93204 135.298 2.90805 137.177 3.04758C138.688 3.15937 140.235 3.16282 141.681 3.79814C142.39 4.11212 143.171 4.28438 143.923 4.47654C144.527 4.63165 144.846 5.05375 145.122 5.56361C145.431 6.13547 145.774 6.68756 146.183 7.37046C146.241 7.91006 145.556 8.10093 145.295 8.53197C145.227 8.84416 145.16 9.12229 145.093 9.42767C144.963 9.47279 144.826 9.49052 144.722 9.54981C143.716 10.1433 142.722 10.7574 141.702 11.3301C141.426 11.4883 141.091 11.5498 140.776 11.6321C140.399 11.7269 140.009 11.7941 139.639 11.8754C139.527 12.0163 139.423 12.1437 139.325 12.2576C139.25 12.2698 139.174 12.3024 139.127 12.2742C138.566 12.0245 138.097 12.3355 137.616 12.5236C136.867 12.8155 136.1 12.9911 135.307 13.1185C134.76 13.2099 134.231 13.397 133.684 13.4884C133.062 13.5919 132.474 13.7029 131.869 13.9704C131.236 14.2441 130.453 14.1808 129.593 14.2796C129.482 14.366 129.247 14.5454 128.97 14.758C128.238 14.539 127.624 14.9153 126.955 15.2974C126.268 14.9088 125.579 15.2837 124.887 15.4199C123.704 15.6622 122.531 16.007 121.353 16.2903C120.12 16.5862 118.881 16.8615 117.587 17.163C117.917 17.6875 118.449 17.7117 118.881 17.8839C119.361 18.0843 119.877 18.1899 120.372 18.3497C121.428 18.6978 122.491 19.0529 123.54 19.4145C123.784 19.5012 124.006 19.6487 124.251 19.674C124.686 19.7508 125.218 19.6932 125.527 19.9311C126.219 20.4628 127.041 20.6087 127.807 20.8215C129.623 21.3143 131.406 21.8336 132.993 22.8807C133.316 23.0916 133.708 23.3038 134.082 23.3249C134.96 23.39 135.374 24.148 136.049 24.509C136.224 24.6079 136.314 24.8755 136.473 25.1172C136.683 25.1691 136.934 25.2286 137.077 25.2655C137.525 25.6834 137.907 26.0317 138.362 26.4565C138.188 27.6391 138.987 28.9499 138.284 30.3537C137.45 30.8551 136.553 31.3894 135.656 31.9237C135.573 31.9766 135.496 32.0705 135.408 32.0824C133.803 32.2482 132.413 33.2566 130.756 33.2851C130.081 33.2989 129.466 33.7093 128.782 33.8525C127.303 34.1639 125.81 34.1956 124.322 34.316C123.666 34.3712 123.017 34.4265 122.379 34.6455C122.016 34.7678 121.661 35.1084 121.182 34.8944C121.053 34.8373 120.796 35.0912 120.534 35.2292C120.009 34.9188 119.445 35.1462 118.871 35.2507C118.289 35.3482 117.714 35.4935 117.134 35.5365C116.717 35.5692 116.297 35.4586 115.733 35.3928C114.753 35.9732 113.546 35.6698 112.374 35.6329C111.741 35.6135 111.148 35.629 110.592 35.7952C109.913 35.6522 109.276 35.4896 108.63 35.3882C107.686 35.2467 106.994 34.7354 106.491 33.9621C106.359 33.755 106.324 33.468 106.281 33.215C106.238 32.9619 106.23 32.7028 106.203 32.341C106.803 31.9916 107.465 31.6163 108.168 31.2076C109.214 32.428 110.578 32.0666 111.86 32.0239C112.603 31.9977 113.343 31.8079 114.095 31.7206C115.625 31.5533 117.154 31.4065 118.684 31.246C119.32 31.1768 119.968 31.142 120.597 31.0318C121.24 30.9151 121.858 30.682 122.501 30.572C123.212 30.4498 123.929 30.4027 124.646 30.3283C125.718 30.2133 126.797 30.1189 127.87 29.9902C128.191 29.9489 128.487 29.7912 128.809 29.7294C129.514 29.5934 130.225 29.478 131.121 29.3254C132.206 28.9039 133.477 28.4043 134.789 27.8851C134.688 27.481 134.598 27.1793 134.241 26.9677C133.945 26.7914 133.698 26.5344 133.456 26.3387C132.901 26.1709 132.359 26.0102 131.763 25.828C131.409 25.0917 130.732 24.8465 130.275 24.8715C129.239 24.5306 128.528 24.2915 127.817 24.0729C127.505 23.9781 127.151 23.9847 126.867 23.836C125.41 23.0845 123.747 23.0992 122.237 22.5649C121.472 22.2975 120.707 22.0438 119.854 21.7474C119.799 21.7872 119.674 21.887 119.501 22.0198C119.388 21.8881 119.275 21.7495 119.142 21.5969C118.089 21.3852 117.017 21.1662 116.019 20.9624C114.883 20.5173 113.807 20.0938 112.658 19.6415C112.054 19.8408 111.938 20.5474 111.594 21.0381C110.668 22.3489 109.823 23.7225 108.951 25.0752C108.86 25.2165 108.789 25.3583 108.711 25.5067C107.859 27.2006 106.785 28.7742 106.041 30.5315C105.626 31.5184 105.083 32.4482 104.657 33.2918C104.024 33.5996 103.529 33.8419 102.999 34.1108C102.355 33.5528 101.242 33.6806 101.045 32.9474L101.098 30.2562L101.104 30.3108ZM127.653 11.0444C128.369 11.3722 128.933 11.1312 129.462 10.8895C129.971 10.6611 130.45 10.5547 130.815 10.746C131.432 10.5674 131.898 10.413 132.371 10.3066C132.877 10.1939 133.409 10.1704 133.916 10.051C134.772 9.84985 135.628 9.62829 136.472 9.37921C137.13 9.1878 137.795 8.98289 138.414 8.69528C139.006 8.42076 139.565 8.08424 140.241 8.01587C140.432 7.99922 140.599 7.80488 140.875 7.63315C140.198 7.09487 139.34 7.39818 138.946 6.97459C138.042 6.82715 137.302 6.7034 136.616 6.59435C136.328 6.67043 136.053 6.79447 135.787 6.79601C134.608 6.79305 133.423 6.73545 132.244 6.7393C131.262 6.74027 130.264 6.54324 129.31 6.87873C128.822 6.74635 128.347 6.62106 127.88 6.48909L127.878 6.59129C126.691 6.62226 125.505 6.64642 124.168 6.67441C124.113 6.7074 123.92 6.82625 123.706 6.95832L122.548 6.93533C122.049 7.32076 121.578 7.6931 121.121 8.05209C121.164 8.29831 121.195 8.45569 121.238 8.71554C120.912 8.99534 120.577 9.36358 120.17 9.60769C119.619 9.93753 119.215 10.3725 118.843 10.8832C118.423 11.461 118.09 12.1019 117.508 12.5675C117.155 12.8535 116.961 13.3268 116.673 13.7505C117.422 14.1471 117.731 13.3625 118.29 13.3396C118.638 13.326 118.971 13.0327 119.391 12.823C119.526 12.8665 119.743 12.939 120.007 13.026C120.543 12.7981 121.107 12.5571 121.678 12.3095C121.792 12.4071 121.912 12.505 122.066 12.6443C122.722 12.2279 123.459 12.1608 124.261 12.2858C124.739 11.8999 125.328 11.7821 125.97 11.7131C126.571 11.65 127.232 11.6359 127.667 11.0243L127.653 11.0444Z\" fill=\"#00F2FF\"/>\\n<path d=\"M197.668 21.9291C197.532 21.5856 197.422 21.2903 197.318 21.0361C197.778 20.1523 198.407 19.7354 199.341 19.7471C199.586 19.752 199.841 19.6207 199.971 19.5824C200.287 19.0979 200.533 18.7143 200.773 18.3306C200.998 17.9738 201.21 17.6099 201.421 17.2461C201.485 17.1315 201.509 16.9752 201.599 16.8952C202.23 16.3488 202.605 15.6406 203.001 14.9191C203.362 14.2651 203.429 14.3006 203.503 13.3342C203.884 13.0418 204.347 12.6761 204.818 12.3174L204.718 12.2132C205.067 12.1315 205.416 12.0499 205.8 11.962C206.368 12.171 206.96 12.2509 207.598 12.0454C208.229 11.8467 208.857 12.1182 209.598 12.2283C209.911 11.8869 210.441 11.9792 210.929 12.1252C211.329 12.2422 211.689 12.3107 212.087 12.1618C212.204 12.1164 212.354 12.0922 212.469 12.1285C213.574 12.4231 214.688 12.2816 215.806 12.2834C216.583 12.2852 217.356 12.5118 218.139 12.541C219.167 12.575 220.151 12.8127 221.141 13.0709C221.487 13.1595 221.839 13.2483 222.226 13.3446C223.044 13.6676 223.242 14.3463 223.104 15.141C223.195 15.6813 223.712 16.1073 223.324 16.7267C223.063 16.8237 222.755 16.9335 222.535 17.0109C221.937 16.924 221.42 16.8456 220.856 16.7663C220.749 16.6755 220.602 16.5499 220.568 16.522C220.011 16.4087 219.597 16.3187 219.176 16.249C218.884 16.2023 218.565 16.1278 218.291 16.2041C217.373 16.4585 216.449 16.2971 215.535 16.3335C214.846 16.3607 214.163 16.4357 213.474 16.4561C213.222 16.4648 212.957 16.3913 212.699 16.3453C212.047 16.2233 211.413 16.2176 210.749 16.3884C209.845 16.6158 208.909 16.7063 207.795 16.8818C207.42 17.556 206.442 18.0478 206.38 19.1439C205.986 19.3883 205.6 19.626 205.048 19.9626C206.134 20.1955 207.017 20.3562 207.95 20.3679C209.62 20.3874 211.262 20.0724 212.92 19.9962C214.912 19.9063 216.894 19.6389 218.852 19.2075C219.481 19.07 220.167 19.2131 220.821 19.2261C221.112 19.0138 221.374 18.8213 221.7 18.5756C222.099 18.7198 222.525 18.8714 223.026 19.0518C223.207 18.885 223.415 18.6914 223.672 18.4648C224.254 18.6331 224.897 18.8913 225.554 18.3931C225.605 18.2169 225.664 18.0068 225.73 17.7832C225.942 17.7329 226.134 17.6889 226.415 17.6195C226.477 17.2527 226.539 16.8586 226.623 16.3764C227.817 15.3095 229.142 15.8811 230.47 16.2619C230.719 16.7508 230.936 17.1777 231.224 17.7559C231.224 17.7559 231.393 17.8547 231.568 17.9536C231.351 18.5627 231.189 19.1729 230.919 19.7265C230.656 20.2665 230.272 20.7496 229.881 21.2122C229.716 21.5974 229.552 21.9827 229.352 22.4354C229.377 22.5449 229.428 22.7368 229.472 22.9353C229.179 23.2771 228.886 23.6189 228.579 23.9741C228.671 24.1463 228.763 24.3117 228.881 24.5185C228.729 24.6382 228.577 24.751 228.431 24.8708C228.417 24.9319 228.374 25.006 228.387 25.054C228.624 25.8084 227.784 26.562 228.457 27.3796C229.129 27.5224 229.856 27.605 230.605 27.3336C230.989 27.1981 231.406 27.145 231.803 27.0575C232.7 26.8504 233.44 26.2789 234.365 26.0723C234.906 25.9536 235.394 25.3975 235.798 24.9421C236.237 24.4464 236.756 24.0546 237.215 23.6002C237.938 22.8853 238.675 22.1638 239.311 21.3653C239.647 20.9426 239.794 20.3662 240.058 19.7852C240.799 19.2206 241.201 18.5129 241.429 17.3178C241.777 16.9498 242.206 16.6448 242.426 16.2334C243.098 14.9926 244.228 14.3675 245.405 13.8047C246.356 14.2735 246.071 15.2357 246.398 15.9783C246.251 16.1662 246.118 16.3408 245.957 16.5557C245.981 16.6789 246.006 16.8361 246.018 16.9045C245.532 17.7128 245.074 18.4603 244.629 19.2148C244.488 19.4642 244.347 19.7 244.436 20.0425C244.493 20.2549 244.31 20.5308 244.21 20.7673C243.903 21.4769 243.582 22.1862 243.369 22.9454C243.161 23.1593 242.959 23.3734 242.854 23.4804C242.62 23.9529 242.51 24.3528 242.266 24.6275C241.387 25.6324 240.823 26.8958 239.683 27.6911C239.289 27.9627 238.995 28.3726 238.647 28.7133C237.792 29.5484 236.66 29.9553 235.686 30.6107C235.52 30.7233 235.354 30.8291 235.147 30.9681L234.2 30.9493C234.2 30.9493 234.212 31.0109 234.218 31.0451C232.99 31.4842 231.768 31.9234 230.353 32.4338C230.34 32.4335 230.123 32.3747 229.906 32.3226C229.765 32.538 229.624 32.7601 229.477 32.9753C229.43 32.9198 229.377 32.871 229.33 32.8156C229.262 32.8142 229.173 32.8397 229.139 32.8118C228.752 32.402 228.229 32.2962 227.726 32.2453C225.516 32.0106 224.331 30.5693 223.543 28.7066C223.309 28.1498 223.301 27.5022 223.054 26.8975C223.323 25.7236 223.612 24.557 223.86 23.3828C223.913 23.1249 223.83 22.8301 223.803 22.482C223.235 22.6138 222.762 22.7271 222.297 22.8338C222.105 22.8777 221.919 22.9558 221.728 22.9656C220.746 23.0211 219.745 22.9671 218.781 23.132C217.42 23.364 216.014 23.0907 214.682 23.5755C214.504 23.6401 214.286 23.629 214.096 23.5911C213.2 23.3961 212.309 23.3103 211.398 23.5239C211.165 23.5806 210.888 23.4525 210.616 23.4062C210.175 23.6496 209.716 23.7836 209.168 23.5955C208.836 23.4799 208.454 23.5132 208.092 23.5265C207.567 23.5501 207.048 23.6148 206.529 23.6658C206.044 23.7107 205.552 23.7691 205.067 23.8004C204.835 23.8162 204.568 23.8723 204.379 23.7867C203.602 23.4305 202.902 23.6756 202.194 23.9683C202.133 23.9943 202.078 24.0205 202.098 24.0073C201.687 24.4762 201.358 24.9195 200.955 25.2864C200.441 25.767 200.055 26.3182 199.73 26.932C199.461 27.4378 199.124 27.9083 198.693 28.3223C198.639 28.6348 198.585 28.9472 198.516 29.3412C198.721 29.3452 198.87 29.3619 199.014 29.3511C199.143 29.34 199.26 29.2878 199.39 29.2563C199.592 29.3966 199.78 29.5231 199.989 29.6635C200.189 29.5448 200.389 29.4329 200.623 29.2944C200.813 29.3391 201.03 29.3979 201.247 29.4499C201.401 29.2758 201.554 29.1084 201.707 28.9411C202.578 29.0469 203.421 29.1523 204.339 29.2591C205.203 28.656 206.264 28.3908 207.372 28.2152C208.042 28.1058 208.682 27.8254 209.333 27.6406C209.641 27.5513 209.956 27.5031 210.243 27.4474C210.787 27.8604 211.277 28.2313 211.747 28.5951C211.624 28.9539 211.537 29.2316 211.45 29.4753C210.948 30.0447 210.33 30.2914 209.644 30.4959C208.78 30.7582 207.896 30.9928 207.135 31.5639C206.817 31.8029 206.345 31.8686 205.934 31.9694C205.215 32.146 204.49 32.2952 203.525 32.501C202.857 33.1557 201.724 32.9151 200.684 33.0785C200.049 33.1749 199.419 33.3192 198.68 33.4681C198.075 33.3811 197.32 33.2979 196.58 33.1674C195.907 33.045 195.422 32.4015 194.535 32.452C194.108 31.9801 193.608 31.4317 193.075 30.8417C192.602 29.585 192.796 28.4097 193.656 27.2817C194.244 26.5096 194.678 25.6117 195.259 24.8257C195.841 24.0398 196.53 23.3242 197.165 22.5734C197.353 22.3522 197.528 22.1103 197.689 21.909L197.668 21.9291Z\" fill=\"#00F2FF\"/>\\n<path d=\"M60.0352 16.3123C60.6462 16.0927 61.2845 15.8668 61.8543 15.66C62.3222 15.7852 62.7018 15.8882 63.0815 15.9911C63.5928 16.3284 63.6513 17.1543 64.3387 17.2089C64.6809 16.4523 64.9955 15.7088 65.3575 14.9866C65.4498 14.7976 65.7108 14.7006 65.8706 14.547C66.2249 14.2064 66.566 13.8519 67.0319 13.3841C67.8145 13.4473 68.7196 13.5198 69.6247 13.5923L69.5461 13.7748C69.8729 14.1357 70.1997 14.4966 70.5265 14.8575C70.5954 14.818 70.6574 14.7851 70.7264 14.7456C70.788 16.7916 70.8428 18.8375 70.9034 20.938C71.1249 21.106 71.3851 21.0498 71.6546 20.8643C72.1174 20.5531 72.5738 20.2214 73.0563 19.9515C73.8695 19.5042 74.6364 18.981 75.5156 18.644C75.8178 18.5273 76.0612 18.2799 76.344 18.1151C76.6819 17.9174 77.0327 17.7539 77.3705 17.563C77.7084 17.3652 78.0664 17.1883 78.3643 16.942C78.8913 16.489 79.4238 16.1042 80.1423 15.9617C80.635 15.8625 81.1553 15.7501 81.4927 15.232C81.6475 14.9897 82.0323 14.8337 82.3403 14.7649C82.9565 14.6272 83.4199 14.2887 83.8379 13.8336C84.8981 13.6433 85.7095 12.9438 86.6194 12.4302C88.8053 12.1873 89.5192 12.9649 90.1003 14.9326C90.0289 15.4423 89.9661 15.8569 89.8951 16.3462C88.9379 17.1792 88.5924 18.4469 88.1549 19.2016C84.6279 23.4801 82.0875 27.8464 80.6394 32.8069C80.879 33.098 81.0855 33.3406 81.2782 33.5898C81.4844 33.8461 81.6769 34.1089 81.9316 34.3253C82.1718 34.9299 81.5298 35.3397 81.5379 35.9601C81.0583 36.0869 80.6198 36.2009 80.2772 36.2895C79.5517 36.0979 78.9142 35.9353 78.2565 35.7655C78.0624 35.5844 77.8492 35.3348 77.5873 35.1387C77.3522 34.9637 77.0752 34.8423 76.7314 34.6515C76.5377 33.4207 76.3038 32.1552 76.7042 30.8681C76.7624 30.6852 76.8828 30.4558 76.8245 30.3047C76.6623 29.8926 76.8996 29.611 77.0627 29.2939C77.24 28.943 77.4444 28.6063 77.554 28.2336C78.0672 26.4171 78.6883 24.6573 79.8231 23.1121C80.0053 22.8636 80.0597 22.5238 80.2105 22.1383C80.8621 21.2447 81.5768 20.2638 82.2917 19.2761C81.5665 19.4116 81.3806 19.5033 80.9099 19.8689C80.6261 20.0882 80.3024 20.259 80.0119 20.4713C79.5139 20.8363 78.8897 21.0352 78.551 21.6146C78.4593 21.7696 78.2593 21.8883 78.0874 21.9667C76.7882 22.5202 75.6081 23.2534 74.4603 24.0758C73.6098 24.6859 72.6732 25.1717 71.8226 25.7887C70.7093 26.5914 69.6492 27.4632 68.4933 28.3536C67.8749 28.2595 67.2362 28.1582 66.448 28.0335C66.368 27.9433 66.2146 27.7767 66.0813 27.6241C66.1329 27.4275 66.1627 27.2986 66.2 27.1357C66.0001 26.9068 65.78 26.6639 65.58 26.435C65.5003 25.9904 65.4266 25.58 65.3342 25.0874C65.4396 24.9259 65.5734 24.7104 65.7281 24.4681C65.6288 24.323 65.5429 24.185 65.4832 24.102C65.5799 23.695 65.7644 23.3306 65.7443 22.969C65.7097 22.3071 66.0777 21.626 65.6021 20.86C65.4096 21.2856 65.1528 21.5191 64.7819 21.6616C64.5553 21.7457 64.3598 21.9804 64.2057 22.1887C63.5124 23.1223 62.5792 23.7786 61.666 24.4625C61.5898 24.5223 61.5002 24.5751 61.4307 24.6418C60.3861 25.7594 59.0156 26.4683 57.9117 27.4892C57.3077 28.0429 56.6107 28.4721 56.0478 29.0199C55.9104 29.4193 55.7872 29.7849 55.6427 30.1978C55.3237 30.1301 55.0454 30.0701 54.7128 30.0021C53.9993 30.5809 53.2719 31.1731 52.3575 31.9115C52.1473 32.5412 51.2727 32.6534 50.5963 33.0762C50.5173 33.2791 50.4314 33.4887 50.3167 33.7726C49.413 33.9728 48.7948 34.9011 47.738 34.9142C47.3153 34.9195 46.8977 35.0134 46.5013 35.0669C46.1726 34.8014 45.8908 34.5777 45.5957 34.3333C45.4447 34.044 45.2874 33.7273 45.156 33.4794C45.0847 32.9531 45.0187 32.502 44.9353 31.8937C45.123 31.7066 45.3874 31.4392 45.6517 31.1718C46.5213 30.2825 47.391 29.3933 48.2607 28.4972C48.6225 28.1295 48.9443 27.7133 49.3324 27.387C50.504 26.3947 51.7357 25.4649 52.8874 24.445C54.7051 22.8384 56.4828 21.1834 57.973 19.25C58.3299 18.7799 58.8011 18.394 59.1377 17.9167C59.4745 17.4326 59.7104 16.8784 60.0215 16.3121L60.0352 16.3123Z\" fill=\"#00F2FF\"/>\\n<path d=\"M7.22516 36.5774C6.59686 36.6399 6.10522 36.6846 5.59315 36.729C5.16291 36.4274 4.7057 36.1116 4.16113 35.7327C4.15346 35.4327 4.15381 35.0714 4.14041 34.7167C4.13381 34.3622 4.12054 34.0007 4.10741 33.6323C4.71052 32.7787 5.3278 31.8981 5.90299 31.0779C5.87623 30.7093 5.86147 30.4228 5.84057 30.102C6.13638 29.9648 6.39786 29.8404 6.68685 29.7031C6.83507 29.447 7.00427 29.1641 7.18777 28.8474C7.41518 28.7224 7.67706 28.5776 7.77352 28.525C8.24791 27.9755 8.60405 27.5464 8.97353 27.1311C10.0403 25.9254 11.1069 24.7266 12.1737 23.5209C12.2365 23.4471 12.2861 23.3527 12.3689 23.2998C13.3096 22.6096 13.9491 21.6408 14.7359 20.8045C15.5158 19.9748 16.4164 19.2429 16.9215 18.176C16.9998 18.0072 17.1862 17.8882 17.332 17.7548C18.1648 17.0011 18.8434 16.1217 19.4617 15.1934C19.6091 14.9782 19.8036 14.7912 19.9981 14.611C20.6513 13.9765 21.0489 13.1801 21.426 12.3765C21.4973 12.2211 21.4402 12.0087 21.4431 11.8588C20.2831 11.9244 19.1847 11.9776 18.0791 12.051C17.5877 12.0822 17.1088 12.1749 16.617 12.2265C16.1458 12.2717 15.675 12.2964 15.2038 12.3416C13.8654 12.465 12.5335 12.6089 11.1958 12.6982C10.7453 12.7302 10.291 12.6121 9.64493 12.5379C9.46575 12.6366 9.12812 12.8208 8.94199 12.9261C6.94382 12.9819 5.09568 13.0338 3.08374 13.0961C2.55975 12.7108 1.90125 12.2343 1.27641 11.7788C1.25325 10.8855 1.22084 10.1146 1.74522 9.45026C2.78127 8.76197 4.0063 8.85445 5.19614 8.65996C6.24759 8.91258 7.35815 8.93462 8.47931 8.76603C8.67075 8.73576 8.86901 8.70561 9.06687 8.69591C10.4172 8.65456 11.7725 8.70872 13.1049 8.54433C14.1639 8.4154 15.2122 8.48392 16.2563 8.42286C17 8.3831 17.72 8.16565 18.4824 8.21486C18.9657 8.2449 19.4584 8.14563 19.9501 8.10086C20.4349 8.05596 20.9264 8.01801 21.4115 7.95948C22.3884 7.84937 23.3591 7.70506 24.3354 7.6222C24.6154 7.59368 24.9129 7.71545 25.2457 7.77659C26.0656 7.67699 26.9409 7.53079 27.821 7.48692C29.1993 7.41204 30.5734 7.54837 31.9666 7.41245C33.5238 7.25251 35.1151 7.43405 36.6961 7.45181C37.0231 7.4583 37.3522 7.36259 37.6788 7.38952C38.8354 7.49428 40.0091 7.08136 41.0237 7.47637C41.5971 7.43323 42.0546 7.38779 42.5117 7.36959C43.5961 7.33659 44.7109 7.14062 45.7569 7.32496C47.4548 7.63131 49.187 7.24311 50.8683 7.69907C51.1869 7.78719 51.5783 7.63819 51.9745 7.59834C54.456 7.91343 56.9857 8.54982 59.4607 7.48114C59.6707 7.54665 59.8264 7.59745 59.9823 7.64144C60.1111 7.67808 60.233 7.71458 60.3618 7.75121C61.2313 8.24559 61.6992 9.05234 62.0417 9.99292C61.6689 10.5785 61.282 11.1843 60.853 11.8505C60.1128 12.0539 59.3315 12.2702 58.5024 12.4923C57.8742 11.8595 57.0711 11.8027 56.2258 11.8064C55.7078 11.8097 55.1928 11.6564 54.6686 11.6255C54.1512 11.5948 53.6258 11.6253 53.1758 11.63C52.4552 11.5339 51.8035 11.4051 51.1364 11.3577C50.0542 11.2817 48.9857 10.8584 47.9105 11.1165C47.1777 11.2928 46.4485 11.2851 45.7485 11.1826C44.5457 11.002 43.3406 10.9371 42.1335 10.9677C41.2538 10.9911 40.3779 11.1646 39.4974 11.2289C38.5144 11.3048 37.525 11.3602 36.6643 11.1113C35.7839 11.1688 34.9933 11.1668 34.2207 11.2877C33.0858 11.4629 31.9261 11.1672 30.8087 11.4926C30.6578 11.5374 30.4668 11.5472 30.3177 11.5033C29.1326 11.1186 27.9925 11.5526 26.8997 11.6672C26.1097 13.0079 25.3546 14.3084 24.5861 15.595C24.4732 15.7904 24.2861 15.9435 24.1327 16.1176C23.143 17.2158 22.16 18.3209 21.1704 19.4191C19.7908 20.9321 18.5585 22.5775 17.1186 24.0416C15.9985 25.1849 14.9851 26.4462 13.9252 27.652C13.1442 28.5362 12.3498 29.4133 11.5822 30.3114C10.7309 31.3101 9.86615 32.2949 9.08197 33.3426C8.73892 33.7993 8.55014 34.3817 8.34842 34.9298C8.10351 35.5929 7.73786 36.1582 7.2317 36.5911L7.22516 36.5774Z\" fill=\"#00F2FF\"/>\\n<path d=\"M40.019 21.6949C38.6042 22.2325 37.2581 22.7443 36.1662 23.1588C34.8404 23.337 33.7742 23.4794 32.9063 23.5985C32.1914 24.2454 31.6629 24.7734 31.0744 25.232C30.202 25.9167 29.4907 26.7273 28.9672 27.6916C28.6559 28.2648 28.4729 28.9019 28.5095 29.4615C28.7927 29.9579 29.0235 30.3509 29.32 30.8612C29.5972 30.9758 29.9893 31.1403 30.2192 31.2335C31.1888 31.1437 32.0013 31.0712 32.814 30.9919C33.012 30.9754 33.2228 31 33.3949 30.9148C34.6536 30.34 35.9324 29.7861 37.0132 28.901C37.3875 28.5881 37.6489 28.123 38.0562 27.8652C39.0158 27.2504 39.6883 26.3368 40.3929 25.5192C41.3696 24.3867 41.9367 22.9462 42.3542 21.4823C42.4421 21.1773 42.4634 20.7892 42.3465 20.5006C42.0997 19.8823 42.2468 19.3399 42.5107 18.7522C43.3186 17.8821 44.1556 17.6057 45.439 17.8493C45.5494 18.1241 45.6455 18.4327 45.8035 18.7153C45.9416 18.9702 46.1415 19.1991 46.2875 19.3997C46.7376 20.7582 46.5224 21.9876 45.9928 23.2585C45.6706 24.0359 45.4565 24.8632 45.0598 25.6187C44.9821 25.7603 44.8908 25.8948 44.813 26.0364C44.3046 26.926 43.715 27.7867 43.0926 28.5787C42.2187 29.6859 41.1768 30.6672 40.142 31.635C39.5239 32.2157 38.8121 32.7059 38.1011 33.1553C37.4937 33.5386 36.84 33.8527 36.1735 34.119C35.3217 34.4565 34.4373 34.7116 33.5658 35.0078C33.3805 35.0723 33.1883 35.1434 33.0227 35.2424C32.5745 35.5061 32.097 35.5239 31.5988 35.5549C30.4523 35.6276 29.318 35.4278 28.3084 35.4691C27.0346 34.7418 25.6651 34.3738 24.7845 33.0681C24.4304 32.3659 24.0039 31.5327 23.676 30.8855C23.6492 30.1761 23.6729 29.6654 23.6012 29.1596C23.524 28.5855 23.5141 28.0537 23.8175 27.5349C24.2266 26.8409 24.629 26.1401 25.0111 25.432C25.3297 24.8317 25.775 24.3771 26.3546 24.0205C26.5892 23.8752 26.7049 23.5435 26.92 23.3501C27.5097 22.8302 28.113 22.3105 28.7426 21.8391C29.3998 21.3478 30.0836 20.8979 30.7872 20.4756C31.2288 20.2049 31.7366 20.031 32.1981 19.7879C32.5425 19.6039 32.8673 19.3786 33.233 19.1542C33.5756 19.0655 33.9592 18.9709 34.4045 18.8571C34.7288 18.3114 35.2514 18.0832 35.9456 18.1311C36.2929 18.1516 36.6567 18.0225 36.9998 17.9066C37.4938 17.7392 37.9631 17.7895 38.4587 17.8879C39.0154 18.0012 39.6591 17.8504 39.9868 18.5112C40.2291 19.0068 40.4713 19.5091 40.7067 20.0114C40.7459 20.1008 40.7712 20.1967 40.8424 20.389C40.6029 20.7795 40.3284 21.2171 40.0257 21.7018L40.019 21.6949Z\" fill=\"#00F2FF\"/>\\n<path d=\"M185.927 27.9666C185.662 28.2885 185.389 28.6035 185.138 28.9324C184.676 29.5299 184.207 30.1204 183.786 30.7459C183.505 31.1697 183.178 31.5313 182.803 31.8783C182.421 32.2319 182.126 32.6759 181.874 32.9776C181.052 33.1726 180.361 33.3293 179.697 33.4865C177.416 31.9554 177.799 30.518 179.519 29.0663C179.494 28.9295 179.463 28.7721 179.425 28.6077C180.137 28.1311 180.727 27.5839 181.105 26.7599C181.447 26.0101 181.998 25.3599 182.497 24.6064C181.842 23.9527 181.241 23.3546 180.853 22.9652C180.188 22.1341 179.709 21.5248 179.21 20.9015C178.429 18.7321 178.113 16.4425 178.203 13.9769C178.503 13.6217 178.901 13.1456 179.369 12.5892C179.987 12.6764 180.633 12.771 181.244 12.8582C182.61 14.4325 183.044 16.2814 183.186 18.3835C183.412 18.6947 183.717 19.1097 184.036 19.5455C183.85 19.6372 183.705 19.7025 183.527 19.7876C183.615 20.4709 184.133 20.8288 184.594 21.2742C184.889 21.1982 185.17 21.1288 185.506 21.0401C185.576 20.946 185.687 20.8256 185.765 20.684C186.111 20.0706 186.504 19.5059 186.951 18.9626C187.258 18.5871 187.445 18.1205 187.725 17.7239C188.21 17.0178 188.741 16.3468 189.212 15.6405C190.076 14.3421 191.296 13.2895 191.858 11.7875C191.93 11.598 192.177 11.4735 192.351 11.3201C192.545 11.1468 192.746 10.9872 192.996 10.774C193.208 10.7237 193.495 10.6613 193.769 10.6054C194.161 10.7631 194.547 10.9275 194.939 11.0852C195.633 11.4603 195.81 12.1999 196.069 12.8662C196.302 13.4706 196.031 14.0719 195.756 14.5571C195.255 15.4264 194.78 16.3235 194.05 17.052C193.779 17.3261 193.608 17.7044 193.383 18.0271C192.92 18.6858 192.451 19.3377 191.974 19.9893C191.897 20.0969 191.725 20.1821 191.723 20.2843C191.683 20.9446 191.057 21.2116 190.781 21.7105C190.626 21.9937 190.409 22.2484 190.213 22.5104C189.926 22.9068 189.639 23.3032 189.331 23.6856C188.758 24.3967 188.165 25.1006 187.585 25.8048C187.208 26.2608 186.824 26.7098 186.468 27.1731C186.272 27.4282 186.123 27.7183 185.96 27.9945C185.947 27.9875 185.94 27.9737 185.927 27.9666Z\" fill=\"#00F2FF\"/>\\n<path d=\"M159.632 31.3706C159.457 31.5716 159.338 31.7192 159.171 31.9136C158.425 31.3944 157.663 30.9703 156.612 31.0244C156.145 30.504 155.604 29.9616 155.146 29.3663C154.92 29.0687 154.805 28.6711 154.703 28.301C154.614 27.9926 154.614 27.6586 154.579 27.358C154.728 26.3863 155.321 25.6824 155.921 24.9854C156.479 24.3353 156.971 23.6158 157.615 23.0697C158.385 22.4238 158.906 21.5958 159.547 20.8656C160.398 19.8942 161.337 18.9654 161.946 17.7983C162.031 17.6296 162.056 17.4256 162.114 17.2291C162.464 17.1202 162.848 16.9983 162.857 16.5214C162.869 15.9491 163.284 15.6302 163.592 15.2342C163.871 14.8785 164.158 14.5161 164.391 14.1322C164.807 13.4384 165.182 12.7234 165.535 12.0965C166.274 11.6409 166.971 11.5048 167.638 11.5998C168.971 12.0693 169.192 13.2869 169.743 14.3611C169.095 15.4456 168.486 16.5854 167.763 17.6344C167.005 18.7371 166.086 19.7345 165.321 20.8371C164.57 21.9127 163.558 22.7515 162.841 23.8687C162.159 24.932 161.093 25.756 160.063 26.8261C160.78 26.7245 161.3 26.9802 161.889 26.8624C163.018 26.6462 164.095 26.2587 165.173 25.8847C165.447 25.788 165.735 25.7119 166.016 25.6357C166.653 25.4643 167.298 25.293 167.612 24.904C168.264 24.692 168.744 24.5447 169.306 24.3582C169.617 24.4939 170.002 24.6651 170.394 24.8365C170.521 25.2957 170.642 25.7411 170.808 26.3238C170.966 26.5791 171.204 26.9587 171.482 27.4004C170.857 27.6198 170.763 26.8682 170.516 26.9178C169.841 27.2725 169.332 27.535 168.829 27.8044C167.988 28.2581 167.155 28.7186 166.321 29.186C165.976 29.3768 165.645 29.5883 165.313 29.7999C165.23 29.8528 165.161 29.94 165.071 29.9655C164.117 30.2941 163.164 30.6092 162.217 30.9312C162.066 30.9827 161.895 31.0134 161.764 31.0926C161.109 31.4817 160.424 31.6113 159.645 31.3641L159.632 31.3706Z\" fill=\"#00F2FF\"/>\\n<path d=\"M142.279 27.9181C142.35 27.0947 142.412 26.3803 142.473 25.6795C142.952 25.2664 143.409 24.8733 143.992 24.3669C144.049 24.2521 144.157 23.9476 144.326 23.6783C144.572 23.2947 144.859 22.9323 145.125 22.5627C145.504 22.0386 145.895 21.5352 146.247 20.9969C146.866 20.0413 147.491 19.079 148.056 18.0883C148.395 17.5021 148.626 16.8591 148.925 16.2039C149.799 14.4355 151.186 12.8885 151.792 10.8558C152.281 10.6065 152.804 10.3511 153.389 10.056C153.818 10.0917 154.335 10.1361 154.968 10.1895C155.556 10.7465 155.998 11.5118 156.35 12.3163C156.454 12.5569 156.337 12.9704 156.195 13.2334C155.707 14.1438 155.158 15.0326 154.629 15.9218C154.178 16.6762 153.72 17.4305 153.262 18.1848C153.212 18.2725 153.149 18.353 153.12 18.4478C152.894 19.2204 152.613 19.9373 152.029 20.5596C151.478 21.1484 151.102 21.9044 150.646 22.5837C150.266 23.1487 149.887 23.7137 149.488 24.2647C148.703 25.3328 147.939 26.4218 147.08 27.434C146.626 27.9771 146.321 28.6117 145.759 29.0981C145.114 29.6579 144.472 29.7269 143.761 29.4811C142.854 29.1632 142.748 29.0043 142.286 27.925L142.279 27.9181Z\" fill=\"#00F2FF\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xzswi8\",\"data-hide-scrollbars\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgTWVkaXVt\",\"--framer-font-family\":'\"The Future Medium\", \"The Future Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Tom Bilyeu, a filmmaker, award-winning screenwriter, and billion-dollar entrepreneur, founded Impact Theory by combining his passion for storytelling with his extensive experience in building successful companies.\"})}),className:\"framer-1gsh48d\",fonts:[\"CUSTOM;The Future Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgTWVkaXVt\",\"--framer-font-family\":'\"The Future Medium\", \"The Future Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Through compelling content and electrifying speaking engagements, Tom inspires individuals to unlock their potential and pursue greatness. His work has earned him recognition as one of Success Magazine's Top 25 Influential People and Entrepreneur of the Year by Secret Entourage.\"})}),className:\"framer-buth07\",fonts:[\"CUSTOM;The Future Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgTWVkaXVt\",\"--framer-font-family\":'\"The Future Medium\", \"The Future Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255))\"},children:[/*#__PURE__*/_jsx(Link,{href:\"https://23968119.fs1.hubspotusercontent-na1.net/hubfs/23968119/Toms%20Reading%20List.pdf\",nodeId:\"W5bTtuAh8\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-9ggzn8\",\"data-styles-preset\":\"M9eK_dvX4\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"See \"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://23968119.fs1.hubspotusercontent-na1.net/hubfs/23968119/Toms%20Reading%20List.pdf\",nodeId:\"W5bTtuAh8\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-mnx6to\",\"data-styles-preset\":\"Adx98kEqr\",children:\"Tom's Reading List \"})}),/*#__PURE__*/_jsx(Link,{href:\"https://23968119.fs1.hubspotusercontent-na1.net/hubfs/23968119/Toms%20Reading%20List.pdf\",nodeId:\"W5bTtuAh8\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-9ggzn8\",\"data-styles-preset\":\"M9eK_dvX4\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"for 2024.\"})})})]})}),className:\"framer-1gj0iib\",fonts:[\"CUSTOM;The Future Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-k8rkxg hidden-72rtr7 hidden-7bq7uh\",\"data-framer-name\":\"Lisa Desc\",name:\"Lisa Desc\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rm7s93\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mciluv\",\"data-hide-scrollbars\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgTWVkaXVt\",\"--framer-font-family\":'\"The Future Medium\", \"The Future Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Lisa Bilyeu, an entrepreneur, producer, best-selling author, and host, co-founded Quest Nutrition and Impact Theory Studios. She built a global audience while creating an impressive slate of content that has been viewed over half a billion times, including the hit series Women of Impact.\"})}),className:\"framer-po323v\",fonts:[\"CUSTOM;The Future Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBGdXR1cmUgTWVkaXVt\",\"--framer-font-family\":'\"The Future Medium\", \"The Future Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"With a keen eye for talent and trends, Lisa oversees the development and production of female-driven, empowering content across various platforms at Impact Theory. She tells her story of self-empowerment and success in her best-selling book Radical Confidence.\"})}),className:\"framer-tpuamd\",fonts:[\"CUSTOM;The Future Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rekkh4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1hbok9x\",\"data-styles-preset\":\"mfIunfCxb\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Who is\"})}),className:\"framer-cn6xiv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qrqtwj\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1pthbjq\",\"data-framer-name\":\"Group 3\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:39,intrinsicWidth:218,name:\"Group 3\",svg:'<svg width=\"218\" height=\"39\" viewBox=\"0 0 218 39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M107.076 13.8648C107.302 13.9361 107.528 14.0074 107.753 14.0727C107.551 14.5658 106.666 14.9223 105.959 14.7559C105.906 14.946 105.864 15.148 105.787 15.3381C105.71 15.5342 105.591 15.7183 105.502 15.8906C105.199 15.9084 104.902 15.8966 104.628 15.956C104.45 15.9916 104.302 16.1401 104.088 16.2649C104.48 16.5679 105.003 15.9144 105.222 16.7045C104.634 16.8649 104.058 17.0194 103.482 17.1738C103.458 17.2392 103.434 17.2986 103.411 17.3639C103.577 17.4412 103.749 17.5243 103.963 17.6253C103.696 17.9877 103.5 18.2669 103.244 18.6056C103.084 18.362 102.977 18.2016 102.876 18.0412C102.828 18.0412 102.775 18.0293 102.727 18.0293C102.65 18.4689 102.573 18.9145 102.496 19.3541C102.436 19.3482 102.377 19.3422 102.317 19.3303V18.7897C101.634 19.069 101.622 19.663 101.504 20.2036C101.26 20.2987 101.028 20.3937 100.761 20.4947C100.803 20.7027 100.838 20.8809 100.874 21.0769C100.612 21.2017 100.339 21.3265 100.066 21.4512C100.084 21.7601 100.102 22.0156 100.107 22.1047C99.6144 22.6156 99.2104 23.0374 98.8064 23.4533L98.8361 23.6374C99.1154 23.6671 99.4005 23.7681 99.6678 23.7206C101.212 23.4651 102.769 23.2572 104.278 22.877C106.411 22.3423 108.549 21.7601 110.617 21.0175C112.233 20.4353 113.932 20.0076 115.369 18.9798C115.862 18.6293 116.462 18.4333 117.015 18.1541C119.142 17.0788 121.049 15.7124 122.694 13.9658C123.283 13.342 123.651 12.6113 123.93 11.8568C124.102 11.3875 124.09 10.7637 123.93 10.2825C123.556 9.15969 122.766 8.33986 121.655 7.87648C120.579 7.42498 119.51 6.93783 118.399 6.5992C117.859 6.43286 117.229 6.5695 116.641 6.5695C116.647 6.52197 116.659 6.48039 116.664 6.43286C116.07 6.29028 115.476 6.1477 114.882 6.00512C114.662 6.118 114.454 6.22493 114.229 6.33781C114.015 6.17147 113.813 6.01701 113.581 5.84472C113.011 6.36751 112.447 6.2487 111.751 6.05265C110.955 5.8269 110.07 5.88037 109.221 5.86849C108.728 5.86849 108.234 5.96948 107.682 6.03483C107.599 6.15364 107.486 6.31999 107.385 6.46851C107.296 6.47445 107.225 6.50415 107.207 6.48039C106.613 5.93977 105.918 6.18929 105.252 6.21899C104.694 6.24276 104.141 6.26652 103.494 6.29622C103.482 6.36157 103.44 6.54574 103.387 6.80119C103.209 6.65267 103.054 6.52791 102.864 6.37345C100.173 7.03288 97.4697 7.69231 94.7192 8.36956C94.7904 8.65472 94.8261 8.7973 94.8736 9.01117C94.5825 8.89235 94.3271 8.79136 94.0538 8.68443C93.1746 9.33197 91.8319 9.14187 91.1666 10.3241C90.1626 10.1874 89.3962 10.9479 88.4694 11.2687C88.315 11.3221 88.2199 11.5835 88.1308 11.7677C87.8575 12.3261 87.3347 12.6113 86.8832 12.4271C86.3545 12.2133 86.1941 11.6845 86.3605 11.0548C86.6397 9.97952 87.3585 9.36168 88.315 8.90424C89.5328 8.32798 90.721 7.69231 91.927 7.09229C92.224 6.94971 92.5389 6.84872 92.8537 6.74178C94.1726 6.29028 95.4677 5.74373 96.8163 5.42292C99.0203 4.90013 101.195 4.20506 103.488 4.07436C105.448 3.96743 107.409 3.66445 109.369 3.65257C112.375 3.63474 115.405 3.45652 118.381 4.01495C119.884 4.30011 121.429 4.51398 122.795 5.29817C123.586 5.75561 124.358 6.20711 125.029 6.87842C125.665 7.51409 126.241 8.12005 126.514 8.96958C127.091 10.7578 127.102 12.5103 126.027 14.1381C125.302 15.2371 124.489 16.253 123.443 17.0966C122.795 17.6253 122.112 18.0353 121.37 18.4036C121.067 18.5521 120.865 18.9085 120.568 19.0808C119.017 19.9779 117.502 20.9581 115.88 21.6888C114.033 22.5206 112.078 23.1087 110.171 23.8097C110.07 23.8454 109.987 23.9285 109.88 23.9998C109.934 24.0949 109.951 24.184 109.999 24.2018C110.884 24.5285 111.787 24.8196 112.66 25.1761C113.813 25.6454 114.9 26.2454 115.583 27.3326C116.421 28.6574 115.94 30.7664 114.645 31.6456C114.55 31.711 114.389 31.7585 114.359 31.8476C113.967 32.9526 112.868 32.9764 112.019 33.3685C111.169 33.7606 110.314 34.1526 109.446 34.5032C108.84 34.7467 108.294 35.1863 107.581 35.1269C107.421 35.1151 107.248 35.1566 107.094 35.2042C106.298 35.4477 105.508 35.7151 104.706 35.9527C104.533 36.0062 104.337 35.9884 104.153 36.0121C103.945 36.0418 103.702 36.024 103.541 36.1309C103.149 36.3923 102.769 36.4933 102.276 36.4339C101.937 36.3923 101.569 36.6597 101.201 36.7131C100.304 36.8557 99.4064 36.9983 98.5034 37.0577C97.3806 37.1349 96.24 37.2359 95.1231 37.1409C94.3508 37.0755 93.6082 36.6894 92.8894 36.4577H90.9943C90.9052 36.226 90.7448 35.9824 90.7091 35.721C90.5249 34.313 90.5665 32.9467 91.3982 31.6932C91.5824 31.4139 91.5824 31.01 91.7131 30.6892C92.022 29.9228 92.3725 29.1743 92.6874 28.4079C92.7765 28.194 92.7943 27.9505 92.8656 27.6415C92.4617 27.695 92.1884 27.7306 91.7666 27.79C91.7666 27.4217 91.6715 27.0653 91.7844 26.8039C92.1646 25.9306 92.6874 25.1642 93.6855 24.8672C93.9053 24.8018 94.2023 24.7068 94.2795 24.5404C94.6003 23.8335 95.2657 23.477 95.7529 22.9483C96.1806 22.4849 96.5192 21.9324 96.9054 21.4334C98.3846 19.5264 99.8104 17.5719 101.373 15.7302C102.579 14.3104 103.921 12.9915 105.282 11.7142C106.036 11.0073 106.933 10.4429 107.819 9.89041C108.371 9.5399 109.031 9.25474 109.678 9.71813C110.439 10.2647 110.926 10.9776 110.67 11.9637C110.599 12.2251 110.385 12.4925 110.165 12.6707C109.821 12.9499 109.429 13.1876 109.025 13.3777C108.716 13.5202 108.365 13.5737 108.027 13.6272C107.724 13.6747 107.409 13.6628 107.1 13.6747C107.094 13.74 107.088 13.8054 107.082 13.8707L107.076 13.8648ZM95.1172 29.602C95.2479 29.8218 95.3548 29.9941 95.5271 30.2674C95.1231 30.5822 94.7548 30.8733 94.3508 31.1882C94.8083 32.3288 93.5488 32.9229 93.4003 33.9091C93.7152 33.9625 93.9884 34.0101 94.2677 34.0517C95.0578 34.1705 95.8479 34.3784 96.644 34.3903C97.6361 34.4022 98.6223 34.2418 99.6144 34.1586C102.424 33.9269 105.139 33.2615 107.771 32.2991C109.203 31.7763 110.736 31.3902 111.858 30.2495C112.298 29.804 113.041 29.5723 113.047 28.7228C112.904 28.6218 112.767 28.4911 112.607 28.4079C111.645 27.9089 110.688 27.4039 109.708 26.9405C109.417 26.8039 109.066 26.7742 108.745 26.7088C108.003 26.5544 107.266 26.6435 106.512 26.691C105.52 26.7504 104.51 26.5722 103.428 26.495C103.363 26.4058 103.232 26.2217 103.096 26.0256C102.805 26.1801 102.561 26.3048 102.335 26.4237C101.711 26.1147 101.717 26.1207 101.135 26.4118C100.993 26.4831 100.832 26.5544 100.678 26.5603C99.9589 26.5781 99.2342 26.5662 98.5153 26.5662C98.5332 26.6257 98.551 26.6791 98.5688 26.7385C97.9628 27.0118 97.3569 27.2851 96.7806 27.5465C96.5252 28.0099 96.2875 28.4554 96.038 28.9129C95.842 28.9307 95.64 28.9544 95.4321 28.9723C95.3311 29.1921 95.242 29.3822 95.141 29.602H95.1172ZM105.187 15.4213C105.205 15.4569 105.211 15.5163 105.234 15.5223C105.264 15.5342 105.312 15.5045 105.347 15.4866C105.323 15.4391 105.3 15.3916 105.282 15.3441C105.252 15.3678 105.217 15.3916 105.187 15.4154V15.4213ZM95.8539 28.3247C95.8301 28.295 95.8123 28.2475 95.7826 28.2356C95.7588 28.2297 95.7232 28.2653 95.6875 28.2891C95.7113 28.3188 95.7291 28.3663 95.7588 28.3782C95.7826 28.3841 95.8182 28.3485 95.8539 28.3307V28.3247Z\" fill=\"#FF0098\"/>\\n<path d=\"M174.237 16.1934C175.039 16.0152 175.835 15.8192 176.643 15.6707C177.624 15.4924 178.604 15.3558 179.59 15.1954C180.148 15.1063 180.707 14.9875 181.265 14.9221C181.729 14.8686 182.204 14.8211 182.667 14.8508C183.838 14.9281 185.044 14.6667 186.172 15.136C186.838 15.4152 186.98 15.7122 186.927 16.4073C186.897 16.8053 186.885 17.2034 186.879 17.6014C186.867 18.6173 186.143 19.2173 185.133 19.0629C184.853 19.0213 184.562 19.0094 184.283 19.0272C182.667 19.1401 181.087 18.9143 179.507 18.5044C179.582 18.8133 179.853 18.9995 180.321 19.0629C180.273 19.5441 179.934 19.5025 179.614 19.4728C179.174 19.4312 178.728 19.3718 178.247 19.3183C177.95 18.3618 177.083 19.1223 176.429 18.6886C176.513 19.0688 176.56 19.2767 176.649 19.651C175.966 19.4371 175.378 19.2589 174.778 19.0747C173.602 20.2391 173.186 18.8015 172.396 18.3856C172.229 18.4688 172.027 18.5638 171.79 18.6826C171.962 18.8906 172.11 19.0629 172.342 19.348C171.944 19.5381 171.6 19.7045 171.261 19.8649C171.481 20.4411 171.261 21.1956 170.798 21.6827C170.572 21.9263 170.411 22.2471 170.263 22.5501C169.877 23.3105 169.449 24.0531 169.164 24.8492C168.98 25.3601 168.997 25.9542 168.992 26.5126C168.992 26.673 169.199 26.9047 169.366 26.9819C169.704 27.1364 170.079 27.2968 170.435 27.3027C171.956 27.3265 173.453 27.1721 174.914 26.7027C176.168 26.2988 177.451 25.9898 178.693 25.5621C179.329 25.3423 179.893 24.9205 180.517 24.6591C181.538 24.2254 182.578 23.8393 183.606 23.4293C183.95 23.2927 184.337 23.1977 184.616 22.9778C185.145 22.5679 185.667 22.9363 186.19 22.865C186.368 23.2095 186.535 23.5422 186.766 23.9997C186.208 24.362 185.632 24.7541 185.038 25.1165C184.36 25.5264 183.677 25.9245 182.982 26.3047C181.901 26.8928 180.832 27.4929 179.721 28.0216C179.067 28.3305 178.354 28.5087 177.665 28.7464C177.576 28.7761 177.469 28.7939 177.404 28.8533C176.697 29.5127 175.699 29.382 174.909 29.7563C174.326 30.0355 173.744 30.1543 173.132 30.2375C172.663 30.2969 172.2 30.3741 171.724 30.4098C170.982 30.4633 170.186 30.285 169.633 31.0752C169.597 31.0336 169.562 30.992 169.526 30.9445C169.55 30.79 169.574 30.6415 169.586 30.5583C169.229 30.487 168.885 30.4157 168.445 30.3207C168.528 30.5286 168.599 30.7009 168.665 30.8672C168.623 30.8851 168.57 30.9266 168.54 30.9148C168.077 30.7068 167.999 30.3088 168.023 29.8276C167.904 29.7444 167.768 29.6612 167.631 29.5662C166.764 28.9602 166.437 28.1345 166.395 27.0829C166.312 25.1106 166.835 23.2986 167.637 21.5402C168.213 20.2748 168.706 18.9619 169.372 17.744C169.865 16.841 170.572 16.0568 171.201 15.231C171.861 14.3696 172.532 13.5201 173.209 12.6706C173.489 12.32 173.792 11.9933 174.071 11.6428C174.439 11.1853 174.778 10.7101 175.158 10.2645C175.443 9.9259 175.758 9.6051 176.091 9.31994C177.124 8.42288 178.146 7.51393 179.222 6.6644C179.869 6.15349 180.606 6.10596 181.342 6.58123C181.533 6.70598 181.847 6.77727 182.049 6.71787C184.64 5.90992 187.301 5.45842 189.992 5.1792C191.281 5.04256 192.588 4.98909 193.878 5.3396C194.549 5.52376 194.798 5.96933 194.864 6.56935C194.959 7.4367 194.715 8.25653 194.418 9.05854C194.282 9.42687 193.961 9.5041 193.586 9.39717C192.404 9.06448 191.24 8.97537 190.022 9.32588C189.238 9.54569 188.394 9.56945 187.568 9.59916C187.325 9.6051 187.052 9.36152 186.832 9.18924C186.701 9.08231 186.648 8.88032 186.529 8.66645C186.297 8.84467 186.113 8.98725 185.929 9.12983C185.721 9.08825 185.507 9.0526 185.287 9.01102C185.257 9.05854 185.222 9.10013 185.192 9.14765C185.412 9.3734 185.638 9.59321 185.893 9.86055C185.341 10.2111 185.085 9.83085 184.806 9.53381C184.646 9.58727 184.497 9.6348 184.337 9.68827C184.236 9.48628 184.146 9.30806 184.004 9.02884C183.63 9.75362 183 9.61698 182.441 9.65262C182.043 9.67639 181.806 9.83679 181.574 10.1516C181.212 10.6388 180.79 11.0249 180.136 11.221C179.56 11.3933 179.061 11.8507 178.55 12.219C178.307 12.3973 178.123 12.6587 177.897 12.8963C177.659 12.7537 177.469 12.6468 177.279 12.5339L177.142 12.5993C177.202 12.8131 177.267 13.0329 177.35 13.3419C177.148 13.6092 176.899 13.9478 176.744 14.1558C176.239 14.2449 175.871 14.3102 175.503 14.3696C175.461 14.3162 175.414 14.2627 175.372 14.2092C175.354 14.233 175.336 14.2627 175.313 14.2864C175.378 14.3102 175.443 14.334 175.509 14.3577C175.526 14.6964 175.443 14.9518 175.146 15.1954C174.796 15.4806 174.528 15.8786 174.225 16.2232C173.655 16.1459 173.352 16.4608 173.049 17.0133C173.643 16.8885 173.982 16.6331 174.219 16.2113L174.237 16.1934ZM183.154 18.3203L183.226 18.6054C183.422 18.546 183.618 18.4866 183.808 18.4272C183.79 18.3559 183.772 18.2905 183.754 18.2193C183.552 18.2549 183.35 18.2905 183.148 18.3262L183.154 18.3203ZM187.432 8.60704C187.355 8.54763 187.307 8.4704 187.259 8.4704C187.218 8.4704 187.135 8.55357 187.135 8.59516C187.135 8.64269 187.212 8.71992 187.259 8.72586C187.301 8.7318 187.355 8.66051 187.432 8.60704ZM178.669 18.5579C178.645 18.5876 178.627 18.6232 178.604 18.6529C178.669 18.7005 178.74 18.748 178.806 18.7955C178.829 18.7599 178.847 18.7302 178.871 18.6945C178.8 18.647 178.734 18.6054 178.663 18.5579H178.669ZM174.285 15.2607C174.303 15.2964 174.309 15.3558 174.338 15.3677C174.368 15.3796 174.41 15.3439 174.451 15.332C174.427 15.2845 174.404 15.231 174.38 15.1835C174.35 15.2073 174.32 15.231 174.285 15.2607ZM188.941 8.71398C188.798 8.64863 188.745 8.61298 188.685 8.6011C188.656 8.59516 188.578 8.64269 188.578 8.64863C188.59 8.70209 188.608 8.77932 188.65 8.80309C188.679 8.82091 188.751 8.77338 188.941 8.71398ZM176.62 13.1102C176.554 13.0567 176.501 12.9854 176.465 12.9914C176.418 13.0032 176.352 13.0686 176.34 13.1161C176.34 13.1518 176.412 13.2349 176.453 13.2349C176.501 13.2349 176.548 13.1636 176.62 13.1102ZM182.222 18.3381C182.222 18.3381 182.162 18.2668 182.133 18.2668C182.103 18.2668 182.067 18.3024 182.032 18.3262C182.067 18.3618 182.109 18.4034 182.144 18.4391C182.168 18.4094 182.192 18.3797 182.222 18.3381ZM177.534 11.9755C177.523 11.9398 177.511 11.8982 177.499 11.8626C177.457 11.8745 177.404 11.8804 177.386 11.9101C177.374 11.9339 177.404 11.9814 177.41 12.023C177.451 12.0111 177.487 11.9933 177.528 11.9814L177.534 11.9755Z\" fill=\"#FF0098\"/>\\n<path d=\"M161.702 19.1874C161.595 18.9023 161.494 18.6171 161.399 18.3617C160.983 18.7359 160.662 19.027 160.276 19.3776C160.323 19.4964 160.448 19.6865 160.466 19.8825C160.49 20.1261 160.519 20.4588 160.389 20.6132C159.806 21.2845 159.331 22.1281 158.244 22.1163C158.036 22.1163 157.828 22.241 157.501 22.3539C157.781 22.5796 157.935 22.7044 158.119 22.8529C157.602 23.2985 157.4 22.746 157.139 22.5381C156.295 23.0668 155.868 23.8272 155.678 24.6946C155.381 24.7777 155.119 24.855 154.858 24.9322C154.864 24.9975 154.876 25.0629 154.882 25.1223C155.262 25.152 155.642 25.1758 156.052 25.2055C156.189 26.0907 154.87 25.96 155.09 26.7976C154.406 26.8689 154.691 26.3342 154.519 25.9243C154.353 26.156 154.192 26.2867 154.163 26.4412C154.127 26.6669 154.181 26.9105 154.204 27.1422C154.264 27.7838 153.979 28.0986 153.325 28.1224C153.188 28.1224 153.052 28.1462 152.802 28.1699C153.141 29.0611 152.47 29.6076 152.125 30.3086C151.763 30.267 151.394 30.2255 150.99 30.1839C151.026 30.8077 151.745 31.1463 151.359 31.8116C151.139 31.7641 150.925 31.7166 150.658 31.6572C150.765 31.8473 150.854 31.9958 150.973 32.2097C150.658 32.2691 150.402 32.3166 150.277 32.3404C149.986 33.2731 149.725 34.1107 149.475 34.9484C149.392 35.2157 149.315 35.4831 149.268 35.7563C149.178 36.2613 148.994 36.4039 148.495 36.3326C147.218 36.1544 146.564 35.1207 146.802 33.6592C147.028 32.2869 147.503 31.0334 148.37 29.9047C148.941 29.1621 149.309 28.265 149.772 27.4392C149.897 27.2135 150.004 26.9699 150.171 26.7738C150.806 25.9837 151.567 25.2708 152.083 24.4094C152.678 23.4173 153.664 22.7638 154.222 21.8073C154.941 20.5657 156.076 19.6984 156.848 18.528C156.997 18.3023 157.05 17.9755 157.05 17.6963C157.05 16.7042 157.05 15.7121 156.973 14.7259C156.854 13.2229 157.115 11.7614 157.43 10.3059C157.733 8.92174 158.119 7.56129 158.458 6.18303C158.589 5.6543 158.743 5.13151 158.82 4.59683C158.963 3.57502 159.706 2.85618 160.733 2.874C160.995 2.874 161.351 2.98688 161.494 3.17698C162.325 4.24038 162.504 5.5236 162.361 6.79493C162.284 7.47218 161.797 8.09002 161.571 8.76134C161.096 10.1396 160.555 11.4941 160.389 12.9674C160.329 13.4783 160.115 13.9714 159.973 14.4704C159.89 14.7734 159.706 15.0883 160.008 15.3794C160.104 15.3675 160.205 15.3853 160.234 15.3497C161.963 13.1872 164.345 11.7436 166.335 9.86633C167.987 8.30983 169.763 6.88404 171.48 5.3929C172.514 4.49584 173.5 3.52155 174.587 2.69578C175.621 1.91159 176.732 1.21652 177.861 0.580851C178.728 0.0937048 179.904 0.729371 180.029 1.7096C180.13 2.4522 180.189 3.21263 180.136 3.96117C180.118 4.21662 179.738 4.4899 179.465 4.67406C179.162 4.87605 178.799 4.98893 178.36 5.19091C178.276 5.17309 178.069 5.12556 177.861 5.07804C177.665 5.74935 177.124 6.04045 176.53 6.24838C176.066 6.40878 175.591 6.52759 175.104 6.67017C175.062 6.88404 175.033 7.06227 174.991 7.27613C174.825 7.2999 174.647 7.3296 174.462 7.35931C174.427 8.29201 173.536 8.23854 172.995 8.67816C173.025 8.85045 173.066 9.07026 173.108 9.29601C172.478 9.75345 172.288 9.11778 171.89 8.80292C171.736 8.90986 171.569 9.02867 171.349 9.17719C171.73 9.49205 172.021 9.74157 172.312 9.98514C172.288 10.0445 172.258 10.104 172.235 10.1693C171.908 10.1099 171.575 10.0505 171.177 9.9792C171.225 10.2762 171.26 10.4723 171.314 10.7753C170.868 10.9654 170.405 11.1674 169.936 11.3634C169.906 11.1911 169.87 11.0188 169.811 10.704C169.639 10.9178 169.561 11.007 169.49 11.102C169.644 11.1852 169.793 11.2684 169.947 11.3515C169.805 11.5654 169.662 11.7793 169.514 12.005C169.27 11.9813 169.068 11.9575 168.777 11.9278C168.854 12.1832 168.914 12.3852 169.003 12.706C168.557 12.5694 168.177 12.4506 167.684 12.2961C167.078 12.6704 166.472 13.211 166.757 14.2803C166.537 14.0784 166.312 13.8764 165.961 13.5615C165.902 13.9833 165.86 14.2566 165.813 14.5774C165.611 14.5358 165.421 14.4942 165.207 14.4467C165.094 14.7081 164.987 14.9635 164.88 15.2071C163.46 15.2546 163.02 16.1398 163.769 17.429C163.3 17.6844 162.83 17.9339 162.486 18.1181C162.165 18.534 161.915 18.8607 161.666 19.1815L161.678 19.1934L161.702 19.1874ZM157.947 21.3855C157.977 21.4747 158 21.5697 158.03 21.6588C158.369 21.6113 158.725 21.6054 159.04 21.4865C159.117 21.4568 159.052 21.0647 159.052 20.839C158.981 20.8033 158.909 20.7677 158.838 20.738C158.541 20.9519 158.244 21.1717 157.947 21.3855ZM152.274 29.1383C151.668 29.2571 151.632 29.3106 151.786 29.9165C151.977 29.6195 152.107 29.3997 152.274 29.1383ZM162.801 17.0131C162.86 17.0488 162.914 17.0785 162.973 17.1141C163.015 17.0072 163.11 16.8943 163.086 16.7992C163.062 16.6923 162.961 16.5794 162.86 16.5141C162.824 16.4903 162.622 16.6329 162.628 16.6864C162.634 16.7992 162.735 16.9002 162.795 17.0072L162.801 17.0131ZM153.581 27.4927C153.45 27.3739 153.39 27.2729 153.301 27.2491C153.248 27.2313 153.099 27.3382 153.105 27.3679C153.117 27.463 153.171 27.5937 153.248 27.6234C153.313 27.6471 153.426 27.558 153.586 27.4867L153.581 27.4927ZM159.01 20.2627C159.076 20.3281 159.141 20.3934 159.212 20.4528C159.313 20.3281 159.414 20.2033 159.515 20.0845L159.367 19.9479C159.248 20.0548 159.129 20.1617 159.01 20.2627ZM176.928 5.28003C176.946 5.22062 176.964 5.15527 176.981 5.09586C176.886 5.06616 176.797 5.03051 176.702 5.01863C176.684 5.01863 176.655 5.12556 176.631 5.17903C176.732 5.21468 176.827 5.25032 176.928 5.28003ZM162.123 17.3814C162.052 17.3339 161.999 17.2686 161.951 17.2745C161.904 17.2804 161.862 17.3577 161.814 17.4052C161.874 17.4527 161.939 17.5003 161.999 17.5537C162.034 17.5062 162.07 17.4527 162.117 17.3814H162.123ZM149.66 33.5701C149.63 33.5464 149.6 33.5226 149.571 33.4988C149.523 33.5642 149.475 33.6236 149.422 33.6889C149.452 33.7127 149.481 33.7365 149.511 33.7602C149.559 33.6949 149.612 33.6355 149.66 33.5701ZM176.571 5.67212C176.571 5.67212 176.518 5.63053 176.494 5.60677C176.482 5.62459 176.459 5.64836 176.465 5.6543C176.488 5.67806 176.512 5.70182 176.536 5.71965C176.548 5.70182 176.56 5.68994 176.571 5.67212ZM170.12 10.4307C170.102 10.401 170.09 10.3772 170.078 10.3535C170.072 10.3713 170.054 10.3891 170.06 10.401C170.066 10.4129 170.09 10.4188 170.12 10.4307Z\" fill=\"#FF0098\"/>\\n<path d=\"M28.3426 5.48809C28.4495 5.70196 28.5446 5.87424 28.6753 6.12969C28.301 6.26039 27.9742 6.37327 27.6178 6.49208C27.4514 6.97329 27.5881 7.70401 26.7267 7.69807V8.16739C25.8771 8.10204 25.8534 8.92781 25.3959 9.40902H24.5999C24.7959 9.67635 24.9207 9.84864 25.1048 10.1041C24.582 10.5378 24.0474 10.9714 23.477 11.4408C23.5483 11.5121 23.6493 11.6249 23.8276 11.815C23.4295 12.1537 23.0315 12.4923 22.6335 12.825C22.5978 12.8012 22.5622 12.7715 22.5206 12.7477V13.3656C22.4315 13.3834 22.3661 13.4191 22.3067 13.4131C21.9384 13.3715 21.7602 13.5379 21.6295 13.8824C21.5106 14.1914 21.2849 14.4706 21.0651 14.732C20.7027 15.1716 20.2987 15.5815 19.9482 16.033C19.8532 16.1518 19.8947 16.3776 19.8769 16.5499C19.6749 16.5736 19.4789 16.5914 19.1937 16.6212C19.3482 16.8885 19.4551 17.0727 19.6333 17.3875C19.265 17.2509 19.0274 17.1558 18.7838 17.0667C18.7541 17.1142 18.7244 17.1618 18.6947 17.2033C18.8432 17.3935 18.9977 17.5836 19.164 17.7974C18.564 18.2192 17.9343 18.5757 17.6135 19.2945C17.5125 19.5203 17.1144 19.6094 16.9897 19.6807C16.758 20.2094 16.5857 20.6015 16.4134 20.9936L16.1877 21.0886C16.0807 20.9164 15.9738 20.75 15.7837 20.4351C15.6055 20.6134 15.4451 20.7678 15.2787 20.9342C15.457 21.1896 15.5995 21.3144 15.6233 21.457C15.6649 21.6946 15.7243 22.051 15.5995 22.1699C14.8866 22.8471 14.5124 23.7442 13.9421 24.5105C13.4787 25.1403 12.9856 25.7462 12.4331 26.4472C12.445 26.9344 12.0885 27.3324 11.7024 27.772C10.9895 28.5859 10.3776 29.483 9.73003 30.3444C9.17754 31.0811 8.63098 31.8177 8.00126 32.6613C8.29236 32.6791 8.54187 32.7504 8.76168 32.7029C10.1221 32.3999 11.4766 32.0375 12.843 31.7524C14.4351 31.4197 16.0392 31.1227 17.6432 30.8375C18.8789 30.6177 20.1205 30.4335 21.3621 30.2553C24.3979 29.8038 27.4336 29.3404 30.4813 28.9424C31.2476 28.8414 32.0496 28.883 32.816 28.984C33.5942 29.085 33.915 29.5543 33.9923 30.3385C34.0339 30.7721 34.2952 31.2296 33.8794 31.6039C33.719 31.7464 33.4932 31.8771 33.2853 31.9009C32.7922 31.9603 32.2694 32.0554 31.8061 31.9425C30.9268 31.7346 30.0892 32.0257 29.2337 31.9781C29.1386 31.9781 29.0317 31.99 28.9485 31.9544C28.3366 31.7048 27.7604 31.6276 27.3683 32.3346C26.691 31.9662 26.1207 31.8415 25.592 32.4771C25.491 32.596 25.0514 32.5187 24.8197 32.4177C24.4157 32.2455 24.089 32.1445 23.6196 32.3346C23.2216 32.495 22.7107 32.3346 22.2532 32.3762C21.7661 32.4177 21.2849 32.5187 20.8037 32.596C20.269 32.6791 19.7343 32.7623 19.1997 32.8574C18.6234 32.9584 18.0531 33.0831 17.4828 33.196C17.4353 33.2079 17.3877 33.2435 17.3461 33.2376C16.2471 33.0059 15.35 33.802 14.2807 33.8376C13.3777 33.8673 12.4806 34.1287 11.5895 34.3307C11.2628 34.402 10.9657 34.5861 10.5914 34.7465C9.73597 34.6455 8.88644 34.901 8.26859 35.3228C7.51411 35.4535 6.92597 35.5188 6.34972 35.6674C5.2269 35.9585 4.10409 36.2496 3.01098 36.6238C2.51196 36.7961 2.08422 37.1704 1.58519 37.4734C1.62678 37.6516 1.66836 37.8239 1.70401 37.9902C1.65054 38.0259 1.60301 38.0793 1.57331 38.0734C0.349504 37.7645 -0.226754 36.8852 0.0821679 35.7149C0.147517 35.4713 0.337622 35.1862 0.551491 35.0673C0.961407 34.8416 1.42479 34.7109 1.87629 34.5743C2.57731 34.3663 3.29614 34.2 3.99716 33.9861C4.15756 33.9386 4.36549 33.7901 4.41895 33.6475C4.9358 32.1623 6.21902 31.2355 7.04479 29.9761C7.82303 28.7939 8.64287 27.6413 9.4627 26.4888C10.0508 25.6631 10.6746 24.8551 11.2806 24.0412C11.9994 23.0729 12.7242 22.1105 13.4371 21.1362C14.0074 20.352 14.554 19.55 15.1243 18.7658C15.9025 17.6964 16.6748 16.6152 17.4828 15.5696C18.6947 13.9953 19.9363 12.4388 21.1661 10.8764C21.8671 9.98527 22.5622 9.08821 23.2751 8.20897C23.6731 7.71589 24.1127 7.25251 24.5345 6.78318C24.5999 6.71189 24.6711 6.65248 24.7246 6.57525C25.1405 5.95741 25.5266 5.32174 25.9722 4.72172C26.2455 4.35339 26.6019 4.05041 26.9168 3.71179C27.4217 3.18306 27.9148 2.64244 28.4257 2.11371C28.9842 1.53745 29.5248 0.931492 30.1248 0.402761C30.7129 -0.114089 31.6457 -0.12003 32.0912 0.307708C32.8338 1.0206 33.0833 2.00084 32.5546 2.57115C32.1803 2.98107 31.6575 3.25435 31.2001 3.58703C31.1466 3.62862 31.0397 3.62267 31.01 3.6702C30.5466 4.42468 29.501 4.35933 29.002 5.09005C28.8832 5.26828 28.6158 5.33957 28.3366 5.51185L28.3426 5.48809ZM12.7717 24.7719C12.8371 24.8313 12.9024 24.8907 12.9678 24.9502C13.0153 24.8729 13.0628 24.7957 13.1876 24.6056C12.9499 24.7006 12.8608 24.7363 12.7717 24.7719Z\" fill=\"#FF0098\"/>\\n<path d=\"M71.8887 28.4131C72.4055 26.4527 72.6254 24.5279 72.6966 22.5912C71.4431 22.8526 70.2134 23.108 68.9896 23.3635C68.342 23.5001 67.7004 23.6427 67.0529 23.7853C66.9875 23.7971 66.9162 23.815 66.8509 23.8387C66.1855 24.0942 65.5202 24.3556 64.629 24.7061C63.5953 26.1616 62.4012 27.8428 61.2131 29.5241C61.0646 29.7379 60.9754 29.9875 60.8269 30.2073C60.5002 30.7004 59.918 30.6944 59.6209 30.1835C59.2764 29.5894 58.9675 28.9835 58.5813 28.2646C58.9496 27.6884 59.3655 27.0646 59.7516 26.423C59.9002 26.1735 60.0665 25.8645 60.0309 25.6031C59.9714 25.1041 60.0546 24.7655 60.5715 24.611C60.6428 24.5873 60.6843 24.4863 60.8032 24.3378C60.5239 24.314 60.3338 24.3021 60.0724 24.2783C60.518 23.4169 60.8566 22.5555 61.8547 22.1872C62.425 21.9733 62.9656 21.6644 63.5003 21.3674C63.6963 21.2604 63.8567 21.0644 64.0053 20.8921C64.5399 20.2624 65.0627 19.6267 65.5914 18.991C66.2271 18.2306 66.8628 17.4761 67.4984 16.7157C68.1163 15.9731 68.7341 15.2305 69.352 14.4938C70.0352 13.68 70.6649 12.8067 71.4372 12.0819C72.465 11.1135 73.5878 10.2402 74.7046 9.37287C75.2631 8.94514 75.0908 8.39858 75.067 7.88767C75.0254 7.02626 75.7502 6.46188 76.5285 6.80645C77.5265 7.25201 78.3048 8.94514 78.0553 9.97884C77.776 11.1135 77.4077 12.2185 77.277 13.4067C77.1344 14.6899 76.7364 15.9434 76.4572 17.2088C76.4096 17.4286 76.374 17.6544 76.3205 17.9692C76.5879 17.9692 76.7661 17.9692 76.9443 17.9692C77.6513 17.9573 78.3642 17.9336 79.0711 17.9395C79.5583 17.9395 79.891 18.1771 79.9207 18.6999C79.9682 19.5198 80.0573 20.3455 80.0157 21.1594C79.9801 21.8189 79.6712 21.9199 78.988 21.8842C78.0255 21.8307 77.0572 21.8545 76.0948 21.8604C75.5661 21.8604 75.3522 22.2109 75.269 22.6743C75.2037 23.0427 75.1383 23.4169 75.0908 23.7912C74.8829 25.3774 74.568 26.9636 74.5086 28.5617C74.4551 30.0528 74.1878 31.4905 73.8729 32.9282C73.8135 33.2014 73.5284 33.5222 73.2729 33.6113C73.0709 33.6826 72.661 33.5044 72.5125 33.3084C72.0966 32.7499 71.7521 32.1321 71.4075 31.5202C71.3362 31.3954 71.36 31.1875 71.4016 31.039C71.5798 30.3558 71.7877 29.6845 71.954 29.0013C71.9956 28.8171 71.9184 28.6033 71.9006 28.4072L71.8887 28.4131ZM74.3482 14.1849C74.0214 14.3572 73.8313 14.4047 73.7125 14.5236C73.065 15.2186 72.4353 15.9315 71.7996 16.6325C71.5204 16.9415 71.2352 17.2563 70.956 17.5652C70.6768 17.8682 70.4154 18.1831 70.1421 18.4801C69.8035 18.8485 69.453 19.2049 69.1084 19.5673C69.144 19.6148 69.1738 19.6683 69.2094 19.7158C70.053 19.5019 70.8788 19.2287 71.7342 19.0861C72.9521 18.8841 73.7779 18.3673 73.8195 17.0187C73.8195 16.882 73.9026 16.7454 73.9323 16.6088C74.063 15.8543 74.1937 15.0998 74.3482 14.179V14.1849Z\" fill=\"#FF0098\"/>\\n<path d=\"M145.317 8.93356C145.014 9.18308 144.705 9.43259 144.372 9.70587C144.462 9.85439 144.545 9.99102 144.622 10.1217C144.586 10.1217 144.551 10.1217 144.521 10.1217V11.2861C144.26 11.2505 143.998 11.2148 143.66 11.1673C143.232 11.3376 143.042 11.5733 143.089 11.8743C143.202 11.8208 143.303 11.7851 143.398 11.7317C143.499 11.6723 143.582 11.601 143.79 11.4525C143.862 11.6842 143.998 11.9396 143.945 11.9931C143.796 12.1297 143.57 12.2545 143.374 12.2545C143.125 12.2545 142.875 12.1238 142.626 12.0465L142.555 12.1891C142.667 12.3495 142.786 12.5159 142.982 12.7891C142.513 13.0921 142.079 13.3773 141.586 13.6981C141.61 13.8228 141.646 14.0189 141.693 14.2743C141.093 14.2387 140.582 14.3219 140.297 14.8625C140.535 15.0882 140.772 15.2962 140.986 15.5279C141.016 15.5576 140.909 15.712 140.885 15.7655C140.558 15.6229 140.285 15.5041 140.012 15.3853C139.899 15.6407 139.786 15.9021 139.673 16.1576C139.709 16.1813 139.745 16.2051 139.774 16.2289C139.602 16.2942 139.436 16.3596 139.21 16.4427C139.311 16.6388 139.394 16.817 139.543 17.114C139.008 17.4824 138.461 17.8626 137.802 18.32C138.164 18.3794 138.372 18.4151 138.497 18.4388C138.354 18.8428 138.253 19.2646 138.063 19.6389C137.933 19.8943 137.677 20.0904 137.475 20.3102V18.9795C137.416 18.9616 137.356 18.9438 137.297 18.926C137.142 19.1696 136.946 19.3894 136.845 19.6508C136.649 20.1557 136.887 20.3755 137.487 20.2983C137.35 20.4468 137.214 20.7142 137.071 20.7201C136.441 20.7498 136.263 21.2191 136.014 21.6825C136.37 22.1578 136.067 22.538 135.806 23.0192C136.067 22.9657 136.334 22.9301 136.59 22.8588C138.075 22.4548 139.543 21.9499 141.052 21.6588C142.953 21.2964 144.883 21.0409 146.814 20.8805C147.687 20.8092 148.602 21.0409 149.482 21.237C150.183 21.3914 150.664 22.235 150.545 22.9717C150.438 23.6252 150.289 24.2727 150.129 24.9143C149.975 25.5084 149.476 25.6866 148.905 25.4549C148.418 25.2529 147.895 25.1222 147.206 24.9024C146.737 24.4153 146.725 24.4153 145.941 24.9678C145.341 24.7658 144.693 24.5163 144.028 24.3262C143.85 24.2727 143.624 24.3915 143.267 24.4628C143.612 24.6886 143.796 24.8074 144.099 25.0034C143.553 25.3064 143.054 25.4609 142.578 25.3242C142.382 25.2648 142.299 24.7896 142.121 24.4094C141.925 24.445 141.592 24.4985 141.248 24.5579C141.069 25.247 141.925 24.748 141.925 25.3421C141.871 25.4074 141.735 25.5678 141.503 25.8411C141.057 24.8965 140.362 24.7658 139.406 25.1163C139.673 25.2648 139.863 25.4252 140.077 25.4787C140.261 25.5203 140.469 25.4371 140.665 25.5203C139.727 26.4114 139.038 25.5203 138.2 25.1222C137.944 25.5916 137.695 26.049 137.404 26.5896C137.22 26.2926 137.101 26.1084 136.988 25.9243C136.376 26.0371 136.804 26.548 136.554 26.8451C136.162 26.9223 135.758 26.9936 135.331 26.7025C134.915 26.4233 134.475 26.5302 134.089 26.8926C134.125 27.154 134.154 27.4035 134.196 27.754H133.453C133.435 27.4986 133.418 27.2966 133.394 26.952C132.847 27.2134 132.378 27.4392 131.98 27.6293C131.819 28.1758 131.683 28.6333 131.558 29.0669C130.471 29.4828 129.503 28.7521 129.497 27.6709C129.491 26.7441 129.918 26.0609 130.536 25.5025C131.107 24.9856 131.178 24.4331 130.934 23.7856C130.804 23.441 130.899 23.2212 131.101 22.9479C131.623 22.2291 132.105 21.4865 132.598 20.7498C132.717 20.5775 132.812 20.3815 132.93 20.2151C133.637 19.2468 134.344 18.2784 135.063 17.316C135.812 16.318 136.572 15.3259 137.327 14.3278C137.481 14.1199 137.618 13.8941 137.778 13.6921C139.394 11.6247 140.956 9.51576 142.644 7.50777C143.903 6.00475 145.103 4.43638 146.689 3.23039C146.802 3.14722 146.903 3.04623 147.016 2.95712C148.05 2.14323 149.339 2.63037 149.594 3.93735C149.66 4.26409 149.707 4.59084 149.743 4.91758C149.85 5.95128 149.713 6.17703 148.543 7.08003C148.287 7.27608 148.074 7.53153 147.836 7.76322L147.895 7.91174H146.172C146.315 8.15532 146.446 8.37513 146.63 8.68999C146.386 8.71969 146.155 8.73158 145.929 8.77316C145.721 8.80881 145.519 8.8801 145.311 8.93356L145.323 8.92168L145.317 8.93356ZM136.251 26.5421C136.228 26.4768 136.216 26.4352 136.198 26.3995C136.144 26.4233 136.085 26.447 136.037 26.4827C136.026 26.4886 136.067 26.5956 136.079 26.5896C136.138 26.5896 136.192 26.5599 136.251 26.5421ZM137.546 25.6688C137.469 25.5975 137.428 25.544 137.374 25.5143C137.356 25.5025 137.267 25.5619 137.273 25.5737C137.285 25.6332 137.309 25.7104 137.356 25.7342C137.386 25.752 137.463 25.6985 137.552 25.6629L137.546 25.6688ZM135.218 21.9974C135.218 21.9974 135.182 21.9974 135.164 21.9974C135.176 22.0271 135.182 22.0509 135.194 22.0806C135.206 22.0687 135.23 22.0627 135.235 22.0449C135.235 22.0271 135.224 22.0093 135.218 21.9914V21.9974ZM147.105 7.37113C147.105 7.37113 147.165 7.41866 147.194 7.44836C147.206 7.43054 147.236 7.40084 147.23 7.39489C147.206 7.36519 147.176 7.34143 147.147 7.31766C147.135 7.33549 147.123 7.35331 147.105 7.37113Z\" fill=\"#FF0098\"/>\\n<path d=\"M37.9964 32.4774C38.1746 32.7387 38.3469 32.9823 38.5133 33.2259C38.4717 33.2734 38.4242 33.3269 38.3826 33.3744C37.3608 33.1784 36.9271 32.1387 36.1072 31.6872C36.0835 30.606 36.4696 29.6971 36.9033 28.8C37.0221 28.5564 37.2479 28.3544 37.4439 28.1524C38.6856 26.893 40.2599 26.3999 41.9649 26.1563C44.4957 25.7999 47.0264 25.4137 49.5572 25.0216C50.0562 24.9444 50.5375 24.7603 51.0305 24.5345C50.1988 23.9345 49.4206 23.3345 48.4522 23.0493C48.2978 23.0018 48.1136 22.978 48.0007 22.877C47.1512 22.1285 46.2957 21.3859 45.4818 20.6017C44.2461 19.4076 44.1511 18.0234 44.5491 16.3837C45.0184 14.4767 46.4621 13.6569 47.9473 12.9202C50.6622 11.5657 53.5494 10.6093 56.4723 9.78943C57.8328 9.40922 59.2467 9.19535 60.6309 8.89831C60.8626 8.85078 61.0824 8.76761 61.3141 8.7082C62.0983 8.5181 62.823 8.5775 63.4112 9.21317C63.6488 9.46862 63.8211 9.73596 63.631 10.1043C63.5835 10.1993 63.5597 10.3479 63.6013 10.4429C63.9221 11.2152 63.4528 11.8034 63.1498 12.4212C62.9597 12.8074 62.6329 12.8846 62.2468 12.6767C62.0804 12.5875 61.92 12.4866 61.7359 12.4925C61.4091 12.4509 61.0705 12.3559 60.7497 12.3796C60.2328 12.4212 59.716 12.5519 59.2288 12.7717C58.9615 12.5638 58.7001 12.3618 58.3555 12.0945C58.2427 12.4509 58.1714 12.6826 58.1001 12.9143C58.0229 12.9559 57.9516 13.0272 57.8981 13.0153C57.0308 12.8311 56.2347 13.2767 55.3911 13.2707C54.9752 13.2707 54.5297 13.0925 54.1554 13.1935C53.0266 13.5084 51.9217 13.9123 50.8167 14.2985C50.6741 14.346 50.5672 14.5064 50.4543 14.6074C50.5018 14.75 50.5375 14.8688 50.5969 15.053C49.8364 15.1777 49.0225 14.9401 48.476 15.7065C48.5057 15.8253 48.5473 15.9976 48.6067 16.2471C48.1849 16.3005 47.7869 16.354 47.3175 16.4134C47.4245 16.6511 47.4958 16.7996 47.5968 17.0253H46.7829C46.8898 17.4055 46.8839 17.7857 47.068 17.9877C47.769 18.7482 48.4701 19.5323 49.2839 20.1621C50.5315 21.1364 51.9514 21.8374 53.4425 22.4077C54.4703 22.8057 55.4446 23.3463 56.4367 23.8335C56.5793 23.9048 56.7634 24.0295 56.7872 24.1602C56.8941 24.7721 57.0545 25.4078 56.9951 26.0138C56.9238 26.7504 56.1931 26.9465 55.605 27.0356C54.7317 27.1722 53.8584 27.4811 52.9494 27.2138C52.8306 27.1782 52.6702 27.2376 52.5454 27.2851C52.2306 27.392 51.9335 27.5762 51.6127 27.6178C50.2939 27.796 48.975 27.9326 47.6562 28.0812C47.5373 28.093 47.3948 28.0336 47.3057 28.0812C46.3967 28.5861 45.4046 28.301 44.4541 28.4257C43.5808 28.5445 42.6956 28.5386 41.8817 29.0436C41.3411 29.3822 40.6163 29.406 40.0401 29.6971C39.244 30.101 38.2756 30.3981 38.2935 31.5981C38.2935 31.8595 38.1212 32.1268 38.0083 32.4595L37.9964 32.4774ZM57.2327 12.243C57.2268 12.338 57.2209 12.4331 57.209 12.5281C57.3753 12.5103 57.5357 12.4925 57.7021 12.4687C57.708 12.4687 57.7021 12.3856 57.7021 12.2667C57.5476 12.2608 57.3872 12.2489 57.2327 12.243Z\" fill=\"#FF0098\"/>\\n<path d=\"M201.773 22.0684C201.88 22.1516 201.969 22.2229 202.111 22.3357C201.998 22.5021 201.886 22.6625 201.767 22.8288C201.499 22.7694 201.286 22.7219 201.006 22.6565C201.036 22.9179 201.054 23.114 201.09 23.417C200.686 23.3397 200.359 23.2744 200.145 23.2328C199.337 23.714 198.588 24.1002 197.911 24.5814C197.24 25.0566 196.622 25.5854 195.755 25.7339C195.458 25.7814 195.202 26.0666 194.875 26.2804C194.917 26.0903 194.959 25.9121 195.006 25.7101C194.317 25.621 193.669 25.5675 193.034 25.4428C192.784 25.3953 192.458 25.2408 192.351 25.0388C191.471 23.3873 191.216 21.6704 191.917 19.8644C192.119 19.3416 192.166 18.7653 192.315 18.2188C192.404 17.8861 192.553 17.5593 192.683 17.2385C192.784 17.0009 192.903 16.7692 193.016 16.5375C193.402 15.7593 193.729 14.9394 194.192 14.2028C194.881 13.1097 195.642 12.0522 196.426 11.0185C197.002 10.264 197.691 9.59866 198.612 9.26004C199.432 8.95706 199.925 9.23033 200.335 10.0026C200.84 10.9532 200.656 11.9393 200.573 12.9196C200.561 13.0919 200.371 13.3057 200.204 13.4008C198.244 14.5474 197.097 16.4009 195.957 18.2604C195.683 18.7059 195.321 19.0921 194.953 19.5673C194.994 19.6802 195.072 19.8763 195.143 20.0664C194.905 20.7495 194.668 21.4268 194.436 22.11L194.555 22.2823C195 22.1991 195.493 22.2169 195.879 22.0209C197.59 21.1476 199.266 20.2268 200.721 18.9376C201.553 18.2009 202.527 17.6366 203.353 16.894C204.761 15.6286 206.127 14.3097 207.464 12.973C209.223 11.2146 210.91 9.38479 212.68 7.64414C213.316 7.01441 214.064 6.48568 214.831 6.0223C215.229 5.78467 215.769 5.72526 216.25 5.69556C216.696 5.66585 217.201 5.75496 217.397 6.23617C217.706 7.00847 217.557 7.40651 216.91 7.88771C216.779 7.98871 216.649 8.09564 216.5 8.16693C215.044 8.85606 214.165 10.2046 213.001 11.2324C211.878 12.2186 211.011 13.4839 209.959 14.5652C208.789 15.7652 207.541 16.888 206.335 18.0524C205.593 18.7713 204.886 19.5317 204.113 20.2149C203.383 20.8565 202.593 21.4268 201.767 22.0803L201.773 22.0684Z\" fill=\"#FF0098\"/>\\n<path d=\"M125.926 24.4451C125.778 24.5105 125.635 24.5699 125.451 24.6531C125.528 24.8788 125.599 25.0689 125.689 25.3303C124.898 25.7996 124.108 26.2689 123.3 26.7502C122.403 26.3402 121.934 24.9323 122.451 24.1362C124.566 20.8866 126.675 17.631 128.802 14.3814C129.229 13.7279 129.705 13.1101 130.138 12.4566C131.404 10.5496 132.639 8.63071 133.923 6.73559C134.237 6.27221 134.635 5.85041 135.045 5.45832C135.889 4.65037 136.845 4.82265 137.451 5.81477C137.748 6.29597 137.927 6.795 137.891 7.35343C137.838 8.17326 137.576 8.87428 136.733 9.21885C136.364 9.36737 136.014 9.57529 135.616 9.77728C135.58 9.95551 135.544 10.1516 135.503 10.3832C135.194 10.508 134.885 10.6328 134.576 10.7575C134.594 10.811 134.612 10.8644 134.624 10.9179C134.843 10.9417 135.057 10.9654 135.408 11.007C134.826 11.5536 134.321 12.017 133.833 12.4922C133.655 12.6705 133.513 12.8843 133.352 13.0804C133.4 13.1279 133.447 13.1754 133.495 13.2229C133.245 13.3952 133.02 13.6388 132.74 13.7279C132.247 13.8824 132.164 14.1972 132.164 14.6487C132.164 15.1062 132.087 15.5696 132.039 16.0745C131.303 15.9676 131.107 16.3359 130.976 16.8884C130.869 17.3459 130.602 17.7677 130.388 18.231C130.186 18.2013 130.008 18.1776 129.758 18.1419C129.556 18.742 128.754 19.0806 129.063 19.9064C128.802 20.0489 128.534 20.1915 128.255 20.346C128.291 20.6371 128.32 20.8866 128.35 21.0886C128.011 21.249 127.708 21.3916 127.405 21.5401C127.423 21.6054 127.435 21.6648 127.453 21.7302C127.655 21.8015 127.857 21.8787 128.136 21.9797C127.625 22.348 126.895 22.2886 126.71 23.0372C126.895 23.0253 127.061 23.0134 127.227 23.0015C127.227 23.0431 127.251 23.1144 127.239 23.1263C126.996 23.3045 126.764 23.5362 126.485 23.6431C126.087 23.7976 125.926 24.0471 125.932 24.4511L125.944 24.4392L125.926 24.4451Z\" fill=\"#FF0098\"/>\\n<path d=\"M38.4774 16.532C38.4893 16.3598 38.5071 16.1875 38.5309 15.8964C38.2279 16.1756 37.9962 16.3954 37.7408 16.633C37.8655 16.8113 37.9547 16.936 38.0854 17.1202C37.6636 17.7143 37.218 18.3143 36.7962 18.9381C36.6002 19.2292 36.4576 19.55 36.2734 19.847C36.0477 20.2035 35.7863 20.4708 35.2872 20.3936C35.1268 20.3698 34.9427 20.5243 34.7704 20.6015C34.7823 20.655 34.7882 20.7025 34.8001 20.756C34.9664 20.7857 35.1268 20.8213 35.4179 20.8748C34.9961 21.451 34.6159 21.9679 34.2417 22.4728C33.9446 22.3659 33.7605 22.2946 33.5585 22.2233C33.4991 23.0432 32.8872 23.4828 32.4119 23.9343C32.1386 24.1957 31.9129 24.3858 31.9247 24.8076C31.402 24.9383 30.897 25.063 30.3861 25.1878C30.3742 25.1581 30.3683 25.1284 30.3564 25.0987C30.1306 25.2531 29.9049 25.4135 29.6494 25.5858C29.287 25.1403 29.2336 24.7007 29.2157 24.1779C29.1742 23.055 29.8336 22.3837 30.493 21.6293C31.2356 20.7738 31.8772 19.8292 32.5604 18.9262C33.8614 17.2093 35.1565 15.4865 36.4754 13.7815C37.3249 12.6824 38.1804 11.5774 39.0953 10.5318C39.6834 9.86647 40.3429 9.23674 41.0617 8.71989C41.7805 8.20898 42.8261 8.73177 43.0281 9.59913C43.0519 9.68824 43.0459 9.80706 43.1053 9.87241C43.545 10.3655 43.4143 10.8764 43.2539 11.4467C43.0816 12.0646 42.8202 12.421 42.2142 12.7299C41.5607 13.0626 41.1092 13.7636 40.527 14.2567C39.9032 14.7855 39.5765 15.5043 39.1725 16.1756C39.0537 16.3716 38.822 16.4964 38.6378 16.6568C38.5844 16.6152 38.525 16.5736 38.4715 16.532H38.4774ZM34.0694 21.8194C34.3605 21.6768 34.7229 21.5817 34.6278 21.1005C34.0991 21.1005 34.1466 21.5104 34.0694 21.8194ZM38.9349 15.6112C38.9587 15.6409 38.9884 15.6706 39.0121 15.7063C39.0894 15.6588 39.1666 15.6053 39.2379 15.5578L39.1191 15.4152C39.0596 15.4805 38.9943 15.5459 38.9349 15.6172V15.6112ZM36.4873 18.4628C36.4873 18.4628 36.4576 18.439 36.4457 18.4272C36.4338 18.4569 36.416 18.4866 36.4041 18.5163C36.4219 18.5163 36.4457 18.5282 36.4635 18.5163C36.4754 18.5103 36.4813 18.4806 36.4932 18.4628H36.4873ZM35.8219 19.443C35.8219 19.443 35.8219 19.4787 35.8219 19.4965C35.8457 19.4846 35.8754 19.4787 35.8991 19.4668C35.8873 19.4549 35.8813 19.4312 35.8694 19.4252C35.8576 19.4252 35.8338 19.4371 35.8219 19.443ZM40.4617 13.4191C40.4617 13.4191 40.4795 13.3834 40.4914 13.3597C40.4617 13.3715 40.432 13.3834 40.4023 13.3894C40.4201 13.3953 40.4379 13.4072 40.4617 13.4131V13.4191Z\" fill=\"#FF0098\"/>\\n<path d=\"M165.296 15.9319C164.874 16.3893 164.357 16.4487 163.763 16.1042C164.539 15.7953 165.05 15.7378 165.296 15.9319Z\" fill=\"#FF0098\"/>\\n<path d=\"M168.379 13.4311C167.773 14.1083 167.517 14.1321 167.185 13.5915C167.523 13.2766 167.874 13.1103 168.379 13.4311Z\" fill=\"#FF0098\"/>\\n<path d=\"M161.69 19.1763C161.744 19.6753 161.376 19.7822 161.031 19.9367C160.882 19.3367 160.983 19.2297 161.702 19.1882L161.69 19.1763Z\" fill=\"#FF0098\"/>\\n<path d=\"M157.05 24.1243C156.795 23.851 156.836 23.649 157.371 23.447C157.335 23.7441 157.317 23.946 157.294 24.148C157.21 24.1421 157.133 24.1302 157.05 24.1243Z\" fill=\"#FF0098\"/>\\n<path d=\"M54.2087 14.3399C54.3335 13.6448 54.6246 13.7577 54.9216 13.8825C54.9454 13.9478 54.9692 14.0191 54.9929 14.0844C54.7731 14.1557 54.5592 14.227 54.2087 14.3399Z\" fill=\"#FF0098\"/>\\n<path d=\"M134.641 27.1064C134.802 26.9994 134.968 26.8984 135.129 26.7915C135.17 26.8509 135.212 26.9044 135.253 26.9638C135.229 27.243 135.081 27.3796 134.748 27.2846L134.641 27.1004V27.1064Z\" fill=\"#FF0098\"/>\\n<path d=\"M138.657 26.3761L138.134 26.186C138.158 26.1087 138.176 26.0374 138.2 25.9602C138.378 26.0018 138.562 26.0493 138.74 26.0909C138.711 26.186 138.687 26.2869 138.657 26.382V26.3761Z\" fill=\"#FF0098\"/>\\n<path d=\"M145.305 8.94572C145.394 8.9576 145.507 8.94572 145.572 8.98731C145.667 9.05859 145.757 9.17147 145.786 9.28435C145.798 9.32593 145.608 9.48039 145.561 9.46257C145.46 9.42098 145.364 9.30811 145.311 9.20117C145.275 9.12988 145.311 9.02295 145.311 8.93384L145.299 8.94572H145.305Z\" fill=\"#FF0098\"/>\\n<path d=\"M51.6479 14.887C51.5112 14.8098 51.3805 14.7326 51.2439 14.6554L51.339 14.4712C51.4756 14.5306 51.6182 14.5841 51.7548 14.6435C51.7192 14.7266 51.6835 14.8039 51.6479 14.887Z\" fill=\"#FF0098\"/>\\n<path d=\"M49.2835 15.9854C49.1528 15.9795 49.0162 15.9676 48.8855 15.9617C48.8855 15.8904 48.8914 15.8191 48.8974 15.7478C49.0281 15.7537 49.1647 15.7597 49.2954 15.7656C49.2954 15.8369 49.2895 15.9082 49.2835 15.9854Z\" fill=\"#FF0098\"/>\\n<path d=\"M186.35 9.43286H186.635L186.647 9.5398L186.362 9.5992L186.35 9.4388V9.43286Z\" fill=\"#FF0098\"/>\\n<path d=\"M52.3022 14.4823C52.2606 14.3872 52.2071 14.3219 52.225 14.2803C52.2428 14.2387 52.326 14.2149 52.3794 14.209C52.3972 14.209 52.4567 14.2862 52.4448 14.31C52.421 14.3634 52.3675 14.405 52.3022 14.4823Z\" fill=\"#FF0098\"/>\\n<path d=\"M124.75 26.6191C124.803 26.6904 124.869 26.7439 124.863 26.7914C124.863 26.839 124.786 26.8805 124.744 26.9281C124.702 26.8865 124.631 26.839 124.625 26.7914C124.625 26.7439 124.691 26.6964 124.744 26.6191H124.75Z\" fill=\"#FF0098\"/>\\n<path d=\"M141.07 14.6904C141.111 14.7024 141.147 14.7203 141.189 14.7322C141.159 14.78 141.135 14.8277 141.105 14.8754C141.07 14.8456 141.022 14.8277 141.01 14.7919C141.004 14.762 141.046 14.7262 141.07 14.6904Z\" fill=\"#FF0098\"/>\\n<path d=\"M53.4839 14.7795C53.4126 14.6131 53.3592 14.5418 53.377 14.5181C53.4067 14.4765 53.478 14.4527 53.5374 14.4468C53.5552 14.4468 53.6027 14.5121 53.5968 14.5418C53.5849 14.6012 53.5433 14.6547 53.4839 14.7795Z\" fill=\"#FF0098\"/>\\n<path d=\"M182.912 10.5024C182.876 10.5203 182.84 10.5502 182.804 10.5442C182.78 10.5442 182.768 10.4845 182.75 10.4547C182.786 10.4368 182.822 10.4069 182.858 10.4129C182.882 10.4129 182.894 10.4666 182.912 10.5024Z\" fill=\"#FF0098\"/>\\n<path d=\"M92.0824 28.259C92.0824 28.259 92.1361 28.3187 92.1599 28.3426C92.1241 28.3605 92.0943 28.3784 92.0585 28.3903C92.0466 28.3903 92.0107 28.3545 92.0107 28.3545C92.0286 28.3187 92.0585 28.2889 92.0824 28.259Z\" fill=\"#FF0098\"/>\\n<path d=\"M125.914 24.4575C125.974 24.4815 126.04 24.4995 125.95 24.4695C126.022 24.5355 125.974 24.4935 125.926 24.4456L125.914 24.4575Z\" fill=\"#FF0098\"/>\\n<path d=\"M158.59 21.3505C158.59 21.3505 158.554 21.3505 158.536 21.3505C158.542 21.3206 158.554 21.2966 158.56 21.2666C158.578 21.2786 158.602 21.2846 158.602 21.2966C158.602 21.3086 158.59 21.3325 158.584 21.3445L158.59 21.3505Z\" fill=\"#FF0098\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-pIfwJ { background: white; }`,\".framer-pIfwJ.framer-lux5qc, .framer-pIfwJ .framer-lux5qc { display: block; }\",\".framer-pIfwJ.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1100px; }\",\".framer-pIfwJ .framer-6d5cfb { align-content: center; align-items: center; background-color: var(--token-24486c54-caad-447e-978d-74a83180cdf9, #040e2b); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 48px; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px 56px 0px 56px; position: fixed; top: 0px; width: 100%; z-index: 10; }\",\".framer-pIfwJ .framer-ydecrc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1400px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-19zyavo, .framer-pIfwJ .framer-l3ty1o { 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: min-content; }\",\".framer-pIfwJ .framer-ogu1te, .framer-pIfwJ .framer-1oynvoh, .framer-pIfwJ .framer-10h62x6, .framer-pIfwJ .framer-1p8zd7c, .framer-pIfwJ .framer-3m209d, .framer-pIfwJ .framer-1yag1oj, .framer-pIfwJ .framer-g6p5w3, .framer-pIfwJ .framer-sq9xyk, .framer-pIfwJ .framer-1pe5n88, .framer-pIfwJ .framer-1923q4k, .framer-pIfwJ .framer-1k3yfzb, .framer-pIfwJ .framer-1xjhxrp, .framer-pIfwJ .framer-4566o1, .framer-pIfwJ .framer-1fgzj8x, .framer-pIfwJ .framer-gjkr5g, .framer-pIfwJ .framer-5fr7fx { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-pIfwJ .framer-98p4dz-container, .framer-pIfwJ .framer-e23j1g-container, .framer-pIfwJ .framer-lrgba3-container, .framer-pIfwJ .framer-azdwo-container, .framer-pIfwJ .framer-1f5m4ws-container, .framer-pIfwJ .framer-mw2sk0-container, .framer-pIfwJ .framer-1wmt9ys-container, .framer-pIfwJ .framer-101w2mf-container, .framer-pIfwJ .framer-13l19pi-container, .framer-pIfwJ .framer-xif7ky-container, .framer-pIfwJ .framer-nqdz0m-container, .framer-pIfwJ .framer-kg0f76-container { flex: none; height: 28px; position: relative; width: 28px; }\",\".framer-pIfwJ .framer-ccqyf3-container { flex: none; height: auto; left: 50%; position: fixed; top: 48px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-pIfwJ .framer-agezrr { align-content: center; align-items: center; background: linear-gradient(146deg, #00bdd0 0%, rgb(1, 29, 51) 52%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-7tiiws { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(49.95366079703431% - 100% / 2); width: 100%; }\",\".framer-pIfwJ .framer-13pgoyp { flex: none; height: 1099px; left: calc(43.25000000000002% - 1241px / 2); overflow: hidden; position: absolute; top: -457px; width: 1241px; }\",\".framer-pIfwJ .framer-9353m2 { flex: none; height: 1019px; left: calc(49.95970991136183% - 1171px / 2); position: absolute; top: calc(49.95450409463151% - 1019px / 2); width: 1171px; }\",\".framer-pIfwJ .framer-49kjko { bottom: -505px; flex: none; height: 837px; left: -439px; overflow: hidden; position: absolute; width: 930px; }\",\".framer-pIfwJ .framer-v204mg { flex: none; height: 727px; left: calc(50.00000000000002% - 836px / 2); position: absolute; top: calc(49.94026284348867% - 727px / 2); width: 836px; }\",\".framer-pIfwJ .framer-aa2i8h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 100px 0px 0px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-pIfwJ .framer-v1ablk-container, .framer-pIfwJ .framer-1lsyhm0-container, .framer-pIfwJ .framer-1kgyieq-container, .framer-pIfwJ .framer-1wg5awy-container, .framer-pIfwJ .framer-19tt2uf-container, .framer-pIfwJ .framer-13inhj1-container, .framer-pIfwJ .framer-ouiokr-container, .framer-pIfwJ .framer-1l2lbxi-container, .framer-pIfwJ .framer-1nspr8h-container, .framer-pIfwJ .framer-exzcq2-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-pIfwJ .framer-pwzdrw { 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; left: 50%; max-width: 1500px; overflow: hidden; padding: 0px 0px 0px 48px; position: absolute; top: 275px; transform: translateX(-50%); width: 100%; z-index: 1; }\",\".framer-pIfwJ .framer-76227e, .framer-pIfwJ .framer-1pgfar4, .framer-pIfwJ .framer-10lpwhh { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-pIfwJ .framer-1kkker2 { 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; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-pIfwJ .framer-1wl0pp4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-pIfwJ .framer-zepeov, .framer-pIfwJ .framer-165dd64, .framer-pIfwJ .framer-ck3n54, .framer-pIfwJ .framer-1u6mq13, .framer-pIfwJ .framer-1bphos8, .framer-pIfwJ .framer-1kjxugi, .framer-pIfwJ .framer-16zxo5b, .framer-pIfwJ .framer-1c6vi52, .framer-pIfwJ .framer-1un76c7 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-pIfwJ .framer-hlqs88, .framer-pIfwJ .framer-3ht2j7 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 390px; word-break: break-word; word-wrap: break-word; }\",\".framer-pIfwJ .framer-gxx8p9 { align-content: center; align-items: center; background: linear-gradient(193deg, #012442 0%, rgb(1, 36, 66) 33%, rgb(1, 36, 66) 67%, rgb(1, 36, 66) 100%); background-color: #012442; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 56px 0px 56px 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-b13ti0 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-pIfwJ .framer-4v0gap { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-1lstci4 { 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: min-content; }\",\".framer-pIfwJ .framer-1um14io { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-pIfwJ .framer-xh5fvu { align-content: center; align-items: center; background: linear-gradient(181deg, #bae9f1 -44.996406570841714%, rgb(222, 223, 241) 16.209876543209475%, rgb(244, 244, 246) 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: 100px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 96px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-1ajma99-container { flex: 1 0 0px; height: 100%; max-width: 1250px; position: relative; width: 1px; }\",\".framer-pIfwJ .framer-19c2qmk { height: 20px; opacity: 0.5; overflow: visible; position: relative; width: 135px; }\",\".framer-pIfwJ .framer-zfvzu2 { flex: none; height: 27px; left: calc(49.629629629629655% - 135px / 2); position: absolute; top: calc(65.00000000000003% - 27px / 2); width: 135px; }\",\".framer-pIfwJ .framer-w35szt { height: 21px; opacity: 0.5; overflow: visible; position: relative; width: 115px; }\",\".framer-pIfwJ .framer-7junuh { flex: none; height: 28px; left: calc(49.56521739130437% - 115px / 2); position: absolute; top: calc(66.66666666666669% - 28px / 2); width: 115px; }\",\".framer-pIfwJ .framer-1tq5wtc { height: 21px; opacity: 0.5; position: relative; width: 140px; }\",\".framer-pIfwJ .framer-1v68s1f { height: 21px; opacity: 0.5; position: relative; width: 60px; }\",\".framer-pIfwJ .framer-1qw7oy6 { height: 22px; opacity: 0.5; position: relative; width: 88px; }\",\".framer-pIfwJ .framer-1p412cq { height: 19px; opacity: 0.5; position: relative; width: 67px; }\",\".framer-pIfwJ .framer-1qd7gcd { align-content: center; align-items: center; background: linear-gradient(192deg, #bae9f1 -25.96657551072062%, rgb(222, 223, 241) 9.741539174554688%, rgb(244, 244, 246) 40.398672070852044%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: center; overflow: hidden; padding: 56px 0px 64px 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-1emb5nl { 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: 1500px; overflow: hidden; padding: 0px 96px 0px 96px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-15dsaqu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-pl3k87 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: 47px; max-width: 100%; position: relative; white-space: pre-wrap; width: 174px; word-break: break-word; word-wrap: break-word; }\",\".framer-pIfwJ .framer-15dhe8f { flex: none; height: 76px; position: relative; width: 259px; }\",\".framer-pIfwJ .framer-qh9i06 { display: grid; flex: none; gap: 56px; grid-auto-rows: 200px; grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(1, 200px); height: 135px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-11hfxl0, .framer-pIfwJ .framer-ag44hc { --framer-paragraph-spacing: 0px; align-self: start; flex: none; height: auto; justify-self: start; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-pIfwJ .framer-18s22sx { 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: 1400px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-x2a5zv { display: grid; flex: none; gap: 16px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-1szaj7r-container, .framer-pIfwJ .framer-t3gbbs-container, .framer-pIfwJ .framer-652i3i-container, .framer-pIfwJ .framer-wq5lcx-container, .framer-pIfwJ .framer-sl6rhx-container, .framer-pIfwJ .framer-7i952u-container { align-self: start; flex: none; height: 273px; justify-self: start; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-16wytzo { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1500px; overflow: hidden; padding: 64px 0px 64px 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-13v3p5g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 96px 0px 96px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-1orbzbn, .framer-pIfwJ .framer-tgdtp { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 60%; word-break: break-word; word-wrap: break-word; }\",\".framer-pIfwJ .framer-1fpp7eb, .framer-pIfwJ .framer-vcffcy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 96px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-1gm448g, .framer-pIfwJ .framer-vk15oc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-pIfwJ .framer-1lx9ast, .framer-pIfwJ .framer-1sjc1y7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 56px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-pIfwJ .framer-atzvoo, .framer-pIfwJ .framer-15wbrlb, .framer-pIfwJ .framer-10y4v1h, .framer-pIfwJ .framer-9abi2t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-pIfwJ .framer-1k92ini { aspect-ratio: 3.2857142857142856 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 56px); position: relative; width: 184px; }\",\".framer-pIfwJ .framer-aw8u3o, .framer-pIfwJ .framer-14vtd4f, .framer-pIfwJ .framer-15xvw4r, .framer-pIfwJ .framer-1n9rzty, .framer-pIfwJ .framer-1ucpcd1, .framer-pIfwJ .framer-cfmtwo, .framer-pIfwJ .framer-1hn6cmc, .framer-pIfwJ .framer-8o43dd, .framer-pIfwJ .framer-1432qam, .framer-pIfwJ .framer-w5lv66, .framer-pIfwJ .framer-i2ek78, .framer-pIfwJ .framer-1jdv19h, .framer-pIfwJ .framer-1k0ib7l, .framer-pIfwJ .framer-1q9mrkt, .framer-pIfwJ .framer-1k93tkf, .framer-pIfwJ .framer-1kei0yp { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-pIfwJ .framer-15dnd85, .framer-pIfwJ .framer-1ktelus { aspect-ratio: 1 / 1; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: hidden; position: relative; width: 48px; will-change: var(--framer-will-change-override, transform); }\",\".framer-pIfwJ .framer-zq67xx, .framer-pIfwJ .framer-gmtbcd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 56px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-pIfwJ .framer-1lasxn1, .framer-pIfwJ .framer-227kxv { align-content: center; align-items: center; background: linear-gradient(230deg, #bae9f1 -24.68849054271986%, rgb(222, 223, 241) 9.741539174554688%, rgb(244, 244, 246) 64.13233583959473%); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 56px; justify-content: center; overflow: hidden; padding: 16px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-pIfwJ .framer-1y1tbwm-container, .framer-pIfwJ .framer-v057ci-container, .framer-pIfwJ .framer-10nzlv7-container, .framer-pIfwJ .framer-1ci94gy-container, .framer-pIfwJ .framer-24a5p8-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-m0exzu, .framer-pIfwJ .framer-1waz6sl, .framer-pIfwJ .framer-ddpdvo, .framer-pIfwJ .framer-1f32kqo, .framer-pIfwJ .framer-1pn1322, .framer-pIfwJ .framer-1gf6npm { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 167px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 318px; will-change: var(--framer-will-change-override, transform); }\",\".framer-pIfwJ .framer-1f97n8j, .framer-pIfwJ .framer-w42e3v { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 167px; justify-content: center; overflow: hidden; padding: 0px 48px 0px 0px; position: relative; width: min-content; }\",\".framer-pIfwJ .framer-tyh6r7, .framer-pIfwJ .framer-hn9vvu { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 167px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 318px; will-change: var(--framer-will-change-override, transform); }\",\".framer-pIfwJ .framer-umlf3h, .framer-pIfwJ .framer-1u9mu9o { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-pIfwJ .framer-1a8s76e { flex: none; height: 57px; position: relative; width: 162px; }\",\".framer-pIfwJ .framer-fj6poh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 96px 0px 96px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-12cv4bs { 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-pIfwJ .framer-156xuqf { align-content: center; align-items: center; background: linear-gradient(185deg, #bae9f1 -25.96657551072062%, rgb(222, 223, 241) 9.741539174554688%, rgb(244, 244, 246) 64.13233583959473%); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 172px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-pIfwJ .framer-4m3dyj { flex: none; height: 53px; overflow: visible; position: relative; width: 261px; }\",\".framer-pIfwJ .framer-1f7u1wv { bottom: -6px; flex: none; height: 51px; left: calc(50.19157088122608% - 258px / 2); position: absolute; width: 258px; }\",\".framer-pIfwJ .framer-1l95u1a, .framer-pIfwJ .framer-1k4sczp { aspect-ratio: 1 / 1; background-color: var(--token-24486c54-caad-447e-978d-74a83180cdf9, #040e2b); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; flex: none; height: var(--framer-aspect-ratio-supported, 4px); overflow: hidden; position: relative; width: 4px; will-change: var(--framer-will-change-override, transform); }\",\".framer-pIfwJ .framer-15fiyq9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 708px; justify-content: center; overflow: hidden; padding: 60px 60px 24px 60px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-1i66mxh, .framer-pIfwJ .framer-7s3cu1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-1bvegte, .framer-pIfwJ .framer-1rp7yzi { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 172px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-pIfwJ .framer-eoi5rp, .framer-pIfwJ .framer-14d93y1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 64px 0px 64px; position: relative; width: 1px; }\",\".framer-pIfwJ .framer-y4cjbi, .framer-pIfwJ .framer-1bfzzq8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 370px; }\",\".framer-pIfwJ .framer-1qqzwi9, .framer-pIfwJ .framer-1hjpwfj, .framer-pIfwJ .framer-1uyfgeu, .framer-pIfwJ .framer-cn6xiv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-pIfwJ .framer-1ggso9l { flex: none; height: 42px; overflow: hidden; position: relative; width: 247px; }\",\".framer-pIfwJ .framer-3xl704, .framer-pIfwJ .framer-82ydwh, .framer-pIfwJ .framer-176tvmx, .framer-pIfwJ .framer-1hg5dii { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-pIfwJ .framer-18ir6ow, .framer-pIfwJ .framer-2lmoc7 { 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; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-vgx2p7, .framer-pIfwJ .framer-p6yyu1, .framer-pIfwJ .framer-nezlk, .framer-pIfwJ .framer-1u165r6, .framer-pIfwJ .framer-1jek359, .framer-pIfwJ .framer-1gsh48d, .framer-pIfwJ .framer-buth07, .framer-pIfwJ .framer-1gj0iib, .framer-pIfwJ .framer-po323v, .framer-pIfwJ .framer-tpuamd { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 550px; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-pIfwJ .framer-dxfnfi, .framer-pIfwJ .framer-fq4mp9 { align-content: center; align-items: center; background-color: rgba(4, 14, 43, 0.8); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1400px; overflow: hidden; padding: 24px; position: relative; width: 980px; will-change: var(--framer-will-change-override, transform); }\",\".framer-pIfwJ .framer-3fn8in-container, .framer-pIfwJ .framer-1f8noho-container { flex: none; height: 137px; position: relative; width: 609px; }\",'.framer-pIfwJ .framer-17ms2jw { align-content: center; align-items: center; background: linear-gradient(193deg, var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, #00f3ff) /* {\"name\":\"Primary Cyan\"} */ -18%, var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43)) /* {\"name\":\"Dark Navy\"} */ 14.69017235008446%, var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43)) /* {\"name\":\"Dark Navy\"} */ 85.49375791807434%, var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255)) /* {\"name\":\"Primary Cyan\"} */ 115.99999999999999%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: center; overflow: hidden; padding: 72px 0px 72px 0px; position: relative; width: 100%; }',\".framer-pIfwJ .framer-h9x3uw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1000px; }\",\".framer-pIfwJ .framer-l6gey6, .framer-pIfwJ .framer-jvt328 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 48px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-pIfwJ .framer-1q947nm, .framer-pIfwJ .framer-142foq9, .framer-pIfwJ .framer-ie2tyn { flex: none; height: 43px; overflow: hidden; position: relative; width: 200px; }\",\".framer-pIfwJ .framer-1bwunef, .framer-pIfwJ .framer-1lpf0sc { align-content: center; align-items: center; background-color: rgba(0, 243, 255, 0.1); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 48px; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-pIfwJ .framer-1wompsm, .framer-pIfwJ .framer-g8sfv4, .framer-pIfwJ .framer-iglp30, .framer-pIfwJ .framer-1h9oypy, .framer-pIfwJ .framer-xzswi8, .framer-pIfwJ .framer-1mciluv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-1eqwjj4, .framer-pIfwJ .framer-fbzxnm { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 50%; word-break: break-word; word-wrap: break-word; }\",\".framer-pIfwJ .framer-1elhaqb-container, .framer-pIfwJ .framer-10aoqol-container, .framer-pIfwJ .framer-1n2s42k-container, .framer-pIfwJ .framer-1d1fm5i-container { flex: none; height: 48px; position: relative; width: auto; }\",\".framer-pIfwJ .framer-s3jty2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 672px; }\",\".framer-pIfwJ .framer-vmxusu { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 368px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-pIfwJ .framer-db2tk8-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-wdpdfj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1600px; overflow: visible; padding: 0px 0px 0px 96px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-zotgc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 96px 0px 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-baq5fn { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-pIfwJ .framer-1j0bh9o-container, .framer-pIfwJ .framer-6eetqq-container, .framer-pIfwJ .framer-auyey6-container { height: auto; position: relative; width: auto; }\",\".framer-pIfwJ .framer-ku91ew { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 48px 0px 0px; position: relative; width: min-content; }\",\".framer-pIfwJ .framer-1y8z6yo, .framer-pIfwJ .framer-1cj34u1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1400px; overflow: visible; padding: 0px 60px 0px 60px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-19kpdh1 { display: grid; flex: none; gap: 16px; grid-auto-rows: min-content; grid-template-columns: repeat(6, minmax(96px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-ikf8vn, .framer-pIfwJ .framer-u0rgn6, .framer-pIfwJ .framer-14x12zl, .framer-pIfwJ .framer-1rrhhlz, .framer-pIfwJ .framer-1on43o, .framer-pIfwJ .framer-1grpz2a { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-c12hzu, .framer-pIfwJ .framer-1eb8hqw, .framer-pIfwJ .framer-1vwt3ht, .framer-pIfwJ .framer-1x8f0rg, .framer-pIfwJ .framer-5s0hm5, .framer-pIfwJ .framer-dfz8nl, .framer-pIfwJ .framer-1hxu8ch, .framer-pIfwJ .framer-1uduimv, .framer-pIfwJ .framer-17umr69 { aspect-ratio: 1 / 1; background-color: #1e2741; border-bottom-left-radius: 72px; border-bottom-right-radius: 72px; border-top-left-radius: 72px; border-top-right-radius: 72px; flex: none; height: var(--framer-aspect-ratio-supported, 84px); overflow: hidden; position: relative; width: 84px; will-change: var(--framer-will-change-override, transform); }\",\".framer-pIfwJ .framer-10bazce, .framer-pIfwJ .framer-1vfbt2l, .framer-pIfwJ .framer-lwtzid, .framer-pIfwJ .framer-1oclb6q, .framer-pIfwJ .framer-pntq7o, .framer-pIfwJ .framer-t5886h, .framer-pIfwJ .framer-18ls1w1 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); left: 50%; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 30px; }\",\".framer-pIfwJ .framer-1w822o0 { bottom: 2px; flex: none; left: 6px; position: absolute; right: 7px; top: 3px; }\",\".framer-pIfwJ .framer-10uk13c { bottom: 6px; flex: none; left: 2px; position: absolute; right: 3px; top: 5px; }\",\".framer-pIfwJ .framer-csv88l, .framer-pIfwJ .framer-pecb6o { bottom: 8px; flex: none; left: 0px; position: absolute; right: 1px; top: 8px; }\",\".framer-pIfwJ .framer-thzulq { bottom: 8px; flex: none; left: 1px; position: absolute; right: 2px; top: 7px; }\",\".framer-pIfwJ .framer-1flmidk { bottom: 4px; flex: none; left: 8px; position: absolute; right: 9px; top: 3px; }\",\".framer-pIfwJ .framer-1kljrdg { bottom: 3px; flex: none; left: 3px; position: absolute; right: 5px; top: 3px; }\",\".framer-pIfwJ .framer-1pv30no { 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: 1400px; overflow: visible; padding: 0px 0px 0px 60px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-14c1q11 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 60px 0px 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-nox3ts-container, .framer-pIfwJ .framer-pyvbh8-container, .framer-pIfwJ .framer-vkbti7-container, .framer-pIfwJ .framer-1hgat7t-container, .framer-pIfwJ .framer-eu43n-container { height: 550px; position: relative; width: 380px; }\",\".framer-pIfwJ .framer-1o1td7c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 160px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-9jwox, .framer-pIfwJ .framer-15l4yq1, .framer-pIfwJ .framer-21txc0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 84px; }\",\".framer-pIfwJ .framer-a08dh5, .framer-pIfwJ .framer-n0lqk2 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); left: 50%; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 36px; }\",\".framer-pIfwJ .framer-8nxrd6 { bottom: 4px; flex: none; left: 3px; position: absolute; right: 3px; top: 3px; }\",\".framer-pIfwJ .framer-1y3w5km { bottom: 4px; flex: none; left: 3px; position: absolute; right: 4px; top: 3px; }\",\".framer-pIfwJ .framer-1oh8tnq { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-pIfwJ .framer-wyhd7c { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 500px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 900px; will-change: var(--framer-will-change-override, transform); }\",\".framer-pIfwJ .framer-1jqm1lx { -webkit-backdrop-filter: blur(10px); align-content: center; align-items: center; backdrop-filter: blur(10px); background-color: rgba(4, 8, 23, 0.7); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 32px; position: relative; width: 712px; will-change: var(--framer-will-change-override, transform); }\",\".framer-pIfwJ .framer-1ns8dge, .framer-pIfwJ .framer-1k52hmr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-1je49q, .framer-pIfwJ .framer-72uyep, .framer-pIfwJ .framer-ufewro, .framer-pIfwJ .framer-1l8aa29 { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-pIfwJ .framer-1x8d1ew { align-content: center; align-items: center; aspect-ratio: 2.17877094972067 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 92px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-1gch7s1 { -webkit-backdrop-filter: blur(10px); align-content: center; align-items: center; backdrop-filter: blur(10px); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-pIfwJ .framer-l3wn67 { align-content: center; align-items: center; background-color: rgba(0, 243, 255, 0.1); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 48px; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-pIfwJ .framer-tiey5u { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-pIfwJ .framer-1ota3zd-container { flex: none; height: 48px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-i21h0i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 697px; justify-content: center; overflow: hidden; padding: 60px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-1va69ur { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 340px; }\",\".framer-pIfwJ .framer-zv5gru, .framer-pIfwJ .framer-qrqtwj { flex: none; height: 89px; overflow: hidden; position: relative; width: 239px; }\",\".framer-pIfwJ .framer-jf0oik, .framer-pIfwJ .framer-1pthbjq { flex: none; height: 39px; left: calc(49.372384937238515% - 218px / 2); position: absolute; top: calc(47.191011235955074% - 39px / 2); width: 218px; }\",\".framer-pIfwJ .framer-fl3rvq { align-content: center; align-items: center; background: linear-gradient(185deg, #bae9f1 -25.96657551072062%, rgb(222, 223, 241) 20.0781126526249%, rgb(244, 244, 246) 64.13233583959473%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 56px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-4t620u, .framer-pIfwJ .framer-1sz1az3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-15sg975 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 600px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-pIfwJ .framer-1heflr8 { aspect-ratio: 0.675 / 1; flex: none; height: 100%; position: relative; width: var(--framer-aspect-ratio-supported, 405px); }\",\".framer-pIfwJ .framer-tcyqz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 119px; }\",\".framer-pIfwJ .framer-5cnnyf { aspect-ratio: 1.0103093309800906 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 92px); position: relative; width: 93px; }\",\".framer-pIfwJ .framer-1mml1oa { aspect-ratio: 1.3240740461292053 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 103px); position: relative; width: 136px; }\",\".framer-pIfwJ .framer-1a5l2tk { aspect-ratio: 0.9797980028218518 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 94px); position: relative; width: 92px; }\",\".framer-pIfwJ .framer-uglxbt, .framer-pIfwJ .framer-1o0753x { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-pIfwJ .framer-baq57v { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; padding: 48px; position: relative; width: 1px; }\",\".framer-pIfwJ .framer-7avahd, .framer-pIfwJ .framer-1royyff { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-pIfwJ .framer-1qfhemu { align-content: flex-start; align-items: flex-start; display: flex; flex: 400 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 2018px; padding: 48px; position: relative; width: 1px; }\",\".framer-pIfwJ .framer-werj81 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 600px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-pIfwJ .framer-y5cgna { aspect-ratio: 1.1912479740680713 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 415px); position: relative; width: 100%; }\",'.framer-pIfwJ .framer-252mbi { align-content: center; align-items: center; background: linear-gradient(193deg, var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, #00f3ff) /* {\"name\":\"Primary Cyan\"} */ -18%, var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43)) /* {\"name\":\"Dark Navy\"} */ 14.69017235008446%, var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43)) /* {\"name\":\"Dark Navy\"} */ 85.49375791807434%, var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255)) /* {\"name\":\"Primary Cyan\"} */ 115.99999999999999%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 64px 0px; position: relative; scroll-margin-top: 100px; width: 100%; }',\".framer-pIfwJ .framer-12l9xux { flex: none; height: 117px; position: relative; width: 398px; }\",\".framer-pIfwJ .framer-1r4nmpw, .framer-pIfwJ .framer-16dmw76, .framer-pIfwJ .framer-287fmb, .framer-pIfwJ .framer-2v6u82 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1500px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-x6i7hl { aspect-ratio: 2.9375 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 80px); position: relative; width: 235px; }\",\".framer-pIfwJ .framer-1yio8ft { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 930px; }\",\".framer-pIfwJ .framer-hdizg9-container, .framer-pIfwJ .framer-1r2ucss-container, .framer-pIfwJ .framer-19sra0n-container { flex: none; height: 560px; position: relative; width: 321px; }\",\".framer-pIfwJ .framer-3j8qjb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 400px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-pIfwJ .framer-14ty8bs, .framer-pIfwJ .framer-2leoze, .framer-pIfwJ .framer-191ic4x, .framer-pIfwJ .framer-6cpcph { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-pIfwJ .framer-2p7ujs-container, .framer-pIfwJ .framer-1u460kz-container { flex: none; height: 164px; position: relative; width: 286px; }\",\".framer-pIfwJ .framer-31a60f, .framer-pIfwJ .framer-1scraao, .framer-pIfwJ .framer-gzaqiz, .framer-pIfwJ .framer-um6686 { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.6; position: relative; white-space: pre-wrap; width: 286px; word-break: break-word; word-wrap: break-word; }\",\".framer-pIfwJ .framer-10axrsh-container, .framer-pIfwJ .framer-qaz0mu-container { flex: none; height: auto; max-width: 1234px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-1k5fh1x-container, .framer-pIfwJ .framer-bmfnzj-container { height: 560px; position: relative; width: 321px; }\",\".framer-pIfwJ .framer-727ji2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 326px; }\",\".framer-pIfwJ .framer-1j6ktz7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 400px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 286px; }\",\".framer-pIfwJ .framer-cyv50d { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 164px; position: relative; width: 286px; }\",\".framer-pIfwJ .framer-1avckie { bottom: 72px; flex: none; left: 105px; position: absolute; right: 106px; top: 44px; z-index: 1; }\",\".framer-pIfwJ .framer-4ita24 { aspect-ratio: 1.7396747879342298 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: var(--framer-aspect-ratio-supported, 164px); position: relative; width: 286px; }\",\".framer-pIfwJ .framer-88cyn { flex: none; height: 77px; left: calc(49.650349650349675% - 75px / 2); position: absolute; top: 44px; width: 75px; z-index: 1; }\",\".framer-pIfwJ .framer-1cu5c0m { aspect-ratio: 4.125 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 80px); position: relative; width: 330px; }\",\".framer-pIfwJ .framer-ds7oos { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 90%; }\",\".framer-pIfwJ .framer-1267a3s-container, .framer-pIfwJ .framer-1pp8jw2-container, .framer-pIfwJ .framer-1j9j9ma-container, .framer-pIfwJ .framer-rltykg-container { height: auto; position: relative; width: 321px; }\",\".framer-pIfwJ .framer-mckf2 { aspect-ratio: 3.8875 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 80px); position: relative; width: 311px; }\",\".framer-pIfwJ .framer-1w2ovgs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-6awba8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 288px; }\",\".framer-pIfwJ .framer-8ni6cq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 557px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-pIfwJ .framer-1lk811u { align-content: center; align-items: center; background: linear-gradient(146deg, #041731 0%, rgb(4, 57, 84) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-1w0vhlp-container, .framer-pIfwJ .framer-1k5zhkp-container { flex: none; height: 208px; position: relative; width: 352px; }\",\".framer-pIfwJ .framer-1obw37t { align-content: center; align-items: center; background: linear-gradient(146deg, #9b1166 0%, rgb(241, 3, 145) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-kx3kdi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 400px; }\",\".framer-pIfwJ .framer-1xlcarr, .framer-pIfwJ .framer-a8k5lh { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.3); --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: rgba(255, 255, 255, 0.1); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 56px; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-pIfwJ .framer-kkonr4-container { flex: none; height: 56px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-1ydet75, .framer-pIfwJ .framer-k8rkxg { align-content: center; align-items: center; background-color: var(--token-24486c54-caad-447e-978d-74a83180cdf9, #040e2b); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 56px 32px 56px 32px; position: relative; width: 100%; }\",\".framer-pIfwJ .framer-z2tmaq, .framer-pIfwJ .framer-rm7s93 { -webkit-backdrop-filter: blur(10px); align-content: center; align-items: center; backdrop-filter: blur(10px); background-color: rgba(4, 14, 43, 0.7); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-pIfwJ .framer-154xnju { flex: none; height: 42px; position: relative; width: 247px; }\",\".framer-pIfwJ .framer-rekkh4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: 78px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 340px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-pIfwJ.framer-72rtr7, .framer-pIfwJ .framer-6d5cfb, .framer-pIfwJ .framer-19zyavo, .framer-pIfwJ .framer-l3ty1o, .framer-pIfwJ .framer-agezrr, .framer-pIfwJ .framer-aa2i8h, .framer-pIfwJ .framer-pwzdrw, .framer-pIfwJ .framer-1kkker2, .framer-pIfwJ .framer-1wl0pp4, .framer-pIfwJ .framer-gxx8p9, .framer-pIfwJ .framer-b13ti0, .framer-pIfwJ .framer-4v0gap, .framer-pIfwJ .framer-1lstci4, .framer-pIfwJ .framer-1um14io, .framer-pIfwJ .framer-xh5fvu, .framer-pIfwJ .framer-1qd7gcd, .framer-pIfwJ .framer-1emb5nl, .framer-pIfwJ .framer-15dsaqu, .framer-pIfwJ .framer-18s22sx, .framer-pIfwJ .framer-16wytzo, .framer-pIfwJ .framer-13v3p5g, .framer-pIfwJ .framer-1fpp7eb, .framer-pIfwJ .framer-1gm448g, .framer-pIfwJ .framer-1lx9ast, .framer-pIfwJ .framer-atzvoo, .framer-pIfwJ .framer-zq67xx, .framer-pIfwJ .framer-15wbrlb, .framer-pIfwJ .framer-1lasxn1, .framer-pIfwJ .framer-m0exzu, .framer-pIfwJ .framer-1waz6sl, .framer-pIfwJ .framer-ddpdvo, .framer-pIfwJ .framer-1f97n8j, .framer-pIfwJ .framer-tyh6r7, .framer-pIfwJ .framer-vcffcy, .framer-pIfwJ .framer-vk15oc, .framer-pIfwJ .framer-1sjc1y7, .framer-pIfwJ .framer-10y4v1h, .framer-pIfwJ .framer-gmtbcd, .framer-pIfwJ .framer-9abi2t, .framer-pIfwJ .framer-227kxv, .framer-pIfwJ .framer-1f32kqo, .framer-pIfwJ .framer-1pn1322, .framer-pIfwJ .framer-1gf6npm, .framer-pIfwJ .framer-w42e3v, .framer-pIfwJ .framer-hn9vvu, .framer-pIfwJ .framer-fj6poh, .framer-pIfwJ .framer-12cv4bs, .framer-pIfwJ .framer-156xuqf, .framer-pIfwJ .framer-15fiyq9, .framer-pIfwJ .framer-1i66mxh, .framer-pIfwJ .framer-1bvegte, .framer-pIfwJ .framer-eoi5rp, .framer-pIfwJ .framer-y4cjbi, .framer-pIfwJ .framer-18ir6ow, .framer-pIfwJ .framer-17ms2jw, .framer-pIfwJ .framer-h9x3uw, .framer-pIfwJ .framer-l6gey6, .framer-pIfwJ .framer-1bwunef, .framer-pIfwJ .framer-1wompsm, .framer-pIfwJ .framer-s3jty2, .framer-pIfwJ .framer-vmxusu, .framer-pIfwJ .framer-wdpdfj, .framer-pIfwJ .framer-ku91ew, .framer-pIfwJ .framer-1y8z6yo, .framer-pIfwJ .framer-ikf8vn, .framer-pIfwJ .framer-u0rgn6, .framer-pIfwJ .framer-14x12zl, .framer-pIfwJ .framer-1rrhhlz, .framer-pIfwJ .framer-1on43o, .framer-pIfwJ .framer-1grpz2a, .framer-pIfwJ .framer-1pv30no, .framer-pIfwJ .framer-14c1q11, .framer-pIfwJ .framer-1cj34u1, .framer-pIfwJ .framer-1o1td7c, .framer-pIfwJ .framer-9jwox, .framer-pIfwJ .framer-15l4yq1, .framer-pIfwJ .framer-21txc0, .framer-pIfwJ .framer-1oh8tnq, .framer-pIfwJ .framer-wyhd7c, .framer-pIfwJ .framer-1jqm1lx, .framer-pIfwJ .framer-jvt328, .framer-pIfwJ .framer-1lpf0sc, .framer-pIfwJ .framer-1ns8dge, .framer-pIfwJ .framer-g8sfv4, .framer-pIfwJ .framer-1x8d1ew, .framer-pIfwJ .framer-1gch7s1, .framer-pIfwJ .framer-iglp30, .framer-pIfwJ .framer-l3wn67, .framer-pIfwJ .framer-1k52hmr, .framer-pIfwJ .framer-i21h0i, .framer-pIfwJ .framer-7s3cu1, .framer-pIfwJ .framer-1rp7yzi, .framer-pIfwJ .framer-14d93y1, .framer-pIfwJ .framer-1va69ur, .framer-pIfwJ .framer-2lmoc7, .framer-pIfwJ .framer-fl3rvq, .framer-pIfwJ .framer-4t620u, .framer-pIfwJ .framer-15sg975, .framer-pIfwJ .framer-tcyqz, .framer-pIfwJ .framer-uglxbt, .framer-pIfwJ .framer-baq57v, .framer-pIfwJ .framer-1sz1az3, .framer-pIfwJ .framer-1o0753x, .framer-pIfwJ .framer-1qfhemu, .framer-pIfwJ .framer-werj81, .framer-pIfwJ .framer-252mbi, .framer-pIfwJ .framer-1r4nmpw, .framer-pIfwJ .framer-16dmw76, .framer-pIfwJ .framer-1h9oypy, .framer-pIfwJ .framer-1yio8ft, .framer-pIfwJ .framer-3j8qjb, .framer-pIfwJ .framer-14ty8bs, .framer-pIfwJ .framer-2leoze, .framer-pIfwJ .framer-727ji2, .framer-pIfwJ .framer-1j6ktz7, .framer-pIfwJ .framer-191ic4x, .framer-pIfwJ .framer-6cpcph, .framer-pIfwJ .framer-287fmb, .framer-pIfwJ .framer-ds7oos, .framer-pIfwJ .framer-2v6u82, .framer-pIfwJ .framer-1w2ovgs, .framer-pIfwJ .framer-6awba8, .framer-pIfwJ .framer-8ni6cq, .framer-pIfwJ .framer-1lk811u, .framer-pIfwJ .framer-1obw37t, .framer-pIfwJ .framer-kx3kdi, .framer-pIfwJ .framer-1xlcarr, .framer-pIfwJ .framer-a8k5lh, .framer-pIfwJ .framer-1ydet75, .framer-pIfwJ .framer-z2tmaq, .framer-pIfwJ .framer-1bfzzq8, .framer-pIfwJ .framer-xzswi8, .framer-pIfwJ .framer-k8rkxg, .framer-pIfwJ .framer-rm7s93, .framer-pIfwJ .framer-1mciluv, .framer-pIfwJ .framer-rekkh4 { gap: 0px; } .framer-pIfwJ.framer-72rtr7 > *, .framer-pIfwJ .framer-agezrr > *, .framer-pIfwJ .framer-1oh8tnq > *, .framer-pIfwJ .framer-fl3rvq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-pIfwJ.framer-72rtr7 > :first-child, .framer-pIfwJ .framer-6d5cfb > :first-child, .framer-pIfwJ .framer-agezrr > :first-child, .framer-pIfwJ .framer-pwzdrw > :first-child, .framer-pIfwJ .framer-1kkker2 > :first-child, .framer-pIfwJ .framer-1wl0pp4 > :first-child, .framer-pIfwJ .framer-b13ti0 > :first-child, .framer-pIfwJ .framer-4v0gap > :first-child, .framer-pIfwJ .framer-1um14io > :first-child, .framer-pIfwJ .framer-1qd7gcd > :first-child, .framer-pIfwJ .framer-1emb5nl > :first-child, .framer-pIfwJ .framer-18s22sx > :first-child, .framer-pIfwJ .framer-16wytzo > :first-child, .framer-pIfwJ .framer-13v3p5g > :first-child, .framer-pIfwJ .framer-1fpp7eb > :first-child, .framer-pIfwJ .framer-1lasxn1 > :first-child, .framer-pIfwJ .framer-m0exzu > :first-child, .framer-pIfwJ .framer-1waz6sl > :first-child, .framer-pIfwJ .framer-ddpdvo > :first-child, .framer-pIfwJ .framer-tyh6r7 > :first-child, .framer-pIfwJ .framer-vcffcy > :first-child, .framer-pIfwJ .framer-227kxv > :first-child, .framer-pIfwJ .framer-1f32kqo > :first-child, .framer-pIfwJ .framer-1pn1322 > :first-child, .framer-pIfwJ .framer-1gf6npm > :first-child, .framer-pIfwJ .framer-hn9vvu > :first-child, .framer-pIfwJ .framer-fj6poh > :first-child, .framer-pIfwJ .framer-15fiyq9 > :first-child, .framer-pIfwJ .framer-1bvegte > :first-child, .framer-pIfwJ .framer-eoi5rp > :first-child, .framer-pIfwJ .framer-18ir6ow > :first-child, .framer-pIfwJ .framer-17ms2jw > :first-child, .framer-pIfwJ .framer-h9x3uw > :first-child, .framer-pIfwJ .framer-1wompsm > :first-child, .framer-pIfwJ .framer-s3jty2 > :first-child, .framer-pIfwJ .framer-vmxusu > :first-child, .framer-pIfwJ .framer-wdpdfj > :first-child, .framer-pIfwJ .framer-1y8z6yo > :first-child, .framer-pIfwJ .framer-ikf8vn > :first-child, .framer-pIfwJ .framer-u0rgn6 > :first-child, .framer-pIfwJ .framer-14x12zl > :first-child, .framer-pIfwJ .framer-1rrhhlz > :first-child, .framer-pIfwJ .framer-1on43o > :first-child, .framer-pIfwJ .framer-1grpz2a > :first-child, .framer-pIfwJ .framer-1pv30no > :first-child, .framer-pIfwJ .framer-14c1q11 > :first-child, .framer-pIfwJ .framer-1cj34u1 > :first-child, .framer-pIfwJ .framer-9jwox > :first-child, .framer-pIfwJ .framer-15l4yq1 > :first-child, .framer-pIfwJ .framer-21txc0 > :first-child, .framer-pIfwJ .framer-1oh8tnq > :first-child, .framer-pIfwJ .framer-1jqm1lx > :first-child, .framer-pIfwJ .framer-1ns8dge > :first-child, .framer-pIfwJ .framer-g8sfv4 > :first-child, .framer-pIfwJ .framer-1gch7s1 > :first-child, .framer-pIfwJ .framer-iglp30 > :first-child, .framer-pIfwJ .framer-1k52hmr > :first-child, .framer-pIfwJ .framer-i21h0i > :first-child, .framer-pIfwJ .framer-1rp7yzi > :first-child, .framer-pIfwJ .framer-14d93y1 > :first-child, .framer-pIfwJ .framer-2lmoc7 > :first-child, .framer-pIfwJ .framer-fl3rvq > :first-child, .framer-pIfwJ .framer-tcyqz > :first-child, .framer-pIfwJ .framer-baq57v > :first-child, .framer-pIfwJ .framer-1qfhemu > :first-child, .framer-pIfwJ .framer-werj81 > :first-child, .framer-pIfwJ .framer-252mbi > :first-child, .framer-pIfwJ .framer-1r4nmpw > :first-child, .framer-pIfwJ .framer-16dmw76 > :first-child, .framer-pIfwJ .framer-1h9oypy > :first-child, .framer-pIfwJ .framer-3j8qjb > :first-child, .framer-pIfwJ .framer-14ty8bs > :first-child, .framer-pIfwJ .framer-2leoze > :first-child, .framer-pIfwJ .framer-1j6ktz7 > :first-child, .framer-pIfwJ .framer-191ic4x > :first-child, .framer-pIfwJ .framer-6cpcph > :first-child, .framer-pIfwJ .framer-287fmb > :first-child, .framer-pIfwJ .framer-2v6u82 > :first-child, .framer-pIfwJ .framer-1w2ovgs > :first-child, .framer-pIfwJ .framer-8ni6cq > :first-child, .framer-pIfwJ .framer-1lk811u > :first-child, .framer-pIfwJ .framer-1obw37t > :first-child, .framer-pIfwJ .framer-kx3kdi > :first-child, .framer-pIfwJ .framer-1xlcarr > :first-child, .framer-pIfwJ .framer-a8k5lh > :first-child, .framer-pIfwJ .framer-1ydet75 > :first-child, .framer-pIfwJ .framer-z2tmaq > :first-child, .framer-pIfwJ .framer-xzswi8 > :first-child, .framer-pIfwJ .framer-k8rkxg > :first-child, .framer-pIfwJ .framer-rm7s93 > :first-child, .framer-pIfwJ .framer-1mciluv > :first-child { margin-top: 0px; } .framer-pIfwJ.framer-72rtr7 > :last-child, .framer-pIfwJ .framer-6d5cfb > :last-child, .framer-pIfwJ .framer-agezrr > :last-child, .framer-pIfwJ .framer-pwzdrw > :last-child, .framer-pIfwJ .framer-1kkker2 > :last-child, .framer-pIfwJ .framer-1wl0pp4 > :last-child, .framer-pIfwJ .framer-b13ti0 > :last-child, .framer-pIfwJ .framer-4v0gap > :last-child, .framer-pIfwJ .framer-1um14io > :last-child, .framer-pIfwJ .framer-1qd7gcd > :last-child, .framer-pIfwJ .framer-1emb5nl > :last-child, .framer-pIfwJ .framer-18s22sx > :last-child, .framer-pIfwJ .framer-16wytzo > :last-child, .framer-pIfwJ .framer-13v3p5g > :last-child, .framer-pIfwJ .framer-1fpp7eb > :last-child, .framer-pIfwJ .framer-1lasxn1 > :last-child, .framer-pIfwJ .framer-m0exzu > :last-child, .framer-pIfwJ .framer-1waz6sl > :last-child, .framer-pIfwJ .framer-ddpdvo > :last-child, .framer-pIfwJ .framer-tyh6r7 > :last-child, .framer-pIfwJ .framer-vcffcy > :last-child, .framer-pIfwJ .framer-227kxv > :last-child, .framer-pIfwJ .framer-1f32kqo > :last-child, .framer-pIfwJ .framer-1pn1322 > :last-child, .framer-pIfwJ .framer-1gf6npm > :last-child, .framer-pIfwJ .framer-hn9vvu > :last-child, .framer-pIfwJ .framer-fj6poh > :last-child, .framer-pIfwJ .framer-15fiyq9 > :last-child, .framer-pIfwJ .framer-1bvegte > :last-child, .framer-pIfwJ .framer-eoi5rp > :last-child, .framer-pIfwJ .framer-18ir6ow > :last-child, .framer-pIfwJ .framer-17ms2jw > :last-child, .framer-pIfwJ .framer-h9x3uw > :last-child, .framer-pIfwJ .framer-1wompsm > :last-child, .framer-pIfwJ .framer-s3jty2 > :last-child, .framer-pIfwJ .framer-vmxusu > :last-child, .framer-pIfwJ .framer-wdpdfj > :last-child, .framer-pIfwJ .framer-1y8z6yo > :last-child, .framer-pIfwJ .framer-ikf8vn > :last-child, .framer-pIfwJ .framer-u0rgn6 > :last-child, .framer-pIfwJ .framer-14x12zl > :last-child, .framer-pIfwJ .framer-1rrhhlz > :last-child, .framer-pIfwJ .framer-1on43o > :last-child, .framer-pIfwJ .framer-1grpz2a > :last-child, .framer-pIfwJ .framer-1pv30no > :last-child, .framer-pIfwJ .framer-14c1q11 > :last-child, .framer-pIfwJ .framer-1cj34u1 > :last-child, .framer-pIfwJ .framer-9jwox > :last-child, .framer-pIfwJ .framer-15l4yq1 > :last-child, .framer-pIfwJ .framer-21txc0 > :last-child, .framer-pIfwJ .framer-1oh8tnq > :last-child, .framer-pIfwJ .framer-1jqm1lx > :last-child, .framer-pIfwJ .framer-1ns8dge > :last-child, .framer-pIfwJ .framer-g8sfv4 > :last-child, .framer-pIfwJ .framer-1gch7s1 > :last-child, .framer-pIfwJ .framer-iglp30 > :last-child, .framer-pIfwJ .framer-1k52hmr > :last-child, .framer-pIfwJ .framer-i21h0i > :last-child, .framer-pIfwJ .framer-1rp7yzi > :last-child, .framer-pIfwJ .framer-14d93y1 > :last-child, .framer-pIfwJ .framer-2lmoc7 > :last-child, .framer-pIfwJ .framer-fl3rvq > :last-child, .framer-pIfwJ .framer-tcyqz > :last-child, .framer-pIfwJ .framer-baq57v > :last-child, .framer-pIfwJ .framer-1qfhemu > :last-child, .framer-pIfwJ .framer-werj81 > :last-child, .framer-pIfwJ .framer-252mbi > :last-child, .framer-pIfwJ .framer-1r4nmpw > :last-child, .framer-pIfwJ .framer-16dmw76 > :last-child, .framer-pIfwJ .framer-1h9oypy > :last-child, .framer-pIfwJ .framer-3j8qjb > :last-child, .framer-pIfwJ .framer-14ty8bs > :last-child, .framer-pIfwJ .framer-2leoze > :last-child, .framer-pIfwJ .framer-1j6ktz7 > :last-child, .framer-pIfwJ .framer-191ic4x > :last-child, .framer-pIfwJ .framer-6cpcph > :last-child, .framer-pIfwJ .framer-287fmb > :last-child, .framer-pIfwJ .framer-2v6u82 > :last-child, .framer-pIfwJ .framer-1w2ovgs > :last-child, .framer-pIfwJ .framer-8ni6cq > :last-child, .framer-pIfwJ .framer-1lk811u > :last-child, .framer-pIfwJ .framer-1obw37t > :last-child, .framer-pIfwJ .framer-kx3kdi > :last-child, .framer-pIfwJ .framer-1xlcarr > :last-child, .framer-pIfwJ .framer-a8k5lh > :last-child, .framer-pIfwJ .framer-1ydet75 > :last-child, .framer-pIfwJ .framer-z2tmaq > :last-child, .framer-pIfwJ .framer-xzswi8 > :last-child, .framer-pIfwJ .framer-k8rkxg > :last-child, .framer-pIfwJ .framer-rm7s93 > :last-child, .framer-pIfwJ .framer-1mciluv > :last-child { margin-bottom: 0px; } .framer-pIfwJ .framer-6d5cfb > *, .framer-pIfwJ .framer-1lasxn1 > *, .framer-pIfwJ .framer-227kxv > *, .framer-pIfwJ .framer-fj6poh > *, .framer-pIfwJ .framer-1bvegte > *, .framer-pIfwJ .framer-ikf8vn > *, .framer-pIfwJ .framer-u0rgn6 > *, .framer-pIfwJ .framer-14x12zl > *, .framer-pIfwJ .framer-1rrhhlz > *, .framer-pIfwJ .framer-1on43o > *, .framer-pIfwJ .framer-1grpz2a > *, .framer-pIfwJ .framer-14c1q11 > *, .framer-pIfwJ .framer-9jwox > *, .framer-pIfwJ .framer-15l4yq1 > *, .framer-pIfwJ .framer-21txc0 > *, .framer-pIfwJ .framer-1rp7yzi > *, .framer-pIfwJ .framer-1xlcarr > *, .framer-pIfwJ .framer-a8k5lh > *, .framer-pIfwJ .framer-1ydet75 > *, .framer-pIfwJ .framer-k8rkxg > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-pIfwJ .framer-19zyavo > *, .framer-pIfwJ .framer-l3ty1o > *, .framer-pIfwJ .framer-aa2i8h > *, .framer-pIfwJ .framer-gxx8p9 > *, .framer-pIfwJ .framer-1f97n8j > *, .framer-pIfwJ .framer-w42e3v > *, .framer-pIfwJ .framer-12cv4bs > *, .framer-pIfwJ .framer-1i66mxh > *, .framer-pIfwJ .framer-1bwunef > *, .framer-pIfwJ .framer-ku91ew > *, .framer-pIfwJ .framer-1lpf0sc > *, .framer-pIfwJ .framer-l3wn67 > *, .framer-pIfwJ .framer-7s3cu1 > *, .framer-pIfwJ .framer-uglxbt > *, .framer-pIfwJ .framer-1o0753x > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pIfwJ .framer-19zyavo > :first-child, .framer-pIfwJ .framer-l3ty1o > :first-child, .framer-pIfwJ .framer-aa2i8h > :first-child, .framer-pIfwJ .framer-gxx8p9 > :first-child, .framer-pIfwJ .framer-1lstci4 > :first-child, .framer-pIfwJ .framer-xh5fvu > :first-child, .framer-pIfwJ .framer-15dsaqu > :first-child, .framer-pIfwJ .framer-1gm448g > :first-child, .framer-pIfwJ .framer-1lx9ast > :first-child, .framer-pIfwJ .framer-atzvoo > :first-child, .framer-pIfwJ .framer-zq67xx > :first-child, .framer-pIfwJ .framer-15wbrlb > :first-child, .framer-pIfwJ .framer-1f97n8j > :first-child, .framer-pIfwJ .framer-vk15oc > :first-child, .framer-pIfwJ .framer-1sjc1y7 > :first-child, .framer-pIfwJ .framer-10y4v1h > :first-child, .framer-pIfwJ .framer-gmtbcd > :first-child, .framer-pIfwJ .framer-9abi2t > :first-child, .framer-pIfwJ .framer-w42e3v > :first-child, .framer-pIfwJ .framer-12cv4bs > :first-child, .framer-pIfwJ .framer-156xuqf > :first-child, .framer-pIfwJ .framer-1i66mxh > :first-child, .framer-pIfwJ .framer-y4cjbi > :first-child, .framer-pIfwJ .framer-l6gey6 > :first-child, .framer-pIfwJ .framer-1bwunef > :first-child, .framer-pIfwJ .framer-ku91ew > :first-child, .framer-pIfwJ .framer-1o1td7c > :first-child, .framer-pIfwJ .framer-wyhd7c > :first-child, .framer-pIfwJ .framer-jvt328 > :first-child, .framer-pIfwJ .framer-1lpf0sc > :first-child, .framer-pIfwJ .framer-1x8d1ew > :first-child, .framer-pIfwJ .framer-l3wn67 > :first-child, .framer-pIfwJ .framer-7s3cu1 > :first-child, .framer-pIfwJ .framer-1va69ur > :first-child, .framer-pIfwJ .framer-4t620u > :first-child, .framer-pIfwJ .framer-15sg975 > :first-child, .framer-pIfwJ .framer-uglxbt > :first-child, .framer-pIfwJ .framer-1sz1az3 > :first-child, .framer-pIfwJ .framer-1o0753x > :first-child, .framer-pIfwJ .framer-1yio8ft > :first-child, .framer-pIfwJ .framer-727ji2 > :first-child, .framer-pIfwJ .framer-ds7oos > :first-child, .framer-pIfwJ .framer-6awba8 > :first-child, .framer-pIfwJ .framer-1bfzzq8 > :first-child, .framer-pIfwJ .framer-rekkh4 > :first-child { margin-left: 0px; } .framer-pIfwJ .framer-19zyavo > :last-child, .framer-pIfwJ .framer-l3ty1o > :last-child, .framer-pIfwJ .framer-aa2i8h > :last-child, .framer-pIfwJ .framer-gxx8p9 > :last-child, .framer-pIfwJ .framer-1lstci4 > :last-child, .framer-pIfwJ .framer-xh5fvu > :last-child, .framer-pIfwJ .framer-15dsaqu > :last-child, .framer-pIfwJ .framer-1gm448g > :last-child, .framer-pIfwJ .framer-1lx9ast > :last-child, .framer-pIfwJ .framer-atzvoo > :last-child, .framer-pIfwJ .framer-zq67xx > :last-child, .framer-pIfwJ .framer-15wbrlb > :last-child, .framer-pIfwJ .framer-1f97n8j > :last-child, .framer-pIfwJ .framer-vk15oc > :last-child, .framer-pIfwJ .framer-1sjc1y7 > :last-child, .framer-pIfwJ .framer-10y4v1h > :last-child, .framer-pIfwJ .framer-gmtbcd > :last-child, .framer-pIfwJ .framer-9abi2t > :last-child, .framer-pIfwJ .framer-w42e3v > :last-child, .framer-pIfwJ .framer-12cv4bs > :last-child, .framer-pIfwJ .framer-156xuqf > :last-child, .framer-pIfwJ .framer-1i66mxh > :last-child, .framer-pIfwJ .framer-y4cjbi > :last-child, .framer-pIfwJ .framer-l6gey6 > :last-child, .framer-pIfwJ .framer-1bwunef > :last-child, .framer-pIfwJ .framer-ku91ew > :last-child, .framer-pIfwJ .framer-1o1td7c > :last-child, .framer-pIfwJ .framer-wyhd7c > :last-child, .framer-pIfwJ .framer-jvt328 > :last-child, .framer-pIfwJ .framer-1lpf0sc > :last-child, .framer-pIfwJ .framer-1x8d1ew > :last-child, .framer-pIfwJ .framer-l3wn67 > :last-child, .framer-pIfwJ .framer-7s3cu1 > :last-child, .framer-pIfwJ .framer-1va69ur > :last-child, .framer-pIfwJ .framer-4t620u > :last-child, .framer-pIfwJ .framer-15sg975 > :last-child, .framer-pIfwJ .framer-uglxbt > :last-child, .framer-pIfwJ .framer-1sz1az3 > :last-child, .framer-pIfwJ .framer-1o0753x > :last-child, .framer-pIfwJ .framer-1yio8ft > :last-child, .framer-pIfwJ .framer-727ji2 > :last-child, .framer-pIfwJ .framer-ds7oos > :last-child, .framer-pIfwJ .framer-6awba8 > :last-child, .framer-pIfwJ .framer-1bfzzq8 > :last-child, .framer-pIfwJ .framer-rekkh4 > :last-child { margin-right: 0px; } .framer-pIfwJ .framer-pwzdrw > *, .framer-pIfwJ .framer-1kkker2 > *, .framer-pIfwJ .framer-1emb5nl > *, .framer-pIfwJ .framer-1fpp7eb > *, .framer-pIfwJ .framer-vcffcy > *, .framer-pIfwJ .framer-18ir6ow > *, .framer-pIfwJ .framer-1wompsm > *, .framer-pIfwJ .framer-1jqm1lx > *, .framer-pIfwJ .framer-g8sfv4 > *, .framer-pIfwJ .framer-1gch7s1 > *, .framer-pIfwJ .framer-iglp30 > *, .framer-pIfwJ .framer-2lmoc7 > *, .framer-pIfwJ .framer-1h9oypy > *, .framer-pIfwJ .framer-z2tmaq > *, .framer-pIfwJ .framer-xzswi8 > *, .framer-pIfwJ .framer-rm7s93 > *, .framer-pIfwJ .framer-1mciluv > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-pIfwJ .framer-1wl0pp4 > *, .framer-pIfwJ .framer-1um14io > *, .framer-pIfwJ .framer-13v3p5g > *, .framer-pIfwJ .framer-eoi5rp > *, .framer-pIfwJ .framer-s3jty2 > *, .framer-pIfwJ .framer-1ns8dge > *, .framer-pIfwJ .framer-1k52hmr > *, .framer-pIfwJ .framer-14d93y1 > *, .framer-pIfwJ .framer-3j8qjb > *, .framer-pIfwJ .framer-1j6ktz7 > *, .framer-pIfwJ .framer-8ni6cq > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-pIfwJ .framer-b13ti0 > *, .framer-pIfwJ .framer-h9x3uw > *, .framer-pIfwJ .framer-wdpdfj > *, .framer-pIfwJ .framer-baq57v > *, .framer-pIfwJ .framer-1qfhemu > *, .framer-pIfwJ .framer-1r4nmpw > *, .framer-pIfwJ .framer-16dmw76 > *, .framer-pIfwJ .framer-287fmb > *, .framer-pIfwJ .framer-2v6u82 > *, .framer-pIfwJ .framer-1w2ovgs > *, .framer-pIfwJ .framer-1lk811u > *, .framer-pIfwJ .framer-1obw37t > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-pIfwJ .framer-4v0gap > *, .framer-pIfwJ .framer-18s22sx > *, .framer-pIfwJ .framer-1pv30no > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-pIfwJ .framer-1lstci4 > *, .framer-pIfwJ .framer-xh5fvu > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-pIfwJ .framer-1qd7gcd > *, .framer-pIfwJ .framer-252mbi > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-pIfwJ .framer-15dsaqu > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-pIfwJ .framer-16wytzo > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-pIfwJ .framer-1gm448g > *, .framer-pIfwJ .framer-1lx9ast > *, .framer-pIfwJ .framer-vk15oc > *, .framer-pIfwJ .framer-1sjc1y7 > *, .framer-pIfwJ .framer-156xuqf > *, .framer-pIfwJ .framer-y4cjbi > *, .framer-pIfwJ .framer-1bfzzq8 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-pIfwJ .framer-atzvoo > *, .framer-pIfwJ .framer-zq67xx > *, .framer-pIfwJ .framer-15wbrlb > *, .framer-pIfwJ .framer-10y4v1h > *, .framer-pIfwJ .framer-gmtbcd > *, .framer-pIfwJ .framer-9abi2t > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-pIfwJ .framer-m0exzu > *, .framer-pIfwJ .framer-1waz6sl > *, .framer-pIfwJ .framer-ddpdvo > *, .framer-pIfwJ .framer-tyh6r7 > *, .framer-pIfwJ .framer-1f32kqo > *, .framer-pIfwJ .framer-1pn1322 > *, .framer-pIfwJ .framer-1gf6npm > *, .framer-pIfwJ .framer-hn9vvu > *, .framer-pIfwJ .framer-15fiyq9 > *, .framer-pIfwJ .framer-vmxusu > *, .framer-pIfwJ .framer-i21h0i > *, .framer-pIfwJ .framer-werj81 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-pIfwJ .framer-17ms2jw > * { margin: 0px; margin-bottom: calc(96px / 2); margin-top: calc(96px / 2); } .framer-pIfwJ .framer-l6gey6 > *, .framer-pIfwJ .framer-jvt328 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-pIfwJ .framer-1y8z6yo > *, .framer-pIfwJ .framer-1cj34u1 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-pIfwJ .framer-1o1td7c > * { margin: 0px; margin-left: calc(160px / 2); margin-right: calc(160px / 2); } .framer-pIfwJ .framer-wyhd7c > *, .framer-pIfwJ .framer-1x8d1ew > *, .framer-pIfwJ .framer-4t620u > *, .framer-pIfwJ .framer-15sg975 > *, .framer-pIfwJ .framer-1sz1az3 > *, .framer-pIfwJ .framer-1yio8ft > *, .framer-pIfwJ .framer-727ji2 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-pIfwJ .framer-1va69ur > *, .framer-pIfwJ .framer-rekkh4 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-pIfwJ .framer-tcyqz > * { margin: 0px; margin-bottom: calc(30.22757911682129px / 2); margin-top: calc(30.22757911682129px / 2); } .framer-pIfwJ .framer-14ty8bs > *, .framer-pIfwJ .framer-2leoze > *, .framer-pIfwJ .framer-191ic4x > *, .framer-pIfwJ .framer-6cpcph > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-pIfwJ .framer-ds7oos > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-pIfwJ .framer-6awba8 > * { margin: 0px; margin-left: calc(36px / 2); margin-right: calc(36px / 2); } .framer-pIfwJ .framer-kx3kdi > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,'.framer-pIfwJ[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-pIfwJ [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-pIfwJ[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-pIfwJ [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-pIfwJ[data-border=\"true\"]::after, .framer-pIfwJ [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: 1400px) { .${metadata.bodyClassName}-framer-pIfwJ { background: white; } .framer-pIfwJ.framer-72rtr7 { width: 1400px; } .framer-pIfwJ .framer-1wl0pp4, .framer-pIfwJ .framer-1szaj7r-container { order: 0; } .framer-pIfwJ .framer-t3gbbs-container { order: 1; } .framer-pIfwJ .framer-652i3i-container { order: 2; } .framer-pIfwJ .framer-wq5lcx-container { order: 4; } .framer-pIfwJ .framer-sl6rhx-container { order: 3; } .framer-pIfwJ .framer-7i952u-container { order: 5; } .framer-pIfwJ .framer-zotgc { padding: 0px 48px 0px 0px; } .framer-pIfwJ .framer-1heflr8 { width: var(--framer-aspect-ratio-supported, 135px); } .framer-pIfwJ .framer-y5cgna { height: var(--framer-aspect-ratio-supported, 168px); } .framer-pIfwJ .framer-ds7oos { align-content: flex-start; align-items: flex-start; gap: 40px; width: 100%; } .framer-pIfwJ .framer-qaz0mu-container { max-width: 1340px; } .framer-pIfwJ .framer-1w2ovgs { align-content: flex-start; align-items: flex-start; flex-direction: row; gap: 40px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-pIfwJ .framer-ds7oos, .framer-pIfwJ .framer-1w2ovgs { gap: 0px; } .framer-pIfwJ .framer-ds7oos > *, .framer-pIfwJ .framer-1w2ovgs > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-pIfwJ .framer-ds7oos > :first-child, .framer-pIfwJ .framer-1w2ovgs > :first-child { margin-left: 0px; } .framer-pIfwJ .framer-ds7oos > :last-child, .framer-pIfwJ .framer-1w2ovgs > :last-child { margin-right: 0px; } }}`,`@media (min-width: 720px) and (max-width: 1099px) { .${metadata.bodyClassName}-framer-pIfwJ { background: white; } .framer-pIfwJ.framer-72rtr7 { width: 720px; } .framer-pIfwJ .framer-6d5cfb { order: 0; padding: 0px 24px 0px 24px; } .framer-pIfwJ .framer-ccqyf3-container, .framer-pIfwJ .framer-1mciluv { order: 1; } .framer-pIfwJ .framer-agezrr, .framer-pIfwJ .framer-1yag1oj { order: 2; } .framer-pIfwJ .framer-49kjko { bottom: -155px; } .framer-pIfwJ .framer-gxx8p9 { background: linear-gradient(193deg, var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, #00f3ff) /* {\"name\":\"Primary Cyan\"} */ -18%, var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43)) /* {\"name\":\"Dark Navy\"} */ 19%, var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43)) /* {\"name\":\"Dark Navy\"} */ 76%, var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255)) /* {\"name\":\"Primary Cyan\"} */ 121%); background-color: unset; } .framer-pIfwJ .framer-xh5fvu { flex-direction: column; gap: 0px; height: min-content; order: 3; padding: 24px 0px 0px 0px; } .framer-pIfwJ .framer-1ajma99-container { flex: none; height: 86px; width: 100%; } .framer-pIfwJ .framer-1qd7gcd, .framer-pIfwJ .framer-g6p5w3 { order: 4; } .framer-pIfwJ .framer-1emb5nl, .framer-pIfwJ .framer-18s22sx, .framer-pIfwJ .framer-13v3p5g, .framer-pIfwJ .framer-fj6poh { padding: 0px 32px 0px 32px; } .framer-pIfwJ .framer-qh9i06 { gap: 32px; grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(200px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; } .framer-pIfwJ .framer-x2a5zv { grid-template-columns: repeat(2, minmax(200px, 1fr)); } .framer-pIfwJ .framer-16wytzo { gap: 48px; order: 5; } .framer-pIfwJ .framer-1orbzbn, .framer-pIfwJ .framer-1bphos8 { width: 100%; } .framer-pIfwJ .framer-1fpp7eb, .framer-pIfwJ .framer-vcffcy, .framer-pIfwJ .framer-wdpdfj, .framer-pIfwJ .framer-1pv30no { padding: 0px 0px 0px 32px; } .framer-pIfwJ .framer-1gm448g, .framer-pIfwJ .framer-vk15oc { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-pIfwJ .framer-156xuqf { flex-direction: column; height: min-content; padding: 24px; } .framer-pIfwJ .framer-4m3dyj { height: 58px; order: 0; width: 211px; } .framer-pIfwJ .framer-1f7u1wv { bottom: 4px; height: 42px; left: unset; right: 0px; width: 210px; } .framer-pIfwJ .framer-15fiyq9 { height: 596px; order: 6; padding: 32px; } .framer-pIfwJ .framer-1i66mxh { align-content: flex-end; align-items: flex-end; } .framer-pIfwJ .framer-17ms2jw { gap: 72px; order: 9; padding: 56px 0px 16px 0px; } .framer-pIfwJ .framer-h9x3uw { padding: 0px 32px 0px 32px; width: 100%; } .framer-pIfwJ .framer-1eqwjj4, .framer-pIfwJ .framer-1h9oypy { width: 80%; } .framer-pIfwJ .framer-zotgc { gap: 10px; justify-content: center; padding: 0px 32px 0px 0px; } .framer-pIfwJ .framer-19kpdh1 { gap: 48px; grid-template-columns: repeat(3, minmax(96px, 1fr)); grid-template-rows: repeat(2, min-content); } .framer-pIfwJ .framer-14c1q11 { padding: 0px 32px 0px 0px; } .framer-pIfwJ .framer-1o1td7c { gap: 120px; } .framer-pIfwJ .framer-1oh8tnq { padding: 32px; } .framer-pIfwJ .framer-wyhd7c { padding: 0px 24px 0px 24px; width: 100%; } .framer-pIfwJ .framer-1jqm1lx { flex: 1 0 0px; width: 1px; } .framer-pIfwJ .framer-jvt328 { flex-direction: column; height: min-content; width: 100%; } .framer-pIfwJ .framer-i21h0i { height: 675px; justify-content: flex-end; order: 10; padding: 32px; } .framer-pIfwJ .framer-fl3rvq { gap: 32px; order: 12; padding: 56px 32px 56px 32px; } .framer-pIfwJ .framer-4t620u, .framer-pIfwJ .framer-1sz1az3 { flex-direction: column; gap: 24px; } .framer-pIfwJ .framer-15sg975 { flex: none; width: 100%; } .framer-pIfwJ .framer-uglxbt { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-pIfwJ .framer-baq57v, .framer-pIfwJ .framer-1qfhemu { padding: 0px; } .framer-pIfwJ .framer-1n2s42k-container { width: 172px; } .framer-pIfwJ .framer-1o0753x { align-self: unset; flex: none; height: min-content; order: 1; width: 100%; } .framer-pIfwJ .framer-werj81 { flex: none; order: 0; width: 100%; } .framer-pIfwJ .framer-y5cgna { height: var(--framer-aspect-ratio-supported, 551px); } .framer-pIfwJ .framer-252mbi { order: 14; padding: 64px 0px 64px 0px; } .framer-pIfwJ .framer-1r4nmpw, .framer-pIfwJ .framer-16dmw76, .framer-pIfwJ .framer-287fmb, .framer-pIfwJ .framer-2v6u82 { gap: 16px; } .framer-pIfwJ .framer-10axrsh-container { max-width: 608px; } .framer-pIfwJ .framer-ds7oos { flex-direction: column; } .framer-pIfwJ .framer-24a5p8-container { order: 15; } .framer-pIfwJ .framer-1lk811u { order: 8; } .framer-pIfwJ .framer-1obw37t { order: 13; } .framer-pIfwJ .framer-1ydet75 { order: 7; } .framer-pIfwJ .framer-k8rkxg { order: 11; } .framer-pIfwJ .framer-rm7s93, .framer-pIfwJ .framer-rekkh4 { order: 0; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-pIfwJ .framer-xh5fvu, .framer-pIfwJ .framer-qh9i06, .framer-pIfwJ .framer-16wytzo, .framer-pIfwJ .framer-1gm448g, .framer-pIfwJ .framer-vk15oc, .framer-pIfwJ .framer-156xuqf, .framer-pIfwJ .framer-17ms2jw, .framer-pIfwJ .framer-zotgc, .framer-pIfwJ .framer-19kpdh1, .framer-pIfwJ .framer-1o1td7c, .framer-pIfwJ .framer-jvt328, .framer-pIfwJ .framer-fl3rvq, .framer-pIfwJ .framer-4t620u, .framer-pIfwJ .framer-1sz1az3, .framer-pIfwJ .framer-1r4nmpw, .framer-pIfwJ .framer-16dmw76, .framer-pIfwJ .framer-287fmb, .framer-pIfwJ .framer-ds7oos, .framer-pIfwJ .framer-2v6u82 { gap: 0px; } .framer-pIfwJ .framer-xh5fvu > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-pIfwJ .framer-xh5fvu > :first-child, .framer-pIfwJ .framer-16wytzo > :first-child, .framer-pIfwJ .framer-1gm448g > :first-child, .framer-pIfwJ .framer-vk15oc > :first-child, .framer-pIfwJ .framer-156xuqf > :first-child, .framer-pIfwJ .framer-17ms2jw > :first-child, .framer-pIfwJ .framer-jvt328 > :first-child, .framer-pIfwJ .framer-fl3rvq > :first-child, .framer-pIfwJ .framer-4t620u > :first-child, .framer-pIfwJ .framer-1sz1az3 > :first-child, .framer-pIfwJ .framer-1r4nmpw > :first-child, .framer-pIfwJ .framer-16dmw76 > :first-child, .framer-pIfwJ .framer-287fmb > :first-child, .framer-pIfwJ .framer-ds7oos > :first-child, .framer-pIfwJ .framer-2v6u82 > :first-child { margin-top: 0px; } .framer-pIfwJ .framer-xh5fvu > :last-child, .framer-pIfwJ .framer-16wytzo > :last-child, .framer-pIfwJ .framer-1gm448g > :last-child, .framer-pIfwJ .framer-vk15oc > :last-child, .framer-pIfwJ .framer-156xuqf > :last-child, .framer-pIfwJ .framer-17ms2jw > :last-child, .framer-pIfwJ .framer-jvt328 > :last-child, .framer-pIfwJ .framer-fl3rvq > :last-child, .framer-pIfwJ .framer-4t620u > :last-child, .framer-pIfwJ .framer-1sz1az3 > :last-child, .framer-pIfwJ .framer-1r4nmpw > :last-child, .framer-pIfwJ .framer-16dmw76 > :last-child, .framer-pIfwJ .framer-287fmb > :last-child, .framer-pIfwJ .framer-ds7oos > :last-child, .framer-pIfwJ .framer-2v6u82 > :last-child { margin-bottom: 0px; } .framer-pIfwJ .framer-qh9i06 > *, .framer-pIfwJ .framer-qh9i06 > :first-child, .framer-pIfwJ .framer-qh9i06 > :last-child, .framer-pIfwJ .framer-19kpdh1 > *, .framer-pIfwJ .framer-19kpdh1 > :first-child, .framer-pIfwJ .framer-19kpdh1 > :last-child { margin: 0px; } .framer-pIfwJ .framer-16wytzo > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-pIfwJ .framer-1gm448g > *, .framer-pIfwJ .framer-vk15oc > *, .framer-pIfwJ .framer-156xuqf > *, .framer-pIfwJ .framer-1r4nmpw > *, .framer-pIfwJ .framer-16dmw76 > *, .framer-pIfwJ .framer-287fmb > *, .framer-pIfwJ .framer-2v6u82 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-pIfwJ .framer-17ms2jw > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-pIfwJ .framer-zotgc > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pIfwJ .framer-zotgc > :first-child, .framer-pIfwJ .framer-1o1td7c > :first-child { margin-left: 0px; } .framer-pIfwJ .framer-zotgc > :last-child, .framer-pIfwJ .framer-1o1td7c > :last-child { margin-right: 0px; } .framer-pIfwJ .framer-1o1td7c > * { margin: 0px; margin-left: calc(120px / 2); margin-right: calc(120px / 2); } .framer-pIfwJ .framer-jvt328 > *, .framer-pIfwJ .framer-4t620u > *, .framer-pIfwJ .framer-1sz1az3 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-pIfwJ .framer-fl3rvq > *, .framer-pIfwJ .framer-ds7oos > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }}`,`@media (max-width: 719px) { .${metadata.bodyClassName}-framer-pIfwJ { background: white; } .framer-pIfwJ.framer-72rtr7 { width: 390px; } .framer-pIfwJ .framer-ccqyf3-container { order: 1; top: 0px; } .framer-pIfwJ .framer-agezrr, .framer-pIfwJ .framer-1yag1oj, .framer-pIfwJ .framer-727ji2 { order: 2; } .framer-pIfwJ .framer-aa2i8h { padding: 48px 0px 0px 0px; } .framer-pIfwJ .framer-v1ablk-container { flex: 1 0 0px; width: 1px; } .framer-pIfwJ .framer-gxx8p9 { background: linear-gradient(193deg, var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, #00f3ff) /* {\"name\":\"Primary Cyan\"} */ -18%, var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43)) /* {\"name\":\"Dark Navy\"} */ 19%, var(--token-24486c54-caad-447e-978d-74a83180cdf9, rgb(4, 14, 43)) /* {\"name\":\"Dark Navy\"} */ 76%, var(--token-352e25cf-925f-4d0f-bc04-6b67b5784c7b, rgb(0, 243, 255)) /* {\"name\":\"Primary Cyan\"} */ 121%); background-color: unset; padding: 0px; } .framer-pIfwJ .framer-4v0gap { gap: 32px; padding: 32px 24px 32px 24px; } .framer-pIfwJ .framer-165dd64, .framer-pIfwJ .framer-ck3n54, .framer-pIfwJ .framer-3ht2j7, .framer-pIfwJ .framer-1orbzbn, .framer-pIfwJ .framer-1lasxn1, .framer-pIfwJ .framer-227kxv, .framer-pIfwJ .framer-1bwunef, .framer-pIfwJ .framer-1eqwjj4, .framer-pIfwJ .framer-1elhaqb-container, .framer-pIfwJ .framer-fbzxnm, .framer-pIfwJ .framer-1n2s42k-container, .framer-pIfwJ .framer-1d1fm5i-container, .framer-pIfwJ .framer-1un76c7, .framer-pIfwJ .framer-tgdtp { width: 100%; } .framer-pIfwJ .framer-1lstci4 { align-content: center; align-items: center; flex-direction: column; gap: 24px; width: 100%; } .framer-pIfwJ .framer-1um14io { gap: 8px; order: 0; width: 100%; } .framer-pIfwJ .framer-xh5fvu { flex-direction: column; gap: 0px; height: min-content; order: 3; padding: 16px 0px 16px 0px; } .framer-pIfwJ .framer-1ajma99-container { flex: none; height: 53px; width: 100%; } .framer-pIfwJ .framer-1qd7gcd { order: 4; padding: 32px 0px 32px 0px; } .framer-pIfwJ .framer-1emb5nl, .framer-pIfwJ .framer-18s22sx, .framer-pIfwJ .framer-13v3p5g, .framer-pIfwJ .framer-fj6poh, .framer-pIfwJ .framer-1y8z6yo, .framer-pIfwJ .framer-1cj34u1 { padding: 0px 24px 0px 24px; } .framer-pIfwJ .framer-15dsaqu { flex-direction: column; gap: 0px; } .framer-pIfwJ .framer-pl3k87 { height: auto; width: 100%; } .framer-pIfwJ .framer-qh9i06 { gap: 32px; grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(200px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; } .framer-pIfwJ .framer-x2a5zv { grid-template-columns: repeat(1, minmax(200px, 1fr)); } .framer-pIfwJ .framer-16wytzo { gap: 56px; order: 5; padding: 48px 0px 24px 0px; } .framer-pIfwJ .framer-1fpp7eb, .framer-pIfwJ .framer-vcffcy, .framer-pIfwJ .framer-wdpdfj, .framer-pIfwJ .framer-1pv30no { padding: 0px 0px 0px 24px; } .framer-pIfwJ .framer-1gm448g { align-content: flex-start; align-items: flex-start; flex-direction: column; width: 100%; } .framer-pIfwJ .framer-1lx9ast { gap: 8px; height: min-content; justify-content: flex-start; padding: 0px 24px 0px 0px; width: 100%; } .framer-pIfwJ .framer-1k92ini { height: var(--framer-aspect-ratio-supported, 43px); width: 141px; } .framer-pIfwJ .framer-15dnd85, .framer-pIfwJ .framer-1ktelus { height: var(--framer-aspect-ratio-supported, 40px); width: 40px; } .framer-pIfwJ .framer-zq67xx { flex-direction: column; gap: 16px; height: min-content; padding: 0px 24px 0px 0px; width: 100%; } .framer-pIfwJ .framer-15wbrlb, .framer-pIfwJ .framer-9abi2t { gap: unset; justify-content: space-between; width: 100%; } .framer-pIfwJ .framer-vk15oc { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 8px; padding: 0px 24px 0px 0px; width: 100%; } .framer-pIfwJ .framer-1a8s76e { height: 48px; width: 137px; } .framer-pIfwJ .framer-gmtbcd { flex-direction: column; gap: 16px; height: min-content; width: 100%; } .framer-pIfwJ .framer-156xuqf { flex-direction: column; height: min-content; padding: 24px; } .framer-pIfwJ .framer-4m3dyj { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; order: 0; padding: 0px; width: min-content; } .framer-pIfwJ .framer-1f7u1wv { bottom: unset; height: 34px; left: unset; position: relative; width: 168px; } .framer-pIfwJ .framer-g6p5w3 { order: 4; } .framer-pIfwJ .framer-15fiyq9 { height: 386px; justify-content: flex-end; order: 6; padding: 8px; } .framer-pIfwJ .framer-1i66mxh { flex-direction: column; justify-content: flex-end; } .framer-pIfwJ .framer-17ms2jw { gap: 56px; order: 9; padding: 56px 0px 24px 0px; } .framer-pIfwJ .framer-h9x3uw { gap: 48px; padding: 0px 24px 0px 24px; width: 100%; } .framer-pIfwJ .framer-l6gey6 { flex-direction: column; height: min-content; width: 100%; } .framer-pIfwJ .framer-s3jty2 { padding: 24px; width: 100%; } .framer-pIfwJ .framer-vmxusu { aspect-ratio: 1.4430379746835442 / 1; height: var(--framer-aspect-ratio-supported, 139px); } .framer-pIfwJ .framer-zotgc { gap: 10px; justify-content: center; padding: 0px 24px 0px 0px; } .framer-pIfwJ .framer-19kpdh1 { gap: 32px; grid-template-columns: repeat(2, minmax(96px, 1fr)); grid-template-rows: repeat(3, min-content); } .framer-pIfwJ .framer-14c1q11 { padding: 0px 24px 0px 0px; } .framer-pIfwJ .framer-1o1td7c { align-content: center; align-items: center; flex-direction: column; gap: 32px; } .framer-pIfwJ .framer-i21h0i { height: 386px; justify-content: flex-end; order: 10; padding: 8px; } .framer-pIfwJ .framer-fl3rvq { gap: 48px; order: 12; padding: 48px 24px 24px 24px; } .framer-pIfwJ .framer-4t620u { flex-direction: column; gap: 32px; } .framer-pIfwJ .framer-15sg975 { flex: none; height: min-content; width: 100%; } .framer-pIfwJ .framer-1heflr8 { aspect-ratio: unset; height: 366px; width: 251px; } .framer-pIfwJ .framer-tcyqz { width: 66px; } .framer-pIfwJ .framer-5cnnyf { height: var(--framer-aspect-ratio-supported, 66px); width: 67px; } .framer-pIfwJ .framer-1mml1oa { height: var(--framer-aspect-ratio-supported, 74px); width: 98px; } .framer-pIfwJ .framer-1a5l2tk { height: var(--framer-aspect-ratio-supported, 68px); width: 66px; } .framer-pIfwJ .framer-uglxbt { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-pIfwJ .framer-baq57v, .framer-pIfwJ .framer-1qfhemu { gap: 16px; padding: 0px; } .framer-pIfwJ .framer-1sz1az3 { flex-direction: column; } .framer-pIfwJ .framer-1o0753x { align-self: unset; flex: none; height: min-content; order: 1; width: 100%; } .framer-pIfwJ .framer-werj81 { flex: none; height: 262px; order: 0; overflow: visible; width: 100%; } .framer-pIfwJ .framer-y5cgna { height: var(--framer-aspect-ratio-supported, 168px); } .framer-pIfwJ .framer-252mbi { order: 14; padding: 64px 24px 64px 24px; } .framer-pIfwJ .framer-1r4nmpw, .framer-pIfwJ .framer-16dmw76, .framer-pIfwJ .framer-287fmb, .framer-pIfwJ .framer-2v6u82 { gap: 16px; } .framer-pIfwJ .framer-10axrsh-container, .framer-pIfwJ .framer-1mciluv { order: 1; } .framer-pIfwJ .framer-ds7oos, .framer-pIfwJ .framer-1bfzzq8 { flex-direction: column; width: 100%; } .framer-pIfwJ .framer-24a5p8-container { order: 15; } .framer-pIfwJ .framer-1lk811u { order: 8; padding: 24px; } .framer-pIfwJ .framer-4566o1, .framer-pIfwJ .framer-1fgzj8x { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-pIfwJ .framer-1w0vhlp-container { height: 209px; width: 300px; z-index: 1; } .framer-pIfwJ .framer-1obw37t { order: 13; padding: 24px; } .framer-pIfwJ .framer-1k5zhkp-container { width: 300px; } .framer-pIfwJ .framer-1ydet75 { order: 7; padding: 40px 24px 40px 24px; } .framer-pIfwJ .framer-k8rkxg { order: 11; padding: 40px 24px 40px 24px; } .framer-pIfwJ .framer-rekkh4 { flex-direction: column; height: min-content; order: 0; width: 100%; } .framer-pIfwJ .framer-qrqtwj { height: 60px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-pIfwJ .framer-4v0gap, .framer-pIfwJ .framer-1lstci4, .framer-pIfwJ .framer-1um14io, .framer-pIfwJ .framer-xh5fvu, .framer-pIfwJ .framer-15dsaqu, .framer-pIfwJ .framer-qh9i06, .framer-pIfwJ .framer-16wytzo, .framer-pIfwJ .framer-1gm448g, .framer-pIfwJ .framer-1lx9ast, .framer-pIfwJ .framer-zq67xx, .framer-pIfwJ .framer-15wbrlb, .framer-pIfwJ .framer-vk15oc, .framer-pIfwJ .framer-gmtbcd, .framer-pIfwJ .framer-9abi2t, .framer-pIfwJ .framer-156xuqf, .framer-pIfwJ .framer-4m3dyj, .framer-pIfwJ .framer-1i66mxh, .framer-pIfwJ .framer-17ms2jw, .framer-pIfwJ .framer-h9x3uw, .framer-pIfwJ .framer-l6gey6, .framer-pIfwJ .framer-zotgc, .framer-pIfwJ .framer-19kpdh1, .framer-pIfwJ .framer-1o1td7c, .framer-pIfwJ .framer-fl3rvq, .framer-pIfwJ .framer-4t620u, .framer-pIfwJ .framer-baq57v, .framer-pIfwJ .framer-1sz1az3, .framer-pIfwJ .framer-1qfhemu, .framer-pIfwJ .framer-1r4nmpw, .framer-pIfwJ .framer-16dmw76, .framer-pIfwJ .framer-287fmb, .framer-pIfwJ .framer-ds7oos, .framer-pIfwJ .framer-2v6u82, .framer-pIfwJ .framer-1bfzzq8, .framer-pIfwJ .framer-rekkh4 { gap: 0px; } .framer-pIfwJ .framer-4v0gap > *, .framer-pIfwJ .framer-1o1td7c > *, .framer-pIfwJ .framer-4t620u > *, .framer-pIfwJ .framer-ds7oos > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-pIfwJ .framer-4v0gap > :first-child, .framer-pIfwJ .framer-1lstci4 > :first-child, .framer-pIfwJ .framer-1um14io > :first-child, .framer-pIfwJ .framer-xh5fvu > :first-child, .framer-pIfwJ .framer-15dsaqu > :first-child, .framer-pIfwJ .framer-16wytzo > :first-child, .framer-pIfwJ .framer-1gm448g > :first-child, .framer-pIfwJ .framer-zq67xx > :first-child, .framer-pIfwJ .framer-vk15oc > :first-child, .framer-pIfwJ .framer-gmtbcd > :first-child, .framer-pIfwJ .framer-156xuqf > :first-child, .framer-pIfwJ .framer-4m3dyj > :first-child, .framer-pIfwJ .framer-1i66mxh > :first-child, .framer-pIfwJ .framer-17ms2jw > :first-child, .framer-pIfwJ .framer-h9x3uw > :first-child, .framer-pIfwJ .framer-l6gey6 > :first-child, .framer-pIfwJ .framer-1o1td7c > :first-child, .framer-pIfwJ .framer-fl3rvq > :first-child, .framer-pIfwJ .framer-4t620u > :first-child, .framer-pIfwJ .framer-baq57v > :first-child, .framer-pIfwJ .framer-1sz1az3 > :first-child, .framer-pIfwJ .framer-1qfhemu > :first-child, .framer-pIfwJ .framer-1r4nmpw > :first-child, .framer-pIfwJ .framer-16dmw76 > :first-child, .framer-pIfwJ .framer-287fmb > :first-child, .framer-pIfwJ .framer-ds7oos > :first-child, .framer-pIfwJ .framer-2v6u82 > :first-child, .framer-pIfwJ .framer-1bfzzq8 > :first-child, .framer-pIfwJ .framer-rekkh4 > :first-child { margin-top: 0px; } .framer-pIfwJ .framer-4v0gap > :last-child, .framer-pIfwJ .framer-1lstci4 > :last-child, .framer-pIfwJ .framer-1um14io > :last-child, .framer-pIfwJ .framer-xh5fvu > :last-child, .framer-pIfwJ .framer-15dsaqu > :last-child, .framer-pIfwJ .framer-16wytzo > :last-child, .framer-pIfwJ .framer-1gm448g > :last-child, .framer-pIfwJ .framer-zq67xx > :last-child, .framer-pIfwJ .framer-vk15oc > :last-child, .framer-pIfwJ .framer-gmtbcd > :last-child, .framer-pIfwJ .framer-156xuqf > :last-child, .framer-pIfwJ .framer-4m3dyj > :last-child, .framer-pIfwJ .framer-1i66mxh > :last-child, .framer-pIfwJ .framer-17ms2jw > :last-child, .framer-pIfwJ .framer-h9x3uw > :last-child, .framer-pIfwJ .framer-l6gey6 > :last-child, .framer-pIfwJ .framer-1o1td7c > :last-child, .framer-pIfwJ .framer-fl3rvq > :last-child, .framer-pIfwJ .framer-4t620u > :last-child, .framer-pIfwJ .framer-baq57v > :last-child, .framer-pIfwJ .framer-1sz1az3 > :last-child, .framer-pIfwJ .framer-1qfhemu > :last-child, .framer-pIfwJ .framer-1r4nmpw > :last-child, .framer-pIfwJ .framer-16dmw76 > :last-child, .framer-pIfwJ .framer-287fmb > :last-child, .framer-pIfwJ .framer-ds7oos > :last-child, .framer-pIfwJ .framer-2v6u82 > :last-child, .framer-pIfwJ .framer-1bfzzq8 > :last-child, .framer-pIfwJ .framer-rekkh4 > :last-child { margin-bottom: 0px; } .framer-pIfwJ .framer-1lstci4 > *, .framer-pIfwJ .framer-l6gey6 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-pIfwJ .framer-1um14io > *, .framer-pIfwJ .framer-vk15oc > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-pIfwJ .framer-xh5fvu > *, .framer-pIfwJ .framer-15dsaqu > *, .framer-pIfwJ .framer-1sz1az3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-pIfwJ .framer-qh9i06 > *, .framer-pIfwJ .framer-qh9i06 > :first-child, .framer-pIfwJ .framer-qh9i06 > :last-child, .framer-pIfwJ .framer-15wbrlb > *, .framer-pIfwJ .framer-15wbrlb > :first-child, .framer-pIfwJ .framer-15wbrlb > :last-child, .framer-pIfwJ .framer-9abi2t > *, .framer-pIfwJ .framer-9abi2t > :first-child, .framer-pIfwJ .framer-9abi2t > :last-child, .framer-pIfwJ .framer-19kpdh1 > *, .framer-pIfwJ .framer-19kpdh1 > :first-child, .framer-pIfwJ .framer-19kpdh1 > :last-child { margin: 0px; } .framer-pIfwJ .framer-16wytzo > *, .framer-pIfwJ .framer-17ms2jw > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-pIfwJ .framer-1gm448g > *, .framer-pIfwJ .framer-zq67xx > *, .framer-pIfwJ .framer-gmtbcd > *, .framer-pIfwJ .framer-156xuqf > *, .framer-pIfwJ .framer-baq57v > *, .framer-pIfwJ .framer-1qfhemu > *, .framer-pIfwJ .framer-1r4nmpw > *, .framer-pIfwJ .framer-16dmw76 > *, .framer-pIfwJ .framer-287fmb > *, .framer-pIfwJ .framer-2v6u82 > *, .framer-pIfwJ .framer-1bfzzq8 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-pIfwJ .framer-1lx9ast > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-pIfwJ .framer-1lx9ast > :first-child, .framer-pIfwJ .framer-zotgc > :first-child { margin-left: 0px; } .framer-pIfwJ .framer-1lx9ast > :last-child, .framer-pIfwJ .framer-zotgc > :last-child { margin-right: 0px; } .framer-pIfwJ .framer-4m3dyj > *, .framer-pIfwJ .framer-1i66mxh > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-pIfwJ .framer-h9x3uw > *, .framer-pIfwJ .framer-fl3rvq > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-pIfwJ .framer-zotgc > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pIfwJ .framer-rekkh4 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 12730.5\n * @framerIntrinsicWidth 1100\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"LrXxWVsZf\":{\"layout\":[\"fixed\",\"auto\"]},\"AjZtydZag\":{\"layout\":[\"fixed\",\"auto\"]},\"nJhQaRkKe\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-pIfwJ\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:12730.5,width:1100};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"The Future Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/mlPioAjOvFpathbg0nza25Uipyg.woff2\"},{family:\"The Future Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/YluMBCJviTk3Qc86sMsxVeK1S8c.woff2\"},{family:\"The Future Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/Eep4fksglkHmJksXeaSI6L6rgM.woff2\"}]},...ButtonsSocialFonts,...NavigationFonts,...TomAndLisaHeaderFonts,...TickerFonts,...CardsExploreCardFonts,...CarouselFonts,...HubSpotFormFonts,...ButtonsPrimaryFonts,...VimeoFonts,...CardsCourseCardFonts,...CardsTestimonialsFonts,...CardsEntertainmentFonts,...ThumbnailGameplayFonts,...ThumbnailBLFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1100\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"12730.5\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LrXxWVsZf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AjZtydZag\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nJhQaRkKe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__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", "fontStore", "fonts", "css", "className", "VimeoFonts", "getFonts", "Vimeo_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "studentName", "studentType", "text", "uRL", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "SkRwCtSxd", "d9doVIDm7", "H46ACwh8Y", "FRXNHGwYF", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1u19kiy", "args", "onTaphzvk7g", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "SVG", "RichText2", "css", "FrameraFwoDyJwA", "withCSS", "aFwoDyJwA_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "FwwdOIx_Z", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "Image2", "RichText2", "css", "FrameregwoYFvfm", "withCSS", "egwoYFvfm_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "negativeGapPrefix", "NegativeGapHorizontal", "Component", "props", "applyNegativeGap", "isVertical", "name", "negativeGapPrefix", "id", "gap", "u", "p", "MotionDivWithFX", "withFX", "motion", "MotionDivNegativeGapHorizontal", "NegativeGapHorizontal", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "transition3", "animation3", "animation4", "transition4", "animation5", "animation6", "animation7", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "optimizeAppear", "Image2", "css", "Frameriecqx975e", "withCSS", "iecqx975e_default", "addPropertyControls", "ControlType", "addFonts", "ButtonsRoundFonts", "getFonts", "Wk7n5rPq0_default", "ImageWithFX", "withFX", "Image2", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transition2", "animation", "animation1", "animation2", "transformTemplate1", "_", "t", "animation3", "animation4", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "height", "id", "leftThumbnail", "link", "mainThumbnail", "newTab", "rightThumbnail", "smoothScroll", "title", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "rn5JLJtr2", "K_2A962VT", "LLinDUGYC", "ogFPHp_3d", "ZOoiFlAla", "pzpZckzt8", "mmR_PQL36", "TfNc65R88", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1w6y446", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "optimizeAppear", "ComponentViewportProvider", "RichText2", "css", "FramerpYzjZod5o", "withCSS", "pYzjZod5o_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "ButtonsSocialFonts", "getFonts", "bYjciasOX_default", "MotionDivWithFX", "withFX", "motion", "NavigationFonts", "p5uMkofP_default", "ContainerWithFX", "Container", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "TomAndLisaHeaderFonts", "iecqx975e_default", "TickerFonts", "Ticker", "CardsExploreCardFonts", "pYzjZod5o_default", "CarouselFonts", "Carousel", "HubSpotFormFonts", "HubSpotForm", "ButtonsPrimaryFonts", "z4anqQ3wu_default", "VimeoFonts", "Vimeo_default", "CardsCourseCardFonts", "egwoYFvfm_default", "CardsTestimonialsFonts", "aFwoDyJwA_default", "CardsEntertainmentFonts", "oDPJ53cYE_default", "ThumbnailGameplayFonts", "z0c95hkTa_default", "ThumbnailBLFonts", "EnDZNNDaE_default", "FooterFonts", "uVmMi4SRs_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "transition2", "animation2", "addImageAlt", "image", "alt", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "isDisplayed", "ref2", "isDisplayed1", "isDisplayed2", "router", "useRouter", "elementId", "useRouteElementId", "ref3", "isDisplayed3", "elementId1", "ref4", "elementId2", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "RichText2", "x", "ComponentViewportProvider", "PropertyOverrides2", "SVG", "getLoadingLazyAtYPosition", "Image2", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "Link", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
