{"version":3,"file":"BWE23UWyo_Oo5gDclSFE_yGSSK3BnAEo_oMRQGUwir4.znCUJNSd.mjs","names":["t","e","t","n","o","r","u","a","s","e","i","e","t","r","n","o","n","e","t","t","n","r","a","e","s","o","i","u","p","M","e","t","n","o","i","s","r","a","l","u","W","j","x","V","q","se","re","ae","isBrowser","i","dotStyle","Component","serializationHash","variantClassNames","humanReadableVariantMap","getProps","Component","Image","className","css","TemplateHeader","ActionButton","CardsServiceCard","BlurGradient","CardsProjectCard","TemplateCtaSection","TemplateFooter","metadata","className","PropertyOverrides","Image","css"],"sources":["https:/ga.jspm.io/npm:@motionone/utils@10.18.0/dist/index.es.js","https:/ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js","https:/ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js","https:/ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js","https:/ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js","https:/ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js","https:/ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js","https:/framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js","https:/framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/z9LFDX6PKECtSqS68OWD/SlideShow.js","https:/framerusercontent.com/modules/zjfggn2FuAEu1wkasMc0/Wx7Psg7rAJUj503Rxyzw/VA4o2GZzK.js","https:/framerusercontent.com/modules/tK5fy3mN6PpatLRCaeVH/imiNLkSFT0c4HHxPhqEA/augiA20Il.js"],"sourcesContent":["function addUniqueItem(t,e){t.indexOf(e)===-1&&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=>typeof t===\"number\";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=>typeof t===\"object\"&&Boolean(t.createAnimation);const isFunction=t=>typeof t===\"function\";const isString=t=>typeof t===\"string\";const e={ms:t=>t*1e3,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//# sourceMappingURL=index.es.js.map\n","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{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function getBrowserVisibilityProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){// Opera 12.10 and Firefox 18 and later support\nreturn\"visibilitychange\";}else if(typeof document.msHidden!==\"undefined\"){return\"msvisibilitychange\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitvisibilitychange\";}}export function getBrowserDocumentHiddenProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){return\"hidden\";}else if(typeof document.msHidden!==\"undefined\"){return\"msHidden\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitHidden\";}}export function getIsDocumentHidden(){if(!isBrowser())return;return!document[getBrowserDocumentHiddenProp()];}export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(getIsDocumentHidden());const onVisibilityChange=()=>setIsVisible(getIsDocumentHidden());useEffect(()=>{const visibilityChange=getBrowserVisibilityProp();document.addEventListener(visibilityChange,onVisibilityChange,false);return()=>{document.removeEventListener(visibilityChange,onVisibilityChange);};});return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"getBrowserVisibilityProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getIsDocumentHidden\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBrowserDocumentHiddenProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map","import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement,forwardRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,animate,useMotionValue,useInView,useTransform,LayoutGroup,wrap,sync,mix}from\"framer-motion\";import{resize}from\"@motionone/dom\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js\";// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"⭐️\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return filteredSlots.map(index=>/*#__PURE__*/createRef());},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const total=filteredSlots.length-1;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[total].current?isHorizontal?childrenRef[total].current.offsetLeft+childrenRef[total].current.offsetWidth:childrenRef[total].current.offsetTop+childrenRef[total].current.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetWidth:childrenRef[0].current.offsetHeight:0;const itemWidth=childrenRef[0].current?childrenRef[0].current.offsetWidth:0;const itemHeight=childrenRef[0].current?childrenRef[0].current.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength});}},[hasChildren]);const scheduleMeasure=useCallback(()=>{sync.read(measure);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)scheduleMeasure();},[hasChildren,itemAmount]);/**\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(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length;const childrenSize=isCanvas?0:size===null||size===void 0?void 0:size.children;const itemWithGap=(size===null||size===void 0?void 0:size.item)+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*((size===null||size===void 0?void 0:size.itemWidth)+gap):-startFrom*((size===null||size===void 0?void 0:size.itemHeight)+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if((size===null||size===void 0?void 0:size.children)===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=delta=>{if(!isInverted){setCurrentItem(currentItem+delta);}else{setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */let columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(filteredSlots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */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}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<(filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length);i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:(size===null||size===void 0?void 0:size.item)!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},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\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},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},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},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;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component 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:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){var _child_props,_child_props1;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.onChange(newValue=>{var _ref_current;(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0—1—2—3—4—5—0 */let isSelected=wrappedIndex===index;/* Go 0—5—4—3—2—1—0—5 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;let top=!isHorizontal&&index>0?inlinePadding:padding;let bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;let right=isHorizontal&&index!==total-1?inlinePadding:padding;let left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map","// Generated by Framer (2b47498)\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/gjbrgivU2CKkMrIO1Pc7/nUf8bspZ4YKL4Z1fAD04/fXybxQbVF.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/6XvbdEBmc6DISUImomBj/vQg1JYIc21GlpDuz4Wij/GoWe1C3Zm.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/25x1EKiiupkexO3nx6s5/bgnkYdYHooINkuvpAoXV/w5IvRCR92.js\";const cycleOrder=[\"T1nL6FchE\",\"nwUbP_v6F\",\"enripBkKT\",\"C2UBSU_4F\",\"U1Ph_uxng\"];const serializationHash=\"framer-UIVpd\";const variantClassNames={C2UBSU_4F:\"framer-v-f4660z\",enripBkKT:\"framer-v-11z0oxv\",nwUbP_v6F:\"framer-v-1mbdeoh\",T1nL6FchE:\"framer-v-10644pc\",U1Ph_uxng:\"framer-v-9osu9e\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"dark-bg-mobile\":\"C2UBSU_4F\",\"dark-bg\":\"T1nL6FchE\",\"light-bg-mobile\":\"U1Ph_uxng\",\"light-bg\":\"nwUbP_v6F\",image:\"enripBkKT\"};const getProps=({background,description,height,id,image,textColor,title,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4;return{...props,K2uAYpp1f:(_ref=title!==null&&title!==void 0?title:props.K2uAYpp1f)!==null&&_ref!==void 0?_ref:\"Estudios y C\\xe1lculos\",ojKeynebS:(_ref1=background!==null&&background!==void 0?background:props.ojKeynebS)!==null&&_ref1!==void 0?_ref1:\"var(--token-b7e43528-c942-4e64-99e7-57218ffa1aa6, rgb(49, 70, 109))\",RacCjQZxD:(_ref2=textColor!==null&&textColor!==void 0?textColor:props.RacCjQZxD)!==null&&_ref2!==void 0?_ref2:\"var(--token-3a052d16-e2f1-4679-8f7f-4640e2ebf1a8, rgb(234, 237, 240))\",rLdBALwHU:(_ref3=description!==null&&description!==void 0?description:props.rLdBALwHU)!==null&&_ref3!==void 0?_ref3:\"Estudio de arm\\xf3nicas y calidad de energ\\xeda. C\\xe1lculo de capacitores para la correcci\\xf3n del factor de potencia.\",variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"T1nL6FchE\",y8N6MUJ1k:image!==null&&image!==void 0?image:props.y8N6MUJ1k};};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,K2uAYpp1f,rLdBALwHU,y8N6MUJ1k,ojKeynebS,RacCjQZxD,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"T1nL6FchE\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"enripBkKT\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(Image,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-10644pc\",className,classNames),\"data-framer-name\":\"dark-bg\",layoutDependency:layoutDependency,layoutId:\"T1nL6FchE\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:ojKeynebS,borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},variants:{enripBkKT:{backgroundColor:\"rgba(0, 0, 0, 0)\"},nwUbP_v6F:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-11b51117-e14c-4475-9cc9-83ca8304a1ea, rgb(229, 231, 235))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},U1Ph_uxng:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-11b51117-e14c-4475-9cc9-83ca8304a1ea, rgb(229, 231, 235))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"}},...addPropertyOverrides({C2UBSU_4F:{\"data-framer-name\":\"dark-bg-mobile\"},enripBkKT:{\"data-framer-name\":\"image\",background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(y8N6MUJ1k),...{positionX:\"center\",positionY:\"center\"}}},nwUbP_v6F:{\"data-border\":true,\"data-framer-name\":\"light-bg\"},U1Ph_uxng:{\"data-border\":true,\"data-framer-name\":\"light-bg-mobile\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO092ZXJ1c2VkIEdyb3Rlc2sgTWVkaXVt\",\"--framer-font-family\":'\"Overused Grotesk Medium\", \"Overused Grotesk Medium Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.25px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-069b6fe2-6ffd-485c-ab62-a825c94489df, rgb(255, 255, 255)))\"},children:\"Estudios y C\\xe1lculos\"})}),className:\"framer-1esscxn\",fonts:[\"CUSTOM;Overused Grotesk Medium\"],layoutDependency:layoutDependency,layoutId:\"Q7bJiOvNG\",style:{\"--extracted-a0htzi\":\"var(--token-069b6fe2-6ffd-485c-ab62-a825c94489df, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:K2uAYpp1f,variants:{C2UBSU_4F:{\"--extracted-1eung3n\":\"var(--token-069b6fe2-6ffd-485c-ab62-a825c94489df, rgb(255, 255, 255))\"},nwUbP_v6F:{\"--extracted-a0htzi\":\"var(--token-32652a99-2b7c-4c25-a2dc-a68c4d538329, rgb(18, 38, 78))\"},U1Ph_uxng:{\"--extracted-1eung3n\":\"var(--token-32652a99-2b7c-4c25-a2dc-a68c4d538329, rgb(18, 38, 78))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({C2UBSU_4F:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-132kak9\",\"data-styles-preset\":\"fXybxQbVF\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-069b6fe2-6ffd-485c-ab62-a825c94489df, rgb(255, 255, 255)))\"},children:\"Estudios y C\\xe1lculos\"})}),fonts:[\"Inter\"]},nwUbP_v6F:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO092ZXJ1c2VkIEdyb3Rlc2sgTWVkaXVt\",\"--framer-font-family\":'\"Overused Grotesk Medium\", \"Overused Grotesk Medium Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.25px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-32652a99-2b7c-4c25-a2dc-a68c4d538329, rgb(18, 38, 78)))\"},children:\"Estudios y C\\xe1lculos\"})})},U1Ph_uxng:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-132kak9\",\"data-styles-preset\":\"fXybxQbVF\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-32652a99-2b7c-4c25-a2dc-a68c4d538329, rgb(18, 38, 78)))\"},children:\"Estudios y C\\xe1lculos\"})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yj7z2f\",\"data-styles-preset\":\"GoWe1C3Zm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-RacCjQZxD-VA4o2GZzK))\"},children:\"Estudio de arm\\xf3nicas y calidad de energ\\xeda. C\\xe1lculo de capacitores para la correcci\\xf3n del factor de potencia.\"})}),className:\"framer-z3tupr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"L2LALW0TG\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-RacCjQZxD-VA4o2GZzK)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-RacCjQZxD-VA4o2GZzK\":RacCjQZxD},text:rLdBALwHU,variants:{nwUbP_v6F:{\"--extracted-r6o4lv\":\"var(--token-d23792e9-10f0-4cce-a841-59d3870ba197, rgb(55, 65, 81))\"},U1Ph_uxng:{\"--extracted-r6o4lv\":\"var(--token-d23792e9-10f0-4cce-a841-59d3870ba197, rgb(55, 65, 81))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({C2UBSU_4F:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1l1baip\",\"data-styles-preset\":\"w5IvRCR92\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-RacCjQZxD-VA4o2GZzK))\"},children:\"Estudio de arm\\xf3nicas y calidad de energ\\xeda. C\\xe1lculo de capacitores para la correcci\\xf3n del factor de potencia.\"})})},nwUbP_v6F:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yj7z2f\",\"data-styles-preset\":\"GoWe1C3Zm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d23792e9-10f0-4cce-a841-59d3870ba197, rgb(55, 65, 81)))\"},children:\"Estudio de arm\\xf3nicas y calidad de energ\\xeda. C\\xe1lculo de capacitores para la correcci\\xf3n del factor de potencia.\"})})},U1Ph_uxng:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1l1baip\",\"data-styles-preset\":\"w5IvRCR92\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d23792e9-10f0-4cce-a841-59d3870ba197, rgb(55, 65, 81)))\"},children:\"Estudio de arm\\xf3nicas y calidad de energ\\xeda. C\\xe1lculo de capacitores para la correcci\\xf3n del factor de potencia.\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-UIVpd.framer-1ukpj3t, .framer-UIVpd .framer-1ukpj3t { display: block; }\",\".framer-UIVpd.framer-10644pc { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; height: 352px; justify-content: space-between; overflow: hidden; padding: 32px; position: relative; width: 352px; will-change: var(--framer-will-change-override, transform); }\",\".framer-UIVpd .framer-1esscxn { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-UIVpd .framer-z3tupr { --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-UIVpd.framer-v-f4660z.framer-10644pc, .framer-UIVpd.framer-v-9osu9e.framer-10644pc { height: 216px; padding: 16px; width: 288px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-UIVpd[data-border=\"true\"]::after, .framer-UIVpd [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 352\n * @framerIntrinsicWidth 352\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"nwUbP_v6F\":{\"layout\":[\"fixed\",\"fixed\"]},\"enripBkKT\":{\"layout\":[\"fixed\",\"fixed\"]},\"C2UBSU_4F\":{\"layout\":[\"fixed\",\"fixed\"]},\"U1Ph_uxng\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"K2uAYpp1f\":\"title\",\"rLdBALwHU\":\"description\",\"y8N6MUJ1k\":\"image\",\"ojKeynebS\":\"background\",\"RacCjQZxD\":\"textColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerVA4o2GZzK=withCSS(Component,css,\"framer-UIVpd\");export default FramerVA4o2GZzK;FramerVA4o2GZzK.displayName=\"cards/service-card\";FramerVA4o2GZzK.defaultProps={height:352,width:352};addPropertyControls(FramerVA4o2GZzK,{variant:{options:[\"T1nL6FchE\",\"nwUbP_v6F\",\"enripBkKT\",\"C2UBSU_4F\",\"U1Ph_uxng\"],optionTitles:[\"dark-bg\",\"light-bg\",\"image\",\"dark-bg-mobile\",\"light-bg-mobile\"],title:\"Variant\",type:ControlType.Enum},K2uAYpp1f:{defaultValue:\"Estudios y C\\xe1lculos\",displayTextArea:false,title:\"Title\",type:ControlType.String},rLdBALwHU:{defaultValue:\"Estudio de arm\\xf3nicas y calidad de energ\\xeda. C\\xe1lculo de capacitores para la correcci\\xf3n del factor de potencia.\",displayTextArea:false,title:\"description\",type:ControlType.String},y8N6MUJ1k:{title:\"Image\",type:ControlType.ResponsiveImage},ojKeynebS:{defaultValue:'var(--token-b7e43528-c942-4e64-99e7-57218ffa1aa6, rgb(49, 70, 109)) /* {\"name\":\"brand-400\"} */',title:\"Background\",type:ControlType.Color},RacCjQZxD:{defaultValue:\"var(--token-3a052d16-e2f1-4679-8f7f-4640e2ebf1a8, rgb(234, 237, 240))\",title:\"Text Color\",type:ControlType.Color}});addFonts(FramerVA4o2GZzK,[{explicitInter:true,fonts:[{family:\"Overused Grotesk Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/8HmmoXuK5B9Jf6bILMYOGPVsVI.woff2\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVA4o2GZzK\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nwUbP_v6F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"enripBkKT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"C2UBSU_4F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"U1Ph_uxng\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"K2uAYpp1f\\\":\\\"title\\\",\\\"rLdBALwHU\\\":\\\"description\\\",\\\"y8N6MUJ1k\\\":\\\"image\\\",\\\"ojKeynebS\\\":\\\"background\\\",\\\"RacCjQZxD\\\":\\\"textColor\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"352\",\"framerIntrinsicWidth\":\"352\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (5012657)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import BlurGradient from\"https://framerusercontent.com/modules/rofp3mS0LNY15cjhHzia/Ycw95yYPzpr98rHtCJMh/BlurGradient.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/z9LFDX6PKECtSqS68OWD/SlideShow.js\";import CardsProjectCard from\"#framer/local/canvasComponent/FlV3S9DTr/FlV3S9DTr.js\";import ActionButton from\"#framer/local/canvasComponent/g0KK2EFsM/g0KK2EFsM.js\";import TemplateHeader from\"#framer/local/canvasComponent/JbFnD2_Sj/JbFnD2_Sj.js\";import TemplateCtaSection from\"#framer/local/canvasComponent/jgh8DzPZ2/jgh8DzPZ2.js\";import TemplateFooter from\"#framer/local/canvasComponent/LVSbw0kXl/LVSbw0kXl.js\";import CardsServiceCard from\"#framer/local/canvasComponent/VA4o2GZzK/VA4o2GZzK.js\";import*as sharedStyle2 from\"#framer/local/css/A0_xHeLOS/A0_xHeLOS.js\";import*as sharedStyle1 from\"#framer/local/css/a0agiQJnz/a0agiQJnz.js\";import*as sharedStyle5 from\"#framer/local/css/GcHY_ErgB/GcHY_ErgB.js\";import*as sharedStyle3 from\"#framer/local/css/GoWe1C3Zm/GoWe1C3Zm.js\";import*as sharedStyle from\"#framer/local/css/UmgsEAiR_/UmgsEAiR_.js\";import*as sharedStyle4 from\"#framer/local/css/w5IvRCR92/w5IvRCR92.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const TemplateHeaderFonts=getFonts(TemplateHeader);const TemplateHeaderWithVariantAppearEffect=withVariantAppearEffect(TemplateHeader);const ActionButtonFonts=getFonts(ActionButton);const CardsServiceCardFonts=getFonts(CardsServiceCard);const BlurGradientFonts=getFonts(BlurGradient);const CardsProjectCardFonts=getFonts(CardsProjectCard);const SlideshowFonts=getFonts(Slideshow);const TemplateCtaSectionFonts=getFonts(TemplateCtaSection);const TemplateFooterFonts=getFonts(TemplateFooter);const breakpoints={G7QxMtuDG:\"(min-width: 810px) and (max-width: 1023px)\",VyJ60sZ_U:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1024px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-oy1VR\";const variantClassNames={G7QxMtuDG:\"framer-v-1czlnz7\",VyJ60sZ_U:\"framer-v-b88cdx\",WQLkyLRf1:\"framer-v-72rtr7\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"VyJ60sZ_U\",Tablet:\"G7QxMtuDG\"};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 sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"cXNzP1EA8\");const ref2=React.useRef(null);const router=useRouter();const elementId1=useRouteElementId(\"LVaLmrlJD\");const elementId2=useRouteElementId(\"pxsl10oAy\");const ref3=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"VyJ60sZ_U\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"G7QxMtuDG\",\"VyJ60sZ_U\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"VyJ60sZ_U\")return true;return false;};const elementId3=useRouteElementId(\"IPM3Y7e7P\");const ref4=React.useRef(null);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-069b6fe2-6ffd-485c-ab62-a825c94489df, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zi3h2a-container\",layoutScroll:true,nodeId:\"S1tZaxDU_\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{__framer__targets:[{ref:ref1,target:\"IQOPjNCgG\"}],variant:\"JrSZGOS6Z\"},VyJ60sZ_U:{__framer__targets:[{ref:ref1,target:\"cEZPTjH3C\"}],variant:\"EkVyeIxqq\"}},children:/*#__PURE__*/_jsx(TemplateHeaderWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref1,target:\"Jveb9nisT\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,DsK4fG0S9:\"KsttJ3iuP\",GGsiroc_1:\"YyIzggHCY\",height:\"100%\",id:\"S1tZaxDU_\",layoutId:\"S1tZaxDU_\",MibYfkwFm:\"YyIzggHCY\",ODD9y_Uhk:\"gG4MWwEXt\",style:{width:\"100%\"},uofy0vgVY:\"ZMfg6kmgh\",variant:\"hezvZ78Mm\",VW9xiHYrO:\"YyIzggHCY\",W54elUfC5:\"YyIzggHCY\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2strnk\",\"data-framer-name\":\"hero-section\",id:elementId,ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10dp085\",\"data-framer-name\":\"text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1et0yad\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO092ZXJ1c2VkIEdyb3Rlc2sgTWVkaXVt\",\"--framer-font-family\":'\"Overused Grotesk Medium\", \"Overused Grotesk Medium Placeholder\", sans-serif',\"--framer-font-size\":\"3.599171977370703px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"46px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-069b6fe2-6ffd-485c-ab62-a825c94489df, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"54.87510607427429px\"},children:\"La soluci\\xf3n para tus necesidades\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"54.87510607427429px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"54.87510607427429px\",\"--framer-letter-spacing\":\"-2.5px\"},children:\"de ahorro de energ\\xeda\"})]})}),viewBox:\"0 0 762 132\"},VyJ60sZ_U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO092ZXJ1c2VkIEdyb3Rlc2sgTWVkaXVt\",\"--framer-font-family\":'\"Overused Grotesk Medium\", \"Overused Grotesk Medium Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"115%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-069b6fe2-6ffd-485c-ab62-a825c94489df, rgb(255, 255, 255))\"},children:[\"La soluci\\xf3n para\",/*#__PURE__*/_jsx(\"br\",{}),\"tus necesidades\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-d698a1b3-2e4a-4976-80f3-52096f067db5, rgb(13, 21, 48))\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"de \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.65)\"},children:\"ahorro de energ\\xeda\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO092ZXJ1c2VkIEdyb3Rlc2sgTWVkaXVt\",\"--framer-font-family\":'\"Overused Grotesk Medium\", \"Overused Grotesk Medium Placeholder\", sans-serif',\"--framer-font-size\":\"44.43754197131646px\",\"--framer-letter-spacing\":\"-2.5px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-069b6fe2-6ffd-485c-ab62-a825c94489df, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"88px\"},children:\"La soluci\\xf3n para tus necesidades\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"88px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"88px\"},children:\"de \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"88px\"},children:\"ahorro de energ\\xeda\"})]})}),className:\"framer-w2qkic\",fonts:[\"CUSTOM;Overused Grotesk Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VyJ60sZ_U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"175%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-62cf921b-ee72-4eb0-b505-1be6c41548d9, rgb(249, 250, 251))\"},children:\"Con tecnolog\\xeda avanzada y un enfoque en seguridad, garantizamos la continuidad y eficiencia de tus procesos el\\xe9ctricos industriales.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"175%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-62cf921b-ee72-4eb0-b505-1be6c41548d9, rgb(249, 250, 251))\"},children:\"Con tecnolog\\xeda avanzada y un enfoque en seguridad, garantizamos la continuidad y eficiencia de tus procesos el\\xe9ctricos industriales.\"})}),className:\"framer-ziu7yy\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"njWEp5ZhI\"},implicitPathVariables:undefined},{href:{webPageId:\"njWEp5ZhI\"},implicitPathVariables:undefined},{href:{webPageId:\"njWEp5ZhI\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{y:undefined},VyJ60sZ_U:{y:(componentViewport?.y||0)+0+0+0+0+180+247.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:(componentViewport?.y||0)+0+0+1e3-459+0+327,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ya6jz2-container\",nodeId:\"Dw2hJQbc7\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{SdeH4br1n:resolvedLinks[1]},VyJ60sZ_U:{SdeH4br1n:resolvedLinks[2],variant:\"M6HkP8sTe\"}},children:/*#__PURE__*/_jsx(ActionButton,{B5cDdxQhD:\"var(--token-069b6fe2-6ffd-485c-ab62-a825c94489df, rgb(255, 255, 255))\",height:\"100%\",id:\"Dw2hJQbc7\",layoutId:\"Dw2hJQbc7\",Q8lY07sdS:\"Optimiza tu energ\\xeda ahora\",SdeH4br1n:resolvedLinks[0],v5VKTpIhI:\"var(--token-f7e84d4e-8059-4223-b0b4-ce0c1776cb74, rgb(20, 46, 95))\",variant:\"SvFbugWes\",VATjTeOvQ:{borderColor:\"var(--token-f6a7a1e7-14f8-46f5-b2c6-1b9b99cb0c11, rgb(223, 48, 73))\",borderStyle:\"solid\",borderWidth:1},width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VyJ60sZ_U:{background:{alt:\"EINDUS | La soluci\\xf3n para tus necesidades\\nde ahorro de energ\\xeda\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0),pixelHeight:1307,pixelWidth:1950,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/2Va9DwWPIDDH75qwV2GQb6rQ.webp\",srcSet:\"https://framerusercontent.com/images/2Va9DwWPIDDH75qwV2GQb6rQ.webp?scale-down-to=512 512w,https://framerusercontent.com/images/2Va9DwWPIDDH75qwV2GQb6rQ.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/2Va9DwWPIDDH75qwV2GQb6rQ.webp 1950w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"EINDUS | La soluci\\xf3n para tus necesidades\\nde ahorro de energ\\xeda\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0),pixelHeight:1307,pixelWidth:1950,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/2Va9DwWPIDDH75qwV2GQb6rQ.webp\",srcSet:\"https://framerusercontent.com/images/2Va9DwWPIDDH75qwV2GQb6rQ.webp?scale-down-to=512 512w,https://framerusercontent.com/images/2Va9DwWPIDDH75qwV2GQb6rQ.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/2Va9DwWPIDDH75qwV2GQb6rQ.webp 1950w\"},className:\"framer-1qlh7nl\",\"data-framer-name\":\"hero-video\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-w98q8q\",\"data-framer-name\":\"overlay-main\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pklcnb\",\"data-framer-name\":\"what-we-do-section\",id:elementId1,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sdl14d\",\"data-framer-name\":\"wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ky3mc1\",\"data-framer-name\":\"text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rqe5tx\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-y4cqo8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VyJ60sZ_U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"2px\",\"--framer-line-height\":\"180%\",\"--framer-text-color\":\"var(--token-b7e43528-c942-4e64-99e7-57218ffa1aa6, rgb(49, 70, 109))\",\"--framer-text-transform\":\"uppercase\"},children:\"Que ofrecemos\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"2px\",\"--framer-line-height\":\"180%\",\"--framer-text-color\":\"var(--token-b7e43528-c942-4e64-99e7-57218ffa1aa6, rgb(49, 70, 109))\",\"--framer-text-transform\":\"uppercase\"},children:\"Que ofrecemos\"})}),className:\"framer-um35pl\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VyJ60sZ_U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1dn4y4a\",\"data-styles-preset\":\"a0agiQJnz\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d698a1b3-2e4a-4976-80f3-52096f067db5, rgb(17, 24, 39))\"},children:[\"Expertos en mantenimiento de \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f6a7a1e7-14f8-46f5-b2c6-1b9b99cb0c11, rgb(223, 48, 73))\"},children:\"subestaciones el\\xe9ctricas\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1uzii94\",\"data-styles-preset\":\"UmgsEAiR_\",style:{\"--framer-text-color\":\"var(--token-d698a1b3-2e4a-4976-80f3-52096f067db5, rgb(17, 24, 39))\"},children:[\"Expertos en mantenimiento de \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f6a7a1e7-14f8-46f5-b2c6-1b9b99cb0c11, rgb(223, 48, 73))\"},children:\"subestaciones el\\xe9ctricas\"})]})}),className:\"framer-165adhg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VyJ60sZ_U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yj7z2f\",\"data-styles-preset\":\"GoWe1C3Zm\",style:{\"--framer-text-alignment\":\"center\"},children:\"Te ofrecemos mantenimiento preventivo y correctivo de subestaciones el\\xe9ctricas, asegurando seguridad y eficiencia en alta, media y baja tensi\\xf3n para los sectores industrial y de construcci\\xf3n\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qh37ft\",\"data-styles-preset\":\"A0_xHeLOS\",children:\"Te ofrecemos mantenimiento preventivo y correctivo de subestaciones el\\xe9ctricas, asegurando seguridad y eficiencia en alta, media y baja tensi\\xf3n para los sectores industrial y de construcci\\xf3n\"})}),className:\"framer-1ptl5rg\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-l4jffy\",\"data-border\":true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VyJ60sZ_U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1l1baip\",\"data-styles-preset\":\"w5IvRCR92\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-5ac6e0ac-ea93-4fdf-8b22-25ce00e3bf52, rgb(75, 85, 99))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-ca1aa8f9-fbfd-443b-a43b-cf84f66d51da, rgb(178, 38, 59))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"\\xbfSab\\xedas qu\\xe9?\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f6a7a1e7-14f8-46f5-b2c6-1b9b99cb0c11, rgb(223, 48, 73))\"},children:\" \"}),\"\\xbfDel 20% al 30% de tu facturaci\\xf3n se debe al cargo directo por demanda de energ\\xeda?\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1l1baip\",\"data-styles-preset\":\"w5IvRCR92\",style:{\"--framer-text-color\":\"var(--token-5ac6e0ac-ea93-4fdf-8b22-25ce00e3bf52, rgb(75, 85, 99))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-ca1aa8f9-fbfd-443b-a43b-cf84f66d51da, rgb(178, 38, 59))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"\\xbfSab\\xedas qu\\xe9?\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f6a7a1e7-14f8-46f5-b2c6-1b9b99cb0c11, rgb(223, 48, 73))\"},children:\" \"}),\"\\xbfDel 20% al 30% de tu facturaci\\xf3n se debe al cargo directo por demanda de energ\\xeda?\"]})}),className:\"framer-1eoomeu\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sf0w0d\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{background:{alt:\"EINDUS | Expertos en mantenimiento de subestaciones el\\xe9ctricas\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1e3+160+0+0+0+0),pixelHeight:1536,pixelWidth:2048,positionX:\"center\",positionY:\"center\",sizes:`max(max((min(${componentViewport?.width||\"100vw\"} - 48px, 1280px) - 64px) * 0.4, 1px) * 1, 1px)`,src:\"https://framerusercontent.com/images/oGz4dQG6bHm1IfNWjPIyoiqazA.jpg\",srcSet:\"https://framerusercontent.com/images/oGz4dQG6bHm1IfNWjPIyoiqazA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/oGz4dQG6bHm1IfNWjPIyoiqazA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/oGz4dQG6bHm1IfNWjPIyoiqazA.jpg 2048w\"}},VyJ60sZ_U:{background:{alt:\"EINDUS | Expertos en mantenimiento de subestaciones el\\xe9ctricas\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+511.5+80+0+0+507+0),pixelHeight:1536,pixelWidth:2048,positionX:\"center\",positionY:\"center\",sizes:`max(min(${componentViewport?.width||\"100vw\"} - 32px, 1280px), 1px)`,src:\"https://framerusercontent.com/images/oGz4dQG6bHm1IfNWjPIyoiqazA.jpg\",srcSet:\"https://framerusercontent.com/images/oGz4dQG6bHm1IfNWjPIyoiqazA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/oGz4dQG6bHm1IfNWjPIyoiqazA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/oGz4dQG6bHm1IfNWjPIyoiqazA.jpg 2048w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"EINDUS | Expertos en mantenimiento de subestaciones el\\xe9ctricas\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1e3+160+0+0+0+0),pixelHeight:1536,pixelWidth:2048,positionX:\"center\",positionY:\"center\",sizes:`max(max((min(${componentViewport?.width||\"100vw\"} - 64px, 1280px) - 64px) * 0.4, 1px) * 1, 1px)`,src:\"https://framerusercontent.com/images/oGz4dQG6bHm1IfNWjPIyoiqazA.jpg\",srcSet:\"https://framerusercontent.com/images/oGz4dQG6bHm1IfNWjPIyoiqazA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/oGz4dQG6bHm1IfNWjPIyoiqazA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/oGz4dQG6bHm1IfNWjPIyoiqazA.jpg 2048w\"},className:\"framer-18c7a4f\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VyJ60sZ_U:{background:{alt:\"EINDUS | Expertos en mantenimiento de subestaciones el\\xe9ctricas\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+511.5+80+0+0+507+-32),pixelHeight:2416,pixelWidth:4288,positionX:\"center\",positionY:\"center\",sizes:\"104px\",src:\"https://framerusercontent.com/images/XfIx8om4VOeICekvMjRXWmQVx4.jpg\",srcSet:\"https://framerusercontent.com/images/XfIx8om4VOeICekvMjRXWmQVx4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XfIx8om4VOeICekvMjRXWmQVx4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XfIx8om4VOeICekvMjRXWmQVx4.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XfIx8om4VOeICekvMjRXWmQVx4.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/XfIx8om4VOeICekvMjRXWmQVx4.jpg 4288w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"EINDUS | Expertos en mantenimiento de subestaciones el\\xe9ctricas\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1e3+160+0+0+0+-72),pixelHeight:2416,pixelWidth:4288,positionX:\"center\",positionY:\"center\",sizes:\"178px\",src:\"https://framerusercontent.com/images/XfIx8om4VOeICekvMjRXWmQVx4.jpg\",srcSet:\"https://framerusercontent.com/images/XfIx8om4VOeICekvMjRXWmQVx4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XfIx8om4VOeICekvMjRXWmQVx4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XfIx8om4VOeICekvMjRXWmQVx4.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XfIx8om4VOeICekvMjRXWmQVx4.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/XfIx8om4VOeICekvMjRXWmQVx4.jpg 4288w\"},className:\"framer-13m18a\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VyJ60sZ_U:{background:{alt:\"EINDUS | Expertos en mantenimiento de subestaciones el\\xe9ctricas\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+511.5+80+0+0+507+400-68),pixelHeight:1536,pixelWidth:2048,positionX:\"center\",positionY:\"center\",sizes:\"120px\",src:\"https://framerusercontent.com/images/d4Xhd2EDH7Gec5hhXrEVUYAK9XE.jpg\",srcSet:\"https://framerusercontent.com/images/d4Xhd2EDH7Gec5hhXrEVUYAK9XE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/d4Xhd2EDH7Gec5hhXrEVUYAK9XE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/d4Xhd2EDH7Gec5hhXrEVUYAK9XE.jpg 2048w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"EINDUS | Expertos en mantenimiento de subestaciones el\\xe9ctricas\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1e3+160+0+0+0+600.6-98),pixelHeight:1536,pixelWidth:2048,positionX:\"center\",positionY:\"center\",sizes:\"178px\",src:\"https://framerusercontent.com/images/d4Xhd2EDH7Gec5hhXrEVUYAK9XE.jpg\",srcSet:\"https://framerusercontent.com/images/d4Xhd2EDH7Gec5hhXrEVUYAK9XE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/d4Xhd2EDH7Gec5hhXrEVUYAK9XE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/d4Xhd2EDH7Gec5hhXrEVUYAK9XE.jpg 2048w\"},className:\"framer-1gbhws7\"})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19k04vs\",\"data-framer-name\":\"services-section\",id:elementId2,ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uhd40l\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7ykidb\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ljvec3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VyJ60sZ_U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"2px\",\"--framer-line-height\":\"180%\",\"--framer-text-color\":\"var(--token-b7e43528-c942-4e64-99e7-57218ffa1aa6, rgb(49, 70, 109))\",\"--framer-text-transform\":\"uppercase\"},children:\"servicios\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"2px\",\"--framer-line-height\":\"180%\",\"--framer-text-color\":\"var(--token-b7e43528-c942-4e64-99e7-57218ffa1aa6, rgb(49, 70, 109))\",\"--framer-text-transform\":\"uppercase\"},children:\"servicios\"})}),className:\"framer-g4ldop\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VyJ60sZ_U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1dn4y4a\",\"data-styles-preset\":\"a0agiQJnz\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d698a1b3-2e4a-4976-80f3-52096f067db5, rgb(17, 24, 39))\"},children:[\"Conoce nuestras soluciones para \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f6a7a1e7-14f8-46f5-b2c6-1b9b99cb0c11, rgb(223, 48, 73))\"},children:\"optimizar tu consumo\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1uzii94\",\"data-styles-preset\":\"UmgsEAiR_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d698a1b3-2e4a-4976-80f3-52096f067db5, rgb(17, 24, 39))\"},children:[\"Conoce nuestras soluciones para \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f6a7a1e7-14f8-46f5-b2c6-1b9b99cb0c11, rgb(223, 48, 73))\"},children:\"optimizar tu consumo\"})]})}),className:\"framer-hlc042\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zlvpuj\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px, 1px), 1280px) - 48px) / 3, 50px)`},VyJ60sZ_U:{height:216,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px, 1px), 1280px) - 32px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1570.5+80+0+149+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1px), 1280px) - 72px) / 4, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-huaugh-container\",nodeId:\"x7M1qMJtX\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsServiceCard,{height:\"100%\",id:\"x7M1qMJtX\",K2uAYpp1f:\"Estudios y C\\xe1lculos\",layoutId:\"x7M1qMJtX\",ojKeynebS:\"var(--token-b7e43528-c942-4e64-99e7-57218ffa1aa6, rgb(49, 70, 109))\",RacCjQZxD:\"var(--token-3a052d16-e2f1-4679-8f7f-4640e2ebf1a8, rgb(234, 237, 240))\",rLdBALwHU:\"Estudio de arm\\xf3nicas y calidad de energ\\xeda. C\\xe1lculo de capacitores para la correcci\\xf3n del factor de potencia.\",style:{height:\"100%\",width:\"100%\"},variant:\"enripBkKT\",width:\"100%\",y8N6MUJ1k:addImageAlt({pixelHeight:1536,pixelWidth:2048,src:\"https://framerusercontent.com/images/AqjuQApJEaQPZCU1GhQnX1wLNxw.jpg\",srcSet:\"https://framerusercontent.com/images/AqjuQApJEaQPZCU1GhQnX1wLNxw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/AqjuQApJEaQPZCU1GhQnX1wLNxw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/AqjuQApJEaQPZCU1GhQnX1wLNxw.jpg 2048w\"},\"\")})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px, 1px), 1280px) - 48px) / 3, 50px)`},VyJ60sZ_U:{height:216,width:`calc(max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px, 1px), 1280px) - 32px) / 3, 50px) * 2 + 16px)`,y:(componentViewport?.y||0)+0+1570.5+80+0+149+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1px), 1280px) - 72px) / 4, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bzfdhj-container\",nodeId:\"mpthVn4F8\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VyJ60sZ_U:{variant:\"U1Ph_uxng\"}},children:/*#__PURE__*/_jsx(CardsServiceCard,{height:\"100%\",id:\"mpthVn4F8\",K2uAYpp1f:\"Estudios y c\\xe1lculos\",layoutId:\"mpthVn4F8\",ojKeynebS:\"var(--token-6371829f-29dc-464e-98ea-9cc2004cfd87, rgb(243, 244, 246))\",RacCjQZxD:\"var(--token-3a052d16-e2f1-4679-8f7f-4640e2ebf1a8, rgb(234, 237, 240))\",rLdBALwHU:\"Estudio de arm\\xf3nicas y calidad de energ\\xeda. C\\xe1lculo de capacitores para la correcci\\xf3n del factor de potencia.\",style:{height:\"100%\",width:\"100%\"},variant:\"nwUbP_v6F\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px, 1px), 1280px) - 48px) / 3, 50px)`},VyJ60sZ_U:{height:216,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px, 1px), 1280px) - 32px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1570.5+80+0+149+0+232}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1px), 1280px) - 72px) / 4, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-z1vvvh-container\",nodeId:\"NdN1BK6Sn\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsServiceCard,{height:\"100%\",id:\"NdN1BK6Sn\",K2uAYpp1f:\"Estudios y C\\xe1lculos\",layoutId:\"NdN1BK6Sn\",ojKeynebS:\"var(--token-b7e43528-c942-4e64-99e7-57218ffa1aa6, rgb(49, 70, 109))\",RacCjQZxD:\"var(--token-3a052d16-e2f1-4679-8f7f-4640e2ebf1a8, rgb(234, 237, 240))\",rLdBALwHU:\"Estudio de arm\\xf3nicas y calidad de energ\\xeda. C\\xe1lculo de capacitores para la correcci\\xf3n del factor de potencia.\",style:{height:\"100%\",width:\"100%\"},variant:\"enripBkKT\",width:\"100%\",y8N6MUJ1k:addImageAlt({pixelHeight:924,pixelWidth:1233,src:\"https://framerusercontent.com/images/Xp066iOSvzYenPjiWJAoMlKanA.jpg\",srcSet:\"https://framerusercontent.com/images/Xp066iOSvzYenPjiWJAoMlKanA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Xp066iOSvzYenPjiWJAoMlKanA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Xp066iOSvzYenPjiWJAoMlKanA.jpg 1233w\"},\"\")})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px, 1px), 1280px) - 48px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+344},VyJ60sZ_U:{height:216,width:`calc(max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px, 1px), 1280px) - 32px) / 3, 50px) * 2 + 16px)`,y:(componentViewport?.y||0)+0+1570.5+80+0+149+0+232}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1px), 1280px) - 72px) / 4, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1etb0n2-container\",nodeId:\"pNaZ8v5Yz\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VyJ60sZ_U:{variant:\"C2UBSU_4F\"}},children:/*#__PURE__*/_jsx(CardsServiceCard,{height:\"100%\",id:\"pNaZ8v5Yz\",K2uAYpp1f:\"Diagn\\xf3sticos\",layoutId:\"pNaZ8v5Yz\",ojKeynebS:\"var(--token-ca1aa8f9-fbfd-443b-a43b-cf84f66d51da, rgb(178, 38, 59))\",RacCjQZxD:\"var(--token-62cf921b-ee72-4eb0-b505-1be6c41548d9, rgb(249, 250, 251))\",rLdBALwHU:\"Estado actual de los transformadores. Tiempo de vida estimado de los transformadores.\",style:{height:\"100%\",width:\"100%\"},variant:\"T1nL6FchE\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px, 1px), 1280px) - 48px) / 3, 50px)`},VyJ60sZ_U:{height:216,width:`calc(max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px, 1px), 1280px) - 32px) / 3, 50px) * 2 + 16px)`,y:(componentViewport?.y||0)+0+1570.5+80+0+149+0+464}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1px), 1280px) - 72px) / 4, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+344,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ezggdc-container\",nodeId:\"jOGqW7pY9\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VyJ60sZ_U:{variant:\"C2UBSU_4F\"}},children:/*#__PURE__*/_jsx(CardsServiceCard,{height:\"100%\",id:\"jOGqW7pY9\",K2uAYpp1f:\"Termograf\\xedas\",layoutId:\"jOGqW7pY9\",ojKeynebS:\"var(--token-b7e43528-c942-4e64-99e7-57218ffa1aa6, rgb(49, 70, 109))\",RacCjQZxD:\"var(--token-3a052d16-e2f1-4679-8f7f-4640e2ebf1a8, rgb(234, 237, 240))\",rLdBALwHU:\"Estudios termogr\\xe1ficos con personal calificado a nivel internacional y equipo de \\xfaltima generaci\\xf3n.\",style:{height:\"100%\",width:\"100%\"},variant:\"T1nL6FchE\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px, 1px), 1280px) - 48px) / 3, 50px)`},VyJ60sZ_U:{height:216,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px, 1px), 1280px) - 32px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1570.5+80+0+149+0+464}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1px), 1280px) - 72px) / 4, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+344,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gz249o-container\",nodeId:\"ddfEqwjgy\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsServiceCard,{height:\"100%\",id:\"ddfEqwjgy\",K2uAYpp1f:\"Estudios y C\\xe1lculos\",layoutId:\"ddfEqwjgy\",ojKeynebS:\"var(--token-b7e43528-c942-4e64-99e7-57218ffa1aa6, rgb(49, 70, 109))\",RacCjQZxD:\"var(--token-3a052d16-e2f1-4679-8f7f-4640e2ebf1a8, rgb(234, 237, 240))\",rLdBALwHU:\"Estudio de arm\\xf3nicas y calidad de energ\\xeda. C\\xe1lculo de capacitores para la correcci\\xf3n del factor de potencia.\",style:{height:\"100%\",width:\"100%\"},variant:\"enripBkKT\",width:\"100%\",y8N6MUJ1k:addImageAlt({pixelHeight:924,pixelWidth:1233,src:\"https://framerusercontent.com/images/RVRGbPrW3deoN0RQnjZ1bQndni0.jpg\",srcSet:\"https://framerusercontent.com/images/RVRGbPrW3deoN0RQnjZ1bQndni0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/RVRGbPrW3deoN0RQnjZ1bQndni0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/RVRGbPrW3deoN0RQnjZ1bQndni0.jpg 1233w\"},\"\")})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px, 1px), 1280px) - 48px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+688},VyJ60sZ_U:{height:216,width:`calc(max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px, 1px), 1280px) - 32px) / 3, 50px) * 2 + 16px)`,y:(componentViewport?.y||0)+0+1570.5+80+0+149+0+696}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1px), 1280px) - 72px) / 4, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+344,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qvro7k-container\",nodeId:\"f0fBpkraU\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VyJ60sZ_U:{variant:\"U1Ph_uxng\"}},children:/*#__PURE__*/_jsx(CardsServiceCard,{height:\"100%\",id:\"f0fBpkraU\",K2uAYpp1f:\"Mantenimiento\",layoutId:\"f0fBpkraU\",ojKeynebS:\"var(--token-4b6c7b42-ac9d-4124-8b77-533d96ee59eb, rgb(252, 234, 237))\",RacCjQZxD:\"var(--token-3a052d16-e2f1-4679-8f7f-4640e2ebf1a8, rgb(234, 237, 240))\",rLdBALwHU:\"Preventivo a subestaciones de potencia. Programas de mantenimiento preventivo y correctivo.\",style:{height:\"100%\",width:\"100%\"},variant:\"nwUbP_v6F\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px, 1px), 1280px) - 48px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+688},VyJ60sZ_U:{height:216,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px, 1px), 1280px) - 32px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1570.5+80+0+149+0+696}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1px), 1280px) - 72px) / 4, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+344,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dokqdu-container\",nodeId:\"OPtMdWppY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsServiceCard,{height:\"100%\",id:\"OPtMdWppY\",K2uAYpp1f:\"Estudios y C\\xe1lculos\",layoutId:\"OPtMdWppY\",ojKeynebS:\"var(--token-b7e43528-c942-4e64-99e7-57218ffa1aa6, rgb(49, 70, 109))\",RacCjQZxD:\"var(--token-3a052d16-e2f1-4679-8f7f-4640e2ebf1a8, rgb(234, 237, 240))\",rLdBALwHU:\"Estudio de arm\\xf3nicas y calidad de energ\\xeda. C\\xe1lculo de capacitores para la correcci\\xf3n del factor de potencia.\",style:{height:\"100%\",width:\"100%\"},variant:\"enripBkKT\",width:\"100%\",y8N6MUJ1k:addImageAlt({pixelHeight:1536,pixelWidth:2048,src:\"https://framerusercontent.com/images/nPoLFjpY4A6Mnh4RvvCnnoTc.jpg\",srcSet:\"https://framerusercontent.com/images/nPoLFjpY4A6Mnh4RvvCnnoTc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nPoLFjpY4A6Mnh4RvvCnnoTc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nPoLFjpY4A6Mnh4RvvCnnoTc.jpg 2048w\"},\"\")})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px, 1px), 1280px) - 48px) / 3, 50px)`},VyJ60sZ_U:{height:216,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px, 1px), 1280px) - 32px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1570.5+80+0+149+0+928}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1px), 1280px) - 72px) / 4, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+688,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1w07wzu-container\",nodeId:\"U1cnY0VcT\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsServiceCard,{height:\"100%\",id:\"U1cnY0VcT\",K2uAYpp1f:\"Estudios y C\\xe1lculos\",layoutId:\"U1cnY0VcT\",ojKeynebS:\"var(--token-b7e43528-c942-4e64-99e7-57218ffa1aa6, rgb(49, 70, 109))\",RacCjQZxD:\"var(--token-3a052d16-e2f1-4679-8f7f-4640e2ebf1a8, rgb(234, 237, 240))\",rLdBALwHU:\"Estudio de arm\\xf3nicas y calidad de energ\\xeda. C\\xe1lculo de capacitores para la correcci\\xf3n del factor de potencia.\",style:{height:\"100%\",width:\"100%\"},variant:\"enripBkKT\",width:\"100%\",y8N6MUJ1k:addImageAlt({pixelHeight:280,pixelWidth:280,src:\"https://framerusercontent.com/images/zQdwDhQkngyNiQcuByeSKfORGi0.png\"},\"\")})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px, 1px), 1280px) - 48px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+1032},VyJ60sZ_U:{height:216,width:`calc(max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px, 1px), 1280px) - 32px) / 3, 50px) * 2 + 16px)`,y:(componentViewport?.y||0)+0+1570.5+80+0+149+0+928}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1px), 1280px) - 72px) / 4, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+688,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rvrgnq-container\",nodeId:\"hT0JzkaX8\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VyJ60sZ_U:{variant:\"U1Ph_uxng\"}},children:/*#__PURE__*/_jsx(CardsServiceCard,{height:\"100%\",id:\"hT0JzkaX8\",K2uAYpp1f:\"An\\xe1lisis de aceites\",layoutId:\"hT0JzkaX8\",ojKeynebS:\"rgb(251, 250, 248)\",RacCjQZxD:\"var(--token-3a052d16-e2f1-4679-8f7f-4640e2ebf1a8, rgb(234, 237, 240))\",rLdBALwHU:\"An\\xe1lisis fisicoqu\\xedmico de aceite aislante. Cromatograf\\xeda de gases. Detecci\\xf3n de PCB's.\",style:{height:\"100%\",width:\"100%\"},variant:\"nwUbP_v6F\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px, 1px), 1280px) - 48px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+1032},VyJ60sZ_U:{height:216,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px, 1px), 1280px) - 32px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1570.5+80+0+149+0+1160}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1px), 1280px) - 72px) / 4, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+688,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wol9bs-container\",nodeId:\"g6YdycVZr\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsServiceCard,{height:\"100%\",id:\"g6YdycVZr\",K2uAYpp1f:\"Estudios y C\\xe1lculos\",layoutId:\"g6YdycVZr\",ojKeynebS:\"var(--token-b7e43528-c942-4e64-99e7-57218ffa1aa6, rgb(49, 70, 109))\",RacCjQZxD:\"var(--token-3a052d16-e2f1-4679-8f7f-4640e2ebf1a8, rgb(234, 237, 240))\",rLdBALwHU:\"Estudio de arm\\xf3nicas y calidad de energ\\xeda. C\\xe1lculo de capacitores para la correcci\\xf3n del factor de potencia.\",style:{height:\"100%\",width:\"100%\"},variant:\"enripBkKT\",width:\"100%\",y8N6MUJ1k:addImageAlt({pixelHeight:2416,pixelWidth:4288,src:\"https://framerusercontent.com/images/G1yYSAMAclM74NoIPlBTtuY2Qw.jpg\",srcSet:\"https://framerusercontent.com/images/G1yYSAMAclM74NoIPlBTtuY2Qw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/G1yYSAMAclM74NoIPlBTtuY2Qw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/G1yYSAMAclM74NoIPlBTtuY2Qw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/G1yYSAMAclM74NoIPlBTtuY2Qw.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/G1yYSAMAclM74NoIPlBTtuY2Qw.jpg 4288w\"},\"\")})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px, 1px), 1280px) - 48px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+1032},VyJ60sZ_U:{height:216,width:`calc(max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px, 1px), 1280px) - 32px) / 3, 50px) * 2 + 16px)`,y:(componentViewport?.y||0)+0+1570.5+80+0+149+0+1160}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1px), 1280px) - 72px) / 4, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+688,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r4vf2y-container\",nodeId:\"yid1rZzjw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VyJ60sZ_U:{variant:\"C2UBSU_4F\"}},children:/*#__PURE__*/_jsx(CardsServiceCard,{height:\"100%\",id:\"yid1rZzjw\",K2uAYpp1f:\"Pruebas\",layoutId:\"yid1rZzjw\",ojKeynebS:\"var(--token-d23792e9-10f0-4cce-a841-59d3870ba197, rgb(55, 65, 81))\",RacCjQZxD:\"var(--token-3a052d16-e2f1-4679-8f7f-4640e2ebf1a8, rgb(234, 237, 240))\",rLdBALwHU:\"VLF a cables de potencia. Pruebas de media y baja tensi\\xf3n a fraccionamientos para entrega a CFE. Interruptores de alta, media y baja tensi\\xf3n.\",style:{height:\"100%\",width:\"100%\"},variant:\"T1nL6FchE\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px, 1px), 1280px) - 48px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+1376}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1px), 1280px) - 72px) / 4, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+1032,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nfwuey-container hidden-b88cdx\",nodeId:\"a_hYalJAu\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsServiceCard,{height:\"100%\",id:\"a_hYalJAu\",K2uAYpp1f:\"Estudios y C\\xe1lculos\",layoutId:\"a_hYalJAu\",ojKeynebS:\"var(--token-b7e43528-c942-4e64-99e7-57218ffa1aa6, rgb(49, 70, 109))\",RacCjQZxD:\"var(--token-3a052d16-e2f1-4679-8f7f-4640e2ebf1a8, rgb(234, 237, 240))\",rLdBALwHU:\"Estudio de arm\\xf3nicas y calidad de energ\\xeda. C\\xe1lculo de capacitores para la correcci\\xf3n del factor de potencia.\",style:{height:\"100%\",width:\"100%\"},variant:\"enripBkKT\",width:\"100%\",y8N6MUJ1k:addImageAlt({pixelHeight:960,pixelWidth:1280,src:\"https://framerusercontent.com/images/e20kOmH4s8ZkNST8uDJ8hC2us.jpg\",srcSet:\"https://framerusercontent.com/images/e20kOmH4s8ZkNST8uDJ8hC2us.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/e20kOmH4s8ZkNST8uDJ8hC2us.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/e20kOmH4s8ZkNST8uDJ8hC2us.jpg 1280w\"},\"\")})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px, 1px), 1280px) - 48px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+1376},VyJ60sZ_U:{height:216,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px, 1px), 1280px) - 32px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1570.5+80+0+149+0+1392}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1px), 1280px) - 72px) / 4, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+1032,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hrohfi-container\",nodeId:\"qVcquMZXj\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsServiceCard,{height:\"100%\",id:\"qVcquMZXj\",K2uAYpp1f:\"Estudios y C\\xe1lculos\",layoutId:\"qVcquMZXj\",ojKeynebS:\"var(--token-b7e43528-c942-4e64-99e7-57218ffa1aa6, rgb(49, 70, 109))\",RacCjQZxD:\"var(--token-3a052d16-e2f1-4679-8f7f-4640e2ebf1a8, rgb(234, 237, 240))\",rLdBALwHU:\"Estudio de arm\\xf3nicas y calidad de energ\\xeda. C\\xe1lculo de capacitores para la correcci\\xf3n del factor de potencia.\",style:{height:\"100%\",width:\"100%\"},variant:\"enripBkKT\",width:\"100%\",y8N6MUJ1k:addImageAlt({pixelHeight:1536,pixelWidth:2048,src:\"https://framerusercontent.com/images/1tPtQK6EHqcKglyCRY0vRl5n2Zk.jpg\",srcSet:\"https://framerusercontent.com/images/1tPtQK6EHqcKglyCRY0vRl5n2Zk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/1tPtQK6EHqcKglyCRY0vRl5n2Zk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/1tPtQK6EHqcKglyCRY0vRl5n2Zk.jpg 2048w\"},\"\")})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px, 1px), 1280px) - 48px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+1376},VyJ60sZ_U:{height:216,width:`calc(max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px, 1px), 1280px) - 32px) / 3, 50px) * 2 + 16px)`,y:(componentViewport?.y||0)+0+1570.5+80+0+149+0+1392}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1px), 1280px) - 72px) / 4, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+1032,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pbuawb-container\",nodeId:\"yzai18Ltb\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VyJ60sZ_U:{variant:\"C2UBSU_4F\"}},children:/*#__PURE__*/_jsx(CardsServiceCard,{height:\"100%\",id:\"yzai18Ltb\",K2uAYpp1f:\"Asesor\\xeda\",layoutId:\"yzai18Ltb\",ojKeynebS:\"var(--token-b7e43528-c942-4e64-99e7-57218ffa1aa6, rgb(49, 70, 109))\",RacCjQZxD:\"var(--token-3a052d16-e2f1-4679-8f7f-4640e2ebf1a8, rgb(234, 237, 240))\",rLdBALwHU:\"Proyectos, construcci\\xf3n, mantenimiento y mejora de instalaciones el\\xe9ctricas.\",style:{height:\"100%\",width:\"100%\"},variant:\"T1nL6FchE\",width:\"100%\"})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1px), 1280px) - 72px) / 4, 50px)`,y:(componentViewport?.y||0)+0+1920.6+80+0+184.6+0+1032,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uoe3ci-container hidden-1czlnz7 hidden-b88cdx\",nodeId:\"KLQWNMql6\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsServiceCard,{height:\"100%\",id:\"KLQWNMql6\",K2uAYpp1f:\"Estudios y C\\xe1lculos\",layoutId:\"KLQWNMql6\",ojKeynebS:\"var(--token-b7e43528-c942-4e64-99e7-57218ffa1aa6, rgb(49, 70, 109))\",RacCjQZxD:\"var(--token-3a052d16-e2f1-4679-8f7f-4640e2ebf1a8, rgb(234, 237, 240))\",rLdBALwHU:\"Estudio de arm\\xf3nicas y calidad de energ\\xeda. C\\xe1lculo de capacitores para la correcci\\xf3n del factor de potencia.\",style:{height:\"100%\",width:\"100%\"},variant:\"enripBkKT\",width:\"100%\",y8N6MUJ1k:addImageAlt({pixelHeight:960,pixelWidth:1280,src:\"https://framerusercontent.com/images/e20kOmH4s8ZkNST8uDJ8hC2us.jpg\",srcSet:\"https://framerusercontent.com/images/e20kOmH4s8ZkNST8uDJ8hC2us.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/e20kOmH4s8ZkNST8uDJ8hC2us.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/e20kOmH4s8ZkNST8uDJ8hC2us.jpg 1280w\"},\"\")})})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1552aut\",\"data-framer-name\":\"what-we-do-section\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{background:{alt:\"EINDUS | Expertos en mantenimiento de subestaciones el\\xe9ctricas\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3993.2+48),pixelHeight:577,pixelWidth:1024,sizes:`max(${componentViewport?.width||\"100vw\"} - 96px, 1px)`,src:\"https://framerusercontent.com/images/dymNXFwomQ6tI0NMx3zHOHS5ENE.webp\",srcSet:\"https://framerusercontent.com/images/dymNXFwomQ6tI0NMx3zHOHS5ENE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/dymNXFwomQ6tI0NMx3zHOHS5ENE.webp 1024w\"}},VyJ60sZ_U:{background:{alt:\"EINDUS | Expertos en mantenimiento de subestaciones el\\xe9ctricas\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3407.5+80),pixelHeight:577,pixelWidth:1024,sizes:`max(${componentViewport?.width||\"100vw\"} - 32px, 1px)`,src:\"https://framerusercontent.com/images/dymNXFwomQ6tI0NMx3zHOHS5ENE.webp\",srcSet:\"https://framerusercontent.com/images/dymNXFwomQ6tI0NMx3zHOHS5ENE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/dymNXFwomQ6tI0NMx3zHOHS5ENE.webp 1024w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"EINDUS | Expertos en mantenimiento de subestaciones el\\xe9ctricas\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3649.2+48),pixelHeight:577,pixelWidth:1024,sizes:`max(${componentViewport?.width||\"100vw\"} - 96px, 1px)`,src:\"https://framerusercontent.com/images/dymNXFwomQ6tI0NMx3zHOHS5ENE.webp\",srcSet:\"https://framerusercontent.com/images/dymNXFwomQ6tI0NMx3zHOHS5ENE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/dymNXFwomQ6tI0NMx3zHOHS5ENE.webp 1024w\"},className:\"framer-lw55ir\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lykgnh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"xy6xAKnRk\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BlurGradient,{blur:24,borderRadius:32,direction:\"toBottom\",height:\"100%\",id:\"xy6xAKnRk\",layoutId:\"xy6xAKnRk\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nov655\",\"data-framer-name\":\"wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-136xoj4\",\"data-framer-name\":\"text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VyJ60sZ_U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1dn4y4a\",\"data-styles-preset\":\"a0agiQJnz\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-069b6fe2-6ffd-485c-ab62-a825c94489df, rgb(255, 255, 255))\"},children:[\"Soluciones de \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgba(219, 219, 219, 0.95)\"},children:\"c\\xf3digo de red.\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1uzii94\",\"data-styles-preset\":\"UmgsEAiR_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-069b6fe2-6ffd-485c-ab62-a825c94489df, rgb(255, 255, 255))\"},children:[\"Soluciones de \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgba(219, 219, 219, 0.95)\"},children:\"c\\xf3digo de red.\"})]})}),className:\"framer-13a1fxm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VyJ60sZ_U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yj7z2f\",\"data-styles-preset\":\"GoWe1C3Zm\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-62cf921b-ee72-4eb0-b505-1be6c41548d9, rgb(249, 250, 251))\"},children:\"Cumplir con el C\\xf3digo de Red en M\\xe9xico es esencial para garantizar la estabilidad de un suministro el\\xe9ctrico y evitar sanciones millonarias. Con nuestras soluciones, aseguramos el cumplimiento de los est\\xe1ndares t\\xe9cnicos mientras optimizamos el consumo energ\\xe9tico de tu empresa.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qh37ft\",\"data-styles-preset\":\"A0_xHeLOS\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-62cf921b-ee72-4eb0-b505-1be6c41548d9, rgb(249, 250, 251))\"},children:\"Cumplir con el C\\xf3digo de Red en M\\xe9xico es esencial para garantizar la estabilidad de un suministro el\\xe9ctrico y evitar sanciones millonarias. Con nuestras soluciones, aseguramos el cumplimiento de los est\\xe1ndares t\\xe9cnicos mientras optimizamos el consumo energ\\xe9tico de tu empresa.\"})}),className:\"framer-jvhcmw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MdN3t40km\"},implicitPathVariables:undefined},{href:{webPageId:\"MdN3t40km\"},implicitPathVariables:undefined},{href:{webPageId:\"MdN3t40km\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{y:(componentViewport?.y||0)+0+3993.2+48+112+221.6+0+288.4},VyJ60sZ_U:{width:`min(max(${componentViewport?.width||\"100vw\"} - 32px, 1px) - 32px, 896px)`,y:(componentViewport?.y||0)+0+3407.5+80+80+0+0+262.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:(componentViewport?.y||0)+0+3649.2+48+112+221.6+0+288.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n8wmpy-container\",nodeId:\"FYqkaVZql\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{SdeH4br1n:resolvedLinks1[1]},VyJ60sZ_U:{SdeH4br1n:resolvedLinks1[2],style:{width:\"100%\"},variant:\"vtf54DXzN\"}},children:/*#__PURE__*/_jsx(ActionButton,{B5cDdxQhD:\"var(--token-069b6fe2-6ffd-485c-ab62-a825c94489df, rgb(255, 255, 255))\",height:\"100%\",id:\"FYqkaVZql\",layoutId:\"FYqkaVZql\",Q8lY07sdS:\"Descubre como lo hacemos.\",SdeH4br1n:resolvedLinks1[0],v5VKTpIhI:\"var(--token-f7e84d4e-8059-4223-b0b4-ce0c1776cb74, rgb(20, 46, 95))\",variant:\"SvFbugWes\",VATjTeOvQ:{borderColor:\"var(--token-f6a7a1e7-14f8-46f5-b2c6-1b9b99cb0c11, rgb(223, 48, 73))\",borderStyle:\"solid\",borderWidth:1},width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11urw5s\",\"data-framer-name\":\"overlay-main\"})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12xuydt\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5woo77\",\"data-framer-name\":\"wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-glx5x4\",\"data-framer-name\":\"title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VyJ60sZ_U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1waai6a\",\"data-styles-preset\":\"GcHY_ErgB\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Proyectos exitosos que respaldan \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f6a7a1e7-14f8-46f5-b2c6-1b9b99cb0c11, rgb(223, 48, 73))\"},children:\"nuestra experiencia\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1dn4y4a\",\"data-styles-preset\":\"a0agiQJnz\",children:[\"Proyectos exitosos que respaldan \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f6a7a1e7-14f8-46f5-b2c6-1b9b99cb0c11, rgb(223, 48, 73))\"},children:\"nuestra experiencia\"})]})}),className:\"framer-2abtly\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"IX3IFzmcV\"},implicitPathVariables:undefined},{href:{webPageId:\"IX3IFzmcV\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{y:(componentViewport?.y||0)+0+4843.2+112+0+0+0+0+10.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:(componentViewport?.y||0)+0+4499.2+112+0+0+0+0+10.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2r7kh5-container hidden-b88cdx\",nodeId:\"yd0WynLpr\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{SdeH4br1n:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(ActionButton,{B5cDdxQhD:\"var(--token-069b6fe2-6ffd-485c-ab62-a825c94489df, rgb(255, 255, 255))\",height:\"100%\",id:\"yd0WynLpr\",layoutId:\"yd0WynLpr\",Q8lY07sdS:\"Ver todos\",SdeH4br1n:resolvedLinks2[0],v5VKTpIhI:\"var(--token-f7e84d4e-8059-4223-b0b4-ce0c1776cb74, rgb(20, 46, 95))\",variant:\"zZ2aYleUc\",VATjTeOvQ:{borderColor:\"var(--token-11b51117-e14c-4475-9cc9-83ca8304a1ea, rgb(229, 231, 235))\",borderStyle:\"solid\",borderWidth:1},width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nj8d6x\",\"data-framer-name\":\"cards\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{width:`max((min(${componentViewport?.width||\"100vw\"} - 48px, 1280px) - 48px) / 3, 1px)`,y:(componentViewport?.y||0)+0+4843.2+112+0+0+126.4+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:516,width:`max((min(${componentViewport?.width||\"100vw\"} - 64px, 1280px) - 64px) / 3, 1px)`,y:(componentViewport?.y||0)+0+4499.2+112+0+0+126.4+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wajfz2-container hidden-b88cdx\",nodeId:\"nd_3NIQ39\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsProjectCard,{cG67F5yfZ:\"Ejecuci\\xf3n de la construcci\\xf3n de la subestaci\\xf3n Buena Vista Norte\",height:\"100%\",id:\"nd_3NIQ39\",layoutId:\"nd_3NIQ39\",MQsbfGwRs:true,rDGyIZb5f:\"CFE\",style:{height:\"100%\",width:\"100%\"},variant:\"aFmcW43uO\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{width:`max((min(${componentViewport?.width||\"100vw\"} - 48px, 1280px) - 48px) / 3, 1px)`,y:(componentViewport?.y||0)+0+4843.2+112+0+0+126.4+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:516,width:`max((min(${componentViewport?.width||\"100vw\"} - 64px, 1280px) - 64px) / 3, 1px)`,y:(componentViewport?.y||0)+0+4499.2+112+0+0+126.4+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-81mc6u-container hidden-b88cdx\",nodeId:\"q7fNZOoaT\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsProjectCard,{cG67F5yfZ:\"Proyecto y construcci\\xf3n de alimentador en 115kv. Mantenimiento mayor al transformador 115kv.\",height:\"100%\",id:\"q7fNZOoaT\",layoutId:\"q7fNZOoaT\",MQsbfGwRs:true,rDGyIZb5f:\"INVISTA\",style:{width:\"100%\"},variant:\"aFmcW43uO\",width:\"100%\",Y3lR8T1YY:addImageAlt({pixelHeight:280,pixelWidth:280,src:\"https://framerusercontent.com/images/Z1WIIVsee9Gkr8gwJlpK41YY.png\"},\"\")})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{width:`max((min(${componentViewport?.width||\"100vw\"} - 48px, 1280px) - 48px) / 3, 1px)`,y:(componentViewport?.y||0)+0+4843.2+112+0+0+126.4+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:516,width:`max((min(${componentViewport?.width||\"100vw\"} - 64px, 1280px) - 64px) / 3, 1px)`,y:(componentViewport?.y||0)+0+4499.2+112+0+0+126.4+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6i7a2k-container hidden-b88cdx\",nodeId:\"b7M4wQWwf\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsProjectCard,{cG67F5yfZ:\"Levantamiento de datos para estudio de arco el\\xe9ctrico, coordinaci\\xf3n de protecciones y corto circuito.\",height:\"100%\",id:\"b7M4wQWwf\",layoutId:\"b7M4wQWwf\",MQsbfGwRs:true,rDGyIZb5f:\"Dana Toluca\",style:{width:\"100%\"},variant:\"aFmcW43uO\",width:\"100%\",Y3lR8T1YY:addImageAlt({pixelHeight:280,pixelWidth:280,src:\"https://framerusercontent.com/images/Emyi38O1XgTVZFsjlq3xQYOjAM.png\"},\"\")})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7t0hro-container hidden-72rtr7 hidden-1czlnz7\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"rCILZXhgy\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:16,height:\"100%\",id:\"rCILZXhgy\",intervalControl:2.5,itemAmount:1,layoutId:\"rCILZXhgy\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"var(--token-11b51117-e14c-4475-9cc9-83ca8304a1ea, rgb(229, 231, 235))\",dotsBlur:0,dotsFill:\"var(--token-f7e84d4e-8059-4223-b0b4-ce0c1776cb74, rgb(20, 46, 95))\",dotsGap:10,dotsInset:-48,dotSize:6,dotsOpacity:.25,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:\"256px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ba06f0-container\",inComponentSlot:true,nodeId:\"BNb0oA9Wi\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsProjectCard,{cG67F5yfZ:\"Ejecuci\\xf3n de la construcci\\xf3n de la subestaci\\xf3n Buena Vista Norte\",height:\"100%\",id:\"BNb0oA9Wi\",layoutId:\"BNb0oA9Wi\",MQsbfGwRs:true,rDGyIZb5f:\"CFE\",style:{height:\"100%\",width:\"100%\"},variant:\"aFmcW43uO\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:\"256px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-o1apf-container\",inComponentSlot:true,nodeId:\"WYattYjOg\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsProjectCard,{cG67F5yfZ:\"Proyecto y construcci\\xf3n de alimentador en 115kv. Mantenimiento mayor al transformador 115kv.\",height:\"100%\",id:\"WYattYjOg\",layoutId:\"WYattYjOg\",MQsbfGwRs:true,rDGyIZb5f:\"INVISTA\",style:{height:\"100%\",width:\"100%\"},variant:\"aFmcW43uO\",width:\"100%\",Y3lR8T1YY:addImageAlt({pixelHeight:280,pixelWidth:280,src:\"https://framerusercontent.com/images/Z1WIIVsee9Gkr8gwJlpK41YY.png\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:\"256px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ghtmn8-container\",inComponentSlot:true,nodeId:\"pJ65wFj0I\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsProjectCard,{cG67F5yfZ:\"Levantamiento de datos para estudio de arco el\\xe9ctrico, coordinaci\\xf3n de protecciones y corto circuito.\",height:\"100%\",id:\"pJ65wFj0I\",layoutId:\"pJ65wFj0I\",MQsbfGwRs:true,rDGyIZb5f:\"Dana Toluca\",style:{height:\"100%\",width:\"100%\"},variant:\"aFmcW43uO\",width:\"100%\",Y3lR8T1YY:addImageAlt({pixelHeight:280,pixelWidth:280,src:\"https://framerusercontent.com/images/Emyi38O1XgTVZFsjlq3xQYOjAM.png\"},\"\")})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{y:(componentViewport?.y||0)+0+5677.6},VyJ60sZ_U:{y:(componentViewport?.y||0)+0+4691.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:780,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5333.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kmynr6-container\",nodeId:\"gAGnV07I1\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{variant:\"MdWND_8kO\"},VyJ60sZ_U:{variant:\"k_gJnHvK_\"}},children:/*#__PURE__*/_jsx(TemplateCtaSection,{height:\"100%\",id:\"gAGnV07I1\",layoutId:\"gAGnV07I1\",style:{width:\"100%\"},variant:\"dXZjvprkY\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{y:(componentViewport?.y||0)+0+6457.6},VyJ60sZ_U:{y:(componentViewport?.y||0)+0+5471.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:257,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+6113.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fz5vhr-container\",id:elementId3,nodeId:\"IPM3Y7e7P\",ref:ref4,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G7QxMtuDG:{variant:\"Had_rPxGr\"},VyJ60sZ_U:{variant:\"Qu7j33BgG\"}},children:/*#__PURE__*/_jsx(TemplateFooter,{height:\"100%\",id:\"IPM3Y7e7P\",layoutId:\"IPM3Y7e7P\",style:{width:\"100%\"},variant:\"l3KnH4xyE\",width:\"100%\"})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VyJ60sZ_U:{height:52,y:916}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xvyr1l-container hidden-72rtr7 hidden-1czlnz7\",layoutScroll:true,nodeId:\"nS8FkJQEt\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ActionButton,{B5cDdxQhD:\"var(--token-069b6fe2-6ffd-485c-ab62-a825c94489df, rgb(255, 255, 255))\",height:\"100%\",id:\"nS8FkJQEt\",layoutId:\"nS8FkJQEt\",Q8lY07sdS:\"Mandenos un whatapp\",v5VKTpIhI:\"var(--token-f6a7a1e7-14f8-46f5-b2c6-1b9b99cb0c11, rgb(223, 48, 73))\",variant:\"dkOe9Eh3w\",VATjTeOvQ:{borderColor:\"var(--token-f6a7a1e7-14f8-46f5-b2c6-1b9b99cb0c11, rgb(223, 48, 73))\",borderStyle:\"solid\",borderWidth:1},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-oy1VR.framer-lux5qc, .framer-oy1VR .framer-lux5qc { display: block; }\",\".framer-oy1VR.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-069b6fe2-6ffd-485c-ab62-a825c94489df, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1024px; }\",\".framer-oy1VR .framer-zi3h2a-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-oy1VR .framer-2strnk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-oy1VR .framer-10dp085 { align-content: center; align-items: center; bottom: 80px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; left: 50%; max-width: 1200px; overflow: hidden; padding: 0px; position: absolute; transform: translateX(-50%); width: 90%; z-index: 2; }\",\".framer-oy1VR .framer-1et0yad, .framer-oy1VR .framer-7ykidb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-oy1VR .framer-w2qkic { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap: balance; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-oy1VR .framer-ziu7yy { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap: balance; flex: none; height: auto; max-width: 720px; opacity: 0.9; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-oy1VR .framer-1ya6jz2-container, .framer-oy1VR .framer-1n8wmpy-container, .framer-oy1VR .framer-2r7kh5-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-oy1VR .framer-1qlh7nl { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-oy1VR .framer-w98q8q { background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 35.17032657657658%, rgba(0, 0, 0, 0.55) 54%, rgba(0, 0, 0, 0.4) 100%); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-oy1VR .framer-pklcnb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 160px 32px 160px 32px; position: relative; width: 100%; }\",\".framer-oy1VR .framer-1sdl14d { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1280px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-oy1VR .framer-1ky3mc1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 3 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 48px 0px 48px 0px; position: relative; width: 1px; }\",\".framer-oy1VR .framer-rqe5tx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-oy1VR .framer-y4cqo8, .framer-oy1VR .framer-1ljvec3 { align-content: center; align-items: center; background-color: var(--token-3a052d16-e2f1-4679-8f7f-4640e2ebf1a8, #eaedf0); border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; border-top-left-radius: 50px; border-top-right-radius: 50px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 10px 4px 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-oy1VR .framer-um35pl, .framer-oy1VR .framer-g4ldop { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-oy1VR .framer-165adhg { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap-override: balance; flex: none; height: auto; max-width: 600px; position: relative; width: 100%; }\",\".framer-oy1VR .framer-1ptl5rg { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-oy1VR .framer-l4jffy { --border-bottom-width: 1px; --border-color: var(--token-3a052d16-e2f1-4679-8f7f-4640e2ebf1a8, #eaedf0); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: var(--token-62cf921b-ee72-4eb0-b505-1be6c41548d9, #f9fafb); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: 80%; will-change: var(--framer-will-change-override, transform); }\",\".framer-oy1VR .framer-1eoomeu, .framer-oy1VR .framer-13a1fxm, .framer-oy1VR .framer-jvhcmw { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-oy1VR .framer-1sf0w0d { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 2 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-oy1VR .framer-18c7a4f { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 0.6021873017743928px 2.2883117467426928px -0.9166666666666666px rgba(0, 0, 0, 0.13), 0px 2.288533303243457px 8.696426552325137px -1.8333333333333333px rgba(0, 0, 0, 0.13), 0px 10px 38px -2.75px rgba(0, 0, 0, 0.11); flex: 2 0 0px; height: 100%; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-oy1VR .framer-13m18a { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 0.6021873017743928px 2.2883117467426928px -0.9166666666666666px rgba(0, 0, 0, 0.13), 0px 2.288533303243457px 8.696426552325137px -1.8333333333333333px rgba(0, 0, 0, 0.13), 0px 10px 38px -2.75px rgba(0, 0, 0, 0.11); flex: none; height: 178px; left: -80px; overflow: hidden; position: absolute; top: -72px; width: 178px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-oy1VR .framer-1gbhws7 { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; bottom: -80px; box-shadow: 0px 0.6021873017743928px 2.2883117467426928px -0.9166666666666666px rgba(0, 0, 0, 0.13), 0px 2.288533303243457px 8.696426552325137px -1.8333333333333333px rgba(0, 0, 0, 0.13), 0px 10px 38px -2.75px rgba(0, 0, 0, 0.11); flex: none; height: 178px; overflow: hidden; position: absolute; right: 24px; width: 178px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-oy1VR .framer-19k04vs { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 80px 32px 112px 32px; position: relative; width: 100%; }\",\".framer-oy1VR .framer-1uhd40l { align-content: center; align-items: center; background-color: #ffffff; 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-oy1VR .framer-hlc042 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 1000px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-oy1VR .framer-zlvpuj { display: grid; flex: none; gap: 24px; grid-auto-rows: 320px; grid-template-columns: repeat(4, minmax(50px, 1fr)); grid-template-rows: repeat(2, 320px); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-oy1VR .framer-huaugh-container, .framer-oy1VR .framer-1bzfdhj-container, .framer-oy1VR .framer-z1vvvh-container, .framer-oy1VR .framer-1etb0n2-container, .framer-oy1VR .framer-1ezggdc-container, .framer-oy1VR .framer-gz249o-container, .framer-oy1VR .framer-1qvro7k-container, .framer-oy1VR .framer-1dokqdu-container, .framer-oy1VR .framer-1w07wzu-container, .framer-oy1VR .framer-rvrgnq-container, .framer-oy1VR .framer-1wol9bs-container, .framer-oy1VR .framer-1r4vf2y-container, .framer-oy1VR .framer-hrohfi-container, .framer-oy1VR .framer-1pbuawb-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-oy1VR .framer-1nfwuey-container, .framer-oy1VR .framer-1uoe3ci-container { align-self: start; flex: none; height: 100%; justify-self: start; opacity: 0; position: relative; width: 100%; }\",\".framer-oy1VR .framer-1552aut { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 850px; justify-content: center; overflow: visible; padding: 48px; position: relative; width: 100%; }\",\".framer-oy1VR .framer-lw55ir { align-content: center; align-items: center; border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 100%; justify-content: flex-end; overflow: visible; padding: 112px 72px 80px 72px; position: relative; width: 1px; }\",\".framer-oy1VR .framer-1lykgnh-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-oy1VR .framer-nov655 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 896px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-oy1VR .framer-136xoj4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-oy1VR .framer-11urw5s { background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.45) 35.17032657657658%, rgba(0, 0, 0, 0.5) 65.328125%, rgba(0, 0, 0, 0.6) 100%); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-oy1VR .framer-12xuydt { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 112px 32px 80px 32px; position: relative; width: 100%; }\",\".framer-oy1VR .framer-5woo77 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-oy1VR .framer-glx5x4 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-oy1VR .framer-2abtly { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 60%; word-break: break-word; word-wrap: break-word; }\",\".framer-oy1VR .framer-nj8d6x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-oy1VR .framer-wajfz2-container { align-self: stretch; flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-oy1VR .framer-81mc6u-container, .framer-oy1VR .framer-6i7a2k-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-oy1VR .framer-7t0hro-container { flex: 1 0 0px; height: 504px; position: relative; width: 1px; }\",\".framer-oy1VR .framer-1ba06f0-container, .framer-oy1VR .framer-o1apf-container, .framer-oy1VR .framer-1ghtmn8-container { height: 500px; position: relative; width: 256px; }\",\".framer-oy1VR .framer-kmynr6-container, .framer-oy1VR .framer-fz5vhr-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-oy1VR .framer-1xvyr1l-container { bottom: 32px; flex: none; height: auto; position: fixed; right: 16px; width: auto; z-index: 10; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-oy1VR[data-border=\"true\"]::after, .framer-oy1VR [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1023px) { .framer-oy1VR.framer-72rtr7 { width: 810px; } .framer-oy1VR .framer-10dp085 { bottom: 56px; padding: 0px 24px 0px 24px; width: 100%; } .framer-oy1VR .framer-w2qkic { white-space: pre; } .framer-oy1VR .framer-pklcnb { padding: 160px 24px 160px 24px; } .framer-oy1VR .framer-19k04vs { padding: 80px 24px 112px 24px; } .framer-oy1VR .framer-zlvpuj { grid-template-columns: repeat(3, minmax(50px, 1fr)); } .framer-oy1VR .framer-nov655 { width: 90%; } .framer-oy1VR .framer-12xuydt { padding: 112px 24px 80px 24px; } .framer-oy1VR .framer-nj8d6x { gap: 24px; }}\",\"@media (max-width: 809px) { .framer-oy1VR.framer-72rtr7 { width: 320px; } .framer-oy1VR .framer-2strnk { height: min-content; } .framer-oy1VR .framer-10dp085 { bottom: unset; gap: 32px; left: unset; padding: 180px 16px 32px 16px; position: relative; transform: unset; width: 100%; } .framer-oy1VR .framer-1et0yad { gap: 12px; } .framer-oy1VR .framer-ziu7yy { --framer-text-wrap: unset; } .framer-oy1VR .framer-1qlh7nl { flex: none; height: 100%; left: 0px; position: absolute; top: 0px; z-index: 1; } .framer-oy1VR .framer-w98q8q { background-color: rgba(0, 0, 0, 0.5); } .framer-oy1VR .framer-pklcnb { padding: 80px 16px 72px 16px; } .framer-oy1VR .framer-1sdl14d { flex-direction: column; } .framer-oy1VR .framer-1ky3mc1 { flex: none; gap: 16px; padding: 0px; width: 100%; } .framer-oy1VR .framer-rqe5tx { align-content: center; align-items: center; } .framer-oy1VR .framer-l4jffy, .framer-oy1VR .framer-1n8wmpy-container, .framer-oy1VR .framer-2abtly { width: 100%; } .framer-oy1VR .framer-1sf0w0d { align-self: unset; flex: none; height: 400px; width: 100%; } .framer-oy1VR .framer-18c7a4f { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: 1 0 0px; } .framer-oy1VR .framer-13m18a { aspect-ratio: 1 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: var(--framer-aspect-ratio-supported, 104px); left: 16px; top: -32px; width: 104px; } .framer-oy1VR .framer-1gbhws7 { aspect-ratio: 1 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; bottom: -52px; height: var(--framer-aspect-ratio-supported, 120px); width: 120px; } .framer-oy1VR .framer-19k04vs, .framer-oy1VR .framer-12xuydt { padding: 80px 16px 0px 16px; } .framer-oy1VR .framer-1uhd40l { gap: 40px; } .framer-oy1VR .framer-zlvpuj { gap: 16px; grid-auto-rows: 216px; grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(2, 216px); } .framer-oy1VR .framer-huaugh-container { order: 1; } .framer-oy1VR .framer-1bzfdhj-container { grid-column: span 2; order: 0; } .framer-oy1VR .framer-z1vvvh-container { order: 2; } .framer-oy1VR .framer-1etb0n2-container { grid-column: span 2; order: 3; } .framer-oy1VR .framer-1ezggdc-container { grid-column: span 2; order: 4; } .framer-oy1VR .framer-gz249o-container { order: 5; } .framer-oy1VR .framer-1qvro7k-container { grid-column: span 2; order: 7; } .framer-oy1VR .framer-1dokqdu-container { order: 6; } .framer-oy1VR .framer-1w07wzu-container { order: 9; } .framer-oy1VR .framer-rvrgnq-container { grid-column: span 2; order: 8; } .framer-oy1VR .framer-1wol9bs-container { order: 10; } .framer-oy1VR .framer-1r4vf2y-container { grid-column: span 2; order: 11; } .framer-oy1VR .framer-hrohfi-container { order: 13; } .framer-oy1VR .framer-1pbuawb-container { grid-column: span 2; order: 12; } .framer-oy1VR .framer-1552aut { height: min-content; padding: 80px 16px 0px 16px; } .framer-oy1VR .framer-lw55ir { height: min-content; padding: 80px 16px 80px 16px; } .framer-oy1VR .framer-5woo77 { gap: 40px; overflow: visible; } .framer-oy1VR .framer-glx5x4 { align-content: center; align-items: center; flex-direction: column; gap: 24px; justify-content: flex-start; order: 0; } .framer-oy1VR .framer-nj8d6x { flex-direction: column; order: 1; overflow: visible; padding: 0px 0px 64px 0px; } .framer-oy1VR .framer-7t0hro-container { flex: none; width: 100%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6374\n * @framerIntrinsicWidth 1024\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"G7QxMtuDG\":{\"layout\":[\"fixed\",\"auto\"]},\"VyJ60sZ_U\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"cXNzP1EA8\":{\"pattern\":\":cXNzP1EA8\",\"name\":\"hero\"},\"LVaLmrlJD\":{\"pattern\":\":LVaLmrlJD\",\"name\":\"what-we-do\"},\"pxsl10oAy\":{\"pattern\":\":pxsl10oAy\",\"name\":\"services\"},\"IPM3Y7e7P\":{\"pattern\":\":IPM3Y7e7P\",\"name\":\"footer\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-oy1VR\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:6374,width:1024};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Overused Grotesk Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/8HmmoXuK5B9Jf6bILMYOGPVsVI.woff2\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmWggvWl0Qn.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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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\"}]},...TemplateHeaderFonts,...ActionButtonFonts,...CardsServiceCardFonts,...BlurGradientFonts,...CardsProjectCardFonts,...SlideshowFonts,...TemplateCtaSectionFonts,...TemplateFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"G7QxMtuDG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VyJ60sZ_U\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"6374\",\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"cXNzP1EA8\\\":{\\\"pattern\\\":\\\":cXNzP1EA8\\\",\\\"name\\\":\\\"hero\\\"},\\\"LVaLmrlJD\\\":{\\\"pattern\\\":\\\":LVaLmrlJD\\\",\\\"name\\\":\\\"what-we-do\\\"},\\\"pxsl10oAy\\\":{\\\"pattern\\\":\\\":pxsl10oAy\\\",\\\"name\\\":\\\"services\\\"},\\\"IPM3Y7e7P\\\":{\\\"pattern\\\":\\\":IPM3Y7e7P\\\",\\\"name\\\":\\\"footer\\\"}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1024\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}