{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/RLUeKLNmERbgkhrJQwKX/Ticker.js", "ssg:https://framerusercontent.com/modules/QqW7XkPyy0L4AYEt39Il/BqYdpY3rgzysURfg3GGc/buFmZohOl.js", "ssg:https://framerusercontent.com/modules/SvHgqcwKG4Gpza1XoOdn/zrzPJ9rCLVvC2YPZHWv2/MZReP5Smj.js", "ssg:https://framerusercontent.com/modules/x6SKb5ItAJETzqW39441/VQsUWlNRju0E3dKKIHSc/ArQP35ffp.js", "ssg:https://framerusercontent.com/modules/OjJYp5DZAnzdCP9uduj5/XeGv89Txv9r6095Arhnt/B2jemcwvO.js", "ssg:https://framerusercontent.com/modules/7suXitPBZDlP1JQT0KYk/9unlcg1VDnWLJGr4Hsxt/JKHx1NSk8.js", "ssg:https://framerusercontent.com/modules/AM6GU8aorUlYqa7izpLN/LJqpyXbIzj0vgbLinS09/SZyapXrPv.js", "ssg:https://framerusercontent.com/modules/vpVzTPzeztCFk0WTFP8D/6phFLJcGP6TPnGobsRxO/GCaO7bNOY.js", "ssg:https://framerusercontent.com/modules/BfjPCDE4dRiYgzY7QQby/hSGtIkgwOkwnHIaTGXOT/VfA59b_mn.js", "ssg:https://framerusercontent.com/modules/B3iESupR0LrSMPw8pUF9/2duO6Sf17cWWqO8SL0dy/XukRzaK9o.js", "ssg:https://framerusercontent.com/modules/h6WqpuzbHA1wglUJaqK2/Eb4h4gQVQ4xEDftGLjyC/xXgpxxYv3.js", "ssg:https://framerusercontent.com/modules/mRoIOU6qgWCr63s0B272/KoydRpAfRvF2FL1aOH6s/augiA20Il.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const MAX_AREA=5e6;const CSS_VAR_NAME=\"--ticker-offset\";const supportsWaapi=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";let supportsRegisterProperty=true;if(typeof window!==\"undefined\"){try{window.CSS.registerProperty({name:CSS_VAR_NAME,syntax:\"<length>\",initialValue:\"0px\",inherits:false});}catch(e){supportsRegisterProperty=false;}}/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const axis=isHorizontal?\"X\":\"Y\";const minus=direction===\"left\"||direction===\"top\"?\"-\":\"\";const transform=useTransform(()=>`translate${axis}(${minus}${offset.get()}px)`);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null,childrenArea:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}const fullChildrenArea=size.childrenArea===null?null:size.childrenArea*(duplicateBy+1);const isLayerTooBig=fullChildrenArea===null?null:fullChildrenArea>MAX_AREA;/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const[firstChild,lastChild]=childrenRef;const childrenLeft=firstChild.current?firstChild.current.offsetLeft:0;const childrenRight=lastChild.current?lastChild.current.offsetLeft+lastChild.current.offsetWidth:0;const childrenTop=firstChild.current?firstChild.current.offsetTop:0;const childrenBottom=lastChild.current?lastChild.current.offsetTop+lastChild.current.offsetHeight:0;const childrenWidth=childrenRight-childrenLeft;const childrenHeight=childrenBottom-childrenTop;const childrenArea=childrenWidth*childrenHeight;const childrenLength=(isHorizontal?childrenWidth:childrenHeight)+gap;setSize({parent:parentLength,children:childrenLength,childrenArea});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})},index+\"-original\");});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:isLayerTooBig===true?\"auto\":\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsWaapi&&(!isLayerTooBig||isLayerTooBig&&supportsRegisterProperty)){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed||isLayerTooBig===null){return;}if(isLayerTooBig){try{window.CSS.registerProperty({name:CSS_VAR_NAME,syntax:\"<length>\",initialValue:\"0px\",inherits:false});}catch(e){}}/**\n                 * If the layer is too big we want to animate a CSS variable instead of the transform\n                 * to avoid promoting the layer to the GPU.\n                 */const keyframes=isLayerTooBig?{[CSS_VAR_NAME]:[\"0px\",`${minus}${animateToValue}px`]}:{transform:[`translate${axis}(0px)`,`translate${axis}(${minus}${animateToValue}px)`]};animationRef.current=listRef.current.animate(keyframes,{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed,isLayerTooBig]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsWaapi){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas||isLayerTooBig?\"auto\":\"transform\",transform:supportsWaapi?isLayerTooBig?`translate${axis}(var(${CSS_VAR_NAME}))`:\"none\":transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (3d4fa65)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"GWVPk6LCt\",\"HzSHElAFB\"];const serializationHash=\"framer-4QeQO\";const variantClassNames={GWVPk6LCt:\"framer-v-e1x0o0\",HzSHElAFB:\"framer-v-1xqxr6m\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};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??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={Default:\"GWVPk6LCt\",Tablet:\"HzSHElAFB\"};const getProps=({designation,height,id,name1,reviewText,userImage,width,...props})=>{return{...props,FfZXP2YGW:name1??props.FfZXP2YGW??\"John Doe\",ooB5fXQkh:designation??props.ooB5fXQkh??\"CEO, Alesco Data\",uoDzj3cab:userImage??props.uoDzj3cab??{pixelHeight:208,pixelWidth:208,src:\"https://framerusercontent.com/images/j9MexkbIVJPG9fgYE9QEd9umSoM.png\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"GWVPk6LCt\",WCTCXOtd2:reviewText??props.WCTCXOtd2??\"Their crew was so committed to my company and to me, that it felt like they\u2019d always been there. We had a lengthy engagement and I threw everything at them plus the kitchen sink. I had full confidence and trust that they\u2019d deliver each time.\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,FfZXP2YGW,ooB5fXQkh,WCTCXOtd2,uoDzj3cab,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"GWVPk6LCt\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-e1x0o0\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"GWVPk6LCt\",ref:refBinding,style:{backgroundColor:\"var(--token-46095397-fdbd-4d21-a900-5c3a1d743e4d, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({HzSHElAFB:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-11jbfr1\",\"data-framer-name\":\"Text & rating\",layoutDependency:layoutDependency,layoutId:\"H3U9N3NIy\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-28e2bff7-a691-46e9-a673-788a186659d4, rgb(77, 82, 95)))\"},children:\"Their crew was so committed to my company and to me, that it felt like they\u2019d always been there. We had a lengthy engagement and I threw everything at them plus the kitchen sink. I had full confidence and trust that they\u2019d deliver each time.\"})}),className:\"framer-1yyfju4\",\"data-framer-name\":\"Review Text\",fonts:[\"GF;Open Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"L9K6OjG6t\",style:{\"--extracted-r6o4lv\":\"var(--token-28e2bff7-a691-46e9-a673-788a186659d4, rgb(77, 82, 95))\",\"--framer-paragraph-spacing\":\"0px\"},text:WCTCXOtd2,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a24yv5\",\"data-framer-name\":\"User Info\",layoutDependency:layoutDependency,layoutId:\"kZkiPAzat\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+160+88),pixelHeight:208,pixelWidth:208,sizes:\"52px\",...toResponsiveImage(uoDzj3cab),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-15nocz7\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"L5Uqa8kN9\",style:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},...addPropertyOverrides({HzSHElAFB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+16+152+91),pixelHeight:208,pixelWidth:208,sizes:\"46px\",...toResponsiveImage(uoDzj3cab),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e5ew11\",\"data-framer-name\":\"Text Block\",layoutDependency:layoutDependency,layoutId:\"eIL9ygEwJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-46eef77c-19f6-4f9a-9c69-c6cd2e9d66a0, rgb(1, 8, 27)))\"},children:\"John Doe\"})}),className:\"framer-1wpawxt\",\"data-framer-name\":\"Name\",fonts:[\"GF;Open Sans-600\"],layoutDependency:layoutDependency,layoutId:\"AwDHTnVQC\",style:{\"--extracted-r6o4lv\":\"var(--token-46eef77c-19f6-4f9a-9c69-c6cd2e9d66a0, rgb(1, 8, 27))\",\"--framer-paragraph-spacing\":\"0px\"},text:FfZXP2YGW,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-28e2bff7-a691-46e9-a673-788a186659d4, rgb(77, 82, 95)))\"},children:\"CEO, Alesco Data\"})}),className:\"framer-2ncbla\",\"data-framer-name\":\"Designation\",fonts:[\"GF;Open Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"US4bC_bHy\",style:{\"--extracted-r6o4lv\":\"var(--token-28e2bff7-a691-46e9-a673-788a186659d4, rgb(77, 82, 95))\",\"--framer-paragraph-spacing\":\"0px\"},text:ooB5fXQkh,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4QeQO.framer-ye08zm, .framer-4QeQO .framer-ye08zm { display: block; }\",\".framer-4QeQO.framer-e1x0o0 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 32px; position: relative; width: 480px; }\",\".framer-4QeQO .framer-11jbfr1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-4QeQO .framer-1yyfju4, .framer-4QeQO .framer-1wpawxt, .framer-4QeQO .framer-2ncbla { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-4QeQO .framer-a24yv5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 9px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-4QeQO .framer-15nocz7 { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 52px); overflow: hidden; position: relative; width: 52px; will-change: var(--framer-will-change-override, transform); }\",\".framer-4QeQO .framer-e5ew11 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-4QeQO.framer-v-1xqxr6m.framer-e1x0o0 { gap: 24px; padding: 16px; width: 290px; }\",\".framer-4QeQO.framer-v-1xqxr6m .framer-11jbfr1 { gap: 12px; }\",\".framer-4QeQO.framer-v-1xqxr6m .framer-15nocz7 { height: var(--framer-aspect-ratio-supported, 46px); width: 46px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 273\n * @framerIntrinsicWidth 480\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"HzSHElAFB\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"FfZXP2YGW\":\"name1\",\"ooB5fXQkh\":\"designation\",\"WCTCXOtd2\":\"reviewText\",\"uoDzj3cab\":\"userImage\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerbuFmZohOl=withCSS(Component,css,\"framer-4QeQO\");export default FramerbuFmZohOl;FramerbuFmZohOl.displayName=\"Card / Testimonial\";FramerbuFmZohOl.defaultProps={height:273,width:480};addPropertyControls(FramerbuFmZohOl,{variant:{options:[\"GWVPk6LCt\",\"HzSHElAFB\"],optionTitles:[\"Default\",\"Tablet\"],title:\"Variant\",type:ControlType.Enum},FfZXP2YGW:{defaultValue:\"John Doe\",displayTextArea:false,title:\"Name\",type:ControlType.String},ooB5fXQkh:{defaultValue:\"CEO, Alesco Data\",displayTextArea:false,title:\"Designation\",type:ControlType.String},WCTCXOtd2:{defaultValue:\"Their crew was so committed to my company and to me, that it felt like they\u2019d always been there. We had a lengthy engagement and I threw everything at them plus the kitchen sink. I had full confidence and trust that they\u2019d deliver each time.\",displayTextArea:false,title:\"Review Text\",type:ControlType.String},uoDzj3cab:{__defaultAssetReference:\"data:framer/asset-reference,j9MexkbIVJPG9fgYE9QEd9umSoM.png?originalFilename=testimonial.png&preferredSize=auto\",title:\"User Image\",type:ControlType.ResponsiveImage}});addFonts(FramerbuFmZohOl,[{explicitInter:true,fonts:[{family:\"Open Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4iY1M2xLER.woff2\",weight:\"400\"},{family:\"Open Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4iY1M2xLER.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbuFmZohOl\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"480\",\"framerIntrinsicHeight\":\"273\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HzSHElAFB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"FfZXP2YGW\\\":\\\"name1\\\",\\\"ooB5fXQkh\\\":\\\"designation\\\",\\\"WCTCXOtd2\\\":\\\"reviewText\\\",\\\"uoDzj3cab\\\":\\\"userImage\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./buFmZohOl.map", "// Generated by Framer (3d4fa65)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import CardTestimonial from\"https://framerusercontent.com/modules/QqW7XkPyy0L4AYEt39Il/BqYdpY3rgzysURfg3GGc/buFmZohOl.js\";const CardTestimonialFonts=getFonts(CardTestimonial);const cycleOrder=[\"CtNXAYpgB\",\"zrrA9oCoZ\",\"aKXxOCnmy\",\"XHwPKZTHs\",\"T4i8gYfiL\",\"wwpQFBrJW\",\"w0eC6a3AX\",\"hNCnBGFbO\",\"bP3piZEW9\",\"o2ZZVwIly\",\"hwZ95HIaf\",\"Cz6R5dTum\",\"CPePIxTEH\",\"Xk7IHOfkV\",\"YfKVO7Ocf\",\"tKdauWDgy\",\"RPsesESPa\",\"La6K3Gm6F\",\"dc0cVo7aU\",\"M_jibvONX\",\"lqL4Y8Zvv\",\"xBadjazqA\",\"hLEicCe4f\",\"jwjUgBQzB\",\"jZVFAG52B\",\"D2aGaXsFx\"];const serializationHash=\"framer-mf5hJ\";const variantClassNames={aKXxOCnmy:\"framer-v-kfwtp3\",bP3piZEW9:\"framer-v-1kyjxbq\",CPePIxTEH:\"framer-v-gv6f9l\",CtNXAYpgB:\"framer-v-9zoz9h\",Cz6R5dTum:\"framer-v-1rngu6f\",D2aGaXsFx:\"framer-v-ul8l5s\",dc0cVo7aU:\"framer-v-9ivc7f\",hLEicCe4f:\"framer-v-3u4fid\",hNCnBGFbO:\"framer-v-1b4l72t\",hwZ95HIaf:\"framer-v-jv41ca\",jwjUgBQzB:\"framer-v-maemac\",jZVFAG52B:\"framer-v-jswci6\",La6K3Gm6F:\"framer-v-1wi7s5l\",lqL4Y8Zvv:\"framer-v-pmxr2k\",M_jibvONX:\"framer-v-10anp2u\",o2ZZVwIly:\"framer-v-pylp8y\",RPsesESPa:\"framer-v-1kqcgvq\",T4i8gYfiL:\"framer-v-j1wfko\",tKdauWDgy:\"framer-v-1jnpejb\",w0eC6a3AX:\"framer-v-lml1kv\",wwpQFBrJW:\"framer-v-1cwnq8e\",xBadjazqA:\"framer-v-pz0nik\",XHwPKZTHs:\"framer-v-8ny1dg\",Xk7IHOfkV:\"framer-v-14a9ss3\",YfKVO7Ocf:\"framer-v-4ok80s\",zrrA9oCoZ:\"framer-v-1191eyq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:300,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Slide Four\":\"w0eC6a3AX\",\"Slide One - Effect\":\"zrrA9oCoZ\",\"Slide One\":\"CtNXAYpgB\",\"Slide Reverse One - Effect\":\"bP3piZEW9\",\"Slide Reverse One\":\"hNCnBGFbO\",\"Slide Reverse Three - Effect\":\"CPePIxTEH\",\"Slide Reverse Three\":\"Cz6R5dTum\",\"Slide Reverse Two - Effect\":\"hwZ95HIaf\",\"Slide Reverse Two\":\"o2ZZVwIly\",\"Slide Three - Effect\":\"wwpQFBrJW\",\"Slide Three\":\"T4i8gYfiL\",\"Slide Two - Effect\":\"XHwPKZTHs\",\"Slide Two\":\"aKXxOCnmy\",\"Tablet / Slide Four\":\"M_jibvONX\",\"Tablet / Slide One - Effect\":\"YfKVO7Ocf\",\"Tablet / Slide One\":\"Xk7IHOfkV\",\"Tablet / Slide Reverse One - Effect\":\"xBadjazqA\",\"Tablet / Slide Reverse One\":\"lqL4Y8Zvv\",\"Tablet / Slide Reverse Three - Effect\":\"D2aGaXsFx\",\"Tablet / Slide Reverse Three\":\"jZVFAG52B\",\"Tablet / Slide Reverse Two - Effect\":\"jwjUgBQzB\",\"Tablet / Slide Reverse Two\":\"hLEicCe4f\",\"Tablet / Slide Three - Effect\":\"dc0cVo7aU\",\"Tablet / Slide Three\":\"La6K3Gm6F\",\"Tablet / Slide Two - Effect\":\"RPsesESPa\",\"Tablet / Slide Two\":\"tKdauWDgy\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"CtNXAYpgB\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CtNXAYpgB\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear91b4xu=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"aKXxOCnmy\"),300);});const onAppear2d62sk=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"T4i8gYfiL\"),300);});const onAppear12gkx2o=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"w0eC6a3AX\"),300);});const onAppear9b5if8=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"hNCnBGFbO\"),300);});const onAppear1wefhib=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"o2ZZVwIly\"),300);});const onAppeara6l98w=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Cz6R5dTum\"),300);});const onAppear1hjzgcv=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"tKdauWDgy\"),300);});const onAppearda9pix=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"La6K3Gm6F\"),300);});const onAppear1i0d4xy=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"M_jibvONX\"),300);});const onAppear1rx1l4d=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"lqL4Y8Zvv\"),300);});const onAppearaaugyi=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"hLEicCe4f\"),300);});const onAppear1031p2d=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"jZVFAG52B\"),300);});useOnVariantChange(baseVariant,{bP3piZEW9:onAppear9b5if8,CPePIxTEH:onAppeara6l98w,D2aGaXsFx:onAppear1031p2d,dc0cVo7aU:onAppear1i0d4xy,hwZ95HIaf:onAppear1wefhib,jwjUgBQzB:onAppearaaugyi,RPsesESPa:onAppearda9pix,wwpQFBrJW:onAppear12gkx2o,xBadjazqA:onAppear1rx1l4d,XHwPKZTHs:onAppear2d62sk,YfKVO7Ocf:onAppear1hjzgcv,zrrA9oCoZ:onAppear91b4xu});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"aKXxOCnmy\",\"XHwPKZTHs\",\"T4i8gYfiL\",\"wwpQFBrJW\",\"w0eC6a3AX\",\"o2ZZVwIly\",\"hwZ95HIaf\",\"Cz6R5dTum\",\"CPePIxTEH\",\"tKdauWDgy\",\"RPsesESPa\",\"La6K3Gm6F\",\"dc0cVo7aU\",\"M_jibvONX\",\"hLEicCe4f\",\"jwjUgBQzB\",\"jZVFAG52B\",\"D2aGaXsFx\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"T4i8gYfiL\",\"wwpQFBrJW\",\"w0eC6a3AX\",\"Cz6R5dTum\",\"CPePIxTEH\",\"La6K3Gm6F\",\"dc0cVo7aU\",\"M_jibvONX\",\"jZVFAG52B\",\"D2aGaXsFx\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"w0eC6a3AX\",\"M_jibvONX\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-9zoz9h\",className,classNames),\"data-framer-name\":\"Slide One\",layoutDependency:layoutDependency,layoutId:\"CtNXAYpgB\",ref:refBinding,style:{...style},...addPropertyOverrides({aKXxOCnmy:{\"data-framer-name\":\"Slide Two\"},bP3piZEW9:{\"data-framer-name\":\"Slide Reverse One - Effect\",\"data-highlight\":true},CPePIxTEH:{\"data-framer-name\":\"Slide Reverse Three - Effect\",\"data-highlight\":true},Cz6R5dTum:{\"data-framer-name\":\"Slide Reverse Three\"},D2aGaXsFx:{\"data-framer-name\":\"Tablet / Slide Reverse Three - Effect\",\"data-highlight\":true},dc0cVo7aU:{\"data-framer-name\":\"Tablet / Slide Three - Effect\",\"data-highlight\":true},hLEicCe4f:{\"data-framer-name\":\"Tablet / Slide Reverse Two\"},hNCnBGFbO:{\"data-framer-name\":\"Slide Reverse One\"},hwZ95HIaf:{\"data-framer-name\":\"Slide Reverse Two - Effect\",\"data-highlight\":true},jwjUgBQzB:{\"data-framer-name\":\"Tablet / Slide Reverse Two - Effect\",\"data-highlight\":true},jZVFAG52B:{\"data-framer-name\":\"Tablet / Slide Reverse Three\"},La6K3Gm6F:{\"data-framer-name\":\"Tablet / Slide Three\"},lqL4Y8Zvv:{\"data-framer-name\":\"Tablet / Slide Reverse One\"},M_jibvONX:{\"data-framer-name\":\"Tablet / Slide Four\"},o2ZZVwIly:{\"data-framer-name\":\"Slide Reverse Two\"},RPsesESPa:{\"data-framer-name\":\"Tablet / Slide Two - Effect\",\"data-highlight\":true},T4i8gYfiL:{\"data-framer-name\":\"Slide Three\"},tKdauWDgy:{\"data-framer-name\":\"Tablet / Slide Two\"},w0eC6a3AX:{\"data-framer-name\":\"Slide Four\"},wwpQFBrJW:{\"data-framer-name\":\"Slide Three - Effect\",\"data-highlight\":true},xBadjazqA:{\"data-framer-name\":\"Tablet / Slide Reverse One - Effect\",\"data-highlight\":true},XHwPKZTHs:{\"data-framer-name\":\"Slide Two - Effect\",\"data-highlight\":true},Xk7IHOfkV:{\"data-framer-name\":\"Tablet / Slide One\"},YfKVO7Ocf:{\"data-framer-name\":\"Tablet / Slide One - Effect\",\"data-highlight\":true},zrrA9oCoZ:{\"data-framer-name\":\"Slide One - Effect\",\"data-highlight\":true}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:273,width:\"419px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||300)-0-273)/2),...addPropertyOverrides({bP3piZEW9:{y:(componentViewport?.y||0)+((componentViewport?.height||300)*.5000000000000002-136.5)},lqL4Y8Zvv:{width:\"320px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||425)-0-273)/2)},xBadjazqA:{width:\"320px\",y:(componentViewport?.y||0)+((componentViewport?.height||425)*.5011764705882356-136.5)},Xk7IHOfkV:{width:\"320px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||425)-0-273)/2)},YfKVO7Ocf:{width:\"320px\",y:(componentViewport?.y||0)+((componentViewport?.height||425)*.5000000000000002-136.5)},zrrA9oCoZ:{y:(componentViewport?.y||0)+((componentViewport?.height||300)*.5000000000000002-136.5)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jk52kl-container\",\"data-framer-name\":\"Card 1\",layoutDependency:layoutDependency,layoutId:\"JxUipeBWB-container\",name:\"Card 1\",nodeId:\"JxUipeBWB\",rendersWithMotion:true,scopeId:\"MZReP5Smj\",style:{scale:1},variants:{bP3piZEW9:{scale:0},hNCnBGFbO:{scale:1},lqL4Y8Zvv:{scale:1},xBadjazqA:{scale:0},Xk7IHOfkV:{scale:1},YfKVO7Ocf:{scale:0},zrrA9oCoZ:{scale:0}},...addPropertyOverrides({bP3piZEW9:{transformTemplate:transformTemplate1},xBadjazqA:{transformTemplate:transformTemplate1},YfKVO7Ocf:{transformTemplate:transformTemplate1},zrrA9oCoZ:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(CardTestimonial,{FfZXP2YGW:\"Brendan Howard\",height:\"100%\",id:\"JxUipeBWB\",layoutId:\"JxUipeBWB\",name:\"Card 1\",ooB5fXQkh:\"Product Manager, Dun & Bradstreet\",style:{width:\"100%\"},uoDzj3cab:addImageAlt({pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/lr4WVPKufWKwoBbbQEzCwPt3Dz0.png\"},\"\"),variant:\"GWVPk6LCt\",WCTCXOtd2:\"Our internal team estimated months--more than a year. SI Works delivered a production app in weeks, and it passed our compliance testing.\",width:\"100%\",...addPropertyOverrides({lqL4Y8Zvv:{variant:\"HzSHElAFB\"},xBadjazqA:{variant:\"HzSHElAFB\"},Xk7IHOfkV:{variant:\"HzSHElAFB\"},YfKVO7Ocf:{variant:\"HzSHElAFB\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:273,width:\"419px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||300)-0-273)/2),...addPropertyOverrides({hLEicCe4f:{width:\"320px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||425)-0-273)/2)},hwZ95HIaf:{y:(componentViewport?.y||0)+((componentViewport?.height||300)*.5000000000000002-136.5)},jwjUgBQzB:{width:\"320px\",y:(componentViewport?.y||0)+((componentViewport?.height||425)*.5011764705882356-136.5)},lqL4Y8Zvv:{width:\"320px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||425)-0-273)/2)},RPsesESPa:{width:\"320px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||425)-0-273)/2)},tKdauWDgy:{width:\"320px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||425)-0-273)/2)},xBadjazqA:{width:\"320px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||425)-0-273)/2)},XHwPKZTHs:{y:(componentViewport?.y||0)+((componentViewport?.height||300)*.5000000000000002-136.5)},Xk7IHOfkV:{width:\"320px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||425)-0-273)/2)},YfKVO7Ocf:{width:\"320px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||425)-0-273)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ou4c86-container\",layoutDependency:layoutDependency,layoutId:\"K19v7S3wB-container\",nodeId:\"K19v7S3wB\",rendersWithMotion:true,scopeId:\"MZReP5Smj\",style:{scale:1},variants:{bP3piZEW9:{scale:1},hLEicCe4f:{scale:1},hNCnBGFbO:{scale:1},hwZ95HIaf:{scale:0},jwjUgBQzB:{scale:0},lqL4Y8Zvv:{scale:1},o2ZZVwIly:{scale:1},RPsesESPa:{scale:0},tKdauWDgy:{scale:1},xBadjazqA:{scale:1},XHwPKZTHs:{scale:0},Xk7IHOfkV:{scale:1},YfKVO7Ocf:{scale:1}},...addPropertyOverrides({hwZ95HIaf:{transformTemplate:transformTemplate1},jwjUgBQzB:{transformTemplate:transformTemplate1},XHwPKZTHs:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(CardTestimonial,{FfZXP2YGW:\"Michael Sklorenko\",height:\"100%\",id:\"K19v7S3wB\",layoutId:\"K19v7S3wB\",ooB5fXQkh:\"CEO, Alesco Data\",style:{width:\"100%\"},uoDzj3cab:addImageAlt({pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/Y8weh6oWwqz4P7wOOJWGtVHt5eU.jpeg\"},\"\"),variant:\"GWVPk6LCt\",WCTCXOtd2:\"We had only considered adding AI, but after seeing what was possible in one meeting we were sold. We're generating revenue on autopilot.\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:273,width:\"419px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||300)-0-273)/2),...addPropertyOverrides({CPePIxTEH:{y:(componentViewport?.y||0)+((componentViewport?.height||300)*.5000000000000002-136.5)},D2aGaXsFx:{width:\"320px\",y:(componentViewport?.y||0)+((componentViewport?.height||425)*.5011764705882356-136.5)},dc0cVo7aU:{width:\"320px\",y:(componentViewport?.y||0)+((componentViewport?.height||425)*.5011764705882356-136.5)},hLEicCe4f:{width:\"320px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||425)-0-273)/2)},jwjUgBQzB:{width:\"320px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||425)-0-273)/2)},jZVFAG52B:{width:\"320px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||425)-0-273)/2)},La6K3Gm6F:{width:\"320px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||425)-0-273)/2)},lqL4Y8Zvv:{width:\"320px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||425)-0-273)/2)},RPsesESPa:{width:\"320px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||425)-0-273)/2)},tKdauWDgy:{width:\"320px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||425)-0-273)/2)},wwpQFBrJW:{y:(componentViewport?.y||0)+((componentViewport?.height||300)*.5000000000000002-136.5)},xBadjazqA:{width:\"320px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||425)-0-273)/2)},Xk7IHOfkV:{width:\"320px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||425)-0-273)/2)},YfKVO7Ocf:{width:\"320px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||425)-0-273)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12i7et-container\",layoutDependency:layoutDependency,layoutId:\"QbRXwIA_Y-container\",nodeId:\"QbRXwIA_Y\",rendersWithMotion:true,scopeId:\"MZReP5Smj\",style:{scale:1},variants:{bP3piZEW9:{scale:1},CPePIxTEH:{scale:0},Cz6R5dTum:{scale:1},D2aGaXsFx:{scale:0},dc0cVo7aU:{scale:0},hLEicCe4f:{scale:1},hNCnBGFbO:{scale:1},hwZ95HIaf:{scale:1},jwjUgBQzB:{scale:1},jZVFAG52B:{scale:1},La6K3Gm6F:{scale:1},lqL4Y8Zvv:{scale:1},o2ZZVwIly:{scale:1},RPsesESPa:{scale:1},tKdauWDgy:{scale:1},wwpQFBrJW:{scale:0},xBadjazqA:{scale:1},Xk7IHOfkV:{scale:1},YfKVO7Ocf:{scale:1}},...addPropertyOverrides({CPePIxTEH:{transformTemplate:transformTemplate1},D2aGaXsFx:{transformTemplate:transformTemplate1},dc0cVo7aU:{transformTemplate:transformTemplate1},wwpQFBrJW:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(CardTestimonial,{FfZXP2YGW:\"Amen\",height:\"100%\",id:\"QbRXwIA_Y\",layoutId:\"QbRXwIA_Y\",ooB5fXQkh:\"Director of Ops, Pawar Transportation\",style:{width:\"100%\"},uoDzj3cab:addImageAlt({pixelHeight:280,pixelWidth:280,src:\"https://framerusercontent.com/images/T8eP1ThPK9KRdPYCzfYHOKJUBoI.jpg\"},\"\"),variant:\"GWVPk6LCt\",WCTCXOtd2:\"In an impossible 3 weeks the team delivered GPS tracking, mobile apps, and a backend dashboard.\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mf5hJ.framer-i3px40, .framer-mf5hJ .framer-i3px40 { display: block; }\",\".framer-mf5hJ.framer-9zoz9h { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 300px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 862px; }\",\".framer-mf5hJ .framer-1jk52kl-container, .framer-mf5hJ .framer-1ou4c86-container, .framer-mf5hJ .framer-12i7et-container { flex: none; height: auto; position: relative; width: 419px; z-index: 3; }\",\".framer-mf5hJ.framer-v-1191eyq .framer-1jk52kl-container, .framer-mf5hJ.framer-v-8ny1dg .framer-1ou4c86-container, .framer-mf5hJ.framer-v-1cwnq8e .framer-12i7et-container, .framer-mf5hJ.framer-v-1kyjxbq .framer-1jk52kl-container, .framer-mf5hJ.framer-v-jv41ca .framer-1ou4c86-container, .framer-mf5hJ.framer-v-gv6f9l .framer-12i7et-container { left: 0px; position: absolute; top: 50%; z-index: 1; }\",\".framer-mf5hJ.framer-v-14a9ss3.framer-9zoz9h, .framer-mf5hJ.framer-v-4ok80s.framer-9zoz9h, .framer-mf5hJ.framer-v-1jnpejb.framer-9zoz9h, .framer-mf5hJ.framer-v-1kqcgvq.framer-9zoz9h, .framer-mf5hJ.framer-v-1wi7s5l.framer-9zoz9h, .framer-mf5hJ.framer-v-9ivc7f.framer-9zoz9h, .framer-mf5hJ.framer-v-10anp2u.framer-9zoz9h, .framer-mf5hJ.framer-v-pmxr2k.framer-9zoz9h, .framer-mf5hJ.framer-v-3u4fid.framer-9zoz9h, .framer-mf5hJ.framer-v-jswci6.framer-9zoz9h { gap: 16px; height: 425px; }\",\".framer-mf5hJ.framer-v-14a9ss3 .framer-1jk52kl-container, .framer-mf5hJ.framer-v-14a9ss3 .framer-1ou4c86-container, .framer-mf5hJ.framer-v-14a9ss3 .framer-12i7et-container, .framer-mf5hJ.framer-v-4ok80s .framer-1ou4c86-container, .framer-mf5hJ.framer-v-4ok80s .framer-12i7et-container, .framer-mf5hJ.framer-v-1jnpejb .framer-1ou4c86-container, .framer-mf5hJ.framer-v-1jnpejb .framer-12i7et-container, .framer-mf5hJ.framer-v-1kqcgvq .framer-12i7et-container, .framer-mf5hJ.framer-v-1wi7s5l .framer-12i7et-container, .framer-mf5hJ.framer-v-pmxr2k .framer-1jk52kl-container, .framer-mf5hJ.framer-v-pmxr2k .framer-1ou4c86-container, .framer-mf5hJ.framer-v-pmxr2k .framer-12i7et-container, .framer-mf5hJ.framer-v-pz0nik .framer-1ou4c86-container, .framer-mf5hJ.framer-v-pz0nik .framer-12i7et-container, .framer-mf5hJ.framer-v-3u4fid .framer-1ou4c86-container, .framer-mf5hJ.framer-v-3u4fid .framer-12i7et-container, .framer-mf5hJ.framer-v-maemac .framer-12i7et-container, .framer-mf5hJ.framer-v-jswci6 .framer-12i7et-container { width: 320px; }\",\".framer-mf5hJ.framer-v-4ok80s .framer-1jk52kl-container, .framer-mf5hJ.framer-v-9ivc7f .framer-12i7et-container, .framer-mf5hJ.framer-v-pz0nik .framer-1jk52kl-container, .framer-mf5hJ.framer-v-maemac .framer-1ou4c86-container, .framer-mf5hJ.framer-v-ul8l5s .framer-12i7et-container { left: 0px; position: absolute; top: 50%; width: 320px; z-index: 1; }\",\".framer-mf5hJ.framer-v-1kqcgvq .framer-1ou4c86-container { width: 320px; z-index: 1; }\",\".framer-mf5hJ.framer-v-pz0nik.framer-9zoz9h, .framer-mf5hJ.framer-v-maemac.framer-9zoz9h, .framer-mf5hJ.framer-v-ul8l5s.framer-9zoz9h { height: 425px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 300\n * @framerIntrinsicWidth 862\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"zrrA9oCoZ\":{\"layout\":[\"fixed\",\"fixed\"]},\"aKXxOCnmy\":{\"layout\":[\"fixed\",\"fixed\"]},\"XHwPKZTHs\":{\"layout\":[\"fixed\",\"fixed\"]},\"T4i8gYfiL\":{\"layout\":[\"fixed\",\"fixed\"]},\"wwpQFBrJW\":{\"layout\":[\"fixed\",\"fixed\"]},\"w0eC6a3AX\":{\"layout\":[\"fixed\",\"fixed\"]},\"hNCnBGFbO\":{\"layout\":[\"fixed\",\"fixed\"]},\"bP3piZEW9\":{\"layout\":[\"fixed\",\"fixed\"]},\"o2ZZVwIly\":{\"layout\":[\"fixed\",\"fixed\"]},\"hwZ95HIaf\":{\"layout\":[\"fixed\",\"fixed\"]},\"Cz6R5dTum\":{\"layout\":[\"fixed\",\"fixed\"]},\"CPePIxTEH\":{\"layout\":[\"fixed\",\"fixed\"]},\"Xk7IHOfkV\":{\"layout\":[\"fixed\",\"fixed\"]},\"YfKVO7Ocf\":{\"layout\":[\"fixed\",\"fixed\"]},\"tKdauWDgy\":{\"layout\":[\"fixed\",\"fixed\"]},\"RPsesESPa\":{\"layout\":[\"fixed\",\"fixed\"]},\"La6K3Gm6F\":{\"layout\":[\"fixed\",\"fixed\"]},\"dc0cVo7aU\":{\"layout\":[\"fixed\",\"fixed\"]},\"M_jibvONX\":{\"layout\":[\"fixed\",\"fixed\"]},\"lqL4Y8Zvv\":{\"layout\":[\"fixed\",\"fixed\"]},\"xBadjazqA\":{\"layout\":[\"fixed\",\"fixed\"]},\"hLEicCe4f\":{\"layout\":[\"fixed\",\"fixed\"]},\"jwjUgBQzB\":{\"layout\":[\"fixed\",\"fixed\"]},\"jZVFAG52B\":{\"layout\":[\"fixed\",\"fixed\"]},\"D2aGaXsFx\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerMZReP5Smj=withCSS(Component,css,\"framer-mf5hJ\");export default FramerMZReP5Smj;FramerMZReP5Smj.displayName=\"Slider / Slider\";FramerMZReP5Smj.defaultProps={height:300,width:862};addPropertyControls(FramerMZReP5Smj,{variant:{options:[\"CtNXAYpgB\",\"zrrA9oCoZ\",\"aKXxOCnmy\",\"XHwPKZTHs\",\"T4i8gYfiL\",\"wwpQFBrJW\",\"w0eC6a3AX\",\"hNCnBGFbO\",\"bP3piZEW9\",\"o2ZZVwIly\",\"hwZ95HIaf\",\"Cz6R5dTum\",\"CPePIxTEH\",\"Xk7IHOfkV\",\"YfKVO7Ocf\",\"tKdauWDgy\",\"RPsesESPa\",\"La6K3Gm6F\",\"dc0cVo7aU\",\"M_jibvONX\",\"lqL4Y8Zvv\",\"xBadjazqA\",\"hLEicCe4f\",\"jwjUgBQzB\",\"jZVFAG52B\",\"D2aGaXsFx\"],optionTitles:[\"Slide One\",\"Slide One - Effect\",\"Slide Two\",\"Slide Two - Effect\",\"Slide Three\",\"Slide Three - Effect\",\"Slide Four\",\"Slide Reverse One\",\"Slide Reverse One - Effect\",\"Slide Reverse Two\",\"Slide Reverse Two - Effect\",\"Slide Reverse Three\",\"Slide Reverse Three - Effect\",\"Tablet / Slide One\",\"Tablet / Slide One - Effect\",\"Tablet / Slide Two\",\"Tablet / Slide Two - Effect\",\"Tablet / Slide Three\",\"Tablet / Slide Three - Effect\",\"Tablet / Slide Four\",\"Tablet / Slide Reverse One\",\"Tablet / Slide Reverse One - Effect\",\"Tablet / Slide Reverse Two\",\"Tablet / Slide Reverse Two - Effect\",\"Tablet / Slide Reverse Three\",\"Tablet / Slide Reverse Three - Effect\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerMZReP5Smj,[{explicitInter:true,fonts:[]},...CardTestimonialFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMZReP5Smj\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"300\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zrrA9oCoZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aKXxOCnmy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XHwPKZTHs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"T4i8gYfiL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wwpQFBrJW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"w0eC6a3AX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hNCnBGFbO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bP3piZEW9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"o2ZZVwIly\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hwZ95HIaf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Cz6R5dTum\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CPePIxTEH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Xk7IHOfkV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YfKVO7Ocf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tKdauWDgy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RPsesESPa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"La6K3Gm6F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dc0cVo7aU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"M_jibvONX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lqL4Y8Zvv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xBadjazqA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hLEicCe4f\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jwjUgBQzB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jZVFAG52B\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"D2aGaXsFx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"862\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MZReP5Smj.map", "// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import SliderSlider from\"https://framerusercontent.com/modules/SvHgqcwKG4Gpza1XoOdn/zrzPJ9rCLVvC2YPZHWv2/MZReP5Smj.js\";import ButtonArrow from\"https://framerusercontent.com/modules/yFOTtEvrUZPP35vCsATm/0aHFHdtIlc1y4EbI3CWS/ywnpbyL3Y.js\";const RichTextWithFX=withFX(RichText);const ButtonArrowFonts=getFonts(ButtonArrow);const MotionDivWithFX=withFX(motion.div);const SliderSliderFonts=getFonts(SliderSlider);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const cycleOrder=[\"rPQNldWrF\",\"sOZq4yVLv\",\"sO0wkyUkc\",\"XQGv9ZX4y\",\"sA_8GUYfo\",\"snAi9pzX6\",\"D8RNxiZ9v\",\"XDHEZYHn2\",\"JS1d1PwdL\",\"nuoF8NGww\",\"OMGfVCkom\",\"FJLmNjaH8\",\"GIdeynkW3\",\"A5Vg9H4zq\"];const serializationHash=\"framer-yZYhB\";const variantClassNames={A5Vg9H4zq:\"framer-v-1jdr673\",D8RNxiZ9v:\"framer-v-ih4i0v\",FJLmNjaH8:\"framer-v-sedas4\",GIdeynkW3:\"framer-v-ixhzwv\",JS1d1PwdL:\"framer-v-83es5b\",nuoF8NGww:\"framer-v-a38fr9\",OMGfVCkom:\"framer-v-uv3nu9\",rPQNldWrF:\"framer-v-h6625n\",sA_8GUYfo:\"framer-v-9hi5de\",snAi9pzX6:\"framer-v-16sttjh\",sO0wkyUkc:\"framer-v-1wh3axo\",sOZq4yVLv:\"framer-v-jtclqh\",XDHEZYHn2:\"framer-v-8twi0j\",XQGv9ZX4y:\"framer-v-178p0s8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition2={damping:40,delay:.2,mass:1.1,stiffness:150,type:\"spring\"};const transition3={damping:40,delay:.6,mass:1.1,stiffness:150,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};const transition4={bounce:.2,delay:0,duration:1,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:150,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Slider - Step Four\":\"XQGv9ZX4y\",\"Slider - Step One\":\"rPQNldWrF\",\"Slider - Step Three\":\"sO0wkyUkc\",\"Slider - Step Two\":\"sOZq4yVLv\",\"Slider Reverse - Step One\":\"sA_8GUYfo\",\"Slider Reverse - Step Three\":\"D8RNxiZ9v\",\"Slider Reverse - Step Two\":\"snAi9pzX6\",\"Tablet / Slider - Step Four\":\"OMGfVCkom\",\"Tablet / Slider - Step One\":\"XDHEZYHn2\",\"Tablet / Slider - Step Three\":\"nuoF8NGww\",\"Tablet / Slider - Step Two\":\"JS1d1PwdL\",\"Tablet / Slider Reverse - Step One\":\"FJLmNjaH8\",\"Tablet / Slider Reverse - Step Three\":\"A5Vg9H4zq\",\"Tablet / Slider Reverse - Step Two\":\"GIdeynkW3\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"rPQNldWrF\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"rPQNldWrF\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const q14F2Hgfr1owa6kl=activeVariantCallback(async(...args)=>{setVariant(\"sA_8GUYfo\");});const q14F2Hgfr114p8l1=activeVariantCallback(async(...args)=>{setVariant(\"snAi9pzX6\");});const q14F2Hgfrs8t7ts=activeVariantCallback(async(...args)=>{setVariant(\"D8RNxiZ9v\");});const q14F2Hgfr1d7t30q=activeVariantCallback(async(...args)=>{setVariant(\"sOZq4yVLv\");});const q14F2Hgfr33w87p=activeVariantCallback(async(...args)=>{setVariant(\"sO0wkyUkc\");});const q14F2Hgfr1fskadi=activeVariantCallback(async(...args)=>{setVariant(\"XQGv9ZX4y\");});const q14F2Hgfr1y9pffq=activeVariantCallback(async(...args)=>{setVariant(\"FJLmNjaH8\");});const q14F2Hgfr5kw5pn=activeVariantCallback(async(...args)=>{setVariant(\"GIdeynkW3\");});const q14F2Hgfr1do9ccn=activeVariantCallback(async(...args)=>{setVariant(\"A5Vg9H4zq\");});const q14F2Hgfr1bbm13f=activeVariantCallback(async(...args)=>{setVariant(\"JS1d1PwdL\");});const q14F2Hgfrtn1g8p=activeVariantCallback(async(...args)=>{setVariant(\"nuoF8NGww\");});const q14F2Hgfr18yjwgt=activeVariantCallback(async(...args)=>{setVariant(\"OMGfVCkom\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"XDHEZYHn2\",\"JS1d1PwdL\",\"nuoF8NGww\",\"OMGfVCkom\",\"FJLmNjaH8\",\"GIdeynkW3\",\"A5Vg9H4zq\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"XDHEZYHn2\",\"JS1d1PwdL\",\"nuoF8NGww\",\"OMGfVCkom\",\"FJLmNjaH8\",\"GIdeynkW3\",\"A5Vg9H4zq\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-h6625n\",className,classNames),\"data-framer-name\":\"Slider - Step One\",layoutDependency:layoutDependency,layoutId:\"rPQNldWrF\",ref:refBinding,style:{...style},...addPropertyOverrides({A5Vg9H4zq:{\"data-framer-name\":\"Tablet / Slider Reverse - Step Three\"},D8RNxiZ9v:{\"data-framer-name\":\"Slider Reverse - Step Three\"},FJLmNjaH8:{\"data-framer-name\":\"Tablet / Slider Reverse - Step One\"},GIdeynkW3:{\"data-framer-name\":\"Tablet / Slider Reverse - Step Two\"},JS1d1PwdL:{\"data-framer-name\":\"Tablet / Slider - Step Two\"},nuoF8NGww:{\"data-framer-name\":\"Tablet / Slider - Step Three\"},OMGfVCkom:{\"data-framer-name\":\"Tablet / Slider - Step Four\"},sA_8GUYfo:{\"data-framer-name\":\"Slider Reverse - Step One\"},snAi9pzX6:{\"data-framer-name\":\"Slider Reverse - Step Two\"},sO0wkyUkc:{\"data-framer-name\":\"Slider - Step Three\"},sOZq4yVLv:{\"data-framer-name\":\"Slider - Step Two\"},XDHEZYHn2:{\"data-framer-name\":\"Tablet / Slider - Step One\"},XQGv9ZX4y:{\"data-framer-name\":\"Slider - Step Four\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-seolna\",\"data-framer-name\":\"Text Wrapper\",layoutDependency:layoutDependency,layoutId:\"PYM0yC3Mu\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-f97q80\",\"data-framer-name\":\"Text Block\",layoutDependency:layoutDependency,layoutId:\"dQSn2b2Jl\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nl34p4\",\"data-framer-name\":\"Title block\",layoutDependency:layoutDependency,layoutId:\"cuNTuB734\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6abadc8e-5cb9-43ff-8056-ae547fd8d0f0, rgb(27, 27, 30)))\",\"--framer-text-transform\":\"capitalize\"},children:\"What Our\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-6abadc8e-5cb9-43ff-8056-ae547fd8d0f0, rgb(27, 27, 30)))\",\"--framer-text-transform\":\"capitalize\"},children:\"Customers Say\"})]}),className:\"framer-acams3\",\"data-framer-name\":\"Title\",fonts:[\"GF;Jomolhari-regular\"],layoutDependency:layoutDependency,layoutId:\"yMgoGXjhY\",style:{\"--extracted-2gxw0f\":\"var(--token-6abadc8e-5cb9-43ff-8056-ae547fd8d0f0, rgb(27, 27, 30))\",\"--extracted-r6o4lv\":\"var(--token-6abadc8e-5cb9-43ff-8056-ae547fd8d0f0, rgb(27, 27, 30))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-4gp2oe\",\"data-framer-name\":\"Button Wrap\",layoutDependency:layoutDependency,layoutId:\"J0HC4hzSX\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||300)-0-576)/2)+0+520+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-143a0fe-container\",layoutDependency:layoutDependency,layoutId:\"nN9anDBBB-container\",nodeId:\"nN9anDBBB\",rendersWithMotion:true,scopeId:\"ArQP35ffp\",children:/*#__PURE__*/_jsx(ButtonArrow,{height:\"100%\",id:\"nN9anDBBB\",layoutId:\"nN9anDBBB\",style:{height:\"100%\",width:\"100%\"},variant:\"c_Ms7Bzr7\",width:\"100%\",...addPropertyOverrides({D8RNxiZ9v:{q14F2Hgfr:q14F2Hgfr114p8l1,variant:\"IT95DWFgk\"},snAi9pzX6:{q14F2Hgfr:q14F2Hgfr1owa6kl,variant:\"IT95DWFgk\"},sO0wkyUkc:{q14F2Hgfr:q14F2Hgfr114p8l1,variant:\"IT95DWFgk\"},sOZq4yVLv:{q14F2Hgfr:q14F2Hgfr1owa6kl,variant:\"IT95DWFgk\"},XQGv9ZX4y:{q14F2Hgfr:q14F2Hgfrs8t7ts,variant:\"IT95DWFgk\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||300)-0-576)/2)+0+520+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1q3zbu6-container\",layoutDependency:layoutDependency,layoutId:\"epIdawMbj-container\",nodeId:\"epIdawMbj\",rendersWithMotion:true,scopeId:\"ArQP35ffp\",children:/*#__PURE__*/_jsx(ButtonArrow,{height:\"100%\",id:\"epIdawMbj\",layoutId:\"epIdawMbj\",q14F2Hgfr:q14F2Hgfr1d7t30q,style:{height:\"100%\",width:\"100%\"},variant:\"eRrb4ui3G\",width:\"100%\",...addPropertyOverrides({D8RNxiZ9v:{q14F2Hgfr:q14F2Hgfr1fskadi},snAi9pzX6:{q14F2Hgfr:q14F2Hgfr33w87p},sO0wkyUkc:{q14F2Hgfr:q14F2Hgfr1fskadi},sOZq4yVLv:{q14F2Hgfr:q14F2Hgfr33w87p},XQGv9ZX4y:{q14F2Hgfr:undefined,variant:\"bQlYLIPe3\"}},baseVariant,gestureVariant)})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:`calc(${componentViewport?.width||\"100vw\"} * 0.7368)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||300)-0-300)/2),...addPropertyOverrides({A5Vg9H4zq:{height:332,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||536)-0-920)/2+480+26)},FJLmNjaH8:{height:332,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||536)-0-920)/2+480+26)},GIdeynkW3:{height:332,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||536)-0-920)/2+480+26)},JS1d1PwdL:{height:332,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||536)-0-920)/2+480+26)},nuoF8NGww:{height:332,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||536)-0-920)/2+480+26)},OMGfVCkom:{height:332,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||536)-0-920)/2+480+26)},XDHEZYHn2:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||629)-0-888)/2+480+26)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1suiaia-container\",layoutDependency:layoutDependency,layoutId:\"c_EOKvV77-container\",nodeId:\"c_EOKvV77\",rendersWithMotion:true,scopeId:\"ArQP35ffp\",children:/*#__PURE__*/_jsx(SliderSlider,{height:\"100%\",id:\"c_EOKvV77\",layoutId:\"c_EOKvV77\",style:{width:\"100%\"},variant:\"CtNXAYpgB\",width:\"100%\",...addPropertyOverrides({A5Vg9H4zq:{style:{height:\"100%\",width:\"100%\"},variant:\"D2aGaXsFx\"},D8RNxiZ9v:{variant:\"CPePIxTEH\"},FJLmNjaH8:{style:{height:\"100%\",width:\"100%\"},variant:\"xBadjazqA\"},GIdeynkW3:{style:{height:\"100%\",width:\"100%\"},variant:\"jwjUgBQzB\"},JS1d1PwdL:{style:{height:\"100%\",width:\"100%\"},variant:\"YfKVO7Ocf\"},nuoF8NGww:{style:{height:\"100%\",width:\"100%\"},variant:\"RPsesESPa\"},OMGfVCkom:{style:{height:\"100%\",width:\"100%\"},variant:\"dc0cVo7aU\"},sA_8GUYfo:{variant:\"bP3piZEW9\"},snAi9pzX6:{variant:\"hwZ95HIaf\"},sO0wkyUkc:{variant:\"XHwPKZTHs\"},sOZq4yVLv:{variant:\"zrrA9oCoZ\"},XDHEZYHn2:{variant:\"Xk7IHOfkV\"},XQGv9ZX4y:{variant:\"wwpQFBrJW\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1cvx14x\",\"data-framer-name\":\"Button Wrap\",layoutDependency:layoutDependency,layoutId:\"uiveeHfBF\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",...addPropertyOverrides({A5Vg9H4zq:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||536)-0-920)/2+812+52)+0},FJLmNjaH8:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||536)-0-920)/2+812+52)+0},GIdeynkW3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||536)-0-920)/2+812+52)+0},JS1d1PwdL:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||536)-0-920)/2+812+52)+0},nuoF8NGww:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||536)-0-920)/2+812+52)+0},OMGfVCkom:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||536)-0-920)/2+812+52)+0},XDHEZYHn2:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||629)-0-888)/2+780+52)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-eokn0u-container\",layoutDependency:layoutDependency,layoutId:\"ld6bxVmuY-container\",nodeId:\"ld6bxVmuY\",rendersWithMotion:true,scopeId:\"ArQP35ffp\",children:/*#__PURE__*/_jsx(ButtonArrow,{height:\"100%\",id:\"ld6bxVmuY\",layoutId:\"ld6bxVmuY\",style:{height:\"100%\",width:\"100%\"},variant:\"IT95DWFgk\",width:\"100%\",...addPropertyOverrides({A5Vg9H4zq:{q14F2Hgfr:q14F2Hgfr5kw5pn},GIdeynkW3:{q14F2Hgfr:q14F2Hgfr1y9pffq},JS1d1PwdL:{q14F2Hgfr:q14F2Hgfr1y9pffq},nuoF8NGww:{q14F2Hgfr:q14F2Hgfr5kw5pn},OMGfVCkom:{q14F2Hgfr:q14F2Hgfr1do9ccn}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",...addPropertyOverrides({A5Vg9H4zq:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||536)-0-920)/2+812+52)+0},FJLmNjaH8:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||536)-0-920)/2+812+52)+0},GIdeynkW3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||536)-0-920)/2+812+52)+0},JS1d1PwdL:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||536)-0-920)/2+812+52)+0},nuoF8NGww:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||536)-0-920)/2+812+52)+0},OMGfVCkom:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||536)-0-920)/2+812+52)+0},XDHEZYHn2:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||629)-0-888)/2+780+52)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xd8x4x-container\",layoutDependency:layoutDependency,layoutId:\"aBlg2sCUE-container\",nodeId:\"aBlg2sCUE\",rendersWithMotion:true,scopeId:\"ArQP35ffp\",children:/*#__PURE__*/_jsx(ButtonArrow,{height:\"100%\",id:\"aBlg2sCUE\",layoutId:\"aBlg2sCUE\",q14F2Hgfr:q14F2Hgfr1bbm13f,style:{height:\"100%\",width:\"100%\"},variant:\"IT95DWFgk\",width:\"100%\",...addPropertyOverrides({A5Vg9H4zq:{q14F2Hgfr:q14F2Hgfr18yjwgt,variant:\"eRrb4ui3G\"},FJLmNjaH8:{variant:\"eRrb4ui3G\"},GIdeynkW3:{q14F2Hgfr:q14F2Hgfrtn1g8p,variant:\"eRrb4ui3G\"},JS1d1PwdL:{q14F2Hgfr:q14F2Hgfrtn1g8p,variant:\"eRrb4ui3G\"},nuoF8NGww:{q14F2Hgfr:q14F2Hgfr18yjwgt,variant:\"eRrb4ui3G\"},OMGfVCkom:{q14F2Hgfr:undefined},XDHEZYHn2:{variant:\"eRrb4ui3G\"}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yZYhB.framer-oldowc, .framer-yZYhB .framer-oldowc { display: block; }\",\".framer-yZYhB.framer-h6625n { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1170px; }\",\".framer-yZYhB .framer-seolna { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 549px; overflow: visible; padding: 0px; position: relative; width: 30%; }\",\".framer-yZYhB .framer-f97q80 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-yZYhB .framer-1nl34p4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-yZYhB .framer-acams3 { flex: none; height: auto; max-width: 420px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-yZYhB .framer-4gp2oe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-yZYhB .framer-143a0fe-container, .framer-yZYhB .framer-1q3zbu6-container, .framer-yZYhB .framer-eokn0u-container, .framer-yZYhB .framer-1xd8x4x-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 56px); position: relative; width: 56px; }\",\".framer-yZYhB .framer-1suiaia-container { flex: none; height: auto; position: relative; width: 74%; }\",\".framer-yZYhB .framer-1cvx14x { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-yZYhB.framer-v-8twi0j.framer-h6625n, .framer-yZYhB.framer-v-83es5b.framer-h6625n, .framer-yZYhB.framer-v-a38fr9.framer-h6625n, .framer-yZYhB.framer-v-uv3nu9.framer-h6625n, .framer-yZYhB.framer-v-sedas4.framer-h6625n, .framer-yZYhB.framer-v-ixhzwv.framer-h6625n, .framer-yZYhB.framer-v-1jdr673.framer-h6625n { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 26px; justify-content: center; width: 800px; }\",\".framer-yZYhB.framer-v-8twi0j .framer-seolna, .framer-yZYhB.framer-v-83es5b .framer-seolna, .framer-yZYhB.framer-v-a38fr9 .framer-seolna, .framer-yZYhB.framer-v-uv3nu9 .framer-seolna, .framer-yZYhB.framer-v-sedas4 .framer-seolna, .framer-yZYhB.framer-v-ixhzwv .framer-seolna, .framer-yZYhB.framer-v-1jdr673 .framer-seolna { max-width: 613px; width: 100%; }\",\".framer-yZYhB.framer-v-8twi0j .framer-1suiaia-container { width: 100%; }\",\".framer-yZYhB.framer-v-8twi0j .framer-1cvx14x, .framer-yZYhB.framer-v-83es5b .framer-1cvx14x, .framer-yZYhB.framer-v-a38fr9 .framer-1cvx14x, .framer-yZYhB.framer-v-uv3nu9 .framer-1cvx14x, .framer-yZYhB.framer-v-sedas4 .framer-1cvx14x, .framer-yZYhB.framer-v-ixhzwv .framer-1cvx14x, .framer-yZYhB.framer-v-1jdr673 .framer-1cvx14x { flex: none; width: 100%; }\",\".framer-yZYhB.framer-v-83es5b .framer-1suiaia-container, .framer-yZYhB.framer-v-a38fr9 .framer-1suiaia-container, .framer-yZYhB.framer-v-uv3nu9 .framer-1suiaia-container, .framer-yZYhB.framer-v-sedas4 .framer-1suiaia-container, .framer-yZYhB.framer-v-ixhzwv .framer-1suiaia-container, .framer-yZYhB.framer-v-1jdr673 .framer-1suiaia-container { height: 332px; width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 300\n * @framerIntrinsicWidth 1170\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"sOZq4yVLv\":{\"layout\":[\"fixed\",\"auto\"]},\"sO0wkyUkc\":{\"layout\":[\"fixed\",\"auto\"]},\"XQGv9ZX4y\":{\"layout\":[\"fixed\",\"auto\"]},\"sA_8GUYfo\":{\"layout\":[\"fixed\",\"auto\"]},\"snAi9pzX6\":{\"layout\":[\"fixed\",\"auto\"]},\"D8RNxiZ9v\":{\"layout\":[\"fixed\",\"auto\"]},\"XDHEZYHn2\":{\"layout\":[\"fixed\",\"auto\"]},\"JS1d1PwdL\":{\"layout\":[\"fixed\",\"auto\"]},\"nuoF8NGww\":{\"layout\":[\"fixed\",\"auto\"]},\"OMGfVCkom\":{\"layout\":[\"fixed\",\"auto\"]},\"FJLmNjaH8\":{\"layout\":[\"fixed\",\"auto\"]},\"GIdeynkW3\":{\"layout\":[\"fixed\",\"auto\"]},\"A5Vg9H4zq\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerArQP35ffp=withCSS(Component,css,\"framer-yZYhB\");export default FramerArQP35ffp;FramerArQP35ffp.displayName=\"Slider / Testimonial Block\";FramerArQP35ffp.defaultProps={height:300,width:1170};addPropertyControls(FramerArQP35ffp,{variant:{options:[\"rPQNldWrF\",\"sOZq4yVLv\",\"sO0wkyUkc\",\"XQGv9ZX4y\",\"sA_8GUYfo\",\"snAi9pzX6\",\"D8RNxiZ9v\",\"XDHEZYHn2\",\"JS1d1PwdL\",\"nuoF8NGww\",\"OMGfVCkom\",\"FJLmNjaH8\",\"GIdeynkW3\",\"A5Vg9H4zq\"],optionTitles:[\"Slider - Step One\",\"Slider - Step Two\",\"Slider - Step Three\",\"Slider - Step Four\",\"Slider Reverse - Step One\",\"Slider Reverse - Step Two\",\"Slider Reverse - Step Three\",\"Tablet / Slider - Step One\",\"Tablet / Slider - Step Two\",\"Tablet / Slider - Step Three\",\"Tablet / Slider - Step Four\",\"Tablet / Slider Reverse - Step One\",\"Tablet / Slider Reverse - Step Two\",\"Tablet / Slider Reverse - Step Three\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerArQP35ffp,[{explicitInter:true,fonts:[{family:\"Jomolhari\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/jomolhari/v19/EvONzA1M1Iw_CBd2hsQCElIZKq5INg.woff2\",weight:\"400\"}]},...ButtonArrowFonts,...SliderSliderFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerArQP35ffp\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sOZq4yVLv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sO0wkyUkc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XQGv9ZX4y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sA_8GUYfo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"snAi9pzX6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"D8RNxiZ9v\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XDHEZYHn2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JS1d1PwdL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nuoF8NGww\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OMGfVCkom\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FJLmNjaH8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GIdeynkW3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"A5Vg9H4zq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1170\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"300\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f7ce5cf)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-wcKin\";const variantClassNames={EF91RGkvS:\"framer-v-t3jbbp\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"EF91RGkvS\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:160,pixelWidth:148,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/udKA3xjt0TpF62CsIhN2RmIEE8.png\"},className:cx(scopingClassNames,\"framer-t3jbbp\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"EF91RGkvS\",ref:refBinding,style:{...style}})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wcKin.framer-11zw1t9, .framer-wcKin .framer-11zw1t9 { display: block; }\",\".framer-wcKin.framer-t3jbbp { height: 40px; position: relative; width: 37px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 37\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerB2jemcwvO=withCSS(Component,css,\"framer-wcKin\");export default FramerB2jemcwvO;FramerB2jemcwvO.displayName=\"Logo 1\";FramerB2jemcwvO.defaultProps={height:40,width:37};addFonts(FramerB2jemcwvO,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerB2jemcwvO\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"37\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"40\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./B2jemcwvO.map", "// Generated by Framer (f7ce5cf)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-mRcax\";const variantClassNames={Zfp7fEtSJ:\"framer-v-kqt61o\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"Zfp7fEtSJ\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:160,pixelWidth:160,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/9CRBtUrT82fPMHO1W22LA81C6M.png\"},className:cx(scopingClassNames,\"framer-kqt61o\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Zfp7fEtSJ\",ref:refBinding,style:{...style}})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mRcax.framer-k9ghyc, .framer-mRcax .framer-k9ghyc { display: block; }\",\".framer-mRcax.framer-kqt61o { height: 40px; position: relative; width: 40px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerJKHx1NSk8=withCSS(Component,css,\"framer-mRcax\");export default FramerJKHx1NSk8;FramerJKHx1NSk8.displayName=\"Logo 2\";FramerJKHx1NSk8.defaultProps={height:40,width:40};addFonts(FramerJKHx1NSk8,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJKHx1NSk8\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"40\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"40\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./JKHx1NSk8.map", "// Generated by Framer (bc39543)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-x9pJE\";const variantClassNames={RqLHZweUJ:\"framer-v-gjl53t\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"RqLHZweUJ\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:160,pixelWidth:470,src:\"https://framerusercontent.com/images/bxJDeIVcAggwJh9B3nyaGTLzw.png\"},className:cx(scopingClassNames,\"framer-gjl53t\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"RqLHZweUJ\",ref:refBinding,style:{...style}})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-x9pJE.framer-1cnrshm, .framer-x9pJE .framer-1cnrshm { display: block; }\",\".framer-x9pJE.framer-gjl53t { height: 40px; position: relative; width: 138px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 138\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerSZyapXrPv=withCSS(Component,css,\"framer-x9pJE\");export default FramerSZyapXrPv;FramerSZyapXrPv.displayName=\"Logo 4\";FramerSZyapXrPv.defaultProps={height:40,width:138};addFonts(FramerSZyapXrPv,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSZyapXrPv\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"40\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"138\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SZyapXrPv.map", "// Generated by Framer (d65f646)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-IfIaG .framer-styles-preset-1l3ufte:not(.rich-text-wrapper), .framer-IfIaG .framer-styles-preset-1l3ufte.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #0088ff; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-284ca8ab-dcab-4004-ba76-c56acd95c156, #b02030); --framer-link-text-decoration: none; }\"];export const className=\"framer-IfIaG\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/vpVzTPzeztCFk0WTFP8D/6phFLJcGP6TPnGobsRxO/GCaO7bNOY.js\";const MotionDivWithFX=withFX(motion.div);const serializationHash=\"framer-3iius\";const variantClassNames={GdpJ4S_mL:\"framer-v-oy5tmp\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const transition1={bounce:.2,delay:0,duration:1,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:150};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,link,text,width,...props})=>{return{...props,mj68nOTbc:link??props.mj68nOTbc,Y1KkWzsnr:text??props.Y1KkWzsnr??\"Check Out Our Solutions\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,Y1KkWzsnr,mj68nOTbc,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"GdpJ4S_mL\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-oy5tmp\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"GdpJ4S_mL\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(176, 32, 48)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(245, 245, 245)\",borderBottomLeftRadius:80,borderBottomRightRadius:80,borderTopLeftRadius:80,borderTopRightRadius:80,...style},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(176, 32, 48))\"},children:/*#__PURE__*/_jsx(Link,{href:mj68nOTbc,motionChild:true,nodeId:\"I174:35;162:151\",openInNewTab:false,scopeId:\"VfA59b_mn\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1l3ufte\",\"data-styles-preset\":\"GCaO7bNOY\",children:\"Check Out Our Solutions\"})})})}),className:\"framer-vqty6r\",\"data-framer-name\":\"Button\",fonts:[\"GF;Open Sans-500\"],layoutDependency:layoutDependency,layoutId:\"I174:35;162:151\",style:{\"--extracted-r6o4lv\":\"rgb(176, 32, 48)\",\"--framer-paragraph-spacing\":\"0px\"},text:Y1KkWzsnr,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-13uz2nu\",\"data-framer-name\":\"Frame 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:29,intrinsicWidth:28,layoutDependency:layoutDependency,layoutId:\"I174:35;162:152\",svg:'<svg width=\"28\" height=\"29\" viewBox=\"0 0 28 29\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.5\" y=\"1.47729\" width=\"26.0454\" height=\"26.0454\" rx=\"13.0227\" fill=\"#E7A41F\"/>\\n<rect x=\"0.5\" y=\"1.47729\" width=\"26.0454\" height=\"26.0454\" rx=\"13.0227\" stroke=\"#E7A41F\"/>\\n<path d=\"M19.5454 8.97734C19.5454 8.7012 19.3215 8.47734 19.0454 8.47734L14.5454 8.47734C14.2692 8.47734 14.0454 8.7012 14.0454 8.97734C14.0454 9.25349 14.2692 9.47734 14.5454 9.47734L18.5454 9.47734L18.5454 13.4773C18.5454 13.7535 18.7692 13.9773 19.0454 13.9773C19.3215 13.9773 19.5454 13.7535 19.5454 13.4773L19.5454 8.97734ZM8.35355 20.3763L19.3989 9.3309L18.6918 8.62379L7.64645 19.6692L8.35355 20.3763Z\" fill=\"#F5F5F5\"/>\\n</svg>\\n',withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3iius.framer-icho7f, .framer-3iius .framer-icho7f { display: block; }\",\".framer-3iius.framer-oy5tmp { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 32px 12px 32px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-3iius .framer-vqty6r { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-3iius .framer-13uz2nu { flex: none; height: 29px; position: relative; width: 28px; }\",...sharedStyle.css,'.framer-3iius[data-border=\"true\"]::after, .framer-3iius [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 53\n * @framerIntrinsicWidth 288\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Y1KkWzsnr\":\"text\",\"mj68nOTbc\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerVfA59b_mn=withCSS(Component,css,\"framer-3iius\");export default FramerVfA59b_mn;FramerVfA59b_mn.displayName=\"Button\";FramerVfA59b_mn.defaultProps={height:53,width:288};addPropertyControls(FramerVfA59b_mn,{Y1KkWzsnr:{defaultValue:\"Check Out Our Solutions\",displayTextArea:false,title:\"Text\",type:ControlType.String},mj68nOTbc:{title:\"Link\",type:ControlType.Link}});addFonts(FramerVfA59b_mn,[{explicitInter:true,fonts:[{family:\"Open Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4iY1M2xLER.woff2\",weight:\"500\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVfA59b_mn\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"53\",\"framerIntrinsicWidth\":\"288\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"Y1KkWzsnr\\\":\\\"text\\\",\\\"mj68nOTbc\\\":\\\"link\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (bc39543)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={OoY8kTvto:{hover:true}};const serializationHash=\"framer-4gnbA\";const variantClassNames={OoY8kTvto:\"framer-v-k7puj\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,text,width,...props})=>{return{...props,YZumv1zMk:text??props.YZumv1zMk??\"tag text\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,YZumv1zMk,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"OoY8kTvto\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"OoY8kTvto-hover\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-k7puj\",className,classNames),\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"OoY8kTvto\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:240,borderBottomRightRadius:240,borderTopLeftRadius:240,borderTopRightRadius:240,boxShadow:\"1px 1px 2px 1px rgba(0, 0, 0, 0.1), inset 0px 2px 0px 0px rgba(184, 180, 180, 0.08)\",...style},...addPropertyOverrides({\"OoY8kTvto-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1shhtf4\",layoutDependency:layoutDependency,layoutId:\"xj37Of0l0\",children:isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 142, 126))\"},children:\"Alesco AI\"})}),className:\"framer-14i87id\",fonts:[\"GF;Open Sans-600\"],layoutDependency:layoutDependency,layoutId:\"ZAcfSHxKS\",style:{\"--extracted-r6o4lv\":\"rgb(62, 142, 126)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nuvf81\",layoutDependency:layoutDependency,layoutId:\"Eb8Ij5YAy\",style:{backgroundColor:\"rgb(231, 164, 31)\",borderBottomLeftRadius:240,borderBottomRightRadius:240,borderTopLeftRadius:240,borderTopRightRadius:240},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7a7ce709-7970-4e23-97d8-1ae0355d02f0, rgb(255, 255, 255)))\"},children:\"tag text\"})}),className:\"framer-qhf7b6\",fonts:[\"GF;Open Sans-500\"],layoutDependency:layoutDependency,layoutId:\"EeqvCYNIO\",style:{\"--extracted-r6o4lv\":\"var(--token-7a7ce709-7970-4e23-97d8-1ae0355d02f0, rgb(255, 255, 255))\"},text:YZumv1zMk,verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4gnbA.framer-vwnzis, .framer-4gnbA .framer-vwnzis { display: block; }\",\".framer-4gnbA.framer-k7puj { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-4gnbA .framer-1shhtf4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 19px; min-width: 71px; overflow: visible; padding: 0px 16px 0px 16px; position: relative; width: min-content; }\",\".framer-4gnbA .framer-14i87id { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-4gnbA .framer-1nuvf81 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 6px 24px 6px 24px; position: relative; width: min-content; }\",\".framer-4gnbA .framer-qhf7b6 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4gnbA.framer-k7puj, .framer-4gnbA .framer-1shhtf4, .framer-4gnbA .framer-1nuvf81 { gap: 0px; } .framer-4gnbA.framer-k7puj > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-4gnbA.framer-k7puj > :first-child, .framer-4gnbA .framer-1shhtf4 > :first-child, .framer-4gnbA .framer-1nuvf81 > :first-child { margin-left: 0px; } .framer-4gnbA.framer-k7puj > :last-child, .framer-4gnbA .framer-1shhtf4 > :last-child, .framer-4gnbA .framer-1nuvf81 > :last-child { margin-right: 0px; } .framer-4gnbA .framer-1shhtf4 > *, .framer-4gnbA .framer-1nuvf81 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-4gnbA.framer-v-k7puj.hover.framer-k7puj { padding: 0px 16px 0px 0px; }\",\".framer-4gnbA.framer-v-k7puj.hover .framer-1shhtf4 { min-height: unset; min-width: unset; order: 1; }\",\".framer-4gnbA.framer-v-k7puj.hover .framer-1nuvf81 { order: 0; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 39\n * @framerIntrinsicWidth 100\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"k6gBmMgOw\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"YZumv1zMk\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerXukRzaK9o=withCSS(Component,css,\"framer-4gnbA\");export default FramerXukRzaK9o;FramerXukRzaK9o.displayName=\"heading Badge\";FramerXukRzaK9o.defaultProps={height:39,width:100};addPropertyControls(FramerXukRzaK9o,{YZumv1zMk:{defaultValue:\"tag text\",displayTextArea:false,title:\"Text\",type:ControlType.String}});addFonts(FramerXukRzaK9o,[{explicitInter:true,fonts:[{family:\"Open Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4iY1M2xLER.woff2\",weight:\"600\"},{family:\"Open Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4iY1M2xLER.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXukRzaK9o\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"YZumv1zMk\\\":\\\"text\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"k6gBmMgOw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"39\",\"framerIntrinsicWidth\":\"100\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XukRzaK9o.map", "// Generated by Framer (f7ce5cf)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-1UDU9\";const variantClassNames={KkJQ5yxDy:\"framer-v-1pffxlh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"KkJQ5yxDy\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:160,pixelWidth:288,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/gf3dgQqhFHu5q7Ma6EIxQjLFfkk.png\"},className:cx(scopingClassNames,\"framer-1pffxlh\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"KkJQ5yxDy\",ref:refBinding,style:{...style}})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1UDU9.framer-1torhob, .framer-1UDU9 .framer-1torhob { display: block; }\",\".framer-1UDU9.framer-1pffxlh { height: 40px; position: relative; width: 72px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 72\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerxXgpxxYv3=withCSS(Component,css,\"framer-1UDU9\");export default FramerxXgpxxYv3;FramerxXgpxxYv3.displayName=\"Logo 3\";FramerxXgpxxYv3.defaultProps={height:40,width:72};addFonts(FramerxXgpxxYv3,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxXgpxxYv3\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"40\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"72\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xXgpxxYv3.map", "// Generated by Framer (6aa4fc0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/RLUeKLNmERbgkhrJQwKX/Ticker.js\";import SliderTestimonialBlock from\"#framer/local/canvasComponent/ArQP35ffp/ArQP35ffp.js\";import Logo1 from\"#framer/local/canvasComponent/B2jemcwvO/B2jemcwvO.js\";import Logo2 from\"#framer/local/canvasComponent/JKHx1NSk8/JKHx1NSk8.js\";import Logo4 from\"#framer/local/canvasComponent/SZyapXrPv/SZyapXrPv.js\";import Button from\"#framer/local/canvasComponent/VfA59b_mn/VfA59b_mn.js\";import PrimaryButton from\"#framer/local/canvasComponent/X6412QNGh/X6412QNGh.js\";import HeadingBadge from\"#framer/local/canvasComponent/XukRzaK9o/XukRzaK9o.js\";import Logo3 from\"#framer/local/canvasComponent/xXgpxxYv3/xXgpxxYv3.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const HeadingBadgeFonts=getFonts(HeadingBadge);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const PrimaryButtonFonts=getFonts(PrimaryButton);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const Logo1Fonts=getFonts(Logo1);const Logo2Fonts=getFonts(Logo2);const Logo3Fonts=getFonts(Logo3);const Logo4Fonts=getFonts(Logo4);const TickerFonts=getFonts(Ticker);const MotionDivWithFX=withFX(motion.div);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const RichTextWithFX=withFX(RichText);const ButtonFonts=getFonts(Button);const ImageWithFX=withFX(Image);const SliderTestimonialBlockFonts=getFonts(SliderTestimonialBlock);const breakpoints={NhaGfUzev:\"(max-width: 809px)\",W2cCWas40:\"(min-width: 810px) and (max-width: 1279px)\",WQLkyLRf1:\"(min-width: 1280px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-TV5BU\";const variantClassNames={NhaGfUzev:\"framer-v-e5mtn7\",W2cCWas40:\"framer-v-1pvwslk\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={bounce:.2,delay:.5,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={bounce:.2,delay:0,duration:2,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={bounce:.2,delay:.5,duration:3,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={bounce:.2,delay:1,duration:4,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:15};const transition5={bounce:.2,delay:1.5,duration:1.5,type:\"spring\"};const transition6={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const animation7={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition7={damping:40,delay:.4,mass:.6,stiffness:200,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const animation9={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:60};const animation10={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-60,y:0};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const transition8={bounce:.2,delay:0,duration:1,type:\"spring\"};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:150};const animation13={opacity:1,rotate:0,rotateX:0,rotateY:-180,scale:1,skewX:0,skewY:0,x:0,y:0};const animation14={opacity:1,rotate:0,rotateX:0,rotateY:-180,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:100};const animation16={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:100};const animation17={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:20};const transition9={damping:58,delay:0,mass:1,stiffness:425,type:\"spring\"};const transition10={bounce:.2,delay:.5,duration:1,type:\"spring\"};const animation18={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,x:0,y:150};const animation19={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};const animation20={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:150,y:0};const animation21={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const animation22={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transition:transition8,x:0,y:0};const animation23={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation24={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate3=(_,t)=>`translate(-50%, -50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"NhaGfUzev\",Tablet:\"W2cCWas40\"};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=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"wEugrIJtU\");const ref1=React.useRef(null);const router=useRouter();const elementId1=useRouteElementId(\"Qo5fwSAwG\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"NeHoquP7C\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"i4NAugjqD\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"c8lUC5lkP\");const ref5=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"NhaGfUzev\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"NhaGfUzev\")return true;return false;};const elementId5=useRouteElementId(\"MLwwlGOie\");const ref6=React.useRef(null);const elementId6=useRouteElementId(\"T1C6KgmUE\");const ref7=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: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tg5w2a\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tarf97\",\"data-framer-name\":\"Hero Section\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nxty2s\",\"data-framer-name\":\"Rectangle 2\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Background shadow\",fit:\"fill\",intrinsicHeight:2048,intrinsicWidth:1751,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+0+-6),pixelHeight:2048,pixelWidth:1751,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/CC0JINKmEAhG7PuLwqAk8MhTQw.webp\",srcSet:\"https://framerusercontent.com/images/CC0JINKmEAhG7PuLwqAk8MhTQw.webp?scale-down-to=1024 875w,https://framerusercontent.com/images/CC0JINKmEAhG7PuLwqAk8MhTQw.webp 1751w\"},className:\"framer-e5lm0g\",\"data-framer-name\":\"bg img\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tmwzvp\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xpgz7t\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rf3igp\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8t6093\",\"data-framer-name\":\"Frame 5\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x6lvy4\",\"data-framer-name\":\"Frame 7\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{y:(componentViewport?.y||0)+0+0+96+0+278.4989+0+-247+0+0+0+0+0+0+0+0},W2cCWas40:{y:(componentViewport?.y||0)+0+0+96+0+1109-814.5+0+-347+0+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+0+0+96+0+75+38+0+0+0+-133+0+0+0+0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-15rs65j-container\",\"data-framer-appear-id\":\"15rs65j\",initial:animation1,nodeId:\"GDgj5KetN\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HeadingBadge,{height:\"100%\",id:\"GDgj5KetN\",layoutId:\"GDgj5KetN\",width:\"100%\",YZumv1zMk:\"New Product\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(176, 32, 48)\"},children:\"Automate\"}),\" Your Business in 90 Days\"]})})},W2cCWas40:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"64px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(176, 32, 48)\"},children:\"Automate\"}),\" Your Business in 90 Days\"]})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"64px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(176, 32, 48)\"},children:\"Automate\"}),\" Your Business in 90 Days\"]})}),className:\"framer-1wnpp9j\",\"data-framer-appear-id\":\"1wnpp9j\",\"data-framer-name\":\"Automate Your Business in 90 Days\",fonts:[\"GF;Jomolhari-regular\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(99, 99, 99)\"},children:\"Replace spreadsheets, endless data entry, and disconnected apps with integrated software and AI that ends errors and doubles profits.\"})})},W2cCWas40:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(99, 99, 99)\"},children:\"Replace spreadsheets, endless data entry, and disconnected apps with integrated software and AI that ends errors and doubles profits.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation3,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(99, 99, 99)\"},children:\"Replace spreadsheets, endless data entry, and disconnected apps with integrated software and AI that ends errors and doubles profits.\"})}),className:\"framer-ly5uba\",\"data-framer-appear-id\":\"ly5uba\",\"data-framer-name\":\"Replace spreadsheets, endless data entry, and disconnected apps with integrated software and AI that ends errors and doubles profits.\",fonts:[\"GF;Open Sans-regular\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation4,className:\"framer-bna1mc\",\"data-framer-appear-id\":\"bna1mc\",\"data-framer-name\":\"Frame 4\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"bIPQA0GpZ\"},implicitPathVariables:undefined},{href:{webPageId:\"bIPQA0GpZ\"},implicitPathVariables:undefined},{href:{webPageId:\"bIPQA0GpZ\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{y:(componentViewport?.y||0)+0+0+96+0+278.4989+0+-247+0+0+0+423+0+0},W2cCWas40:{y:(componentViewport?.y||0)+0+0+96+0+1109-814.5+0+-347+0+0+0+543+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:(componentViewport?.y||0)+0+0+96+0+75+38+0+0+0+410+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pd5mcu-container\",nodeId:\"u8gLjjs0c\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{shi0b_Mbg:resolvedLinks[2]},W2cCWas40:{shi0b_Mbg:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",id:\"u8gLjjs0c\",layoutId:\"u8gLjjs0c\",rap7aXKU8:\"Get Your Process Audit\",shi0b_Mbg:resolvedLinks[0],variant:\"wMW2LwJ_4\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nxl_ci3xi\"},implicitPathVariables:undefined},{href:{webPageId:\"nxl_ci3xi\"},implicitPathVariables:undefined},{href:{webPageId:\"nxl_ci3xi\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{y:(componentViewport?.y||0)+0+0+96+0+278.4989+0+-247+0+0+0+423+0+76},W2cCWas40:{y:(componentViewport?.y||0)+0+0+96+0+1109-814.5+0+-347+0+0+0+543+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:(componentViewport?.y||0)+0+0+96+0+75+38+0+0+0+410+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18o00il-container\",nodeId:\"a_FnbRGfX\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{shi0b_Mbg:resolvedLinks1[2]},W2cCWas40:{shi0b_Mbg:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",id:\"a_FnbRGfX\",layoutId:\"a_FnbRGfX\",rap7aXKU8:\"See How We Build It\",shi0b_Mbg:resolvedLinks1[0],variant:\"FmMpXMcXN\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-147wlhr\",\"data-framer-name\":\"Frame 53\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vf6srf\",\"data-framer-name\":\"Client\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f06f277f-2caf-4d4e-8b84-e6af656e932c, rgb(55, 49, 47))\"},children:\"Trusted by:\"})}),className:\"framer-1wi8cj\",fonts:[\"GF;Open Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1djwvia-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"s5gmY8Und\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:80,height:\"100%\",hoverFactor:1,id:\"s5gmY8Und\",layoutId:\"s5gmY8Und\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"37px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-tijksw-container\",inComponentSlot:true,nodeId:\"NXjFGctDZ\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Logo1,{height:\"100%\",id:\"NXjFGctDZ\",layoutId:\"NXjFGctDZ\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-bvug73-container\",inComponentSlot:true,nodeId:\"lvF6ptjyN\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Logo2,{height:\"100%\",id:\"lvF6ptjyN\",layoutId:\"lvF6ptjyN\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"72px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-nrvjtu-container\",inComponentSlot:true,nodeId:\"EIVvUDnX6\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Logo3,{height:\"100%\",id:\"EIVvUDnX6\",layoutId:\"EIVvUDnX6\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"138px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-tc606-container\",inComponentSlot:true,nodeId:\"L9YITBjiK\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Logo4,{height:\"100%\",id:\"L9YITBjiK\",layoutId:\"L9YITBjiK\",style:{width:\"100%\"},width:\"100%\"})})})],speed:20,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mh19up\",\"data-framer-name\":\"Frame 10\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+0+278.4989+0+511+-72),pixelHeight:2568,pixelWidth:1728,positionX:\"center\",positionY:\"center\",sizes:\"373px\",src:\"https://framerusercontent.com/images/jEhTbQfpqZ3KIfz7r8wW2JN0GQI.png\",srcSet:\"https://framerusercontent.com/images/jEhTbQfpqZ3KIfz7r8wW2JN0GQI.png?scale-down-to=1024 689w,https://framerusercontent.com/images/jEhTbQfpqZ3KIfz7r8wW2JN0GQI.png?scale-down-to=2048 1378w,https://framerusercontent.com/images/jEhTbQfpqZ3KIfz7r8wW2JN0GQI.png 1728w\"},transformTemplate:transformTemplate1},W2cCWas40:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+0+1109-814.5+0+455+-66),pixelHeight:2568,pixelWidth:1728,positionX:\"center\",positionY:\"center\",sizes:\"448.1495px\",src:\"https://framerusercontent.com/images/jEhTbQfpqZ3KIfz7r8wW2JN0GQI.png\",srcSet:\"https://framerusercontent.com/images/jEhTbQfpqZ3KIfz7r8wW2JN0GQI.png?scale-down-to=1024 689w,https://framerusercontent.com/images/jEhTbQfpqZ3KIfz7r8wW2JN0GQI.png?scale-down-to=2048 1378w,https://framerusercontent.com/images/jEhTbQfpqZ3KIfz7r8wW2JN0GQI.png 1728w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation6,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+0+75+0+-66),pixelHeight:2568,pixelWidth:1728,positionX:\"center\",positionY:\"center\",sizes:\"448.1495px\",src:\"https://framerusercontent.com/images/jEhTbQfpqZ3KIfz7r8wW2JN0GQI.png\",srcSet:\"https://framerusercontent.com/images/jEhTbQfpqZ3KIfz7r8wW2JN0GQI.png?scale-down-to=1024 689w,https://framerusercontent.com/images/jEhTbQfpqZ3KIfz7r8wW2JN0GQI.png?scale-down-to=2048 1378w,https://framerusercontent.com/images/jEhTbQfpqZ3KIfz7r8wW2JN0GQI.png 1728w\"},className:\"framer-cz0rga\",\"data-framer-appear-id\":\"cz0rga\",\"data-framer-name\":\"image 1\",initial:animation7,optimized:true})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation8,className:\"framer-1af1049\",\"data-framer-appear-id\":\"1af1049\",\"data-framer-name\":\"User Block\",initial:animation9,optimized:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-m9nc4m\",\"data-framer-name\":\"GraphUpArrow\",fill:'var(--token-284ca8ab-dcab-4004-ba76-c56acd95c156, rgb(176, 32, 48)) /* {\"name\":\"Primary\"} */',intrinsicHeight:64,intrinsicWidth:64,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-graph-up-arrow\"><path fill-rule=\"evenodd\" d=\"M0 0h1v15h15v1H0zm10 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V4.9l-3.613 4.417a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61L13.445 4H10.5a.5.5 0 0 1-.5-.5\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12l3q7z\",\"data-framer-name\":\"Stats Block\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-284ca8ab-dcab-4004-ba76-c56acd95c156, rgb(176, 32, 48))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"60%\"})})}),className:\"framer-c7b1pg\",\"data-framer-name\":\"Stats\",fonts:[\"GF;Open Sans-600\",\"GF;Open Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-dab4999b-2f09-43bf-b8c7-6b83b24e0567, rgb(77, 82, 95))\"},children:\"Less Manual Work\"})}),className:\"framer-1ngjwpt\",\"data-framer-name\":\"Text\",fonts:[\"GF;Open Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation8,className:\"framer-1dfhq6l\",\"data-framer-appear-id\":\"1dfhq6l\",\"data-framer-name\":\"Payment Card\",initial:animation10,optimized:true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y1c2vj\",\"data-framer-name\":\"Title Block\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-6c8ed163-579e-4538-be9f-04f0bc069061, rgb(1, 8, 27))\"},children:\"Hours Saved\"})}),className:\"framer-14u9fh8\",\"data-framer-name\":\"Title\",fonts:[\"GF;Open Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hbejw1\",\"data-framer-name\":\"Date & Stats Stack\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VXJiYW5pc3QtNzAw\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"18.36px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-284ca8ab-dcab-4004-ba76-c56acd95c156, rgb(46, 104, 253))\"},children:\"500+\"})}),className:\"framer-k5rnaj\",\"data-framer-name\":\"Number\",fonts:[\"GF;Urbanist-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-962ac0c7-5176-4e88-875d-d99190f87aac, rgb(77, 82, 95))\"},children:\" First 3 Months\"})}),className:\"framer-1yeq63w\",\"data-framer-name\":\"Date\",fonts:[\"GF;Open Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-utb5wz\",\"data-framer-name\":\"Stats Deck\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+0+278.4989+0+511+233+16+0+0+100.0809+46.9181+0),pixelHeight:18,pixelWidth:18,src:\"https://framerusercontent.com/images/WxR77PtwRbR7BjveuFkXfphCvb4.svg\"}},W2cCWas40:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+0+1109-814.5+0+455+370+16+-133.8704+0+100.0809+46.9181+0),pixelHeight:18,pixelWidth:18,src:\"https://framerusercontent.com/images/WxR77PtwRbR7BjveuFkXfphCvb4.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+0+75+0+370+16+0+0+100.0809+46.9181+0),pixelHeight:18,pixelWidth:18,src:\"https://framerusercontent.com/images/WxR77PtwRbR7BjveuFkXfphCvb4.svg\"},className:\"framer-k0vyiq\",\"data-framer-name\":\"Icon\"})})})]})]})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yxa84w\",\"data-framer-name\":\"Problem\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+1049+80+0),pixelHeight:2731,pixelWidth:4096,sizes:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,src:\"https://framerusercontent.com/images/ylyx461I53VEV4uIllIBowyjHHU.jpg\",srcSet:\"https://framerusercontent.com/images/ylyx461I53VEV4uIllIBowyjHHU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ylyx461I53VEV4uIllIBowyjHHU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ylyx461I53VEV4uIllIBowyjHHU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ylyx461I53VEV4uIllIBowyjHHU.jpg 4096w\"}},W2cCWas40:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+1109+80+0),pixelHeight:2731,pixelWidth:4096,sizes:`calc(${componentViewport?.width||\"100vw\"} - 200px)`,src:\"https://framerusercontent.com/images/ylyx461I53VEV4uIllIBowyjHHU.jpg\",srcSet:\"https://framerusercontent.com/images/ylyx461I53VEV4uIllIBowyjHHU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ylyx461I53VEV4uIllIBowyjHHU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ylyx461I53VEV4uIllIBowyjHHU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ylyx461I53VEV4uIllIBowyjHHU.jpg 4096w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+675+108.7),pixelHeight:2731,pixelWidth:4096,sizes:`max(${componentViewport?.width||\"100vw\"} - 774px, 1px)`,src:\"https://framerusercontent.com/images/ylyx461I53VEV4uIllIBowyjHHU.jpg\",srcSet:\"https://framerusercontent.com/images/ylyx461I53VEV4uIllIBowyjHHU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ylyx461I53VEV4uIllIBowyjHHU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ylyx461I53VEV4uIllIBowyjHHU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ylyx461I53VEV4uIllIBowyjHHU.jpg 4096w\"},className:\"framer-p1fby4\",\"data-framer-name\":\"Frame 24\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1efpyo0\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(176, 32, 48)\"},children:\"Stop Losing Profits\"}),\" to Manual Processes\"]})})},W2cCWas40:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(176, 32, 48)\"},children:\"Stop Losing Profits\"}),\" to Manual Processes\"]})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation11,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(176, 32, 48)\"},children:\"Stop Losing Profits\"}),\" to Manual Processes\"]})}),className:\"framer-jn8g0v\",\"data-framer-name\":\"Stop Losing Profits to Manual Processes\",fonts:[\"GF;Jomolhari-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation13,__framer__exit:animation14,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-w39amo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-4dvmsz\",\"data-framer-name\":\"Line 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:536,svg:'<svg width=\"536\" height=\"3\" viewBox=\"-1 -1 536 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.75\" x2=\"534\" y2=\"0.75\" stroke=\"#1B1B1E\" stroke-width=\"0.5\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17kv3i7\",\"data-framer-name\":\"Frame 27\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation11,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-qxpmlm\",\"data-framer-name\":\"Frame 21\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18i3ntr\",\"data-framer-name\":\"Frame 1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-atlfqo\",\"data-framer-name\":\"Frame 17\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-txzlz8\",\"data-framer-name\":\"Vector\",fill:\"rgb(99, 99, 99)\",intrinsicHeight:13,intrinsicWidth:12,svg:'<svg width=\"12\" height=\"13\" viewBox=\"0 0 12 13\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 12.5C9.3138 12.5 12 9.8138 12 6.5C12 3.1862 9.3138 0.5 6 0.5C2.6862 0.5 0 3.1862 0 6.5C0 9.8138 2.6862 12.5 6 12.5ZM8.1216 4.3784C8.23426 4.2659 8.38701 4.20275 8.54622 4.20287C8.70544 4.20298 8.8581 4.26634 8.9706 4.379C9.08311 4.49166 9.14625 4.64441 9.14613 4.80362C9.14602 4.96284 9.08266 5.1155 8.97 5.228L5.5782 8.6198L5.5758 8.6222C5.52021 8.67811 5.45411 8.72248 5.38131 8.75276C5.30851 8.78303 5.23045 8.79862 5.1516 8.79862C5.07276 8.79862 4.99469 8.78303 4.92189 8.75276C4.84909 8.72248 4.78299 8.67811 4.7274 8.6222L4.725 8.6198L3.03 6.9248C2.97269 6.86945 2.92698 6.80325 2.89554 6.73004C2.86409 6.65684 2.84754 6.57811 2.84685 6.49844C2.84616 6.41877 2.86134 6.33977 2.89151 6.26603C2.92168 6.19229 2.96623 6.1253 3.02256 6.06896C3.0789 6.01263 3.14589 5.96808 3.21963 5.93791C3.29337 5.90774 3.37237 5.89256 3.45204 5.89325C3.53171 5.89394 3.61044 5.91049 3.68364 5.94194C3.75685 5.97338 3.82305 6.01909 3.8784 6.0764L5.1516 7.349L8.1216 4.379V4.3784Z\" fill=\"#E7A41F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(99, 99, 99)\",\"--framer-text-transform\":\"capitalize\"},children:\"Copy-pasting between tools\"})}),className:\"framer-19ut4tt\",\"data-framer-name\":\"Copy-pasting between tools\",fonts:[\"GF;Open Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8uicy8\",\"data-framer-name\":\"Frame 18\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1hlbkb8\",\"data-framer-name\":\"Vector\",fill:\"rgb(99, 99, 99)\",intrinsicHeight:13,intrinsicWidth:12,svg:'<svg width=\"12\" height=\"13\" viewBox=\"0 0 12 13\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 12.5C9.3138 12.5 12 9.8138 12 6.5C12 3.1862 9.3138 0.5 6 0.5C2.6862 0.5 0 3.1862 0 6.5C0 9.8138 2.6862 12.5 6 12.5ZM8.1216 4.3784C8.23426 4.2659 8.38701 4.20275 8.54622 4.20287C8.70544 4.20298 8.8581 4.26634 8.9706 4.379C9.08311 4.49166 9.14625 4.64441 9.14613 4.80362C9.14602 4.96284 9.08266 5.1155 8.97 5.228L5.5782 8.6198L5.5758 8.6222C5.52021 8.67811 5.45411 8.72248 5.38131 8.75276C5.30851 8.78303 5.23045 8.79862 5.1516 8.79862C5.07276 8.79862 4.99469 8.78303 4.92189 8.75276C4.84909 8.72248 4.78299 8.67811 4.7274 8.6222L4.725 8.6198L3.03 6.9248C2.97269 6.86945 2.92698 6.80325 2.89554 6.73004C2.86409 6.65684 2.84754 6.57811 2.84685 6.49844C2.84616 6.41877 2.86134 6.33977 2.89151 6.26603C2.92168 6.19229 2.96623 6.1253 3.02256 6.06896C3.0789 6.01263 3.14589 5.96808 3.21963 5.93791C3.29337 5.90774 3.37237 5.89256 3.45204 5.89325C3.53171 5.89394 3.61044 5.91049 3.68364 5.94194C3.75685 5.97338 3.82305 6.01909 3.8784 6.0764L5.1516 7.349L8.1216 4.379V4.3784Z\" fill=\"#E7A41F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(99, 99, 99)\",\"--framer-text-transform\":\"capitalize\"},children:\"Systems that don\u2019t connect\"})}),className:\"framer-8xpzk3\",\"data-framer-name\":\"Systems that don\u2019t connect\",fonts:[\"GF;Open Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ag0k24\",\"data-framer-name\":\"Frame 2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-replbm\",\"data-framer-name\":\"Frame 20\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1vqwgab\",\"data-framer-name\":\"Vector\",fill:\"rgb(99, 99, 99)\",intrinsicHeight:13,intrinsicWidth:12,svg:'<svg width=\"12\" height=\"13\" viewBox=\"0 0 12 13\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 12.5C9.3138 12.5 12 9.8138 12 6.5C12 3.1862 9.3138 0.5 6 0.5C2.6862 0.5 0 3.1862 0 6.5C0 9.8138 2.6862 12.5 6 12.5ZM8.1216 4.3784C8.23426 4.2659 8.38701 4.20275 8.54622 4.20287C8.70544 4.20298 8.8581 4.26634 8.9706 4.379C9.08311 4.49166 9.14625 4.64441 9.14613 4.80362C9.14602 4.96284 9.08266 5.1155 8.97 5.228L5.5782 8.6198L5.5758 8.6222C5.52021 8.67811 5.45411 8.72248 5.38131 8.75276C5.30851 8.78303 5.23045 8.79862 5.1516 8.79862C5.07276 8.79862 4.99469 8.78303 4.92189 8.75276C4.84909 8.72248 4.78299 8.67811 4.7274 8.6222L4.725 8.6198L3.03 6.9248C2.97269 6.86945 2.92698 6.80325 2.89554 6.73004C2.86409 6.65684 2.84754 6.57811 2.84685 6.49844C2.84616 6.41877 2.86134 6.33977 2.89151 6.26603C2.92168 6.19229 2.96623 6.1253 3.02256 6.06896C3.0789 6.01263 3.14589 5.96808 3.21963 5.93791C3.29337 5.90774 3.37237 5.89256 3.45204 5.89325C3.53171 5.89394 3.61044 5.91049 3.68364 5.94194C3.75685 5.97338 3.82305 6.01909 3.8784 6.0764L5.1516 7.349L8.1216 4.379V4.3784Z\" fill=\"#E7A41F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(99, 99, 99)\",\"--framer-text-transform\":\"capitalize\"},children:\"Confusing or slow tech Tools\"})}),className:\"framer-1k6udyn\",\"data-framer-name\":\"Confusing or slow tech teams\",fonts:[\"GF;Open Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-abl36s\",\"data-framer-name\":\"Frame 19\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-en5sq6\",\"data-framer-name\":\"Vector\",fill:\"rgb(99, 99, 99)\",intrinsicHeight:13,intrinsicWidth:12,svg:'<svg width=\"12\" height=\"13\" viewBox=\"0 0 12 13\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 12.5C9.3138 12.5 12 9.8138 12 6.5C12 3.1862 9.3138 0.5 6 0.5C2.6862 0.5 0 3.1862 0 6.5C0 9.8138 2.6862 12.5 6 12.5ZM8.1216 4.3784C8.23426 4.2659 8.38701 4.20275 8.54622 4.20287C8.70544 4.20298 8.8581 4.26634 8.9706 4.379C9.08311 4.49166 9.14625 4.64441 9.14613 4.80362C9.14602 4.96284 9.08266 5.1155 8.97 5.228L5.5782 8.6198L5.5758 8.6222C5.52021 8.67811 5.45411 8.72248 5.38131 8.75276C5.30851 8.78303 5.23045 8.79862 5.1516 8.79862C5.07276 8.79862 4.99469 8.78303 4.92189 8.75276C4.84909 8.72248 4.78299 8.67811 4.7274 8.6222L4.725 8.6198L3.03 6.9248C2.97269 6.86945 2.92698 6.80325 2.89554 6.73004C2.86409 6.65684 2.84754 6.57811 2.84685 6.49844C2.84616 6.41877 2.86134 6.33977 2.89151 6.26603C2.92168 6.19229 2.96623 6.1253 3.02256 6.06896C3.0789 6.01263 3.14589 5.96808 3.21963 5.93791C3.29337 5.90774 3.37237 5.89256 3.45204 5.89325C3.53171 5.89394 3.61044 5.91049 3.68364 5.94194C3.75685 5.97338 3.82305 6.01909 3.8784 6.0764L5.1516 7.349L8.1216 4.379V4.3784Z\" fill=\"#E7A41F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(99, 99, 99)\",\"--framer-text-transform\":\"capitalize\"},children:\"Manual tracking and follow-ups\"})}),className:\"framer-1pokqgn\",\"data-framer-name\":\"Manual tracking and follow-ups\",fonts:[\"GF;Open Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nxl_ci3xi\"},implicitPathVariables:undefined},{href:{webPageId:\"nxl_ci3xi\"},implicitPathVariables:undefined},{href:{webPageId:\"nxl_ci3xi\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{y:(componentViewport?.y||0)+0+0+96+1049+80+420+0+243+0+164.8},W2cCWas40:{y:(componentViewport?.y||0)+0+0+96+1109+80+420+0+291+0+94.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:(componentViewport?.y||0)+0+0+96+675+80+0+291+0+94.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1006qly-container\",nodeId:\"eEEnBYi5E\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{shi0b_Mbg:resolvedLinks2[2]},W2cCWas40:{shi0b_Mbg:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",id:\"eEEnBYi5E\",layoutId:\"eEEnBYi5E\",rap7aXKU8:\"Discuss Your Needs\",shi0b_Mbg:resolvedLinks2[0],variant:\"wMW2LwJ_4\",width:\"100%\"})})})})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6blw4m\",\"data-framer-name\":\"Philosophy\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p3v9hs\",\"data-framer-name\":\"Frame 13\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fyc6ed\",\"data-framer-name\":\"Frame 12\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:[\"Technology should \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(176, 32, 48)\"},children:\"work for you, \"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:\"not the other way around.\"})]})},W2cCWas40:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:[\"Technology should \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(176, 32, 48)\"},children:\"work for you, \"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:\"not the other way around.\"})]})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:[\"Technology should \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(176, 32, 48)\"},children:\"work for you, \"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:\"not the other way around.\"})]}),className:\"framer-gqmynn\",\"data-framer-name\":\"Technology should work for you, not the other way around.\",fonts:[\"GF;Jomolhari-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(99, 99, 99)\"},children:\"We analyze your current processes, then connect software that integrates your systems and gets results in weeks\u2014not months.\"})})},W2cCWas40:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(99, 99, 99)\"},children:\"We analyze your current processes, then connect software that integrates your systems and gets results in weeks\u2014not months.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation11,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(99, 99, 99)\"},children:\"We analyze your current processes, then connect software that integrates your systems and gets results in weeks\u2014not months.\"})}),className:\"framer-sisv49\",\"data-framer-name\":\"We analyze your current processes, then connect software that integrates your systems and gets results in weeks\u2014not months.\",fonts:[\"GF;Open Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":i4NAugjqD\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":i4NAugjqD\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":i4NAugjqD\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{y:(componentViewport?.y||0)+0+0+96+2048.8+24+532+0+552},W2cCWas40:{y:(componentViewport?.y||0)+0+0+96+2086.4+24+532+0+648}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+0+0+96+1232.4+24+0+648,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fdcq15-container\",nodeId:\"yoiQ_OIob\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{mj68nOTbc:resolvedLinks3[2]},W2cCWas40:{mj68nOTbc:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"yoiQ_OIob\",layoutId:\"yoiQ_OIob\",mj68nOTbc:resolvedLinks3[0],width:\"100%\",Y1KkWzsnr:\"Check Out Our Solutions\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nzrf4d\",\"data-framer-name\":\"Images Gallery\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+2048.8+24+0+0+0),pixelHeight:1920,pixelWidth:2880,sizes:`max((${componentViewport?.width||\"100vw\"} - 54px) / 2, 50px)`,src:\"https://framerusercontent.com/images/9YKnuT0Q2aFm6HAG83BIYdAHPM.png\",srcSet:\"https://framerusercontent.com/images/9YKnuT0Q2aFm6HAG83BIYdAHPM.png?scale-down-to=512 512w,https://framerusercontent.com/images/9YKnuT0Q2aFm6HAG83BIYdAHPM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/9YKnuT0Q2aFm6HAG83BIYdAHPM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/9YKnuT0Q2aFm6HAG83BIYdAHPM.png 2880w\"}},W2cCWas40:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+2086.4+24+0+0+0),pixelHeight:1920,pixelWidth:2880,sizes:\"274px\",src:\"https://framerusercontent.com/images/9YKnuT0Q2aFm6HAG83BIYdAHPM.png\",srcSet:\"https://framerusercontent.com/images/9YKnuT0Q2aFm6HAG83BIYdAHPM.png?scale-down-to=512 512w,https://framerusercontent.com/images/9YKnuT0Q2aFm6HAG83BIYdAHPM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/9YKnuT0Q2aFm6HAG83BIYdAHPM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/9YKnuT0Q2aFm6HAG83BIYdAHPM.png 2880w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+1232.4+128.5+0+0),pixelHeight:1920,pixelWidth:2880,sizes:\"274px\",src:\"https://framerusercontent.com/images/9YKnuT0Q2aFm6HAG83BIYdAHPM.png\",srcSet:\"https://framerusercontent.com/images/9YKnuT0Q2aFm6HAG83BIYdAHPM.png?scale-down-to=512 512w,https://framerusercontent.com/images/9YKnuT0Q2aFm6HAG83BIYdAHPM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/9YKnuT0Q2aFm6HAG83BIYdAHPM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/9YKnuT0Q2aFm6HAG83BIYdAHPM.png 2880w\"},className:\"framer-2zv3dp\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18x79sc\",\"data-framer-name\":\"Images-grid\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+2048.8+24+0+0+0+0+0),pixelHeight:1542,pixelWidth:2313,sizes:`max((${componentViewport?.width||\"100vw\"} - 54px) / 2, 50px)`,src:\"https://framerusercontent.com/images/mzhkCFFo9ba1R1TZEqS2kRvj0.png\",srcSet:\"https://framerusercontent.com/images/mzhkCFFo9ba1R1TZEqS2kRvj0.png?scale-down-to=512 512w,https://framerusercontent.com/images/mzhkCFFo9ba1R1TZEqS2kRvj0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mzhkCFFo9ba1R1TZEqS2kRvj0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/mzhkCFFo9ba1R1TZEqS2kRvj0.png 2313w\"}},W2cCWas40:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+2086.4+24+0+0+0+0+0),pixelHeight:1542,pixelWidth:2313,sizes:\"274px\",src:\"https://framerusercontent.com/images/mzhkCFFo9ba1R1TZEqS2kRvj0.png\",srcSet:\"https://framerusercontent.com/images/mzhkCFFo9ba1R1TZEqS2kRvj0.png?scale-down-to=512 512w,https://framerusercontent.com/images/mzhkCFFo9ba1R1TZEqS2kRvj0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mzhkCFFo9ba1R1TZEqS2kRvj0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/mzhkCFFo9ba1R1TZEqS2kRvj0.png 2313w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+1232.4+128.5+0+0+0+0),pixelHeight:1542,pixelWidth:2313,sizes:\"274px\",src:\"https://framerusercontent.com/images/mzhkCFFo9ba1R1TZEqS2kRvj0.png\",srcSet:\"https://framerusercontent.com/images/mzhkCFFo9ba1R1TZEqS2kRvj0.png?scale-down-to=512 512w,https://framerusercontent.com/images/mzhkCFFo9ba1R1TZEqS2kRvj0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mzhkCFFo9ba1R1TZEqS2kRvj0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/mzhkCFFo9ba1R1TZEqS2kRvj0.png 2313w\"},className:\"framer-oevvtl\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+2048.8+24+0+0+0+0+222),pixelHeight:1276,pixelWidth:1277,sizes:`max((${componentViewport?.width||\"100vw\"} - 54px) / 2, 50px)`,src:\"https://framerusercontent.com/images/D73FZqYBxFZtls3GYzlJg8nE4.jpg\",srcSet:\"https://framerusercontent.com/images/D73FZqYBxFZtls3GYzlJg8nE4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/D73FZqYBxFZtls3GYzlJg8nE4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/D73FZqYBxFZtls3GYzlJg8nE4.jpg 1277w\"}},W2cCWas40:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+2086.4+24+0+0+0+0+222),pixelHeight:1276,pixelWidth:1277,sizes:\"274px\",src:\"https://framerusercontent.com/images/D73FZqYBxFZtls3GYzlJg8nE4.jpg\",srcSet:\"https://framerusercontent.com/images/D73FZqYBxFZtls3GYzlJg8nE4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/D73FZqYBxFZtls3GYzlJg8nE4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/D73FZqYBxFZtls3GYzlJg8nE4.jpg 1277w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+1232.4+128.5+0+0+0+222),pixelHeight:1276,pixelWidth:1277,sizes:\"274px\",src:\"https://framerusercontent.com/images/D73FZqYBxFZtls3GYzlJg8nE4.jpg\",srcSet:\"https://framerusercontent.com/images/D73FZqYBxFZtls3GYzlJg8nE4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/D73FZqYBxFZtls3GYzlJg8nE4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/D73FZqYBxFZtls3GYzlJg8nE4.jpg 1277w\"},className:\"framer-1eryame\",\"data-framer-name\":\"Image\"})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1auc6cn\",\"data-framer-name\":\"Solutions\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l7xm1r\",\"data-framer-name\":\"Frame 13\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(176, 32, 48)\"},children:\"See the Difference\"}),\" with Our Trusted Software\"]})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation11,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(176, 32, 48)\"},children:\"See the Difference\"}),\" with Our Trusted Software\"]})}),className:\"framer-4ri3ue\",\"data-framer-name\":\"See the Difference with Our Trusted Software\",fonts:[\"GF;Jomolhari-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation11,__framer__exit:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(99, 99, 99)\"},children:[\"Reduce manual tasks by up to \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLTYwMA==\",\"--framer-font-weight\":\"600\"},children:\"81%\"}),\" in as little as 5 weeks.\"]})}),className:\"framer-1vznklr\",\"data-framer-name\":\"Reduce manual tasks by up to 81% in as little as 5 weeks.\",fonts:[\"GF;Open Sans-regular\",\"GF;Open Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v10va9\",\"data-framer-name\":\"Frame 39\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation19,__framer__exit:animation20,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1rizd4g\",\"data-border\":true,\"data-framer-name\":\"Frame 1\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1x7xvk\",\"data-framer-name\":\"Frame 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:48,svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"47\" rx=\"23.5\" stroke=\"#B02030\"/>\\n<mask id=\"path-2-outside-1_218_213\" maskUnits=\"userSpaceOnUse\" x=\"13.7577\" y=\"14.4661\" width=\"20\" height=\"15\" fill=\"black\">\\n<rect fill=\"white\" x=\"13.7577\" y=\"14.4661\" width=\"20\" height=\"15\"/>\\n<path d=\"M30.4974 22.8387H31.0345C31.1258 23.097 31.3055 23.3147 31.5418 23.4533C31.7781 23.5919 32.0558 23.6425 32.3258 23.5962C32.5958 23.5498 32.8407 23.4096 33.0173 23.2001C33.1938 22.9907 33.2907 22.7255 33.2907 22.4516C33.2907 22.1777 33.1938 21.9125 33.0173 21.7031C32.8407 21.4936 32.5958 21.3534 32.3258 21.307C32.0558 21.2607 31.7781 21.3113 31.5418 21.4499C31.3055 21.5885 31.1258 21.8062 31.0345 22.0645H30.5715C30.5361 21.7049 30.4092 21.3603 30.2029 21.0637C29.9965 20.767 29.7176 20.5282 29.3927 20.37C29.464 20.1679 29.5038 19.9561 29.5108 19.7419H30.1935C30.2962 19.7419 30.3947 19.7011 30.4673 19.6285C30.5399 19.556 30.5806 19.4575 30.5806 19.3548V18.1935H31.0345C31.1258 18.4518 31.3055 18.6695 31.5418 18.8081C31.7781 18.9467 32.0558 18.9973 32.3258 18.951C32.5958 18.9047 32.8407 18.7644 33.0173 18.555C33.1938 18.3455 33.2907 18.0804 33.2907 17.8064C33.2907 17.5325 33.1938 17.2674 33.0173 17.0579C32.8407 16.8485 32.5958 16.7082 32.3258 16.6619C32.0558 16.6156 31.7781 16.6662 31.5418 16.8048C31.3055 16.9434 31.1258 17.1611 31.0345 17.4193H30.1935C30.0909 17.4193 29.9924 17.4601 29.9198 17.5327C29.8472 17.6053 29.8065 17.7038 29.8065 17.8064V18.9677H29.3908C29.2554 18.5886 29.0138 18.2564 28.6948 18.0108C28.3758 17.7652 27.9929 17.6165 27.5918 17.5824V17.5611C27.5918 17.1449 27.4678 16.7381 27.2356 16.3927C27.0035 16.0472 26.6738 15.7787 26.2884 15.6214C25.9031 15.4642 25.4796 15.4252 25.0721 15.5095C24.6645 15.5939 24.2913 15.7977 24 16.095C23.7087 15.7977 23.3355 15.5939 22.9279 15.5095C22.5204 15.4252 22.0969 15.4642 21.7116 15.6214C21.3262 15.7787 20.9965 16.0472 20.7644 16.3927C20.5322 16.7381 20.4082 17.1449 20.4082 17.5611V17.5824C20.0071 17.6165 19.6242 17.7652 19.3052 18.0108C18.9862 18.2564 18.7446 18.5886 18.6092 18.9677H18.1935V17.8064C18.1935 17.7038 18.1528 17.6053 18.0802 17.5327C18.0076 17.4601 17.9091 17.4193 17.8065 17.4193H17.0139C16.9226 17.1611 16.7429 16.9434 16.5066 16.8048C16.2703 16.6662 15.9926 16.6156 15.7226 16.6619C15.4526 16.7082 15.2077 16.8485 15.0311 17.0579C14.8545 17.2674 14.7577 17.5325 14.7577 17.8064C14.7577 18.0804 14.8545 18.3455 15.0311 18.555C15.2077 18.7644 15.4526 18.9047 15.7226 18.951C15.9926 18.9973 16.2703 18.9467 16.5066 18.8081C16.7429 18.6695 16.9226 18.4518 17.0139 18.1935H17.4194V19.3548C17.4194 19.4575 17.4601 19.556 17.5327 19.6285C17.6053 19.7011 17.7038 19.7419 17.8065 19.7419H18.4892C18.4962 19.9561 18.536 20.1679 18.6073 20.37C18.2824 20.5282 18.0035 20.767 17.7971 21.0637C17.5908 21.3603 17.4639 21.7049 17.4285 22.0645H17.0139C16.9226 21.8062 16.7429 21.5885 16.5066 21.4499C16.2703 21.3113 15.9926 21.2607 15.7226 21.307C15.4526 21.3534 15.2077 21.4936 15.0311 21.7031C14.8545 21.9125 14.7577 22.1777 14.7577 22.4516C14.7577 22.7255 14.8545 22.9907 15.0311 23.2001C15.2077 23.4096 15.4526 23.5498 15.7226 23.5962C15.9926 23.6425 16.2703 23.5919 16.5066 23.4533C16.7429 23.3147 16.9226 23.097 17.0139 22.8387H17.5026C17.5857 23.1214 17.7269 23.3837 17.9171 23.6089C18.1073 23.834 18.3424 24.017 18.6073 24.1461C18.4928 24.4716 18.4599 24.8202 18.5115 25.1613H17.8065C17.7038 25.1613 17.6053 25.2021 17.5327 25.2747C17.4601 25.3473 17.4194 25.4457 17.4194 25.5484V26.7097H17.0139C16.9226 26.4514 16.7429 26.2337 16.5066 26.0951C16.2703 25.9565 15.9926 25.9059 15.7226 25.9522C15.4526 25.9985 15.2077 26.1388 15.0311 26.3483C14.8545 26.5577 14.7577 26.8228 14.7577 27.0968C14.7577 27.3707 14.8545 27.6358 15.0311 27.8453C15.2077 28.0547 15.4526 28.195 15.7226 28.2413C15.9926 28.2877 16.2703 28.237 16.5066 28.0984C16.7429 27.9598 16.9226 27.7421 17.0139 27.4839H17.8065C17.9091 27.4839 18.0076 27.4431 18.0802 27.3705C18.1528 27.2979 18.1935 27.1994 18.1935 27.0968V25.9355H18.7945C18.9661 26.217 19.2016 26.4541 19.482 26.6276C19.7624 26.801 20.0797 26.9059 20.4082 26.9337V26.955C20.4082 27.3712 20.5322 27.778 20.7644 28.1234C20.9965 28.4689 21.3262 28.7374 21.7116 28.8947C22.0969 29.052 22.5204 29.0909 22.9279 29.0066C23.3355 28.9222 23.7087 28.7184 24 28.4211C24.2913 28.7184 24.6645 28.9222 25.0721 29.0066C25.4796 29.0909 25.9031 29.052 26.2884 28.8947C26.6738 28.7374 27.0035 28.4689 27.2356 28.1234C27.4678 27.778 27.5918 27.3712 27.5918 26.955V26.9337C27.9203 26.9059 28.2376 26.801 28.518 26.6276C28.7984 26.4541 29.0339 26.217 29.2055 25.9355H29.8065V27.0968C29.8065 27.1994 29.8472 27.2979 29.9198 27.3705C29.9924 27.4431 30.0909 27.4839 30.1935 27.4839H31.0345C31.1258 27.7421 31.3055 27.9598 31.5418 28.0984C31.7781 28.237 32.0558 28.2877 32.3258 28.2413C32.5958 28.195 32.8407 28.0547 33.0173 27.8453C33.1938 27.6358 33.2907 27.3707 33.2907 27.0968C33.2907 26.8228 33.1938 26.5577 33.0173 26.3483C32.8407 26.1388 32.5958 25.9985 32.3258 25.9522C32.0558 25.9059 31.7781 25.9565 31.5418 26.0951C31.3055 26.2337 31.1258 26.4514 31.0345 26.7097H30.5806V25.5484C30.5806 25.4457 30.5399 25.3473 30.4673 25.2747C30.3947 25.2021 30.2962 25.1613 30.1935 25.1613H29.4885C29.5401 24.8202 29.5072 24.4716 29.3927 24.1461C29.6576 24.017 29.8927 23.834 30.0829 23.6089C30.2731 23.3837 30.4143 23.1214 30.4974 22.8387ZM32.129 22.0645C32.2056 22.0645 32.2804 22.0872 32.3441 22.1297C32.4077 22.1723 32.4574 22.2327 32.4867 22.3035C32.516 22.3742 32.5236 22.452 32.5087 22.5271C32.4938 22.6022 32.4569 22.6712 32.4028 22.7253C32.3486 22.7795 32.2796 22.8163 32.2046 22.8313C32.1295 22.8462 32.0516 22.8385 31.9809 22.8092C31.9102 22.7799 31.8497 22.7303 31.8072 22.6667C31.7646 22.603 31.7419 22.5282 31.7419 22.4516C31.7421 22.349 31.7829 22.2506 31.8555 22.178C31.928 22.1055 32.0264 22.0646 32.129 22.0645ZM32.129 17.4193C32.2056 17.4193 32.2804 17.442 32.3441 17.4846C32.4077 17.5271 32.4574 17.5876 32.4867 17.6583C32.516 17.729 32.5236 17.8069 32.5087 17.882C32.4938 17.957 32.4569 18.026 32.4028 18.0802C32.3486 18.1343 32.2796 18.1712 32.2046 18.1861C32.1295 18.201 32.0516 18.1934 31.9809 18.1641C31.9102 18.1348 31.8497 18.0852 31.8072 18.0215C31.7646 17.9578 31.7419 17.883 31.7419 17.8064C31.7421 17.7038 31.7829 17.6054 31.8555 17.5329C31.928 17.4603 32.0264 17.4195 32.129 17.4193ZM15.9194 18.1935C15.8428 18.1935 15.768 18.1708 15.7043 18.1283C15.6406 18.0858 15.591 18.0253 15.5617 17.9546C15.5324 17.8838 15.5248 17.806 15.5397 17.7309C15.5546 17.6558 15.5915 17.5869 15.6456 17.5327C15.6998 17.4786 15.7687 17.4417 15.8438 17.4268C15.9189 17.4118 15.9968 17.4195 16.0675 17.4488C16.1382 17.4781 16.1987 17.5277 16.2412 17.5914C16.2837 17.655 16.3065 17.7299 16.3065 17.8064C16.3063 17.9091 16.2655 18.0074 16.1929 18.08C16.1204 18.1526 16.022 18.1934 15.9194 18.1935ZM15.9194 22.8387C15.8428 22.8387 15.768 22.816 15.7043 22.7735C15.6406 22.7309 15.591 22.6705 15.5617 22.5997C15.5324 22.529 15.5248 22.4512 15.5397 22.3761C15.5546 22.301 15.5915 22.232 15.6456 22.1779C15.6998 22.1237 15.7687 22.0869 15.8438 22.0719C15.9189 22.057 15.9968 22.0647 16.0675 22.094C16.1382 22.1233 16.1987 22.1729 16.2412 22.2365C16.2837 22.3002 16.3065 22.375 16.3065 22.4516C16.3063 22.5542 16.2655 22.6526 16.1929 22.7252C16.1204 22.7977 16.022 22.8386 15.9194 22.8387ZM15.9194 27.4839C15.8428 27.4839 15.768 27.4612 15.7043 27.4186C15.6406 27.3761 15.591 27.3156 15.5617 27.2449C15.5324 27.1742 15.5248 27.0963 15.5397 27.0212C15.5546 26.9462 15.5915 26.8772 15.6456 26.823C15.6998 26.7689 15.7687 26.732 15.8438 26.7171C15.9189 26.7022 15.9968 26.7098 16.0675 26.7391C16.1382 26.7684 16.1987 26.818 16.2412 26.8817C16.2837 26.9454 16.3065 27.0202 16.3065 27.0968C16.3063 27.1994 16.2655 27.2978 16.1929 27.3703C16.1204 27.4429 16.022 27.4837 15.9194 27.4839ZM23.6105 27.675C23.4441 27.931 23.1941 28.1215 22.9031 28.214C22.6121 28.3065 22.298 28.2953 22.0143 28.1823C21.7307 28.0693 21.4949 27.8615 21.3472 27.5942C21.1995 27.327 21.1489 27.0168 21.2042 26.7164C21.4352 26.6017 21.6403 26.4408 21.8067 26.2437C21.9731 26.0467 22.0974 25.8176 22.1719 25.5706C22.2012 25.4722 22.1902 25.3662 22.1412 25.2759C22.0923 25.1856 22.0096 25.1184 21.9111 25.0892C21.8624 25.0747 21.8113 25.0699 21.7607 25.0752C21.7101 25.0805 21.6611 25.0957 21.6164 25.1199C21.5261 25.1688 21.4589 25.2516 21.4297 25.35C21.3606 25.5779 21.2203 25.7778 21.0293 25.9201C20.8383 26.0624 20.6067 26.1397 20.3685 26.1406C20.3565 26.1406 20.3444 26.1416 20.3323 26.1426C20.1206 26.1016 19.9222 26.0095 19.7544 25.8742C19.5865 25.739 19.4543 25.5647 19.3692 25.3667C19.2841 25.1686 19.2488 24.9527 19.2663 24.7379C19.2838 24.523 19.3535 24.3157 19.4695 24.134C19.5032 24.0816 19.5237 24.0218 19.5293 23.9597C19.5348 23.8976 19.5253 23.8351 19.5015 23.7775C19.4777 23.7199 19.4403 23.6689 19.3925 23.6288C19.3447 23.5888 19.288 23.5609 19.2271 23.5476C18.9339 23.4822 18.6717 23.3188 18.4838 23.0844C18.2959 22.8499 18.1935 22.5585 18.1935 22.2581C18.1935 21.9576 18.2959 21.6662 18.4838 21.4318C18.6717 21.1973 18.9339 21.0339 19.2271 20.9685C19.288 20.9552 19.3447 20.9273 19.3925 20.8873C19.4403 20.8472 19.4777 20.7962 19.5015 20.7386C19.5253 20.681 19.5348 20.6185 19.5293 20.5564C19.5237 20.4944 19.5032 20.4345 19.4695 20.3821C19.3535 20.2004 19.2838 19.993 19.2663 19.7781C19.2488 19.5632 19.2842 19.3473 19.3693 19.1493C19.4545 18.9512 19.5868 18.7769 19.7547 18.6417C19.9226 18.5065 20.1211 18.4144 20.3327 18.3735C20.3444 18.3745 20.3565 18.3755 20.3685 18.3755C20.6067 18.3764 20.8383 18.4537 21.0293 18.596C21.2203 18.7384 21.3606 18.9382 21.4297 19.1661C21.4536 19.246 21.5026 19.3161 21.5694 19.3659C21.6363 19.4158 21.7174 19.4428 21.8008 19.4429C21.8381 19.4428 21.8753 19.4374 21.9111 19.4269C22.0095 19.3976 22.0923 19.3305 22.1412 19.2402C22.1901 19.1499 22.2012 19.0439 22.1719 18.9455C22.0974 18.6985 21.9731 18.4694 21.8067 18.2724C21.6403 18.0753 21.4352 17.9144 21.2042 17.7997C21.149 17.4994 21.1996 17.1892 21.3473 16.922C21.495 16.6548 21.7308 16.447 22.0144 16.334C22.2981 16.221 22.6121 16.2098 22.9031 16.3022C23.1941 16.3947 23.4441 16.5851 23.6105 16.8411V27.675ZM32.129 26.7097C32.2056 26.7097 32.2804 26.7324 32.3441 26.7749C32.4077 26.8174 32.4574 26.8779 32.4867 26.9486C32.516 27.0194 32.5236 27.0972 32.5087 27.1723C32.4938 27.2474 32.4569 27.3163 32.4028 27.3705C32.3486 27.4246 32.2796 27.4615 32.2046 27.4764C32.1295 27.4914 32.0516 27.4837 31.9809 27.4544C31.9102 27.4251 31.8497 27.3755 31.8072 27.3118C31.7646 27.2482 31.7419 27.1733 31.7419 27.0968C31.7421 26.9941 31.7829 26.8958 31.8555 26.8232C31.928 26.7506 32.0264 26.7098 32.129 26.7097ZM28.7729 23.5476C28.712 23.5609 28.6553 23.5888 28.6075 23.6288C28.5597 23.6689 28.5223 23.7199 28.4985 23.7775C28.4747 23.8351 28.4652 23.8976 28.4707 23.9597C28.4763 24.0218 28.4968 24.0816 28.5305 24.134C28.6463 24.3155 28.7161 24.5226 28.7336 24.7372C28.7512 24.9518 28.7161 25.1674 28.6314 25.3653C28.5466 25.5633 28.4148 25.7375 28.2473 25.8729C28.0799 26.0082 27.8819 26.1007 27.6706 26.1421C27.6619 26.1416 27.6537 26.1406 27.6455 26.1406C27.4072 26.1398 27.1755 26.0625 26.9844 25.9202C26.7934 25.7779 26.653 25.578 26.5839 25.35C26.5546 25.2516 26.4875 25.1688 26.3972 25.1199C26.3069 25.071 26.2009 25.0599 26.1024 25.0892C26.004 25.1184 25.9212 25.1856 25.8723 25.2759C25.8234 25.3662 25.8124 25.4722 25.8416 25.5706C25.9153 25.815 26.0378 26.0419 26.2016 26.2376C26.3654 26.4332 26.5672 26.5937 26.7948 26.7092C26.81 26.7902 26.8176 26.8725 26.8176 26.955C26.8176 27.2405 26.7251 27.5184 26.554 27.7469C26.3828 27.9754 26.1422 28.1424 25.8682 28.2227C25.5942 28.303 25.3016 28.2924 25.0341 28.1925C24.7667 28.0925 24.5388 27.9086 24.3847 27.6682V16.8479C24.5388 16.6076 24.7667 16.4236 25.0341 16.3237C25.3016 16.2237 25.5942 16.2131 25.8682 16.2934C26.1422 16.3737 26.3828 16.5407 26.554 16.7692C26.7251 16.9978 26.8176 17.2756 26.8176 17.5611C26.8176 17.6436 26.81 17.7259 26.7948 17.8069C26.5672 17.9224 26.3654 18.0829 26.2016 18.2786C26.0378 18.4742 25.9153 18.7011 25.8416 18.9455C25.8124 19.0439 25.8235 19.1499 25.8724 19.2402C25.9213 19.3305 26.004 19.3976 26.1024 19.4269C26.1383 19.4374 26.1754 19.4428 26.2127 19.4429C26.2961 19.4428 26.3773 19.4158 26.4441 19.3659C26.511 19.3161 26.56 19.246 26.5839 19.1661C26.653 18.9381 26.7934 18.7382 26.9844 18.5959C27.1755 18.4536 27.4072 18.3763 27.6455 18.3755C27.6537 18.3755 27.6619 18.3745 27.6706 18.374C27.8819 18.4154 28.0799 18.5079 28.2473 18.6432C28.4148 18.7786 28.5466 18.9528 28.6314 19.1508C28.7161 19.3487 28.7512 19.5643 28.7336 19.7789C28.7161 19.9935 28.6463 20.2006 28.5305 20.3821C28.4968 20.4345 28.4763 20.4944 28.4707 20.5564C28.4652 20.6185 28.4747 20.681 28.4985 20.7386C28.5223 20.7962 28.5597 20.8472 28.6075 20.8873C28.6553 20.9273 28.712 20.9552 28.7729 20.9685C29.0661 21.0339 29.3283 21.1973 29.5162 21.4318C29.7041 21.6662 29.8065 21.9576 29.8065 22.2581C29.8065 22.5585 29.7041 22.8499 29.5162 23.0844C29.3283 23.3188 29.0661 23.4822 28.7729 23.5476Z\"/>\\n</mask>\\n<path d=\"M30.4974 22.8387H31.0345C31.1258 23.097 31.3055 23.3147 31.5418 23.4533C31.7781 23.5919 32.0558 23.6425 32.3258 23.5962C32.5958 23.5498 32.8407 23.4096 33.0173 23.2001C33.1938 22.9907 33.2907 22.7255 33.2907 22.4516C33.2907 22.1777 33.1938 21.9125 33.0173 21.7031C32.8407 21.4936 32.5958 21.3534 32.3258 21.307C32.0558 21.2607 31.7781 21.3113 31.5418 21.4499C31.3055 21.5885 31.1258 21.8062 31.0345 22.0645H30.5715C30.5361 21.7049 30.4092 21.3603 30.2029 21.0637C29.9965 20.767 29.7176 20.5282 29.3927 20.37C29.464 20.1679 29.5038 19.9561 29.5108 19.7419H30.1935C30.2962 19.7419 30.3947 19.7011 30.4673 19.6285C30.5399 19.556 30.5806 19.4575 30.5806 19.3548V18.1935H31.0345C31.1258 18.4518 31.3055 18.6695 31.5418 18.8081C31.7781 18.9467 32.0558 18.9973 32.3258 18.951C32.5958 18.9047 32.8407 18.7644 33.0173 18.555C33.1938 18.3455 33.2907 18.0804 33.2907 17.8064C33.2907 17.5325 33.1938 17.2674 33.0173 17.0579C32.8407 16.8485 32.5958 16.7082 32.3258 16.6619C32.0558 16.6156 31.7781 16.6662 31.5418 16.8048C31.3055 16.9434 31.1258 17.1611 31.0345 17.4193H30.1935C30.0909 17.4193 29.9924 17.4601 29.9198 17.5327C29.8472 17.6053 29.8065 17.7038 29.8065 17.8064V18.9677H29.3908C29.2554 18.5886 29.0138 18.2564 28.6948 18.0108C28.3758 17.7652 27.9929 17.6165 27.5918 17.5824V17.5611C27.5918 17.1449 27.4678 16.7381 27.2356 16.3927C27.0035 16.0472 26.6738 15.7787 26.2884 15.6214C25.9031 15.4642 25.4796 15.4252 25.0721 15.5095C24.6645 15.5939 24.2913 15.7977 24 16.095C23.7087 15.7977 23.3355 15.5939 22.9279 15.5095C22.5204 15.4252 22.0969 15.4642 21.7116 15.6214C21.3262 15.7787 20.9965 16.0472 20.7644 16.3927C20.5322 16.7381 20.4082 17.1449 20.4082 17.5611V17.5824C20.0071 17.6165 19.6242 17.7652 19.3052 18.0108C18.9862 18.2564 18.7446 18.5886 18.6092 18.9677H18.1935V17.8064C18.1935 17.7038 18.1528 17.6053 18.0802 17.5327C18.0076 17.4601 17.9091 17.4193 17.8065 17.4193H17.0139C16.9226 17.1611 16.7429 16.9434 16.5066 16.8048C16.2703 16.6662 15.9926 16.6156 15.7226 16.6619C15.4526 16.7082 15.2077 16.8485 15.0311 17.0579C14.8545 17.2674 14.7577 17.5325 14.7577 17.8064C14.7577 18.0804 14.8545 18.3455 15.0311 18.555C15.2077 18.7644 15.4526 18.9047 15.7226 18.951C15.9926 18.9973 16.2703 18.9467 16.5066 18.8081C16.7429 18.6695 16.9226 18.4518 17.0139 18.1935H17.4194V19.3548C17.4194 19.4575 17.4601 19.556 17.5327 19.6285C17.6053 19.7011 17.7038 19.7419 17.8065 19.7419H18.4892C18.4962 19.9561 18.536 20.1679 18.6073 20.37C18.2824 20.5282 18.0035 20.767 17.7971 21.0637C17.5908 21.3603 17.4639 21.7049 17.4285 22.0645H17.0139C16.9226 21.8062 16.7429 21.5885 16.5066 21.4499C16.2703 21.3113 15.9926 21.2607 15.7226 21.307C15.4526 21.3534 15.2077 21.4936 15.0311 21.7031C14.8545 21.9125 14.7577 22.1777 14.7577 22.4516C14.7577 22.7255 14.8545 22.9907 15.0311 23.2001C15.2077 23.4096 15.4526 23.5498 15.7226 23.5962C15.9926 23.6425 16.2703 23.5919 16.5066 23.4533C16.7429 23.3147 16.9226 23.097 17.0139 22.8387H17.5026C17.5857 23.1214 17.7269 23.3837 17.9171 23.6089C18.1073 23.834 18.3424 24.017 18.6073 24.1461C18.4928 24.4716 18.4599 24.8202 18.5115 25.1613H17.8065C17.7038 25.1613 17.6053 25.2021 17.5327 25.2747C17.4601 25.3473 17.4194 25.4457 17.4194 25.5484V26.7097H17.0139C16.9226 26.4514 16.7429 26.2337 16.5066 26.0951C16.2703 25.9565 15.9926 25.9059 15.7226 25.9522C15.4526 25.9985 15.2077 26.1388 15.0311 26.3483C14.8545 26.5577 14.7577 26.8228 14.7577 27.0968C14.7577 27.3707 14.8545 27.6358 15.0311 27.8453C15.2077 28.0547 15.4526 28.195 15.7226 28.2413C15.9926 28.2877 16.2703 28.237 16.5066 28.0984C16.7429 27.9598 16.9226 27.7421 17.0139 27.4839H17.8065C17.9091 27.4839 18.0076 27.4431 18.0802 27.3705C18.1528 27.2979 18.1935 27.1994 18.1935 27.0968V25.9355H18.7945C18.9661 26.217 19.2016 26.4541 19.482 26.6276C19.7624 26.801 20.0797 26.9059 20.4082 26.9337V26.955C20.4082 27.3712 20.5322 27.778 20.7644 28.1234C20.9965 28.4689 21.3262 28.7374 21.7116 28.8947C22.0969 29.052 22.5204 29.0909 22.9279 29.0066C23.3355 28.9222 23.7087 28.7184 24 28.4211C24.2913 28.7184 24.6645 28.9222 25.0721 29.0066C25.4796 29.0909 25.9031 29.052 26.2884 28.8947C26.6738 28.7374 27.0035 28.4689 27.2356 28.1234C27.4678 27.778 27.5918 27.3712 27.5918 26.955V26.9337C27.9203 26.9059 28.2376 26.801 28.518 26.6276C28.7984 26.4541 29.0339 26.217 29.2055 25.9355H29.8065V27.0968C29.8065 27.1994 29.8472 27.2979 29.9198 27.3705C29.9924 27.4431 30.0909 27.4839 30.1935 27.4839H31.0345C31.1258 27.7421 31.3055 27.9598 31.5418 28.0984C31.7781 28.237 32.0558 28.2877 32.3258 28.2413C32.5958 28.195 32.8407 28.0547 33.0173 27.8453C33.1938 27.6358 33.2907 27.3707 33.2907 27.0968C33.2907 26.8228 33.1938 26.5577 33.0173 26.3483C32.8407 26.1388 32.5958 25.9985 32.3258 25.9522C32.0558 25.9059 31.7781 25.9565 31.5418 26.0951C31.3055 26.2337 31.1258 26.4514 31.0345 26.7097H30.5806V25.5484C30.5806 25.4457 30.5399 25.3473 30.4673 25.2747C30.3947 25.2021 30.2962 25.1613 30.1935 25.1613H29.4885C29.5401 24.8202 29.5072 24.4716 29.3927 24.1461C29.6576 24.017 29.8927 23.834 30.0829 23.6089C30.2731 23.3837 30.4143 23.1214 30.4974 22.8387ZM32.129 22.0645C32.2056 22.0645 32.2804 22.0872 32.3441 22.1297C32.4077 22.1723 32.4574 22.2327 32.4867 22.3035C32.516 22.3742 32.5236 22.452 32.5087 22.5271C32.4938 22.6022 32.4569 22.6712 32.4028 22.7253C32.3486 22.7795 32.2796 22.8163 32.2046 22.8313C32.1295 22.8462 32.0516 22.8385 31.9809 22.8092C31.9102 22.7799 31.8497 22.7303 31.8072 22.6667C31.7646 22.603 31.7419 22.5282 31.7419 22.4516C31.7421 22.349 31.7829 22.2506 31.8555 22.178C31.928 22.1055 32.0264 22.0646 32.129 22.0645ZM32.129 17.4193C32.2056 17.4193 32.2804 17.442 32.3441 17.4846C32.4077 17.5271 32.4574 17.5876 32.4867 17.6583C32.516 17.729 32.5236 17.8069 32.5087 17.882C32.4938 17.957 32.4569 18.026 32.4028 18.0802C32.3486 18.1343 32.2796 18.1712 32.2046 18.1861C32.1295 18.201 32.0516 18.1934 31.9809 18.1641C31.9102 18.1348 31.8497 18.0852 31.8072 18.0215C31.7646 17.9578 31.7419 17.883 31.7419 17.8064C31.7421 17.7038 31.7829 17.6054 31.8555 17.5329C31.928 17.4603 32.0264 17.4195 32.129 17.4193ZM15.9194 18.1935C15.8428 18.1935 15.768 18.1708 15.7043 18.1283C15.6406 18.0858 15.591 18.0253 15.5617 17.9546C15.5324 17.8838 15.5248 17.806 15.5397 17.7309C15.5546 17.6558 15.5915 17.5869 15.6456 17.5327C15.6998 17.4786 15.7687 17.4417 15.8438 17.4268C15.9189 17.4118 15.9968 17.4195 16.0675 17.4488C16.1382 17.4781 16.1987 17.5277 16.2412 17.5914C16.2837 17.655 16.3065 17.7299 16.3065 17.8064C16.3063 17.9091 16.2655 18.0074 16.1929 18.08C16.1204 18.1526 16.022 18.1934 15.9194 18.1935ZM15.9194 22.8387C15.8428 22.8387 15.768 22.816 15.7043 22.7735C15.6406 22.7309 15.591 22.6705 15.5617 22.5997C15.5324 22.529 15.5248 22.4512 15.5397 22.3761C15.5546 22.301 15.5915 22.232 15.6456 22.1779C15.6998 22.1237 15.7687 22.0869 15.8438 22.0719C15.9189 22.057 15.9968 22.0647 16.0675 22.094C16.1382 22.1233 16.1987 22.1729 16.2412 22.2365C16.2837 22.3002 16.3065 22.375 16.3065 22.4516C16.3063 22.5542 16.2655 22.6526 16.1929 22.7252C16.1204 22.7977 16.022 22.8386 15.9194 22.8387ZM15.9194 27.4839C15.8428 27.4839 15.768 27.4612 15.7043 27.4186C15.6406 27.3761 15.591 27.3156 15.5617 27.2449C15.5324 27.1742 15.5248 27.0963 15.5397 27.0212C15.5546 26.9462 15.5915 26.8772 15.6456 26.823C15.6998 26.7689 15.7687 26.732 15.8438 26.7171C15.9189 26.7022 15.9968 26.7098 16.0675 26.7391C16.1382 26.7684 16.1987 26.818 16.2412 26.8817C16.2837 26.9454 16.3065 27.0202 16.3065 27.0968C16.3063 27.1994 16.2655 27.2978 16.1929 27.3703C16.1204 27.4429 16.022 27.4837 15.9194 27.4839ZM23.6105 27.675C23.4441 27.931 23.1941 28.1215 22.9031 28.214C22.6121 28.3065 22.298 28.2953 22.0143 28.1823C21.7307 28.0693 21.4949 27.8615 21.3472 27.5942C21.1995 27.327 21.1489 27.0168 21.2042 26.7164C21.4352 26.6017 21.6403 26.4408 21.8067 26.2437C21.9731 26.0467 22.0974 25.8176 22.1719 25.5706C22.2012 25.4722 22.1902 25.3662 22.1412 25.2759C22.0923 25.1856 22.0096 25.1184 21.9111 25.0892C21.8624 25.0747 21.8113 25.0699 21.7607 25.0752C21.7101 25.0805 21.6611 25.0957 21.6164 25.1199C21.5261 25.1688 21.4589 25.2516 21.4297 25.35C21.3606 25.5779 21.2203 25.7778 21.0293 25.9201C20.8383 26.0624 20.6067 26.1397 20.3685 26.1406C20.3565 26.1406 20.3444 26.1416 20.3323 26.1426C20.1206 26.1016 19.9222 26.0095 19.7544 25.8742C19.5865 25.739 19.4543 25.5647 19.3692 25.3667C19.2841 25.1686 19.2488 24.9527 19.2663 24.7379C19.2838 24.523 19.3535 24.3157 19.4695 24.134C19.5032 24.0816 19.5237 24.0218 19.5293 23.9597C19.5348 23.8976 19.5253 23.8351 19.5015 23.7775C19.4777 23.7199 19.4403 23.6689 19.3925 23.6288C19.3447 23.5888 19.288 23.5609 19.2271 23.5476C18.9339 23.4822 18.6717 23.3188 18.4838 23.0844C18.2959 22.8499 18.1935 22.5585 18.1935 22.2581C18.1935 21.9576 18.2959 21.6662 18.4838 21.4318C18.6717 21.1973 18.9339 21.0339 19.2271 20.9685C19.288 20.9552 19.3447 20.9273 19.3925 20.8873C19.4403 20.8472 19.4777 20.7962 19.5015 20.7386C19.5253 20.681 19.5348 20.6185 19.5293 20.5564C19.5237 20.4944 19.5032 20.4345 19.4695 20.3821C19.3535 20.2004 19.2838 19.993 19.2663 19.7781C19.2488 19.5632 19.2842 19.3473 19.3693 19.1493C19.4545 18.9512 19.5868 18.7769 19.7547 18.6417C19.9226 18.5065 20.1211 18.4144 20.3327 18.3735C20.3444 18.3745 20.3565 18.3755 20.3685 18.3755C20.6067 18.3764 20.8383 18.4537 21.0293 18.596C21.2203 18.7384 21.3606 18.9382 21.4297 19.1661C21.4536 19.246 21.5026 19.3161 21.5694 19.3659C21.6363 19.4158 21.7174 19.4428 21.8008 19.4429C21.8381 19.4428 21.8753 19.4374 21.9111 19.4269C22.0095 19.3976 22.0923 19.3305 22.1412 19.2402C22.1901 19.1499 22.2012 19.0439 22.1719 18.9455C22.0974 18.6985 21.9731 18.4694 21.8067 18.2724C21.6403 18.0753 21.4352 17.9144 21.2042 17.7997C21.149 17.4994 21.1996 17.1892 21.3473 16.922C21.495 16.6548 21.7308 16.447 22.0144 16.334C22.2981 16.221 22.6121 16.2098 22.9031 16.3022C23.1941 16.3947 23.4441 16.5851 23.6105 16.8411V27.675ZM32.129 26.7097C32.2056 26.7097 32.2804 26.7324 32.3441 26.7749C32.4077 26.8174 32.4574 26.8779 32.4867 26.9486C32.516 27.0194 32.5236 27.0972 32.5087 27.1723C32.4938 27.2474 32.4569 27.3163 32.4028 27.3705C32.3486 27.4246 32.2796 27.4615 32.2046 27.4764C32.1295 27.4914 32.0516 27.4837 31.9809 27.4544C31.9102 27.4251 31.8497 27.3755 31.8072 27.3118C31.7646 27.2482 31.7419 27.1733 31.7419 27.0968C31.7421 26.9941 31.7829 26.8958 31.8555 26.8232C31.928 26.7506 32.0264 26.7098 32.129 26.7097ZM28.7729 23.5476C28.712 23.5609 28.6553 23.5888 28.6075 23.6288C28.5597 23.6689 28.5223 23.7199 28.4985 23.7775C28.4747 23.8351 28.4652 23.8976 28.4707 23.9597C28.4763 24.0218 28.4968 24.0816 28.5305 24.134C28.6463 24.3155 28.7161 24.5226 28.7336 24.7372C28.7512 24.9518 28.7161 25.1674 28.6314 25.3653C28.5466 25.5633 28.4148 25.7375 28.2473 25.8729C28.0799 26.0082 27.8819 26.1007 27.6706 26.1421C27.6619 26.1416 27.6537 26.1406 27.6455 26.1406C27.4072 26.1398 27.1755 26.0625 26.9844 25.9202C26.7934 25.7779 26.653 25.578 26.5839 25.35C26.5546 25.2516 26.4875 25.1688 26.3972 25.1199C26.3069 25.071 26.2009 25.0599 26.1024 25.0892C26.004 25.1184 25.9212 25.1856 25.8723 25.2759C25.8234 25.3662 25.8124 25.4722 25.8416 25.5706C25.9153 25.815 26.0378 26.0419 26.2016 26.2376C26.3654 26.4332 26.5672 26.5937 26.7948 26.7092C26.81 26.7902 26.8176 26.8725 26.8176 26.955C26.8176 27.2405 26.7251 27.5184 26.554 27.7469C26.3828 27.9754 26.1422 28.1424 25.8682 28.2227C25.5942 28.303 25.3016 28.2924 25.0341 28.1925C24.7667 28.0925 24.5388 27.9086 24.3847 27.6682V16.8479C24.5388 16.6076 24.7667 16.4236 25.0341 16.3237C25.3016 16.2237 25.5942 16.2131 25.8682 16.2934C26.1422 16.3737 26.3828 16.5407 26.554 16.7692C26.7251 16.9978 26.8176 17.2756 26.8176 17.5611C26.8176 17.6436 26.81 17.7259 26.7948 17.8069C26.5672 17.9224 26.3654 18.0829 26.2016 18.2786C26.0378 18.4742 25.9153 18.7011 25.8416 18.9455C25.8124 19.0439 25.8235 19.1499 25.8724 19.2402C25.9213 19.3305 26.004 19.3976 26.1024 19.4269C26.1383 19.4374 26.1754 19.4428 26.2127 19.4429C26.2961 19.4428 26.3773 19.4158 26.4441 19.3659C26.511 19.3161 26.56 19.246 26.5839 19.1661C26.653 18.9381 26.7934 18.7382 26.9844 18.5959C27.1755 18.4536 27.4072 18.3763 27.6455 18.3755C27.6537 18.3755 27.6619 18.3745 27.6706 18.374C27.8819 18.4154 28.0799 18.5079 28.2473 18.6432C28.4148 18.7786 28.5466 18.9528 28.6314 19.1508C28.7161 19.3487 28.7512 19.5643 28.7336 19.7789C28.7161 19.9935 28.6463 20.2006 28.5305 20.3821C28.4968 20.4345 28.4763 20.4944 28.4707 20.5564C28.4652 20.6185 28.4747 20.681 28.4985 20.7386C28.5223 20.7962 28.5597 20.8472 28.6075 20.8873C28.6553 20.9273 28.712 20.9552 28.7729 20.9685C29.0661 21.0339 29.3283 21.1973 29.5162 21.4318C29.7041 21.6662 29.8065 21.9576 29.8065 22.2581C29.8065 22.5585 29.7041 22.8499 29.5162 23.0844C29.3283 23.3188 29.0661 23.4822 28.7729 23.5476Z\" fill=\"#B02030\"/>\\n<path d=\"M30.4974 22.8387H31.0345C31.1258 23.097 31.3055 23.3147 31.5418 23.4533C31.7781 23.5919 32.0558 23.6425 32.3258 23.5962C32.5958 23.5498 32.8407 23.4096 33.0173 23.2001C33.1938 22.9907 33.2907 22.7255 33.2907 22.4516C33.2907 22.1777 33.1938 21.9125 33.0173 21.7031C32.8407 21.4936 32.5958 21.3534 32.3258 21.307C32.0558 21.2607 31.7781 21.3113 31.5418 21.4499C31.3055 21.5885 31.1258 21.8062 31.0345 22.0645H30.5715C30.5361 21.7049 30.4092 21.3603 30.2029 21.0637C29.9965 20.767 29.7176 20.5282 29.3927 20.37C29.464 20.1679 29.5038 19.9561 29.5108 19.7419H30.1935C30.2962 19.7419 30.3947 19.7011 30.4673 19.6285C30.5399 19.556 30.5806 19.4575 30.5806 19.3548V18.1935H31.0345C31.1258 18.4518 31.3055 18.6695 31.5418 18.8081C31.7781 18.9467 32.0558 18.9973 32.3258 18.951C32.5958 18.9047 32.8407 18.7644 33.0173 18.555C33.1938 18.3455 33.2907 18.0804 33.2907 17.8064C33.2907 17.5325 33.1938 17.2674 33.0173 17.0579C32.8407 16.8485 32.5958 16.7082 32.3258 16.6619C32.0558 16.6156 31.7781 16.6662 31.5418 16.8048C31.3055 16.9434 31.1258 17.1611 31.0345 17.4193H30.1935C30.0909 17.4193 29.9924 17.4601 29.9198 17.5327C29.8472 17.6053 29.8065 17.7038 29.8065 17.8064V18.9677H29.3908C29.2554 18.5886 29.0138 18.2564 28.6948 18.0108C28.3758 17.7652 27.9929 17.6165 27.5918 17.5824V17.5611C27.5918 17.1449 27.4678 16.7381 27.2356 16.3927C27.0035 16.0472 26.6738 15.7787 26.2884 15.6214C25.9031 15.4642 25.4796 15.4252 25.0721 15.5095C24.6645 15.5939 24.2913 15.7977 24 16.095C23.7087 15.7977 23.3355 15.5939 22.9279 15.5095C22.5204 15.4252 22.0969 15.4642 21.7116 15.6214C21.3262 15.7787 20.9965 16.0472 20.7644 16.3927C20.5322 16.7381 20.4082 17.1449 20.4082 17.5611V17.5824C20.0071 17.6165 19.6242 17.7652 19.3052 18.0108C18.9862 18.2564 18.7446 18.5886 18.6092 18.9677H18.1935V17.8064C18.1935 17.7038 18.1528 17.6053 18.0802 17.5327C18.0076 17.4601 17.9091 17.4193 17.8065 17.4193H17.0139C16.9226 17.1611 16.7429 16.9434 16.5066 16.8048C16.2703 16.6662 15.9926 16.6156 15.7226 16.6619C15.4526 16.7082 15.2077 16.8485 15.0311 17.0579C14.8545 17.2674 14.7577 17.5325 14.7577 17.8064C14.7577 18.0804 14.8545 18.3455 15.0311 18.555C15.2077 18.7644 15.4526 18.9047 15.7226 18.951C15.9926 18.9973 16.2703 18.9467 16.5066 18.8081C16.7429 18.6695 16.9226 18.4518 17.0139 18.1935H17.4194V19.3548C17.4194 19.4575 17.4601 19.556 17.5327 19.6285C17.6053 19.7011 17.7038 19.7419 17.8065 19.7419H18.4892C18.4962 19.9561 18.536 20.1679 18.6073 20.37C18.2824 20.5282 18.0035 20.767 17.7971 21.0637C17.5908 21.3603 17.4639 21.7049 17.4285 22.0645H17.0139C16.9226 21.8062 16.7429 21.5885 16.5066 21.4499C16.2703 21.3113 15.9926 21.2607 15.7226 21.307C15.4526 21.3534 15.2077 21.4936 15.0311 21.7031C14.8545 21.9125 14.7577 22.1777 14.7577 22.4516C14.7577 22.7255 14.8545 22.9907 15.0311 23.2001C15.2077 23.4096 15.4526 23.5498 15.7226 23.5962C15.9926 23.6425 16.2703 23.5919 16.5066 23.4533C16.7429 23.3147 16.9226 23.097 17.0139 22.8387H17.5026C17.5857 23.1214 17.7269 23.3837 17.9171 23.6089C18.1073 23.834 18.3424 24.017 18.6073 24.1461C18.4928 24.4716 18.4599 24.8202 18.5115 25.1613H17.8065C17.7038 25.1613 17.6053 25.2021 17.5327 25.2747C17.4601 25.3473 17.4194 25.4457 17.4194 25.5484V26.7097H17.0139C16.9226 26.4514 16.7429 26.2337 16.5066 26.0951C16.2703 25.9565 15.9926 25.9059 15.7226 25.9522C15.4526 25.9985 15.2077 26.1388 15.0311 26.3483C14.8545 26.5577 14.7577 26.8228 14.7577 27.0968C14.7577 27.3707 14.8545 27.6358 15.0311 27.8453C15.2077 28.0547 15.4526 28.195 15.7226 28.2413C15.9926 28.2877 16.2703 28.237 16.5066 28.0984C16.7429 27.9598 16.9226 27.7421 17.0139 27.4839H17.8065C17.9091 27.4839 18.0076 27.4431 18.0802 27.3705C18.1528 27.2979 18.1935 27.1994 18.1935 27.0968V25.9355H18.7945C18.9661 26.217 19.2016 26.4541 19.482 26.6276C19.7624 26.801 20.0797 26.9059 20.4082 26.9337V26.955C20.4082 27.3712 20.5322 27.778 20.7644 28.1234C20.9965 28.4689 21.3262 28.7374 21.7116 28.8947C22.0969 29.052 22.5204 29.0909 22.9279 29.0066C23.3355 28.9222 23.7087 28.7184 24 28.4211C24.2913 28.7184 24.6645 28.9222 25.0721 29.0066C25.4796 29.0909 25.9031 29.052 26.2884 28.8947C26.6738 28.7374 27.0035 28.4689 27.2356 28.1234C27.4678 27.778 27.5918 27.3712 27.5918 26.955V26.9337C27.9203 26.9059 28.2376 26.801 28.518 26.6276C28.7984 26.4541 29.0339 26.217 29.2055 25.9355H29.8065V27.0968C29.8065 27.1994 29.8472 27.2979 29.9198 27.3705C29.9924 27.4431 30.0909 27.4839 30.1935 27.4839H31.0345C31.1258 27.7421 31.3055 27.9598 31.5418 28.0984C31.7781 28.237 32.0558 28.2877 32.3258 28.2413C32.5958 28.195 32.8407 28.0547 33.0173 27.8453C33.1938 27.6358 33.2907 27.3707 33.2907 27.0968C33.2907 26.8228 33.1938 26.5577 33.0173 26.3483C32.8407 26.1388 32.5958 25.9985 32.3258 25.9522C32.0558 25.9059 31.7781 25.9565 31.5418 26.0951C31.3055 26.2337 31.1258 26.4514 31.0345 26.7097H30.5806V25.5484C30.5806 25.4457 30.5399 25.3473 30.4673 25.2747C30.3947 25.2021 30.2962 25.1613 30.1935 25.1613H29.4885C29.5401 24.8202 29.5072 24.4716 29.3927 24.1461C29.6576 24.017 29.8927 23.834 30.0829 23.6089C30.2731 23.3837 30.4143 23.1214 30.4974 22.8387ZM32.129 22.0645C32.2056 22.0645 32.2804 22.0872 32.3441 22.1297C32.4077 22.1723 32.4574 22.2327 32.4867 22.3035C32.516 22.3742 32.5236 22.452 32.5087 22.5271C32.4938 22.6022 32.4569 22.6712 32.4028 22.7253C32.3486 22.7795 32.2796 22.8163 32.2046 22.8313C32.1295 22.8462 32.0516 22.8385 31.9809 22.8092C31.9102 22.7799 31.8497 22.7303 31.8072 22.6667C31.7646 22.603 31.7419 22.5282 31.7419 22.4516C31.7421 22.349 31.7829 22.2506 31.8555 22.178C31.928 22.1055 32.0264 22.0646 32.129 22.0645ZM32.129 17.4193C32.2056 17.4193 32.2804 17.442 32.3441 17.4846C32.4077 17.5271 32.4574 17.5876 32.4867 17.6583C32.516 17.729 32.5236 17.8069 32.5087 17.882C32.4938 17.957 32.4569 18.026 32.4028 18.0802C32.3486 18.1343 32.2796 18.1712 32.2046 18.1861C32.1295 18.201 32.0516 18.1934 31.9809 18.1641C31.9102 18.1348 31.8497 18.0852 31.8072 18.0215C31.7646 17.9578 31.7419 17.883 31.7419 17.8064C31.7421 17.7038 31.7829 17.6054 31.8555 17.5329C31.928 17.4603 32.0264 17.4195 32.129 17.4193ZM15.9194 18.1935C15.8428 18.1935 15.768 18.1708 15.7043 18.1283C15.6406 18.0858 15.591 18.0253 15.5617 17.9546C15.5324 17.8838 15.5248 17.806 15.5397 17.7309C15.5546 17.6558 15.5915 17.5869 15.6456 17.5327C15.6998 17.4786 15.7687 17.4417 15.8438 17.4268C15.9189 17.4118 15.9968 17.4195 16.0675 17.4488C16.1382 17.4781 16.1987 17.5277 16.2412 17.5914C16.2837 17.655 16.3065 17.7299 16.3065 17.8064C16.3063 17.9091 16.2655 18.0074 16.1929 18.08C16.1204 18.1526 16.022 18.1934 15.9194 18.1935ZM15.9194 22.8387C15.8428 22.8387 15.768 22.816 15.7043 22.7735C15.6406 22.7309 15.591 22.6705 15.5617 22.5997C15.5324 22.529 15.5248 22.4512 15.5397 22.3761C15.5546 22.301 15.5915 22.232 15.6456 22.1779C15.6998 22.1237 15.7687 22.0869 15.8438 22.0719C15.9189 22.057 15.9968 22.0647 16.0675 22.094C16.1382 22.1233 16.1987 22.1729 16.2412 22.2365C16.2837 22.3002 16.3065 22.375 16.3065 22.4516C16.3063 22.5542 16.2655 22.6526 16.1929 22.7252C16.1204 22.7977 16.022 22.8386 15.9194 22.8387ZM15.9194 27.4839C15.8428 27.4839 15.768 27.4612 15.7043 27.4186C15.6406 27.3761 15.591 27.3156 15.5617 27.2449C15.5324 27.1742 15.5248 27.0963 15.5397 27.0212C15.5546 26.9462 15.5915 26.8772 15.6456 26.823C15.6998 26.7689 15.7687 26.732 15.8438 26.7171C15.9189 26.7022 15.9968 26.7098 16.0675 26.7391C16.1382 26.7684 16.1987 26.818 16.2412 26.8817C16.2837 26.9454 16.3065 27.0202 16.3065 27.0968C16.3063 27.1994 16.2655 27.2978 16.1929 27.3703C16.1204 27.4429 16.022 27.4837 15.9194 27.4839ZM23.6105 27.675C23.4441 27.931 23.1941 28.1215 22.9031 28.214C22.6121 28.3065 22.298 28.2953 22.0143 28.1823C21.7307 28.0693 21.4949 27.8615 21.3472 27.5942C21.1995 27.327 21.1489 27.0168 21.2042 26.7164C21.4352 26.6017 21.6403 26.4408 21.8067 26.2437C21.9731 26.0467 22.0974 25.8176 22.1719 25.5706C22.2012 25.4722 22.1902 25.3662 22.1412 25.2759C22.0923 25.1856 22.0096 25.1184 21.9111 25.0892C21.8624 25.0747 21.8113 25.0699 21.7607 25.0752C21.7101 25.0805 21.6611 25.0957 21.6164 25.1199C21.5261 25.1688 21.4589 25.2516 21.4297 25.35C21.3606 25.5779 21.2203 25.7778 21.0293 25.9201C20.8383 26.0624 20.6067 26.1397 20.3685 26.1406C20.3565 26.1406 20.3444 26.1416 20.3323 26.1426C20.1206 26.1016 19.9222 26.0095 19.7544 25.8742C19.5865 25.739 19.4543 25.5647 19.3692 25.3667C19.2841 25.1686 19.2488 24.9527 19.2663 24.7379C19.2838 24.523 19.3535 24.3157 19.4695 24.134C19.5032 24.0816 19.5237 24.0218 19.5293 23.9597C19.5348 23.8976 19.5253 23.8351 19.5015 23.7775C19.4777 23.7199 19.4403 23.6689 19.3925 23.6288C19.3447 23.5888 19.288 23.5609 19.2271 23.5476C18.9339 23.4822 18.6717 23.3188 18.4838 23.0844C18.2959 22.8499 18.1935 22.5585 18.1935 22.2581C18.1935 21.9576 18.2959 21.6662 18.4838 21.4318C18.6717 21.1973 18.9339 21.0339 19.2271 20.9685C19.288 20.9552 19.3447 20.9273 19.3925 20.8873C19.4403 20.8472 19.4777 20.7962 19.5015 20.7386C19.5253 20.681 19.5348 20.6185 19.5293 20.5564C19.5237 20.4944 19.5032 20.4345 19.4695 20.3821C19.3535 20.2004 19.2838 19.993 19.2663 19.7781C19.2488 19.5632 19.2842 19.3473 19.3693 19.1493C19.4545 18.9512 19.5868 18.7769 19.7547 18.6417C19.9226 18.5065 20.1211 18.4144 20.3327 18.3735C20.3444 18.3745 20.3565 18.3755 20.3685 18.3755C20.6067 18.3764 20.8383 18.4537 21.0293 18.596C21.2203 18.7384 21.3606 18.9382 21.4297 19.1661C21.4536 19.246 21.5026 19.3161 21.5694 19.3659C21.6363 19.4158 21.7174 19.4428 21.8008 19.4429C21.8381 19.4428 21.8753 19.4374 21.9111 19.4269C22.0095 19.3976 22.0923 19.3305 22.1412 19.2402C22.1901 19.1499 22.2012 19.0439 22.1719 18.9455C22.0974 18.6985 21.9731 18.4694 21.8067 18.2724C21.6403 18.0753 21.4352 17.9144 21.2042 17.7997C21.149 17.4994 21.1996 17.1892 21.3473 16.922C21.495 16.6548 21.7308 16.447 22.0144 16.334C22.2981 16.221 22.6121 16.2098 22.9031 16.3022C23.1941 16.3947 23.4441 16.5851 23.6105 16.8411V27.675ZM32.129 26.7097C32.2056 26.7097 32.2804 26.7324 32.3441 26.7749C32.4077 26.8174 32.4574 26.8779 32.4867 26.9486C32.516 27.0194 32.5236 27.0972 32.5087 27.1723C32.4938 27.2474 32.4569 27.3163 32.4028 27.3705C32.3486 27.4246 32.2796 27.4615 32.2046 27.4764C32.1295 27.4914 32.0516 27.4837 31.9809 27.4544C31.9102 27.4251 31.8497 27.3755 31.8072 27.3118C31.7646 27.2482 31.7419 27.1733 31.7419 27.0968C31.7421 26.9941 31.7829 26.8958 31.8555 26.8232C31.928 26.7506 32.0264 26.7098 32.129 26.7097ZM28.7729 23.5476C28.712 23.5609 28.6553 23.5888 28.6075 23.6288C28.5597 23.6689 28.5223 23.7199 28.4985 23.7775C28.4747 23.8351 28.4652 23.8976 28.4707 23.9597C28.4763 24.0218 28.4968 24.0816 28.5305 24.134C28.6463 24.3155 28.7161 24.5226 28.7336 24.7372C28.7512 24.9518 28.7161 25.1674 28.6314 25.3653C28.5466 25.5633 28.4148 25.7375 28.2473 25.8729C28.0799 26.0082 27.8819 26.1007 27.6706 26.1421C27.6619 26.1416 27.6537 26.1406 27.6455 26.1406C27.4072 26.1398 27.1755 26.0625 26.9844 25.9202C26.7934 25.7779 26.653 25.578 26.5839 25.35C26.5546 25.2516 26.4875 25.1688 26.3972 25.1199C26.3069 25.071 26.2009 25.0599 26.1024 25.0892C26.004 25.1184 25.9212 25.1856 25.8723 25.2759C25.8234 25.3662 25.8124 25.4722 25.8416 25.5706C25.9153 25.815 26.0378 26.0419 26.2016 26.2376C26.3654 26.4332 26.5672 26.5937 26.7948 26.7092C26.81 26.7902 26.8176 26.8725 26.8176 26.955C26.8176 27.2405 26.7251 27.5184 26.554 27.7469C26.3828 27.9754 26.1422 28.1424 25.8682 28.2227C25.5942 28.303 25.3016 28.2924 25.0341 28.1925C24.7667 28.0925 24.5388 27.9086 24.3847 27.6682V16.8479C24.5388 16.6076 24.7667 16.4236 25.0341 16.3237C25.3016 16.2237 25.5942 16.2131 25.8682 16.2934C26.1422 16.3737 26.3828 16.5407 26.554 16.7692C26.7251 16.9978 26.8176 17.2756 26.8176 17.5611C26.8176 17.6436 26.81 17.7259 26.7948 17.8069C26.5672 17.9224 26.3654 18.0829 26.2016 18.2786C26.0378 18.4742 25.9153 18.7011 25.8416 18.9455C25.8124 19.0439 25.8235 19.1499 25.8724 19.2402C25.9213 19.3305 26.004 19.3976 26.1024 19.4269C26.1383 19.4374 26.1754 19.4428 26.2127 19.4429C26.2961 19.4428 26.3773 19.4158 26.4441 19.3659C26.511 19.3161 26.56 19.246 26.5839 19.1661C26.653 18.9381 26.7934 18.7382 26.9844 18.5959C27.1755 18.4536 27.4072 18.3763 27.6455 18.3755C27.6537 18.3755 27.6619 18.3745 27.6706 18.374C27.8819 18.4154 28.0799 18.5079 28.2473 18.6432C28.4148 18.7786 28.5466 18.9528 28.6314 19.1508C28.7161 19.3487 28.7512 19.5643 28.7336 19.7789C28.7161 19.9935 28.6463 20.2006 28.5305 20.3821C28.4968 20.4345 28.4763 20.4944 28.4707 20.5564C28.4652 20.6185 28.4747 20.681 28.4985 20.7386C28.5223 20.7962 28.5597 20.8472 28.6075 20.8873C28.6553 20.9273 28.712 20.9552 28.7729 20.9685C29.0661 21.0339 29.3283 21.1973 29.5162 21.4318C29.7041 21.6662 29.8065 21.9576 29.8065 22.2581C29.8065 22.5585 29.7041 22.8499 29.5162 23.0844C29.3283 23.3188 29.0661 23.4822 28.7729 23.5476Z\" stroke=\"#B02030\" stroke-width=\"0.2\" mask=\"url(#path-2-outside-1_218_213)\"/>\\n<path d=\"M22.1095 21.2781L22.1278 21.3146L22.8202 20.9684L22.8649 20.946L22.8425 20.9013C22.8195 20.8553 22.5993 20.4381 22.1228 20.4084C21.7758 20.3868 21.4508 20.576 21.1349 20.9596C20.9993 20.8668 20.8582 20.7822 20.7124 20.7062L20.7124 20.7062L20.7107 20.7054C20.6074 20.6565 20.4892 20.65 20.3812 20.6872C20.2732 20.7244 20.1841 20.8025 20.1329 20.9046C20.0817 21.0067 20.0725 21.1248 20.1073 21.2336C20.1421 21.3423 20.218 21.4331 20.3188 21.4866C20.5682 21.6202 20.8015 21.7818 21.0143 21.9682C21.156 22.0935 21.31 22.253 21.4282 22.4352C21.5466 22.6176 21.6274 22.82 21.6274 23.0323C21.6274 23.1482 21.6735 23.2594 21.7554 23.3413C21.8374 23.4233 21.9486 23.4693 22.0645 23.4693C22.1804 23.4693 22.2916 23.4233 22.3736 23.3413C22.4556 23.2594 22.5016 23.1482 22.5016 23.0323C22.5016 22.4148 22.1755 21.9023 21.8061 21.519C21.9341 21.3623 22.0188 21.3078 22.0567 21.2894L22.1095 21.2781Z\" fill=\"#B02030\" stroke=\"#B02030\" stroke-width=\"0.1\"/>\\n<path d=\"M35.6129 29.7564H34.5016V15.6773V15.6773C34.5012 15.3048 34.3531 14.9478 34.0897 14.6844C33.8263 14.4211 33.4693 14.2729 33.0968 14.2725H33.0968L14.9032 14.2725L14.9032 14.2725C14.5307 14.2729 14.1737 14.4211 13.9103 14.6844C13.6469 14.9478 13.4988 15.3048 13.4984 15.6773V15.6773V29.7564H12.3871C12.2712 29.7564 12.16 29.8024 12.078 29.8844C11.9961 29.9664 11.95 30.0776 11.95 30.1935L11.95 32.3225L11.95 32.3226C11.9504 32.695 12.0985 33.0521 12.3619 33.3154C12.6253 33.5788 12.9823 33.7269 13.3548 33.7273H13.3548H34.6452H34.6452C35.0177 33.7269 35.3747 33.5788 35.6381 33.3154C35.9015 33.0521 36.0496 32.695 36.05 32.3226V32.3225V30.1935C36.05 30.0776 36.004 29.9664 35.922 29.8844C35.84 29.8024 35.7288 29.7564 35.6129 29.7564ZM14.3726 15.6774C14.3727 15.5367 14.4286 15.4018 14.5281 15.3023C14.6276 15.2028 14.7626 15.1468 14.9033 15.1467H33.0967C33.2374 15.1468 33.3724 15.2028 33.4719 15.3023C33.5714 15.4018 33.6273 15.5367 33.6274 15.6774V29.7564H14.3726V15.6774ZM22.406 31.3048L22.2374 30.6306H25.7626L25.594 31.3048H22.406ZM35.1758 32.3225C35.1757 32.4632 35.1197 32.5981 35.0202 32.6976C34.9207 32.7971 34.7858 32.853 34.6451 32.8532H13.3549C13.2142 32.853 13.0793 32.7971 12.9798 32.6976C12.8803 32.5981 12.8243 32.4632 12.8242 32.3225V30.6306H21.336L21.6405 31.8479C21.6642 31.9424 21.7187 32.0264 21.7955 32.0864C21.8724 32.1464 21.967 32.1789 22.0645 32.179H25.9355C26.033 32.1789 26.1276 32.1464 26.2045 32.0864C26.2813 32.0264 26.3358 31.9424 26.3595 31.8479L26.664 30.6306H35.1758V32.3225Z\" fill=\"#B02030\" stroke=\"#B02030\" stroke-width=\"0.1\"/>\\n<path d=\"M26.7597 23.5668L26.7597 23.5669C26.7585 23.6821 26.712 23.7922 26.6302 23.8734C26.5484 23.9545 26.438 24.0002 26.3227 24.0006L26.3226 24.0006L26.3207 24.0006H26.3205C26.2051 24.0002 26.0945 23.9541 26.0129 23.8724C25.9314 23.7906 25.8856 23.6799 25.8855 23.5645L25.8855 23.5644C25.8855 23.1118 26.0731 22.3369 26.6801 21.7773C26.6319 21.6957 26.5824 21.6495 26.5369 21.6227C26.4857 21.5925 26.4351 21.5842 26.3874 21.5827C26.2976 21.5822 26.2085 21.6 26.1258 21.6352C26.075 21.6604 26.0197 21.6754 25.963 21.6794C25.9059 21.6834 25.8485 21.6761 25.7942 21.6578C25.7399 21.6396 25.6897 21.6108 25.6466 21.5731L26.7597 23.5668ZM26.7597 23.5668C26.7599 23.5448 26.7665 23.2391 26.9227 22.9024C27.0779 22.5677 27.3807 22.2021 27.9766 22.053C28.0329 22.0399 28.0862 22.0157 28.1331 21.9819C28.1802 21.9479 28.22 21.9049 28.2503 21.8554C28.2806 21.8059 28.3007 21.7509 28.3095 21.6935C28.3183 21.6362 28.3155 21.5776 28.3015 21.5213C28.2874 21.465 28.2622 21.4121 28.2275 21.3656C28.1928 21.3191 28.1491 21.28 28.0991 21.2506C28.0491 21.2212 27.9937 21.202 27.9362 21.1942C27.8788 21.1864 27.8205 21.1901 27.7646 21.205C27.6481 21.234 27.5336 21.2707 27.4219 21.3148C27.2043 20.9567 26.901 20.7835 26.5953 20.7279C26.281 20.6707 25.9661 20.7378 25.74 20.8507L25.7399 20.8507C25.636 20.9026 25.5569 20.9936 25.52 21.1037C25.483 21.2139 25.4912 21.3341 25.5428 21.4382L26.7597 23.5668Z\" fill=\"#B02030\" stroke=\"#B02030\" stroke-width=\"0.1\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j8bj9u\",\"data-framer-name\":\"Frame 13\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:\"Custom AI Tools\"})})},W2cCWas40:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:\"Custom AI Tools\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:\"Custom AI Tools\"})}),className:\"framer-13c64yv\",\"data-framer-name\":\"Custom AI Tools\",fonts:[\"GF;Jomolhari-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(99, 99, 99)\"},children:\"Smart solutions tailored to your business goals.\"})})},W2cCWas40:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(99, 99, 99)\"},children:\"Smart solutions tailored to your business goals.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(99, 99, 99)\"},children:\"Smart solutions tailored to your business goals.\"})}),className:\"framer-1cbwqz3\",\"data-framer-name\":\"Smart solutions tailored to your business goals.\",fonts:[\"GF;Open Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1koa6e9\",\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(176, 32, 48)\"},children:\"Learn More\"})}),className:\"framer-8wix72\",\"data-framer-name\":\"Button\",fonts:[\"GF;Open Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1t763zv\",\"data-framer-name\":\"Frame 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:28,svg:'<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M19.5454 8.00005C19.5454 7.72391 19.3215 7.50005 19.0454 7.50005L14.5454 7.50005C14.2692 7.50005 14.0454 7.72391 14.0454 8.00005C14.0454 8.27619 14.2692 8.50005 14.5454 8.50005L18.5454 8.50005L18.5454 12.5C18.5454 12.7762 18.7692 13 19.0454 13C19.3215 13 19.5454 12.7762 19.5454 12.5L19.5454 8.00005ZM8.35355 19.399L19.3989 8.3536L18.6918 7.6465L7.64645 18.6919L8.35355 19.399Z\" fill=\"#B02030\"/>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation19,__framer__exit:animation20,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-wr6upb\",\"data-border\":true,\"data-framer-name\":\"Frame 29\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-p3q6fb\",\"data-framer-name\":\"Frame 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:49,svg:'<svg width=\"49\" height=\"48\" viewBox=\"0 0 49 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"1.16666\" y=\"0.5\" width=\"47\" height=\"47\" rx=\"23.5\" stroke=\"#B02030\"/>\\n<mask id=\"path-2-outside-1_218_215\" maskUnits=\"userSpaceOnUse\" x=\"11.6667\" y=\"11\" width=\"26\" height=\"26\" fill=\"black\">\\n<rect fill=\"white\" x=\"11.6667\" y=\"11\" width=\"26\" height=\"26\"/>\\n<path d=\"M35.3423 16.0506H31.6064C31.3664 16.0506 31.1727 16.2443 31.1727 16.4843C31.1727 16.7242 31.3664 16.918 31.6064 16.918H35.3423C35.5939 16.918 35.7992 17.1232 35.7992 17.3748V28.1937H30.4498C30.2098 28.1937 30.0161 28.3874 30.0161 28.6274C30.0161 28.8674 30.2098 29.0611 30.4498 29.0611H35.7992V31.2064C35.7992 31.4579 35.5939 31.6632 35.3423 31.6632H13.991C13.7394 31.6632 13.5341 31.4579 13.5341 31.2064V29.0611H18.8835C19.1235 29.0611 19.3173 28.8674 19.3173 28.6274C19.3173 28.3874 19.1235 28.1937 18.8835 28.1937H13.5341V17.3748C13.5341 17.1232 13.7394 16.918 13.991 16.918H17.7269C17.9669 16.918 18.1606 16.7242 18.1606 16.4843C18.1606 16.2443 17.9669 16.0506 17.7269 16.0506H13.991C13.6398 16.0506 13.3029 16.1901 13.0545 16.4384C12.8062 16.6868 12.6667 17.0236 12.6667 17.3748V31.2064C12.6667 31.5576 12.8062 31.8944 13.0545 32.1427C13.3029 32.391 13.6398 32.5305 13.991 32.5305H22.498V35.1326H21.1968C20.9568 35.1326 20.763 35.3263 20.763 35.5663C20.763 35.8063 20.9568 36 21.1968 36H28.1365C28.3765 36 28.5703 35.8063 28.5703 35.5663C28.5703 35.3263 28.3765 35.1326 28.1365 35.1326H26.8353V32.5305H35.3423C35.6936 32.5305 36.0304 32.391 36.2788 32.1427C36.5271 31.8944 36.6667 31.5576 36.6667 31.2064V17.3748C36.6667 17.0236 36.5271 16.6868 36.2788 16.4384C36.0304 16.1901 35.6936 16.0506 35.3423 16.0506ZM25.9679 35.1326H23.3655V32.5305H25.9679V35.1326ZM24.6667 26.1699C26.1818 26.1699 27.4136 24.9382 27.4136 23.4232C27.4136 21.9082 26.1818 20.6765 24.6667 20.6765C23.1515 20.6765 21.9197 21.9082 21.9197 23.4232C21.9197 24.9382 23.1515 26.1699 24.6667 26.1699ZM24.6667 21.5439C25.7018 21.5439 26.5462 22.3881 26.5462 23.4232C26.5462 24.4583 25.7018 25.3025 24.6667 25.3025C23.6315 25.3025 22.7871 24.4583 22.7871 23.4232C22.7871 22.3881 23.6315 21.5439 24.6667 21.5439ZM17.1486 15.1832C17.5418 15.1832 17.9004 15.0387 18.1809 14.8016L20.1847 16.1373V19.1153L19.7336 19.5663C19.5775 19.7224 19.4908 19.9306 19.4908 20.1532C19.4908 20.3759 19.5775 20.584 19.7336 20.7402L20.1442 21.1507C20.0344 21.3675 19.9389 21.596 19.8609 21.833H19.2797C18.8228 21.833 18.4498 22.206 18.4498 22.6628V24.1836C18.4498 24.6404 18.8228 25.0134 19.2797 25.0134H19.8609C19.9389 25.2476 20.0344 25.4789 20.1442 25.6957L19.7336 26.1063C19.5781 26.262 19.4908 26.4731 19.4908 26.6932C19.4908 26.9133 19.5781 27.1243 19.7336 27.2801L20.8093 28.3556C20.9651 28.5111 21.1762 28.5985 21.3963 28.5985C21.6164 28.5985 21.8275 28.5111 21.9833 28.3556L22.3939 27.9451C22.6108 28.0549 22.8392 28.1503 23.0763 28.2284V28.8095C23.0763 29.2664 23.4493 29.6393 23.9062 29.6393H25.4271C25.884 29.6393 26.257 29.2664 26.257 28.8095V28.2284C26.4912 28.1503 26.7197 28.0549 26.9394 27.9451L27.35 28.3556C27.5058 28.5111 27.7169 28.5985 27.937 28.5985C28.1571 28.5985 28.3682 28.5111 28.524 28.3556L29.5997 27.2801C29.7552 27.1243 29.8425 26.9133 29.8425 26.6932C29.8425 26.4731 29.7552 26.262 29.5997 26.1063L29.1891 25.6957C29.2989 25.476 29.3944 25.2476 29.4724 25.0134H30.0536C30.5105 25.0134 30.8835 24.6404 30.8835 24.1836V22.6628C30.8835 22.206 30.5105 21.833 30.0536 21.833H29.4724C29.3944 21.5988 29.2989 21.3704 29.1891 21.1507L29.5997 20.7402C29.7558 20.584 29.8426 20.3759 29.8426 20.1532C29.8426 19.9306 29.7558 19.7224 29.5997 19.5663L29.1486 19.1153V16.1373L31.1524 14.8016C31.4329 15.0387 31.7915 15.1832 32.1847 15.1832C33.0609 15.1832 33.7751 14.4691 33.7751 13.5931C33.7751 12.717 33.0609 12.0029 32.1847 12.0029C31.3086 12.0029 30.5944 12.717 30.5944 13.5931C30.5944 13.7636 30.6233 13.9256 30.6724 14.0817L28.4748 15.5475C28.3534 15.6256 28.2811 15.7615 28.2811 15.906V18.326C27.9746 18.1872 27.6016 18.2392 27.35 18.4908L26.9394 18.9013C26.7197 18.7915 26.4912 18.6961 26.257 18.618V18.0369C26.257 17.5801 25.884 17.2071 25.4271 17.2071H25.1004V15.1225C25.7655 14.9317 26.257 14.3216 26.257 13.5931C26.257 12.717 25.5428 12.0029 24.6667 12.0029C23.7905 12.0029 23.0763 12.717 23.0763 13.5931C23.0763 14.3188 23.5679 14.9317 24.2329 15.1225V17.2071H23.9062C23.4493 17.2071 23.0763 17.5801 23.0763 18.0369V18.618C22.8421 18.6961 22.6136 18.7915 22.3939 18.9013L21.9833 18.4908C21.8633 18.3718 21.7099 18.2923 21.5435 18.2628C21.3771 18.2334 21.2057 18.2554 21.0522 18.326V15.906C21.0522 15.7615 20.9799 15.6256 20.8585 15.5446L18.6609 14.0788C18.71 13.9256 18.7389 13.7608 18.7389 13.5902C18.7389 12.7141 18.0247 12 17.1486 12C16.2724 12 15.5582 12.7141 15.5582 13.5902C15.5582 14.4662 16.2724 15.1832 17.1486 15.1832ZM32.1847 12.8703C32.3765 12.8703 32.5603 12.9464 32.6959 13.082C32.8315 13.2175 32.9076 13.4014 32.9076 13.5931C32.9076 13.7848 32.8315 13.9686 32.6959 14.1042C32.5603 14.2397 32.3765 14.3159 32.1847 14.3159C31.993 14.3159 31.8091 14.2397 31.6736 14.1042C31.538 13.9686 31.4618 13.7848 31.4618 13.5931C31.4618 13.4014 31.538 13.2175 31.6736 13.082C31.8091 12.9464 31.993 12.8703 32.1847 12.8703ZM23.9438 13.5931C23.9438 13.4014 24.0199 13.2175 24.1555 13.082C24.2911 12.9464 24.4749 12.8703 24.6667 12.8703C24.8584 12.8703 25.0422 12.9464 25.1778 13.082C25.3134 13.2175 25.3895 13.4014 25.3895 13.5931C25.3895 13.7848 25.3134 13.9686 25.1778 14.1042C25.0422 14.2397 24.8584 14.3159 24.6667 14.3159C24.4749 14.3159 24.2911 14.2397 24.1555 14.1042C24.0199 13.9686 23.9438 13.7848 23.9438 13.5931ZM21.7982 19.5316C22.0527 19.786 22.4373 19.8497 22.7553 19.6877C22.9548 19.5866 23.163 19.4998 23.377 19.4304C23.5427 19.3764 23.6869 19.2711 23.7888 19.1298C23.8907 18.9884 23.945 18.8183 23.9438 18.644V18.0744H25.3895V18.644C25.3895 19.0054 25.618 19.3206 25.9563 19.4304C26.1703 19.4998 26.3785 19.5866 26.578 19.6877C26.8932 19.8497 27.2806 19.786 27.5351 19.5316L27.937 19.1297L28.9606 20.1532L28.5587 20.5551C28.3042 20.8095 28.2406 21.1941 28.4026 21.5121C28.5038 21.7116 28.5905 21.9198 28.6599 22.1337C28.7139 22.2994 28.8192 22.4436 28.9606 22.5455C29.102 22.6474 29.2721 22.7016 29.4464 22.7004H30.0161V24.146H29.4464C29.085 24.146 28.7698 24.3744 28.6599 24.7127C28.5905 24.9266 28.5038 25.1348 28.4026 25.3343C28.2406 25.6523 28.3042 26.0369 28.5587 26.2913L28.9606 26.6932L27.937 27.7167L27.5322 27.3119C27.2777 27.0575 26.8903 26.9939 26.5722 27.1587C26.3756 27.2598 26.1674 27.3466 25.9563 27.416C25.618 27.5258 25.3924 27.841 25.3924 28.2024V28.772H23.9467V28.2024C23.9467 27.841 23.7182 27.5258 23.3828 27.416C23.1688 27.3466 22.9606 27.2598 22.764 27.1587C22.6081 27.0795 22.4311 27.0519 22.2585 27.08C22.0859 27.1081 21.9268 27.1903 21.804 27.3148L21.3992 27.7196L20.3756 26.6961L20.7804 26.2913C21.0377 26.034 21.0985 25.6494 20.9336 25.3314C20.8324 25.1348 20.7457 24.9266 20.6763 24.7127C20.5664 24.3744 20.2512 24.1489 19.8898 24.1489H19.3173V22.7033H19.8869C20.2483 22.7033 20.5635 22.4749 20.6734 22.1395C20.7428 21.9256 20.8295 21.7174 20.9308 21.5208C21.0956 21.2027 21.032 20.8182 20.7775 20.5609L20.3727 20.1561L21.3963 19.1326L21.7982 19.5316ZM17.1486 12.8703C17.3403 12.8703 17.5242 12.9464 17.6597 13.082C17.7953 13.2175 17.8715 13.4014 17.8715 13.5931C17.8715 13.7848 17.7953 13.9686 17.6597 14.1042C17.5242 14.2397 17.3403 14.3159 17.1486 14.3159C16.9569 14.3159 16.773 14.2397 16.6374 14.1042C16.5019 13.9686 16.4257 13.7848 16.4257 13.5931C16.4257 13.4014 16.5019 13.2175 16.6374 13.082C16.773 12.9464 16.9569 12.8703 17.1486 12.8703Z\"/>\\n</mask>\\n<path d=\"M35.3423 16.0506H31.6064C31.3664 16.0506 31.1727 16.2443 31.1727 16.4843C31.1727 16.7242 31.3664 16.918 31.6064 16.918H35.3423C35.5939 16.918 35.7992 17.1232 35.7992 17.3748V28.1937H30.4498C30.2098 28.1937 30.0161 28.3874 30.0161 28.6274C30.0161 28.8674 30.2098 29.0611 30.4498 29.0611H35.7992V31.2064C35.7992 31.4579 35.5939 31.6632 35.3423 31.6632H13.991C13.7394 31.6632 13.5341 31.4579 13.5341 31.2064V29.0611H18.8835C19.1235 29.0611 19.3173 28.8674 19.3173 28.6274C19.3173 28.3874 19.1235 28.1937 18.8835 28.1937H13.5341V17.3748C13.5341 17.1232 13.7394 16.918 13.991 16.918H17.7269C17.9669 16.918 18.1606 16.7242 18.1606 16.4843C18.1606 16.2443 17.9669 16.0506 17.7269 16.0506H13.991C13.6398 16.0506 13.3029 16.1901 13.0545 16.4384C12.8062 16.6868 12.6667 17.0236 12.6667 17.3748V31.2064C12.6667 31.5576 12.8062 31.8944 13.0545 32.1427C13.3029 32.391 13.6398 32.5305 13.991 32.5305H22.498V35.1326H21.1968C20.9568 35.1326 20.763 35.3263 20.763 35.5663C20.763 35.8063 20.9568 36 21.1968 36H28.1365C28.3765 36 28.5703 35.8063 28.5703 35.5663C28.5703 35.3263 28.3765 35.1326 28.1365 35.1326H26.8353V32.5305H35.3423C35.6936 32.5305 36.0304 32.391 36.2788 32.1427C36.5271 31.8944 36.6667 31.5576 36.6667 31.2064V17.3748C36.6667 17.0236 36.5271 16.6868 36.2788 16.4384C36.0304 16.1901 35.6936 16.0506 35.3423 16.0506ZM25.9679 35.1326H23.3655V32.5305H25.9679V35.1326ZM24.6667 26.1699C26.1818 26.1699 27.4136 24.9382 27.4136 23.4232C27.4136 21.9082 26.1818 20.6765 24.6667 20.6765C23.1515 20.6765 21.9197 21.9082 21.9197 23.4232C21.9197 24.9382 23.1515 26.1699 24.6667 26.1699ZM24.6667 21.5439C25.7018 21.5439 26.5462 22.3881 26.5462 23.4232C26.5462 24.4583 25.7018 25.3025 24.6667 25.3025C23.6315 25.3025 22.7871 24.4583 22.7871 23.4232C22.7871 22.3881 23.6315 21.5439 24.6667 21.5439ZM17.1486 15.1832C17.5418 15.1832 17.9004 15.0387 18.1809 14.8016L20.1847 16.1373V19.1153L19.7336 19.5663C19.5775 19.7224 19.4908 19.9306 19.4908 20.1532C19.4908 20.3759 19.5775 20.584 19.7336 20.7402L20.1442 21.1507C20.0344 21.3675 19.9389 21.596 19.8609 21.833H19.2797C18.8228 21.833 18.4498 22.206 18.4498 22.6628V24.1836C18.4498 24.6404 18.8228 25.0134 19.2797 25.0134H19.8609C19.9389 25.2476 20.0344 25.4789 20.1442 25.6957L19.7336 26.1063C19.5781 26.262 19.4908 26.4731 19.4908 26.6932C19.4908 26.9133 19.5781 27.1243 19.7336 27.2801L20.8093 28.3556C20.9651 28.5111 21.1762 28.5985 21.3963 28.5985C21.6164 28.5985 21.8275 28.5111 21.9833 28.3556L22.3939 27.9451C22.6108 28.0549 22.8392 28.1503 23.0763 28.2284V28.8095C23.0763 29.2664 23.4493 29.6393 23.9062 29.6393H25.4271C25.884 29.6393 26.257 29.2664 26.257 28.8095V28.2284C26.4912 28.1503 26.7197 28.0549 26.9394 27.9451L27.35 28.3556C27.5058 28.5111 27.7169 28.5985 27.937 28.5985C28.1571 28.5985 28.3682 28.5111 28.524 28.3556L29.5997 27.2801C29.7552 27.1243 29.8425 26.9133 29.8425 26.6932C29.8425 26.4731 29.7552 26.262 29.5997 26.1063L29.1891 25.6957C29.2989 25.476 29.3944 25.2476 29.4724 25.0134H30.0536C30.5105 25.0134 30.8835 24.6404 30.8835 24.1836V22.6628C30.8835 22.206 30.5105 21.833 30.0536 21.833H29.4724C29.3944 21.5988 29.2989 21.3704 29.1891 21.1507L29.5997 20.7402C29.7558 20.584 29.8426 20.3759 29.8426 20.1532C29.8426 19.9306 29.7558 19.7224 29.5997 19.5663L29.1486 19.1153V16.1373L31.1524 14.8016C31.4329 15.0387 31.7915 15.1832 32.1847 15.1832C33.0609 15.1832 33.7751 14.4691 33.7751 13.5931C33.7751 12.717 33.0609 12.0029 32.1847 12.0029C31.3086 12.0029 30.5944 12.717 30.5944 13.5931C30.5944 13.7636 30.6233 13.9256 30.6724 14.0817L28.4748 15.5475C28.3534 15.6256 28.2811 15.7615 28.2811 15.906V18.326C27.9746 18.1872 27.6016 18.2392 27.35 18.4908L26.9394 18.9013C26.7197 18.7915 26.4912 18.6961 26.257 18.618V18.0369C26.257 17.5801 25.884 17.2071 25.4271 17.2071H25.1004V15.1225C25.7655 14.9317 26.257 14.3216 26.257 13.5931C26.257 12.717 25.5428 12.0029 24.6667 12.0029C23.7905 12.0029 23.0763 12.717 23.0763 13.5931C23.0763 14.3188 23.5679 14.9317 24.2329 15.1225V17.2071H23.9062C23.4493 17.2071 23.0763 17.5801 23.0763 18.0369V18.618C22.8421 18.6961 22.6136 18.7915 22.3939 18.9013L21.9833 18.4908C21.8633 18.3718 21.7099 18.2923 21.5435 18.2628C21.3771 18.2334 21.2057 18.2554 21.0522 18.326V15.906C21.0522 15.7615 20.9799 15.6256 20.8585 15.5446L18.6609 14.0788C18.71 13.9256 18.7389 13.7608 18.7389 13.5902C18.7389 12.7141 18.0247 12 17.1486 12C16.2724 12 15.5582 12.7141 15.5582 13.5902C15.5582 14.4662 16.2724 15.1832 17.1486 15.1832ZM32.1847 12.8703C32.3765 12.8703 32.5603 12.9464 32.6959 13.082C32.8315 13.2175 32.9076 13.4014 32.9076 13.5931C32.9076 13.7848 32.8315 13.9686 32.6959 14.1042C32.5603 14.2397 32.3765 14.3159 32.1847 14.3159C31.993 14.3159 31.8091 14.2397 31.6736 14.1042C31.538 13.9686 31.4618 13.7848 31.4618 13.5931C31.4618 13.4014 31.538 13.2175 31.6736 13.082C31.8091 12.9464 31.993 12.8703 32.1847 12.8703ZM23.9438 13.5931C23.9438 13.4014 24.0199 13.2175 24.1555 13.082C24.2911 12.9464 24.4749 12.8703 24.6667 12.8703C24.8584 12.8703 25.0422 12.9464 25.1778 13.082C25.3134 13.2175 25.3895 13.4014 25.3895 13.5931C25.3895 13.7848 25.3134 13.9686 25.1778 14.1042C25.0422 14.2397 24.8584 14.3159 24.6667 14.3159C24.4749 14.3159 24.2911 14.2397 24.1555 14.1042C24.0199 13.9686 23.9438 13.7848 23.9438 13.5931ZM21.7982 19.5316C22.0527 19.786 22.4373 19.8497 22.7553 19.6877C22.9548 19.5866 23.163 19.4998 23.377 19.4304C23.5427 19.3764 23.6869 19.2711 23.7888 19.1298C23.8907 18.9884 23.945 18.8183 23.9438 18.644V18.0744H25.3895V18.644C25.3895 19.0054 25.618 19.3206 25.9563 19.4304C26.1703 19.4998 26.3785 19.5866 26.578 19.6877C26.8932 19.8497 27.2806 19.786 27.5351 19.5316L27.937 19.1297L28.9606 20.1532L28.5587 20.5551C28.3042 20.8095 28.2406 21.1941 28.4026 21.5121C28.5038 21.7116 28.5905 21.9198 28.6599 22.1337C28.7139 22.2994 28.8192 22.4436 28.9606 22.5455C29.102 22.6474 29.2721 22.7016 29.4464 22.7004H30.0161V24.146H29.4464C29.085 24.146 28.7698 24.3744 28.6599 24.7127C28.5905 24.9266 28.5038 25.1348 28.4026 25.3343C28.2406 25.6523 28.3042 26.0369 28.5587 26.2913L28.9606 26.6932L27.937 27.7167L27.5322 27.3119C27.2777 27.0575 26.8903 26.9939 26.5722 27.1587C26.3756 27.2598 26.1674 27.3466 25.9563 27.416C25.618 27.5258 25.3924 27.841 25.3924 28.2024V28.772H23.9467V28.2024C23.9467 27.841 23.7182 27.5258 23.3828 27.416C23.1688 27.3466 22.9606 27.2598 22.764 27.1587C22.6081 27.0795 22.4311 27.0519 22.2585 27.08C22.0859 27.1081 21.9268 27.1903 21.804 27.3148L21.3992 27.7196L20.3756 26.6961L20.7804 26.2913C21.0377 26.034 21.0985 25.6494 20.9336 25.3314C20.8324 25.1348 20.7457 24.9266 20.6763 24.7127C20.5664 24.3744 20.2512 24.1489 19.8898 24.1489H19.3173V22.7033H19.8869C20.2483 22.7033 20.5635 22.4749 20.6734 22.1395C20.7428 21.9256 20.8295 21.7174 20.9308 21.5208C21.0956 21.2027 21.032 20.8182 20.7775 20.5609L20.3727 20.1561L21.3963 19.1326L21.7982 19.5316ZM17.1486 12.8703C17.3403 12.8703 17.5242 12.9464 17.6597 13.082C17.7953 13.2175 17.8715 13.4014 17.8715 13.5931C17.8715 13.7848 17.7953 13.9686 17.6597 14.1042C17.5242 14.2397 17.3403 14.3159 17.1486 14.3159C16.9569 14.3159 16.773 14.2397 16.6374 14.1042C16.5019 13.9686 16.4257 13.7848 16.4257 13.5931C16.4257 13.4014 16.5019 13.2175 16.6374 13.082C16.773 12.9464 16.9569 12.8703 17.1486 12.8703Z\" fill=\"#B02030\"/>\\n<path d=\"M35.3423 16.0506H31.6064C31.3664 16.0506 31.1727 16.2443 31.1727 16.4843C31.1727 16.7242 31.3664 16.918 31.6064 16.918H35.3423C35.5939 16.918 35.7992 17.1232 35.7992 17.3748V28.1937H30.4498C30.2098 28.1937 30.0161 28.3874 30.0161 28.6274C30.0161 28.8674 30.2098 29.0611 30.4498 29.0611H35.7992V31.2064C35.7992 31.4579 35.5939 31.6632 35.3423 31.6632H13.991C13.7394 31.6632 13.5341 31.4579 13.5341 31.2064V29.0611H18.8835C19.1235 29.0611 19.3173 28.8674 19.3173 28.6274C19.3173 28.3874 19.1235 28.1937 18.8835 28.1937H13.5341V17.3748C13.5341 17.1232 13.7394 16.918 13.991 16.918H17.7269C17.9669 16.918 18.1606 16.7242 18.1606 16.4843C18.1606 16.2443 17.9669 16.0506 17.7269 16.0506H13.991C13.6398 16.0506 13.3029 16.1901 13.0545 16.4384C12.8062 16.6868 12.6667 17.0236 12.6667 17.3748V31.2064C12.6667 31.5576 12.8062 31.8944 13.0545 32.1427C13.3029 32.391 13.6398 32.5305 13.991 32.5305H22.498V35.1326H21.1968C20.9568 35.1326 20.763 35.3263 20.763 35.5663C20.763 35.8063 20.9568 36 21.1968 36H28.1365C28.3765 36 28.5703 35.8063 28.5703 35.5663C28.5703 35.3263 28.3765 35.1326 28.1365 35.1326H26.8353V32.5305H35.3423C35.6936 32.5305 36.0304 32.391 36.2788 32.1427C36.5271 31.8944 36.6667 31.5576 36.6667 31.2064V17.3748C36.6667 17.0236 36.5271 16.6868 36.2788 16.4384C36.0304 16.1901 35.6936 16.0506 35.3423 16.0506ZM25.9679 35.1326H23.3655V32.5305H25.9679V35.1326ZM24.6667 26.1699C26.1818 26.1699 27.4136 24.9382 27.4136 23.4232C27.4136 21.9082 26.1818 20.6765 24.6667 20.6765C23.1515 20.6765 21.9197 21.9082 21.9197 23.4232C21.9197 24.9382 23.1515 26.1699 24.6667 26.1699ZM24.6667 21.5439C25.7018 21.5439 26.5462 22.3881 26.5462 23.4232C26.5462 24.4583 25.7018 25.3025 24.6667 25.3025C23.6315 25.3025 22.7871 24.4583 22.7871 23.4232C22.7871 22.3881 23.6315 21.5439 24.6667 21.5439ZM17.1486 15.1832C17.5418 15.1832 17.9004 15.0387 18.1809 14.8016L20.1847 16.1373V19.1153L19.7336 19.5663C19.5775 19.7224 19.4908 19.9306 19.4908 20.1532C19.4908 20.3759 19.5775 20.584 19.7336 20.7402L20.1442 21.1507C20.0344 21.3675 19.9389 21.596 19.8609 21.833H19.2797C18.8228 21.833 18.4498 22.206 18.4498 22.6628V24.1836C18.4498 24.6404 18.8228 25.0134 19.2797 25.0134H19.8609C19.9389 25.2476 20.0344 25.4789 20.1442 25.6957L19.7336 26.1063C19.5781 26.262 19.4908 26.4731 19.4908 26.6932C19.4908 26.9133 19.5781 27.1243 19.7336 27.2801L20.8093 28.3556C20.9651 28.5111 21.1762 28.5985 21.3963 28.5985C21.6164 28.5985 21.8275 28.5111 21.9833 28.3556L22.3939 27.9451C22.6108 28.0549 22.8392 28.1503 23.0763 28.2284V28.8095C23.0763 29.2664 23.4493 29.6393 23.9062 29.6393H25.4271C25.884 29.6393 26.257 29.2664 26.257 28.8095V28.2284C26.4912 28.1503 26.7197 28.0549 26.9394 27.9451L27.35 28.3556C27.5058 28.5111 27.7169 28.5985 27.937 28.5985C28.1571 28.5985 28.3682 28.5111 28.524 28.3556L29.5997 27.2801C29.7552 27.1243 29.8425 26.9133 29.8425 26.6932C29.8425 26.4731 29.7552 26.262 29.5997 26.1063L29.1891 25.6957C29.2989 25.476 29.3944 25.2476 29.4724 25.0134H30.0536C30.5105 25.0134 30.8835 24.6404 30.8835 24.1836V22.6628C30.8835 22.206 30.5105 21.833 30.0536 21.833H29.4724C29.3944 21.5988 29.2989 21.3704 29.1891 21.1507L29.5997 20.7402C29.7558 20.584 29.8426 20.3759 29.8426 20.1532C29.8426 19.9306 29.7558 19.7224 29.5997 19.5663L29.1486 19.1153V16.1373L31.1524 14.8016C31.4329 15.0387 31.7915 15.1832 32.1847 15.1832C33.0609 15.1832 33.7751 14.4691 33.7751 13.5931C33.7751 12.717 33.0609 12.0029 32.1847 12.0029C31.3086 12.0029 30.5944 12.717 30.5944 13.5931C30.5944 13.7636 30.6233 13.9256 30.6724 14.0817L28.4748 15.5475C28.3534 15.6256 28.2811 15.7615 28.2811 15.906V18.326C27.9746 18.1872 27.6016 18.2392 27.35 18.4908L26.9394 18.9013C26.7197 18.7915 26.4912 18.6961 26.257 18.618V18.0369C26.257 17.5801 25.884 17.2071 25.4271 17.2071H25.1004V15.1225C25.7655 14.9317 26.257 14.3216 26.257 13.5931C26.257 12.717 25.5428 12.0029 24.6667 12.0029C23.7905 12.0029 23.0763 12.717 23.0763 13.5931C23.0763 14.3188 23.5679 14.9317 24.2329 15.1225V17.2071H23.9062C23.4493 17.2071 23.0763 17.5801 23.0763 18.0369V18.618C22.8421 18.6961 22.6136 18.7915 22.3939 18.9013L21.9833 18.4908C21.8633 18.3718 21.7099 18.2923 21.5435 18.2628C21.3771 18.2334 21.2057 18.2554 21.0522 18.326V15.906C21.0522 15.7615 20.9799 15.6256 20.8585 15.5446L18.6609 14.0788C18.71 13.9256 18.7389 13.7608 18.7389 13.5902C18.7389 12.7141 18.0247 12 17.1486 12C16.2724 12 15.5582 12.7141 15.5582 13.5902C15.5582 14.4662 16.2724 15.1832 17.1486 15.1832ZM32.1847 12.8703C32.3765 12.8703 32.5603 12.9464 32.6959 13.082C32.8315 13.2175 32.9076 13.4014 32.9076 13.5931C32.9076 13.7848 32.8315 13.9686 32.6959 14.1042C32.5603 14.2397 32.3765 14.3159 32.1847 14.3159C31.993 14.3159 31.8091 14.2397 31.6736 14.1042C31.538 13.9686 31.4618 13.7848 31.4618 13.5931C31.4618 13.4014 31.538 13.2175 31.6736 13.082C31.8091 12.9464 31.993 12.8703 32.1847 12.8703ZM23.9438 13.5931C23.9438 13.4014 24.0199 13.2175 24.1555 13.082C24.2911 12.9464 24.4749 12.8703 24.6667 12.8703C24.8584 12.8703 25.0422 12.9464 25.1778 13.082C25.3134 13.2175 25.3895 13.4014 25.3895 13.5931C25.3895 13.7848 25.3134 13.9686 25.1778 14.1042C25.0422 14.2397 24.8584 14.3159 24.6667 14.3159C24.4749 14.3159 24.2911 14.2397 24.1555 14.1042C24.0199 13.9686 23.9438 13.7848 23.9438 13.5931ZM21.7982 19.5316C22.0527 19.786 22.4373 19.8497 22.7553 19.6877C22.9548 19.5866 23.163 19.4998 23.377 19.4304C23.5427 19.3764 23.6869 19.2711 23.7888 19.1298C23.8907 18.9884 23.945 18.8183 23.9438 18.644V18.0744H25.3895V18.644C25.3895 19.0054 25.618 19.3206 25.9563 19.4304C26.1703 19.4998 26.3785 19.5866 26.578 19.6877C26.8932 19.8497 27.2806 19.786 27.5351 19.5316L27.937 19.1297L28.9606 20.1532L28.5587 20.5551C28.3042 20.8095 28.2406 21.1941 28.4026 21.5121C28.5038 21.7116 28.5905 21.9198 28.6599 22.1337C28.7139 22.2994 28.8192 22.4436 28.9606 22.5455C29.102 22.6474 29.2721 22.7016 29.4464 22.7004H30.0161V24.146H29.4464C29.085 24.146 28.7698 24.3744 28.6599 24.7127C28.5905 24.9266 28.5038 25.1348 28.4026 25.3343C28.2406 25.6523 28.3042 26.0369 28.5587 26.2913L28.9606 26.6932L27.937 27.7167L27.5322 27.3119C27.2777 27.0575 26.8903 26.9939 26.5722 27.1587C26.3756 27.2598 26.1674 27.3466 25.9563 27.416C25.618 27.5258 25.3924 27.841 25.3924 28.2024V28.772H23.9467V28.2024C23.9467 27.841 23.7182 27.5258 23.3828 27.416C23.1688 27.3466 22.9606 27.2598 22.764 27.1587C22.6081 27.0795 22.4311 27.0519 22.2585 27.08C22.0859 27.1081 21.9268 27.1903 21.804 27.3148L21.3992 27.7196L20.3756 26.6961L20.7804 26.2913C21.0377 26.034 21.0985 25.6494 20.9336 25.3314C20.8324 25.1348 20.7457 24.9266 20.6763 24.7127C20.5664 24.3744 20.2512 24.1489 19.8898 24.1489H19.3173V22.7033H19.8869C20.2483 22.7033 20.5635 22.4749 20.6734 22.1395C20.7428 21.9256 20.8295 21.7174 20.9308 21.5208C21.0956 21.2027 21.032 20.8182 20.7775 20.5609L20.3727 20.1561L21.3963 19.1326L21.7982 19.5316ZM17.1486 12.8703C17.3403 12.8703 17.5242 12.9464 17.6597 13.082C17.7953 13.2175 17.8715 13.4014 17.8715 13.5931C17.8715 13.7848 17.7953 13.9686 17.6597 14.1042C17.5242 14.2397 17.3403 14.3159 17.1486 14.3159C16.9569 14.3159 16.773 14.2397 16.6374 14.1042C16.5019 13.9686 16.4257 13.7848 16.4257 13.5931C16.4257 13.4014 16.5019 13.2175 16.6374 13.082C16.773 12.9464 16.9569 12.8703 17.1486 12.8703Z\" stroke=\"#B02030\" stroke-width=\"0.6\" mask=\"url(#path-2-outside-1_218_215)\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uw48tx\",\"data-framer-name\":\"Frame 13\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:\"System Integration\"})})},W2cCWas40:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:\"System Integration\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:\"System Integration\"})}),className:\"framer-m9qycy\",\"data-framer-name\":\"System Integration\",fonts:[\"GF;Jomolhari-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(99, 99, 99)\"},children:\"Connect your tools into one seamless workflow.\"})})},W2cCWas40:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(99, 99, 99)\"},children:\"Connect your tools into one seamless workflow.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(99, 99, 99)\"},children:\"Connect your tools into one seamless workflow.\"})}),className:\"framer-cpj7zf\",\"data-framer-name\":\"Connect your tools into one seamless workflow.\",fonts:[\"GF;Open Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8x9mv7\",\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(176, 32, 48)\"},children:\"Learn More\"})}),className:\"framer-1q9k8v9\",\"data-framer-name\":\"Button\",fonts:[\"GF;Open Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-htlhcl\",\"data-framer-name\":\"Frame 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:28,svg:'<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M20.212 8.00005C20.212 7.72391 19.9881 7.50005 19.712 7.50005L15.212 7.50005C14.9358 7.50005 14.712 7.72391 14.712 8.00005C14.712 8.27619 14.9358 8.50005 15.212 8.50005L19.212 8.50005L19.212 12.5C19.212 12.7762 19.4358 13 19.712 13C19.9881 13 20.212 12.7762 20.212 12.5L20.212 8.00005ZM9.02018 19.399L20.0655 8.3536L19.3584 7.6465L8.31307 18.6919L9.02018 19.399Z\" fill=\"#B02030\"/>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation19,__framer__exit:animation20,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-9ozhog\",\"data-border\":true,\"data-framer-name\":\"Frame 30\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1aj5c6h\",\"data-framer-name\":\"Frame 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:49,svg:'<svg width=\"49\" height=\"48\" viewBox=\"0 0 49 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.833313\" y=\"0.5\" width=\"47\" height=\"47\" rx=\"23.5\" stroke=\"#B02030\"/>\\n<mask id=\"path-2-outside-1_218_221\" maskUnits=\"userSpaceOnUse\" x=\"11.3333\" y=\"11\" width=\"26\" height=\"26\" fill=\"black\">\\n<rect fill=\"white\" x=\"11.3333\" y=\"11\" width=\"26\" height=\"26\"/>\\n<path d=\"M28.1236 35.0839C28.1733 35.239 28.0855 35.4029 27.9333 35.4498C26.7714 35.8156 25.5626 36 24.3333 36C20.5255 36 17.0279 34.2527 14.7362 31.2029C13.1645 29.1132 12.3333 26.6224 12.3333 24C12.3333 20.4849 13.8377 17.2127 16.4806 14.9268H14.3821C14.2211 14.9268 14.0894 14.7951 14.0894 14.6341C14.0894 14.4732 14.2211 14.3415 14.3821 14.3415H17.3089C17.4699 14.3415 17.6016 14.4732 17.6016 14.6341V17.561C17.6016 17.722 17.4699 17.8537 17.3089 17.8537C17.1479 17.8537 17.0162 17.722 17.0162 17.561V15.2459C14.4084 17.4234 12.9187 20.5902 12.9187 24C12.9187 26.4937 13.7089 28.8644 15.2045 30.8517C17.3821 33.7522 20.7099 35.4146 24.3333 35.4146C25.5011 35.4146 26.6543 35.239 27.7577 34.8907C27.9128 34.8439 28.0767 34.9288 28.1236 35.0839ZM34.2845 33.0732H32.186C34.8289 30.7873 36.3333 27.5151 36.3333 24C36.3333 21.3776 35.5021 18.8868 33.9304 16.7971C31.6387 13.7473 28.1411 12 24.3333 12C23.104 12 21.8953 12.1844 20.7333 12.5502C20.5782 12.6 20.4933 12.7639 20.5431 12.9161C20.5899 13.0712 20.7538 13.1561 20.9089 13.1063C22.0123 12.761 23.1655 12.5854 24.3333 12.5854C27.9567 12.5854 31.2845 14.2478 33.4621 17.1483C34.9577 19.1356 35.7479 21.5063 35.7479 24C35.7479 27.4098 34.2582 30.5766 31.6504 32.7541V30.439C31.6504 30.278 31.5187 30.1463 31.3577 30.1463C31.1967 30.1463 31.065 30.278 31.065 30.439V33.3659C31.065 33.5268 31.1967 33.6585 31.3577 33.6585H34.2845C34.4455 33.6585 34.5772 33.5268 34.5772 33.3659C34.5772 33.2049 34.4455 33.0732 34.2845 33.0732ZM27.5528 24C27.5528 25.7766 26.1099 27.2195 24.3333 27.2195C22.5567 27.2195 21.1138 25.7766 21.1138 24C21.1138 22.2234 22.5567 20.7805 24.3333 20.7805C26.1099 20.7805 27.5528 22.2234 27.5528 24ZM26.9675 24C26.9675 22.5483 25.785 21.3659 24.3333 21.3659C22.8816 21.3659 21.6992 22.5483 21.6992 24C21.6992 25.4517 22.8816 26.6341 24.3333 26.6341C25.785 26.6341 26.9675 25.4517 26.9675 24ZM30.4855 27.9132C30.7372 28.3171 30.6787 28.8322 30.3421 29.1688L29.4992 30.0117C29.1626 30.3483 28.6475 30.4068 28.2436 30.1551L27.3479 29.5902C27.225 29.5141 27.0758 29.5024 26.9499 29.561C26.7772 29.6429 26.5987 29.7161 26.4172 29.7834C26.2884 29.8302 26.1889 29.9444 26.1567 30.0849L25.9167 31.1151C25.8114 31.5805 25.4045 31.9024 24.9304 31.9024H23.7362C23.2621 31.9024 22.8553 31.5805 22.747 31.1151L22.507 30.0849C22.4748 29.9444 22.3753 29.8302 22.2465 29.7834C22.065 29.719 21.8836 29.6429 21.7109 29.561C21.585 29.5024 21.4358 29.5112 21.3128 29.5902L20.4172 30.1522C20.0133 30.4039 19.4982 30.3454 19.1616 30.0088L18.3187 29.1688C17.9821 28.8322 17.9236 28.3171 18.1753 27.9132L18.7343 27.0146C18.8104 26.8917 18.8221 26.7424 18.7636 26.6166C18.6816 26.441 18.6055 26.2624 18.5411 26.0839C18.4943 25.9551 18.3801 25.8556 18.2397 25.8234L17.2094 25.5863C16.7528 25.478 16.4309 25.0712 16.4309 24.5971V23.4029C16.4309 22.9288 16.7528 22.522 17.2182 22.4137L18.2484 22.1766C18.3918 22.1444 18.5031 22.0478 18.5499 21.9161C18.6143 21.7346 18.6904 21.5561 18.7723 21.3805C18.8309 21.2576 18.8192 21.1054 18.7431 20.9824L18.1811 20.0868C17.9294 19.6829 17.9879 19.1678 18.3245 18.8312L19.1645 17.9912C19.5011 17.6546 20.0162 17.5961 20.4201 17.8478L21.3158 18.4098C21.4387 18.4859 21.5879 18.4976 21.7138 18.439C21.8865 18.3571 22.0679 18.281 22.2494 18.2166C22.3782 18.1698 22.4777 18.0556 22.5099 17.9151L22.7499 16.882C22.8553 16.4195 23.2621 16.0976 23.7362 16.0976H24.9304C25.4045 16.0976 25.8114 16.4195 25.9197 16.8849L26.1597 17.9151C26.1918 18.0556 26.2914 18.1698 26.4201 18.2166C26.6016 18.281 26.7801 18.3571 26.9528 18.439C27.0787 18.4976 27.225 18.4859 27.3509 18.4098L28.2494 17.8507C28.6533 17.599 29.1684 17.6576 29.505 17.9941L30.3479 18.8371C30.6845 19.1737 30.7431 19.6888 30.4914 20.0927L29.9236 20.9854C29.8475 21.1083 29.8358 21.2605 29.8943 21.3834C29.9762 21.5561 30.0523 21.7376 30.1167 21.919C30.1636 22.0478 30.2748 22.1473 30.4182 22.1795L31.4484 22.4166C31.9138 22.522 32.2358 22.9288 32.2358 23.4029V24.5971C32.2358 25.0712 31.9138 25.478 31.4484 25.5863L30.4182 25.8234C30.2777 25.8556 30.1636 25.9551 30.1167 26.0839C30.0523 26.2624 29.9792 26.4439 29.8943 26.6166C29.8358 26.7424 29.8445 26.8917 29.9236 27.0146L30.4855 27.9132ZM29.9879 28.2234L29.426 27.3249C29.2416 27.0322 29.2211 26.6722 29.3645 26.3678C29.4377 26.2098 29.505 26.0488 29.5636 25.8878C29.6777 25.5688 29.947 25.3317 30.2836 25.2556L31.3138 25.0185C31.5099 24.9746 31.6475 24.802 31.6475 24.6V23.4059C31.6475 23.2039 31.5099 23.0341 31.3138 22.9873L30.2836 22.7502C29.947 22.6712 29.6777 22.4371 29.5636 22.118C29.505 21.9541 29.4377 21.7932 29.3645 21.638C29.2182 21.3307 29.2416 20.9737 29.426 20.678L29.9879 19.7824C30.0962 19.6127 30.0699 19.3932 29.9265 19.2527L29.0836 18.4098C28.9401 18.2663 28.7236 18.2429 28.5538 18.3483L27.6553 18.9102C27.3626 19.0946 27.0026 19.1151 26.6982 18.9717C26.5431 18.8985 26.3792 18.8312 26.2182 18.7727C25.8992 18.6585 25.6621 18.3893 25.586 18.0527L25.346 17.0224C25.3021 16.8205 25.1323 16.6829 24.9304 16.6829H23.7362C23.5343 16.6829 23.3645 16.8205 23.3177 17.0166L23.0777 18.0498C22.9987 18.3863 22.7645 18.6556 22.4455 18.7698C22.2816 18.8283 22.1206 18.8956 21.9655 18.9688C21.6582 19.1151 21.3011 19.0917 21.0055 18.9073L20.1099 18.3454C19.9401 18.2371 19.7206 18.2634 19.5772 18.4068L18.7372 19.2468C18.5938 19.3902 18.5704 19.6068 18.6758 19.7766L19.2377 20.6722C19.4221 20.9678 19.4455 21.3249 19.2992 21.6322C19.226 21.7873 19.1587 21.9512 19.1001 22.1122C18.986 22.4283 18.7167 22.6654 18.3801 22.7444L17.3499 22.9815C17.1538 23.0312 17.0162 23.201 17.0162 23.4029V24.5971C17.0162 24.799 17.1538 24.9688 17.3499 25.0156L18.3801 25.2527C18.7167 25.3317 18.986 25.5659 19.1001 25.8849C19.1587 26.0459 19.226 26.2068 19.2992 26.3649C19.4426 26.6722 19.4221 27.0293 19.2377 27.3219L18.6787 28.2205C18.5733 28.3902 18.5967 28.6098 18.7401 28.7502L19.5831 29.5902C19.7265 29.7337 19.9431 29.7571 20.1158 29.6517L21.0114 29.0898C21.1782 28.9873 21.3626 28.9346 21.5499 28.9346C21.6933 28.9346 21.8367 28.9668 21.9714 29.0283C22.1265 29.1015 22.2875 29.1688 22.4514 29.2273C22.7704 29.3415 23.0045 29.6107 23.0836 29.9473L23.3236 30.9776C23.3675 31.1737 23.5401 31.3112 23.7421 31.3112H24.9362C25.1382 31.3112 25.3079 31.1737 25.3548 30.9776L25.5948 29.9473C25.6738 29.6107 25.9079 29.3415 26.227 29.2273C26.3909 29.1688 26.5518 29.1015 26.707 29.0283C27.0143 28.882 27.3714 28.9054 27.664 29.0898L28.5626 29.6517C28.7323 29.7571 28.9518 29.7337 29.0923 29.5902L29.9353 28.7473C30.0699 28.6098 30.0962 28.3932 29.9879 28.2234Z\"/>\\n</mask>\\n<path d=\"M28.1236 35.0839C28.1733 35.239 28.0855 35.4029 27.9333 35.4498C26.7714 35.8156 25.5626 36 24.3333 36C20.5255 36 17.0279 34.2527 14.7362 31.2029C13.1645 29.1132 12.3333 26.6224 12.3333 24C12.3333 20.4849 13.8377 17.2127 16.4806 14.9268H14.3821C14.2211 14.9268 14.0894 14.7951 14.0894 14.6341C14.0894 14.4732 14.2211 14.3415 14.3821 14.3415H17.3089C17.4699 14.3415 17.6016 14.4732 17.6016 14.6341V17.561C17.6016 17.722 17.4699 17.8537 17.3089 17.8537C17.1479 17.8537 17.0162 17.722 17.0162 17.561V15.2459C14.4084 17.4234 12.9187 20.5902 12.9187 24C12.9187 26.4937 13.7089 28.8644 15.2045 30.8517C17.3821 33.7522 20.7099 35.4146 24.3333 35.4146C25.5011 35.4146 26.6543 35.239 27.7577 34.8907C27.9128 34.8439 28.0767 34.9288 28.1236 35.0839ZM34.2845 33.0732H32.186C34.8289 30.7873 36.3333 27.5151 36.3333 24C36.3333 21.3776 35.5021 18.8868 33.9304 16.7971C31.6387 13.7473 28.1411 12 24.3333 12C23.104 12 21.8953 12.1844 20.7333 12.5502C20.5782 12.6 20.4933 12.7639 20.5431 12.9161C20.5899 13.0712 20.7538 13.1561 20.9089 13.1063C22.0123 12.761 23.1655 12.5854 24.3333 12.5854C27.9567 12.5854 31.2845 14.2478 33.4621 17.1483C34.9577 19.1356 35.7479 21.5063 35.7479 24C35.7479 27.4098 34.2582 30.5766 31.6504 32.7541V30.439C31.6504 30.278 31.5187 30.1463 31.3577 30.1463C31.1967 30.1463 31.065 30.278 31.065 30.439V33.3659C31.065 33.5268 31.1967 33.6585 31.3577 33.6585H34.2845C34.4455 33.6585 34.5772 33.5268 34.5772 33.3659C34.5772 33.2049 34.4455 33.0732 34.2845 33.0732ZM27.5528 24C27.5528 25.7766 26.1099 27.2195 24.3333 27.2195C22.5567 27.2195 21.1138 25.7766 21.1138 24C21.1138 22.2234 22.5567 20.7805 24.3333 20.7805C26.1099 20.7805 27.5528 22.2234 27.5528 24ZM26.9675 24C26.9675 22.5483 25.785 21.3659 24.3333 21.3659C22.8816 21.3659 21.6992 22.5483 21.6992 24C21.6992 25.4517 22.8816 26.6341 24.3333 26.6341C25.785 26.6341 26.9675 25.4517 26.9675 24ZM30.4855 27.9132C30.7372 28.3171 30.6787 28.8322 30.3421 29.1688L29.4992 30.0117C29.1626 30.3483 28.6475 30.4068 28.2436 30.1551L27.3479 29.5902C27.225 29.5141 27.0758 29.5024 26.9499 29.561C26.7772 29.6429 26.5987 29.7161 26.4172 29.7834C26.2884 29.8302 26.1889 29.9444 26.1567 30.0849L25.9167 31.1151C25.8114 31.5805 25.4045 31.9024 24.9304 31.9024H23.7362C23.2621 31.9024 22.8553 31.5805 22.747 31.1151L22.507 30.0849C22.4748 29.9444 22.3753 29.8302 22.2465 29.7834C22.065 29.719 21.8836 29.6429 21.7109 29.561C21.585 29.5024 21.4358 29.5112 21.3128 29.5902L20.4172 30.1522C20.0133 30.4039 19.4982 30.3454 19.1616 30.0088L18.3187 29.1688C17.9821 28.8322 17.9236 28.3171 18.1753 27.9132L18.7343 27.0146C18.8104 26.8917 18.8221 26.7424 18.7636 26.6166C18.6816 26.441 18.6055 26.2624 18.5411 26.0839C18.4943 25.9551 18.3801 25.8556 18.2397 25.8234L17.2094 25.5863C16.7528 25.478 16.4309 25.0712 16.4309 24.5971V23.4029C16.4309 22.9288 16.7528 22.522 17.2182 22.4137L18.2484 22.1766C18.3918 22.1444 18.5031 22.0478 18.5499 21.9161C18.6143 21.7346 18.6904 21.5561 18.7723 21.3805C18.8309 21.2576 18.8192 21.1054 18.7431 20.9824L18.1811 20.0868C17.9294 19.6829 17.9879 19.1678 18.3245 18.8312L19.1645 17.9912C19.5011 17.6546 20.0162 17.5961 20.4201 17.8478L21.3158 18.4098C21.4387 18.4859 21.5879 18.4976 21.7138 18.439C21.8865 18.3571 22.0679 18.281 22.2494 18.2166C22.3782 18.1698 22.4777 18.0556 22.5099 17.9151L22.7499 16.882C22.8553 16.4195 23.2621 16.0976 23.7362 16.0976H24.9304C25.4045 16.0976 25.8114 16.4195 25.9197 16.8849L26.1597 17.9151C26.1918 18.0556 26.2914 18.1698 26.4201 18.2166C26.6016 18.281 26.7801 18.3571 26.9528 18.439C27.0787 18.4976 27.225 18.4859 27.3509 18.4098L28.2494 17.8507C28.6533 17.599 29.1684 17.6576 29.505 17.9941L30.3479 18.8371C30.6845 19.1737 30.7431 19.6888 30.4914 20.0927L29.9236 20.9854C29.8475 21.1083 29.8358 21.2605 29.8943 21.3834C29.9762 21.5561 30.0523 21.7376 30.1167 21.919C30.1636 22.0478 30.2748 22.1473 30.4182 22.1795L31.4484 22.4166C31.9138 22.522 32.2358 22.9288 32.2358 23.4029V24.5971C32.2358 25.0712 31.9138 25.478 31.4484 25.5863L30.4182 25.8234C30.2777 25.8556 30.1636 25.9551 30.1167 26.0839C30.0523 26.2624 29.9792 26.4439 29.8943 26.6166C29.8358 26.7424 29.8445 26.8917 29.9236 27.0146L30.4855 27.9132ZM29.9879 28.2234L29.426 27.3249C29.2416 27.0322 29.2211 26.6722 29.3645 26.3678C29.4377 26.2098 29.505 26.0488 29.5636 25.8878C29.6777 25.5688 29.947 25.3317 30.2836 25.2556L31.3138 25.0185C31.5099 24.9746 31.6475 24.802 31.6475 24.6V23.4059C31.6475 23.2039 31.5099 23.0341 31.3138 22.9873L30.2836 22.7502C29.947 22.6712 29.6777 22.4371 29.5636 22.118C29.505 21.9541 29.4377 21.7932 29.3645 21.638C29.2182 21.3307 29.2416 20.9737 29.426 20.678L29.9879 19.7824C30.0962 19.6127 30.0699 19.3932 29.9265 19.2527L29.0836 18.4098C28.9401 18.2663 28.7236 18.2429 28.5538 18.3483L27.6553 18.9102C27.3626 19.0946 27.0026 19.1151 26.6982 18.9717C26.5431 18.8985 26.3792 18.8312 26.2182 18.7727C25.8992 18.6585 25.6621 18.3893 25.586 18.0527L25.346 17.0224C25.3021 16.8205 25.1323 16.6829 24.9304 16.6829H23.7362C23.5343 16.6829 23.3645 16.8205 23.3177 17.0166L23.0777 18.0498C22.9987 18.3863 22.7645 18.6556 22.4455 18.7698C22.2816 18.8283 22.1206 18.8956 21.9655 18.9688C21.6582 19.1151 21.3011 19.0917 21.0055 18.9073L20.1099 18.3454C19.9401 18.2371 19.7206 18.2634 19.5772 18.4068L18.7372 19.2468C18.5938 19.3902 18.5704 19.6068 18.6758 19.7766L19.2377 20.6722C19.4221 20.9678 19.4455 21.3249 19.2992 21.6322C19.226 21.7873 19.1587 21.9512 19.1001 22.1122C18.986 22.4283 18.7167 22.6654 18.3801 22.7444L17.3499 22.9815C17.1538 23.0312 17.0162 23.201 17.0162 23.4029V24.5971C17.0162 24.799 17.1538 24.9688 17.3499 25.0156L18.3801 25.2527C18.7167 25.3317 18.986 25.5659 19.1001 25.8849C19.1587 26.0459 19.226 26.2068 19.2992 26.3649C19.4426 26.6722 19.4221 27.0293 19.2377 27.3219L18.6787 28.2205C18.5733 28.3902 18.5967 28.6098 18.7401 28.7502L19.5831 29.5902C19.7265 29.7337 19.9431 29.7571 20.1158 29.6517L21.0114 29.0898C21.1782 28.9873 21.3626 28.9346 21.5499 28.9346C21.6933 28.9346 21.8367 28.9668 21.9714 29.0283C22.1265 29.1015 22.2875 29.1688 22.4514 29.2273C22.7704 29.3415 23.0045 29.6107 23.0836 29.9473L23.3236 30.9776C23.3675 31.1737 23.5401 31.3112 23.7421 31.3112H24.9362C25.1382 31.3112 25.3079 31.1737 25.3548 30.9776L25.5948 29.9473C25.6738 29.6107 25.9079 29.3415 26.227 29.2273C26.3909 29.1688 26.5518 29.1015 26.707 29.0283C27.0143 28.882 27.3714 28.9054 27.664 29.0898L28.5626 29.6517C28.7323 29.7571 28.9518 29.7337 29.0923 29.5902L29.9353 28.7473C30.0699 28.6098 30.0962 28.3932 29.9879 28.2234Z\" fill=\"#B02030\"/>\\n<path d=\"M28.1236 35.0839C28.1733 35.239 28.0855 35.4029 27.9333 35.4498C26.7714 35.8156 25.5626 36 24.3333 36C20.5255 36 17.0279 34.2527 14.7362 31.2029C13.1645 29.1132 12.3333 26.6224 12.3333 24C12.3333 20.4849 13.8377 17.2127 16.4806 14.9268H14.3821C14.2211 14.9268 14.0894 14.7951 14.0894 14.6341C14.0894 14.4732 14.2211 14.3415 14.3821 14.3415H17.3089C17.4699 14.3415 17.6016 14.4732 17.6016 14.6341V17.561C17.6016 17.722 17.4699 17.8537 17.3089 17.8537C17.1479 17.8537 17.0162 17.722 17.0162 17.561V15.2459C14.4084 17.4234 12.9187 20.5902 12.9187 24C12.9187 26.4937 13.7089 28.8644 15.2045 30.8517C17.3821 33.7522 20.7099 35.4146 24.3333 35.4146C25.5011 35.4146 26.6543 35.239 27.7577 34.8907C27.9128 34.8439 28.0767 34.9288 28.1236 35.0839ZM34.2845 33.0732H32.186C34.8289 30.7873 36.3333 27.5151 36.3333 24C36.3333 21.3776 35.5021 18.8868 33.9304 16.7971C31.6387 13.7473 28.1411 12 24.3333 12C23.104 12 21.8953 12.1844 20.7333 12.5502C20.5782 12.6 20.4933 12.7639 20.5431 12.9161C20.5899 13.0712 20.7538 13.1561 20.9089 13.1063C22.0123 12.761 23.1655 12.5854 24.3333 12.5854C27.9567 12.5854 31.2845 14.2478 33.4621 17.1483C34.9577 19.1356 35.7479 21.5063 35.7479 24C35.7479 27.4098 34.2582 30.5766 31.6504 32.7541V30.439C31.6504 30.278 31.5187 30.1463 31.3577 30.1463C31.1967 30.1463 31.065 30.278 31.065 30.439V33.3659C31.065 33.5268 31.1967 33.6585 31.3577 33.6585H34.2845C34.4455 33.6585 34.5772 33.5268 34.5772 33.3659C34.5772 33.2049 34.4455 33.0732 34.2845 33.0732ZM27.5528 24C27.5528 25.7766 26.1099 27.2195 24.3333 27.2195C22.5567 27.2195 21.1138 25.7766 21.1138 24C21.1138 22.2234 22.5567 20.7805 24.3333 20.7805C26.1099 20.7805 27.5528 22.2234 27.5528 24ZM26.9675 24C26.9675 22.5483 25.785 21.3659 24.3333 21.3659C22.8816 21.3659 21.6992 22.5483 21.6992 24C21.6992 25.4517 22.8816 26.6341 24.3333 26.6341C25.785 26.6341 26.9675 25.4517 26.9675 24ZM30.4855 27.9132C30.7372 28.3171 30.6787 28.8322 30.3421 29.1688L29.4992 30.0117C29.1626 30.3483 28.6475 30.4068 28.2436 30.1551L27.3479 29.5902C27.225 29.5141 27.0758 29.5024 26.9499 29.561C26.7772 29.6429 26.5987 29.7161 26.4172 29.7834C26.2884 29.8302 26.1889 29.9444 26.1567 30.0849L25.9167 31.1151C25.8114 31.5805 25.4045 31.9024 24.9304 31.9024H23.7362C23.2621 31.9024 22.8553 31.5805 22.747 31.1151L22.507 30.0849C22.4748 29.9444 22.3753 29.8302 22.2465 29.7834C22.065 29.719 21.8836 29.6429 21.7109 29.561C21.585 29.5024 21.4358 29.5112 21.3128 29.5902L20.4172 30.1522C20.0133 30.4039 19.4982 30.3454 19.1616 30.0088L18.3187 29.1688C17.9821 28.8322 17.9236 28.3171 18.1753 27.9132L18.7343 27.0146C18.8104 26.8917 18.8221 26.7424 18.7636 26.6166C18.6816 26.441 18.6055 26.2624 18.5411 26.0839C18.4943 25.9551 18.3801 25.8556 18.2397 25.8234L17.2094 25.5863C16.7528 25.478 16.4309 25.0712 16.4309 24.5971V23.4029C16.4309 22.9288 16.7528 22.522 17.2182 22.4137L18.2484 22.1766C18.3918 22.1444 18.5031 22.0478 18.5499 21.9161C18.6143 21.7346 18.6904 21.5561 18.7723 21.3805C18.8309 21.2576 18.8192 21.1054 18.7431 20.9824L18.1811 20.0868C17.9294 19.6829 17.9879 19.1678 18.3245 18.8312L19.1645 17.9912C19.5011 17.6546 20.0162 17.5961 20.4201 17.8478L21.3158 18.4098C21.4387 18.4859 21.5879 18.4976 21.7138 18.439C21.8865 18.3571 22.0679 18.281 22.2494 18.2166C22.3782 18.1698 22.4777 18.0556 22.5099 17.9151L22.7499 16.882C22.8553 16.4195 23.2621 16.0976 23.7362 16.0976H24.9304C25.4045 16.0976 25.8114 16.4195 25.9197 16.8849L26.1597 17.9151C26.1918 18.0556 26.2914 18.1698 26.4201 18.2166C26.6016 18.281 26.7801 18.3571 26.9528 18.439C27.0787 18.4976 27.225 18.4859 27.3509 18.4098L28.2494 17.8507C28.6533 17.599 29.1684 17.6576 29.505 17.9941L30.3479 18.8371C30.6845 19.1737 30.7431 19.6888 30.4914 20.0927L29.9236 20.9854C29.8475 21.1083 29.8358 21.2605 29.8943 21.3834C29.9762 21.5561 30.0523 21.7376 30.1167 21.919C30.1636 22.0478 30.2748 22.1473 30.4182 22.1795L31.4484 22.4166C31.9138 22.522 32.2358 22.9288 32.2358 23.4029V24.5971C32.2358 25.0712 31.9138 25.478 31.4484 25.5863L30.4182 25.8234C30.2777 25.8556 30.1636 25.9551 30.1167 26.0839C30.0523 26.2624 29.9792 26.4439 29.8943 26.6166C29.8358 26.7424 29.8445 26.8917 29.9236 27.0146L30.4855 27.9132ZM29.9879 28.2234L29.426 27.3249C29.2416 27.0322 29.2211 26.6722 29.3645 26.3678C29.4377 26.2098 29.505 26.0488 29.5636 25.8878C29.6777 25.5688 29.947 25.3317 30.2836 25.2556L31.3138 25.0185C31.5099 24.9746 31.6475 24.802 31.6475 24.6V23.4059C31.6475 23.2039 31.5099 23.0341 31.3138 22.9873L30.2836 22.7502C29.947 22.6712 29.6777 22.4371 29.5636 22.118C29.505 21.9541 29.4377 21.7932 29.3645 21.638C29.2182 21.3307 29.2416 20.9737 29.426 20.678L29.9879 19.7824C30.0962 19.6127 30.0699 19.3932 29.9265 19.2527L29.0836 18.4098C28.9401 18.2663 28.7236 18.2429 28.5538 18.3483L27.6553 18.9102C27.3626 19.0946 27.0026 19.1151 26.6982 18.9717C26.5431 18.8985 26.3792 18.8312 26.2182 18.7727C25.8992 18.6585 25.6621 18.3893 25.586 18.0527L25.346 17.0224C25.3021 16.8205 25.1323 16.6829 24.9304 16.6829H23.7362C23.5343 16.6829 23.3645 16.8205 23.3177 17.0166L23.0777 18.0498C22.9987 18.3863 22.7645 18.6556 22.4455 18.7698C22.2816 18.8283 22.1206 18.8956 21.9655 18.9688C21.6582 19.1151 21.3011 19.0917 21.0055 18.9073L20.1099 18.3454C19.9401 18.2371 19.7206 18.2634 19.5772 18.4068L18.7372 19.2468C18.5938 19.3902 18.5704 19.6068 18.6758 19.7766L19.2377 20.6722C19.4221 20.9678 19.4455 21.3249 19.2992 21.6322C19.226 21.7873 19.1587 21.9512 19.1001 22.1122C18.986 22.4283 18.7167 22.6654 18.3801 22.7444L17.3499 22.9815C17.1538 23.0312 17.0162 23.201 17.0162 23.4029V24.5971C17.0162 24.799 17.1538 24.9688 17.3499 25.0156L18.3801 25.2527C18.7167 25.3317 18.986 25.5659 19.1001 25.8849C19.1587 26.0459 19.226 26.2068 19.2992 26.3649C19.4426 26.6722 19.4221 27.0293 19.2377 27.3219L18.6787 28.2205C18.5733 28.3902 18.5967 28.6098 18.7401 28.7502L19.5831 29.5902C19.7265 29.7337 19.9431 29.7571 20.1158 29.6517L21.0114 29.0898C21.1782 28.9873 21.3626 28.9346 21.5499 28.9346C21.6933 28.9346 21.8367 28.9668 21.9714 29.0283C22.1265 29.1015 22.2875 29.1688 22.4514 29.2273C22.7704 29.3415 23.0045 29.6107 23.0836 29.9473L23.3236 30.9776C23.3675 31.1737 23.5401 31.3112 23.7421 31.3112H24.9362C25.1382 31.3112 25.3079 31.1737 25.3548 30.9776L25.5948 29.9473C25.6738 29.6107 25.9079 29.3415 26.227 29.2273C26.3909 29.1688 26.5518 29.1015 26.707 29.0283C27.0143 28.882 27.3714 28.9054 27.664 29.0898L28.5626 29.6517C28.7323 29.7571 28.9518 29.7337 29.0923 29.5902L29.9353 28.7473C30.0699 28.6098 30.0962 28.3932 29.9879 28.2234Z\" stroke=\"#B02030\" stroke-width=\"0.8\" mask=\"url(#path-2-outside-1_218_221)\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ttmsmy\",\"data-framer-name\":\"Frame 13\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:\"Process Automation\"})})},W2cCWas40:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:\"Process Automation\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:\"Process Automation\"})}),className:\"framer-1lawh7m\",\"data-framer-name\":\"Process Automation\",fonts:[\"GF;Jomolhari-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(99, 99, 99)\"},children:\"Eliminate repetitive tasks and speed things up.\"})})},W2cCWas40:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(99, 99, 99)\"},children:\"Eliminate repetitive tasks and speed things up.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(99, 99, 99)\"},children:\"Eliminate repetitive tasks and speed things up.\"})}),className:\"framer-11jwcky\",\"data-framer-name\":\"Eliminate repetitive tasks and speed things up.\",fonts:[\"GF;Open Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x7i7gh\",\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(176, 32, 48)\"},children:\"Learn More\"})}),className:\"framer-1pusx8c\",\"data-framer-name\":\"Button\",fonts:[\"GF;Open Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-b3x76s\",\"data-framer-name\":\"Frame 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:28,svg:'<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M19.8787 8.00005C19.8787 7.72391 19.6548 7.50005 19.3787 7.50005L14.8787 7.50005C14.6025 7.50005 14.3787 7.72391 14.3787 8.00005C14.3787 8.27619 14.6025 8.50005 14.8787 8.50005L18.8787 8.50005L18.8787 12.5C18.8787 12.7762 19.1025 13 19.3787 13C19.6548 13 19.8787 12.7762 19.8787 12.5L19.8787 8.00005ZM8.68687 19.399L19.7322 8.3536L19.0251 7.6465L7.97976 18.6919L8.68687 19.399Z\" fill=\"#B02030\"/>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation19,__framer__exit:animation20,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-hlc8xs\",\"data-border\":true,\"data-framer-name\":\"Frame 31\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1mg7nw8\",\"data-framer-name\":\"Frame 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:48,svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"47\" rx=\"23.5\" stroke=\"#B02030\"/>\\n<path d=\"M28.9016 12.0557L28.9016 12.0557L28.9003 12.0543C28.8499 12.0038 28.7898 11.9641 28.7236 11.9376L28.6864 12.0303L28.7236 11.9376C28.6578 11.9112 28.5873 11.8985 28.5165 11.9001H15.4375C15.3696 11.8987 15.302 11.9111 15.239 11.9366C15.1756 11.9623 15.1182 12.0007 15.0702 12.0494C15.0223 12.0982 14.9848 12.1563 14.9602 12.2201C14.9359 12.2832 14.9246 12.3507 14.9271 12.4183V35.5817C14.9246 35.6494 14.9359 35.7168 14.9602 35.7799C14.9848 35.8437 15.0223 35.9018 15.0702 35.9506C15.1182 35.9993 15.1756 36.0378 15.239 36.0634C15.302 36.0889 15.3696 36.1013 15.4375 36.0999H32.5624C32.6303 36.1013 32.6979 36.0889 32.7609 36.0634C32.8243 36.0378 32.8817 35.9993 32.9297 35.9506C32.9776 35.9018 33.0151 35.8437 33.0397 35.7799C33.064 35.7168 33.0753 35.6494 33.0728 35.5818V16.628C33.0775 16.4932 33.0288 16.3619 32.9372 16.2628L32.9372 16.2628L32.9359 16.2614L28.9016 12.0557ZM29.0729 16.1163V13.742L31.3161 16.1163H29.0729ZM15.9919 35.035V12.965H28.008V16.6262C28.008 16.9061 28.2105 17.1812 28.5177 17.1812H32.008V35.035H15.9919Z\" fill=\"#B02030\" stroke=\"#B02030\" stroke-width=\"0.2\"/>\\n<mask id=\"path-3-outside-1_218_227\" maskUnits=\"userSpaceOnUse\" x=\"16.8296\" y=\"18.02\" width=\"14\" height=\"15\" fill=\"black\">\\n<rect fill=\"white\" x=\"16.8296\" y=\"18.02\" width=\"14\" height=\"15\"/>\\n<path d=\"M29.4247 31.8917H18.262C18.1473 31.8917 18.0373 31.9373 17.9562 32.0184C17.8751 32.0995 17.8296 32.2095 17.8296 32.3241C17.8296 32.4388 17.8751 32.5488 17.9562 32.6299C18.0373 32.711 18.1473 32.7566 18.262 32.7566H29.4247C29.5394 32.7566 29.6494 32.711 29.7305 32.6299C29.8116 32.5488 29.8571 32.4388 29.8571 32.3241C29.8571 32.2095 29.8116 32.0995 29.7305 32.0184C29.6494 31.9373 29.5394 31.8917 29.4247 31.8917ZM17.8296 29.9998C17.8296 30.1145 17.8751 30.2245 17.9562 30.3056C18.0373 30.3867 18.1473 30.4323 18.262 30.4323H24.7287C24.8433 30.4323 24.9533 30.3867 25.0344 30.3056C25.1155 30.2245 25.1611 30.1145 25.1611 29.9998C25.1611 29.8852 25.1155 29.7752 25.0344 29.6941C24.9533 29.613 24.8433 29.5674 24.7287 29.5674H18.262C18.1473 29.5674 18.0373 29.613 17.9562 29.6941C17.8751 29.7752 17.8296 29.8852 17.8296 29.9998ZM29.2431 27.5296V22.8839C29.2431 22.7692 29.1975 22.6592 29.1164 22.5781C29.0353 22.497 28.9253 22.4514 28.8107 22.4514C28.696 22.4514 28.586 22.497 28.5049 22.5781C28.4238 22.6592 28.3782 22.7692 28.3782 22.8839V27.5296C28.3782 27.6443 28.4238 27.7543 28.5049 27.8354C28.586 27.9165 28.696 27.962 28.8107 27.962C28.9253 27.962 29.0353 27.9165 29.1164 27.8354C29.1975 27.7543 29.2431 27.6443 29.2431 27.5296ZM26.8107 27.5296V25.9085C26.8107 25.7938 26.7651 25.6838 26.684 25.6027C26.6029 25.5216 26.4929 25.4761 26.3783 25.4761C26.2636 25.4761 26.1536 25.5216 26.0725 25.6027C25.9914 25.6838 25.9458 25.7938 25.9458 25.9085V27.5296C25.9458 27.6443 25.9914 27.7543 26.0725 27.8354C26.1536 27.9165 26.2636 27.962 26.3783 27.962C26.4929 27.962 26.6029 27.9165 26.684 27.8354C26.7651 27.7543 26.8107 27.6443 26.8107 27.5296ZM24.4323 27.5296V24.768C24.4323 24.6533 24.3868 24.5433 24.3057 24.4622C24.2246 24.3811 24.1146 24.3356 23.9999 24.3356C23.8852 24.3356 23.7752 24.3811 23.6941 24.4622C23.613 24.5433 23.5675 24.6533 23.5675 24.768V27.5296C23.5675 27.6443 23.613 27.7543 23.6941 27.8354C23.7752 27.9165 23.8852 27.962 23.9999 27.962C24.1146 27.962 24.2246 27.9165 24.3057 27.8354C24.3868 27.7543 24.4323 27.6443 24.4323 27.5296ZM22.054 27.5296V26.739C22.054 26.6243 22.0084 26.5143 21.9273 26.4332C21.8462 26.3521 21.7362 26.3066 21.6215 26.3066C21.5069 26.3066 21.3969 26.3521 21.3158 26.4332C21.2347 26.5143 21.1891 26.6243 21.1891 26.739V27.5296C21.1891 27.6443 21.2347 27.7543 21.3158 27.8354C21.3969 27.9165 21.5069 27.962 21.6215 27.962C21.7362 27.962 21.8462 27.9165 21.9273 27.8354C22.0084 27.7543 22.054 27.6443 22.054 27.5296ZM19.6216 27.5296V25.735C19.6216 25.6203 19.576 25.5104 19.4949 25.4293C19.4138 25.3482 19.3038 25.3026 19.1891 25.3026C19.0745 25.3026 18.9645 25.3482 18.8834 25.4293C18.8023 25.5104 18.7567 25.6203 18.7567 25.735V27.5296C18.7567 27.6443 18.8023 27.7543 18.8834 27.8354C18.9645 27.9165 19.0745 27.962 19.1891 27.962C19.3038 27.962 19.4138 27.9165 19.4949 27.8354C19.576 27.7543 19.6216 27.6443 19.6216 27.5296ZM28.76 19.0201C28.5564 19.0202 28.3556 19.0666 28.1727 19.1561C27.9898 19.2455 27.8298 19.3754 27.7047 19.5361C27.5797 19.6967 27.493 19.8838 27.4512 20.083C27.4094 20.2822 27.4136 20.4884 27.4635 20.6857L26.7736 21.0636C26.6239 20.8605 26.4198 20.704 26.1849 20.6121C25.95 20.5202 25.6938 20.4966 25.4461 20.5441C25.1983 20.5915 24.9691 20.7082 24.7848 20.8804C24.6006 21.0527 24.4688 21.2736 24.4048 21.5176L23.3824 21.4138C23.2265 21.2062 23.0136 21.0486 22.7696 20.96C22.5256 20.8715 22.2612 20.8559 22.0085 20.9152C21.7558 20.9744 21.5258 21.106 21.3466 21.2938C21.1675 21.4816 21.0468 21.7174 20.9995 21.9726L20.1945 22.633C19.9776 22.4118 19.6906 22.2729 19.3825 22.24C19.0745 22.2071 18.7646 22.2822 18.5058 22.4525C18.2471 22.6228 18.0555 22.8778 17.9639 23.1737C17.8722 23.4696 17.8863 23.7882 18.0035 24.0749C18.1208 24.3616 18.3341 24.5987 18.6068 24.7456C18.8795 24.8925 19.1948 24.9401 19.4988 24.8802C19.8027 24.8204 20.0764 24.6568 20.2731 24.4174C20.4698 24.1781 20.5772 23.8779 20.577 23.5681C20.577 23.5258 20.5748 23.4841 20.571 23.4429L21.1877 22.9367C21.339 23.1738 21.5613 23.3571 21.8228 23.4606C22.0844 23.564 22.3719 23.5823 22.6445 23.5129C22.917 23.4434 23.1607 23.2897 23.3409 23.0737C23.521 22.8576 23.6284 22.5903 23.6477 22.3097L24.4733 22.3935C24.5947 22.6709 24.8067 22.899 25.0745 23.0402C25.3424 23.1815 25.6503 23.2276 25.9478 23.1711C26.2453 23.1145 26.5148 22.9586 26.7122 22.7289C26.9095 22.4992 27.023 22.2093 27.0341 21.9067L27.9384 21.4115C28.1063 21.5424 28.3031 21.6313 28.5123 21.6707C28.7215 21.7102 28.9371 21.6992 29.1412 21.6385C29.3453 21.5779 29.5319 21.4693 29.6856 21.322C29.8392 21.1746 29.9555 20.9927 30.0247 20.7914C30.0938 20.59 30.1139 20.3751 30.0833 20.1644C30.0526 19.9537 29.9721 19.7534 29.8483 19.5801C29.7246 19.4069 29.5613 19.2656 29.372 19.1682C29.1827 19.0708 28.9729 19.02 28.76 19.02V19.0201ZM19.2398 24.0406C19.1463 24.0406 19.055 24.0128 18.9773 23.9609C18.8996 23.909 18.839 23.8352 18.8033 23.7489C18.7675 23.6626 18.7582 23.5676 18.7764 23.4759C18.7946 23.3842 18.8396 23.3001 18.9057 23.234C18.9718 23.1679 19.056 23.1229 19.1476 23.1047C19.2393 23.0864 19.3343 23.0958 19.4206 23.1316C19.5069 23.1673 19.5807 23.2279 19.6326 23.3056C19.6846 23.3833 19.7123 23.4746 19.7123 23.5681C19.7121 23.6933 19.6623 23.8134 19.5737 23.902C19.4852 23.9906 19.3651 24.0404 19.2398 24.0406ZM22.314 22.6892C22.2206 22.6892 22.1292 22.6615 22.0515 22.6096C21.9738 22.5577 21.9133 22.4839 21.8775 22.3976C21.8418 22.3112 21.8324 22.2162 21.8506 22.1246C21.8689 22.0329 21.9139 21.9487 21.9799 21.8826C22.046 21.8166 22.1302 21.7716 22.2219 21.7533C22.3135 21.7351 22.4085 21.7445 22.4948 21.7802C22.5812 21.816 22.655 21.8765 22.7069 21.9542C22.7588 22.0319 22.7865 22.1233 22.7865 22.2167C22.7864 22.342 22.7366 22.4622 22.648 22.5508C22.5594 22.6394 22.4393 22.6892 22.314 22.6894V22.6892ZM25.6982 22.3297C25.6047 22.3297 25.5134 22.302 25.4357 22.2501C25.358 22.1982 25.2974 22.1244 25.2616 22.038C25.2259 21.9517 25.2165 21.8567 25.2348 21.7651C25.253 21.6734 25.298 21.5892 25.3641 21.5231C25.4301 21.4571 25.5143 21.4121 25.606 21.3938C25.6976 21.3756 25.7926 21.385 25.879 21.4207C25.9653 21.4565 26.0391 21.517 26.091 21.5947C26.1429 21.6724 26.1706 21.7638 26.1706 21.8572C26.1705 21.9825 26.1206 22.1026 26.0321 22.1911C25.9435 22.2797 25.8234 22.3296 25.6982 22.3297ZM28.76 20.8298C28.6666 20.8298 28.5752 20.8021 28.4975 20.7502C28.4198 20.6982 28.3593 20.6244 28.3235 20.5381C28.2877 20.4518 28.2784 20.3568 28.2966 20.2651C28.3148 20.1735 28.3598 20.0893 28.4259 20.0232C28.492 19.9571 28.5762 19.9121 28.6678 19.8939C28.7595 19.8757 28.8545 19.885 28.9408 19.9208C29.0272 19.9565 29.101 20.0171 29.1529 20.0948C29.2048 20.1725 29.2325 20.2639 29.2325 20.3573C29.2324 20.4826 29.1826 20.6027 29.094 20.6913C29.0054 20.78 28.8853 20.8298 28.76 20.8299V20.8298Z\"/>\\n</mask>\\n<path d=\"M29.4247 31.8917H18.262C18.1473 31.8917 18.0373 31.9373 17.9562 32.0184C17.8751 32.0995 17.8296 32.2095 17.8296 32.3241C17.8296 32.4388 17.8751 32.5488 17.9562 32.6299C18.0373 32.711 18.1473 32.7566 18.262 32.7566H29.4247C29.5394 32.7566 29.6494 32.711 29.7305 32.6299C29.8116 32.5488 29.8571 32.4388 29.8571 32.3241C29.8571 32.2095 29.8116 32.0995 29.7305 32.0184C29.6494 31.9373 29.5394 31.8917 29.4247 31.8917ZM17.8296 29.9998C17.8296 30.1145 17.8751 30.2245 17.9562 30.3056C18.0373 30.3867 18.1473 30.4323 18.262 30.4323H24.7287C24.8433 30.4323 24.9533 30.3867 25.0344 30.3056C25.1155 30.2245 25.1611 30.1145 25.1611 29.9998C25.1611 29.8852 25.1155 29.7752 25.0344 29.6941C24.9533 29.613 24.8433 29.5674 24.7287 29.5674H18.262C18.1473 29.5674 18.0373 29.613 17.9562 29.6941C17.8751 29.7752 17.8296 29.8852 17.8296 29.9998ZM29.2431 27.5296V22.8839C29.2431 22.7692 29.1975 22.6592 29.1164 22.5781C29.0353 22.497 28.9253 22.4514 28.8107 22.4514C28.696 22.4514 28.586 22.497 28.5049 22.5781C28.4238 22.6592 28.3782 22.7692 28.3782 22.8839V27.5296C28.3782 27.6443 28.4238 27.7543 28.5049 27.8354C28.586 27.9165 28.696 27.962 28.8107 27.962C28.9253 27.962 29.0353 27.9165 29.1164 27.8354C29.1975 27.7543 29.2431 27.6443 29.2431 27.5296ZM26.8107 27.5296V25.9085C26.8107 25.7938 26.7651 25.6838 26.684 25.6027C26.6029 25.5216 26.4929 25.4761 26.3783 25.4761C26.2636 25.4761 26.1536 25.5216 26.0725 25.6027C25.9914 25.6838 25.9458 25.7938 25.9458 25.9085V27.5296C25.9458 27.6443 25.9914 27.7543 26.0725 27.8354C26.1536 27.9165 26.2636 27.962 26.3783 27.962C26.4929 27.962 26.6029 27.9165 26.684 27.8354C26.7651 27.7543 26.8107 27.6443 26.8107 27.5296ZM24.4323 27.5296V24.768C24.4323 24.6533 24.3868 24.5433 24.3057 24.4622C24.2246 24.3811 24.1146 24.3356 23.9999 24.3356C23.8852 24.3356 23.7752 24.3811 23.6941 24.4622C23.613 24.5433 23.5675 24.6533 23.5675 24.768V27.5296C23.5675 27.6443 23.613 27.7543 23.6941 27.8354C23.7752 27.9165 23.8852 27.962 23.9999 27.962C24.1146 27.962 24.2246 27.9165 24.3057 27.8354C24.3868 27.7543 24.4323 27.6443 24.4323 27.5296ZM22.054 27.5296V26.739C22.054 26.6243 22.0084 26.5143 21.9273 26.4332C21.8462 26.3521 21.7362 26.3066 21.6215 26.3066C21.5069 26.3066 21.3969 26.3521 21.3158 26.4332C21.2347 26.5143 21.1891 26.6243 21.1891 26.739V27.5296C21.1891 27.6443 21.2347 27.7543 21.3158 27.8354C21.3969 27.9165 21.5069 27.962 21.6215 27.962C21.7362 27.962 21.8462 27.9165 21.9273 27.8354C22.0084 27.7543 22.054 27.6443 22.054 27.5296ZM19.6216 27.5296V25.735C19.6216 25.6203 19.576 25.5104 19.4949 25.4293C19.4138 25.3482 19.3038 25.3026 19.1891 25.3026C19.0745 25.3026 18.9645 25.3482 18.8834 25.4293C18.8023 25.5104 18.7567 25.6203 18.7567 25.735V27.5296C18.7567 27.6443 18.8023 27.7543 18.8834 27.8354C18.9645 27.9165 19.0745 27.962 19.1891 27.962C19.3038 27.962 19.4138 27.9165 19.4949 27.8354C19.576 27.7543 19.6216 27.6443 19.6216 27.5296ZM28.76 19.0201C28.5564 19.0202 28.3556 19.0666 28.1727 19.1561C27.9898 19.2455 27.8298 19.3754 27.7047 19.5361C27.5797 19.6967 27.493 19.8838 27.4512 20.083C27.4094 20.2822 27.4136 20.4884 27.4635 20.6857L26.7736 21.0636C26.6239 20.8605 26.4198 20.704 26.1849 20.6121C25.95 20.5202 25.6938 20.4966 25.4461 20.5441C25.1983 20.5915 24.9691 20.7082 24.7848 20.8804C24.6006 21.0527 24.4688 21.2736 24.4048 21.5176L23.3824 21.4138C23.2265 21.2062 23.0136 21.0486 22.7696 20.96C22.5256 20.8715 22.2612 20.8559 22.0085 20.9152C21.7558 20.9744 21.5258 21.106 21.3466 21.2938C21.1675 21.4816 21.0468 21.7174 20.9995 21.9726L20.1945 22.633C19.9776 22.4118 19.6906 22.2729 19.3825 22.24C19.0745 22.2071 18.7646 22.2822 18.5058 22.4525C18.2471 22.6228 18.0555 22.8778 17.9639 23.1737C17.8722 23.4696 17.8863 23.7882 18.0035 24.0749C18.1208 24.3616 18.3341 24.5987 18.6068 24.7456C18.8795 24.8925 19.1948 24.9401 19.4988 24.8802C19.8027 24.8204 20.0764 24.6568 20.2731 24.4174C20.4698 24.1781 20.5772 23.8779 20.577 23.5681C20.577 23.5258 20.5748 23.4841 20.571 23.4429L21.1877 22.9367C21.339 23.1738 21.5613 23.3571 21.8228 23.4606C22.0844 23.564 22.3719 23.5823 22.6445 23.5129C22.917 23.4434 23.1607 23.2897 23.3409 23.0737C23.521 22.8576 23.6284 22.5903 23.6477 22.3097L24.4733 22.3935C24.5947 22.6709 24.8067 22.899 25.0745 23.0402C25.3424 23.1815 25.6503 23.2276 25.9478 23.1711C26.2453 23.1145 26.5148 22.9586 26.7122 22.7289C26.9095 22.4992 27.023 22.2093 27.0341 21.9067L27.9384 21.4115C28.1063 21.5424 28.3031 21.6313 28.5123 21.6707C28.7215 21.7102 28.9371 21.6992 29.1412 21.6385C29.3453 21.5779 29.5319 21.4693 29.6856 21.322C29.8392 21.1746 29.9555 20.9927 30.0247 20.7914C30.0938 20.59 30.1139 20.3751 30.0833 20.1644C30.0526 19.9537 29.9721 19.7534 29.8483 19.5801C29.7246 19.4069 29.5613 19.2656 29.372 19.1682C29.1827 19.0708 28.9729 19.02 28.76 19.02V19.0201ZM19.2398 24.0406C19.1463 24.0406 19.055 24.0128 18.9773 23.9609C18.8996 23.909 18.839 23.8352 18.8033 23.7489C18.7675 23.6626 18.7582 23.5676 18.7764 23.4759C18.7946 23.3842 18.8396 23.3001 18.9057 23.234C18.9718 23.1679 19.056 23.1229 19.1476 23.1047C19.2393 23.0864 19.3343 23.0958 19.4206 23.1316C19.5069 23.1673 19.5807 23.2279 19.6326 23.3056C19.6846 23.3833 19.7123 23.4746 19.7123 23.5681C19.7121 23.6933 19.6623 23.8134 19.5737 23.902C19.4852 23.9906 19.3651 24.0404 19.2398 24.0406ZM22.314 22.6892C22.2206 22.6892 22.1292 22.6615 22.0515 22.6096C21.9738 22.5577 21.9133 22.4839 21.8775 22.3976C21.8418 22.3112 21.8324 22.2162 21.8506 22.1246C21.8689 22.0329 21.9139 21.9487 21.9799 21.8826C22.046 21.8166 22.1302 21.7716 22.2219 21.7533C22.3135 21.7351 22.4085 21.7445 22.4948 21.7802C22.5812 21.816 22.655 21.8765 22.7069 21.9542C22.7588 22.0319 22.7865 22.1233 22.7865 22.2167C22.7864 22.342 22.7366 22.4622 22.648 22.5508C22.5594 22.6394 22.4393 22.6892 22.314 22.6894V22.6892ZM25.6982 22.3297C25.6047 22.3297 25.5134 22.302 25.4357 22.2501C25.358 22.1982 25.2974 22.1244 25.2616 22.038C25.2259 21.9517 25.2165 21.8567 25.2348 21.7651C25.253 21.6734 25.298 21.5892 25.3641 21.5231C25.4301 21.4571 25.5143 21.4121 25.606 21.3938C25.6976 21.3756 25.7926 21.385 25.879 21.4207C25.9653 21.4565 26.0391 21.517 26.091 21.5947C26.1429 21.6724 26.1706 21.7638 26.1706 21.8572C26.1705 21.9825 26.1206 22.1026 26.0321 22.1911C25.9435 22.2797 25.8234 22.3296 25.6982 22.3297ZM28.76 20.8298C28.6666 20.8298 28.5752 20.8021 28.4975 20.7502C28.4198 20.6982 28.3593 20.6244 28.3235 20.5381C28.2877 20.4518 28.2784 20.3568 28.2966 20.2651C28.3148 20.1735 28.3598 20.0893 28.4259 20.0232C28.492 19.9571 28.5762 19.9121 28.6678 19.8939C28.7595 19.8757 28.8545 19.885 28.9408 19.9208C29.0272 19.9565 29.101 20.0171 29.1529 20.0948C29.2048 20.1725 29.2325 20.2639 29.2325 20.3573C29.2324 20.4826 29.1826 20.6027 29.094 20.6913C29.0054 20.78 28.8853 20.8298 28.76 20.8299V20.8298Z\" fill=\"#B02030\"/>\\n<path d=\"M29.4247 31.8917H18.262C18.1473 31.8917 18.0373 31.9373 17.9562 32.0184C17.8751 32.0995 17.8296 32.2095 17.8296 32.3241C17.8296 32.4388 17.8751 32.5488 17.9562 32.6299C18.0373 32.711 18.1473 32.7566 18.262 32.7566H29.4247C29.5394 32.7566 29.6494 32.711 29.7305 32.6299C29.8116 32.5488 29.8571 32.4388 29.8571 32.3241C29.8571 32.2095 29.8116 32.0995 29.7305 32.0184C29.6494 31.9373 29.5394 31.8917 29.4247 31.8917ZM17.8296 29.9998C17.8296 30.1145 17.8751 30.2245 17.9562 30.3056C18.0373 30.3867 18.1473 30.4323 18.262 30.4323H24.7287C24.8433 30.4323 24.9533 30.3867 25.0344 30.3056C25.1155 30.2245 25.1611 30.1145 25.1611 29.9998C25.1611 29.8852 25.1155 29.7752 25.0344 29.6941C24.9533 29.613 24.8433 29.5674 24.7287 29.5674H18.262C18.1473 29.5674 18.0373 29.613 17.9562 29.6941C17.8751 29.7752 17.8296 29.8852 17.8296 29.9998ZM29.2431 27.5296V22.8839C29.2431 22.7692 29.1975 22.6592 29.1164 22.5781C29.0353 22.497 28.9253 22.4514 28.8107 22.4514C28.696 22.4514 28.586 22.497 28.5049 22.5781C28.4238 22.6592 28.3782 22.7692 28.3782 22.8839V27.5296C28.3782 27.6443 28.4238 27.7543 28.5049 27.8354C28.586 27.9165 28.696 27.962 28.8107 27.962C28.9253 27.962 29.0353 27.9165 29.1164 27.8354C29.1975 27.7543 29.2431 27.6443 29.2431 27.5296ZM26.8107 27.5296V25.9085C26.8107 25.7938 26.7651 25.6838 26.684 25.6027C26.6029 25.5216 26.4929 25.4761 26.3783 25.4761C26.2636 25.4761 26.1536 25.5216 26.0725 25.6027C25.9914 25.6838 25.9458 25.7938 25.9458 25.9085V27.5296C25.9458 27.6443 25.9914 27.7543 26.0725 27.8354C26.1536 27.9165 26.2636 27.962 26.3783 27.962C26.4929 27.962 26.6029 27.9165 26.684 27.8354C26.7651 27.7543 26.8107 27.6443 26.8107 27.5296ZM24.4323 27.5296V24.768C24.4323 24.6533 24.3868 24.5433 24.3057 24.4622C24.2246 24.3811 24.1146 24.3356 23.9999 24.3356C23.8852 24.3356 23.7752 24.3811 23.6941 24.4622C23.613 24.5433 23.5675 24.6533 23.5675 24.768V27.5296C23.5675 27.6443 23.613 27.7543 23.6941 27.8354C23.7752 27.9165 23.8852 27.962 23.9999 27.962C24.1146 27.962 24.2246 27.9165 24.3057 27.8354C24.3868 27.7543 24.4323 27.6443 24.4323 27.5296ZM22.054 27.5296V26.739C22.054 26.6243 22.0084 26.5143 21.9273 26.4332C21.8462 26.3521 21.7362 26.3066 21.6215 26.3066C21.5069 26.3066 21.3969 26.3521 21.3158 26.4332C21.2347 26.5143 21.1891 26.6243 21.1891 26.739V27.5296C21.1891 27.6443 21.2347 27.7543 21.3158 27.8354C21.3969 27.9165 21.5069 27.962 21.6215 27.962C21.7362 27.962 21.8462 27.9165 21.9273 27.8354C22.0084 27.7543 22.054 27.6443 22.054 27.5296ZM19.6216 27.5296V25.735C19.6216 25.6203 19.576 25.5104 19.4949 25.4293C19.4138 25.3482 19.3038 25.3026 19.1891 25.3026C19.0745 25.3026 18.9645 25.3482 18.8834 25.4293C18.8023 25.5104 18.7567 25.6203 18.7567 25.735V27.5296C18.7567 27.6443 18.8023 27.7543 18.8834 27.8354C18.9645 27.9165 19.0745 27.962 19.1891 27.962C19.3038 27.962 19.4138 27.9165 19.4949 27.8354C19.576 27.7543 19.6216 27.6443 19.6216 27.5296ZM28.76 19.0201C28.5564 19.0202 28.3556 19.0666 28.1727 19.1561C27.9898 19.2455 27.8298 19.3754 27.7047 19.5361C27.5797 19.6967 27.493 19.8838 27.4512 20.083C27.4094 20.2822 27.4136 20.4884 27.4635 20.6857L26.7736 21.0636C26.6239 20.8605 26.4198 20.704 26.1849 20.6121C25.95 20.5202 25.6938 20.4966 25.4461 20.5441C25.1983 20.5915 24.9691 20.7082 24.7848 20.8804C24.6006 21.0527 24.4688 21.2736 24.4048 21.5176L23.3824 21.4138C23.2265 21.2062 23.0136 21.0486 22.7696 20.96C22.5256 20.8715 22.2612 20.8559 22.0085 20.9152C21.7558 20.9744 21.5258 21.106 21.3466 21.2938C21.1675 21.4816 21.0468 21.7174 20.9995 21.9726L20.1945 22.633C19.9776 22.4118 19.6906 22.2729 19.3825 22.24C19.0745 22.2071 18.7646 22.2822 18.5058 22.4525C18.2471 22.6228 18.0555 22.8778 17.9639 23.1737C17.8722 23.4696 17.8863 23.7882 18.0035 24.0749C18.1208 24.3616 18.3341 24.5987 18.6068 24.7456C18.8795 24.8925 19.1948 24.9401 19.4988 24.8802C19.8027 24.8204 20.0764 24.6568 20.2731 24.4174C20.4698 24.1781 20.5772 23.8779 20.577 23.5681C20.577 23.5258 20.5748 23.4841 20.571 23.4429L21.1877 22.9367C21.339 23.1738 21.5613 23.3571 21.8228 23.4606C22.0844 23.564 22.3719 23.5823 22.6445 23.5129C22.917 23.4434 23.1607 23.2897 23.3409 23.0737C23.521 22.8576 23.6284 22.5903 23.6477 22.3097L24.4733 22.3935C24.5947 22.6709 24.8067 22.899 25.0745 23.0402C25.3424 23.1815 25.6503 23.2276 25.9478 23.1711C26.2453 23.1145 26.5148 22.9586 26.7122 22.7289C26.9095 22.4992 27.023 22.2093 27.0341 21.9067L27.9384 21.4115C28.1063 21.5424 28.3031 21.6313 28.5123 21.6707C28.7215 21.7102 28.9371 21.6992 29.1412 21.6385C29.3453 21.5779 29.5319 21.4693 29.6856 21.322C29.8392 21.1746 29.9555 20.9927 30.0247 20.7914C30.0938 20.59 30.1139 20.3751 30.0833 20.1644C30.0526 19.9537 29.9721 19.7534 29.8483 19.5801C29.7246 19.4069 29.5613 19.2656 29.372 19.1682C29.1827 19.0708 28.9729 19.02 28.76 19.02V19.0201ZM19.2398 24.0406C19.1463 24.0406 19.055 24.0128 18.9773 23.9609C18.8996 23.909 18.839 23.8352 18.8033 23.7489C18.7675 23.6626 18.7582 23.5676 18.7764 23.4759C18.7946 23.3842 18.8396 23.3001 18.9057 23.234C18.9718 23.1679 19.056 23.1229 19.1476 23.1047C19.2393 23.0864 19.3343 23.0958 19.4206 23.1316C19.5069 23.1673 19.5807 23.2279 19.6326 23.3056C19.6846 23.3833 19.7123 23.4746 19.7123 23.5681C19.7121 23.6933 19.6623 23.8134 19.5737 23.902C19.4852 23.9906 19.3651 24.0404 19.2398 24.0406ZM22.314 22.6892C22.2206 22.6892 22.1292 22.6615 22.0515 22.6096C21.9738 22.5577 21.9133 22.4839 21.8775 22.3976C21.8418 22.3112 21.8324 22.2162 21.8506 22.1246C21.8689 22.0329 21.9139 21.9487 21.9799 21.8826C22.046 21.8166 22.1302 21.7716 22.2219 21.7533C22.3135 21.7351 22.4085 21.7445 22.4948 21.7802C22.5812 21.816 22.655 21.8765 22.7069 21.9542C22.7588 22.0319 22.7865 22.1233 22.7865 22.2167C22.7864 22.342 22.7366 22.4622 22.648 22.5508C22.5594 22.6394 22.4393 22.6892 22.314 22.6894V22.6892ZM25.6982 22.3297C25.6047 22.3297 25.5134 22.302 25.4357 22.2501C25.358 22.1982 25.2974 22.1244 25.2616 22.038C25.2259 21.9517 25.2165 21.8567 25.2348 21.7651C25.253 21.6734 25.298 21.5892 25.3641 21.5231C25.4301 21.4571 25.5143 21.4121 25.606 21.3938C25.6976 21.3756 25.7926 21.385 25.879 21.4207C25.9653 21.4565 26.0391 21.517 26.091 21.5947C26.1429 21.6724 26.1706 21.7638 26.1706 21.8572C26.1705 21.9825 26.1206 22.1026 26.0321 22.1911C25.9435 22.2797 25.8234 22.3296 25.6982 22.3297ZM28.76 20.8298C28.6666 20.8298 28.5752 20.8021 28.4975 20.7502C28.4198 20.6982 28.3593 20.6244 28.3235 20.5381C28.2877 20.4518 28.2784 20.3568 28.2966 20.2651C28.3148 20.1735 28.3598 20.0893 28.4259 20.0232C28.492 19.9571 28.5762 19.9121 28.6678 19.8939C28.7595 19.8757 28.8545 19.885 28.9408 19.9208C29.0272 19.9565 29.101 20.0171 29.1529 20.0948C29.2048 20.1725 29.2325 20.2639 29.2325 20.3573C29.2324 20.4826 29.1826 20.6027 29.094 20.6913C29.0054 20.78 28.8853 20.8298 28.76 20.8299V20.8298Z\" stroke=\"#B02030\" stroke-width=\"0.4\" mask=\"url(#path-3-outside-1_218_227)\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cynnkq\",\"data-framer-name\":\"Frame 13\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:\"Data-Driven Insights\"})})},W2cCWas40:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:\"Data-Driven Insights\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:\"Data-Driven Insights\"})}),className:\"framer-vrm33l\",\"data-framer-name\":\"Data-Driven Insights\",fonts:[\"GF;Jomolhari-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(99, 99, 99)\"},children:\"Turn your data into clear, actionable reports.\"})})},W2cCWas40:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(99, 99, 99)\"},children:\"Turn your data into clear, actionable reports.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(99, 99, 99)\"},children:\"Turn your data into clear, actionable reports.\"})}),className:\"framer-12aelns\",\"data-framer-name\":\"Turn your data into clear, actionable reports.\",fonts:[\"GF;Open Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1osi15t\",\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(176, 32, 48)\"},children:\"Learn More\"})}),className:\"framer-1p22cpw\",\"data-framer-name\":\"Button\",fonts:[\"GF;Open Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1smdlk8\",\"data-framer-name\":\"Frame 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:28,svg:'<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M19.5454 8.00005C19.5454 7.72391 19.3215 7.50005 19.0454 7.50005L14.5454 7.50005C14.2692 7.50005 14.0454 7.72391 14.0454 8.00005C14.0454 8.27619 14.2692 8.50005 14.5454 8.50005L18.5454 8.50005L18.5454 12.5C18.5454 12.7762 18.7692 13 19.0454 13C19.3215 13 19.5454 12.7762 19.5454 12.5L19.5454 8.00005ZM8.35355 19.399L19.3989 8.3536L18.6918 7.6465L7.64645 18.6919L8.35355 19.399Z\" fill=\"#B02030\"/>\\n</svg>\\n',withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-134ikej\",\"data-framer-name\":\"Featured Product\",id:elementId4,ref:ref5,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-138e57c\",\"data-framer-name\":\"Frame 13\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ezri9r\",\"data-framer-name\":\"Frame 52\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pfphaw\",\"data-framer-name\":\"Frame 48\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation21,__framer__exit:animation22,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-s9113m\",\"data-framer-name\":\"New Product\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-11mvyki\",\"data-framer-name\":\"Frame 1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Featured Product \"})}),className:\"framer-6rs18y\",\"data-framer-name\":\"New Product\",fonts:[\"GF;Open Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(62, 142, 126)\"},children:\"Alesco AI\"})}),className:\"framer-182nchb\",\"data-framer-name\":\"Alesco AI\",fonts:[\"GF;Open Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:[\"Proof in The Results: \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(176, 32, 48)\"},children:\"Real Transformations\"})]})})},W2cCWas40:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:[\"Proof in The Results: \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(176, 32, 48)\"},children:\"Real Transformations\"})]})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation23,__framer__exit:animation24,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(27, 27, 30)\",\"--framer-text-transform\":\"capitalize\"},children:[\"Proof in The Results: \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(176, 32, 48)\"},children:\"Real Transformations\"})]})}),className:\"framer-13lxsg2\",\"data-framer-name\":\"Proof in The Results: Real Transformations\",fonts:[\"GF;Jomolhari-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(99, 99, 99)\",\"--framer-text-transform\":\"capitalize\"},children:\"Alesco AI helps businesses generate ready-to-use, highly targeted leads in seconds. Trusted by thousands to simplify outreach and boost conversions.\"})})},W2cCWas40:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(99, 99, 99)\",\"--framer-text-transform\":\"capitalize\"},children:\"Alesco AI helps businesses generate ready-to-use, highly targeted leads in seconds. Trusted by thousands to simplify outreach and boost conversions.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation11,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(99, 99, 99)\",\"--framer-text-transform\":\"capitalize\"},children:\"Alesco AI helps businesses generate ready-to-use, highly targeted leads in seconds. Trusted by thousands to simplify outreach and boost conversions.\"})}),className:\"framer-1tgc1va\",\"data-framer-name\":\"Alesco AI helps businesses generate ready-to-use, highly targeted leads in seconds. Trusted by thousands to simplify outreach and boost conversions.\",fonts:[\"GF;Open Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation11,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-hp6mhh\",\"data-framer-name\":\"Frame 51\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1865qbu\",\"data-framer-name\":\"Frame 13\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(176, 32, 48)\",\"--framer-text-transform\":\"capitalize\"},children:\"10,000\"})}),className:\"framer-1h8nv4w\",\"data-framer-name\":\"2,000\",fonts:[\"GF;Jomolhari-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(99, 99, 99)\"},children:\"High-Quality Leads\"})}),className:\"framer-158gzcf\",\"data-framer-name\":\"High-Quality Leads\",fonts:[\"GF;Open Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{style:{rotate:90}}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nqt9f8\",\"data-framer-name\":\"Divider\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14qdp7m\",\"data-framer-name\":\"Frame 13\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(176, 32, 48)\",\"--framer-text-transform\":\"capitalize\"},children:\"<1 minute\"})}),className:\"framer-cp1pb1\",\"data-framer-name\":\"<1 minute\",fonts:[\"GF;Jomolhari-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(99, 99, 99)\"},children:\"To get your first list\"})}),className:\"framer-1rs85hs\",\"data-framer-name\":\"To get your first list\",fonts:[\"GF;Open Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{style:{rotate:90}}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1usvu7z\",\"data-framer-name\":\"Divider\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-61z2z0\",\"data-framer-name\":\"Frame 13\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(176, 32, 48)\",\"--framer-text-transform\":\"capitalize\"},children:\"20+ years\\xa0\"})}),className:\"framer-jgg57x\",\"data-framer-name\":\"20+ years\\xa0\",fonts:[\"GF;Jomolhari-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(99, 99, 99)\"},children:\"Of data expertise\"})}),className:\"framer-18sx9pz\",\"data-framer-name\":\"Of data expertise\",fonts:[\"GF;Open Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-24alq6\",\"data-framer-name\":\"Group 1\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation19,__framer__exit:animation20,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1wfx4pw\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+5197.8+40+901.6+0+11),pixelHeight:1880,pixelWidth:2332,positionX:\"center\",positionY:\"center\",sizes:\"351px\",src:\"https://framerusercontent.com/images/MoiyX5ECCvU5h9WzBulBs9hrSg0.png\",srcSet:\"https://framerusercontent.com/images/MoiyX5ECCvU5h9WzBulBs9hrSg0.png?scale-down-to=512 512w,https://framerusercontent.com/images/MoiyX5ECCvU5h9WzBulBs9hrSg0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MoiyX5ECCvU5h9WzBulBs9hrSg0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MoiyX5ECCvU5h9WzBulBs9hrSg0.png 2332w\"}},W2cCWas40:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+5302.6+0+631.9+0+0),pixelHeight:1880,pixelWidth:2332,positionX:\"center\",positionY:\"center\",sizes:\"583px\",src:\"https://framerusercontent.com/images/MoiyX5ECCvU5h9WzBulBs9hrSg0.png\",srcSet:\"https://framerusercontent.com/images/MoiyX5ECCvU5h9WzBulBs9hrSg0.png?scale-down-to=512 512w,https://framerusercontent.com/images/MoiyX5ECCvU5h9WzBulBs9hrSg0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MoiyX5ECCvU5h9WzBulBs9hrSg0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MoiyX5ECCvU5h9WzBulBs9hrSg0.png 2332w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+2758.6+80+0+0),pixelHeight:1880,pixelWidth:2332,positionX:\"center\",positionY:\"center\",sizes:\"583px\",src:\"https://framerusercontent.com/images/MoiyX5ECCvU5h9WzBulBs9hrSg0.png\",srcSet:\"https://framerusercontent.com/images/MoiyX5ECCvU5h9WzBulBs9hrSg0.png?scale-down-to=512 512w,https://framerusercontent.com/images/MoiyX5ECCvU5h9WzBulBs9hrSg0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MoiyX5ECCvU5h9WzBulBs9hrSg0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MoiyX5ECCvU5h9WzBulBs9hrSg0.png 2332w\"},className:\"framer-lbtthj\",\"data-framer-name\":\"Frame 24\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+5197.8+40+901.6+0+0),pixelHeight:1497,pixelWidth:2628,positionX:\"center\",positionY:\"center\",sizes:\"322px\",src:\"https://framerusercontent.com/images/yGCkcuu0BFinZi8rb4zgcenI.jpg\",srcSet:\"https://framerusercontent.com/images/yGCkcuu0BFinZi8rb4zgcenI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yGCkcuu0BFinZi8rb4zgcenI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yGCkcuu0BFinZi8rb4zgcenI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yGCkcuu0BFinZi8rb4zgcenI.jpg 2628w\"}},W2cCWas40:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+5302.6+0+631.9+0+20),pixelHeight:1497,pixelWidth:2628,positionX:\"center\",positionY:\"center\",sizes:\"521px\",src:\"https://framerusercontent.com/images/yGCkcuu0BFinZi8rb4zgcenI.jpg\",srcSet:\"https://framerusercontent.com/images/yGCkcuu0BFinZi8rb4zgcenI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yGCkcuu0BFinZi8rb4zgcenI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yGCkcuu0BFinZi8rb4zgcenI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yGCkcuu0BFinZi8rb4zgcenI.jpg 2628w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+2758.6+80+0+20),pixelHeight:1497,pixelWidth:2628,positionX:\"center\",positionY:\"center\",sizes:\"521px\",src:\"https://framerusercontent.com/images/yGCkcuu0BFinZi8rb4zgcenI.jpg\",srcSet:\"https://framerusercontent.com/images/yGCkcuu0BFinZi8rb4zgcenI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yGCkcuu0BFinZi8rb4zgcenI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yGCkcuu0BFinZi8rb4zgcenI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yGCkcuu0BFinZi8rb4zgcenI.jpg 2628w\"},className:\"framer-yhwu5y\",\"data-framer-name\":\"Frame 25\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation19,__framer__exit:animation20,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-zxvhv5\",\"data-framer-name\":\"Group 6\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-p5j49 hidden-e5mtn7\",\"data-framer-name\":\"Screenshot_11-4-2025_121346_app.alescoai.com 2\"}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W2cCWas40:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+5302.6+0+631.9+475-305+13.2),pixelHeight:1688,pixelWidth:780,sizes:\"128.8223px\",src:\"https://framerusercontent.com/images/rMx5zb96GE1IcEX8d8pJo6CQ.jpg\",srcSet:\"https://framerusercontent.com/images/rMx5zb96GE1IcEX8d8pJo6CQ.jpg 780w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+2758.6+80+475-305+13.2),pixelHeight:1688,pixelWidth:780,sizes:\"128.8223px\",src:\"https://framerusercontent.com/images/rMx5zb96GE1IcEX8d8pJo6CQ.jpg\",srcSet:\"https://framerusercontent.com/images/rMx5zb96GE1IcEX8d8pJo6CQ.jpg 780w\"},className:\"framer-kr7mnx hidden-e5mtn7\",\"data-framer-name\":\"Screenshot_11-4-2025_121346_app.alescoai.com 1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+5197.8+40+901.6+304-190+7),pixelHeight:1248,pixelWidth:630,sizes:\"90px\",src:\"https://framerusercontent.com/images/flthjlgptxFiVJhWg2y6wQ6QELw.png\",srcSet:\"https://framerusercontent.com/images/flthjlgptxFiVJhWg2y6wQ6QELw.png?scale-down-to=1024 516w,https://framerusercontent.com/images/flthjlgptxFiVJhWg2y6wQ6QELw.png 630w\"},transformTemplate:transformTemplate2},W2cCWas40:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+5302.6+0+631.9+475-305+0),pixelHeight:1248,pixelWidth:630,sizes:\"154.0001px\",src:\"https://framerusercontent.com/images/flthjlgptxFiVJhWg2y6wQ6QELw.png\",srcSet:\"https://framerusercontent.com/images/flthjlgptxFiVJhWg2y6wQ6QELw.png?scale-down-to=1024 516w,https://framerusercontent.com/images/flthjlgptxFiVJhWg2y6wQ6QELw.png 630w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+2758.6+80+475-305+0),pixelHeight:1248,pixelWidth:630,sizes:\"154.0001px\",src:\"https://framerusercontent.com/images/flthjlgptxFiVJhWg2y6wQ6QELw.png\",srcSet:\"https://framerusercontent.com/images/flthjlgptxFiVJhWg2y6wQ6QELw.png?scale-down-to=1024 516w,https://framerusercontent.com/images/flthjlgptxFiVJhWg2y6wQ6QELw.png 630w\"},className:\"framer-zs4q5t\",\"data-framer-name\":\"phone 1\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-veo5c1 hidden-72rtr7 hidden-1pvwslk\",\"data-framer-name\":\"Screenshot_11-4-2025_121346_app.alescoai.com 2\"}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+96+5197.8+40+901.6+304-190+7+8),pixelHeight:1688,pixelWidth:780,sizes:\"75px\",src:\"https://framerusercontent.com/images/rMx5zb96GE1IcEX8d8pJo6CQ.jpg\",srcSet:\"https://framerusercontent.com/images/rMx5zb96GE1IcEX8d8pJo6CQ.jpg 780w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1688,pixelWidth:780,src:\"https://framerusercontent.com/images/rMx5zb96GE1IcEX8d8pJo6CQ.jpg\",srcSet:\"https://framerusercontent.com/images/rMx5zb96GE1IcEX8d8pJo6CQ.jpg 780w\"},className:\"framer-1u149nh hidden-72rtr7 hidden-1pvwslk\",\"data-framer-name\":\"Screenshot_11-4-2025_121346_app.alescoai.com 1\",transformTemplate:transformTemplate3})})]})})]})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1qb1omm\",\"data-framer-name\":\"Testimonial Section\",id:elementId5,ref:ref6,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-at66w1\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{y:(componentViewport?.y||0)+0+0+96+6483.4+80+0+0+0},W2cCWas40:{y:(componentViewport?.y||0)+0+0+96+6388.6+80+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1210px) - 40px)`,y:(componentViewport?.y||0)+0+0+96+3393.6+80+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lne0kc-container\",\"data-framer-name\":\"Testimonial Slider \",name:\"Testimonial Slider \",nodeId:\"T5ym77zRV\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{variant:\"XDHEZYHn2\"}},children:/*#__PURE__*/_jsx(SliderTestimonialBlock,{height:\"100%\",id:\"T5ym77zRV\",layoutId:\"T5ym77zRV\",name:\"Testimonial Slider \",style:{width:\"100%\"},variant:\"rPQNldWrF\",width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ihc2vb\",\"data-framer-name\":\"CTA\",id:elementId6,ref:ref7,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation11,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-k4uo6b\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhaGfUzev:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:\"Ready to Crush Errors and Grow Profits?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9tb2xoYXJpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Jomolhari\", \"Jomolhari Placeholder\", serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:\"Ready to Crush Errors and Grow Profits?\"})}),className:\"framer-8kbkrs\",\"data-framer-name\":\"Ready to Crush Errors and Grow Profits?\",fonts:[\"GF;Jomolhari-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2rjl96\",\"data-framer-name\":\"Frame 4\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bIPQA0GpZ\"},motionChild:true,nodeId:\"MID3KW7YL\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1vecfcw framer-lux5qc\",\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Get Your Process Audit\"})}),className:\"framer-mndk1a\",\"data-framer-name\":\"Button\",fonts:[\"GF;Open Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ckbmnb\",\"data-border\":true,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-obfsl6\",\"data-framer-name\":\"Frame 1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 28\"><path d=\"M 20.5 8.477 C 20.5 8.201 20.276 7.977 20 7.977 L 15.5 7.977 C 15.224 7.977 15 8.201 15 8.477 C 15 8.753 15.224 8.977 15.5 8.977 L 19.5 8.977 L 19.5 12.977 C 19.5 13.254 19.724 13.477 20 13.477 C 20.276 13.477 20.5 13.254 20.5 12.977 Z M 9.308 19.876 L 20.354 8.831 L 19.646 8.124 L 8.601 19.169 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:10873217582,withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nxl_ci3xi\"},motionChild:true,nodeId:\"HDiCK__mW\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1e0wr4u framer-lux5qc\",\"data-border\":true,\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Chat with an Expert\"})}),className:\"framer-1vvavx9\",\"data-framer-name\":\"Button\",fonts:[\"GF;Open Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-iefjnf\",\"data-border\":true,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ko7ubr\",\"data-framer-name\":\"Frame 1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 28\"><path d=\"M 20.5 8.477 C 20.5 8.201 20.276 7.977 20 7.977 L 15.5 7.977 C 15.224 7.977 15 8.201 15 8.477 C 15 8.753 15.224 8.977 15.5 8.977 L 19.5 8.977 L 19.5 12.977 C 19.5 13.254 19.724 13.477 20 13.477 C 20.276 13.477 20.5 13.254 20.5 12.977 Z M 9.308 19.876 L 20.354 8.831 L 19.646 8.124 L 8.601 19.169 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:10873217582,withExternalLayout:true})})]})})]})]})})]})}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-TV5BU.framer-lux5qc, .framer-TV5BU .framer-lux5qc { display: block; }\",\".framer-TV5BU.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1280px; }\",\".framer-TV5BU .framer-tg5w2a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 96px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-TV5BU .framer-1tarf97 { background-color: #ffffff; flex: none; height: 675px; overflow: hidden; position: relative; width: 100%; }\",\".framer-TV5BU .framer-1nxty2s { background-color: #f2f2f2; flex: none; height: 676px; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: 0px; width: 100%; }\",\".framer-TV5BU .framer-e5lm0g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 682px; justify-content: center; left: calc(50.00000000000002% - 100% / 2); opacity: 0.1; overflow: visible; padding: 0px; pointer-events: none; position: absolute; top: -6px; width: 100%; z-index: 1; }\",\".framer-TV5BU .framer-tmwzvp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: 532px; justify-content: center; left: calc(50.00000000000002% - 90% / 2); overflow: visible; padding: 0px; position: absolute; top: calc(50.51851851851854% - 532px / 2); width: 90%; }\",\".framer-TV5BU .framer-1xpgz7t { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-TV5BU .framer-1rf3igp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 329px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 597px; }\",\".framer-TV5BU .framer-8t6093, .framer-TV5BU .framer-ag0k24, .framer-TV5BU .framer-1ezri9r { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-TV5BU .framer-x6lvy4, .framer-TV5BU .framer-1pfphaw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-TV5BU .framer-15rs65j-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-TV5BU .framer-1wnpp9j { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 597px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-TV5BU .framer-ly5uba { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 549px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-TV5BU .framer-bna1mc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 551px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-TV5BU .framer-pd5mcu-container, .framer-TV5BU .framer-18o00il-container, .framer-TV5BU .framer-1006qly-container, .framer-TV5BU .framer-1fdcq15-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-TV5BU .framer-147wlhr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 531px; }\",\".framer-TV5BU .framer-1vf6srf { 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: 530px; }\",\".framer-TV5BU .framer-1wi8cj { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap: balance; flex: none; height: auto; max-width: 650px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-TV5BU .framer-1djwvia-container { flex: none; height: 56px; position: relative; width: 100%; }\",\".framer-TV5BU .framer-tijksw-container { height: auto; opacity: 0.5; position: relative; width: 37px; }\",\".framer-TV5BU .framer-bvug73-container { height: auto; opacity: 0.5; position: relative; width: 40px; }\",\".framer-TV5BU .framer-nrvjtu-container { height: auto; opacity: 0.5; position: relative; width: 72px; }\",\".framer-TV5BU .framer-tc606-container { height: auto; opacity: 0.5; position: relative; width: 138px; }\",\".framer-TV5BU .framer-1mh19up { flex: none; gap: 19px; height: 532px; overflow: visible; position: relative; width: 443px; }\",\".framer-TV5BU .framer-cz0rga { aspect-ratio: 0.6728971962616822 / 1; bottom: -68px; flex: none; left: -10px; position: absolute; top: -66px; width: var(--framer-aspect-ratio-supported, 448px); will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-TV5BU .framer-1af1049 { align-content: center; align-items: center; background-color: var(--token-f8e8f02a-82c1-4db3-ab94-e9ca209cfc2b, #ffffff); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; left: -40px; overflow: visible; padding: 12px 16px 12px 16px; position: absolute; width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 2; }\",\".framer-TV5BU .framer-m9nc4m { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 32px; }\",\".framer-TV5BU .framer-12l3q7z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-TV5BU .framer-c7b1pg { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 74px; word-break: break-word; word-wrap: break-word; }\",\".framer-TV5BU .framer-1ngjwpt, .framer-TV5BU .framer-1yeq63w, .framer-TV5BU .framer-19ut4tt, .framer-TV5BU .framer-8xpzk3, .framer-TV5BU .framer-1k6udyn, .framer-TV5BU .framer-1pokqgn, .framer-TV5BU .framer-1vznklr, .framer-TV5BU .framer-8wix72, .framer-TV5BU .framer-1q9k8v9, .framer-TV5BU .framer-1pusx8c, .framer-TV5BU .framer-1p22cpw, .framer-TV5BU .framer-6rs18y, .framer-TV5BU .framer-182nchb, .framer-TV5BU .framer-1h8nv4w, .framer-TV5BU .framer-158gzcf, .framer-TV5BU .framer-cp1pb1, .framer-TV5BU .framer-1rs85hs, .framer-TV5BU .framer-jgg57x, .framer-TV5BU .framer-18sx9pz, .framer-TV5BU .framer-mndk1a, .framer-TV5BU .framer-1vvavx9 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-TV5BU .framer-1dfhq6l { align-content: center; align-items: center; background-color: var(--token-59dac796-4e80-466f-954a-fcdaac495da1, #ffffff); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: -20.404747009277344px 20.404747009277344px 30.607120513916016px 0px rgba(46, 104, 253, 0.08), 0px -16.32379722595215px 20.404747009277344px 0px rgba(46, 104, 253, 0.04); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8.16px; height: min-content; justify-content: center; left: 260px; overflow: visible; padding: 16px 24px 16px 24px; position: absolute; top: 370px; width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-TV5BU .framer-y1c2vj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4.080949306488037px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 169px; }\",\".framer-TV5BU .framer-14u9fh8, .framer-TV5BU .framer-gqmynn, .framer-TV5BU .framer-sisv49, .framer-TV5BU .framer-13c64yv, .framer-TV5BU .framer-1cbwqz3, .framer-TV5BU .framer-m9qycy, .framer-TV5BU .framer-cpj7zf, .framer-TV5BU .framer-1lawh7m, .framer-TV5BU .framer-11jwcky, .framer-TV5BU .framer-vrm33l, .framer-TV5BU .framer-12aelns { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-TV5BU .framer-1hbejw1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-TV5BU .framer-k5rnaj { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-TV5BU .framer-utb5wz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4.080949306488037px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-TV5BU .framer-k0vyiq { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 17px); overflow: visible; position: relative; width: 16px; }\",\".framer-TV5BU .framer-yxa84w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 100px 40px 100px; position: relative; width: 100%; }\",\".framer-TV5BU .framer-p1fby4 { align-content: flex-end; align-items: flex-end; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 380px; justify-content: center; overflow: visible; padding: 101px 90px 101px 90px; position: relative; width: 1px; }\",\".framer-TV5BU .framer-1efpyo0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 534px; }\",\".framer-TV5BU .framer-jn8g0v { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 515px; word-break: break-word; word-wrap: break-word; }\",\".framer-TV5BU .framer-w39amo { flex: none; height: 3px; overflow: hidden; position: relative; width: 536px; }\",\".framer-TV5BU .framer-4dvmsz { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-TV5BU .framer-17kv3i7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-TV5BU .framer-qxpmlm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-TV5BU .framer-18i3ntr { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-TV5BU .framer-atlfqo, .framer-TV5BU .framer-8uicy8, .framer-TV5BU .framer-replbm, .framer-TV5BU .framer-abl36s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-TV5BU .framer-txzlz8, .framer-TV5BU .framer-1hlbkb8, .framer-TV5BU .framer-1vqwgab, .framer-TV5BU .framer-en5sq6 { flex: none; height: 13px; position: relative; width: 12px; }\",\".framer-TV5BU .framer-6blw4m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 24px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-TV5BU .framer-1p3v9hs, .framer-TV5BU .framer-138e57c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-TV5BU .framer-1fyc6ed { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 396px; }\",\".framer-TV5BU .framer-nzrf4d { display: grid; flex: none; gap: 22px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 570px; }\",\".framer-TV5BU .framer-2zv3dp { align-self: center; aspect-ratio: 0.7942028985507247 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; gap: 10px; height: var(--framer-aspect-ratio-supported, 345px); justify-self: start; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-TV5BU .framer-18x79sc { align-self: start; display: grid; flex: none; gap: 22px; grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(50px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-TV5BU .framer-oevvtl { align-self: start; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 200px; justify-self: start; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-TV5BU .framer-1eryame { align-self: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 270px; justify-self: start; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-TV5BU .framer-1auc6cn { align-content: center; align-items: center; background-color: var(--token-49324c91-1c01-46a9-8079-81eb25c93052, #f6f6f6); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px; position: relative; width: 100%; }\",\".framer-TV5BU .framer-l7xm1r { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-TV5BU .framer-4ri3ue { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 518px; word-break: break-word; word-wrap: break-word; }\",\".framer-TV5BU .framer-v10va9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 246px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-TV5BU .framer-1rizd4g, .framer-TV5BU .framer-wr6upb { --border-bottom-width: 1px; --border-color: var(--token-284ca8ab-dcab-4004-ba76-c56acd95c156, #b02030); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(2px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(2px); background-color: rgba(176, 32, 48, 0.1); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 32px 23px 32px 23px; position: relative; width: 1px; }\",\".framer-TV5BU .framer-1x7xvk, .framer-TV5BU .framer-1mg7nw8 { flex: none; height: 48px; position: relative; width: 48px; }\",\".framer-TV5BU .framer-1j8bj9u, .framer-TV5BU .framer-uw48tx, .framer-TV5BU .framer-1ttmsmy, .framer-TV5BU .framer-cynnkq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-TV5BU .framer-1koa6e9, .framer-TV5BU .framer-8x9mv7, .framer-TV5BU .framer-1osi15t { align-content: center; align-items: center; border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; border-top-left-radius: 80px; border-top-right-radius: 80px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-TV5BU .framer-1t763zv, .framer-TV5BU .framer-htlhcl, .framer-TV5BU .framer-b3x76s, .framer-TV5BU .framer-1smdlk8 { flex: none; height: 28px; position: relative; width: 28px; }\",\".framer-TV5BU .framer-p3q6fb, .framer-TV5BU .framer-1aj5c6h { flex: none; height: 48px; position: relative; width: 49px; }\",\".framer-TV5BU .framer-9ozhog, .framer-TV5BU .framer-hlc8xs { --border-bottom-width: 1px; --border-color: var(--token-284ca8ab-dcab-4004-ba76-c56acd95c156, #b02030); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(2px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(2px); background-color: rgba(176, 32, 48, 0.1); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 100%; justify-content: center; overflow: visible; padding: 32px 23px 32px 23px; position: relative; width: 1px; }\",\".framer-TV5BU .framer-x7i7gh { align-content: center; align-items: center; border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; border-top-left-radius: 80px; border-top-right-radius: 80px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-TV5BU .framer-134ikej { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 635px; justify-content: center; overflow: visible; padding: 0px 100px 0px 100px; position: relative; width: 100%; }\",\".framer-TV5BU .framer-s9113m { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; border-top-left-radius: 80px; border-top-right-radius: 80px; box-shadow: 0px 4px 8px 0px rgba(62, 142, 126, 0.1); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 24px 0px 0px; position: relative; width: min-content; }\",\".framer-TV5BU .framer-11mvyki { align-content: center; align-items: center; background-color: #e7a41f; border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; border-top-left-radius: 80px; border-top-right-radius: 80px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: min-content; }\",\".framer-TV5BU .framer-13lxsg2 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 394px; word-break: break-word; word-wrap: break-word; }\",\".framer-TV5BU .framer-1tgc1va { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 475px; word-break: break-word; word-wrap: break-word; }\",\".framer-TV5BU .framer-hp6mhh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 8px 0px 8px 0px; position: relative; width: 520px; }\",\".framer-TV5BU .framer-1865qbu, .framer-TV5BU .framer-14qdp7m, .framer-TV5BU .framer-61z2z0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-TV5BU .framer-nqt9f8, .framer-TV5BU .framer-1usvu7z { background: linear-gradient(0deg, var(--token-53fdf82f-0fb9-44da-9640-9ca6c949fd70, #fafaf7) 0%, var(--token-8241e29d-9250-4340-bcac-94ac423e64e0, rgb(240, 236, 231)) 23.971996410472975%, var(--token-8241e29d-9250-4340-bcac-94ac423e64e0, rgb(240, 236, 231)) 75.82584415470158%, var(--token-53fdf82f-0fb9-44da-9640-9ca6c949fd70, rgb(250, 250, 247)) 100%); flex: none; height: 100px; overflow: hidden; position: relative; width: 1px; }\",\".framer-TV5BU .framer-24alq6 { flex: none; height: 475px; overflow: visible; position: relative; width: 611px; }\",\".framer-TV5BU .framer-1wfx4pw { flex: none; height: 470px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 583px; }\",\".framer-TV5BU .framer-lbtthj { align-content: flex-end; align-items: flex-end; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 0px; overflow: visible; padding: 101px 90px 101px 90px; position: absolute; right: 0px; top: 0px; }\",\".framer-TV5BU .framer-yhwu5y { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 298px; justify-content: center; left: calc(50.08576329331048% - 521px / 2); overflow: visible; padding: 101px 90px 101px 90px; position: absolute; top: 20px; width: 521px; }\",\".framer-TV5BU .framer-zxvhv5 { bottom: 0px; flex: none; height: 305px; overflow: visible; position: absolute; right: 0px; width: 154px; }\",\".framer-TV5BU .framer-p5j49 { aspect-ratio: 0.461993558058611 / 1; background-color: #222627; flex: none; height: var(--framer-aspect-ratio-supported, 290px); left: 10px; position: absolute; top: 6px; width: 134px; }\",\".framer-TV5BU .framer-kr7mnx { aspect-ratio: 0.46228098389405553 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 279px); left: 13px; position: absolute; top: 13px; width: 129px; }\",\".framer-TV5BU .framer-zs4q5t { aspect-ratio: 0.5048080193477188 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 306px); left: 0px; position: absolute; top: 0px; width: 154px; }\",\".framer-TV5BU .framer-veo5c1 { aspect-ratio: 0.461993558058611 / 1; background-color: #222627; flex: none; height: var(--framer-aspect-ratio-supported, 166px); left: 50%; position: absolute; top: 5px; transform: translateX(-50%); width: 77px; }\",\".framer-TV5BU .framer-1u149nh { aspect-ratio: 0.46228098389405553 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 162px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 75px; }\",\".framer-TV5BU .framer-1qb1omm { align-content: center; align-items: center; background-color: var(--token-49324c91-1c01-46a9-8079-81eb25c93052, #f6f6f6); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-TV5BU .framer-at66w1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1210px; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-TV5BU .framer-1lne0kc-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-TV5BU .framer-ihc2vb { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 80px 100px 80px 100px; position: relative; width: 100%; }\",\".framer-TV5BU .framer-k4uo6b { align-content: center; align-items: center; background-color: var(--token-284ca8ab-dcab-4004-ba76-c56acd95c156, #b02030); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-TV5BU .framer-8kbkrs { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 448px; word-break: break-word; word-wrap: break-word; }\",\".framer-TV5BU .framer-2rjl96 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-TV5BU .framer-1vecfcw { align-content: center; align-items: center; background-color: var(--token-6abadc8e-5cb9-43ff-8056-ae547fd8d0f0, #1b1b1e); border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; border-top-left-radius: 80px; border-top-right-radius: 80px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 32px 12px 32px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-TV5BU .framer-1ckbmnb, .framer-TV5BU .framer-iefjnf { --border-bottom-width: 1px; --border-color: #ffffff; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 180px; border-bottom-right-radius: 180px; border-top-left-radius: 180px; border-top-right-radius: 180px; flex: none; height: 24px; overflow: hidden; position: relative; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-TV5BU .framer-obfsl6, .framer-TV5BU .framer-1ko7ubr { background-color: rgba(0, 0, 0, 0); flex: none; height: 28px; left: calc(50.00000000000002% - 28px / 2); position: absolute; top: calc(50.00000000000002% - 28px / 2); width: 28px; }\",\".framer-TV5BU .framer-1e0wr4u { --border-bottom-width: 1px; --border-color: #ffffff; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; border-top-left-radius: 80px; border-top-right-radius: 80px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 32px 12px 32px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",'.framer-TV5BU[data-border=\"true\"]::after, .framer-TV5BU [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: 1279px) { .framer-TV5BU.framer-72rtr7 { width: 810px; } .framer-TV5BU .framer-1tarf97 { height: 1109px; } .framer-TV5BU .framer-1nxty2s { bottom: -2px; height: 1107px; top: unset; } .framer-TV5BU .framer-e5lm0g { bottom: -2px; height: unset; } .framer-TV5BU .framer-tmwzvp { bottom: 175px; flex-direction: column; height: 640px; top: unset; } .framer-TV5BU .framer-1xpgz7t, .framer-TV5BU .framer-8t6093, .framer-TV5BU .framer-x6lvy4, .framer-TV5BU .framer-147wlhr, .framer-TV5BU .framer-1vf6srf, .framer-TV5BU .framer-17kv3i7, .framer-TV5BU .framer-1fyc6ed, .framer-TV5BU .framer-138e57c, .framer-TV5BU .framer-1ezri9r, .framer-TV5BU .framer-1pfphaw { align-content: center; align-items: center; } .framer-TV5BU .framer-1rf3igp { align-content: center; align-items: center; height: min-content; } .framer-TV5BU .framer-1af1049 { bottom: 90px; left: -16px; } .framer-TV5BU .framer-1dfhq6l { left: unset; right: -9px; } .framer-TV5BU .framer-yxa84w, .framer-TV5BU .framer-6blw4m { flex-direction: column; } .framer-TV5BU .framer-p1fby4 { flex: none; width: 100%; } .framer-TV5BU .framer-1p3v9hs { align-content: center; align-items: center; order: 1; } .framer-TV5BU .framer-nzrf4d { order: 0; } .framer-TV5BU .framer-v10va9 { flex-direction: column; height: min-content; } .framer-TV5BU .framer-1rizd4g, .framer-TV5BU .framer-wr6upb { align-content: center; align-items: center; flex: none; width: 100%; } .framer-TV5BU .framer-9ozhog, .framer-TV5BU .framer-hlc8xs { align-content: center; align-items: center; flex: none; height: 246px; width: 100%; } .framer-TV5BU .framer-134ikej { flex-direction: column; gap: 80px; height: 1086px; padding: 0px; } .framer-TV5BU .framer-ihc2vb { padding: 80px 16px 80px 16px; }}\",\"@media (max-width: 809px) { .framer-TV5BU.framer-72rtr7 { width: 390px; } .framer-TV5BU .framer-1tarf97 { height: 1049px; order: 0; } .framer-TV5BU .framer-1nxty2s { bottom: 0px; height: unset; top: -6px; } .framer-TV5BU .framer-e5lm0g { bottom: 0px; height: unset; } .framer-TV5BU .framer-tmwzvp { flex-direction: column; height: 593px; top: calc(54.81400437636764% - 593px / 2); } .framer-TV5BU .framer-1xpgz7t, .framer-TV5BU .framer-8t6093, .framer-TV5BU .framer-x6lvy4, .framer-TV5BU .framer-138e57c, .framer-TV5BU .framer-1pfphaw { align-content: center; align-items: center; width: 100%; } .framer-TV5BU .framer-1rf3igp { align-content: center; align-items: center; height: min-content; width: 100%; } .framer-TV5BU .framer-15rs65j-container { order: 0; } .framer-TV5BU .framer-1wnpp9j { order: 1; width: 100%; } .framer-TV5BU .framer-ly5uba { width: 357px; } .framer-TV5BU .framer-bna1mc { flex-direction: column; gap: 24px; justify-content: flex-start; } .framer-TV5BU .framer-147wlhr { align-content: center; align-items: center; height: 87px; width: 100%; } .framer-TV5BU .framer-1vf6srf { align-content: center; align-items: center; flex: 1 0 0px; height: 1px; width: 100%; } .framer-TV5BU .framer-1mh19up { height: 329px; } .framer-TV5BU .framer-cz0rga { bottom: unset; height: var(--framer-aspect-ratio-supported, 554px); left: 51%; top: -72px; transform: translateX(-50%); width: 373px; } .framer-TV5BU .framer-1af1049 { bottom: 116px; left: 41px; } .framer-TV5BU .framer-1dfhq6l { left: unset; right: 44px; top: 233px; } .framer-TV5BU .framer-yxa84w { flex-direction: column; order: 1; padding: 80px 16px 40px 16px; } .framer-TV5BU .framer-p1fby4 { flex: none; width: 100%; } .framer-TV5BU .framer-1efpyo0, .framer-TV5BU .framer-jn8g0v, .framer-TV5BU .framer-w39amo, .framer-TV5BU .framer-l7xm1r, .framer-TV5BU .framer-4ri3ue, .framer-TV5BU .framer-13lxsg2, .framer-TV5BU .framer-1tgc1va, .framer-TV5BU .framer-8kbkrs { width: 100%; } .framer-TV5BU .framer-4dvmsz { right: unset; width: 100%; } .framer-TV5BU .framer-17kv3i7 { align-content: center; align-items: center; } .framer-TV5BU .framer-qxpmlm { flex-direction: column; gap: 16px; justify-content: flex-start; width: 80%; } .framer-TV5BU .framer-6blw4m { flex-direction: column; order: 2; padding: 24px 16px 80px 16px; } .framer-TV5BU .framer-1p3v9hs { align-content: center; align-items: center; order: 1; } .framer-TV5BU .framer-1fyc6ed { align-content: center; align-items: center; align-self: stretch; width: auto; } .framer-TV5BU .framer-nzrf4d { order: 0; width: 100%; } .framer-TV5BU .framer-2zv3dp { height: var(--framer-aspect-ratio-supported, 212px); } .framer-TV5BU .framer-1auc6cn { order: 3; padding: 80px 16px 80px 16px; } .framer-TV5BU .framer-1vznklr { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-TV5BU .framer-v10va9 { flex-direction: column; height: min-content; } .framer-TV5BU .framer-1rizd4g, .framer-TV5BU .framer-wr6upb { align-content: center; align-items: center; flex: none; width: 100%; } .framer-TV5BU .framer-9ozhog, .framer-TV5BU .framer-hlc8xs { align-content: center; align-items: center; flex: none; height: 246px; width: 100%; } .framer-TV5BU .framer-134ikej { flex-direction: column; gap: 80px; height: min-content; order: 4; padding: 40px 0px 40px 0px; } .framer-TV5BU .framer-1ezri9r { align-content: center; align-items: center; padding: 0px 24px 0px 24px; width: 100%; } .framer-TV5BU .framer-hp6mhh { flex-direction: column; gap: 0px; justify-content: flex-start; } .framer-TV5BU .framer-24alq6 { height: 304px; width: 393px; } .framer-TV5BU .framer-1wfx4pw { bottom: 0px; height: unset; left: calc(49.8727735368957% - 390px / 2); width: 390px; } .framer-TV5BU .framer-lbtthj { bottom: unset; height: 283px; left: calc(49.74271012006864% - 351px / 2); right: unset; top: 11px; width: 351px; } .framer-TV5BU .framer-yhwu5y { height: 233px; left: calc(49.5711835334477% - 322px / 2); top: 0px; width: 322px; } .framer-TV5BU .framer-zxvhv5 { height: 190px; left: 285px; right: unset; width: 90px; } .framer-TV5BU .framer-zs4q5t { height: var(--framer-aspect-ratio-supported, 178px); right: 0px; top: 51%; transform: translateY(-50%); width: unset; } .framer-TV5BU .framer-veo5c1 { height: var(--framer-aspect-ratio-supported, 167px); } .framer-TV5BU .framer-1u149nh { height: var(--framer-aspect-ratio-supported, 163px); } .framer-TV5BU .framer-1qb1omm { order: 5; overflow: hidden; } .framer-TV5BU .framer-at66w1 { overflow: hidden; } .framer-TV5BU .framer-ihc2vb { order: 6; padding: 80px 16px 80px 16px; } .framer-TV5BU .framer-2rjl96 { flex-direction: column; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4299\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"W2cCWas40\":{\"layout\":[\"fixed\",\"auto\"]},\"NhaGfUzev\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"wEugrIJtU\":{\"pattern\":\":wEugrIJtU\",\"name\":\"hero\"},\"Qo5fwSAwG\":{\"pattern\":\":Qo5fwSAwG\",\"name\":\"problem\"},\"NeHoquP7C\":{\"pattern\":\":NeHoquP7C\",\"name\":\"philosophy\"},\"i4NAugjqD\":{\"pattern\":\":i4NAugjqD\",\"name\":\"solutions\"},\"c8lUC5lkP\":{\"pattern\":\":c8lUC5lkP\",\"name\":\"featured\"},\"MLwwlGOie\":{\"pattern\":\":MLwwlGOie\",\"name\":\"testimonial\"},\"T1C6KgmUE\":{\"pattern\":\":T1C6KgmUE\",\"name\":\"cta\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-TV5BU\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:4299,width:1280};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Jomolhari\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/jomolhari/v19/EvONzA1M1Iw_CBd2hsQCElIZKq5INg.woff2\",weight:\"400\"},{family:\"Open Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4iY1M2xLER.woff2\",weight:\"400\"},{family:\"Open Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4iY1M2xLER.woff2\",weight:\"600\"},{family:\"Open Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4iY1M2xLER.woff2\",weight:\"700\"},{family:\"Urbanist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDLBkfE5OrS8SlKw.woff2\",weight:\"700\"},{family:\"Open Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4iY1M2xLER.woff2\",weight:\"500\"}]},...HeadingBadgeFonts,...PrimaryButtonFonts,...Logo1Fonts,...Logo2Fonts,...Logo3Fonts,...Logo4Fonts,...TickerFonts,...ButtonFonts,...SliderTestimonialBlockFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1280\",\"framerIntrinsicHeight\":\"4299\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"W2cCWas40\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NhaGfUzev\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"{\\\"wEugrIJtU\\\":{\\\"pattern\\\":\\\":wEugrIJtU\\\",\\\"name\\\":\\\"hero\\\"},\\\"Qo5fwSAwG\\\":{\\\"pattern\\\":\\\":Qo5fwSAwG\\\",\\\"name\\\":\\\"problem\\\"},\\\"NeHoquP7C\\\":{\\\"pattern\\\":\\\":NeHoquP7C\\\",\\\"name\\\":\\\"philosophy\\\"},\\\"i4NAugjqD\\\":{\\\"pattern\\\":\\\":i4NAugjqD\\\",\\\"name\\\":\\\"solutions\\\"},\\\"c8lUC5lkP\\\":{\\\"pattern\\\":\\\":c8lUC5lkP\\\",\\\"name\\\":\\\"featured\\\"},\\\"MLwwlGOie\\\":{\\\"pattern\\\":\\\":MLwwlGOie\\\",\\\"name\\\":\\\"testimonial\\\"},\\\"T1C6KgmUE\\\":{\\\"pattern\\\":\\\":T1C6KgmUE\\\",\\\"name\\\":\\\"cta\\\"}}\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerResponsiveScreen\":\"\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "e", "velocityPerSecond", "calcBezier", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "t", "o", "cubicBezier", "__rest", "e", "t", "r", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "t", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "t", "n", "createGeneratorEasing", "e", "t", "n", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "t", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "MAX_DUPLICATED_ITEMS", "MAX_AREA", "CSS_VAR_NAME", "supportsWaapi", "supportsRegisterProperty", "window", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "offset", "useMotionValue", "axis", "minus", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "fullChildrenArea", "isLayerTooBig", "measure", "te", "parentLength", "firstChild", "lastChild", "childrenLeft", "childrenRight", "childrenTop", "childrenBottom", "childrenWidth", "childrenHeight", "childrenArea", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "keyframes", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "designation", "height", "id", "name1", "reviewText", "userImage", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "FfZXP2YGW", "ooB5fXQkh", "WCTCXOtd2", "uoDzj3cab", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText", "Image2", "getLoadingLazyAtYPosition", "css", "FramerbuFmZohOl", "withCSS", "buFmZohOl_default", "addPropertyControls", "ControlType", "addFonts", "CardTestimonialFonts", "getFonts", "buFmZohOl_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear91b4xu", "args", "onAppear2d62sk", "onAppear12gkx2o", "onAppear9b5if8", "onAppear1wefhib", "onAppeara6l98w", "onAppear1hjzgcv", "onAppearda9pix", "onAppear1i0d4xy", "onAppear1rx1l4d", "onAppearaaugyi", "onAppear1031p2d", "useOnVariantChange", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerMZReP5Smj", "withCSS", "MZReP5Smj_default", "addPropertyControls", "ControlType", "addFonts", "RichTextWithFX", "withFX", "RichText", "ButtonArrowFonts", "getFonts", "ywnpbyL3Y_default", "MotionDivWithFX", "motion", "SliderSliderFonts", "MZReP5Smj_default", "SmartComponentScopedContainerWithFX", "SmartComponentScopedContainer", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "transition3", "animation1", "transition4", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "q14F2Hgfr1owa6kl", "args", "q14F2Hgfr114p8l1", "q14F2Hgfrs8t7ts", "q14F2Hgfr1d7t30q", "q14F2Hgfr33w87p", "q14F2Hgfr1fskadi", "q14F2Hgfr1y9pffq", "q14F2Hgfr5kw5pn", "q14F2Hgfr1do9ccn", "q14F2Hgfr1bbm13f", "q14F2Hgfrtn1g8p", "q14F2Hgfr18yjwgt", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "ComponentViewportProvider", "css", "FramerArQP35ffp", "withCSS", "ArQP35ffp_default", "addPropertyControls", "ControlType", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "css", "FramerB2jemcwvO", "withCSS", "B2jemcwvO_default", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "css", "FramerJKHx1NSk8", "withCSS", "JKHx1NSk8_default", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "css", "FramerSZyapXrPv", "withCSS", "SZyapXrPv_default", "addFonts", "fontStore", "fonts", "css", "className", "MotionDivWithFX", "withFX", "motion", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "link", "text", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "Y1KkWzsnr", "mj68nOTbc", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "u", "MotionDivWithFX", "RichText", "Link", "SVG", "css", "FramerVfA59b_mn", "withCSS", "VfA59b_mn_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "text", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "YZumv1zMk", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "RichText", "css", "FramerXukRzaK9o", "withCSS", "XukRzaK9o_default", "addPropertyControls", "ControlType", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "css", "FramerxXgpxxYv3", "withCSS", "xXgpxxYv3_default", "addFonts", "HeadingBadgeFonts", "getFonts", "XukRzaK9o_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "RichTextWithOptimizedAppearEffect", "RichText", "PrimaryButtonFonts", "X6412QNGh_default", "MotionDivWithOptimizedAppearEffect", "motion", "Logo1Fonts", "B2jemcwvO_default", "Logo2Fonts", "JKHx1NSk8_default", "Logo3Fonts", "xXgpxxYv3_default", "Logo4Fonts", "SZyapXrPv_default", "TickerFonts", "Ticker", "MotionDivWithFX", "withFX", "ImageWithOptimizedAppearEffect", "Image2", "RichTextWithFX", "ButtonFonts", "VfA59b_mn_default", "ImageWithFX", "SliderTestimonialBlockFonts", "ArQP35ffp_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "transition4", "animation4", "animation5", "transition5", "transition6", "animation6", "animation7", "transformTemplate1", "_", "t", "transition7", "animation8", "animation9", "animation10", "animation11", "transition8", "animation12", "animation13", "animation14", "animation15", "animation16", "animation17", "transition9", "transition10", "animation18", "animation19", "animation20", "animation21", "animation22", "animation23", "animation24", "transformTemplate2", "transformTemplate3", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "router", "useRouter", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "elementId4", "ref5", "isDisplayed", "isDisplayed1", "elementId5", "ref6", "elementId6", "ref7", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "getLoadingLazyAtYPosition", "PropertyOverrides2", "ComponentViewportProvider", "x", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "SVG", "resolvedLinks2", "resolvedLinks3", "Link", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "__FramerMetadata__"]
}
