{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://framerusercontent.com/modules/zpHdGgxs0qL4QjKqpMvL/SYTXJK3IlfSAl4bO3Zhp/Sslr79Ruj.js", "ssg:https://framer.com/m/framer/store.js@^1.0.0", "ssg:https://framer.com/m/framer/utils.js@^0.9.0", "ssg:https://framerusercontent.com/modules/62Rn4YHwfi2mPIpSapec/0hfQwMMsysqYmwNsNVJ8/ZIndex.js", "ssg:https://framerusercontent.com/modules/wNwgfVTYExKK9syTfSIF/YBUINbghgh8hOrxZCqJ5/amogiD5Kc.js", "ssg:https://framerusercontent.com/modules/xlSgSKtHFG4bI18F75mE/SRGIuPLmLawdpSHg5tFo/CjCkvuMXa.js", "ssg:https://framerusercontent.com/modules/gTRpKhylHZVbIZbYqsL0/5vlo8TlLJqVONsXN9pE3/DeDE7TqFP.js", "ssg:https://framerusercontent.com/modules/a4cGNLD3srpUVZuOrMEQ/zAGzkO0DXSw8ZYaYWCs7/augiA20Il.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (c563d2c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/dT2Qpi9iCT2n4qQSMfoC/cffLXw3dZb02XPNybXFQ/Xsd7sv93j.js\";const enabledGestures={fhz9AHdkC:{hover:true},LKKXZWfzr:{hover:true}};const cycleOrder=[\"fhz9AHdkC\",\"LKKXZWfzr\"];const serializationHash=\"framer-XjKK5\";const variantClassNames={fhz9AHdkC:\"framer-v-1cn3yt2\",LKKXZWfzr:\"framer-v-m4abu\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.44,0,0,1],type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={delay:.1,duration:.6,ease:[0,.69,.56,1],type:\"tween\"};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 transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"fhz9AHdkC\",\"Variant 2\":\"LKKXZWfzr\"};const getProps=({_,description,height,id,image1,title,width,...props})=>{return{...props,fDBghi46i:description??props.fDBghi46i??\"Navigate complex regulations and build relationships with policymakers to advance your goals.\",hCYP4VQzO:_??props.hCYP4VQzO??\"01\",Ky4gQEfqH:title??props.Ky4gQEfqH??\"Government Relations & Public Policy\",OmORKnFoK:image1??props.OmORKnFoK??{src:\"https://framerusercontent.com/images/cULPrFDfoc7YZgaMo7DY2O82gw.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/cULPrFDfoc7YZgaMo7DY2O82gw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/cULPrFDfoc7YZgaMo7DY2O82gw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/cULPrFDfoc7YZgaMo7DY2O82gw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/cULPrFDfoc7YZgaMo7DY2O82gw.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/cULPrFDfoc7YZgaMo7DY2O82gw.jpg 6278w\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"fhz9AHdkC\"};};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,hCYP4VQzO,Ky4gQEfqH,fDBghi46i,OmORKnFoK,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"fhz9AHdkC\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"fhz9AHdkC-hover\")return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"fhz9AHdkC-hover\")return true;return false;};const defaultLayoutId=React.useId();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(scopingClassNames,\"framer-1cn3yt2\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"fhz9AHdkC\",ref:ref??ref1,style:{backgroundColor:\"var(--token-371ff3fb-d951-43d7-ab2c-8ec8f2a5b1d0, rgb(247, 247, 247))\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\",...style},variants:{\"fhz9AHdkC-hover\":{backgroundColor:\"rgb(240, 240, 240)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 0.7836301510105841px 0.5485411057074089px -0.3571428571428571px rgba(0, 0, 0, 0.055), 0px 1.9196475837030447px 1.3437533085921314px -0.7142857142857142px rgba(0, 0, 0, 0.055), 0px 3.6374547591782176px 2.546218331424752px -1.0714285714285714px rgba(0, 0, 0, 0.055), 0px 6.350044814858119px 4.445031370400684px -1.4285714285714284px rgba(0, 0, 0, 0.055), 0px 11.051870570040771px 7.73630939902854px -1.7857142857142858px rgba(0, 0, 0, 0.055), 0px 20.24281195079675px 14.169968365557724px -2.142857142857143px rgba(0, 0, 0, 0.055), 0px 40px 28px -2.5px rgba(0, 0, 0, 0.055)\"},\"LKKXZWfzr-hover\":{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"}},...addPropertyOverrides({\"fhz9AHdkC-hover\":{\"data-framer-name\":undefined},\"LKKXZWfzr-hover\":{\"data-framer-name\":undefined},LKKXZWfzr:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6670,intrinsicWidth:4447,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),pixelHeight:6670,pixelWidth:4447,sizes:\"197px\",...toResponsiveImage(OmORKnFoK)},className:\"framer-1485jvz\",\"data-framer-name\":\"Image 1\",layoutDependency:layoutDependency,layoutId:\"Yh5MbcDyE\",style:{borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6}})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t3fg48\",\"data-framer-name\":\"Image 2\",layoutDependency:layoutDependency,layoutId:\"MNIg77Yyb\",style:{backgroundColor:\"var(--token-371ff3fb-d951-43d7-ab2c-8ec8f2a5b1d0, rgb(247, 247, 247))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},variants:{\"fhz9AHdkC-hover\":{backgroundColor:\"rgb(32, 81, 161)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1}},children:isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lpv28m\",layoutDependency:layoutDependency,layoutId:\"h1019rOxJ\",transformTemplate:transformTemplate1,...addPropertyOverrides({\"fhz9AHdkC-hover\":{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8oxbqc\",layoutDependency:layoutDependency,layoutId:\"ZLnWJWutk\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-189ohut\",layoutDependency:layoutDependency,layoutId:\"k4cMzJQLf\",style:{backgroundColor:\"rgba(255, 255, 255, 0.12)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-fq1k35\",layoutDependency:layoutDependency,layoutId:\"YilTmxi7M\",style:{backgroundColor:\"rgba(33, 33, 29, 0.27)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1en6que\",layoutDependency:layoutDependency,layoutId:\"H0qmE2hRa\",style:{backgroundColor:\"rgba(33, 33, 29, 0.27)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}})]})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ua78ea\",layoutDependency:layoutDependency,layoutId:\"sHqqlJXOD\",style:{backgroundColor:\"var(--token-371ff3fb-d951-43d7-ab2c-8ec8f2a5b1d0, rgb(247, 247, 247))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-n3iggg\",layoutDependency:layoutDependency,layoutId:\"FOxH2IGHq\",style:{backgroundColor:\"var(--token-371ff3fb-d951-43d7-ab2c-8ec8f2a5b1d0, rgb(247, 247, 247))\",opacity:0},variants:{\"fhz9AHdkC-hover\":{backgroundColor:\"var(--token-8181356b-98bf-498c-9d34-c17b5d1fb87f, rgb(40, 94, 181))\",opacity:1},\"LKKXZWfzr-hover\":{backgroundColor:\"var(--token-8181356b-98bf-498c-9d34-c17b5d1fb87f, rgb(40, 94, 181))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xxdcst\",layoutDependency:layoutDependency,layoutId:\"nkQ1Y9oLO\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1r8r3oo\",\"data-framer-name\":\"txt\",layoutDependency:layoutDependency,layoutId:\"qmQH6GxUz\",style:{borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ut31h\",\"data-styles-preset\":\"Xsd7sv93j\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8181356b-98bf-498c-9d34-c17b5d1fb87f, rgb(40, 94, 181)))\"},children:\"01\"})}),className:\"framer-17zdysc\",\"data-framer-name\":\"Excepteur sint occae\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BhZUxpS7D\",style:{\"--extracted-r6o4lv\":\"var(--token-8181356b-98bf-498c-9d34-c17b5d1fb87f, rgb(40, 94, 181))\"},text:hCYP4VQzO,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNTAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(14, 14, 12))\"},children:\"Service\"})}),className:\"framer-151k0rs\",\"data-framer-name\":\"Wallet\",fonts:[\"GF;Schibsted Grotesk-500\"],layoutDependency:layoutDependency,layoutId:\"tfBr7DzNX\",style:{\"--extracted-r6o4lv\":\"rgb(14, 14, 12)\"},text:Ky4gQEfqH,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-j0hmsf\",\"data-framer-name\":\"txt\",layoutDependency:layoutDependency,layoutId:\"dT5Q2ANfM\",style:{borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ut31h\",\"data-styles-preset\":\"Xsd7sv93j\",children:\"Amazon Aws, Microsoft Azure, GCP\"})}),className:\"framer-gn71n8\",\"data-framer-name\":\"Wallet\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ctIP2ebYs\",text:fDBghi46i,verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-XjKK5.framer-1w76i65, .framer-XjKK5 .framer-1w76i65 { display: block; }\",\".framer-XjKK5.framer-1cn3yt2 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px 20px 30px 20px; position: relative; width: 280px; }\",\".framer-XjKK5 .framer-1485jvz, .framer-XjKK5 .framer-1t3fg48 { -webkit-user-select: none; flex: none; height: 104px; left: calc(50.00000000000002% - 197px / 2); overflow: hidden; position: absolute; top: 0px; user-select: none; width: 197px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-XjKK5 .framer-1lpv28m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 18px; width: 1fr; }\",\".framer-XjKK5 .framer-8oxbqc { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 4px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-XjKK5 .framer-189ohut, .framer-XjKK5 .framer-1en6que { flex: none; height: 8px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-XjKK5 .framer-fq1k35 { flex: none; height: 8px; overflow: hidden; position: relative; width: 80%; will-change: var(--framer-will-change-override, transform); }\",\".framer-XjKK5 .framer-ua78ea { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 0; }\",\".framer-XjKK5 .framer-n3iggg { flex: none; height: 6px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-XjKK5 .framer-xxdcst { 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%; z-index: 2; }\",\".framer-XjKK5 .framer-1r8r3oo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-XjKK5 .framer-17zdysc, .framer-XjKK5 .framer-gn71n8 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-XjKK5 .framer-151k0rs { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 221px; word-break: break-word; word-wrap: break-word; }\",\".framer-XjKK5 .framer-j0hmsf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XjKK5.framer-1cn3yt2, .framer-XjKK5 .framer-1lpv28m, .framer-XjKK5 .framer-8oxbqc, .framer-XjKK5 .framer-xxdcst, .framer-XjKK5 .framer-1r8r3oo, .framer-XjKK5 .framer-j0hmsf { gap: 0px; } .framer-XjKK5.framer-1cn3yt2 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-XjKK5.framer-1cn3yt2 > :first-child, .framer-XjKK5 .framer-8oxbqc > :first-child, .framer-XjKK5 .framer-xxdcst > :first-child, .framer-XjKK5 .framer-1r8r3oo > :first-child, .framer-XjKK5 .framer-j0hmsf > :first-child { margin-top: 0px; } .framer-XjKK5.framer-1cn3yt2 > :last-child, .framer-XjKK5 .framer-8oxbqc > :last-child, .framer-XjKK5 .framer-xxdcst > :last-child, .framer-XjKK5 .framer-1r8r3oo > :last-child, .framer-XjKK5 .framer-j0hmsf > :last-child { margin-bottom: 0px; } .framer-XjKK5 .framer-1lpv28m > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-XjKK5 .framer-1lpv28m > :first-child { margin-left: 0px; } .framer-XjKK5 .framer-1lpv28m > :last-child { margin-right: 0px; } .framer-XjKK5 .framer-8oxbqc > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-XjKK5 .framer-xxdcst > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-XjKK5 .framer-1r8r3oo > *, .framer-XjKK5 .framer-j0hmsf > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } }\",\".framer-XjKK5.framer-v-m4abu.framer-1cn3yt2 { gap: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XjKK5.framer-v-m4abu.framer-1cn3yt2 { gap: 0px; } .framer-XjKK5.framer-v-m4abu.framer-1cn3yt2 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-XjKK5.framer-v-m4abu.framer-1cn3yt2 > :first-child { margin-top: 0px; } .framer-XjKK5.framer-v-m4abu.framer-1cn3yt2 > :last-child { margin-bottom: 0px; } }\",\".framer-XjKK5.framer-v-1cn3yt2.hover .framer-1t3fg48 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: flex-start; left: calc(50.00000000000002% - 90% / 2); order: 1; padding: 8px 12px 8px 12px; top: -18px; width: 90%; }\",\".framer-XjKK5.framer-v-1cn3yt2.hover .framer-1lpv28m { left: unset; position: relative; top: unset; width: 100%; }\",\".framer-XjKK5.framer-v-1cn3yt2.hover .framer-ua78ea { order: 2; }\",\".framer-XjKK5.framer-v-1cn3yt2.hover .framer-n3iggg { order: 3; }\",\".framer-XjKK5.framer-v-1cn3yt2.hover .framer-xxdcst { order: 4; }\",\".framer-XjKK5.framer-v-1cn3yt2.hover .framer-j0hmsf { order: 5; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XjKK5.framer-v-1cn3yt2.hover .framer-1t3fg48 { gap: 0px; } .framer-XjKK5.framer-v-1cn3yt2.hover .framer-1t3fg48 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-XjKK5.framer-v-1cn3yt2.hover .framer-1t3fg48 > :first-child { margin-top: 0px; } .framer-XjKK5.framer-v-1cn3yt2.hover .framer-1t3fg48 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 303\n * @framerIntrinsicWidth 280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"LKKXZWfzr\":{\"layout\":[\"fixed\",\"auto\"]},\"VOOSAMdWy\":{\"layout\":[\"fixed\",\"auto\"]},\"D_kegsqeO\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"hCYP4VQzO\":\"_\",\"Ky4gQEfqH\":\"title\",\"fDBghi46i\":\"description\",\"OmORKnFoK\":\"image1\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerSslr79Ruj=withCSS(Component,css,\"framer-XjKK5\");export default FramerSslr79Ruj;FramerSslr79Ruj.displayName=\"Service card\";FramerSslr79Ruj.defaultProps={height:303,width:280};addPropertyControls(FramerSslr79Ruj,{variant:{options:[\"fhz9AHdkC\",\"LKKXZWfzr\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},hCYP4VQzO:{defaultValue:\"01\",displayTextArea:false,title:\"#\",type:ControlType.String},Ky4gQEfqH:{defaultValue:\"Government Relations & Public Policy\",displayTextArea:false,title:\"Title\",type:ControlType.String},fDBghi46i:{defaultValue:\"Navigate complex regulations and build relationships with policymakers to advance your goals.\",displayTextArea:false,title:\"Description\",type:ControlType.String},OmORKnFoK:{__defaultAssetReference:\"data:framer/asset-reference,cULPrFDfoc7YZgaMo7DY2O82gw.jpg?originalFilename=photo-1549959653-41e5c193b0ea%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHwzfHxidWlsZGluZyUyMGJsdWV8ZW58MHx8fHwxNzA2MTI0NzQxfDA%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Image 1\",type:ControlType.ResponsiveImage}});addFonts(FramerSslr79Ruj,[{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:\"Schibsted Grotesk\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNEMEASsJuXFGVOQ.woff2\",weight:\"500\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSslr79Ruj\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"hCYP4VQzO\\\":\\\"_\\\",\\\"Ky4gQEfqH\\\":\\\"title\\\",\\\"fDBghi46i\\\":\\\"description\\\",\\\"OmORKnFoK\\\":\\\"image1\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LKKXZWfzr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VOOSAMdWy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"D_kegsqeO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"303\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"280\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Sslr79Ruj.map", "import{useState,useEffect}from\"react\";import{Data,useObserveData}from\"framer\";export function createStore(state1){// Use Data so that a Preview reload resets the state\nconst dataStore=Data({state:Object.freeze({...state1})});// Create a set function that updates the state\nconst setDataStore=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(dataStore.state);}dataStore.state=Object.freeze({...dataStore.state,...newState});};// Store the initial state, copy the object if it's an object\nlet storeState=typeof state1===\"object\"?Object.freeze({...state1}):state1;// Keep a list of all the listeners, in the form of React hook setters\nconst storeSetters=new Set();// Create a set function that updates all the listeners / setters\nconst setStoreState=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(storeState);}storeState=typeof newState===\"object\"?Object.freeze({...storeState,...newState}):newState;// Update all the listeners / setters with the new value\nstoreSetters.forEach(setter=>setter(storeState));};// Create the actual hook based on everything above\nfunction useStore(){// Create the hook we are going to use as a listener\nconst[state,setState]=useState(storeState);// If we unmount the component using this hook, we need to remove the listener\n// @ts-ignore\nuseEffect(()=>{// But right now, we need to add the listener\nstoreSetters.add(setState);return()=>storeSetters.delete(setState);},[]);// If Data context exists, use Data, otherwise use vanilla React state\nif(useObserveData()===true){useObserveData();return[dataStore.state,setDataStore];}else{// Return the state and a function to update the central store\nreturn[state,setStoreState];}}return useStore;}\nexport const __FramerMetadata__ = {\"exports\":{\"createStore\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./createStore.map", "export const centerContent = {\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const autoSizingText = {\n    width: \"max-content\",\n    wordBreak: \"break-word\",\n    overflowWrap: \"break-word\",\n    overflow: \"hidden\",\n    whiteSpace: \"pre-wrap\",\n    flexShrink: 0\n};\nexport const defaultContainerStyles = {\n    ...centerContent,\n    overflow: \"hidden\"\n};\nexport const containerStyles = defaultContainerStyles;\nexport const randomColor = ()=>\"#\" + Math.floor(Math.random() * 16777215).toString(16)\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"centerContent\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"autoSizingText\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultContainerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomColor\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./Utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{randomColor}from\"https://framer.com/m/framer/utils.js@^0.9.0\";// Learn more: https://www.framer.com/docs/guides/overrides/\nconst useStore=createStore({background:\"#0099FF\"});export function withRotate(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,animate:{rotate:90},transition:{duration:2}});};}export function withHover(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,whileHover:{scale:1,zIndex:10}});};}export function withRandomColor(Component){const[store,setStore]=useStore();return props=>{return /*#__PURE__*/_jsx(Component,{...props,animate:{background:store.background},onClick:()=>{setStore({background:randomColor()});}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withRandomColor\":{\"type\":\"reactHoc\",\"name\":\"withRandomColor\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRotate\":{\"type\":\"reactHoc\",\"name\":\"withRotate\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withHover\":{\"type\":\"reactHoc\",\"name\":\"withHover\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ZIndex.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;DM Sans-regular\",\"GF;DM Sans-700\",\"GF;DM Sans-700italic\",\"GF;DM Sans-italic\"]);export const fonts=[{family:\"DM Sans\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},{family:\"DM Sans\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthS2f3ZGMZpg.woff2\",weight:\"700\"},{family:\"DM Sans\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9uCm32RmYJpso5.woff2\",weight:\"700\"},{family:\"DM Sans\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-JDW32RmYJpso5.woff2\",weight:\"400\"}];export const css=['.framer-WIY8h .framer-styles-preset-y4dh26:not(.rich-text-wrapper), .framer-WIY8h .framer-styles-preset-y4dh26.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-0564d15a-4950-4dce-8f28-b90ac2e73da3, #22221e); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1535px) and (min-width: 768px) { .framer-WIY8h .framer-styles-preset-y4dh26:not(.rich-text-wrapper), .framer-WIY8h .framer-styles-preset-y4dh26.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-size: 21px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-0564d15a-4950-4dce-8f28-b90ac2e73da3, #22221e); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-WIY8h .framer-styles-preset-y4dh26:not(.rich-text-wrapper), .framer-WIY8h .framer-styles-preset-y4dh26.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-0564d15a-4950-4dce-8f28-b90ac2e73da3, #22221e); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-WIY8h\";\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\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Bai Jamjuree-regular\",\"GF;Bai Jamjuree-700\",\"GF;Bai Jamjuree-700italic\",\"GF;Bai Jamjuree-italic\"]);export const fonts=[{family:\"Bai Jamjuree\",style:\"normal\",url:\"https://fonts.gstatic.com/s/baijamjuree/v11/LDI1apSCOBt_aeQQ7ftydoaMXMjKm7sp8g.woff2\",weight:\"400\"},{family:\"Bai Jamjuree\",style:\"normal\",url:\"https://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa05efulpA1-yiSgA.woff2\",weight:\"700\"},{family:\"Bai Jamjuree\",style:\"italic\",url:\"https://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_pylpo02S2CgOva.woff2\",weight:\"700\"},{family:\"Bai Jamjuree\",style:\"italic\",url:\"https://fonts.gstatic.com/s/baijamjuree/v11/LDIrapSCOBt_aeQQ7ftydoa8W8LLub458jGL.woff2\",weight:\"400\"}];export const css=['.framer-6qAYs .framer-styles-preset-1xbcqz1:not(.rich-text-wrapper), .framer-6qAYs .framer-styles-preset-1xbcqz1.rich-text-wrapper h4 { --framer-font-family: \"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif; --framer-font-family-bold: \"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif; --framer-font-family-italic: \"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif; --framer-font-size: 34px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-0564d15a-4950-4dce-8f28-b90ac2e73da3, #22221e); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1535px) and (min-width: 768px) { .framer-6qAYs .framer-styles-preset-1xbcqz1:not(.rich-text-wrapper), .framer-6qAYs .framer-styles-preset-1xbcqz1.rich-text-wrapper h4 { --framer-font-family: \"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif; --framer-font-family-bold: \"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif; --framer-font-family-italic: \"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-0564d15a-4950-4dce-8f28-b90ac2e73da3, #22221e); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-6qAYs .framer-styles-preset-1xbcqz1:not(.rich-text-wrapper), .framer-6qAYs .framer-styles-preset-1xbcqz1.rich-text-wrapper h4 { --framer-font-family: \"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif; --framer-font-family-bold: \"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif; --framer-font-family-italic: \"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-0564d15a-4950-4dce-8f28-b90ac2e73da3, #22221e); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-6qAYs\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Schibsted Grotesk-500\",\"GF;Schibsted Grotesk-700\",\"GF;Schibsted Grotesk-700italic\",\"GF;Schibsted Grotesk-500italic\"]);export const fonts=[{family:\"Schibsted Grotesk\",style:\"normal\",url:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNEMEASsJuXFGVOQ.woff2\",weight:\"500\"},{family:\"Schibsted Grotesk\",style:\"normal\",url:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNxcYASsJuXFGVOQ.woff2\",weight:\"700\"},{family:\"Schibsted Grotesk\",style:\"italic\",url:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oIPC8hvflSFOTXs.woff2\",weight:\"700\"},{family:\"Schibsted Grotesk\",style:\"italic\",url:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oLaDMhvflSFOTXs.woff2\",weight:\"500\"}];export const css=['.framer-TBvCo .framer-styles-preset-1furx7o:not(.rich-text-wrapper), .framer-TBvCo .framer-styles-preset-1furx7o.rich-text-wrapper p { --framer-font-family: \"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif; --framer-font-family-bold: \"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif; --framer-font-family-italic: \"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.04em; --framer-line-height: 120%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #0e0e0c; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-TBvCo\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6aa4fc0)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouter,withCodeBoundaryForOverrides,withCSS,withFX,withMappedReactProps}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import{OpenType}from\"https://framerusercontent.com/modules/1mNNOgfwADvlLoJzi0d5/GBd2R6h3g6vqXzvvyoTG/Type.js\";import Arc from\"https://framerusercontent.com/modules/4S4SnR1GdEzX95H1h5mT/2ycm7HJhFdePAmCNAAJd/Arc.js\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import FramerButton from\"https://framerusercontent.com/modules/jAri5ClAx4cNEadd2T1s/tT8DbOXLidr8ssZiWgnH/FramerButton.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/Z4QJ2YpzpVnWRfR6Ccgg/Video.js\";import Globe from\"https://framerusercontent.com/modules/xFhv3ETdRBLjJusGaZ1P/d9ZONLqTB9uCj5kbWKll/Globe.js\";import Footer from\"#framer/local/canvasComponent/b4hX4Mxor/b4hX4Mxor.js\";import ButtonPrimary from\"#framer/local/canvasComponent/FHCPwv8iZ/FHCPwv8iZ.js\";import TopbarCopy from\"#framer/local/canvasComponent/NfES1_8DQ/NfES1_8DQ.js\";import ServiceCard,*as ServiceCardInfo from\"#framer/local/canvasComponent/Sslr79Ruj/Sslr79Ruj.js\";import{withHover}from\"#framer/local/codeFile/WtrVo7W/ZIndex.js\";import*as sharedStyle8 from\"#framer/local/css/amogiD5Kc/amogiD5Kc.js\";import*as sharedStyle7 from\"#framer/local/css/CjCkvuMXa/CjCkvuMXa.js\";import*as sharedStyle4 from\"#framer/local/css/DeDE7TqFP/DeDE7TqFP.js\";import*as sharedStyle6 from\"#framer/local/css/iHAgbIs1D/iHAgbIs1D.js\";import*as sharedStyle from\"#framer/local/css/oQhZPF9aM/oQhZPF9aM.js\";import*as sharedStyle3 from\"#framer/local/css/wsNj260oQ/wsNj260oQ.js\";import*as sharedStyle5 from\"#framer/local/css/Xsd7sv93j/Xsd7sv93j.js\";import*as sharedStyle2 from\"#framer/local/css/xynOWlvhZ/xynOWlvhZ.js\";import*as sharedStyle1 from\"#framer/local/css/ziroQLk_U/ziroQLk_U.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const VideoFonts=getFonts(Video);const ContainerWithFX=withFX(Container);const TopbarCopyFonts=getFonts(TopbarCopy);const RichTextOpenTypebx5a18=withCodeBoundaryForOverrides(RichText,{inComponentSlot:true,nodeId:\"HMrrYpwJc\",override:OpenType,scopeId:\"augiA20Il\"});const RichTextOpenType1vvx0ud=withCodeBoundaryForOverrides(RichText,{inComponentSlot:true,nodeId:\"z7J6EJ92B\",override:OpenType,scopeId:\"augiA20Il\"});const RichTextOpenType1r2958s=withCodeBoundaryForOverrides(RichText,{inComponentSlot:true,nodeId:\"Q7VuFTDWm\",override:OpenType,scopeId:\"augiA20Il\"});const RichTextWithFX=withFX(RichText);const ButtonPrimaryFonts=getFonts(ButtonPrimary);const MotionDivWithFX=withFX(motion.div);const ArcFonts=getFonts(Arc);const RichTextOpenType1trnmwv=withCodeBoundaryForOverrides(RichText,{inComponentSlot:true,nodeId:\"uSYiv1CpS\",override:OpenType,scopeId:\"augiA20Il\"});const RichTextOpenType5fm1ms=withCodeBoundaryForOverrides(RichText,{inComponentSlot:true,nodeId:\"iiaufwLgN\",override:OpenType,scopeId:\"augiA20Il\"});const RichTextOpenType1rtq7os=withCodeBoundaryForOverrides(RichText,{inComponentSlot:true,nodeId:\"dY2oLA13c\",override:OpenType,scopeId:\"augiA20Il\"});const RichTextOpenType16n4azq=withCodeBoundaryForOverrides(RichText,{inComponentSlot:true,nodeId:\"subyMLdm3\",override:OpenType,scopeId:\"augiA20Il\"});const RichTextOpenTypelq945q=withCodeBoundaryForOverrides(RichText,{inComponentSlot:true,nodeId:\"QIbKEG1sv\",override:OpenType,scopeId:\"augiA20Il\"});const GlobeFonts=getFonts(Globe);const TickerFonts=getFonts(Ticker);const ServiceCardFonts=getFonts(ServiceCard);const ServiceCardWithHoverzlph31WithMappedReactProps1tkdehj=withMappedReactProps(withCodeBoundaryForOverrides(ServiceCard,{nodeId:\"uHmkcHT4C\",override:withHover,scopeId:\"augiA20Il\"}),ServiceCardInfo);const ServiceCardWithHoverpz8muhWithMappedReactProps1tkdehj=withMappedReactProps(withCodeBoundaryForOverrides(ServiceCard,{nodeId:\"r80Sg95kz\",override:withHover,scopeId:\"augiA20Il\"}),ServiceCardInfo);const ServiceCardWithHoveri4popWithMappedReactProps1tkdehj=withMappedReactProps(withCodeBoundaryForOverrides(ServiceCard,{nodeId:\"Erf53msu2\",override:withHover,scopeId:\"augiA20Il\"}),ServiceCardInfo);const ServiceCardWithHover1q6aiduWithMappedReactProps1tkdehj=withMappedReactProps(withCodeBoundaryForOverrides(ServiceCard,{nodeId:\"iYSbcGiF3\",override:withHover,scopeId:\"augiA20Il\"}),ServiceCardInfo);const ServiceCardWithHover188b9cvWithMappedReactProps1tkdehj=withMappedReactProps(withCodeBoundaryForOverrides(ServiceCard,{nodeId:\"vsPrzk30L\",override:withHover,scopeId:\"augiA20Il\"}),ServiceCardInfo);const ServiceCardWithHoverhazucgWithMappedReactProps1tkdehj=withMappedReactProps(withCodeBoundaryForOverrides(ServiceCard,{nodeId:\"vxze5hbVW\",override:withHover,scopeId:\"augiA20Il\"}),ServiceCardInfo);const ServiceCardWithHoverb2zglwWithMappedReactProps1tkdehj=withMappedReactProps(withCodeBoundaryForOverrides(ServiceCard,{nodeId:\"xxLqY9q5s\",override:withHover,scopeId:\"augiA20Il\"}),ServiceCardInfo);const ServiceCardWithHoveru7ljb6WithMappedReactProps1tkdehj=withMappedReactProps(withCodeBoundaryForOverrides(ServiceCard,{nodeId:\"tAw6NeIbK\",override:withHover,scopeId:\"augiA20Il\"}),ServiceCardInfo);const FooterFonts=getFonts(Footer);const FramerButtonFonts=getFonts(FramerButton);const breakpoints={b7PVpoM3p:\"(min-width: 2000px)\",bPBog_ozx:\"(max-width: 767px)\",WQLkyLRf1:\"(min-width: 1280px) and (max-width: 1999px)\",xTI3AI3QJ:\"(min-width: 768px) and (max-width: 1279px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Lojxi\";const variantClassNames={b7PVpoM3p:\"framer-v-18853t4\",bPBog_ozx:\"framer-v-p8kvjh\",WQLkyLRf1:\"framer-v-72rtr7\",xTI3AI3QJ:\"framer-v-duk94y\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition1={delay:.3,duration:1,ease:[1,.02,.56,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const transition2={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition3={delay:.1,duration:.8,ease:[.9,.01,.56,1],type:\"tween\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const transition4={delay:.2,duration:.6,ease:[.9,.01,.56,1],type:\"tween\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const transition5={damping:60,delay:.4,mass:1,stiffness:400,type:\"spring\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const transition6={damping:60,delay:.5,mass:1,stiffness:400,type:\"spring\"};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"desktop+\":\"b7PVpoM3p\",Desktop:\"WQLkyLRf1\",Phone:\"bPBog_ozx\",Tablet:\"xTI3AI3QJ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const jJ6CdZr2H3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const iMV59QLik3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"bPBog_ozx\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"b7PVpoM3p\")return false;return true;};const router=useRouter();const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"b7PVpoM3p\")return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"bPBog_ozx\")return true;return false;};const isDisplayed4=()=>{if(!isBrowser())return true;if(baseVariant===\"xTI3AI3QJ\")return false;return true;};const isDisplayed5=()=>{if(!isBrowser())return true;if(baseVariant===\"xTI3AI3QJ\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-371ff3fb-d951-43d7-ab2c-8ec8f2a5b1d0, rgb(247, 247, 247)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:3030,pixelWidth:3030,positionX:\"left\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/Wsa4m0mZMRby9w8eKjdI8NO4tic.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/Wsa4m0mZMRby9w8eKjdI8NO4tic.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Wsa4m0mZMRby9w8eKjdI8NO4tic.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Wsa4m0mZMRby9w8eKjdI8NO4tic.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Wsa4m0mZMRby9w8eKjdI8NO4tic.jpg 3030w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:1920,pixelHeight:3030,pixelWidth:3030,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/Wsa4m0mZMRby9w8eKjdI8NO4tic.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/Wsa4m0mZMRby9w8eKjdI8NO4tic.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Wsa4m0mZMRby9w8eKjdI8NO4tic.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Wsa4m0mZMRby9w8eKjdI8NO4tic.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Wsa4m0mZMRby9w8eKjdI8NO4tic.jpg 3030w\"},className:\"framer-1mrnev7\",\"data-framer-name\":\"Hero section\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1uttbl-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"fGim2w5DD\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{objectFit:\"scale-down\"}},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"fGim2w5DD\",isMixedBorderRadius:false,layoutId:\"fGim2w5DD\",loop:true,muted:true,objectFit:\"fill\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/IWCK0XEk36io48H5tRjyIInYo.mp4\",srcType:\"URL\",srcUrl:\"https://emcstrategygroup.com/wp-content/uploads/2023/07/US-Capitol-Rotunda.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-digp6o hidden-p8kvjh\"}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1flpxh8 hidden-p8kvjh\",\"data-framer-name\":\"Navigation\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b7PVpoM3p:{width:`min(5000px, ${componentViewport?.width||\"100vw\"})`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-qte2k-container\",id:\"qte2k\",nodeId:\"KujK3W6GN\",scopeId:\"augiA20Il\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b7PVpoM3p:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(TopbarCopy,{D8RGTeQwu:\"var(--token-371ff3fb-d951-43d7-ab2c-8ec8f2a5b1d0, rgb(247, 247, 247))\",height:\"100%\",id:\"KujK3W6GN\",jJ6CdZr2H:jJ6CdZr2H3bnx0g({overlay}),layoutId:\"KujK3W6GN\",style:{width:\"100%\"},variant:overlay.visible?\"k7Ab5L_Ai\":\"Orx3FPDvu\",width:\"100%\",YUtZvtOQH:\"var(--token-c0cbfbbb-1fe0-470d-8a93-aa95db8c522a, rgb(247, 247, 247))\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-zty7c4\"),\"data-framer-portal-id\":\"qte2k\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"mMkjBVIGQ\"),/*#__PURE__*/_jsxs(motion.div,{animate:animation3,className:cx(scopingClassNames,\"framer-xjuf7g\"),\"data-framer-name\":\"Links\",\"data-framer-portal-id\":\"qte2k\",exit:animation2,initial:animation4,children:[/*#__PURE__*/_jsx(RichTextOpenTypebx5a18,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFpIEphbWp1cmVlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"HMrrYpwJc\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-luwm18\",\"data-styles-preset\":\"oQhZPF9aM\",children:\"Home\"})})})}),className:\"framer-bx5a18\",fonts:[\"GF;Bai Jamjuree-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextOpenType1vvx0ud,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFpIEphbWp1cmVlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"e3kcexim6\"},motionChild:true,nodeId:\"z7J6EJ92B\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-luwm18\",\"data-styles-preset\":\"oQhZPF9aM\",children:\"Blog\"})})})}),className:\"framer-1vvx0ud\",fonts:[\"GF;Bai Jamjuree-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextOpenType1r2958s,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFpIEphbWp1cmVlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vAFHiEWWP\"},motionChild:true,nodeId:\"Q7VuFTDWm\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-luwm18\",\"data-styles-preset\":\"oQhZPF9aM\",children:\"Contact\"})})})}),className:\"framer-1r2958s\",fonts:[\"GF;Bai Jamjuree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),getContainer())})})]})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-e7qgbj\",\"data-framer-name\":\"container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cxomn8\",\"data-framer-name\":\"Hero-content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-fuddfd\",\"data-framer-name\":\"content-txt\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pddbmh\",\"data-framer-name\":\"heading\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-mz4dc5\",\"data-styles-preset\":\"ziroQLk_U\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Government External Affairs \"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"strong\",{children:\"Consulting Firm\"})]})}),className:\"framer-h7mcb8\",\"data-framer-name\":\"Get More of What You Want From Your Business\",fonts:[\"Inter\",\"Inter-Bold\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1n81cj6\",\"data-framer-name\":\"text\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-dv2q2y\",\"data-styles-preset\":\"xynOWlvhZ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-371ff3fb-d951-43d7-ab2c-8ec8f2a5b1d0, rgb(247, 247, 247))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"We help organizations navigate government systems, influence policy, and build strong relationships with decision-makers.\"})})}),className:\"framer-jzz1ft\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\",\"Inter-Bold\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1p12o3j\",\"data-framer-name\":\"facts\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11z675p\",\"data-framer-name\":\"1\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-v791n5\",\"data-framer-name\":\"Frame\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 8.795 15.875 L 4.625 11.705 L 3.205 13.115 L 8.795 18.705 L 20.795 6.705 L 19.385 5.295 Z\" fill=\"var(--token-03693ef2-3d2f-41ed-af01-d716f9eee632, rgb(254, 192, 0)) /* {&quot;name&quot;:&quot;Primary-Main&quot;} */\"></path></svg>',svgContentId:12456396241,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(196, 198, 202)\"},children:\"Trusted by 100+ Organizations\"})}),className:\"framer-dgsm0p\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;DM Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qes8bd\",\"data-framer-name\":\"2\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-joclwd\",\"data-framer-name\":\"Frame\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 8.795 15.875 L 4.625 11.705 L 3.205 13.115 L 8.795 18.705 L 20.795 6.705 L 19.385 5.295 Z\" fill=\"var(--token-03693ef2-3d2f-41ed-af01-d716f9eee632, rgb(254, 192, 0)) /* {&quot;name&quot;:&quot;Primary-Main&quot;} */\"></path></svg>',svgContentId:12456396241,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(196, 198, 202)\"},children:\"Proven Record\"})}),className:\"framer-37vqu7\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;DM Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-68htsc\",\"data-framer-name\":\"4\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-18tes4\",\"data-framer-name\":\"Frame\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 8.795 15.875 L 4.625 11.705 L 3.205 13.115 L 8.795 18.705 L 20.795 6.705 L 19.385 5.295 Z\" fill=\"var(--token-03693ef2-3d2f-41ed-af01-d716f9eee632, rgb(254, 192, 0)) /* {&quot;name&quot;:&quot;Primary-Main&quot;} */\"></path></svg>',svgContentId:12456396241,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(196, 198, 202)\"},children:\"Expert Team\"})}),className:\"framer-3s9np1\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;DM Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-10lalvr hidden-18853t4\",\"data-framer-name\":\"cta+ratings\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vAFHiEWWP\"},implicitPathVariables:undefined},{href:{webPageId:\"vAFHiEWWP\"},implicitPathVariables:undefined},{href:{webPageId:\"vAFHiEWWP\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1280px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+156+0+0+0+0+0+0+35+251.6+0+328+15+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-t7ueq7-container\",nodeId:\"cwX2ZfCET\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{GwflIu3yC:resolvedLinks[2],style:{width:\"100%\"}},xTI3AI3QJ:{GwflIu3yC:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ButtonPrimary,{GwflIu3yC:resolvedLinks[0],height:\"100%\",id:\"cwX2ZfCET\",layoutId:\"cwX2ZfCET\",ooodzduO6:\"Claim My Consultation\",Qf6DGomur:2,variant:\"zjJO2itYB\",width:\"100%\",xL3FqAHZw:\"var(--token-03693ef2-3d2f-41ed-af01-d716f9eee632, rgb(253, 176, 34))\"})})})})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ym2evn hidden-72rtr7 hidden-duk94y hidden-p8kvjh\",\"data-framer-name\":\"facts\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-197dqqo\",\"data-framer-name\":\"cta+ratings\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vAFHiEWWP\"},implicitPathVariables:undefined},{href:{webPageId:\"vAFHiEWWP\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-sxsbvr-container\",nodeId:\"MgTHVlCA0\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b7PVpoM3p:{GwflIu3yC:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ButtonPrimary,{GwflIu3yC:resolvedLinks1[0],height:\"100%\",id:\"MgTHVlCA0\",layoutId:\"MgTHVlCA0\",ooodzduO6:\"Partner with Us\",Qf6DGomur:2,style:{height:\"100%\"},variant:\"zjJO2itYB\",width:\"100%\",xL3FqAHZw:\"var(--token-03693ef2-3d2f-41ed-af01-d716f9eee632, rgb(253, 176, 34))\"})})})})})})})]})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vl6nnp-container hidden-p8kvjh\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"lCLGIUMCt\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Arc,{alignmentBaseline:\"bottom\",animate:false,animateDuration:5,animateEnd:150,animateStart:-50,color:\"rgb(255, 255, 255)\",cylinderHeight:0,flip:false,font:{fontFamily:'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',fontSize:\"12px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0.3em\",lineHeight:\"1em\"},height:\"100%\",id:\"lCLGIUMCt\",layoutId:\"lCLGIUMCt\",rotate:true,rotateSpeed:5,slots:[],startOffset:0,style:{height:\"100%\",width:\"100%\"},text:\"\u2726 EMC \u2726 STRATEGY \u2726 GROUP \u2726 LLC \",type:\"circle\",width:\"100%\",wordSpacing:0})})})]})}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-4a6bug hidden-72rtr7 hidden-duk94y hidden-18853t4\",\"data-framer-name\":\"Navigation\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay2=>/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+0+0+0+12}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-cnci4i-container\",id:\"cnci4i\",nodeId:\"PGT5c9Cby\",scopeId:\"augiA20Il\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{variant:overlay1.visible||overlay2.visible?\"k7Ab5L_Ai\":\"gza0asgFt\"}},children:/*#__PURE__*/_jsx(TopbarCopy,{D8RGTeQwu:\"var(--token-371ff3fb-d951-43d7-ab2c-8ec8f2a5b1d0, rgb(247, 247, 247))\",height:\"100%\",id:\"PGT5c9Cby\",iMV59QLik:iMV59QLik3bnx0g({overlay:overlay2}),jJ6CdZr2H:jJ6CdZr2H3bnx0g({overlay:overlay1}),layoutId:\"PGT5c9Cby\",style:{width:\"100%\"},variant:overlay1.visible||overlay2.visible?\"k7Ab5L_Ai\":\"Orx3FPDvu\",width:\"100%\",YUtZvtOQH:\"var(--token-c0cbfbbb-1fe0-470d-8a93-aa95db8c522a, rgb(247, 247, 247))\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-787p40\"),\"data-framer-portal-id\":\"cnci4i\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"Jt72IOkmm\"),/*#__PURE__*/_jsxs(motion.div,{animate:animation3,className:cx(scopingClassNames,\"framer-w66jai\"),\"data-framer-name\":\"Links\",\"data-framer-portal-id\":\"cnci4i\",exit:animation2,initial:animation4,children:[/*#__PURE__*/_jsx(RichTextOpenType1trnmwv,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFpIEphbWp1cmVlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"uSYiv1CpS\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-luwm18\",\"data-styles-preset\":\"oQhZPF9aM\",children:\"Home\"})})})}),className:\"framer-1trnmwv\",fonts:[\"GF;Bai Jamjuree-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFpIEphbWp1cmVlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pAUYr3DjU\"},motionChild:true,nodeId:\"iiaufwLgN\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-luwm18\",\"data-styles-preset\":\"oQhZPF9aM\",children:\"About Us\"})})})})}},children:/*#__PURE__*/_jsx(RichTextOpenType5fm1ms,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFpIEphbWp1cmVlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"iiaufwLgN\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-luwm18\",\"data-styles-preset\":\"oQhZPF9aM\",children:\"Home\"})})})}),className:\"framer-5fm1ms\",fonts:[\"GF;Bai Jamjuree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFpIEphbWp1cmVlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AymC2DBt0\"},motionChild:true,nodeId:\"dY2oLA13c\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-luwm18\",\"data-styles-preset\":\"oQhZPF9aM\",children:\"Meet The Team\"})})})})}},children:/*#__PURE__*/_jsx(RichTextOpenType1rtq7os,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFpIEphbWp1cmVlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"dY2oLA13c\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-luwm18\",\"data-styles-preset\":\"oQhZPF9aM\",children:\"Home\"})})})}),className:\"framer-1rtq7os\",fonts:[\"GF;Bai Jamjuree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(RichTextOpenType16n4azq,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFpIEphbWp1cmVlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"e3kcexim6\"},motionChild:true,nodeId:\"subyMLdm3\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-luwm18\",\"data-styles-preset\":\"oQhZPF9aM\",children:\"Blog\"})})})}),className:\"framer-16n4azq hidden-p8kvjh\",fonts:[\"GF;Bai Jamjuree-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextOpenTypelq945q,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFpIEphbWp1cmVlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vAFHiEWWP\"},motionChild:true,nodeId:\"QIbKEG1sv\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-luwm18\",\"data-styles-preset\":\"oQhZPF9aM\",children:\"Contact\"})})})}),className:\"framer-lq945q\",fonts:[\"GF;Bai Jamjuree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),getContainer())})})]})})})})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qn48gw\",\"data-framer-name\":\"Discover\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rdlgzo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-7d0sj1\",\"data-framer-name\":\"lines\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:943,intrinsicWidth:1751,svg:'<svg width=\"1751\" height=\"943\" viewBox=\"0 0 1751 943\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M107.05 110L236.965 223.378C601.293 541.326 1093.13 671.029 1566.87 574.086L1721.19 542.507\" stroke=\"url(#paint0_linear_100_9637)\" stroke-width=\"1.5\"/>\\n<path d=\"M142.082 66.0311L150.948 73.7678C497.353 376.041 964.969 499.356 1415.39 407.212V407.212\" stroke=\"url(#paint1_linear_100_9637)\" stroke-width=\"1.5\"/>\\n<path d=\"M173.341 9.99996L180.302 16.0766C452.321 253.528 819.596 350.382 1173.33 277.948V277.948\" stroke=\"url(#paint2_linear_100_9637)\" stroke-width=\"1.5\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_100_9637\" x1=\"53.5249\" y1=\"309.758\" x2=\"1667.66\" y2=\"742.265\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#C4C6CA\"/>\\n<stop offset=\"1\" stop-color=\"#C4C6CA\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_100_9637\" x1=\"99.8648\" y1=\"223.586\" x2=\"1373.17\" y2=\"564.767\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#C4C6CA\"/>\\n<stop offset=\"1\" stop-color=\"#C4C6CA\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_100_9637\" x1=\"140.17\" y1=\"133.793\" x2=\"1140.16\" y2=\"401.741\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#C4C6CA\"/>\\n<stop offset=\"1\" stop-color=\"#C4C6CA\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ddhma7\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10a7o7m-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"n27LgSM3Z\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Globe,{alignment:\"center\",background:\"rgba(247, 247, 247, 0)\",baseColor:\"rgba(247, 247, 247, 0)\",dark:0,diffuse:4.62,dragOptions:{damping:40,mass:1,stiffness:200},glowColor:\"rgb(204, 204, 204)\",height:\"100%\",id:\"n27LgSM3Z\",isDraggable:true,layoutId:\"n27LgSM3Z\",mapBrightness:1.38,markerArray:[],markerColor:\"rgb(255, 255, 255)\",markerSize:.1,maxSamples:12e3,maxWidth:1e3,offset:{offsetX:0,offsetY:0},phi:0,scale:1,speed:.4,style:{height:\"100%\",width:\"100%\"},theta:.3,width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17p6cbw\",\"data-framer-name\":\"head\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-plcpd1\",\"data-styles-preset\":\"wsNj260oQ\",children:\"Discover why Hundreds of Organizations Trust EMC Strategy Group\"})}),className:\"framer-r1ew55\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qqv8pu\",\"data-framer-name\":\"items\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gc8hkf\",\"data-framer-name\":\"1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mxxuvi\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-dxsj0o\",\"data-framer-name\":\"Frame 22\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m13neu\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1furx7o\",\"data-styles-preset\":\"DeDE7TqFP\",children:\"100+\"})}),className:\"framer-1lrug7t\",\"data-framer-name\":\"Wallet\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-19ut31h\",\"data-styles-preset\":\"Xsd7sv93j\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Successful Legislative Wins\"}),\", securing favorable policies for clients at local, state, and federal levels.\"]})}),className:\"framer-5vl0mz\",\"data-framer-name\":\"Excepteur sint occae\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jnkfy2\",\"data-framer-name\":\"2\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ddla6\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f1m40l\",\"data-framer-name\":\"Frame 22\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q36jak\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1furx7o\",\"data-styles-preset\":\"DeDE7TqFP\",children:\"25+\"})}),className:\"framer-rx1ys7\",\"data-framer-name\":\"Wallet\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-19ut31h\",\"data-styles-preset\":\"Xsd7sv93j\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Years of Experience\"}),\" in navigating complex government relations and lobbying strategies.\"]})}),className:\"framer-15wz95c\",\"data-framer-name\":\"Excepteur sint occae\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1guxw5z\",\"data-framer-name\":\"3\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hqfonq\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pbvlot\",\"data-framer-name\":\"Frame 22\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qg5j0s\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1furx7o\",\"data-styles-preset\":\"DeDE7TqFP\",children:\"50+\"})}),className:\"framer-182p1x9\",\"data-framer-name\":\"Wallet\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-19ut31h\",\"data-styles-preset\":\"Xsd7sv93j\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Government Contracts Awarded\"}),\" to clients with our strategic guidance and advocacy\"]})}),className:\"framer-1d9edob\",\"data-framer-name\":\"Excepteur sint occae\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dklar\",\"data-framer-name\":\"4\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-18ezfy5\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-b924zu\",\"data-framer-name\":\"Frame 22\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tbpc2s\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1furx7o\",\"data-styles-preset\":\"DeDE7TqFP\",children:\"$10M+\"})}),className:\"framer-1o9uamk\",\"data-framer-name\":\"Wallet\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-19ut31h\",\"data-styles-preset\":\"Xsd7sv93j\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"in Funding\"}),\" secured for clients through grants and economic development initiatives.\"]})}),className:\"framer-13oewh4\",\"data-framer-name\":\"Excepteur sint occae\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3576,intrinsicWidth:2392,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2588.6),pixelHeight:3723,pixelWidth:5636,sizes:`min(${componentViewport?.width||\"100vw\"}, 1344px)`,src:\"https://framerusercontent.com/images/34126142XOMKlXoJrABW36yBuMs.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/34126142XOMKlXoJrABW36yBuMs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/34126142XOMKlXoJrABW36yBuMs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/34126142XOMKlXoJrABW36yBuMs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/34126142XOMKlXoJrABW36yBuMs.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/34126142XOMKlXoJrABW36yBuMs.jpg 5636w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3576,intrinsicWidth:2392,pixelHeight:3723,pixelWidth:5636,sizes:`min(${componentViewport?.width||\"100vw\"}, 1344px)`,src:\"https://framerusercontent.com/images/34126142XOMKlXoJrABW36yBuMs.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/34126142XOMKlXoJrABW36yBuMs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/34126142XOMKlXoJrABW36yBuMs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/34126142XOMKlXoJrABW36yBuMs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/34126142XOMKlXoJrABW36yBuMs.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/34126142XOMKlXoJrABW36yBuMs.jpg 5636w\"},className:\"framer-1r9q3k7\",\"data-framer-name\":\"Authority\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-wlnen6\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-t3aoey\",\"data-styles-preset\":\"iHAgbIs1D\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-371ff3fb-d951-43d7-ab2c-8ec8f2a5b1d0, rgb(247, 247, 247))\"},children:\"  Women Owned \u2726 Veteran Led\"})}),className:\"framer-yg8lrn\",\"data-framer-name\":\"Quote\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1niyvr8\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-but7tf\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-y3grz4\",\"data-framer-name\":\"comment\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wc0ajs\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q06oxy\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q7eutu\",\"data-framer-name\":\"Text and supporting text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Janice M. Gonzalez  \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Janice M. Gonzalez  \"})}),className:\"framer-1av6w9g\",\"data-framer-name\":\"Text\",fonts:[\"GF;DM Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(196, 198, 202)\"},children:\"OWNER & FOUNDER\"})}),className:\"framer-103qd78\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed4()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2588.6+78+57.6+0+0+60+0+0+0+32+68.4),pixelHeight:491,pixelWidth:477,src:\"https://framerusercontent.com/images/p7xw8zuMJFEvCYnayKARYIcnS4.jpg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:491,pixelWidth:477,src:\"https://framerusercontent.com/images/p7xw8zuMJFEvCYnayKARYIcnS4.jpg\"},className:\"framer-7jbm1j hidden-duk94y\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1xbcqz1\",\"data-styles-preset\":\"CjCkvuMXa\",style:{\"--framer-text-color\":\"var(--token-371ff3fb-d951-43d7-ab2c-8ec8f2a5b1d0, rgb(247, 247, 247))\"},children:\"Janice brings over two decades of experience in public affairs and nonprofit leadership. Known for her ability to build strong community partnerships and drive impactful initiatives, she plays a key role in shaping strategies that strengthen client relationships with local and state government entities.\"})}),className:\"framer-1w53x4a\",\"data-framer-name\":\"Quote\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:491,pixelWidth:477,src:\"https://framerusercontent.com/images/p7xw8zuMJFEvCYnayKARYIcnS4.jpg\"},className:\"framer-316zxs hidden-72rtr7 hidden-p8kvjh hidden-18853t4\",\"data-framer-name\":\"Image\"}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2588.6+78+57.6+0+0+60+0+0+0+32+88.4),pixelHeight:491,pixelWidth:477,src:\"https://framerusercontent.com/images/p7xw8zuMJFEvCYnayKARYIcnS4.jpg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:491,pixelWidth:477,src:\"https://framerusercontent.com/images/p7xw8zuMJFEvCYnayKARYIcnS4.jpg\"},className:\"framer-sk8ayp hidden-72rtr7 hidden-duk94y hidden-18853t4\",\"data-framer-name\":\"Image\"})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18kv4wp\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xsp3vh\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-x0izd1\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9uaeyb\",\"data-framer-name\":\"Text and supporting text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ernie Gonzalez, Jr.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ernie Gonzalez, Jr.\"})}),className:\"framer-156r8l7\",\"data-framer-name\":\"Text\",fonts:[\"GF;DM Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(196, 198, 202)\"},children:\"PRESIDENT & CEO\"})}),className:\"framer-1p1uklz\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:491,pixelWidth:477,src:\"https://framerusercontent.com/images/p7xw8zuMJFEvCYnayKARYIcnS4.jpg\"},className:\"framer-11eouqu hidden-72rtr7 hidden-p8kvjh hidden-18853t4\",\"data-framer-name\":\"Image\"})]})}),isDisplayed4()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2588.6+78+57.6+0+869.4+0+32+389.4),pixelHeight:554,pixelWidth:601,sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1344px) - 64px, 1px)`,src:\"https://framerusercontent.com/images/8ghWY8fIueQGYphVUXVuZtpgB2Y.jpg\",srcSet:\"https://framerusercontent.com/images/8ghWY8fIueQGYphVUXVuZtpgB2Y.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8ghWY8fIueQGYphVUXVuZtpgB2Y.jpg 601w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:554,pixelWidth:601,sizes:\"509px\",src:\"https://framerusercontent.com/images/8ghWY8fIueQGYphVUXVuZtpgB2Y.jpg\",srcSet:\"https://framerusercontent.com/images/8ghWY8fIueQGYphVUXVuZtpgB2Y.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8ghWY8fIueQGYphVUXVuZtpgB2Y.jpg 601w\"},className:\"framer-1haynk8 hidden-duk94y\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1xbcqz1\",\"data-styles-preset\":\"CjCkvuMXa\",style:{\"--framer-text-color\":\"var(--token-371ff3fb-d951-43d7-ab2c-8ec8f2a5b1d0, rgb(247, 247, 247))\"},children:\"Ernie is a seasoned government relations expert with 25+ years of experience in advocacy, policy strategy, and economic development. His deep understanding of government operations and extensive network of decision-makers has made him a trusted advisor for organizations seeking influence and results.\"})}),className:\"framer-1t542n5\",\"data-framer-name\":\"Quote\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xTI3AI3QJ:{background:{alt:\"\",fit:\"fill\",pixelHeight:554,pixelWidth:601,sizes:\"516px\",src:\"https://framerusercontent.com/images/8ghWY8fIueQGYphVUXVuZtpgB2Y.jpg\",srcSet:\"https://framerusercontent.com/images/8ghWY8fIueQGYphVUXVuZtpgB2Y.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8ghWY8fIueQGYphVUXVuZtpgB2Y.jpg 601w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:554,pixelWidth:601,src:\"https://framerusercontent.com/images/8ghWY8fIueQGYphVUXVuZtpgB2Y.jpg\",srcSet:\"https://framerusercontent.com/images/8ghWY8fIueQGYphVUXVuZtpgB2Y.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8ghWY8fIueQGYphVUXVuZtpgB2Y.jpg 601w\"},className:\"framer-1cxcfq hidden-72rtr7 hidden-p8kvjh hidden-18853t4\",\"data-framer-name\":\"Image\"})}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2588.6+78+57.6+0+869.4+0+32+65.4),pixelHeight:554,pixelWidth:601,sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1344px) - 64px, 1px)`,src:\"https://framerusercontent.com/images/8ghWY8fIueQGYphVUXVuZtpgB2Y.jpg\",srcSet:\"https://framerusercontent.com/images/8ghWY8fIueQGYphVUXVuZtpgB2Y.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8ghWY8fIueQGYphVUXVuZtpgB2Y.jpg 601w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:554,pixelWidth:601,src:\"https://framerusercontent.com/images/8ghWY8fIueQGYphVUXVuZtpgB2Y.jpg\",srcSet:\"https://framerusercontent.com/images/8ghWY8fIueQGYphVUXVuZtpgB2Y.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8ghWY8fIueQGYphVUXVuZtpgB2Y.jpg 601w\"},className:\"framer-18r62fv hidden-72rtr7 hidden-duk94y hidden-18853t4\",\"data-framer-name\":\"Image\"})})]})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kvvoe4\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nr8nlh\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-13bnike\",\"data-framer-name\":\"lines\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:943,intrinsicWidth:1751,svg:'<svg width=\"1751\" height=\"943\" viewBox=\"0 0 1751 943\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M107.05 110L236.965 223.378C601.293 541.326 1093.13 671.029 1566.87 574.086L1721.19 542.507\" stroke=\"url(#paint0_linear_100_9637)\" stroke-width=\"1.5\"/>\\n<path d=\"M142.082 66.0311L150.948 73.7678C497.353 376.041 964.969 499.356 1415.39 407.212V407.212\" stroke=\"url(#paint1_linear_100_9637)\" stroke-width=\"1.5\"/>\\n<path d=\"M173.341 9.99996L180.302 16.0766C452.321 253.528 819.596 350.382 1173.33 277.948V277.948\" stroke=\"url(#paint2_linear_100_9637)\" stroke-width=\"1.5\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_100_9637\" x1=\"53.5249\" y1=\"309.758\" x2=\"1667.66\" y2=\"742.265\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#C4C6CA\"/>\\n<stop offset=\"1\" stop-color=\"#C4C6CA\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_100_9637\" x1=\"99.8648\" y1=\"223.586\" x2=\"1373.17\" y2=\"564.767\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#C4C6CA\"/>\\n<stop offset=\"1\" stop-color=\"#C4C6CA\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_100_9637\" x1=\"140.17\" y1=\"133.793\" x2=\"1140.16\" y2=\"401.741\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#C4C6CA\"/>\\n<stop offset=\"1\" stop-color=\"#C4C6CA\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-h9xzw2\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vydgus\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gyt7lx\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6240,intrinsicWidth:4160,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4227.8+0+60+0+0+0+254),pixelHeight:3456,pixelWidth:5184,sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1280px) - 40px, 1px)`,src:\"https://framerusercontent.com/images/w0xygkEwnqbCLede4wlYyRhKxPk.jpg\",srcSet:\"https://framerusercontent.com/images/w0xygkEwnqbCLede4wlYyRhKxPk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/w0xygkEwnqbCLede4wlYyRhKxPk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/w0xygkEwnqbCLede4wlYyRhKxPk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/w0xygkEwnqbCLede4wlYyRhKxPk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/w0xygkEwnqbCLede4wlYyRhKxPk.jpg 5184w\"}},xTI3AI3QJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6240,intrinsicWidth:4160,pixelHeight:3456,pixelWidth:5184,sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1280px) - 64px, 1px)`,src:\"https://framerusercontent.com/images/w0xygkEwnqbCLede4wlYyRhKxPk.jpg\",srcSet:\"https://framerusercontent.com/images/w0xygkEwnqbCLede4wlYyRhKxPk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/w0xygkEwnqbCLede4wlYyRhKxPk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/w0xygkEwnqbCLede4wlYyRhKxPk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/w0xygkEwnqbCLede4wlYyRhKxPk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/w0xygkEwnqbCLede4wlYyRhKxPk.jpg 5184w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6240,intrinsicWidth:4160,pixelHeight:3456,pixelWidth:5184,sizes:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1280px) - 64px, 1px) - 32px)`,src:\"https://framerusercontent.com/images/w0xygkEwnqbCLede4wlYyRhKxPk.jpg\",srcSet:\"https://framerusercontent.com/images/w0xygkEwnqbCLede4wlYyRhKxPk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/w0xygkEwnqbCLede4wlYyRhKxPk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/w0xygkEwnqbCLede4wlYyRhKxPk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/w0xygkEwnqbCLede4wlYyRhKxPk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/w0xygkEwnqbCLede4wlYyRhKxPk.jpg 5184w\"},className:\"framer-1uziufk\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f4k7gy\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-plcpd1\",\"data-styles-preset\":\"wsNj260oQ\",children:\"Government Relations\"})}),className:\"framer-odp60c\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-dv2q2y\",\"data-styles-preset\":\"xynOWlvhZ\",children:\"Navigate complex governmental processes with our seasoned lobbyists who have extensive experience at municipal, state, and federal levels. Our strategic advocacy ensures your voice is heard where it matters most.\"})}),className:\"framer-ymi9x7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1in9jo5\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gexo9k\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-plcpd1\",\"data-styles-preset\":\"wsNj260oQ\",children:\"Family Owned, Results Driven\"})}),className:\"framer-14wqbfl\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-dv2q2y\",\"data-styles-preset\":\"xynOWlvhZ\",children:\"EMC Strategy Group, LLC, is a San Antonio-based consulting firm with deep roots in Austin, TX, and Washington, DC. Named after our three children\u2014Ernie, Mitch, and Cristiana (EMC)\u2014we bring a personal touch to every client relationship, combining family values with professional expertise.\"})}),className:\"framer-ywu78w\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3089,intrinsicWidth:2048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4227.8+0+60+0+734+0+254),pixelHeight:3907,pixelWidth:4825,sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1280px) - 40px, 1px)`,src:\"https://framerusercontent.com/images/hEpgj3rbnXWWzyPDL8CU3zc7bY.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/hEpgj3rbnXWWzyPDL8CU3zc7bY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/hEpgj3rbnXWWzyPDL8CU3zc7bY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/hEpgj3rbnXWWzyPDL8CU3zc7bY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/hEpgj3rbnXWWzyPDL8CU3zc7bY.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/hEpgj3rbnXWWzyPDL8CU3zc7bY.jpg 4825w\"}},xTI3AI3QJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3089,intrinsicWidth:2048,pixelHeight:3907,pixelWidth:4825,sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1280px) - 64px, 1px)`,src:\"https://framerusercontent.com/images/hEpgj3rbnXWWzyPDL8CU3zc7bY.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/hEpgj3rbnXWWzyPDL8CU3zc7bY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/hEpgj3rbnXWWzyPDL8CU3zc7bY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/hEpgj3rbnXWWzyPDL8CU3zc7bY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/hEpgj3rbnXWWzyPDL8CU3zc7bY.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/hEpgj3rbnXWWzyPDL8CU3zc7bY.jpg 4825w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3089,intrinsicWidth:2048,pixelHeight:3907,pixelWidth:4825,sizes:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1280px) - 64px, 1px) - 32px)`,src:\"https://framerusercontent.com/images/hEpgj3rbnXWWzyPDL8CU3zc7bY.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/hEpgj3rbnXWWzyPDL8CU3zc7bY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/hEpgj3rbnXWWzyPDL8CU3zc7bY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/hEpgj3rbnXWWzyPDL8CU3zc7bY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/hEpgj3rbnXWWzyPDL8CU3zc7bY.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/hEpgj3rbnXWWzyPDL8CU3zc7bY.jpg 4825w\"},className:\"framer-1kjqvt5\",\"data-framer-name\":\"Image\"})})]})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10zjfrz\",\"data-framer-name\":\"Ask Yourself\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1npxyww\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-plcpd1\",\"data-styles-preset\":\"wsNj260oQ\",style:{\"--framer-text-alignment\":\"center\"},children:\"Struggling with business issues\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-plcpd1\",\"data-styles-preset\":\"wsNj260oQ\",children:\"Struggling with business issues\"})}),className:\"framer-1ebamkp\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1w01gxq-container hidden-p8kvjh\",\"data-framer-name\":\"Struggle-Desktop\",isAuthoredByUser:true,isModuleExternal:true,name:\"Struggle-Desktop\",nodeId:\"n79H9h3DJ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:32,height:\"100%\",hoverFactor:1,id:\"n79H9h3DJ\",layoutId:\"n79H9h3DJ\",name:\"Struggle-Desktop\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l9omto\",\"data-framer-name\":\"1\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-12him3k\",\"data-framer-name\":\"Frame 4\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-vcndxx\",\"data-framer-name\":\"bar-chart-square-up\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1v62kbn\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,svg:'<svg width=\"40\" height=\"40\" viewBox=\"-1 -1 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M20 2H28.4C31.7603 2 33.4405 2 34.7239 2.65396C35.8529 3.2292 36.7708 4.14708 37.346 5.27606C38 6.55953 38 8.23969 38 11.6V28.4C38 31.7603 38 33.4405 37.346 34.7239C36.7708 35.8529 35.8529 36.7708 34.7239 37.346C33.4405 38 31.7603 38 28.4 38H11.6C8.23968 38 6.55953 38 5.27606 37.346C4.14708 36.7708 3.2292 35.8529 2.65396 34.7239C2 33.4405 2 31.7603 2 28.4V20M12 22V30M28 18V30M20 10V30M0 6L6 0M6 0L12 6M6 0L6 12\" stroke=\"#0F0F0D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xxkmqs\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y4dh26\",\"data-styles-preset\":\"amogiD5Kc\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Government Processes Are Slowing You Down\"})})}),className:\"framer-1lwm4cg\",\"data-framer-name\":\"Wallet\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19ut31h\",\"data-styles-preset\":\"Xsd7sv93j\",children:\"We streamline your interactions with agencies to keep your projects moving.\"})}),className:\"framer-1jsois2\",\"data-framer-name\":\"Excepteur sint occae\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ymjb4t\",\"data-framer-name\":\"2\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7t8439\",\"data-framer-name\":\"Frame 4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eefiqq\",\"data-framer-name\":\"user-01\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-350jkm\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:38,intrinsicWidth:34,svg:'<svg width=\"34\" height=\"38\" viewBox=\"-1 -1 34 38\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M32 36C32 33.2089 32 31.8133 31.6555 30.6777C30.8799 28.1209 28.8791 26.1201 26.3223 25.3445C25.1867 25 23.7911 25 21 25H11C8.20888 25 6.81331 25 5.67772 25.3445C3.12091 26.1201 1.12008 28.1209 0.344479 30.6777C0 31.8133 0 33.2089 0 36M25 9C25 13.9706 20.9706 18 16 18C11.0294 18 7 13.9706 7 9C7 4.02944 11.0294 0 16 0C20.9706 0 25 4.02944 25 9Z\" stroke=\"#0F0F0D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y4k8ay\",\"data-framer-name\":\"flash\",style:{rotate:-90},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-110crhm\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:10,style:{rotate:90},svg:'<svg width=\"10\" height=\"8\" viewBox=\"-1 -1 10 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.666992 2.66663L4.22961 5.63548C4.36913 5.75175 4.4389 5.80988 4.49781 5.81077C4.54903 5.81154 4.59776 5.78872 4.62996 5.74888C4.66699 5.70305 4.66699 5.61224 4.66699 5.43062V2.99996L7.33366 3.3333L3.77104 0.36445C3.63152 0.24818 3.56176 0.190045 3.50284 0.189157C3.45162 0.188384 3.40289 0.211208 3.37069 0.25105C3.33366 0.296881 3.33366 0.38769 3.33366 0.569309V2.99996L0.666992 2.66663Z\" stroke=\"#0F0F0D\" stroke-width=\"0.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4t9aib\",\"data-framer-name\":\"flash\",style:{rotate:-90},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1nt635y\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:9,style:{rotate:90},svg:'<svg width=\"9\" height=\"8\" viewBox=\"-1 -1 9 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.00976563 2.66663L3.57238 5.63548C3.71191 5.75175 3.78167 5.80988 3.84059 5.81077C3.8918 5.81154 3.94053 5.78872 3.97273 5.74888C4.00977 5.70305 4.00977 5.61224 4.00977 5.43062V2.99996L6.67643 3.3333L3.11381 0.36445C2.97429 0.24818 2.90453 0.190045 2.84561 0.189157C2.79439 0.188384 2.74566 0.211208 2.71347 0.25105C2.67643 0.296881 2.67643 0.38769 2.67643 0.569309V2.99996L0.00976563 2.66663Z\" stroke=\"#0F0F0D\" stroke-width=\"0.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ue7g8e\",\"data-framer-name\":\"flash\",style:{rotate:-45},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1d2zqfx\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:12,style:{rotate:45},svg:'<svg width=\"12\" height=\"12\" viewBox=\"-1 -1 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.87853 2.40724L3.29839 7.02568C3.31483 7.20655 3.32305 7.29699 3.36409 7.33928C3.39976 7.37604 3.45035 7.39436 3.50129 7.38895C3.55989 7.38273 3.6241 7.31852 3.75252 7.1901L5.47125 5.47137L7.12117 7.59269L6.70131 2.97424C6.68487 2.79337 6.67665 2.70293 6.63562 2.66064C6.59994 2.62388 6.54935 2.60556 6.49841 2.61097C6.43981 2.61719 6.3756 2.6814 6.24718 2.80982L4.52845 4.52856L2.87853 2.40724Z\" stroke=\"#0F0F0D\" stroke-width=\"0.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nacyl3\",\"data-framer-name\":\"flash\",style:{rotate:-45},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-7q653i\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:11,style:{rotate:45},svg:'<svg width=\"11\" height=\"12\" viewBox=\"-1 -1 11 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.22228 2.40724L2.64214 7.02568C2.65858 7.20655 2.6668 7.29699 2.70784 7.33928C2.74351 7.37604 2.7941 7.39436 2.84504 7.38895C2.90364 7.38273 2.96785 7.31852 3.09627 7.1901L4.815 5.47137L6.46492 7.59269L6.04506 2.97424C6.02862 2.79337 6.0204 2.70293 5.97937 2.66064C5.94369 2.62388 5.8931 2.60556 5.84216 2.61097C5.78356 2.61719 5.71935 2.6814 5.59093 2.80982L3.8722 4.52856L2.22228 2.40724Z\" stroke=\"#0F0F0D\" stroke-width=\"0.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b39vn6\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y4dh26\",\"data-styles-preset\":\"amogiD5Kc\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Missed Opportunities in Public Contracts\"})})}),className:\"framer-1g5tsf\",\"data-framer-name\":\"Wallet\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19ut31h\",\"data-styles-preset\":\"Xsd7sv93j\",children:\"We position your business to qualify for and win lucrative government bids.\"})}),className:\"framer-1nxcgwt\",\"data-framer-name\":\"Excepteur sint occae\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-165xfw7\",\"data-framer-name\":\"3\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-jctaoo\",\"data-framer-name\":\"Frame 4\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5py6gk\",\"data-framer-name\":\"file-shield-02\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1pqq667\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:42,intrinsicWidth:36,svg:'<svg width=\"36\" height=\"42\" viewBox=\"-1 -1 36 42\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M20 18H8M12 26H8M24 10H8M32 16V9.6C32 6.23969 32 4.55953 31.346 3.27606C30.7708 2.14708 29.8529 1.2292 28.7239 0.653961C27.4405 0 25.7603 0 22.4 0H9.6C6.23969 0 4.55953 0 3.27606 0.653961C2.14708 1.2292 1.2292 2.14708 0.653961 3.27606C0 4.55953 0 6.23969 0 9.6V30.4C0 33.7603 0 35.4405 0.653961 36.7239C1.2292 37.8529 2.14708 38.7708 3.27606 39.346C4.55953 40 6.23969 40 9.6 40H17M28 38C28 38 34 35.1402 34 30.8505V25.8458L29.6248 24.2824C28.5736 23.9059 27.424 23.9059 26.3728 24.2824L22 25.8458V30.8505C22 35.1402 28 38 28 38Z\" stroke=\"#0F0F0D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19a8pg5\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y4dh26\",\"data-styles-preset\":\"amogiD5Kc\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"New Policies Are Putting You at Risk\"})})}),className:\"framer-oli1rs\",\"data-framer-name\":\"Wallet\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19ut31h\",\"data-styles-preset\":\"Xsd7sv93j\",children:\"We track and interpret legislation so you're always ahead of the curve.\"})}),className:\"framer-uj0lep\",\"data-framer-name\":\"Excepteur sint occae\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-or0gho\",\"data-framer-name\":\"4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-4wtbgu\",\"data-framer-name\":\"Frame 4\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-29n5zx\",\"data-framer-name\":\"umbrella-03\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1sp9ep\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:42,intrinsicWidth:42,svg:'<svg width=\"42\" height=\"42\" viewBox=\"-1 -1 42 42\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8.5 39.9186L20 20M30 2.67954C21.3736 -2.3009 10.5793 -0.12471 4.492 7.36592C3.89786 8.09703 3.60078 8.46259 3.51436 8.98635C3.4456 9.40308 3.54747 9.95534 3.76037 10.3201C4.02796 10.7786 4.50223 11.0524 5.45077 11.6L34.5492 28.4C35.4978 28.9477 35.972 29.2215 36.5029 29.224C36.9252 29.226 37.4544 29.0381 37.781 28.7702C38.1913 28.4335 38.3594 27.9934 38.6955 27.1133C42.1389 18.0963 38.6264 7.65997 30 2.67954ZM30 2.67954C26.1737 0.470396 18.5946 6.43419 13.0718 16M30 2.67954C33.8263 4.88867 32.4511 14.4342 26.9282 24M40 40H0\" stroke=\"#0F0F0D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1notus9\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y4dh26\",\"data-styles-preset\":\"amogiD5Kc\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Lack of Political Access Is Holding You Back\"})})}),className:\"framer-4nz154\",\"data-framer-name\":\"Wallet\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19ut31h\",\"data-styles-preset\":\"Xsd7sv93j\",children:\"Our deep network opens doors and puts your priorities in front of decision-makers.\"})}),className:\"framer-1qq6rin\",\"data-framer-name\":\"Excepteur sint occae\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1r05dm6\",\"data-framer-name\":\"5\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-jvxkjh\",\"data-framer-name\":\"Frame 4\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-a7nenz\",\"data-framer-name\":\"scales-02\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1r3ddr0\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:42,svg:'<svg width=\"42\" height=\"40\" viewBox=\"-1 -1 42 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1.00095 22H13.0009M27.0009 22H39.0009M20.0009 10V38M20.0009 10C22.7624 10 25.0009 7.76142 25.0009 5M20.0009 10C17.2395 10 15.0009 7.76143 15.0009 5M4.00095 38L36.0009 38M4.00095 5.00002L15.0009 5M15.0009 5C15.0009 2.23858 17.2395 0 20.0009 0C22.7624 0 25.0009 2.23857 25.0009 5M25.0009 5L36.0009 5M13.7618 24.6727C12.9604 27.7412 10.2372 30 7.00095 30C3.76474 30 1.04146 27.7412 0.240074 24.6727C0.174593 24.422 0.141853 24.2966 0.138696 23.7957C0.136761 23.4887 0.250873 22.7807 0.34918 22.4898C0.509559 22.0153 0.683163 21.7474 1.03037 21.2118L7.00095 12L12.9715 21.2118C13.3187 21.7474 13.4923 22.0153 13.6527 22.4898C13.751 22.7807 13.8651 23.4887 13.8632 23.7957C13.86 24.2966 13.8273 24.422 13.7618 24.6727ZM39.7618 24.6727C38.9604 27.7412 36.2372 30 33.0009 30C29.7647 30 27.0415 27.7412 26.2401 24.6727C26.1746 24.422 26.1419 24.2966 26.1387 23.7957C26.1368 23.4887 26.2509 22.7807 26.3492 22.4898C26.5096 22.0153 26.6832 21.7474 27.0304 21.2118L33.0009 12L38.9715 21.2118C39.3187 21.7474 39.4923 22.0153 39.6527 22.4898C39.751 22.7807 39.8651 23.4887 39.8632 23.7957C39.86 24.2966 39.8273 24.422 39.7618 24.6727Z\" stroke=\"#0F0F0D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1y5dz7t\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y4dh26\",\"data-styles-preset\":\"amogiD5Kc\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Your Message Isn\u2019t Reaching the Right People\"})})}),className:\"framer-1a1ucpe\",\"data-framer-name\":\"Wallet\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19ut31h\",\"data-styles-preset\":\"Xsd7sv93j\",children:\"We craft strategic communications that influence key stakeholders.\"})}),className:\"framer-1qvfffr\",\"data-framer-name\":\"Excepteur sint occae\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j6xz0y\",\"data-framer-name\":\"6\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-t4i61b\",\"data-framer-name\":\"Frame 4\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1imyt25\",\"data-framer-name\":\"arrows-right\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1x3i97t\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:38,intrinsicWidth:34,svg:'<svg width=\"34\" height=\"38\" viewBox=\"-1 -1 34 38\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 8H22M22 8L14 16M22 8L14 0M0 28H32M32 28L24 36M32 28L24 20\" stroke=\"#0F0F0D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bc58ix\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y4dh26\",\"data-styles-preset\":\"amogiD5Kc\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Growth Is Stalled Due to Limited Funding\"})})}),className:\"framer-fn4erz\",\"data-framer-name\":\"Wallet\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19ut31h\",\"data-styles-preset\":\"Xsd7sv93j\",children:\"We uncover grants, incentives, and partnerships to fuel your expansion.\"})}),className:\"framer-1ahkuaa\",\"data-framer-name\":\"Excepteur sint occae\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})],speed:15,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ikfpaz hidden-72rtr7 hidden-duk94y hidden-18853t4\",\"data-framer-name\":\"Struggle-Mobile\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s4wrd3\",\"data-border\":true,\"data-framer-name\":\"1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-8w06lk\",\"data-framer-name\":\"Frame 4\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-cqe69y\",\"data-framer-name\":\"bar-chart-square-up\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-akg8bf\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,svg:'<svg width=\"40\" height=\"40\" viewBox=\"-1 -1 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M20 2H28.4C31.7603 2 33.4405 2 34.7239 2.65396C35.8529 3.2292 36.7708 4.14708 37.346 5.27606C38 6.55953 38 8.23969 38 11.6V28.4C38 31.7603 38 33.4405 37.346 34.7239C36.7708 35.8529 35.8529 36.7708 34.7239 37.346C33.4405 38 31.7603 38 28.4 38H11.6C8.23968 38 6.55953 38 5.27606 37.346C4.14708 36.7708 3.2292 35.8529 2.65396 34.7239C2 33.4405 2 31.7603 2 28.4V20M12 22V30M28 18V30M20 10V30M0 6L6 0M6 0L12 6M6 0L6 12\" stroke=\"#0F0F0D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rzza53\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y4dh26\",\"data-styles-preset\":\"amogiD5Kc\",style:{\"--framer-text-alignment\":\"center\"},children:\"Government Processes Are Slowing You Down\"})}),className:\"framer-lz6s1w\",\"data-framer-name\":\"Wallet\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19ut31h\",\"data-styles-preset\":\"Xsd7sv93j\",style:{\"--framer-text-alignment\":\"center\"},children:\"We streamline your interactions with agencies to keep your projects moving.\"})}),className:\"framer-5145c3\",\"data-framer-name\":\"Excepteur sint occae\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19h2yxz\",\"data-border\":true,\"data-framer-name\":\"2\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kikz59\",\"data-framer-name\":\"Frame 4\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jsfg0p\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7kajmu\",\"data-framer-name\":\"user-01\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-lx9m6l\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:38,intrinsicWidth:34,svg:'<svg width=\"34\" height=\"38\" viewBox=\"-1 -1 34 38\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M32 36C32 33.2089 32 31.8133 31.6555 30.6777C30.8799 28.1209 28.8791 26.1201 26.3223 25.3445C25.1867 25 23.7911 25 21 25H11C8.20888 25 6.81331 25 5.67772 25.3445C3.12091 26.1201 1.12008 28.1209 0.344479 30.6777C0 31.8133 0 33.2089 0 36M25 9C25 13.9706 20.9706 18 16 18C11.0294 18 7 13.9706 7 9C7 4.02944 11.0294 0 16 0C20.9706 0 25 4.02944 25 9Z\" stroke=\"#0F0F0D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13cx0sz\",\"data-framer-name\":\"flash\",style:{rotate:-90},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1jpmyjw\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:10,style:{rotate:90},svg:'<svg width=\"10\" height=\"8\" viewBox=\"-1 -1 10 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.666992 2.66663L4.22961 5.63548C4.36913 5.75175 4.4389 5.80988 4.49781 5.81077C4.54903 5.81154 4.59776 5.78872 4.62996 5.74888C4.66699 5.70305 4.66699 5.61224 4.66699 5.43062V2.99996L7.33366 3.3333L3.77104 0.36445C3.63152 0.24818 3.56176 0.190045 3.50284 0.189157C3.45162 0.188384 3.40289 0.211208 3.37069 0.25105C3.33366 0.296881 3.33366 0.38769 3.33366 0.569309V2.99996L0.666992 2.66663Z\" stroke=\"#0F0F0D\" stroke-width=\"0.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1myzvef\",\"data-framer-name\":\"flash\",style:{rotate:-90},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1u6lgsi\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:9,style:{rotate:90},svg:'<svg width=\"9\" height=\"8\" viewBox=\"-1 -1 9 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.00976563 2.66663L3.57238 5.63548C3.71191 5.75175 3.78167 5.80988 3.84059 5.81077C3.8918 5.81154 3.94053 5.78872 3.97273 5.74888C4.00977 5.70305 4.00977 5.61224 4.00977 5.43062V2.99996L6.67643 3.3333L3.11381 0.36445C2.97429 0.24818 2.90453 0.190045 2.84561 0.189157C2.79439 0.188384 2.74566 0.211208 2.71347 0.25105C2.67643 0.296881 2.67643 0.38769 2.67643 0.569309V2.99996L0.00976563 2.66663Z\" stroke=\"#0F0F0D\" stroke-width=\"0.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-hhe1a7\",\"data-framer-name\":\"flash\",style:{rotate:-45},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-k8s9rh\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:12,style:{rotate:45},svg:'<svg width=\"12\" height=\"12\" viewBox=\"-1 -1 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.87853 2.40724L3.29839 7.02568C3.31483 7.20655 3.32305 7.29699 3.36409 7.33928C3.39976 7.37604 3.45035 7.39436 3.50129 7.38895C3.55989 7.38273 3.6241 7.31852 3.75252 7.1901L5.47125 5.47137L7.12117 7.59269L6.70131 2.97424C6.68487 2.79337 6.67665 2.70293 6.63562 2.66064C6.59994 2.62388 6.54935 2.60556 6.49841 2.61097C6.43981 2.61719 6.3756 2.6814 6.24718 2.80982L4.52845 4.52856L2.87853 2.40724Z\" stroke=\"#0F0F0D\" stroke-width=\"0.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-d6cc8l\",\"data-framer-name\":\"flash\",style:{rotate:-45},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-12z1slc\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:11,style:{rotate:45},svg:'<svg width=\"11\" height=\"12\" viewBox=\"-1 -1 11 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.22228 2.40724L2.64214 7.02568C2.65858 7.20655 2.6668 7.29699 2.70784 7.33928C2.74351 7.37604 2.7941 7.39436 2.84504 7.38895C2.90364 7.38273 2.96785 7.31852 3.09627 7.1901L4.815 5.47137L6.46492 7.59269L6.04506 2.97424C6.02862 2.79337 6.0204 2.70293 5.97937 2.66064C5.94369 2.62388 5.8931 2.60556 5.84216 2.61097C5.78356 2.61719 5.71935 2.6814 5.59093 2.80982L3.8722 4.52856L2.22228 2.40724Z\" stroke=\"#0F0F0D\" stroke-width=\"0.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fgon71\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y4dh26\",\"data-styles-preset\":\"amogiD5Kc\",style:{\"--framer-text-alignment\":\"center\"},children:\"Lack of Political Access Is Holding You Back\"})}),className:\"framer-3047bc\",\"data-framer-name\":\"Wallet\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19ut31h\",\"data-styles-preset\":\"Xsd7sv93j\",style:{\"--framer-text-alignment\":\"center\"},children:\"Our deep network opens doors and puts your priorities in front of decision-makers.\"})}),className:\"framer-12oa521\",\"data-framer-name\":\"Excepteur sint occae\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nvg2oq\",\"data-border\":true,\"data-framer-name\":\"3\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pbtx5o\",\"data-framer-name\":\"Frame 4\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-r38qot\",\"data-framer-name\":\"file-shield-02\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1crr1zv\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:42,intrinsicWidth:36,svg:'<svg width=\"36\" height=\"42\" viewBox=\"-1 -1 36 42\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M20 18H8M12 26H8M24 10H8M32 16V9.6C32 6.23969 32 4.55953 31.346 3.27606C30.7708 2.14708 29.8529 1.2292 28.7239 0.653961C27.4405 0 25.7603 0 22.4 0H9.6C6.23969 0 4.55953 0 3.27606 0.653961C2.14708 1.2292 1.2292 2.14708 0.653961 3.27606C0 4.55953 0 6.23969 0 9.6V30.4C0 33.7603 0 35.4405 0.653961 36.7239C1.2292 37.8529 2.14708 38.7708 3.27606 39.346C4.55953 40 6.23969 40 9.6 40H17M28 38C28 38 34 35.1402 34 30.8505V25.8458L29.6248 24.2824C28.5736 23.9059 27.424 23.9059 26.3728 24.2824L22 25.8458V30.8505C22 35.1402 28 38 28 38Z\" stroke=\"#0F0F0D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qe1kg\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y4dh26\",\"data-styles-preset\":\"amogiD5Kc\",style:{\"--framer-text-alignment\":\"center\"},children:\"Missed Opportunities in Public Contracts\"})}),className:\"framer-1mgqcvg\",\"data-framer-name\":\"Wallet\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19ut31h\",\"data-styles-preset\":\"Xsd7sv93j\",style:{\"--framer-text-alignment\":\"center\"},children:\"We position your business to qualify for and win lucrative government bids.\"})}),className:\"framer-11qbzo5\",\"data-framer-name\":\"Excepteur sint occae\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1expfiw\",\"data-framer-name\":\"4\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-n33ayg\",\"data-framer-name\":\"Frame 4\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1151jdr\",\"data-framer-name\":\"umbrella-03\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-pohxko\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:42,intrinsicWidth:42,svg:'<svg width=\"42\" height=\"42\" viewBox=\"-1 -1 42 42\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8.5 39.9186L20 20M30 2.67954C21.3736 -2.3009 10.5793 -0.12471 4.492 7.36592C3.89786 8.09703 3.60078 8.46259 3.51436 8.98635C3.4456 9.40308 3.54747 9.95534 3.76037 10.3201C4.02796 10.7786 4.50223 11.0524 5.45077 11.6L34.5492 28.4C35.4978 28.9477 35.972 29.2215 36.5029 29.224C36.9252 29.226 37.4544 29.0381 37.781 28.7702C38.1913 28.4335 38.3594 27.9934 38.6955 27.1133C42.1389 18.0963 38.6264 7.65997 30 2.67954ZM30 2.67954C26.1737 0.470396 18.5946 6.43419 13.0718 16M30 2.67954C33.8263 4.88867 32.4511 14.4342 26.9282 24M40 40H0\" stroke=\"#0F0F0D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gpo379\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y4dh26\",\"data-styles-preset\":\"amogiD5Kc\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Growth Is Stalled Due to Limited Funding\"})})}),className:\"framer-zubxkd\",\"data-framer-name\":\"Wallet\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19ut31h\",\"data-styles-preset\":\"Xsd7sv93j\",style:{\"--framer-text-alignment\":\"center\"},children:\"We uncover grants, incentives, and partnerships to fuel your expansion.\"})}),className:\"framer-n4n1sr\",\"data-framer-name\":\"Excepteur sint occae\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15ekxy\",\"data-framer-name\":\"Services\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b56gnh\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jlgmyx\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h5dd11\",\"data-framer-name\":\"head\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.12em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0564d15a-4950-4dce-8f28-b90ac2e73da3, rgb(34, 34, 30))\",\"--framer-text-transform\":\"uppercase\"},children:\"How we can help you\"})}),className:\"framer-117snin\",\"data-framer-name\":\"Heading\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xrlmlo\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xTI3AI3QJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-plcpd1\",\"data-styles-preset\":\"wsNj260oQ\",style:{\"--framer-text-alignment\":\"center\"},children:\"Services That We Offer\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-plcpd1\",\"data-styles-preset\":\"wsNj260oQ\",style:{\"--framer-text-alignment\":\"center\"},children:\"Services That We Offer\"})}),className:\"framer-uj9zc8\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1et4qvy\",\"data-framer-name\":\"head\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-dv2q2y\",\"data-styles-preset\":\"xynOWlvhZ\",style:{\"--framer-text-alignment\":\"center\"},children:\"Benefit from a proven system that helps entrepreneurs and their teams overcome challenges. \"})}),className:\"framer-1ez2l4p\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vAFHiEWWP\"},implicitPathVariables:undefined},{href:{webPageId:\"vAFHiEWWP\"},implicitPathVariables:undefined},{href:{webPageId:\"vAFHiEWWP\"},implicitPathVariables:undefined},{href:{webPageId:\"vAFHiEWWP\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 40px)`,y:(componentViewport?.y||0)+0+7663.8+60+0+0+0+227+0+182}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-yazd4c-container\",nodeId:\"YrMal4EyJ\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b7PVpoM3p:{GwflIu3yC:resolvedLinks2[3]},bPBog_ozx:{GwflIu3yC:resolvedLinks2[2],style:{width:\"100%\"}},xTI3AI3QJ:{GwflIu3yC:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(ButtonPrimary,{GwflIu3yC:resolvedLinks2[0],height:\"100%\",id:\"YrMal4EyJ\",layoutId:\"YrMal4EyJ\",ooodzduO6:\"Schedule a Call\",Qf6DGomur:2,variant:\"zjJO2itYB\",width:\"100%\",xL3FqAHZw:\"var(--token-03693ef2-3d2f-41ed-af01-d716f9eee632, rgb(253, 176, 34))\"})})})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12g1g04\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-62ehl2\",\"data-framer-name\":\"items\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 40px, 200px)`,y:(componentViewport?.y||0)+0+7663.8+60+0+529+0+0+0+0},xTI3AI3QJ:{width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 112px) / 3, 200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:303,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 136px) / 4, 200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zlph31-container\",nodeId:\"uHmkcHT4C\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{variant:\"LKKXZWfzr\"}},children:/*#__PURE__*/_jsx(ServiceCardWithHoverzlph31WithMappedReactProps1tkdehj,{fDBghi46i:\"Navigate complex regulations and build relationships with policymakers to advance your goals.\",hCYP4VQzO:\"01\",height:\"100%\",id:\"uHmkcHT4C\",Ky4gQEfqH:\"Government Relations & Public Policy \",layoutId:\"uHmkcHT4C\",style:{height:\"100%\",width:\"100%\"},variant:\"fhz9AHdkC\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 40px, 200px)`,y:(componentViewport?.y||0)+0+7663.8+60+0+529+0+0+0+303},xTI3AI3QJ:{width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 112px) / 3, 200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:303,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 136px) / 4, 200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pz8muh-container\",nodeId:\"r80Sg95kz\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{variant:\"LKKXZWfzr\"}},children:/*#__PURE__*/_jsx(ServiceCardWithHoverpz8muhWithMappedReactProps1tkdehj,{fDBghi46i:\"Advance your goals through targeted legislative and regulatory influence.\",hCYP4VQzO:\"02\",height:\"100%\",id:\"r80Sg95kz\",Ky4gQEfqH:\"Strategy\",layoutId:\"r80Sg95kz\",style:{height:\"100%\",width:\"100%\"},variant:\"fhz9AHdkC\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 40px, 200px)`,y:(componentViewport?.y||0)+0+7663.8+60+0+529+0+0+0+606},xTI3AI3QJ:{width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 112px) / 3, 200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:303,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 136px) / 4, 200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-i4pop-container\",nodeId:\"Erf53msu2\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{variant:\"LKKXZWfzr\"}},children:/*#__PURE__*/_jsx(ServiceCardWithHoveri4popWithMappedReactProps1tkdehj,{fDBghi46i:\"Real-time tracking and analysis of bills and policy developments.ur reach, build partnerships, and unlock new opportunities for growth.\",hCYP4VQzO:\"03\",height:\"100%\",id:\"Erf53msu2\",Ky4gQEfqH:\"Legislative Monitoring\",layoutId:\"Erf53msu2\",style:{height:\"100%\",width:\"100%\"},variant:\"fhz9AHdkC\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 40px, 200px)`,y:(componentViewport?.y||0)+0+7663.8+60+0+529+0+0+0+909},xTI3AI3QJ:{width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 112px) / 3, 200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:303,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 136px) / 4, 200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q6aidu-container\",nodeId:\"iYSbcGiF3\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{variant:\"LKKXZWfzr\"}},children:/*#__PURE__*/_jsx(ServiceCardWithHover1q6aiduWithMappedReactProps1tkdehj,{fDBghi46i:\"Build public support and visibility through outreach and media engagement.\",hCYP4VQzO:\"04\",height:\"100%\",id:\"iYSbcGiF3\",Ky4gQEfqH:\"Public Affairs\",layoutId:\"iYSbcGiF3\",style:{height:\"100%\",width:\"100%\"},variant:\"fhz9AHdkC\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 40px, 200px)`,y:(componentViewport?.y||0)+0+7663.8+60+0+529+0+0+0+1212},xTI3AI3QJ:{width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 112px) / 3, 200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:303,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 136px) / 4, 200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-188b9cv-container\",nodeId:\"vsPrzk30L\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{variant:\"LKKXZWfzr\"}},children:/*#__PURE__*/_jsx(ServiceCardWithHover188b9cvWithMappedReactProps1tkdehj,{fDBghi46i:\"Identify and secure government contracts, grants, and incentives.\",hCYP4VQzO:\"05\",height:\"100%\",id:\"vsPrzk30L\",Ky4gQEfqH:\"Procurement Assistance\",layoutId:\"vsPrzk30L\",style:{width:\"100%\"},variant:\"fhz9AHdkC\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 40px, 200px)`,y:(componentViewport?.y||0)+0+7663.8+60+0+529+0+0+0+1515},xTI3AI3QJ:{width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 112px) / 3, 200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:303,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 136px) / 4, 200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hazucg-container\",nodeId:\"vxze5hbVW\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{variant:\"LKKXZWfzr\"}},children:/*#__PURE__*/_jsx(ServiceCardWithHoverhazucgWithMappedReactProps1tkdehj,{fDBghi46i:\"Attract investment, drive growth, and access strategic funding.\",hCYP4VQzO:\"06\",height:\"100%\",id:\"vxze5hbVW\",Ky4gQEfqH:\"Economic Development\",layoutId:\"vxze5hbVW\",style:{width:\"100%\"},variant:\"fhz9AHdkC\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 40px, 200px)`,y:(componentViewport?.y||0)+0+7663.8+60+0+529+0+0+0+1818},xTI3AI3QJ:{width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 112px) / 3, 200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:303,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 136px) / 4, 200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-b2zglw-container\",nodeId:\"xxLqY9q5s\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{variant:\"LKKXZWfzr\"}},children:/*#__PURE__*/_jsx(ServiceCardWithHoverb2zglwWithMappedReactProps1tkdehj,{fDBghi46i:\"Plan and execute winning campaigns with expert strategy and support.\",hCYP4VQzO:\"07\",height:\"100%\",id:\"xxLqY9q5s\",Ky4gQEfqH:\"Political Consulting\",layoutId:\"xxLqY9q5s\",style:{width:\"100%\"},variant:\"fhz9AHdkC\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 40px, 200px)`,y:(componentViewport?.y||0)+0+7663.8+60+0+529+0+0+0+2121},xTI3AI3QJ:{width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 112px) / 3, 200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:303,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 136px) / 4, 200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-u7ljb6-container\",nodeId:\"tAw6NeIbK\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{variant:\"LKKXZWfzr\"}},children:/*#__PURE__*/_jsx(ServiceCardWithHoveru7ljb6WithMappedReactProps1tkdehj,{fDBghi46i:\"Strengthen your impact through lobbying, grants, and compliance guidance.\",hCYP4VQzO:\"08\",height:\"100%\",id:\"tAw6NeIbK\",Ky4gQEfqH:\"Nonprofit Advocacy\",layoutId:\"tAw6NeIbK\",style:{width:\"100%\"},variant:\"fhz9AHdkC\",width:\"100%\"})})})})})]})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fo06ag\",\"data-framer-name\":\"CTA\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-huvy1h\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-361w5v\",\"data-framer-name\":\"content-txt\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e77r9l\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-13jprmt\",\"data-framer-name\":\"headlines\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-plcpd1\",\"data-styles-preset\":\"wsNj260oQ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-371ff3fb-d951-43d7-ab2c-8ec8f2a5b1d0, rgb(247, 247, 247))\"},children:[\"Achieve Your Business Goals \",/*#__PURE__*/_jsx(\"br\",{}),\"with EMC Strategy Group!\"]})}),className:\"framer-m0xtfb\",\"data-framer-name\":\"Almost before\u2026\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k5c655\",\"data-framer-name\":\"text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19ut31h\",\"data-styles-preset\":\"Xsd7sv93j\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-371ff3fb-d951-43d7-ab2c-8ec8f2a5b1d0, rgb(247, 247, 247))\"},children:\"Explore a dynamic consulting experience designed to drive growth, innovation, and impact. Dive into EMC Strategy Group\u2019s expertly crafted services, empowering businesses, nonprofits, and government entities to achieve their goals with strategic insights, collaborative partnerships, and proven results.\"})}),className:\"framer-1hrz3hl\",\"data-framer-name\":\"Almost before we kne\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vAFHiEWWP\"},implicitPathVariables:undefined},{href:{webPageId:\"vAFHiEWWP\"},implicitPathVariables:undefined},{href:{webPageId:\"vAFHiEWWP\"},implicitPathVariables:undefined},{href:{webPageId:\"vAFHiEWWP\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+10730.8+0+0+60+0+0+224}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ofaa24-container\",nodeId:\"Ah4VKBiRm\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b7PVpoM3p:{GwflIu3yC:resolvedLinks3[3]},bPBog_ozx:{GwflIu3yC:resolvedLinks3[2],style:{width:\"100%\"},variant:\"zjJO2itYB\"},xTI3AI3QJ:{GwflIu3yC:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(ButtonPrimary,{GwflIu3yC:resolvedLinks3[0],height:\"100%\",id:\"Ah4VKBiRm\",layoutId:\"Ah4VKBiRm\",ooodzduO6:\"Schedule a call\",Qf6DGomur:2,variant:\"gdjR4iPSb\",width:\"100%\",xL3FqAHZw:\"var(--token-03693ef2-3d2f-41ed-af01-d716f9eee632, rgb(253, 176, 34))\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-87cp9v\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-63vcw1\",\"data-framer-name\":\"images\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:250,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:32}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1b6i8qs\",\"data-framer-name\":\"1\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6diuoa\",\"data-framer-name\":\"card-txt\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14a2a4h\",\"data-framer-name\":\"top\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7QmFpIEphbWp1cmVlLTcwMA==\",\"--framer-font-family\":'\"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-0564d15a-4950-4dce-8f28-b90ac2e73da3, rgb(34, 34, 30))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"100px\"},children:\"90\"}),\"%\"]})}),className:\"framer-1p66278\",\"data-framer-name\":\"87 %\",fonts:[\"GF;Bai Jamjuree-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFpIEphbWp1cmVlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-0564d15a-4950-4dce-8f28-b90ac2e73da3, rgb(34, 34, 30))\"},children:\"Success Rate in Securing Funding\"})}),className:\"framer-1ptwop6\",\"data-framer-name\":\"reduction in hiring costs\",fonts:[\"GF;Bai Jamjuree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xc1tdb\",\"data-framer-name\":\"Avatar label group\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1303hyj\",\"data-framer-name\":\"Text and supporting text\"})})]})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:250,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:-32}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ldiahm\",\"data-framer-name\":\"2\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:8e3,intrinsicWidth:6324,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10730.8+0+0+60+308+0+0+0+372+0+0),pixelHeight:3637,pixelWidth:5455,sizes:`max(${componentViewport?.width||\"100vw\"} - 40px, 200px)`,src:\"https://framerusercontent.com/images/Ox3EJyQ0GyhRZY129eBBxyGGAU.jpg\",srcSet:\"https://framerusercontent.com/images/Ox3EJyQ0GyhRZY129eBBxyGGAU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Ox3EJyQ0GyhRZY129eBBxyGGAU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ox3EJyQ0GyhRZY129eBBxyGGAU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Ox3EJyQ0GyhRZY129eBBxyGGAU.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Ox3EJyQ0GyhRZY129eBBxyGGAU.jpg 5455w\"}},xTI3AI3QJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:8e3,intrinsicWidth:6324,pixelHeight:3637,pixelWidth:5455,sizes:`max((min(min(${componentViewport?.width||\"100vw\"}, 1344px) - 128px, 1280px) - 12px) / 2, 200px)`,src:\"https://framerusercontent.com/images/Ox3EJyQ0GyhRZY129eBBxyGGAU.jpg\",srcSet:\"https://framerusercontent.com/images/Ox3EJyQ0GyhRZY129eBBxyGGAU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Ox3EJyQ0GyhRZY129eBBxyGGAU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ox3EJyQ0GyhRZY129eBBxyGGAU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Ox3EJyQ0GyhRZY129eBBxyGGAU.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Ox3EJyQ0GyhRZY129eBBxyGGAU.jpg 5455w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:8e3,intrinsicWidth:6324,pixelHeight:3637,pixelWidth:5455,sizes:`max((min(min(${componentViewport?.width||\"100vw\"}, 1344px) - 128px, 1280px) - 36px) / 4, 1px)`,src:\"https://framerusercontent.com/images/Ox3EJyQ0GyhRZY129eBBxyGGAU.jpg\",srcSet:\"https://framerusercontent.com/images/Ox3EJyQ0GyhRZY129eBBxyGGAU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Ox3EJyQ0GyhRZY129eBBxyGGAU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ox3EJyQ0GyhRZY129eBBxyGGAU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Ox3EJyQ0GyhRZY129eBBxyGGAU.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Ox3EJyQ0GyhRZY129eBBxyGGAU.jpg 5455w\"},className:\"framer-6cji4k\",\"data-framer-name\":\"image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1z08lr1\"})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:250,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:32}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-12x6mx5\",\"data-framer-name\":\"3\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g08zyc\",\"data-framer-name\":\"card-txt\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1abc6ni\",\"data-framer-name\":\"top\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7QmFpIEphbWp1cmVlLTcwMA==\",\"--framer-font-family\":'\"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-0564d15a-4950-4dce-8f28-b90ac2e73da3, rgb(34, 34, 30))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"100px\"},children:\"200\"}),\" +\"]})}),className:\"framer-10a5ety\",\"data-framer-name\":\"87 %\",fonts:[\"GF;Bai Jamjuree-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFpIEphbWp1cmVlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-0564d15a-4950-4dce-8f28-b90ac2e73da3, rgb(34, 34, 30))\"},children:\"Successful Partnerships Built\"})}),className:\"framer-2qpj7p\",\"data-framer-name\":\"reduction in hiring costs\",fonts:[\"GF;Bai Jamjuree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-i703yd\",\"data-framer-name\":\"Avatar label group\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bl99f\",\"data-framer-name\":\"Text and supporting text\"})})]})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:250,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:-32}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-8kosc3\",\"data-framer-name\":\"4\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10730.8+0+0+60+308+0+0+0+1116+0+0),pixelHeight:4340,pixelWidth:3472,sizes:`max(${componentViewport?.width||\"100vw\"} - 40px, 200px)`,src:\"https://framerusercontent.com/images/ZuNVnh2GXVL4Oy1xBAca94A9Hs.jpg\",srcSet:\"https://framerusercontent.com/images/ZuNVnh2GXVL4Oy1xBAca94A9Hs.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/ZuNVnh2GXVL4Oy1xBAca94A9Hs.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/ZuNVnh2GXVL4Oy1xBAca94A9Hs.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/ZuNVnh2GXVL4Oy1xBAca94A9Hs.jpg 3472w\"}},xTI3AI3QJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,pixelHeight:4340,pixelWidth:3472,sizes:`max((min(min(${componentViewport?.width||\"100vw\"}, 1344px) - 128px, 1280px) - 12px) / 2, 200px)`,src:\"https://framerusercontent.com/images/ZuNVnh2GXVL4Oy1xBAca94A9Hs.jpg\",srcSet:\"https://framerusercontent.com/images/ZuNVnh2GXVL4Oy1xBAca94A9Hs.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/ZuNVnh2GXVL4Oy1xBAca94A9Hs.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/ZuNVnh2GXVL4Oy1xBAca94A9Hs.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/ZuNVnh2GXVL4Oy1xBAca94A9Hs.jpg 3472w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,pixelHeight:4340,pixelWidth:3472,sizes:`max((min(min(${componentViewport?.width||\"100vw\"}, 1344px) - 128px, 1280px) - 36px) / 4, 1px)`,src:\"https://framerusercontent.com/images/ZuNVnh2GXVL4Oy1xBAca94A9Hs.jpg\",srcSet:\"https://framerusercontent.com/images/ZuNVnh2GXVL4Oy1xBAca94A9Hs.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/ZuNVnh2GXVL4Oy1xBAca94A9Hs.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/ZuNVnh2GXVL4Oy1xBAca94A9Hs.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/ZuNVnh2GXVL4Oy1xBAca94A9Hs.jpg 3472w\"},className:\"framer-11apui7\",\"data-framer-name\":\"image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-q3uoqk\"})})})})]})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{y:(componentViewport?.y||0)+0+12688.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:232,width:`min(${componentViewport?.width||\"100vw\"}, 1280px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9sc51q-container\",nodeId:\"B8KSDjnCn\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bPBog_ozx:{variant:\"S7Q5Y9op8\"},xTI3AI3QJ:{variant:\"b2Y7glWkr\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"B8KSDjnCn\",layoutId:\"B8KSDjnCn\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"EbyIQmNfO\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-oi660m-container\",isAuthoredByUser:true,isModuleExternal:true,layoutScroll:true,nodeId:\"pSyx48P17\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FramerButton,{height:\"100%\",horizontal:\"right\",id:\"pSyx48P17\",layoutId:\"pSyx48P17\",vertical:\"bottom\",viaProperty:\"babarogic\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Lojxi.framer-lux5qc, .framer-Lojxi .framer-lux5qc { display: block; }\",\".framer-Lojxi.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-371ff3fb-d951-43d7-ab2c-8ec8f2a5b1d0, #f7f7f7); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 54px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1280px; }\",\".framer-Lojxi .framer-1mrnev7 { align-content: center; align-items: center; box-shadow: 0px 0.7113342898827977px 2.418536585601512px -0.4px rgba(0, 0, 0, 0.1), 0px 1.9371521717053837px 6.5863173837983044px -0.8px rgba(0, 0, 0, 0.1), 0px 4.253285051195417px 14.461169174064416px -1.2px rgba(0, 0, 0, 0.11), 0px 9.4413216807344px 32.10049371449696px -1.6px rgba(0, 0, 0, 0.12), 0px 24px 81.6px -2px rgba(0, 0, 0, 0.15); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: 1000px; justify-content: flex-start; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-Lojxi .framer-1uttbl-container { flex: none; height: 100%; left: 1px; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-Lojxi .framer-digp6o { background: linear-gradient(246deg, rgba(33, 33, 29, 0.3) 0%, var(--token-0564d15a-4950-4dce-8f28-b90ac2e73da3, rgb(34, 34, 30)) 100%); flex: none; height: 1000px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 1000px / 2); width: 100%; z-index: 1; }\",\".framer-Lojxi .framer-1flpxh8, .framer-Lojxi .framer-4a6bug { align-content: center; align-items: center; background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-qte2k-container, .framer-Lojxi .framer-cnci4i-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 10; }\",\".framer-Lojxi.framer-zty7c4, .framer-Lojxi.framer-787p40 { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; }\",\".framer-Lojxi.framer-xjuf7g, .framer-Lojxi.framer-w66jai { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: center; left: 0px; overflow: hidden; padding: 0px 20px 0px 20px; position: fixed; top: 0px; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 0; }\",\".framer-Lojxi .framer-bx5a18, .framer-Lojxi .framer-1vvx0ud, .framer-Lojxi .framer-1r2958s, .framer-Lojxi .framer-1trnmwv, .framer-Lojxi .framer-5fm1ms, .framer-Lojxi .framer-1rtq7os, .framer-Lojxi .framer-16n4azq, .framer-Lojxi .framer-lq945q { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-Lojxi .framer-e7qgbj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 0px 64px 96px 64px; position: relative; width: 100%; z-index: 1; }\",\".framer-Lojxi .framer-1cxomn8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-fuddfd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-pddbmh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 149px 0px 149px 0px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-h7mcb8 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1150px; word-break: break-word; word-wrap: break-word; }\",\".framer-Lojxi .framer-1n81cj6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 506px; }\",\".framer-Lojxi .framer-jzz1ft { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 507px; word-break: break-word; word-wrap: break-word; }\",\".framer-Lojxi .framer-1p12o3j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Lojxi .framer-11z675p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 9px 0px 9px 0px; position: relative; width: min-content; }\",\".framer-Lojxi .framer-v791n5, .framer-Lojxi .framer-joclwd, .framer-Lojxi .framer-18tes4 { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-Lojxi .framer-dgsm0p, .framer-Lojxi .framer-37vqu7, .framer-Lojxi .framer-3s9np1 { --framer-paragraph-spacing: 14px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Lojxi .framer-qes8bd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Lojxi .framer-68htsc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 0px 8px 0px; position: relative; width: min-content; }\",\".framer-Lojxi .framer-10lalvr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 15px 0px 15px 0px; position: relative; width: min-content; }\",\".framer-Lojxi .framer-t7ueq7-container, .framer-Lojxi .framer-yazd4c-container, .framer-Lojxi .framer-ofaa24-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Lojxi .framer-ym2evn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 18px 0px 18px 0px; position: relative; width: min-content; }\",\".framer-Lojxi .framer-197dqqo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Lojxi .framer-sxsbvr-container { flex: none; height: 49px; position: relative; width: auto; }\",\".framer-Lojxi .framer-1vl6nnp-container { bottom: 7px; flex: none; height: 150px; position: absolute; right: 8px; width: 140px; z-index: 1; }\",\".framer-Lojxi .framer-1qn48gw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-1rdlgzo { bottom: 52px; flex: none; height: 547px; left: -32px; overflow: visible; position: absolute; width: 1389px; z-index: 0; }\",\".framer-Lojxi .framer-7d0sj1, .framer-Lojxi .framer-13bnike { bottom: -319px; flex: none; left: -186px; position: absolute; right: 18px; top: 0px; }\",\".framer-Lojxi .framer-1ddhma7 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 112px 32px 112px 32px; position: relative; width: 1px; z-index: 1; }\",\".framer-Lojxi .framer-10a7o7m-container { flex: none; height: 711px; position: absolute; right: -116px; top: calc(50.086355785837675% - 711px / 2); width: 724px; z-index: 0; }\",\".framer-Lojxi .framer-17p6cbw { 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: 640px; overflow: visible; padding: 5px 0px 0px 0px; position: relative; width: 50%; }\",\".framer-Lojxi .framer-r1ew55, .framer-Lojxi .framer-yg8lrn, .framer-Lojxi .framer-1t542n5, .framer-Lojxi .framer-odp60c, .framer-Lojxi .framer-14wqbfl, .framer-Lojxi .framer-1lwm4cg, .framer-Lojxi .framer-1jsois2, .framer-Lojxi .framer-1g5tsf, .framer-Lojxi .framer-1nxcgwt, .framer-Lojxi .framer-oli1rs, .framer-Lojxi .framer-uj0lep, .framer-Lojxi .framer-4nz154, .framer-Lojxi .framer-1qq6rin, .framer-Lojxi .framer-1a1ucpe, .framer-Lojxi .framer-1qvfffr, .framer-Lojxi .framer-fn4erz, .framer-Lojxi .framer-1ahkuaa, .framer-Lojxi .framer-lz6s1w, .framer-Lojxi .framer-5145c3, .framer-Lojxi .framer-3047bc, .framer-Lojxi .framer-12oa521, .framer-Lojxi .framer-1mgqcvg, .framer-Lojxi .framer-11qbzo5, .framer-Lojxi .framer-zubxkd, .framer-Lojxi .framer-n4n1sr, .framer-Lojxi .framer-117snin, .framer-Lojxi .framer-1ez2l4p, .framer-Lojxi .framer-1ptwop6, .framer-Lojxi .framer-2qpj7p { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Lojxi .framer-1qqv8pu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 95%; }\",\".framer-Lojxi .framer-1gc8hkf, .framer-Lojxi .framer-1guxw5z, .framer-Lojxi .framer-dklar { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Lojxi .framer-1mxxuvi, .framer-Lojxi .framer-ddla6, .framer-Lojxi .framer-1hqfonq, .framer-Lojxi .framer-18ezfy5 { 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: 6px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-Lojxi .framer-dxsj0o, .framer-Lojxi .framer-1f1m40l, .framer-Lojxi .framer-1pbvlot, .framer-Lojxi .framer-b924zu { background: linear-gradient(180deg, rgba(62, 115, 175, 0.3) 0%, rgba(40, 43, 60, 0.3) 100%); border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; border-top-left-radius: 1px; border-top-right-radius: 1px; flex: none; gap: 0px; height: 16px; overflow: hidden; position: relative; width: 2px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Lojxi .framer-m13neu { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Lojxi .framer-1lrug7t, .framer-Lojxi .framer-5vl0mz, .framer-Lojxi .framer-rx1ys7, .framer-Lojxi .framer-15wz95c, .framer-Lojxi .framer-182p1x9, .framer-Lojxi .framer-1d9edob, .framer-Lojxi .framer-1o9uamk, .framer-Lojxi .framer-13oewh4 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 221px; word-break: break-word; word-wrap: break-word; }\",\".framer-Lojxi .framer-jnkfy2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 239px; }\",\".framer-Lojxi .framer-q36jak, .framer-Lojxi .framer-qg5j0s, .framer-Lojxi .framer-1tbpc2s { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 221px; }\",\".framer-Lojxi .framer-1r9q3k7 { align-content: center; align-items: center; box-shadow: 0px 0.7113342898827977px 2.418536585601512px -0.4px rgba(0, 0, 0, 0.1), 0px 1.9371521717053837px 6.5863173837983044px -0.8px rgba(0, 0, 0, 0.1), 0px 4.253285051195417px 14.461169174064416px -1.2px rgba(0, 0, 0, 0.11), 0px 9.4413216807344px 32.10049371449696px -1.6px rgba(0, 0, 0, 0.12), 0px 24px 81.6px -2px rgba(0, 0, 0, 0.15); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1344px; overflow: hidden; padding: 78px 64px 78px 64px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-wlnen6 { background: linear-gradient(246deg, rgba(33, 33, 29, 0.3) 0%, var(--token-0564d15a-4950-4dce-8f28-b90ac2e73da3, rgb(34, 34, 30)) 100%); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 0; }\",\".framer-Lojxi .framer-1niyvr8 { 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: 1092px; }\",\".framer-Lojxi .framer-but7tf { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1280px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Lojxi .framer-y3grz4 { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-wc0ajs { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 58px 32px 64px 0px; position: relative; width: 1px; }\",\".framer-Lojxi .framer-1q06oxy, .framer-Lojxi .framer-x0izd1 { 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-Lojxi .framer-q7eutu, .framer-Lojxi .framer-9uaeyb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: 52px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 333px; }\",\".framer-Lojxi .framer-1av6w9g, .framer-Lojxi .framer-103qd78, .framer-Lojxi .framer-156r8l7, .framer-Lojxi .framer-1p1uklz { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 333px; word-break: break-word; word-wrap: break-word; }\",\".framer-Lojxi .framer-7jbm1j, .framer-Lojxi .framer-1haynk8 { flex: none; gap: 0px; height: 480px; overflow: visible; position: relative; width: 100%; }\",\".framer-Lojxi .framer-1w53x4a { flex: none; height: 379px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Lojxi .framer-316zxs { flex: none; gap: 0px; height: 527px; overflow: visible; position: relative; width: 100%; }\",\".framer-Lojxi .framer-sk8ayp { flex: none; gap: 0px; height: 280px; overflow: visible; position: relative; width: 100%; }\",\".framer-Lojxi .framer-18kv4wp { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Lojxi .framer-1xsp3vh { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 61px 32px 61px 0px; position: relative; width: 1px; }\",\".framer-Lojxi .framer-11eouqu { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: 1 0 0px; gap: 0px; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-Lojxi .framer-1cxcfq { flex: none; gap: 0px; height: 100px; overflow: visible; position: relative; width: 100%; }\",\".framer-Lojxi .framer-18r62fv { flex: none; gap: 0px; height: 307px; overflow: visible; position: relative; width: 100%; }\",\".framer-Lojxi .framer-kvvoe4, .framer-Lojxi .framer-1k5c655 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-1nr8nlh { flex: none; height: 547px; left: -32px; overflow: visible; position: absolute; right: -141px; top: 210px; z-index: 0; }\",\".framer-Lojxi .framer-h9xzw2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1280px; overflow: visible; padding: 120px 32px 80px 32px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-vydgus { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Lojxi .framer-gyt7lx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px 32px 0px 0px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-1uziufk, .framer-Lojxi .framer-1kjqvt5 { align-content: center; align-items: center; aspect-ratio: 1.2 / 1; border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; border-top-left-radius: 1px; border-top-right-radius: 1px; box-shadow: 0px 0.7113342898827977px 2.418536585601512px -0.4px rgba(0, 0, 0, 0.1), 0px 1.9371521717053837px 6.5863173837983044px -0.8px rgba(0, 0, 0, 0.1), 0px 4.253285051195417px 14.461169174064416px -1.2px rgba(0, 0, 0, 0.11), 0px 9.4413216807344px 32.10049371449696px -1.6px rgba(0, 0, 0, 0.12), 0px 24px 81.6px -2px rgba(0, 0, 0, 0.15); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: var(--framer-aspect-ratio-supported, 460px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Lojxi .framer-1f4k7gy, .framer-Lojxi .framer-1gexo9k { 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: 0px; position: relative; width: 1px; }\",\".framer-Lojxi .framer-ymi9x7, .framer-Lojxi .framer-ywu78w { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 420px; word-break: break-word; word-wrap: break-word; }\",\".framer-Lojxi .framer-1in9jo5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 32px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-10zjfrz { 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: 60px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-1npxyww { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1280px; overflow: visible; padding: 0px 32px 80px 32px; position: relative; width: 1px; }\",\".framer-Lojxi .framer-1ebamkp, .framer-Lojxi .framer-uj9zc8 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Lojxi .framer-1w01gxq-container { flex: 2 0 0px; height: 256px; position: relative; width: 1px; }\",\".framer-Lojxi .framer-1l9omto, .framer-Lojxi .framer-1ymjb4t, .framer-Lojxi .framer-165xfw7, .framer-Lojxi .framer-or0gho, .framer-Lojxi .framer-1r05dm6, .framer-Lojxi .framer-j6xz0y { align-content: flex-start; align-items: flex-start; background-color: #ecedee; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px 20px 30px 20px; position: relative; width: 256px; }\",\".framer-Lojxi .framer-12him3k, .framer-Lojxi .framer-7t8439 { flex: none; gap: 0px; height: 48px; opacity: 0.7; overflow: visible; position: relative; width: 48px; }\",\".framer-Lojxi .framer-vcndxx, .framer-Lojxi .framer-1eefiqq, .framer-Lojxi .framer-5py6gk, .framer-Lojxi .framer-29n5zx, .framer-Lojxi .framer-a7nenz, .framer-Lojxi .framer-1imyt25 { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 48px); left: 0px; opacity: 0.7; overflow: hidden; position: absolute; top: 50%; transform: translateY(-50%); width: 48px; }\",\".framer-Lojxi .framer-1v62kbn { bottom: 7px; flex: none; left: 3px; opacity: 0.7; position: absolute; right: 7px; top: 3px; }\",\".framer-Lojxi .framer-1xxkmqs, .framer-Lojxi .framer-b39vn6, .framer-Lojxi .framer-19a8pg5, .framer-Lojxi .framer-1notus9, .framer-Lojxi .framer-1y5dz7t, .framer-Lojxi .framer-1bc58ix, .framer-Lojxi .framer-rzza53, .framer-Lojxi .framer-fgon71, .framer-Lojxi .framer-1qe1kg, .framer-Lojxi .framer-gpo379 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-350jkm, .framer-Lojxi .framer-1x3i97t { bottom: 7px; flex: none; left: 7px; opacity: 0.7; position: absolute; right: 9px; top: 5px; }\",\".framer-Lojxi .framer-1y4k8ay { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 8px); left: 2px; opacity: 0.7; overflow: hidden; position: absolute; top: 15px; width: 8px; }\",\".framer-Lojxi .framer-110crhm, .framer-Lojxi .framer-1jpmyjw { bottom: 1px; flex: none; left: -1px; position: absolute; right: 3px; top: 0px; }\",\".framer-Lojxi .framer-4t9aib { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 8px); left: 35px; opacity: 0.7; overflow: hidden; position: absolute; top: 15px; width: 8px; }\",\".framer-Lojxi .framer-1nt635y, .framer-Lojxi .framer-1u6lgsi { bottom: 1px; flex: none; left: 0px; position: absolute; right: 3px; top: 0px; }\",\".framer-Lojxi .framer-1ue7g8e { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 8px); left: 5px; opacity: 0.7; overflow: hidden; position: absolute; top: 4px; width: 8px; }\",\".framer-Lojxi .framer-1d2zqfx, .framer-Lojxi .framer-k8s9rh { bottom: 3px; flex: none; left: -2px; position: absolute; right: 4px; top: -2px; }\",\".framer-Lojxi .framer-nacyl3 { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 8px); left: 38px; opacity: 0.7; overflow: hidden; position: absolute; top: 4px; width: 8px; }\",\".framer-Lojxi .framer-7q653i, .framer-Lojxi .framer-12z1slc { bottom: 3px; flex: none; left: -1px; position: absolute; right: 4px; top: -2px; }\",\".framer-Lojxi .framer-jctaoo, .framer-Lojxi .framer-4wtbgu, .framer-Lojxi .framer-jvxkjh, .framer-Lojxi .framer-t4i61b { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 48px); opacity: 0.7; overflow: visible; position: relative; width: 48px; }\",\".framer-Lojxi .framer-1pqq667 { bottom: 5px; flex: none; left: 7px; opacity: 0.7; position: absolute; right: 7px; top: 3px; }\",\".framer-Lojxi .framer-1sp9ep { bottom: 5px; flex: none; left: 3px; opacity: 0.7; position: absolute; right: 5px; top: 3px; }\",\".framer-Lojxi .framer-1r3ddr0 { bottom: 7px; flex: none; left: 3px; opacity: 0.7; position: absolute; right: 5px; top: 3px; }\",\".framer-Lojxi .framer-ikfpaz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Lojxi .framer-1s4wrd3, .framer-Lojxi .framer-19h2yxz, .framer-Lojxi .framer-1nvg2oq { --border-bottom-width: 1px; --border-color: #bdbdbd; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px 0px 30px 0px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-8w06lk, .framer-Lojxi .framer-1kikz59 { flex: none; gap: 0px; height: 48px; overflow: visible; position: relative; width: 48px; }\",\".framer-Lojxi .framer-cqe69y, .framer-Lojxi .framer-r38qot, .framer-Lojxi .framer-1151jdr { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 48px); left: 0px; overflow: hidden; position: absolute; top: 50%; transform: translateY(-50%); width: 48px; }\",\".framer-Lojxi .framer-akg8bf { flex: none; height: 38px; left: calc(50.00000000000002% - 38px / 2); position: absolute; top: calc(50.00000000000002% - 38px / 2); width: 38px; }\",\".framer-Lojxi .framer-jsfg0p { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-Lojxi .framer-7kajmu { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 48px); left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-Lojxi .framer-lx9m6l { bottom: 7px; flex: none; left: 7px; position: absolute; right: 9px; top: 5px; }\",\".framer-Lojxi .framer-13cx0sz { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 8px); left: 2px; overflow: hidden; position: absolute; top: 15px; width: 8px; }\",\".framer-Lojxi .framer-1myzvef { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 8px); left: 35px; overflow: hidden; position: absolute; top: 15px; width: 8px; }\",\".framer-Lojxi .framer-hhe1a7 { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 8px); left: 5px; overflow: hidden; position: absolute; top: 4px; width: 8px; }\",\".framer-Lojxi .framer-d6cc8l { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 8px); left: 38px; overflow: hidden; position: absolute; top: 4px; width: 8px; }\",\".framer-Lojxi .framer-1pbtx5o, .framer-Lojxi .framer-n33ayg { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 48px; }\",\".framer-Lojxi .framer-1crr1zv { bottom: 5px; flex: none; left: 7px; position: absolute; right: 7px; top: 3px; }\",\".framer-Lojxi .framer-1expfiw { align-content: center; align-items: center; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px 0px 30px 0px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-pohxko { bottom: 5px; flex: none; left: 3px; position: absolute; right: 5px; top: 3px; }\",\".framer-Lojxi .framer-15ekxy { align-content: center; align-items: center; background-color: #f7f7f7; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 80px 0px 120px 0px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-1b56gnh { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 0px 32px 0px 32px; position: relative; width: 1px; z-index: 1; }\",\".framer-Lojxi .framer-jlgmyx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-1h5dd11 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 5px 0px 0px 0px; position: relative; width: 50%; }\",\".framer-Lojxi .framer-xrlmlo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-1et4qvy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 50%; }\",\".framer-Lojxi .framer-12g1g04 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-62ehl2 { display: grid; flex: none; gap: 24px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(4, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-Lojxi .framer-zlph31-container, .framer-Lojxi .framer-pz8muh-container, .framer-Lojxi .framer-i4pop-container, .framer-Lojxi .framer-1q6aidu-container, .framer-Lojxi .framer-188b9cv-container, .framer-Lojxi .framer-hazucg-container, .framer-Lojxi .framer-b2zglw-container, .framer-Lojxi .framer-u7ljb6-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-Lojxi .framer-fo06ag { align-content: center; align-items: center; background: linear-gradient(245deg, rgba(33, 33, 29, 0.82) 0%, rgb(0, 0, 0) 100%); box-shadow: 0px 0.7113342898827977px 2.418536585601512px -0.4px rgba(0, 0, 0, 0.1), 0px 1.9371521717053837px 6.5863173837983044px -0.8px rgba(0, 0, 0, 0.1), 0px 4.253285051195417px 14.461169174064416px -1.2px rgba(0, 0, 0, 0.11), 0px 9.4413216807344px 32.10049371449696px -1.6px rgba(0, 0, 0, 0.12), 0px 24px 81.6px -2px rgba(0, 0, 0, 0.15); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1344px; overflow: visible; padding: 0px 64px 0px 64px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-huvy1h { 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: visible; padding: 120px 0px 120px 0px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-361w5v { 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: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-Lojxi .framer-e77r9l { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-13jprmt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-m0xtfb { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 804px; word-break: break-word; word-wrap: break-word; }\",\".framer-Lojxi .framer-1hrz3hl { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 640px; word-break: break-word; word-wrap: break-word; }\",\".framer-Lojxi .framer-87cp9v { flex: none; height: 475px; overflow: visible; position: relative; width: 100%; z-index: 1; }\",\".framer-Lojxi .framer-63vcw1 { align-content: flex-end; align-items: flex-end; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; left: 50%; max-width: 1280px; overflow: visible; padding: 0px; position: absolute; transform: translateX(-50%); width: 100%; }\",\".framer-Lojxi .framer-1b6i8qs, .framer-Lojxi .framer-12x6mx5 { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Lojxi .framer-6diuoa { align-content: flex-start; align-items: flex-start; background-color: var(--token-371ff3fb-d951-43d7-ab2c-8ec8f2a5b1d0, #f7f7f7); border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 477px; justify-content: space-between; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-14a2a4h, .framer-Lojxi .framer-1abc6ni { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-1p66278, .framer-Lojxi .framer-10a5ety { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Lojxi .framer-xc1tdb, .framer-Lojxi .framer-i703yd { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Lojxi .framer-1303hyj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; min-height: 17px; min-width: 99px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Lojxi .framer-1ldiahm, .framer-Lojxi .framer-8kosc3 { 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: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Lojxi .framer-6cji4k { align-content: center; align-items: center; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 306px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Lojxi .framer-1z08lr1 { background: linear-gradient(180deg, var(--token-371ff3fb-d951-43d7-ab2c-8ec8f2a5b1d0, #f7f7f7) 20%, rgba(247, 247, 247, 0) 100%); bottom: -1px; flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; width: 100%; z-index: 0; }\",\".framer-Lojxi .framer-g08zyc { align-content: flex-start; align-items: flex-start; background-color: var(--token-371ff3fb-d951-43d7-ab2c-8ec8f2a5b1d0, #f7f7f7); border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 376px; justify-content: space-between; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-1bl99f { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; min-height: 21px; min-width: 157px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Lojxi .framer-11apui7 { align-content: center; align-items: center; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 534px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Lojxi .framer-q3uoqk { background: linear-gradient(180deg, var(--token-371ff3fb-d951-43d7-ab2c-8ec8f2a5b1d0, #f7f7f7) 20%, rgba(247, 247, 247, 0) 100%); bottom: -1px; flex: none; height: 100%; overflow: hidden; position: absolute; right: 0px; width: 100%; z-index: 0; }\",\".framer-Lojxi .framer-9sc51q-container { flex: none; height: auto; max-width: 1280px; position: relative; width: 100%; }\",\".framer-Lojxi .framer-oi660m-container { flex: none; height: auto; left: 0%; position: fixed; top: -100px; transform: translateX(-50%); width: auto; z-index: 0; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,'.framer-Lojxi[data-border=\"true\"]::after, .framer-Lojxi [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: 768px) and (max-width: 1279px) { .framer-Lojxi.framer-72rtr7 { width: 768px; } .framer-Lojxi .framer-1mrnev7 { gap: unset; height: 60vh; justify-content: space-between; } .framer-Lojxi .framer-e7qgbj { padding: 0px 48px 96px 48px; } .framer-Lojxi .framer-fuddfd { justify-content: center; } .framer-Lojxi .framer-pddbmh { gap: 9px; padding: 43px 0px 43px 0px; } .framer-Lojxi .framer-h7mcb8 { order: 0; width: 100%; } .framer-Lojxi .framer-1n81cj6, .framer-Lojxi .framer-1q06oxy, .framer-Lojxi .framer-x0izd1, .framer-Lojxi .framer-1w01gxq-container { order: 1; } .framer-Lojxi .framer-1p12o3j, .framer-Lojxi .framer-1w53x4a, .framer-Lojxi .framer-1t542n5 { order: 2; } .framer-Lojxi .framer-11z675p { padding: 8px 0px 8px 0px; } .framer-Lojxi .framer-1qn48gw { padding: 100px 0px 100px 0px; } .framer-Lojxi .framer-1ddhma7 { padding: 0px 32px 0px 32px; } .framer-Lojxi .framer-10a7o7m-container { height: 579px; right: -206px; top: calc(50.00000000000002% - 579px / 2); width: 590px; } .framer-Lojxi .framer-17p6cbw { width: 70%; } .framer-Lojxi .framer-1qqv8pu { flex-wrap: wrap; } .framer-Lojxi .framer-1niyvr8 { flex-direction: column; width: min-content; } .framer-Lojxi .framer-but7tf, .framer-Lojxi .framer-18kv4wp { flex: none; width: 580px; } .framer-Lojxi .framer-y3grz4 { flex-direction: column; } .framer-Lojxi .framer-wc0ajs { flex: none; padding: 58px 32px 64px 32px; width: 100%; } .framer-Lojxi .framer-316zxs, .framer-Lojxi .framer-1ebamkp { order: 0; } .framer-Lojxi .framer-1xsp3vh { padding: 61px 32px 61px 32px; } .framer-Lojxi .framer-11eouqu { aspect-ratio: 0.9060489060489061 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 367px); } .framer-Lojxi .framer-1cxcfq { aspect-ratio: 0.9060489060489061 / 1; height: var(--framer-aspect-ratio-supported, 570px); order: 0; } .framer-Lojxi .framer-h9xzw2 { padding: 64px 32px 64px 32px; } .framer-Lojxi .framer-vydgus, .framer-Lojxi .framer-1b56gnh { gap: 64px; } .framer-Lojxi .framer-gyt7lx, .framer-Lojxi .framer-1in9jo5 { gap: 48px; padding: 0px; } .framer-Lojxi .framer-1uziufk, .framer-Lojxi .framer-1kjqvt5 { height: var(--framer-aspect-ratio-supported, 273px); } .framer-Lojxi .framer-ymi9x7, .framer-Lojxi .framer-ywu78w, .framer-Lojxi .framer-1h5dd11, .framer-Lojxi .framer-1et4qvy { width: 100%; } .framer-Lojxi .framer-1npxyww { gap: 48px; padding: 0px 0px 80px 0px; } .framer-Lojxi .framer-15ekxy { padding: 80px 0px 100px 0px; } .framer-Lojxi .framer-jlgmyx { gap: 32px; } .framer-Lojxi .framer-62ehl2 { grid-template-columns: repeat(3, minmax(200px, 1fr)); } .framer-Lojxi .framer-huvy1h { gap: 48px; padding: 120px 0px 80px 0px; } .framer-Lojxi .framer-m0xtfb, .framer-Lojxi .framer-1hrz3hl { flex: 1 0 0px; width: 1px; } .framer-Lojxi .framer-87cp9v { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; } .framer-Lojxi .framer-63vcw1 { align-content: unset; align-items: unset; bottom: unset; display: grid; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); left: unset; position: relative; transform: unset; } .framer-Lojxi .framer-1b6i8qs { align-self: start; flex: none; height: 100%; justify-self: start; order: 1; width: 100%; } .framer-Lojxi .framer-6diuoa, .framer-Lojxi .framer-6cji4k, .framer-Lojxi .framer-11apui7 { flex: 1 0 0px; height: 1px; } .framer-Lojxi .framer-1ldiahm { align-self: start; flex: none; height: 100%; justify-self: start; order: 0; width: 100%; } .framer-Lojxi .framer-12x6mx5 { align-self: start; flex: none; height: 100%; justify-self: start; order: 2; width: 100%; } .framer-Lojxi .framer-8kosc3 { align-self: start; flex: none; height: 100%; justify-self: start; order: 3; width: 100%; }}\",\"@media (max-width: 767px) { .framer-Lojxi.framer-72rtr7 { width: 320px; } .framer-Lojxi .framer-1mrnev7 { height: min-content; max-width: unset; overflow: visible; z-index: unset; } .framer-Lojxi .framer-1uttbl-container { height: 196%; left: unset; order: 0; right: -1019px; top: calc(50.00000000000002% - 195.84615384615384% / 2); width: 451%; } .framer-Lojxi .framer-e7qgbj { gap: 24px; justify-content: flex-end; order: 2; padding: 0px 20px 28px 20px; } .framer-Lojxi .framer-1cxomn8 { justify-content: flex-end; } .framer-Lojxi .framer-fuddfd { gap: 32px; justify-content: center; } .framer-Lojxi .framer-pddbmh { padding: 35px 0px 35px 0px; } .framer-Lojxi .framer-h7mcb8, .framer-Lojxi .framer-1n81cj6, .framer-Lojxi .framer-1p12o3j, .framer-Lojxi .framer-qes8bd, .framer-Lojxi .framer-t7ueq7-container, .framer-Lojxi .framer-17p6cbw, .framer-Lojxi .framer-ymi9x7, .framer-Lojxi .framer-ywu78w, .framer-Lojxi .framer-1et4qvy, .framer-Lojxi .framer-yazd4c-container, .framer-Lojxi .framer-ofaa24-container { width: 100%; } .framer-Lojxi .framer-jzz1ft, .framer-Lojxi .framer-m0xtfb, .framer-Lojxi .framer-1hrz3hl { flex: 1 0 0px; width: 1px; } .framer-Lojxi .framer-11z675p, .framer-Lojxi .framer-68htsc { padding: 10px 0px 10px 0px; width: 100%; } .framer-Lojxi .framer-dgsm0p, .framer-Lojxi .framer-37vqu7, .framer-Lojxi .framer-3s9np1 { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-Lojxi .framer-10lalvr { align-content: flex-start; align-items: flex-start; flex-direction: column; width: 100%; } .framer-Lojxi .framer-4a6bug, .framer-Lojxi .framer-18r62fv { order: 1; } .framer-Lojxi.framer-787p40 { z-index: 2; } .framer-Lojxi.framer-w66jai { z-index: 3; } .framer-Lojxi .framer-1qn48gw { padding: 60px 0px 40px 0px; } .framer-Lojxi .framer-1rdlgzo, .framer-Lojxi .framer-1nr8nlh { z-index: unset; } .framer-Lojxi .framer-1ddhma7 { padding: 0px 20px 0px 20px; z-index: unset; } .framer-Lojxi .framer-10a7o7m-container { height: 397px; right: -213px; top: calc(62.67857142857145% - 397px / 2); width: 404px; } .framer-Lojxi .framer-1qqv8pu { flex-direction: column; gap: 24px; } .framer-Lojxi .framer-1r9q3k7 { padding: 78px 0px 40px 0px; } .framer-Lojxi .framer-wlnen6 { background: linear-gradient(246deg, rgba(33, 33, 29, 0.3) -6%, var(--token-0564d15a-4950-4dce-8f28-b90ac2e73da3, rgb(34, 34, 30)) 65%); bottom: 0px; height: unset; left: 0px; right: 0px; top: 0px; width: unset; } .framer-Lojxi .framer-1niyvr8 { flex-direction: column; width: 100%; } .framer-Lojxi .framer-but7tf { flex: none; gap: 32px; padding: 60px 20px 0px 20px; width: 100%; } .framer-Lojxi .framer-y3grz4 { flex-direction: column; } .framer-Lojxi .framer-wc0ajs { flex: none; gap: 20px; padding: 32px 0px 0px 0px; width: 100%; } .framer-Lojxi .framer-1q06oxy, .framer-Lojxi .framer-x0izd1 { order: 0; } .framer-Lojxi .framer-q7eutu, .framer-Lojxi .framer-9uaeyb { height: min-content; width: min-content; } .framer-Lojxi .framer-1av6w9g, .framer-Lojxi .framer-103qd78, .framer-Lojxi .framer-156r8l7, .framer-Lojxi .framer-1p1uklz { white-space: pre; width: auto; } .framer-Lojxi .framer-7jbm1j { flex: 1 0 0px; height: 1px; order: 1; } .framer-Lojxi .framer-1w53x4a, .framer-Lojxi .framer-1t542n5 { order: 3; } .framer-Lojxi .framer-sk8ayp { order: 2; } .framer-Lojxi .framer-18kv4wp { flex: none; padding: 0px 32px 0px 32px; width: 100%; } .framer-Lojxi .framer-1xsp3vh { gap: 17px; padding: 32px 0px 61px 0px; } .framer-Lojxi .framer-1haynk8 { flex: 1 0 0px; height: 1px; order: 2; } .framer-Lojxi .framer-h9xzw2 { gap: 20px; padding: 60px 20px 20px 20px; } .framer-Lojxi .framer-vydgus { gap: 80px; } .framer-Lojxi .framer-gyt7lx, .framer-Lojxi .framer-1in9jo5 { flex-direction: column; gap: 32px; padding: 0px; } .framer-Lojxi .framer-1uziufk { flex: none; height: var(--framer-aspect-ratio-supported, 233px); order: 1; width: 100%; } .framer-Lojxi .framer-1f4k7gy, .framer-Lojxi .framer-1gexo9k { flex: none; gap: 24px; order: 0; width: 100%; } .framer-Lojxi .framer-1kjqvt5 { flex: none; height: var(--framer-aspect-ratio-supported, 234px); order: 1; width: 100%; } .framer-Lojxi .framer-1npxyww { flex-direction: column; gap: 20px; padding: 0px 20px 0px 20px; } .framer-Lojxi .framer-1ebamkp, .framer-Lojxi .framer-ikfpaz { flex: none; width: 100%; } .framer-Lojxi .framer-15ekxy { padding: 60px 0px 0px 0px; } .framer-Lojxi .framer-1b56gnh { gap: 60px; padding: 0px 20px 0px 20px; } .framer-Lojxi .framer-jlgmyx { gap: 30px; } .framer-Lojxi .framer-1h5dd11 { gap: 24px; width: 100%; } .framer-Lojxi .framer-xrlmlo { gap: 16px; } .framer-Lojxi .framer-12g1g04 { gap: 40px; } .framer-Lojxi .framer-62ehl2 { gap: 0px; grid-template-columns: repeat(1, minmax(200px, 1fr)); } .framer-Lojxi .framer-fo06ag { max-width: unset; padding: 0px; } .framer-Lojxi .framer-huvy1h { padding: 60px 20px 60px 20px; } .framer-Lojxi .framer-87cp9v { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; } .framer-Lojxi .framer-63vcw1 { align-content: unset; align-items: unset; bottom: unset; display: grid; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(1, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); left: unset; max-width: unset; position: relative; transform: unset; } .framer-Lojxi .framer-1b6i8qs, .framer-Lojxi .framer-1ldiahm, .framer-Lojxi .framer-12x6mx5, .framer-Lojxi .framer-8kosc3 { align-self: start; flex: none; height: 100%; justify-self: start; width: 100%; } .framer-Lojxi .framer-6diuoa { gap: 80px; height: min-content; justify-content: center; } .framer-Lojxi .framer-6cji4k { flex: 1 0 0px; height: 1px; order: 0; } .framer-Lojxi .framer-1z08lr1, .framer-Lojxi .framer-q3uoqk { bottom: 0px; } .framer-Lojxi .framer-g08zyc, .framer-Lojxi .framer-11apui7 { flex: 1 0 0px; height: 1px; }}\",\"@media (min-width: 2000px) { .framer-Lojxi.framer-72rtr7 { width: 2000px; } .framer-Lojxi .framer-1flpxh8 { max-width: 100%; width: 5000px; } .framer-Lojxi .framer-qte2k-container { flex: none; height: 80px; order: 0; width: 100%; } .framer-Lojxi .framer-e7qgbj { align-content: center; align-items: center; padding: 0px 64px 21px 64px; } .framer-Lojxi .framer-pddbmh { order: 0; padding: 115px 0px 115px 0px; } .framer-Lojxi .framer-1vl6nnp-container { bottom: -75px; right: -366px; } .framer-Lojxi .framer-7jbm1j { height: 464px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7315\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"xTI3AI3QJ\":{\"layout\":[\"fixed\",\"auto\"]},\"bPBog_ozx\":{\"layout\":[\"fixed\",\"auto\"]},\"b7PVpoM3p\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-Lojxi\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:7315,width:1280};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Bai Jamjuree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/baijamjuree/v12/LDI1apSCOBt_aeQQ7ftydoaMXMjKm7sp8g.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"},{family:\"Urbanist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDyx4fE5OrS8SlKw.woff2\",weight:\"400\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},{family:\"Bai Jamjuree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/baijamjuree/v12/LDIqapSCOBt_aeQQ7ftydoa05efulpA1-yiSgA.woff2\",weight:\"700\"}]},...VideoFonts,...TopbarCopyFonts,...ButtonPrimaryFonts,...ArcFonts,...GlobeFonts,...TickerFonts,...ServiceCardFonts,...FooterFonts,...FramerButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicWidth\":\"1280\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xTI3AI3QJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bPBog_ozx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"b7PVpoM3p\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"7315\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "r", "c", "u", "a", "s", "cubicBezier", "o", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "e", "t", "r", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "t", "n", "createGeneratorEasing", "e", "t", "n", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "t", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "Sslr79Ruj_exports", "__export", "__FramerMetadata__", "Sslr79Ruj_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transition2", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "transformTemplate1", "_", "t", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "height", "id", "image1", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "hCYP4VQzO", "Ky4gQEfqH", "fDBghi46i", "OmORKnFoK", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerSslr79Ruj", "withCSS", "Sslr79Ruj_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__", "createStore", "state1", "dataStore", "Data", "setDataStore", "newState", "storeState", "storeSetters", "setStoreState", "setter", "useStore", "state", "setState", "ye", "ue", "useObserveData", "centerContent", "defaultContainerStyles", "centerContent", "useStore", "createStore", "withHover", "Component", "props", "p", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "VideoFonts", "getFonts", "Video", "ContainerWithFX", "withFX", "Container", "TopbarCopyFonts", "NfES1_8DQ_default", "RichTextOpenTypebx5a18", "withCodeBoundaryForOverrides", "RichText2", "OpenType", "RichTextOpenType1vvx0ud", "RichTextOpenType1r2958s", "RichTextWithFX", "ButtonPrimaryFonts", "FHCPwv8iZ_default", "MotionDivWithFX", "motion", "ArcFonts", "Arc_default", "RichTextOpenType1trnmwv", "RichTextOpenType5fm1ms", "RichTextOpenType1rtq7os", "RichTextOpenType16n4azq", "RichTextOpenTypelq945q", "GlobeFonts", "Globe", "TickerFonts", "Ticker", "ServiceCardFonts", "Sslr79Ruj_default", "ServiceCardWithHoverzlph31WithMappedReactProps1tkdehj", "withMappedReactProps", "withHover", "Sslr79Ruj_exports", "ServiceCardWithHoverpz8muhWithMappedReactProps1tkdehj", "ServiceCardWithHoveri4popWithMappedReactProps1tkdehj", "ServiceCardWithHover1q6aiduWithMappedReactProps1tkdehj", "ServiceCardWithHover188b9cvWithMappedReactProps1tkdehj", "ServiceCardWithHoverhazucgWithMappedReactProps1tkdehj", "ServiceCardWithHoverb2zglwWithMappedReactProps1tkdehj", "ServiceCardWithHoveru7ljb6WithMappedReactProps1tkdehj", "FooterFonts", "b4hX4Mxor_default", "FramerButtonFonts", "FramerButton", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transition2", "animation2", "animation3", "animation4", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition3", "animation5", "transition4", "animation6", "transition5", "animation7", "transition6", "animation8", "transformTemplate1", "_", "t", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "jJ6CdZr2H3bnx0g", "overlay", "loadMore", "args", "iMV59QLik3bnx0g", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "router", "useRouter", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "ComponentViewportProvider", "l", "AnimatePresence", "Ga", "x", "Link", "SVG", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "overlay2", "overlay1", "resolvedLinks2", "resolvedLinks3", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
