{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/TbXI1XaZFNevVKcgIt7G/isMotionValue.js", "ssg:https://framer.com/m/framer/useAutoMotionValue.js@^0.3.0", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/0jtlswBvrookcx7EpjBD/Video.js", "ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://framerusercontent.com/modules/rv1YdzGq9MbPcFnn4hp7/0PnUve6CrltatgvbGR94/dRzBRtaPV.js", "ssg:https://framerusercontent.com/modules/216wyN1K5lb3AdVNhloe/2PVLHduWGPe4l0ZMvxnd/wrMQrY4Sh.js", "ssg:https://framerusercontent.com/modules/xUb9fdAZ1RE2HeXRkgDM/ovsBbHal09EAKf4WAAb0/mh4oCrFgV.js", "ssg:https://framerusercontent.com/modules/31QhLGcoHd9k2IfPew4X/mecCHwzQEuQ4p0zLxoQI/WRUDqmwY8.js", "ssg:https://framerusercontent.com/modules/z9cPvA4VlEND0poekTNl/wcMeYycRUbjtl5owwgjf/augiA20Il.js"],
  "sourcesContent": ["import{MotionValue}from\"framer\";// Basic MotionValue check\nexport const isMotionValue=v=>v instanceof MotionValue;\nexport const __FramerMetadata__ = {\"exports\":{\"isMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./isMotionValue.map", "import{useCallback,useEffect,useRef}from\"react\";import{motionValue,animate,RenderTarget}from\"framer\";import{isMotionValue}from\"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/TbXI1XaZFNevVKcgIt7G/isMotionValue.js\";import{useConstant}from\"https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js\";export function useAutoMotionValue(inputValue,options){// Put options on a local ref\n// Might wanna just memo instead but it works for now\nconst optionsRef=useRef(options);const animation=useRef();const didInitialMount=useRef(false);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;// in-progress - trying to figure out effect hooks\nconst onChangeDeps=(options===null||options===void 0?void 0:options.onChangeDeps)?options.onChangeDeps:[];// Memoize the onChange handler\nconst onChange=useCallback(options===null||options===void 0?void 0:options.onChange,[...onChangeDeps,]);// Optionally scale the value from props\nconst transformer=useCallback(value=>{var ref;return((ref=optionsRef.current)===null||ref===void 0?void 0:ref.transform)?optionsRef.current.transform(value):value;},[]);// Create new MotionValue from inputValue\nconst value1=useConstant(()=>isMotionValue(inputValue)?inputValue:motionValue(transformer(inputValue)));// Setting value from prop change\nuseEffect(()=>{if(!isMotionValue(inputValue)&&didInitialMount.current){var ref,ref1;const newValue=transformer(inputValue);(ref=animation.current)===null||ref===void 0?void 0:ref.stop();// Call change callback\nif(onChange)onChange(newValue,value1);// Trigger animation to new value\nif(((ref1=optionsRef.current)===null||ref1===void 0?void 0:ref1.animate)&&!isOnCanvas){var ref2;// @ts-ignore\nanimation.current=animate(value1,newValue,(ref2=optionsRef.current)===null||ref2===void 0?void 0:ref2.transition);}else{value1.set(newValue);}}didInitialMount.current=true;},[inputValue,...onChangeDeps]);return value1;}\nexport const __FramerMetadata__ = {\"exports\":{\"useAutoMotionValue\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./useAutoMotionValue.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useMotionValueEvent}from\"framer-motion\";import{useRef,useEffect,useMemo,useCallback,memo}from\"react\";import{ControlType,addPropertyControls,useIsInCurrentNavigationTarget}from\"framer\";import{useOnEnter,useOnExit,defaultEvents,useIsOnCanvas,useIsBrowserSafari,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useAutoMotionValue}from\"https://framer.com/m/framer/useAutoMotionValue.js@^0.3.0\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */ export function Video(props){const newProps=getProps(props);return /*#__PURE__*/ _jsx(VideoMemo,{...newProps});}/**\n * For the useEffect hook to change progress of the video on state change.\n * It was causing the video to restart on hydration\n */ let isMountedAndReadyForProgressChanges=false;const VideoMemo=/*#__PURE__*/ memo(function VideoInner(props){const{srcType,srcFile,srcUrl,playing,canvasPlay,muted,playsinline,controls,progress,objectFit,backgroundColor,radius,topLeft,topRight,bottomRight,bottomLeft,isMixed,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,poster,restartOnEnter,posterEnabled,startTime:startTimeProp,volume,loop}=props;const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const videoRef=useRef();const isSafari=useIsBrowserSafari();const requestingPlay=useRef(false);const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Video elements behave oddly at 100% duration\nconst startTime=useMemo(()=>startTimeProp===100?99.9:startTimeProp,[startTimeProp]);const shouldPlay=!isOnCanvas||canvasPlay;const autoPlay=useMemo(()=>playing,[]);const isMuted=useMemo(()=>isOnCanvas?true:muted,[isOnCanvas,muted]);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const isPlaying=videoRef.current.currentTime>0&&videoRef.current.onplaying&&!videoRef.current.paused&&!videoRef.current.ended&&videoRef.current.readyState>videoRef.current.HAVE_CURRENT_DATA;if(!isPlaying&&videoRef.current&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;videoRef.current.play().catch(e=>{}) // It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();},[]);// Pause/play via props\nuseEffect(()=>{if(playing&&shouldPlay)play();else pause();},[playing,canvasPlay]);// Change progress via prop\nuseEffect(()=>{if(isMountedAndReadyForProgressChanges)setProgress(startTime*.01);else isMountedAndReadyForProgressChanges=true;},[startTime,srcFile,srcUrl]);const videoProgress=useAutoMotionValue(progress,{transform:value=>value*.01,onChange:newValue=>{setProgress(newValue);}});// Allow scrubbing with MotionValue\nuseMotionValueEvent(videoProgress,\"change\",latest=>{if(!isOnCanvas)setProgress(latest);});// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===SrcType.Url)return srcUrl+fragment;if(srcType===SrcType.Video)return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoPlay){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=volume/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{if(videoRef.current&&videoRef.current.currentTime<.3)setProgress(startTime*.01);if(shouldPlay&&videoRef.current&&autoPlay)play();};return /*#__PURE__*/ _jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>{return onSeeked===null||onSeeked===void 0?void 0:onSeeked(e);},onPause:e=>{return onPause===null||onPause===void 0?void 0:onPause(e);},onPlay:e=>{return onPlay===null||onPlay===void 0?void 0:onPlay(e);},onEnded:e=>{return onEnd===null||onEnd===void 0?void 0:onEnd(e);},autoPlay:autoPlay&&shouldPlay,poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isMuted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";Video.defaultProps={srcType:SrcType.Url,srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",srcFile:\"\",posterEnabled:false,controls:false,autoPlay:true,canvasPlay:false,loop:true,muted:true,playsinline:true,restartOnEnter:false,objectFit:ObjectFitType.Cover,backgroundColor:\"rgba(0,0,0,0)\",radius:0,volume:25,startTime:0};addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Url,SrcType.Video]},srcUrl:{type:ControlType.String,title:\" \",placeholder:\"../example.mp4\",hidden(props){return props.srcType===SrcType.Video;},description:\"Hosted video file URL. For Youtube, use the Youtube component.\"},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[\"mp4\"],hidden(props){return props.srcType===SrcType.Url;}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:[ObjectFitType.Cover,ObjectFitType.Fill,ObjectFitType.Contain,ObjectFitType.ScaleDown,ObjectFitType.None,]},canvasPlay:{type:ControlType.Boolean,title:\"On Canvas\",enabledTitle:\"Play\",disabledTitle:\"Pause\",hidden(props){return props.autoPlay===false;}},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\",\"framerIntrinsicHeight\":\"112\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (2306ade)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";const TickerFonts=getFonts(Ticker);const cycleOrder=[\"NGeQLsjY7\",\"VAlgnhfEa\",\"jonnV0oTx\"];const serializationHash=\"framer-wyPYV\";const variantClassNames={jonnV0oTx:\"framer-v-1m6h7ie\",NGeQLsjY7:\"framer-v-xm6gff\",VAlgnhfEa:\"framer-v-dfpx8v\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"NGeQLsjY7\",Phone:\"VAlgnhfEa\",Tablet:\"jonnV0oTx\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"NGeQLsjY7\"};};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:\"NGeQLsjY7\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"VAlgnhfEa\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"VAlgnhfEa\")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-xm6gff\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"NGeQLsjY7\",ref:refBinding,style:{...style},...addPropertyOverrides({jonnV0oTx:{\"data-framer-name\":\"Tablet\"},VAlgnhfEa:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zhaot5-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ldwNftpEF-container\",nodeId:\"ldwNftpEF\",rendersWithMotion:true,scopeId:\"dRzBRtaPV\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"ldwNftpEF\",layoutId:\"ldwNftpEF\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xc1r6w\",\"data-framer-name\":\"Logos\",layoutDependency:layoutDependency,layoutId:\"PY9GvWA0E\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-udpecp\",\"data-framer-name\":\"Vancouver_black\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Kt5HSX7o0\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 134.367 29\"><path d=\"M 15.444 10.427 C 16.171 10.007 17.351 10.007 18.078 10.427 L 32.188 18.573 C 32.916 18.993 32.916 19.674 32.188 20.094 L 18.078 28.24 C 17.351 28.66 16.171 28.66 15.444 28.24 L 1.334 20.094 C 0.607 19.674 0.607 18.993 1.334 18.573 L 15.444 10.427 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path><path d=\"M 15.427 5.826 C 16.155 5.406 17.334 5.406 18.061 5.826 L 32.172 13.972 C 32.899 14.391 32.899 15.072 32.172 15.492 L 18.061 23.638 C 17.334 24.058 16.155 24.058 15.427 23.638 L 1.317 15.492 C 0.59 15.073 0.59 14.392 1.317 13.972 L 15.427 5.826 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path><path d=\"M 15.427 0.76 C 16.155 0.34 17.334 0.34 18.061 0.76 L 32.172 8.906 C 32.899 9.326 32.899 10.007 32.172 10.427 L 18.061 18.573 C 17.334 18.993 16.155 18.993 15.427 18.573 L 1.317 10.427 C 0.59 10.007 0.59 9.326 1.317 8.907 L 15.427 0.761 Z M 45.406 22.062 L 39.731 8.025 L 42.237 8.025 L 46.669 19.395 L 45.786 19.395 L 50.258 8.025 L 52.725 8.025 L 47.01 22.062 Z M 56.527 22.262 C 55.658 22.262 54.869 22.041 54.161 21.6 C 53.466 21.159 52.911 20.564 52.496 19.816 C 52.095 19.054 51.895 18.205 51.895 17.269 C 51.895 16.32 52.095 15.471 52.496 14.722 C 52.911 13.96 53.466 13.358 54.161 12.918 C 54.869 12.463 55.658 12.235 56.527 12.235 C 57.262 12.235 57.911 12.396 58.472 12.717 C 59.047 13.024 59.502 13.452 59.836 14 C 60.17 14.548 60.337 15.17 60.337 15.865 L 60.337 18.633 C 60.337 19.328 60.17 19.949 59.836 20.497 C 59.515 21.045 59.067 21.48 58.492 21.801 C 57.917 22.108 57.262 22.262 56.527 22.262 Z M 56.888 20.177 C 57.704 20.177 58.359 19.903 58.853 19.354 C 59.361 18.806 59.615 18.104 59.615 17.249 C 59.615 16.674 59.502 16.166 59.274 15.725 C 59.047 15.283 58.726 14.943 58.312 14.702 C 57.911 14.448 57.436 14.321 56.888 14.321 C 56.353 14.321 55.878 14.448 55.464 14.702 C 55.063 14.943 54.742 15.284 54.502 15.725 C 54.274 16.166 54.161 16.674 54.161 17.249 C 54.161 17.824 54.274 18.332 54.502 18.773 C 54.742 19.214 55.063 19.561 55.464 19.815 C 55.878 20.056 56.353 20.176 56.888 20.176 Z M 59.475 22.062 L 59.475 19.474 L 59.856 17.129 L 59.475 14.802 L 59.475 12.436 L 61.681 12.436 L 61.681 22.062 Z M 70.726 22.062 L 70.726 16.507 C 70.726 15.865 70.519 15.337 70.104 14.923 C 69.703 14.508 69.182 14.301 68.54 14.301 C 68.112 14.301 67.731 14.394 67.397 14.582 C 67.068 14.764 66.797 15.035 66.615 15.364 C 66.428 15.698 66.334 16.079 66.334 16.507 L 65.472 16.025 C 65.472 15.29 65.632 14.642 65.953 14.08 C 66.274 13.506 66.715 13.058 67.277 12.737 C 67.852 12.403 68.493 12.235 69.202 12.235 C 69.924 12.235 70.566 12.423 71.127 12.797 C 71.682 13.151 72.138 13.641 72.451 14.221 C 72.771 14.795 72.932 15.397 72.932 16.025 L 72.932 22.062 Z M 64.129 22.062 L 64.129 12.436 L 66.334 12.436 L 66.334 22.062 Z M 79.605 22.262 C 78.656 22.262 77.793 22.041 77.018 21.6 C 76.267 21.17 75.644 20.547 75.213 19.796 C 74.772 19.033 74.552 18.185 74.552 17.249 C 74.552 16.3 74.772 15.451 75.213 14.702 C 75.644 13.951 76.267 13.328 77.018 12.898 C 77.793 12.456 78.656 12.235 79.605 12.235 C 80.354 12.235 81.049 12.383 81.69 12.677 C 82.333 12.949 82.904 13.368 83.355 13.9 L 81.911 15.364 C 81.638 15.035 81.286 14.78 80.888 14.622 C 80.501 14.448 80.073 14.361 79.605 14.361 C 79.057 14.361 78.569 14.488 78.141 14.742 C 77.729 14.981 77.389 15.327 77.159 15.745 C 76.931 16.173 76.818 16.674 76.818 17.249 C 76.818 17.81 76.931 18.312 77.159 18.753 C 77.392 19.173 77.731 19.525 78.141 19.775 C 78.569 20.016 79.057 20.136 79.605 20.136 C 80.073 20.136 80.501 20.056 80.888 19.896 C 81.284 19.726 81.635 19.465 81.911 19.134 L 83.355 20.597 C 82.901 21.132 82.332 21.557 81.69 21.841 C 81.049 22.122 80.354 22.262 79.605 22.262 Z M 89.161 22.262 C 88.225 22.262 87.376 22.041 86.614 21.6 C 85.862 21.155 85.234 20.528 84.79 19.775 C 84.348 19.013 84.128 18.164 84.128 17.229 C 84.128 16.293 84.348 15.451 84.79 14.702 C 85.236 13.961 85.864 13.347 86.614 12.917 C 87.376 12.463 88.225 12.235 89.161 12.235 C 90.11 12.235 90.966 12.456 91.728 12.897 C 92.479 13.328 93.102 13.951 93.532 14.702 C 93.987 15.451 94.214 16.293 94.214 17.229 C 94.214 18.165 93.987 19.014 93.532 19.775 C 93.099 20.53 92.477 21.158 91.728 21.6 C 90.966 22.042 90.11 22.262 89.161 22.262 Z M 89.161 20.136 C 89.709 20.136 90.19 20.016 90.605 19.775 C 91.025 19.529 91.366 19.167 91.587 18.733 C 91.828 18.291 91.948 17.79 91.948 17.229 C 91.948 16.667 91.828 16.173 91.587 15.745 C 91.357 15.328 91.017 14.981 90.605 14.742 C 90.19 14.488 89.709 14.361 89.161 14.361 C 88.626 14.361 88.145 14.488 87.717 14.742 C 87.305 14.981 86.965 15.327 86.734 15.745 C 86.507 16.173 86.394 16.667 86.394 17.229 C 86.394 17.79 86.507 18.292 86.734 18.733 C 86.975 19.174 87.303 19.522 87.717 19.775 C 88.145 20.016 88.626 20.136 89.161 20.136 Z M 99.999 22.262 C 99.184 22.262 98.455 22.082 97.813 21.721 C 97.194 21.369 96.681 20.856 96.329 20.237 C 95.982 19.595 95.808 18.86 95.808 18.031 L 95.808 12.436 L 98.014 12.436 L 98.014 17.931 C 98.014 18.399 98.087 18.799 98.234 19.134 C 98.395 19.454 98.622 19.702 98.916 19.876 C 99.224 20.05 99.585 20.137 99.999 20.137 C 100.641 20.137 101.129 19.949 101.463 19.575 C 101.811 19.187 101.984 18.639 101.984 17.931 L 101.984 12.436 L 104.19 12.436 L 104.19 18.031 C 104.19 18.873 104.01 19.615 103.649 20.257 C 103.301 20.885 102.813 21.38 102.185 21.741 C 101.556 22.088 100.828 22.262 99.999 22.262 Z M 109.657 22.062 L 105.265 12.436 L 107.711 12.436 L 111.06 20.277 L 109.616 20.277 L 112.985 12.436 L 115.331 12.436 L 110.94 22.062 Z M 120.769 22.262 C 119.807 22.262 118.938 22.048 118.162 21.62 C 117.408 21.187 116.779 20.565 116.337 19.816 C 115.896 19.054 115.676 18.198 115.676 17.249 C 115.676 16.3 115.896 15.451 116.337 14.702 C 116.778 13.94 117.374 13.338 118.122 12.898 C 118.884 12.456 119.726 12.235 120.649 12.235 C 121.544 12.235 122.333 12.443 123.015 12.857 C 123.71 13.272 124.252 13.84 124.639 14.562 C 125.04 15.284 125.241 16.106 125.241 17.028 C 125.241 17.189 125.227 17.356 125.201 17.53 C 125.184 17.711 125.158 17.892 125.12 18.071 L 117.22 18.071 L 117.22 16.266 L 123.978 16.266 L 123.156 16.988 C 123.129 16.4 123.015 15.905 122.815 15.504 C 122.614 15.103 122.327 14.795 121.952 14.582 C 121.591 14.368 121.143 14.261 120.609 14.261 C 120.047 14.261 119.559 14.381 119.145 14.622 C 118.731 14.863 118.41 15.203 118.182 15.645 C 117.955 16.072 117.841 16.587 117.841 17.189 C 117.841 17.79 117.962 18.318 118.202 18.773 C 118.434 19.218 118.789 19.587 119.225 19.836 C 119.666 20.076 120.174 20.197 120.749 20.197 C 121.244 20.197 121.698 20.11 122.113 19.936 C 122.528 19.77 122.899 19.509 123.196 19.174 L 124.599 20.597 C 124.138 21.141 123.553 21.567 122.895 21.841 C 122.226 22.122 121.518 22.262 120.769 22.262 Z M 127.009 22.062 L 127.009 12.436 L 129.215 12.436 L 129.215 22.062 Z M 129.215 16.707 L 128.453 16.326 C 128.453 15.11 128.72 14.127 129.255 13.379 C 129.803 12.617 130.625 12.235 131.722 12.235 C 132.203 12.235 132.637 12.322 133.025 12.496 C 133.413 12.67 133.774 12.951 134.108 13.338 L 132.664 14.822 C 132.49 14.635 132.296 14.502 132.082 14.421 C 131.869 14.341 131.621 14.301 131.341 14.301 C 130.726 14.301 130.218 14.495 129.817 14.882 C 129.415 15.27 129.215 15.878 129.215 16.707 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path></svg>',svgContentId:12456127614,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-167105j\",\"data-framer-name\":\"Black_black\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"c1VwZ3fJw\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 119.222 29\"><path d=\"M 13.142 29 L 13.1 29 L 0 15.9 L 0 13.249 L 15.617 28.867 C 14.795 28.957 13.969 29.002 13.142 29 Z M 0 18.55 L 10.45 29 L 7.799 29 L 0 21.201 L 0 18.551 Z M 0 23.852 L 5.148 29 L 1.171 29 C 0.524 29 0 28.476 0 27.829 Z M 0 1.171 L 0 10.599 L 17.862 28.461 C 18.881 28.18 19.78 27.744 20.56 27.15 C 21.386 26.534 22.074 25.773 22.625 24.868 C 23.491 23.504 23.924 21.963 23.924 20.245 C 23.924 18.579 23.544 17.163 22.783 15.995 C 22.035 14.828 20.921 13.975 19.438 13.438 C 20.409 12.939 21.143 12.388 21.642 11.785 C 22.534 10.709 22.98 9.286 22.98 7.516 C 22.98 5.797 22.534 4.322 21.642 3.089 C 20.16 1.082 17.642 0.053 14.087 0 L 1.171 0 C 0.524 0 0 0.524 0 1.171 Z M 37.301 4.78 L 37.301 25.688 L 40.936 25.688 L 40.936 23.217 L 41.15 23.217 C 41.348 23.598 41.623 24.003 41.977 24.432 C 42.338 24.854 42.814 25.215 43.406 25.514 C 43.998 25.814 44.744 25.963 45.642 25.963 C 46.874 25.963 47.977 25.647 48.95 25.014 C 49.923 24.381 50.692 23.462 51.257 22.257 C 51.822 21.053 52.104 19.589 52.104 17.868 C 52.104 16.125 51.815 14.655 51.237 13.457 C 50.665 12.252 49.889 11.344 48.909 10.731 C 47.936 10.112 46.843 9.802 45.632 9.802 C 44.713 9.802 43.958 9.959 43.366 10.272 C 42.773 10.578 42.304 10.949 41.957 11.385 C 41.61 11.813 41.341 12.219 41.15 12.6 L 40.997 12.6 L 40.997 4.78 L 37.301 4.78 Z M 41.354 20.512 C 41.069 19.75 40.925 18.862 40.925 17.847 C 40.925 16.833 41.065 15.952 41.344 15.203 C 41.63 14.455 42.049 13.873 42.6 13.458 C 43.151 13.042 43.822 12.835 44.611 12.835 C 45.435 12.835 46.122 13.049 46.673 13.478 C 47.225 13.906 47.64 14.499 47.919 15.254 C 48.198 16.01 48.337 16.874 48.337 17.848 C 48.337 18.827 48.194 19.702 47.909 20.471 C 47.63 21.233 47.214 21.836 46.663 22.278 C 46.112 22.714 45.428 22.932 44.611 22.932 C 43.828 22.932 43.161 22.721 42.61 22.298 C 42.065 21.87 41.647 21.274 41.354 20.512 Z M 57.504 25.688 L 57.504 4.78 L 53.809 4.78 L 53.809 25.688 Z M 64.38 26.005 C 63.386 26.005 62.491 25.827 61.695 25.474 C 60.905 25.113 60.279 24.582 59.816 23.881 C 59.36 23.18 59.132 22.316 59.132 21.288 C 59.132 20.403 59.296 19.671 59.622 19.093 C 59.941 18.523 60.402 18.044 60.96 17.705 C 61.525 17.357 62.161 17.096 62.869 16.918 C 63.583 16.735 64.322 16.602 65.084 16.52 C 66.003 16.425 66.748 16.34 67.32 16.265 C 67.892 16.183 68.307 16.061 68.565 15.898 C 68.831 15.727 68.964 15.465 68.964 15.112 L 68.964 15.05 C 68.964 14.281 68.735 13.685 68.28 13.264 C 67.824 12.842 67.167 12.631 66.309 12.631 C 65.404 12.631 64.686 12.828 64.155 13.223 C 63.631 13.617 63.277 14.084 63.093 14.621 L 59.643 14.131 C 59.915 13.179 60.364 12.382 60.99 11.742 C 61.617 11.096 62.382 10.613 63.287 10.293 C 64.192 9.966 65.193 9.803 66.289 9.803 C 67.044 9.803 67.797 9.891 68.545 10.068 C 69.294 10.245 69.978 10.538 70.597 10.946 C 71.216 11.348 71.713 11.895 72.088 12.59 C 72.469 13.284 72.659 14.152 72.659 15.193 L 72.659 25.688 L 69.107 25.688 L 69.107 23.534 L 68.984 23.534 C 68.759 23.969 68.443 24.378 68.035 24.759 C 67.633 25.133 67.126 25.436 66.513 25.668 C 65.908 25.892 65.197 26.005 64.38 26.005 Z M 65.34 23.289 C 66.081 23.289 66.724 23.143 67.269 22.85 C 67.813 22.55 68.232 22.156 68.525 21.666 C 68.822 21.184 68.977 20.629 68.974 20.063 L 68.974 18.215 C 68.858 18.31 68.661 18.399 68.382 18.48 C 68.08 18.569 67.773 18.641 67.463 18.695 C 67.123 18.756 66.786 18.811 66.452 18.858 C 66.119 18.906 65.829 18.947 65.584 18.98 C 65.033 19.056 64.54 19.178 64.104 19.348 C 63.669 19.518 63.325 19.756 63.073 20.063 C 62.821 20.363 62.695 20.75 62.695 21.227 C 62.695 21.907 62.944 22.421 63.44 22.768 C 63.937 23.115 64.57 23.289 65.34 23.289 Z M 77.745 24.963 C 78.868 25.651 80.213 25.994 81.778 25.994 C 83.091 25.994 84.235 25.756 85.208 25.28 C 86.182 24.796 86.951 24.129 87.516 23.279 C 88.08 22.421 88.407 21.438 88.495 20.328 L 84.963 20.328 C 84.854 20.893 84.654 21.373 84.361 21.768 C 84.077 22.155 83.701 22.467 83.268 22.676 C 82.84 22.88 82.353 22.983 81.809 22.983 C 81.04 22.983 80.369 22.779 79.797 22.37 C 79.233 21.955 78.794 21.366 78.48 20.604 C 78.167 19.835 78.011 18.916 78.011 17.848 C 78.011 16.793 78.167 15.887 78.48 15.132 C 78.8 14.376 79.246 13.798 79.818 13.396 C 80.39 12.988 81.053 12.784 81.809 12.784 C 82.7 12.784 83.411 13.039 83.942 13.549 C 84.48 14.053 84.82 14.683 84.963 15.438 L 88.495 15.438 C 88.414 14.308 88.08 13.321 87.495 12.477 C 86.91 11.627 86.124 10.97 85.137 10.507 C 84.157 10.038 83.03 9.803 81.757 9.803 C 80.226 9.803 78.899 10.146 77.776 10.834 C 76.66 11.514 75.795 12.467 75.183 13.693 C 74.57 14.911 74.264 16.316 74.264 17.909 C 74.264 19.494 74.564 20.896 75.163 22.115 C 75.768 23.326 76.629 24.276 77.745 24.963 Z M 93.788 25.688 L 93.788 20.417 L 95.133 18.975 L 99.934 25.688 L 104.355 25.688 L 97.918 16.775 L 103.998 10.007 L 99.679 10.007 L 94.043 16.306 L 93.788 16.306 L 93.788 4.78 L 90.093 4.78 L 90.093 25.688 L 93.788 25.688 Z M 110.403 18.991 L 110.403 24.452 L 113.609 24.452 L 113.609 18.991 L 119.07 18.991 L 119.07 15.786 L 113.609 15.786 L 113.609 10.324 L 110.403 10.324 L 110.403 15.786 L 104.941 15.786 L 104.941 18.991 L 110.403 18.991 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path></svg>',svgContentId:12352985298,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-kwotuw\",\"data-framer-name\":\"geneva_black\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"zDnWttgDr\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 98.922 29\"><path d=\"M 36.633 22.724 C 35.431 22.724 34.46 22.633 33.719 22.451 C 32.978 22.269 32.44 21.997 32.105 21.634 C 31.769 21.284 31.601 20.858 31.601 20.354 C 31.601 19.726 31.846 19.215 32.335 18.824 C 32.838 18.419 33.586 18.153 34.579 18.027 L 34.579 17.713 C 33.824 17.713 33.251 17.622 32.859 17.44 C 32.468 17.259 32.272 16.965 32.272 16.56 C 32.272 16.182 32.461 15.847 32.838 15.553 C 33.23 15.26 33.866 15.036 34.746 14.882 L 34.746 14.547 C 33.908 14.463 33.251 14.17 32.775 13.666 C 32.314 13.163 32.084 12.513 32.084 11.717 C 32.084 11.004 32.272 10.381 32.65 9.85 C 33.041 9.305 33.6 8.879 34.327 8.571 C 35.068 8.264 35.962 8.11 37.011 8.11 L 42.462 8.11 L 42.462 10.228 L 38.94 9.725 L 38.94 10.081 C 39.862 10.235 40.526 10.5 40.932 10.878 C 41.351 11.241 41.561 11.716 41.561 12.303 C 41.561 12.862 41.379 13.366 41.015 13.813 C 40.666 14.246 40.156 14.589 39.485 14.84 C 38.814 15.078 37.989 15.197 37.011 15.197 C 36.787 15.197 36.563 15.19 36.34 15.176 C 36.039 15.137 35.738 15.095 35.438 15.05 C 35.103 15.246 34.844 15.421 34.662 15.574 C 34.495 15.728 34.411 15.875 34.411 16.014 C 34.411 16.112 34.474 16.196 34.6 16.266 C 34.725 16.322 34.886 16.364 35.082 16.392 C 35.278 16.42 35.48 16.434 35.69 16.434 L 38.751 16.434 C 39.017 16.434 39.366 16.455 39.799 16.497 C 40.247 16.539 40.687 16.651 41.12 16.832 C 41.568 17 41.938 17.28 42.231 17.671 C 42.539 18.048 42.693 18.594 42.693 19.306 C 42.693 20.089 42.469 20.732 42.022 21.235 C 41.574 21.752 40.904 22.13 40.009 22.367 C 39.115 22.605 37.989 22.724 36.633 22.724 Z M 36.759 20.522 C 37.682 20.522 38.401 20.473 38.919 20.376 C 39.45 20.278 39.82 20.131 40.03 19.935 C 40.24 19.74 40.344 19.488 40.344 19.181 C 40.344 18.901 40.275 18.684 40.135 18.53 C 39.995 18.363 39.813 18.244 39.59 18.174 C 39.379 18.104 39.161 18.062 38.94 18.048 C 38.751 18.036 38.562 18.029 38.373 18.027 L 35.711 18.027 C 35.082 18.167 34.641 18.363 34.39 18.614 C 34.138 18.852 34.012 19.125 34.012 19.432 C 34.012 19.74 34.124 19.97 34.348 20.124 C 34.572 20.278 34.886 20.382 35.291 20.439 C 35.711 20.494 36.2 20.522 36.759 20.522 Z M 36.927 13.708 C 37.612 13.708 38.136 13.541 38.499 13.205 C 38.877 12.856 39.066 12.408 39.066 11.863 C 39.066 11.276 38.877 10.794 38.499 10.416 C 38.122 10.039 37.591 9.85 36.906 9.85 C 36.207 9.85 35.662 10.039 35.27 10.416 C 34.893 10.78 34.704 11.248 34.704 11.821 C 34.704 12.185 34.788 12.513 34.956 12.807 C 35.138 13.086 35.389 13.31 35.711 13.478 C 36.046 13.631 36.452 13.708 36.927 13.708 Z M 48.113 19.411 C 47.204 19.411 46.407 19.285 45.722 19.034 C 45.037 18.768 44.464 18.391 44.003 17.902 C 43.542 17.412 43.192 16.825 42.955 16.14 C 42.717 15.455 42.598 14.694 42.598 13.855 C 42.598 13.016 42.71 12.233 42.934 11.507 C 43.171 10.78 43.514 10.151 43.961 9.62 C 44.408 9.074 44.961 8.655 45.618 8.362 C 46.289 8.054 47.05 7.901 47.903 7.901 C 48.728 7.901 49.454 8.04 50.083 8.319 C 50.701 8.577 51.243 8.988 51.656 9.515 C 52.075 10.046 52.376 10.696 52.558 11.465 C 52.753 12.22 52.816 13.079 52.746 14.044 L 44.297 14.148 L 44.297 12.597 L 51.027 12.513 L 50.293 13.394 C 50.363 12.639 50.3 12.017 50.104 11.528 C 49.923 11.025 49.643 10.647 49.266 10.396 C 48.888 10.144 48.441 10.018 47.924 10.018 C 47.337 10.018 46.834 10.172 46.414 10.479 C 46.009 10.773 45.694 11.199 45.471 11.759 C 45.261 12.317 45.156 12.988 45.156 13.771 C 45.156 15.001 45.415 15.917 45.932 16.518 C 46.449 17.119 47.183 17.419 48.134 17.419 C 48.553 17.419 48.902 17.363 49.182 17.252 C 49.475 17.126 49.713 16.972 49.895 16.79 C 50.083 16.605 50.233 16.384 50.335 16.14 C 50.445 15.909 50.516 15.661 50.545 15.406 L 52.914 15.784 C 52.848 16.287 52.699 16.776 52.474 17.231 C 52.25 17.664 51.943 18.048 51.551 18.384 C 51.16 18.705 50.677 18.957 50.104 19.139 C 49.545 19.32 48.881 19.411 48.113 19.411 Z M 53.786 19.138 L 53.786 8.194 L 56.05 8.194 L 55.945 12.052 L 56.26 12.052 C 56.413 11.045 56.658 10.242 56.993 9.641 C 57.343 9.026 57.776 8.585 58.294 8.319 C 58.811 8.04 59.412 7.901 60.096 7.901 C 60.726 7.901 61.257 8.012 61.69 8.236 C 62.113 8.437 62.481 8.74 62.759 9.117 C 63.044 9.49 63.264 9.908 63.409 10.354 C 63.578 10.821 63.691 11.306 63.745 11.8 C 63.801 12.303 63.829 12.793 63.829 13.268 L 63.829 19.139 L 61.187 19.139 L 61.187 13.582 C 61.187 13.289 61.166 12.953 61.124 12.576 C 61.097 12.19 61.019 11.809 60.893 11.443 C 60.768 11.08 60.572 10.78 60.306 10.542 C 60.041 10.304 59.663 10.185 59.174 10.185 C 58.587 10.185 58.091 10.374 57.686 10.752 C 57.294 11.115 56.987 11.639 56.763 12.324 C 56.553 12.995 56.448 13.785 56.448 14.693 L 56.448 19.138 L 53.786 19.138 Z M 70.177 19.411 C 69.268 19.411 68.472 19.285 67.787 19.034 C 67.101 18.768 66.529 18.391 66.067 17.902 C 65.606 17.412 65.256 16.825 65.019 16.14 C 64.781 15.455 64.663 14.694 64.663 13.855 C 64.663 13.016 64.774 12.233 64.998 11.507 C 65.236 10.78 65.578 10.151 66.025 9.62 C 66.473 9.074 67.025 8.655 67.682 8.362 C 68.353 8.054 69.114 7.901 69.967 7.901 C 70.792 7.901 71.519 8.04 72.147 8.319 C 72.765 8.577 73.307 8.988 73.72 9.515 C 74.139 10.046 74.44 10.696 74.622 11.465 C 74.817 12.22 74.88 13.079 74.81 14.044 L 66.361 14.148 L 66.361 12.597 L 73.091 12.513 L 72.357 13.394 C 72.427 12.639 72.364 12.017 72.168 11.528 C 71.987 11.025 71.707 10.647 71.33 10.396 C 70.952 10.144 70.505 10.018 69.988 10.018 C 69.401 10.018 68.898 10.172 68.478 10.479 C 68.073 10.773 67.759 11.199 67.535 11.759 C 67.325 12.317 67.22 12.988 67.22 13.771 C 67.22 15.001 67.479 15.917 67.996 16.518 C 68.513 17.119 69.247 17.419 70.198 17.419 C 70.617 17.419 70.967 17.363 71.246 17.252 C 71.539 17.126 71.777 16.972 71.959 16.79 C 72.148 16.605 72.297 16.384 72.399 16.14 C 72.509 15.909 72.58 15.661 72.609 15.406 L 74.978 15.784 C 74.912 16.287 74.764 16.776 74.538 17.231 C 74.314 17.664 74.007 18.048 73.615 18.384 C 73.224 18.705 72.742 18.957 72.168 19.139 C 71.609 19.32 70.946 19.411 70.177 19.411 Z M 78.206 19.138 L 74.495 8.194 L 77.388 8.194 L 79.904 16.979 L 80.156 16.979 L 82.693 8.194 L 85.46 8.194 L 81.749 19.138 Z M 88.132 19.411 C 87.531 19.411 86.986 19.306 86.496 19.097 C 86.028 18.879 85.635 18.529 85.364 18.09 C 85.085 17.629 84.945 17.063 84.945 16.392 C 84.945 15.665 85.099 15.085 85.406 14.652 C 85.712 14.22 86.123 13.873 86.601 13.645 C 87.112 13.391 87.655 13.208 88.216 13.1 C 88.771 12.978 89.331 12.873 89.893 12.786 C 90.48 12.702 90.934 12.625 91.256 12.555 C 91.577 12.471 91.801 12.359 91.927 12.22 C 92.067 12.08 92.136 11.884 92.136 11.633 C 92.136 11.311 92.06 11.032 91.906 10.794 C 91.766 10.542 91.549 10.347 91.256 10.207 C 90.976 10.067 90.627 9.997 90.207 9.997 C 89.82 9.996 89.436 10.067 89.075 10.207 C 88.712 10.347 88.397 10.57 88.132 10.878 C 87.88 11.185 87.72 11.591 87.65 12.094 L 85.28 11.549 C 85.378 10.906 85.574 10.36 85.867 9.913 C 86.161 9.452 86.524 9.074 86.957 8.781 C 87.41 8.471 87.914 8.244 88.446 8.11 C 89.006 7.97 89.599 7.901 90.228 7.901 C 91.039 7.901 91.731 8.012 92.304 8.236 C 92.891 8.445 93.359 8.76 93.709 9.179 C 94.072 9.599 94.331 10.102 94.485 10.689 C 94.652 11.262 94.736 11.912 94.736 12.639 L 94.736 14.652 L 94.778 16.14 L 94.82 17.65 C 94.848 18.153 94.876 18.649 94.904 19.139 L 92.556 19.139 C 92.526 18.67 92.498 18.202 92.472 17.734 C 92.458 17.245 92.444 16.741 92.43 16.224 L 92.157 16.224 C 92.005 16.807 91.742 17.356 91.382 17.839 C 91.018 18.314 90.564 18.698 90.019 18.992 C 89.474 19.271 88.845 19.411 88.132 19.411 Z M 89.138 17.44 C 89.432 17.44 89.732 17.384 90.04 17.273 C 90.359 17.154 90.656 16.984 90.92 16.769 C 91.221 16.538 91.477 16.254 91.675 15.931 C 91.899 15.581 92.067 15.176 92.178 14.715 L 92.157 13.331 L 92.681 13.352 C 92.472 13.561 92.199 13.722 91.864 13.834 C 91.513 13.939 91.156 14.023 90.794 14.085 C 90.417 14.141 90.033 14.205 89.641 14.274 C 89.264 14.344 88.915 14.442 88.593 14.568 C 88.271 14.693 88.013 14.868 87.817 15.092 C 87.635 15.316 87.545 15.616 87.545 15.994 C 87.545 16.441 87.691 16.797 87.985 17.063 C 88.279 17.314 88.663 17.44 89.138 17.44 Z M 97.076 19.39 C 96.502 19.39 96.069 19.264 95.776 19.013 C 95.482 18.761 95.335 18.377 95.335 17.859 C 95.335 17.314 95.482 16.916 95.776 16.664 C 96.069 16.413 96.502 16.287 97.076 16.287 C 97.663 16.287 98.103 16.413 98.396 16.664 C 98.704 16.916 98.858 17.314 98.858 17.86 C 98.858 18.88 98.264 19.39 97.076 19.39 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path><path d=\"M 13.854 0.123 C 6.218 1.157 0.015 8.433 0 16.372 C -0.015 24.312 6.162 29.911 13.798 28.877 C 21.432 27.843 27.639 20.567 27.651 12.628 C 27.663 4.688 21.489 -0.911 13.854 0.123 Z M 4.143 15.805 C 4.132 21.338 8.452 25.241 13.79 24.52 C 19.127 23.799 23.467 18.729 23.476 13.195 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path></svg>',svgContentId:11707503089,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vn8oj8\",\"data-framer-name\":\"cambridge_black\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"s975H36ur\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 137.589 29\"><path d=\"M 41.064 20.688 C 40.044 20.688 39.156 20.542 38.399 20.251 C 37.656 19.96 37.038 19.552 36.542 19.028 C 36.047 18.489 35.668 17.863 35.406 17.149 C 35.159 16.421 35.035 15.627 35.035 14.768 C 35.035 13.88 35.159 13.064 35.406 12.322 C 35.668 11.565 36.047 10.902 36.542 10.334 C 37.038 9.766 37.649 9.329 38.377 9.024 C 39.12 8.703 39.986 8.543 40.977 8.543 C 41.763 8.543 42.455 8.645 43.052 8.849 C 43.649 9.053 44.158 9.344 44.581 9.722 C 44.996 10.077 45.331 10.517 45.564 11.011 C 45.797 11.506 45.935 12.045 45.979 12.628 L 42.79 13.414 C 42.775 12.919 42.68 12.511 42.506 12.191 C 42.331 11.87 42.098 11.637 41.807 11.492 C 41.515 11.346 41.188 11.273 40.824 11.273 C 40.503 11.273 40.205 11.332 39.928 11.448 C 39.666 11.565 39.433 11.754 39.229 12.016 C 39.04 12.278 38.887 12.62 38.77 13.043 C 38.654 13.465 38.595 13.982 38.595 14.594 C 38.595 15.409 38.698 16.079 38.901 16.603 C 39.105 17.113 39.397 17.492 39.775 17.739 C 40.154 17.972 40.598 18.089 41.108 18.089 C 41.661 18.089 42.091 17.972 42.396 17.739 C 42.694 17.503 42.915 17.184 43.03 16.822 C 43.161 16.457 43.219 16.093 43.205 15.729 L 46.35 16.232 C 46.337 16.807 46.226 17.376 46.022 17.914 C 45.833 18.438 45.52 18.912 45.083 19.334 C 44.661 19.756 44.115 20.091 43.445 20.339 C 42.79 20.572 41.996 20.688 41.064 20.688 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path><path d=\"M 49.552 20.688 C 48.911 20.688 48.336 20.572 47.826 20.339 C 47.335 20.109 46.919 19.746 46.625 19.29 C 46.333 18.809 46.188 18.212 46.188 17.499 C 46.188 16.727 46.355 16.108 46.69 15.642 C 47.037 15.179 47.495 14.81 48.023 14.572 C 48.572 14.311 49.152 14.12 49.748 14.004 C 50.322 13.894 50.897 13.792 51.474 13.698 C 52.027 13.611 52.457 13.53 52.763 13.458 C 53.083 13.385 53.309 13.276 53.44 13.13 C 53.586 12.985 53.658 12.795 53.658 12.562 C 53.658 12.3 53.593 12.074 53.462 11.885 C 53.345 11.681 53.163 11.528 52.916 11.426 C 52.668 11.31 52.362 11.252 51.998 11.252 C 51.632 11.249 51.269 11.316 50.928 11.448 C 50.608 11.579 50.331 11.79 50.098 12.082 C 49.879 12.358 49.734 12.722 49.661 13.174 L 46.559 12.497 C 46.675 11.783 46.901 11.179 47.236 10.684 C 47.559 10.186 47.984 9.762 48.481 9.439 C 48.982 9.116 49.537 8.886 50.12 8.761 C 50.731 8.616 51.379 8.543 52.064 8.543 C 52.938 8.543 53.687 8.652 54.314 8.87 C 54.954 9.089 55.479 9.424 55.887 9.875 C 56.309 10.312 56.614 10.866 56.804 11.536 C 57.008 12.205 57.11 12.992 57.11 13.895 L 57.11 15.751 C 57.11 16.261 57.117 16.778 57.132 17.302 L 57.175 18.831 C 57.204 19.341 57.241 19.858 57.284 20.382 L 54.205 20.382 C 54.157 19.938 54.113 19.494 54.073 19.05 C 54.043 18.533 54.021 18.016 54.008 17.499 L 53.68 17.499 C 53.537 18.092 53.26 18.645 52.872 19.115 C 52.493 19.596 52.02 19.982 51.452 20.273 C 50.899 20.55 50.265 20.688 49.552 20.688 Z M 51.081 18.176 C 51.328 18.176 51.59 18.132 51.867 18.045 C 52.15 17.94 52.415 17.792 52.653 17.608 C 52.901 17.419 53.12 17.178 53.309 16.887 C 53.498 16.596 53.629 16.254 53.702 15.86 L 53.68 14.55 L 54.183 14.594 C 53.964 14.783 53.702 14.929 53.396 15.03 C 53.074 15.137 52.746 15.224 52.413 15.293 C 52.078 15.351 51.743 15.416 51.408 15.489 C 51.074 15.547 50.768 15.628 50.491 15.73 C 50.229 15.831 50.018 15.97 49.857 16.145 C 49.712 16.319 49.639 16.567 49.639 16.887 C 49.639 17.28 49.77 17.593 50.032 17.827 C 50.309 18.06 50.658 18.176 51.081 18.176 Z M 58.206 20.382 L 58.206 8.849 L 61.045 8.849 L 61.067 12.693 L 61.438 12.693 C 61.599 11.732 61.839 10.946 62.159 10.334 C 62.48 9.722 62.88 9.271 63.361 8.98 C 63.856 8.689 64.438 8.543 65.108 8.543 C 65.589 8.543 66.018 8.623 66.397 8.783 C 66.776 8.944 67.107 9.199 67.358 9.526 C 67.62 9.846 67.831 10.276 67.991 10.815 C 68.152 11.339 68.254 11.965 68.297 12.693 L 68.581 12.693 C 68.771 11.718 69.047 10.924 69.412 10.312 C 69.776 9.7 70.22 9.256 70.744 8.98 C 71.268 8.689 71.851 8.543 72.491 8.543 C 73.147 8.543 73.693 8.667 74.129 8.914 C 74.581 9.162 74.945 9.489 75.222 9.897 C 75.499 10.305 75.71 10.771 75.855 11.295 C 76.016 11.808 76.126 12.334 76.183 12.868 C 76.241 13.407 76.27 13.916 76.27 14.397 L 76.27 20.382 L 72.732 20.382 L 72.732 14.746 C 72.732 14.499 72.717 14.2 72.688 13.851 C 72.672 13.496 72.614 13.144 72.513 12.803 C 72.411 12.453 72.251 12.162 72.033 11.929 C 71.814 11.696 71.509 11.579 71.115 11.579 C 70.693 11.579 70.314 11.74 69.979 12.06 C 69.659 12.38 69.404 12.832 69.215 13.414 C 69.04 13.997 68.953 14.703 68.953 15.533 L 68.953 20.382 L 65.501 20.382 L 65.501 14.768 C 65.501 14.535 65.487 14.244 65.458 13.894 C 65.443 13.532 65.385 13.172 65.283 12.824 C 65.196 12.475 65.035 12.183 64.802 11.95 C 64.584 11.703 64.264 11.579 63.841 11.579 C 63.434 11.579 63.07 11.732 62.749 12.038 C 62.429 12.329 62.174 12.773 61.985 13.37 C 61.81 13.953 61.722 14.673 61.722 15.533 L 61.722 20.382 Z M 84.501 20.688 C 83.802 20.688 83.183 20.549 82.644 20.273 C 82.12 19.982 81.69 19.56 81.355 19.006 C 81.02 18.438 80.787 17.739 80.656 16.909 L 80.328 16.909 L 80.285 20.382 L 77.336 20.382 L 77.336 4.808 L 80.853 4.808 L 80.853 8.478 C 80.853 8.841 80.831 9.227 80.787 9.635 C 80.74 10.066 80.682 10.496 80.612 10.924 C 80.535 11.384 80.448 11.843 80.35 12.3 L 80.765 12.3 C 80.94 11.456 81.195 10.764 81.53 10.225 C 81.865 9.672 82.287 9.256 82.797 8.98 C 83.306 8.703 83.903 8.565 84.588 8.565 C 85.506 8.565 86.299 8.805 86.969 9.285 C 87.653 9.752 88.185 10.436 88.563 11.339 C 88.942 12.227 89.132 13.319 89.132 14.615 C 89.132 15.912 88.935 17.011 88.542 17.914 C 88.163 18.817 87.624 19.509 86.925 19.989 C 86.241 20.455 85.433 20.688 84.501 20.688 Z M 83.212 17.848 C 83.678 17.848 84.078 17.717 84.413 17.455 C 84.763 17.179 85.025 16.8 85.2 16.319 C 85.389 15.824 85.484 15.271 85.484 14.659 C 85.484 14.018 85.396 13.458 85.221 12.977 C 85.047 12.497 84.792 12.118 84.457 11.841 C 84.136 11.565 83.736 11.426 83.255 11.426 C 82.979 11.426 82.717 11.477 82.469 11.579 C 82.219 11.683 81.99 11.831 81.792 12.016 C 81.594 12.201 81.425 12.415 81.29 12.649 C 81.139 12.908 81.029 13.188 80.962 13.48 C 80.889 13.786 80.853 14.106 80.853 14.441 L 80.853 14.79 C 80.853 15.183 80.904 15.562 81.006 15.926 C 81.1 16.274 81.248 16.606 81.443 16.909 C 81.638 17.192 81.891 17.43 82.185 17.608 C 82.476 17.768 82.819 17.848 83.212 17.848 Z M 89.853 20.382 L 89.853 8.849 L 92.78 8.849 L 92.824 12.999 L 93.173 12.999 C 93.276 11.907 93.465 11.04 93.742 10.4 C 94.018 9.759 94.39 9.3 94.855 9.024 C 95.336 8.732 95.918 8.587 96.603 8.587 C 96.778 8.587 96.96 8.601 97.149 8.63 C 97.339 8.659 97.542 8.717 97.761 8.805 L 97.63 12.606 C 97.353 12.475 97.076 12.38 96.8 12.322 C 96.523 12.264 96.268 12.235 96.035 12.235 C 95.496 12.235 95.038 12.351 94.659 12.584 C 94.28 12.817 93.982 13.167 93.763 13.633 C 93.559 14.099 93.436 14.681 93.392 15.38 L 93.392 20.382 Z M 98.147 20.382 L 98.147 8.849 L 101.664 8.849 L 101.664 20.382 Z M 99.917 7.516 C 99.247 7.516 98.73 7.378 98.365 7.101 C 98.016 6.81 97.841 6.395 97.841 5.856 C 97.841 5.303 98.016 4.888 98.365 4.611 C 98.73 4.32 99.247 4.174 99.917 4.174 C 100.601 4.174 101.118 4.32 101.467 4.611 C 101.831 4.902 102.013 5.317 102.013 5.856 C 102.013 6.38 101.831 6.788 101.467 7.08 C 101.118 7.371 100.601 7.516 99.917 7.516 Z M 107.051 20.688 C 106.133 20.688 105.318 20.455 104.604 19.989 C 103.905 19.509 103.359 18.809 102.966 17.892 C 102.573 16.975 102.376 15.86 102.376 14.55 C 102.376 13.327 102.551 12.271 102.9 11.383 C 103.25 10.48 103.759 9.788 104.429 9.307 C 105.099 8.812 105.922 8.565 106.898 8.565 C 107.597 8.565 108.201 8.703 108.711 8.98 C 109.22 9.242 109.643 9.65 109.978 10.203 C 110.312 10.756 110.567 11.455 110.742 12.3 L 111.157 12.3 C 111.073 11.834 110.985 11.367 110.895 10.902 C 110.827 10.465 110.761 10.029 110.698 9.592 C 110.657 9.222 110.635 8.85 110.633 8.477 L 110.633 4.808 L 114.172 4.808 L 114.172 20.382 L 111.223 20.382 L 111.201 16.909 L 110.83 16.909 C 110.669 17.783 110.422 18.497 110.087 19.05 C 109.752 19.603 109.33 20.018 108.82 20.295 C 108.31 20.557 107.72 20.688 107.051 20.688 Z M 108.296 17.848 C 108.689 17.848 109.031 17.768 109.322 17.608 C 109.613 17.434 109.86 17.194 110.043 16.909 C 110.251 16.61 110.406 16.277 110.502 15.926 C 110.604 15.562 110.655 15.183 110.655 14.79 L 110.655 14.441 C 110.655 14.106 110.611 13.793 110.524 13.501 C 110.457 13.21 110.346 12.93 110.196 12.671 C 110.074 12.421 109.903 12.199 109.694 12.016 C 109.507 11.828 109.284 11.68 109.038 11.579 C 108.789 11.477 108.522 11.425 108.252 11.426 C 107.771 11.426 107.364 11.565 107.029 11.841 C 106.708 12.118 106.461 12.497 106.286 12.977 C 106.111 13.458 106.024 14.011 106.024 14.637 C 106.024 15.264 106.119 15.824 106.308 16.319 C 106.497 16.8 106.759 17.178 107.094 17.455 C 107.444 17.717 107.844 17.848 108.296 17.848 Z M 120.027 24.227 C 118.731 24.227 117.682 24.125 116.881 23.921 C 116.095 23.717 115.52 23.426 115.156 23.047 C 114.792 22.683 114.61 22.232 114.61 21.693 C 114.61 21.038 114.872 20.506 115.396 20.098 C 115.92 19.69 116.685 19.443 117.689 19.356 L 117.689 19.028 C 116.918 19.028 116.314 18.933 115.877 18.744 C 115.454 18.54 115.243 18.212 115.243 17.761 C 115.243 17.353 115.447 16.982 115.855 16.647 C 116.262 16.312 116.94 16.086 117.886 15.97 L 117.886 15.62 C 117.027 15.504 116.343 15.183 115.833 14.659 C 115.338 14.135 115.09 13.451 115.09 12.606 C 115.09 11.878 115.287 11.222 115.68 10.64 C 116.088 10.058 116.685 9.599 117.471 9.264 C 118.272 8.929 119.255 8.761 120.42 8.761 L 126.318 8.761 L 126.318 11.426 L 122.561 10.924 L 122.561 11.317 C 123.594 11.463 124.323 11.703 124.745 12.038 C 125.167 12.373 125.379 12.817 125.379 13.37 C 125.379 13.938 125.189 14.441 124.811 14.878 C 124.432 15.315 123.886 15.664 123.172 15.926 C 122.459 16.174 121.592 16.297 120.573 16.297 C 120.355 16.297 120.114 16.29 119.852 16.275 C 119.604 16.246 119.255 16.203 118.804 16.145 C 118.571 16.305 118.381 16.45 118.236 16.581 C 118.104 16.712 118.039 16.836 118.039 16.953 C 118.039 17.026 118.075 17.091 118.148 17.149 C 118.221 17.193 118.316 17.23 118.432 17.259 C 118.563 17.288 118.709 17.302 118.869 17.302 L 122.386 17.302 C 122.677 17.302 123.056 17.324 123.522 17.368 C 123.988 17.397 124.454 17.506 124.92 17.695 C 125.386 17.87 125.779 18.169 126.099 18.591 C 126.42 19.013 126.58 19.618 126.58 20.404 C 126.58 21.263 126.34 21.977 125.859 22.545 C 125.393 23.113 124.672 23.535 123.697 23.812 C 122.735 24.088 121.512 24.227 120.027 24.227 Z M 120.311 21.321 C 121.199 21.321 121.876 21.278 122.342 21.19 C 122.808 21.117 123.121 20.994 123.282 20.819 C 123.456 20.659 123.544 20.462 123.544 20.229 C 123.544 19.982 123.493 19.792 123.391 19.661 C 123.293 19.518 123.145 19.417 122.976 19.377 C 122.814 19.319 122.645 19.282 122.473 19.268 C 122.335 19.255 122.197 19.247 122.058 19.246 L 119.197 19.246 C 118.687 19.304 118.316 19.443 118.083 19.661 C 117.864 19.865 117.755 20.113 117.755 20.404 C 117.755 20.652 117.842 20.841 118.017 20.972 C 118.207 21.103 118.49 21.19 118.869 21.234 C 119.248 21.292 119.728 21.321 120.311 21.321 Z M 120.355 14.485 C 120.922 14.485 121.352 14.324 121.643 14.004 C 121.934 13.683 122.08 13.268 122.08 12.759 C 122.08 12.22 121.927 11.783 121.621 11.448 C 121.33 11.099 120.908 10.924 120.355 10.924 C 119.801 10.924 119.364 11.099 119.044 11.448 C 118.738 11.783 118.585 12.22 118.585 12.759 C 118.585 13.094 118.651 13.392 118.782 13.654 C 118.923 13.912 119.135 14.125 119.393 14.266 C 119.656 14.412 119.976 14.485 120.355 14.485 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path><path d=\"M 132.244 20.688 C 131.24 20.688 130.359 20.549 129.601 20.273 C 128.859 19.996 128.232 19.603 127.722 19.094 C 127.228 18.569 126.849 17.95 126.587 17.237 C 126.339 16.523 126.215 15.722 126.215 14.834 C 126.215 13.96 126.339 13.137 126.587 12.366 C 126.834 11.594 127.199 10.924 127.679 10.356 C 128.174 9.788 128.786 9.344 129.514 9.024 C 130.242 8.703 131.072 8.543 132.004 8.543 C 132.951 8.543 133.773 8.703 134.472 9.024 C 135.186 9.329 135.768 9.781 136.22 10.378 C 136.671 10.975 136.984 11.688 137.159 12.518 C 137.349 13.334 137.392 14.251 137.29 15.271 L 128.487 15.358 L 128.487 13.501 L 135.04 13.414 L 134.079 14.353 C 134.167 13.654 134.13 13.079 133.97 12.628 C 133.81 12.162 133.562 11.819 133.227 11.601 C 132.892 11.368 132.499 11.252 132.048 11.252 C 131.523 11.252 131.079 11.39 130.715 11.667 C 130.351 11.943 130.074 12.344 129.885 12.868 C 129.696 13.378 129.601 14.004 129.601 14.747 C 129.601 15.926 129.834 16.785 130.3 17.324 C 130.781 17.863 131.429 18.132 132.244 18.132 C 132.623 18.132 132.936 18.081 133.183 17.979 C 133.431 17.878 133.635 17.746 133.795 17.586 C 133.952 17.417 134.071 17.216 134.145 16.997 C 134.232 16.779 134.29 16.552 134.319 16.319 L 137.443 16.822 C 137.387 17.336 137.247 17.838 137.028 18.307 C 136.824 18.758 136.511 19.166 136.089 19.53 C 135.681 19.88 135.164 20.164 134.538 20.382 C 133.912 20.586 133.147 20.688 132.244 20.688 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path><path d=\"M 13.735 0.02 C 6.082 0.418 0 6.749 0 14.5 C 0 22.251 6.082 28.582 13.735 28.98 C 11.676 25.041 10.44 19.998 10.44 14.5 C 10.44 9.002 11.676 3.959 13.735 0.019 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path><path d=\"M 13.732 0.02 C 13.988 0.007 14.244 0 14.5 0 C 22.372 0 28.779 6.273 28.995 14.093 C 28.74 14.107 28.484 14.113 28.227 14.113 C 20.355 14.113 13.948 7.84 13.732 0.02 Z M 13.732 28.98 C 13.987 28.993 14.243 29 14.5 29 C 22.372 29 28.779 22.727 28.995 14.907 C 28.739 14.893 28.483 14.887 28.227 14.887 C 20.355 14.887 13.948 21.16 13.732 28.98 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path></svg>',svgContentId:10513582727,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-59w5b4\",\"data-framer-name\":\"Atlantic_black\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ew5cBbGeA\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 107.3 29\"><path d=\"M 102.065 21.491 C 101.218 21.491 100.451 21.354 99.762 21.082 C 99.074 20.795 98.478 20.393 97.976 19.877 C 97.474 19.346 97.094 18.722 96.835 18.004 C 96.577 17.273 96.448 16.462 96.448 15.572 C 96.448 14.367 96.678 13.327 97.137 12.452 C 97.61 11.563 98.27 10.874 99.117 10.386 C 99.978 9.884 100.989 9.633 102.151 9.633 C 103.112 9.633 103.966 9.812 104.712 10.171 C 105.458 10.529 106.053 11.031 106.498 11.677 C 106.957 12.309 107.208 13.047 107.251 13.894 L 104.626 13.894 C 104.554 13.449 104.396 13.076 104.153 12.775 C 103.922 12.473 103.618 12.236 103.27 12.086 C 102.911 11.928 102.517 11.849 102.086 11.849 C 101.469 11.849 100.939 12.007 100.494 12.323 C 100.049 12.624 99.712 13.055 99.483 13.614 C 99.267 14.174 99.16 14.826 99.16 15.572 C 99.16 16.39 99.282 17.072 99.525 17.617 C 99.769 18.162 100.106 18.578 100.537 18.865 C 100.982 19.138 101.491 19.274 102.065 19.274 C 102.567 19.274 103.005 19.188 103.378 19.016 C 103.751 18.829 104.045 18.578 104.26 18.263 C 104.49 17.933 104.626 17.56 104.669 17.144 L 107.295 17.144 C 107.237 18.019 106.979 18.786 106.52 19.446 C 106.061 20.092 105.451 20.594 104.69 20.953 C 103.93 21.311 103.055 21.491 102.065 21.491 Z M 92.429 21.297 L 92.429 9.848 L 95.119 9.848 L 95.119 21.297 Z M 92.429 8.234 L 92.429 5.608 L 95.119 5.608 L 95.119 8.234 L 92.429 8.234 Z M 88.833 21.297 C 88.13 21.297 87.578 21.196 87.176 20.996 C 86.789 20.78 86.516 20.479 86.358 20.092 C 86.201 19.705 86.122 19.238 86.122 18.693 L 86.122 12.021 L 84.013 12.021 L 84.013 9.848 L 86.122 9.848 L 86.122 6.62 L 88.79 6.34 L 88.79 9.848 L 91.222 9.848 L 91.222 12.021 L 88.79 12.021 L 88.79 18.198 C 88.79 18.557 88.869 18.8 89.027 18.93 C 89.185 19.044 89.429 19.102 89.759 19.102 L 91.222 19.102 L 91.222 21.297 Z M 73.008 21.297 L 73.008 9.848 L 75.59 9.848 L 75.698 12.021 L 75.827 12.021 C 76.157 11.218 76.659 10.623 77.334 10.235 C 78.008 9.834 78.761 9.633 79.593 9.633 C 80.167 9.633 80.698 9.726 81.186 9.913 C 81.68 10.079 82.124 10.368 82.477 10.752 C 82.85 11.125 83.137 11.62 83.338 12.237 C 83.553 12.839 83.661 13.571 83.661 14.432 L 83.661 21.297 L 80.971 21.297 L 80.971 15.013 C 80.971 14.295 80.885 13.707 80.712 13.248 C 80.54 12.775 80.275 12.423 79.916 12.194 C 79.572 11.964 79.12 11.849 78.56 11.849 C 77.958 11.849 77.441 11.993 77.011 12.28 C 76.595 12.567 76.272 12.947 76.042 13.421 C 75.813 13.894 75.698 14.418 75.698 14.991 L 75.698 21.297 L 73.008 21.297 Z M 64.355 21.491 C 63.667 21.491 63.035 21.369 62.461 21.125 C 61.902 20.866 61.414 20.486 60.998 19.984 C 60.596 19.482 60.288 18.865 60.073 18.133 C 59.858 17.387 59.75 16.534 59.75 15.572 C 59.75 14.267 59.937 13.176 60.309 12.301 C 60.697 11.412 61.235 10.745 61.923 10.3 C 62.626 9.855 63.437 9.633 64.355 9.633 C 64.987 9.633 65.546 9.733 66.034 9.934 C 66.536 10.12 66.966 10.386 67.325 10.73 C 67.684 11.075 67.963 11.493 68.143 11.957 L 68.294 11.957 L 68.401 9.848 L 70.984 9.848 L 70.984 21.297 L 68.294 21.297 L 68.294 19.166 L 68.143 19.166 C 67.87 19.87 67.404 20.436 66.744 20.866 C 66.084 21.283 65.288 21.491 64.355 21.491 Z M 65.367 19.296 C 66.012 19.296 66.543 19.145 66.959 18.844 C 67.382 18.552 67.717 18.15 67.928 17.682 C 68.141 17.201 68.251 16.68 68.251 16.154 L 68.251 14.97 C 68.251 14.425 68.143 13.915 67.928 13.442 C 67.713 12.954 67.39 12.567 66.959 12.28 C 66.543 11.979 66.012 11.828 65.367 11.828 C 64.793 11.828 64.291 11.964 63.86 12.237 C 63.43 12.509 63.093 12.925 62.849 13.485 C 62.605 14.03 62.483 14.726 62.483 15.572 C 62.483 16.39 62.605 17.079 62.849 17.638 C 63.093 18.198 63.43 18.614 63.86 18.887 C 64.291 19.159 64.793 19.296 65.367 19.296 Z M 55.731 21.297 L 55.731 5.608 L 58.421 5.608 L 58.421 21.297 L 55.731 21.297 Z M 52.135 21.297 C 51.432 21.297 50.88 21.196 50.478 20.996 C 50.091 20.78 49.818 20.479 49.66 20.092 C 49.502 19.705 49.423 19.238 49.423 18.693 L 49.423 12.021 L 47.314 12.021 L 47.314 9.848 L 49.423 9.848 L 49.423 6.62 L 52.092 6.34 L 52.092 9.848 L 54.524 9.848 L 54.524 12.021 L 52.092 12.021 L 52.092 18.198 C 52.092 18.557 52.171 18.8 52.329 18.93 C 52.486 19.044 52.73 19.102 53.061 19.102 L 54.524 19.102 L 54.524 21.297 Z M 33.923 21.297 L 39.325 5.608 L 43.328 5.608 L 48.729 21.297 L 45.781 21.297 L 44.597 17.854 L 38.055 17.854 L 36.893 21.297 Z M 38.744 15.659 L 43.93 15.659 L 42.381 11.247 L 41.391 8.212 L 41.283 8.212 L 40.272 11.247 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path><path d=\"M 29 14.5 C 29 22.508 22.508 29 14.5 29 C 6.492 29 0 22.508 0 14.5 C 0 6.492 6.492 0 14.5 0 C 22.508 0 29 6.492 29 14.5 Z M 14.5 27.764 C 21.825 27.764 27.764 21.826 27.764 14.5 C 27.764 7.174 21.826 1.236 14.5 1.236 C 7.174 1.236 1.236 7.174 1.236 14.5 C 1.236 21.825 7.174 27.764 14.5 27.764 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path><g transform=\"translate(7.09 5.054)\"><path d=\"M 7.853 0.313 C 7.78 0.124 7.598 0 7.396 0 C 7.193 0 7.012 0.124 6.938 0.313 C 4.817 5.407 0.869 8.513 0.21 9.005 C -0.07 9.215 -0.07 9.649 0.21 9.858 C 0.868 10.351 4.817 13.456 6.938 18.55 C 7.012 18.739 7.193 18.863 7.396 18.863 C 7.598 18.863 7.78 18.739 7.853 18.55 C 9.975 13.456 13.923 10.351 14.582 9.858 C 14.861 9.649 14.861 9.214 14.582 9.005 C 13.923 8.513 9.975 5.407 7.853 0.313 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path></g></svg>',svgContentId:9969398709,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-19s8xdj\",\"data-framer-name\":\"Nairobi_black\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"B1mjaeLhr\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 84.578 22\"><path d=\"M 36.141 17.202 L 33.419 17.202 L 28.866 10.309 L 28.866 17.202 L 26.145 17.202 L 26.145 6.027 L 28.866 6.027 L 33.419 12.951 L 33.419 6.027 L 36.141 6.027 Z M 37.573 12.744 C 37.573 11.832 37.743 11.031 38.082 10.341 C 38.433 9.651 38.905 9.12 39.499 8.749 C 40.093 8.377 40.756 8.192 41.489 8.192 C 42.115 8.192 42.661 8.319 43.128 8.574 C 43.606 8.829 43.972 9.163 44.227 9.577 L 44.227 8.319 L 46.949 8.319 L 46.949 17.202 L 44.227 17.202 L 44.227 15.944 C 43.961 16.358 43.59 16.692 43.112 16.947 C 42.646 17.202 42.099 17.329 41.473 17.329 C 40.751 17.329 40.093 17.143 39.499 16.772 C 38.905 16.39 38.433 15.854 38.082 15.164 C 37.743 14.464 37.573 13.657 37.573 12.744 Z M 44.227 12.76 C 44.227 12.081 44.036 11.545 43.654 11.153 C 43.282 10.76 42.826 10.563 42.285 10.563 C 41.744 10.563 41.282 10.76 40.9 11.153 C 40.528 11.535 40.343 12.065 40.343 12.744 C 40.343 13.424 40.528 13.965 40.9 14.368 C 41.282 14.761 41.744 14.957 42.285 14.957 C 42.826 14.957 43.282 14.761 43.654 14.368 C 44.036 13.975 44.227 13.44 44.227 12.76 Z M 50.287 7.396 C 49.809 7.396 49.417 7.258 49.109 6.982 C 48.812 6.696 48.663 6.345 48.663 5.931 C 48.663 5.507 48.812 5.157 49.109 4.881 C 49.417 4.594 49.809 4.451 50.287 4.451 C 50.754 4.451 51.136 4.594 51.433 4.881 C 51.741 5.157 51.895 5.507 51.895 5.931 C 51.895 6.345 51.741 6.696 51.433 6.982 C 51.136 7.258 50.754 7.396 50.287 7.396 Z M 51.64 8.319 L 51.64 17.202 L 48.918 17.202 L 48.918 8.319 Z M 56.334 9.8 C 56.653 9.311 57.051 8.93 57.528 8.653 C 58.006 8.367 58.537 8.224 59.12 8.224 L 59.12 11.105 L 58.372 11.105 C 57.693 11.105 57.184 11.254 56.844 11.551 C 56.504 11.837 56.334 12.347 56.334 13.079 L 56.334 17.202 L 53.613 17.202 L 53.613 8.319 L 56.334 8.319 L 56.334 9.8 Z M 64.464 17.329 C 63.594 17.329 62.809 17.143 62.109 16.772 C 61.419 16.4 60.872 15.87 60.469 15.18 C 60.076 14.49 59.88 13.684 59.88 12.76 C 59.88 11.848 60.082 11.047 60.485 10.357 C 60.888 9.656 61.44 9.12 62.14 8.749 C 62.841 8.377 63.626 8.192 64.496 8.192 C 65.366 8.192 66.152 8.378 66.852 8.749 C 67.552 9.12 68.104 9.656 68.508 10.357 C 68.911 11.046 69.113 11.848 69.113 12.76 C 69.113 13.673 68.906 14.479 68.492 15.18 C 68.089 15.87 67.531 16.4 66.82 16.772 C 66.12 17.143 65.335 17.329 64.464 17.329 Z M 64.464 14.973 C 64.985 14.973 65.425 14.782 65.786 14.4 C 66.157 14.018 66.343 13.471 66.343 12.76 C 66.343 12.049 66.162 11.503 65.802 11.121 C 65.451 10.739 65.016 10.548 64.496 10.548 C 63.966 10.548 63.525 10.739 63.175 11.121 C 62.825 11.492 62.65 12.039 62.65 12.76 C 62.65 13.472 62.82 14.018 63.159 14.4 C 63.509 14.782 63.944 14.973 64.464 14.973 Z M 73.279 9.577 C 73.533 9.163 73.899 8.829 74.377 8.574 C 74.855 8.319 75.401 8.192 76.017 8.192 C 76.749 8.192 77.412 8.378 78.006 8.749 C 78.601 9.12 79.068 9.651 79.407 10.341 C 79.757 11.031 79.932 11.832 79.932 12.744 C 79.932 13.657 79.757 14.464 79.407 15.164 C 79.068 15.854 78.601 16.39 78.006 16.772 C 77.412 17.143 76.749 17.329 76.017 17.329 C 75.39 17.329 74.844 17.207 74.377 16.963 C 73.91 16.708 73.544 16.374 73.279 15.96 L 73.279 17.202 L 70.557 17.202 L 70.557 5.422 L 73.279 5.422 L 73.279 9.577 Z M 77.163 12.744 C 77.163 12.065 76.972 11.535 76.59 11.153 C 76.218 10.76 75.757 10.563 75.205 10.563 C 74.664 10.563 74.202 10.76 73.82 11.153 C 73.448 11.545 73.263 12.081 73.263 12.76 C 73.263 13.44 73.448 13.975 73.82 14.368 C 74.202 14.761 74.664 14.957 75.205 14.957 C 75.746 14.957 76.208 14.761 76.59 14.368 C 76.972 13.965 77.163 13.424 77.163 12.744 Z M 82.729 7.396 C 82.252 7.396 81.859 7.258 81.552 6.982 C 81.254 6.696 81.106 6.345 81.106 5.931 C 81.106 5.507 81.254 5.157 81.552 4.881 C 81.859 4.594 82.252 4.451 82.729 4.451 C 83.196 4.451 83.578 4.594 83.875 4.881 C 84.183 5.157 84.337 5.507 84.337 5.931 C 84.337 6.345 84.183 6.696 83.875 6.982 C 83.578 7.258 83.196 7.396 82.729 7.396 Z M 84.083 8.319 L 84.083 17.202 L 81.36 17.202 L 81.36 8.319 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path><path d=\"M 21.706 22 L 0.111 9.276 L 0.188 0.567 L 21.783 13.291 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path><path d=\"M 12.48 0.109 C 12.458 2.604 13.428 5.005 15.176 6.784 C 16.924 8.564 19.308 9.576 21.803 9.598 L 21.886 0.193 Z M 9.406 21.816 C 9.429 19.322 8.459 16.92 6.711 15.141 C 4.963 13.361 2.579 12.349 0.084 12.327 L 0.001 21.733 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path></svg>',svgContentId:12472262887,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-139ctbh\",\"data-framer-name\":\"memphis_black\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"J_UZrn815\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 141.778 20\"><path d=\"M 51.903 16.118 L 48.478 16.118 L 48.478 10.135 C 48.478 9.192 48.287 8.522 47.907 8.126 C 47.526 7.73 46.841 7.532 45.852 7.532 C 44.816 7.532 44.108 7.753 43.728 8.194 C 43.362 8.636 43.18 9.351 43.18 10.341 L 42.746 10.341 L 42.472 8.194 L 43.134 8.194 C 43.226 7.54 43.423 6.931 43.728 6.368 C 44.048 5.804 44.512 5.348 45.121 4.998 C 45.745 4.632 46.544 4.45 47.518 4.45 C 48.508 4.45 49.322 4.647 49.962 5.043 C 50.616 5.439 51.104 5.979 51.423 6.664 C 51.743 7.35 51.903 8.126 51.903 8.994 L 51.903 16.118 Z M 34.457 16.118 L 31.032 16.118 L 31.032 4.678 L 34.206 4.678 L 34.206 8.24 L 34.457 8.354 Z M 43.18 16.118 L 39.755 16.118 L 39.755 10.135 C 39.755 9.192 39.564 8.522 39.184 8.126 C 38.803 7.73 38.118 7.532 37.128 7.532 C 36.078 7.532 35.37 7.753 35.005 8.194 C 34.64 8.636 34.457 9.351 34.457 10.341 L 34.023 10.341 L 33.772 8.149 L 34.388 8.149 C 34.495 7.509 34.7 6.916 35.005 6.368 C 35.309 5.804 35.758 5.348 36.352 4.998 C 36.946 4.632 37.722 4.45 38.681 4.45 C 39.671 4.45 40.478 4.655 41.102 5.066 C 41.741 5.477 42.213 6.025 42.518 6.71 C 42.822 7.395 42.974 8.156 42.974 8.994 L 43.18 8.994 L 43.18 16.118 Z M 59.718 16.347 C 58.454 16.347 57.335 16.133 56.361 15.707 C 55.387 15.281 54.633 14.626 54.1 13.743 C 53.568 12.86 53.301 11.749 53.301 10.409 C 53.301 9.192 53.568 8.141 54.1 7.258 C 54.633 6.36 55.372 5.667 56.315 5.18 C 57.274 4.693 58.386 4.45 59.649 4.45 C 60.898 4.45 61.986 4.663 62.915 5.089 C 63.858 5.515 64.589 6.147 65.107 6.984 C 65.624 7.806 65.883 8.811 65.883 9.998 C 65.883 10.196 65.876 10.379 65.86 10.546 C 65.843 10.73 65.82 10.913 65.792 11.094 L 55.516 11.094 L 55.516 9.29 L 63.371 9.29 L 62.595 10.409 L 62.595 9.564 C 62.595 8.697 62.359 8.073 61.887 7.692 C 61.415 7.312 60.646 7.121 59.581 7.121 C 58.424 7.121 57.617 7.35 57.16 7.806 C 56.704 8.248 56.475 8.956 56.475 9.93 L 56.475 10.798 C 56.475 11.772 56.704 12.487 57.16 12.944 C 57.617 13.386 58.431 13.606 59.604 13.606 C 60.608 13.606 61.316 13.477 61.727 13.218 C 62.138 12.959 62.344 12.586 62.344 12.099 L 62.344 11.871 L 65.769 11.871 L 65.769 12.122 C 65.769 12.944 65.518 13.675 65.016 14.314 C 64.513 14.954 63.805 15.456 62.892 15.822 C 61.994 16.172 60.936 16.347 59.718 16.347 Z M 88.207 16.118 L 84.782 16.118 L 84.782 10.135 C 84.782 9.192 84.591 8.522 84.211 8.126 C 83.83 7.73 83.145 7.532 82.156 7.532 C 81.12 7.532 80.413 7.753 80.032 8.194 C 79.667 8.636 79.484 9.351 79.484 10.341 L 79.05 10.341 L 78.776 8.194 L 79.438 8.194 C 79.53 7.54 79.728 6.931 80.032 6.368 C 80.352 5.804 80.816 5.348 81.425 4.998 C 82.049 4.632 82.848 4.45 83.823 4.45 C 84.812 4.45 85.627 4.647 86.266 5.043 C 86.921 5.439 87.408 5.979 87.727 6.664 C 88.047 7.35 88.207 8.126 88.207 8.994 L 88.207 16.118 Z M 70.761 16.118 L 67.336 16.118 L 67.336 4.678 L 70.51 4.678 L 70.51 8.24 L 70.761 8.354 Z M 79.484 16.118 L 76.059 16.118 L 76.059 10.135 C 76.059 9.192 75.868 8.522 75.488 8.126 C 75.107 7.73 74.422 7.532 73.433 7.532 C 72.382 7.532 71.674 7.753 71.309 8.194 C 70.944 8.636 70.761 9.351 70.761 10.341 L 70.327 10.341 L 70.076 8.149 L 70.692 8.149 C 70.799 7.509 71.005 6.916 71.309 6.368 C 71.614 5.804 72.063 5.348 72.656 4.998 C 73.25 4.632 74.026 4.45 74.986 4.45 C 75.975 4.45 76.782 4.655 77.406 5.066 C 78.045 5.477 78.517 6.025 78.822 6.71 C 79.126 7.395 79.278 8.156 79.278 8.994 L 79.484 8.994 L 79.484 16.118 Z M 98.031 16.347 C 96.707 16.347 95.672 16.05 94.926 15.456 C 94.195 14.847 93.731 14.04 93.533 13.035 L 92.939 13.035 L 92.939 10.57 L 93.373 10.57 C 93.373 11.209 93.502 11.726 93.761 12.122 C 94.02 12.518 94.393 12.8 94.88 12.967 C 95.382 13.135 95.992 13.218 96.707 13.218 C 97.453 13.218 98.062 13.127 98.534 12.944 C 99.006 12.762 99.356 12.465 99.584 12.054 C 99.812 11.643 99.927 11.095 99.927 10.41 C 99.927 9.694 99.812 9.138 99.584 8.743 C 99.356 8.332 99.006 8.042 98.534 7.875 C 98.062 7.692 97.46 7.601 96.73 7.601 C 95.618 7.601 94.781 7.814 94.218 8.24 C 93.655 8.651 93.373 9.367 93.373 10.387 L 92.939 10.387 L 92.688 7.806 L 93.35 7.806 C 93.548 6.71 94.02 5.881 94.766 5.318 C 95.527 4.739 96.578 4.45 97.917 4.45 C 99.089 4.45 100.079 4.693 100.886 5.18 C 101.708 5.668 102.332 6.36 102.758 7.258 C 103.184 8.141 103.398 9.192 103.398 10.41 C 103.398 11.612 103.184 12.663 102.758 13.561 C 102.347 14.444 101.738 15.129 100.932 15.616 C 100.14 16.103 99.173 16.347 98.031 16.347 Z M 93.373 20 L 89.948 20 L 89.948 4.678 L 93.122 4.678 L 93.122 8.08 L 93.373 8.377 Z M 117.655 16.118 L 114.23 16.118 L 114.23 10.135 C 114.23 9.176 114.002 8.506 113.545 8.126 C 113.103 7.73 112.342 7.532 111.261 7.532 C 110.5 7.532 109.899 7.639 109.457 7.852 C 109.016 8.065 108.704 8.385 108.521 8.811 C 108.338 9.222 108.247 9.747 108.247 10.386 L 107.745 10.386 L 107.79 8.172 L 108.43 8.172 C 108.549 7.524 108.789 6.904 109.138 6.345 C 109.488 5.782 109.982 5.325 110.622 4.975 C 111.276 4.624 112.091 4.45 113.065 4.45 C 114.085 4.45 114.938 4.655 115.623 5.066 C 116.308 5.477 116.818 6.033 117.153 6.733 C 117.488 7.433 117.655 8.225 117.655 9.108 Z M 108.247 16.118 L 104.822 16.118 L 104.822 0.819 L 108.247 0.819 Z M 122.809 16.118 L 119.384 16.118 L 119.384 4.678 L 122.809 4.678 Z M 122.809 3.513 L 119.384 3.513 L 119.384 0.819 L 122.809 0.819 Z M 130.379 16.347 C 128.461 16.347 126.984 15.989 125.949 15.273 C 124.914 14.543 124.396 13.515 124.396 12.19 L 124.396 12.122 L 127.822 12.122 L 127.822 12.328 C 127.822 12.845 128.004 13.195 128.37 13.378 C 128.75 13.545 129.428 13.629 130.402 13.629 C 131.315 13.629 131.917 13.553 132.206 13.401 C 132.51 13.233 132.662 12.982 132.662 12.647 C 132.662 12.328 132.548 12.107 132.32 11.985 C 132.092 11.848 131.643 11.734 130.973 11.642 L 127.753 11.254 C 126.611 11.132 125.728 10.813 125.104 10.295 C 124.495 9.778 124.191 9.032 124.191 8.057 C 124.191 7.388 124.389 6.786 124.784 6.253 C 125.18 5.705 125.789 5.272 126.611 4.952 C 127.448 4.617 128.522 4.45 129.831 4.45 C 131.079 4.45 132.137 4.609 133.005 4.929 C 133.888 5.233 134.558 5.698 135.014 6.322 C 135.471 6.946 135.7 7.722 135.7 8.651 L 135.7 8.72 L 132.274 8.72 L 132.274 8.583 C 132.274 8.263 132.206 8.004 132.069 7.806 C 131.947 7.593 131.696 7.433 131.315 7.327 C 130.95 7.22 130.417 7.167 129.717 7.167 C 128.864 7.167 128.293 7.25 128.004 7.418 C 127.715 7.57 127.57 7.829 127.57 8.194 C 127.57 8.484 127.684 8.704 127.913 8.857 C 128.156 8.994 128.651 9.115 129.397 9.222 L 131.84 9.519 C 133.363 9.686 134.444 10.036 135.083 10.569 C 135.722 11.102 136.042 11.84 136.042 12.784 C 136.042 13.5 135.814 14.124 135.357 14.657 C 134.9 15.19 134.253 15.608 133.416 15.913 C 132.579 16.202 131.566 16.346 130.379 16.346 Z M 141.603 16.118 L 137.196 16.118 L 137.196 12.122 L 141.603 12.122 Z M 10.801 19.543 L 0.96 19.543 C 0.43 19.543 0 19.114 0 18.583 L 0 0.962 C 0 0.077 1.095 -0.337 1.68 0.327 L 11.522 11.492 C 11.676 11.667 11.762 11.893 11.762 12.126 L 11.762 18.583 C 11.762 18.838 11.66 19.082 11.48 19.262 C 11.3 19.442 11.056 19.543 10.801 19.543 Z M 14.402 19.543 L 24.243 19.543 C 24.773 19.543 25.203 19.114 25.203 18.583 L 25.203 0.962 C 25.203 0.077 24.108 -0.337 23.522 0.327 L 13.681 11.491 C 13.527 11.667 13.441 11.892 13.441 12.126 L 13.441 18.583 C 13.441 18.838 13.543 19.082 13.723 19.262 C 13.903 19.442 14.147 19.543 14.402 19.543 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path></svg>',svgContentId:10283315870,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1s6mugl\",\"data-framer-name\":\"Madrid_black\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ZJbzeH7Zl\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 118.889 20\"><path d=\"M 0 9.007 L 26.245 9.007 C 26.245 3.803 21.725 2.502 19.465 2.502 L 0 2.502 Z M 26.245 13.269 L 0 13.269 C 0 18.472 4.52 19.773 6.78 19.773 L 26.244 19.773 L 26.244 13.269 Z M 50.401 2.169 L 50.401 19.773 L 46.88 19.773 L 46.88 8.323 L 42.177 19.773 L 39.511 19.773 L 34.782 8.323 L 34.782 19.773 L 31.261 19.773 L 31.261 2.169 L 35.26 2.169 L 40.844 15.258 L 46.427 2.169 Z M 52.977 12.736 C 52.977 11.324 53.254 10.072 53.807 8.979 C 54.377 7.886 55.14 7.045 56.096 6.456 C 57.068 5.868 58.15 5.574 59.34 5.574 C 60.38 5.574 61.285 5.784 62.057 6.204 C 62.845 6.625 63.474 7.154 63.943 7.793 L 63.943 5.801 L 67.489 5.801 L 67.489 19.773 L 63.943 19.773 L 63.943 17.73 C 63.49 18.386 62.862 18.933 62.057 19.37 C 61.268 19.79 60.355 20 59.315 20 C 58.141 20 57.068 19.698 56.096 19.092 C 55.14 18.487 54.377 17.638 53.807 16.545 C 53.254 15.435 52.977 14.166 52.977 12.737 Z M 63.943 12.787 C 63.943 11.929 63.775 11.198 63.44 10.593 C 63.105 9.97 62.652 9.5 62.082 9.18 C 61.512 8.844 60.9 8.676 60.246 8.676 C 59.592 8.676 58.988 8.836 58.435 9.155 C 57.882 9.475 57.429 9.945 57.077 10.568 C 56.741 11.173 56.574 11.896 56.574 12.736 C 56.574 13.577 56.741 14.317 57.077 14.956 C 57.429 15.578 57.882 16.057 58.435 16.394 C 59.005 16.73 59.608 16.898 60.246 16.898 C 60.9 16.898 61.512 16.738 62.082 16.419 C 62.652 16.082 63.105 15.612 63.44 15.006 C 63.775 14.384 63.943 13.644 63.943 12.787 Z M 70.023 12.736 C 70.023 11.324 70.3 10.072 70.853 8.979 C 71.423 7.886 72.194 7.045 73.167 6.456 C 74.139 5.868 75.221 5.574 76.411 5.574 C 77.317 5.574 78.18 5.776 79.002 6.179 C 79.824 6.566 80.478 7.087 80.964 7.743 L 80.964 1.11 L 84.535 1.11 L 84.535 19.773 L 80.964 19.773 L 80.964 17.705 C 80.528 18.394 79.916 18.949 79.128 19.369 C 78.34 19.79 77.426 20 76.386 20 C 75.212 20 74.139 19.697 73.167 19.092 C 72.194 18.487 71.423 17.638 70.853 16.545 C 70.3 15.435 70.023 14.166 70.023 12.736 Z M 80.989 12.787 C 80.989 11.929 80.821 11.198 80.486 10.593 C 80.15 9.97 79.698 9.5 79.128 9.18 C 78.558 8.844 77.946 8.676 77.292 8.676 C 76.638 8.676 76.034 8.836 75.481 9.155 C 74.927 9.475 74.475 9.945 74.123 10.568 C 73.787 11.173 73.62 11.896 73.62 12.736 C 73.62 13.577 73.787 14.317 74.123 14.956 C 74.475 15.578 74.927 16.057 75.481 16.394 C 76.051 16.73 76.654 16.898 77.292 16.898 C 77.946 16.898 78.558 16.738 79.128 16.419 C 79.698 16.082 80.15 15.612 80.486 15.006 C 80.821 14.384 80.989 13.644 80.989 12.787 Z M 91.496 7.97 C 91.948 7.23 92.535 6.65 93.256 6.23 C 93.994 5.809 94.832 5.599 95.771 5.599 L 95.771 9.307 L 94.841 9.307 C 93.734 9.307 92.896 9.567 92.326 10.088 C 91.772 10.61 91.496 11.518 91.496 12.812 L 91.496 19.773 L 87.974 19.773 L 87.974 5.801 L 91.496 5.801 L 91.496 7.97 Z M 99.929 4.136 C 99.308 4.136 98.788 3.943 98.369 3.556 C 97.967 3.153 97.766 2.657 97.766 2.068 C 97.766 1.48 97.967 0.992 98.369 0.605 C 98.788 0.202 99.308 0 99.929 0 C 100.549 0 101.06 0.202 101.463 0.605 C 101.882 0.992 102.092 1.48 102.092 2.068 C 102.092 2.657 101.882 3.152 101.463 3.556 C 101.06 3.943 100.549 4.136 99.929 4.136 Z M 101.664 5.801 L 101.664 19.773 L 98.143 19.773 L 98.143 5.801 Z M 104.238 12.736 C 104.238 11.324 104.514 10.072 105.068 8.979 C 105.638 7.886 106.409 7.045 107.382 6.456 C 108.354 5.868 109.436 5.574 110.626 5.574 C 111.532 5.574 112.395 5.776 113.217 6.179 C 114.038 6.566 114.692 7.087 115.178 7.743 L 115.178 1.11 L 118.75 1.11 L 118.75 19.773 L 115.178 19.773 L 115.178 17.705 C 114.742 18.394 114.13 18.949 113.342 19.369 C 112.554 19.79 111.64 20 110.601 20 C 109.427 20 108.354 19.697 107.382 19.092 C 106.409 18.487 105.638 17.638 105.068 16.545 C 104.514 15.435 104.238 14.166 104.238 12.736 Z M 115.204 12.787 C 115.204 11.929 115.036 11.198 114.701 10.593 C 114.365 9.97 113.912 9.5 113.342 9.18 C 112.772 8.844 112.16 8.676 111.506 8.676 C 110.852 8.676 110.249 8.836 109.696 9.155 C 109.142 9.475 108.689 9.945 108.337 10.568 C 108.002 11.173 107.834 11.896 107.834 12.736 C 107.834 13.577 108.002 14.317 108.337 14.956 C 108.689 15.578 109.142 16.057 109.696 16.394 C 110.266 16.73 110.869 16.898 111.506 16.898 C 112.16 16.898 112.772 16.738 113.342 16.419 C 113.912 16.082 114.365 15.612 114.701 15.006 C 115.036 14.384 115.204 13.644 115.204 12.787 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path></svg>',svgContentId:9701740890,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1s4hiy0\",\"data-framer-name\":\"Aura_black\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Il4aEhgsd\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 55 19\"><path d=\"M 0.478 17.647 L 5.52 0 L 10.31 0 L 15.326 17.647 L 12.528 17.647 L 11.368 13.487 L 4.461 13.487 L 3.301 17.647 Z M 5.142 10.966 L 10.688 10.966 L 8.116 1.689 L 7.713 1.689 Z M 22.558 17.874 C 21.616 17.874 20.776 17.664 20.037 17.244 C 19.297 16.824 18.717 16.227 18.297 15.454 C 17.877 14.681 17.667 13.756 17.667 12.681 L 17.667 5.219 L 20.264 5.219 L 20.264 12.504 C 20.264 13.58 20.532 14.378 21.07 14.899 C 21.608 15.403 22.356 15.655 23.314 15.655 C 24.373 15.655 25.221 15.302 25.86 14.596 C 26.516 13.874 26.843 12.84 26.843 11.496 L 26.843 5.218 L 29.44 5.218 L 29.44 17.647 L 26.894 17.647 L 26.894 15.782 L 26.49 15.782 C 26.255 16.286 25.835 16.765 25.23 17.218 C 24.625 17.655 23.734 17.874 22.558 17.874 Z M 33.278 17.647 L 33.278 5.218 L 35.825 5.218 L 35.825 6.681 L 36.228 6.681 C 36.43 6.16 36.749 5.782 37.186 5.546 C 37.64 5.294 38.194 5.168 38.85 5.168 L 40.337 5.168 L 40.337 7.513 L 38.749 7.513 C 37.909 7.513 37.22 7.748 36.682 8.219 C 36.144 8.672 35.875 9.378 35.875 10.336 L 35.875 17.647 Z M 46.54 18 C 45.649 18 44.851 17.849 44.145 17.546 C 43.456 17.244 42.901 16.798 42.481 16.21 C 42.078 15.622 41.876 14.908 41.876 14.067 C 41.876 13.21 42.078 12.504 42.481 11.95 C 42.901 11.378 43.464 10.95 44.17 10.664 C 44.893 10.378 45.708 10.235 46.616 10.235 L 50.397 10.235 L 50.397 9.429 C 50.397 8.706 50.179 8.126 49.742 7.689 C 49.305 7.252 48.633 7.034 47.725 7.034 C 46.834 7.034 46.154 7.244 45.683 7.664 C 45.212 8.084 44.901 8.63 44.75 9.303 L 42.33 8.521 C 42.526 7.859 42.852 7.242 43.288 6.706 C 43.742 6.151 44.338 5.706 45.078 5.37 C 45.817 5.034 46.708 4.866 47.75 4.866 C 49.364 4.866 50.633 5.277 51.557 6.101 C 52.481 6.924 52.943 8.092 52.943 9.605 L 52.943 14.723 C 52.943 15.227 53.179 15.479 53.649 15.479 L 54.708 15.479 L 54.708 17.647 L 52.767 17.647 C 52.179 17.647 51.7 17.496 51.33 17.193 C 50.96 16.891 50.775 16.479 50.775 15.958 L 50.775 15.882 L 50.397 15.882 C 50.263 16.134 50.061 16.428 49.792 16.765 C 49.523 17.101 49.128 17.395 48.607 17.647 C 48.086 17.882 47.397 18 46.54 18 Z M 46.918 15.857 C 47.96 15.857 48.801 15.563 49.439 14.975 C 50.078 14.37 50.397 13.546 50.397 12.504 L 50.397 12.252 L 46.767 12.252 C 46.078 12.252 45.523 12.403 45.103 12.706 C 44.683 12.992 44.473 13.42 44.473 13.992 C 44.473 14.563 44.691 15.017 45.128 15.353 C 45.565 15.689 46.162 15.857 46.918 15.857 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path></svg>',svgContentId:12208135738,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-l7d84p\",\"data-framer-name\":\"Recharge\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"FRr4TvIUF\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 105 22\"><path d=\"M 4.132 0 L 0.408 0 C 0.208 0 0.046 0.164 0.046 0.367 L 0.046 7.475 Z M 0.045 9.762 L 0.081 9.762 L 5.761 9.762 C 5.973 9.762 6.175 9.852 6.319 10.01 C 6.463 10.169 6.534 10.381 6.517 10.595 L 6.025 16.399 C 5.955 17.224 7.049 17.56 7.445 16.836 L 13.347 6.042 C 13.626 5.531 13.26 4.904 12.683 4.904 L 7.002 4.904 C 6.79 4.904 6.587 4.814 6.444 4.656 C 6.3 4.498 6.228 4.286 6.246 4.072 L 6.591 0 L 12.323 0 C 17.604 0 19.971 6.727 15.887 10.128 L 12.694 12.786 C 12.484 12.961 12.443 13.269 12.6 13.494 L 18.109 21.422 C 18.187 21.534 18.197 21.681 18.135 21.802 C 18.072 21.924 17.948 22 17.813 22 L 0.407 22 C 0.207 22 0.045 21.836 0.045 21.633 Z M 62.088 11.909 L 62.088 17.469 L 65.12 17.469 L 65.12 11.227 C 65.12 10.491 64.962 9.849 64.645 9.3 C 64.341 8.739 63.905 8.304 63.337 7.996 C 62.768 7.675 62.108 7.514 61.355 7.514 C 60.615 7.514 59.961 7.675 59.393 7.996 C 59.165 8.119 58.953 8.268 58.759 8.441 L 58.759 3.3 L 55.727 3.3 L 55.727 17.469 L 58.759 17.469 L 58.759 11.909 C 58.759 11.575 58.831 11.28 58.977 11.026 C 59.122 10.758 59.32 10.558 59.571 10.424 C 59.822 10.277 60.113 10.203 60.443 10.203 C 60.919 10.203 61.309 10.364 61.613 10.685 C 61.93 10.993 62.088 11.401 62.088 11.909 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path><path d=\"M 28.4 11.628 L 28.4 17.469 L 25.289 17.469 L 25.289 3.3 L 30.996 3.3 C 31.921 3.3 32.734 3.481 33.434 3.842 C 34.134 4.19 34.683 4.678 35.079 5.307 C 35.475 5.936 35.673 6.658 35.673 7.474 C 35.673 8.304 35.475 9.033 35.079 9.662 C 34.683 10.277 34.128 10.759 33.414 11.107 C 33.016 11.301 32.579 11.441 32.103 11.527 L 36.585 17.469 L 32.899 17.469 L 28.726 11.628 Z M 28.4 9.3 L 30.62 9.3 C 31.241 9.3 31.717 9.14 32.047 8.819 C 32.39 8.498 32.562 8.063 32.562 7.514 C 32.562 7.006 32.397 6.585 32.067 6.25 C 31.736 5.915 31.261 5.748 30.64 5.748 L 28.4 5.748 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path><path d=\"M 38.586 17.047 C 39.405 17.475 40.337 17.689 41.38 17.689 C 42.186 17.689 42.926 17.549 43.6 17.268 C 44.266 16.992 44.858 16.559 45.324 16.004 L 43.659 14.318 C 43.381 14.643 43.036 14.903 42.648 15.08 C 42.265 15.241 41.836 15.321 41.36 15.321 C 40.845 15.321 40.396 15.214 40.013 15 C 39.643 14.773 39.353 14.458 39.141 14.057 C 39.073 13.914 39.018 13.765 38.975 13.612 L 45.879 13.595 C 45.932 13.341 45.965 13.12 45.978 12.933 C 45.987 12.863 45.994 12.795 46 12.728 C 46.004 12.695 46.006 12.662 46.008 12.63 C 46.011 12.582 46.014 12.534 46.015 12.487 L 46.017 12.436 L 46.018 12.371 C 46.018 11.421 45.806 10.578 45.384 9.842 C 44.985 9.118 44.395 8.52 43.679 8.117 C 42.953 7.702 42.113 7.494 41.163 7.494 C 40.185 7.494 39.306 7.715 38.527 8.156 C 37.757 8.588 37.115 9.218 36.664 9.983 C 36.214 10.746 35.99 11.615 35.99 12.592 C 35.99 13.568 36.221 14.445 36.683 15.221 C 37.146 15.997 37.78 16.606 38.586 17.047 Z M 38.976 11.504 C 38.991 11.453 39.007 11.401 39.024 11.351 C 39.053 11.266 39.085 11.184 39.121 11.107 C 39.32 10.705 39.59 10.398 39.934 10.183 C 40.29 9.956 40.707 9.842 41.182 9.842 C 41.631 9.842 42.008 9.943 42.312 10.143 L 42.353 10.168 L 42.393 10.194 C 42.461 10.24 42.525 10.29 42.585 10.345 C 42.769 10.515 42.916 10.728 43.025 10.986 C 43.092 11.137 43.145 11.306 43.186 11.492 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path><path d=\"M 51.346 17.689 C 50.354 17.689 49.456 17.469 48.65 17.027 C 47.845 16.585 47.211 15.977 46.748 15.201 C 46.285 14.425 46.054 13.555 46.054 12.592 C 46.054 11.615 46.285 10.746 46.748 9.983 C 47.224 9.207 47.864 8.598 48.67 8.157 C 49.476 7.715 50.381 7.494 51.385 7.494 C 52.138 7.494 52.825 7.628 53.446 7.896 C 53.763 8.023 54.061 8.183 54.341 8.376 C 54.622 8.57 54.886 8.799 55.13 9.06 L 53.188 11.026 C 52.972 10.778 52.7 10.586 52.396 10.465 C 52.253 10.406 52.105 10.363 51.954 10.334 C 51.88 10.32 51.806 10.309 51.732 10.301 C 51.617 10.289 51.501 10.283 51.385 10.284 C 51.278 10.284 51.174 10.29 51.072 10.302 L 51.018 10.309 L 50.984 10.314 C 50.713 10.355 50.453 10.446 50.216 10.585 C 49.885 10.772 49.622 11.04 49.423 11.388 C 49.238 11.722 49.145 12.117 49.145 12.572 C 49.145 13.027 49.238 13.428 49.423 13.776 C 49.617 14.119 49.897 14.403 50.236 14.599 C 50.579 14.799 50.962 14.899 51.385 14.899 C 51.782 14.899 52.131 14.833 52.435 14.699 C 52.744 14.558 53.021 14.353 53.248 14.097 L 55.17 16.064 C 54.668 16.599 54.1 17.007 53.466 17.288 C 52.832 17.556 52.125 17.689 51.346 17.689 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path><path d=\"M 70.298 17.669 C 69.413 17.669 68.62 17.449 67.92 17.007 C 67.233 16.565 66.684 15.964 66.275 15.201 C 65.878 14.438 65.68 13.569 65.68 12.592 C 65.68 11.615 65.878 10.746 66.275 9.983 C 66.684 9.22 67.233 8.618 67.92 8.177 C 68.62 7.735 69.413 7.514 70.298 7.514 C 70.945 7.514 71.526 7.641 72.042 7.896 C 72.377 8.055 72.684 8.267 72.953 8.525 L 72.953 7.715 L 75.926 7.715 L 75.926 17.468 L 72.953 17.468 L 72.953 16.678 C 72.736 16.886 72.491 17.062 72.227 17.203 C 72.173 17.233 72.118 17.261 72.061 17.288 C 71.533 17.542 70.945 17.669 70.298 17.669 Z M 70.912 14.9 C 71.56 14.9 72.081 14.686 72.478 14.257 C 72.874 13.816 73.072 13.261 73.072 12.592 C 73.072 12.364 73.049 12.15 73.003 11.949 C 72.958 11.754 72.888 11.565 72.795 11.388 C 72.631 11.048 72.368 10.768 72.042 10.585 C 71.861 10.471 71.663 10.389 71.456 10.341 C 71.284 10.302 71.108 10.283 70.932 10.284 C 70.73 10.283 70.529 10.308 70.333 10.359 C 70.146 10.409 69.968 10.485 69.802 10.585 C 69.485 10.772 69.228 11.04 69.029 11.388 C 68.845 11.736 68.752 12.137 68.752 12.592 C 68.752 13.033 68.845 13.428 69.029 13.776 C 69.208 14.117 69.475 14.401 69.802 14.598 C 70.132 14.799 70.502 14.9 70.912 14.9 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path><path d=\"M 80.3 7.715 L 77.268 7.715 L 77.268 17.468 L 80.3 17.468 L 80.3 12.111 C 80.3 11.481 80.445 11.014 80.736 10.706 C 81.04 10.385 81.443 10.224 81.945 10.224 C 82.196 10.224 82.42 10.264 82.619 10.344 C 82.807 10.418 82.977 10.535 83.114 10.685 L 84.917 8.378 C 84.663 8.09 84.343 7.87 83.986 7.736 C 83.643 7.588 83.239 7.515 82.777 7.515 C 81.72 7.515 80.895 7.829 80.3 8.458 L 80.3 7.715 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path><path d=\"M 88.744 21.843 C 87.687 21.843 86.755 21.656 85.95 21.282 C 85.157 20.921 84.529 20.405 84.067 19.736 L 85.929 17.85 C 86.273 18.265 86.657 18.579 87.079 18.793 C 87.515 19.007 88.037 19.114 88.645 19.114 C 89.398 19.114 89.985 18.927 90.408 18.552 C 90.844 18.177 91.063 17.649 91.063 16.967 L 91.063 16.351 C 90.849 16.523 90.616 16.669 90.369 16.786 C 89.84 17.04 89.253 17.167 88.605 17.167 C 87.72 17.167 86.934 16.954 86.247 16.525 C 85.56 16.097 85.018 15.515 84.622 14.779 C 84.225 14.043 84.027 13.227 84.027 12.331 C 84.027 11.421 84.225 10.605 84.622 9.882 C 85.018 9.146 85.56 8.571 86.247 8.156 C 86.934 7.729 87.72 7.514 88.605 7.514 C 89.266 7.514 89.854 7.641 90.369 7.896 C 90.641 8.018 90.894 8.177 91.122 8.371 L 91.122 7.715 L 94.094 7.715 L 94.094 16.886 C 94.094 17.89 93.863 18.759 93.401 19.495 C 92.938 20.231 92.304 20.806 91.498 21.221 C 90.692 21.636 89.774 21.843 88.744 21.843 Z M 89.18 14.438 C 89.603 14.438 89.966 14.344 90.27 14.157 C 90.347 14.111 90.421 14.062 90.489 14.008 C 90.695 13.849 90.863 13.647 90.983 13.414 C 91.034 13.319 91.078 13.22 91.113 13.117 C 91.16 12.984 91.194 12.845 91.215 12.7 C 91.232 12.578 91.241 12.455 91.241 12.331 C 91.241 11.929 91.155 11.568 90.983 11.247 C 90.825 10.927 90.577 10.661 90.27 10.484 C 89.966 10.297 89.603 10.204 89.18 10.204 C 89.055 10.204 88.935 10.212 88.818 10.23 L 88.758 10.24 L 88.704 10.25 C 88.529 10.285 88.359 10.344 88.199 10.425 C 88.162 10.443 88.126 10.463 88.09 10.484 C 87.78 10.664 87.526 10.928 87.357 11.247 C 87.267 11.415 87.2 11.595 87.158 11.782 C 87.118 11.962 87.098 12.146 87.099 12.331 C 87.099 12.705 87.185 13.06 87.357 13.394 C 87.522 13.709 87.769 13.973 88.07 14.157 C 88.24 14.258 88.426 14.332 88.627 14.378 C 88.8 14.418 88.984 14.438 89.18 14.438 Z M 97.404 17.047 C 98.222 17.475 99.154 17.689 100.198 17.689 C 101.003 17.689 101.744 17.549 102.417 17.268 C 103.083 16.992 103.675 16.559 104.141 16.004 L 102.476 14.318 C 102.198 14.643 101.853 14.903 101.466 15.08 C 101.083 15.241 100.653 15.321 100.178 15.321 C 99.663 15.321 99.213 15.214 98.83 15 C 98.526 14.814 98.267 14.56 98.075 14.257 C 98.033 14.192 97.994 14.125 97.958 14.057 C 97.89 13.914 97.835 13.765 97.792 13.612 L 104.696 13.595 C 104.722 13.47 104.744 13.352 104.76 13.243 C 104.777 13.131 104.789 13.028 104.795 12.933 C 104.804 12.862 104.812 12.793 104.818 12.726 C 104.829 12.602 104.835 12.484 104.835 12.371 C 104.835 11.421 104.623 10.578 104.201 9.842 C 103.802 9.118 103.212 8.52 102.497 8.117 C 101.77 7.702 100.931 7.494 99.98 7.494 C 99.002 7.494 98.124 7.715 97.344 8.156 C 96.575 8.588 95.932 9.218 95.481 9.983 C 95.032 10.746 94.807 11.615 94.807 12.592 C 94.807 13.568 95.038 14.445 95.501 15.221 C 95.963 15.997 96.597 16.606 97.404 17.047 Z M 97.794 11.504 C 97.831 11.368 97.88 11.235 97.939 11.107 C 98.044 10.888 98.183 10.687 98.349 10.511 C 98.469 10.385 98.604 10.275 98.751 10.184 C 99.108 9.956 99.524 9.842 99.999 9.842 C 100.449 9.842 100.825 9.943 101.129 10.143 C 101.25 10.215 101.36 10.3 101.458 10.399 C 101.616 10.559 101.745 10.755 101.842 10.986 C 101.909 11.137 101.962 11.306 102.004 11.492 Z\" fill=\"var(--token-bab5142a-9f6d-4043-b7bd-02888ac520b9, rgb(51, 51, 51))\"></path></svg>',svgContentId:12682499136,withExternalLayout:true})]})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-na8qea\",\"data-framer-name\":\"Logos\",layoutDependency:layoutDependency,layoutId:\"p_YK8O60P\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:105.5,intrinsicWidth:115,pixelHeight:211,pixelWidth:230,src:\"https://framerusercontent.com/images/ePEpGp1O3MMCacO1uvRp21T4hU.png\"},className:\"framer-1odc7fi\",\"data-framer-name\":\"49dd5f51140a743fd0980ea15e7b02c7\",layoutDependency:layoutDependency,layoutId:\"diQRl1BQu\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:114.5,intrinsicWidth:755.5,pixelHeight:229,pixelWidth:1511,sizes:\"100px\",src:\"https://framerusercontent.com/images/Gm33uCeKkGVwyv0UTHSvw8CMNSI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/Gm33uCeKkGVwyv0UTHSvw8CMNSI.png?scale-down-to=512 512w,https://framerusercontent.com/images/Gm33uCeKkGVwyv0UTHSvw8CMNSI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Gm33uCeKkGVwyv0UTHSvw8CMNSI.png 1511w\"},className:\"framer-2ru545\",\"data-framer-name\":\"Black Logo\",layoutDependency:layoutDependency,layoutId:\"ya8110_pW\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:66,intrinsicWidth:190.5,pixelHeight:132,pixelWidth:381,src:\"https://framerusercontent.com/images/kxIeRQm3YrQrVA6wgBrh5jSpVPQ.png\"},className:\"framer-einmg5\",\"data-framer-name\":\"Download (1)\",layoutDependency:layoutDependency,layoutId:\"vVVIimjEI\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-mmtugk\",\"data-framer-name\":\"Jones-black\",fill:\"black\",intrinsicHeight:17,intrinsicWidth:78,layoutDependency:layoutDependency,layoutId:\"liebtXiNe\",svg:'<svg width=\"78\" height=\"17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.364 8.334c0-4.6 3.65-8.334 8.531-8.334 4.88 0 8.492 3.686 8.492 8.286v.048c0 4.6-3.65 8.333-8.531 8.333-4.88 0-8.492-3.686-8.492-8.286v-.047ZM5.28 12.703c1.112 0 1.81-.755 1.81-2.24V.316h4.355v10.161c0 2.018-.501 3.44-1.559 4.513-1.034 1.056-2.522 1.628-4.332 1.628-2.757 0-4.45-1.168-5.554-2.7l2.82-2.702c.768.938 1.489 1.486 2.46 1.486ZM25.914 8.38c0 2.312-1.606 4.282-4.019 4.282-2.397 0-4.042-2.017-4.042-4.33v-.047c0-2.312 1.606-4.282 3.995-4.282 2.413 0 4.066 2.018 4.066 4.33v.047ZM36.568.317l6.502 8.477V.317h4.332V16.35h-3.839l-6.745-8.794v8.794h-4.34V.317h4.09Zm18.048 9.708H62.2V6.522h-7.584V4.1h8.375V.317H50.284V16.35h12.824v-3.781h-8.492v-2.543Zm14.752-5.219c0 .731.54 1.057 2.733 1.557C75.737 7.166 78 8.357 78 11.353v.047c0 3.273-2.554 5.22-6.392 5.22-2.797 0-5.46-.89-7.403-2.654l2.436-2.955c1.56 1.255 3.298 1.922 5.124 1.922 1.175 0 1.81-.413 1.81-1.096v-.047c0-.66-.518-1.033-2.665-1.534-3.368-.778-5.96-1.74-5.96-5.037v-.047c0-2.98 2.326-5.132 6.118-5.132 2.686 0 4.786.73 6.502 2.129l-2.194 3.138c-1.45-1.033-3.024-1.581-4.426-1.581-1.066 0-1.582.46-1.582 1.033v.047Z\" fill=\"#000\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-y502hb\",\"data-framer-name\":\"Lempire logo\",fill:\"black\",intrinsicHeight:70,intrinsicWidth:301,layoutDependency:layoutDependency,layoutId:\"xfvO_0ZJw\",svg:'<svg width=\"301\" height=\"70\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.253 0C4.59 0 0 4.59 0 10.253v46.324C0 62.24 4.59 66.83 10.253 66.83h46.324c5.663 0 10.253-4.59 10.253-10.253V10.253C66.83 4.59 62.24 0 56.577 0H10.253Zm22.33 26.026a.964.964 0 0 1 1.406 0l10.313 10.997c.065.07.133.134.203.195a2.683 2.683 0 0 0 4.442-1.214l2.747-9.811a2.683 2.683 0 0 0-5.168-1.447l-1.467 5.239-7.156-7.63a6.33 6.33 0 0 0-9.235 0l-7.095 7.566-1.45-5.175a2.683 2.683 0 0 0-5.167 1.447l2.747 9.811a2.683 2.683 0 0 0 4.846.721l10.034-10.699Zm17.641 18.306a2.683 2.683 0 0 0-2.683-2.684H19.088a2.683 2.683 0 1 0 0 5.367h28.453a2.683 2.683 0 0 0 2.683-2.683Z\" fill=\"#191919\"/><path d=\"M231.438 52.055a3.057 3.057 0 1 0 6.113 0V25.852a3.056 3.056 0 1 0-6.113 0v26.203ZM99.54 51.201a3.025 3.025 0 0 0 3.023 3.027 3.025 3.025 0 0 0 3.023-3.027V11.687a3.025 3.025 0 0 0-3.023-3.027 3.025 3.025 0 0 0-3.023 3.027v39.514Zm27.456-29.781c-9.818 0-16.449 6.834-16.449 16.73 0 10.22 6.761 16.925 17.099 16.925 4.537 0 8.855-1.448 11.946-3.912 1.112-.886 1.025-2.524-.005-3.504-1.114-1.06-2.915-.94-4.235-.153-2.061 1.23-4.835 1.97-7.576 1.97-6.177 0-10.403-3.385-10.988-8.918h21.814c2.112 0 3.168 0 3.917-.777.749-.777.717-1.675.653-3.472-.309-8.665-6.624-14.89-16.176-14.89Zm.195 5.402c5.981 0 9.947 3.385 10.467 8.593h-20.805c.975-5.403 4.681-8.593 10.338-8.593Zm57.883-5.338c-5.071 0-9.102 2.083-11.637 6.12-1.886-3.841-5.852-6.12-10.728-6.12-12.56 0-15.376 9.374-15.213 14.061v15.656a3.025 3.025 0 0 0 3.023 3.027 3.025 3.025 0 0 0 3.023-3.027V36.327c0-5.469 3.641-9.244 8.842-9.244 4.876 0 7.542 3.124 7.542 8.853v15.265a3.025 3.025 0 0 0 3.023 3.027 3.025 3.025 0 0 0 3.023-3.027V36.327c0-5.469 3.576-9.244 8.842-9.244 4.876 0 7.542 3.124 7.542 8.853v15.265a3.025 3.025 0 0 0 3.023 3.027 3.025 3.025 0 0 0 3.023-3.027V35.545c0-8.788-5.071-14.06-13.328-14.06Zm99.109-.064c-9.818 0-16.449 6.834-16.449 16.73 0 10.22 6.762 16.925 17.099 16.925 4.537 0 8.855-1.448 11.946-3.912 1.112-.886 1.025-2.524-.005-3.504-1.114-1.06-2.915-.94-4.235-.153-2.061 1.23-4.835 1.97-7.576 1.97-6.176 0-10.402-3.385-10.988-8.918h23.652c1.424 0 2.136 0 2.604-.48.467-.481.449-1.142.413-2.463-.272-10.1-6.356-16.196-16.461-16.196Zm.195 5.402c5.981 0 9.947 3.385 10.467 8.593H274.04c.976-5.403 4.681-8.593 10.338-8.593Zm-24.592-4.627c-4.291 0-8.239 1.221-10.077 5.035l-.026-1.768a2.72 2.72 0 0 0-2.717-2.681 2.719 2.719 0 0 0-2.718 2.72v26.41a3.025 3.025 0 0 0 3.023 3.028 3.025 3.025 0 0 0 3.023-3.027V39.12c0-6.64 3.641-11.001 9.167-11.001.874 0 1.695.104 2.499.325 1.703.467 3.678.037 4.515-1.52.685-1.274.383-2.89-.927-3.5-1.67-.779-3.686-1.23-5.762-1.23Z\" fill=\"#191919\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M198.42 66.35V50.24c2.536 2.994 6.697 4.752 11.573 4.752 9.492 0 16.059-6.9 16.059-16.795 0-9.895-6.567-16.796-16.059-16.796-8.945 0-17.619 6.72-17.619 16.796V66.35a3.025 3.025 0 0 0 3.023 3.027 3.025 3.025 0 0 0 3.023-3.027Zm0-28.154c0 6.574 4.486 11.196 10.793 11.196 6.371 0 10.792-4.622 10.792-11.197 0-6.574-4.421-11.196-10.792-11.196-6.307 0-10.793 4.622-10.793 11.197Z\" fill=\"#191919\"/><path d=\"M238.425 12.566c0 2.278-1.69 3.97-4.096 3.97-2.341 0-4.096-1.692-4.096-3.97 0-2.344 1.755-4.036 4.096-4.036 2.406 0 4.096 1.692 4.096 4.036Z\" fill=\"#191919\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:329.5,intrinsicWidth:1250,pixelHeight:270,pixelWidth:1024,sizes:\"100px\",src:\"https://framerusercontent.com/images/a9L2zNi3W0aYsJDcym388fuq3Tg.webp\",srcSet:\"https://framerusercontent.com/images/a9L2zNi3W0aYsJDcym388fuq3Tg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/a9L2zNi3W0aYsJDcym388fuq3Tg.webp 1024w\"},className:\"framer-9pgecr\",\"data-framer-name\":\"Logo-LongAngle\",layoutDependency:layoutDependency,layoutId:\"Y7c366Gzg\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:100,intrinsicWidth:100,pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/lkNTIp43GzmFzfxnyIg6OPB5zI.jpeg\"},className:\"framer-86p079\",\"data-framer-name\":\"Social selling_ug_logo\",layoutDependency:layoutDependency,layoutId:\"dT2FKZBFZ\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:146.5,intrinsicWidth:410,pixelHeight:293,pixelWidth:820,sizes:\"100px\",src:\"https://framerusercontent.com/images/iIRC5JxxBJ1Pxnc9JbFS0bBmYd0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/iIRC5JxxBJ1Pxnc9JbFS0bBmYd0.png?scale-down-to=512 512w,https://framerusercontent.com/images/iIRC5JxxBJ1Pxnc9JbFS0bBmYd0.png 820w\"},className:\"framer-1twjax3\",\"data-framer-name\":\"TeraLeap idAc7U-f5N_0\",layoutDependency:layoutDependency,layoutId:\"wmk8WeO29\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:80,intrinsicWidth:410,pixelHeight:160,pixelWidth:820,sizes:\"100px\",src:\"https://framerusercontent.com/images/U0VefnInu62NPzR8HMibqkv8fo.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/U0VefnInu62NPzR8HMibqkv8fo.png?scale-down-to=512 512w,https://framerusercontent.com/images/U0VefnInu62NPzR8HMibqkv8fo.png 820w\"},className:\"framer-3nv2nu\",\"data-framer-name\":\"TrustLayer id4eASzMD6_0\",layoutDependency:layoutDependency,layoutId:\"UAiG0DByR\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:33,intrinsicWidth:256,pixelHeight:66,pixelWidth:512,src:\"https://framerusercontent.com/images/wVib04QWWfGlr9s8ZThCnDQc.png\"},className:\"framer-yupyry\",\"data-framer-name\":\"WV3FxrkAr5kzqX9Ju7zjS65qa8s (1)\",layoutDependency:layoutDependency,layoutId:\"VOy8HhZN_\"})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wyPYV.framer-g78smv, .framer-wyPYV .framer-g78smv { display: block; }\",\".framer-wyPYV.framer-xm6gff { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 775px; }\",\".framer-wyPYV .framer-zhaot5-container { flex: none; height: 31px; position: relative; width: 100%; }\",\".framer-wyPYV .framer-xc1r6w { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px 10px 0px 10px; position: relative; width: min-content; }\",\".framer-wyPYV .framer-udpecp { flex: none; height: 29px; position: relative; width: 134px; }\",\".framer-wyPYV .framer-167105j { flex: none; height: 29px; position: relative; width: 119px; }\",\".framer-wyPYV .framer-kwotuw { flex: none; height: 29px; position: relative; width: 99px; }\",\".framer-wyPYV .framer-1vn8oj8 { flex: none; height: 29px; position: relative; width: 138px; }\",\".framer-wyPYV .framer-59w5b4 { flex: none; height: 29px; position: relative; width: 107px; }\",\".framer-wyPYV .framer-19s8xdj { flex: none; height: 22px; position: relative; width: 85px; }\",\".framer-wyPYV .framer-139ctbh { flex: none; height: 20px; position: relative; width: 142px; }\",\".framer-wyPYV .framer-1s6mugl { flex: none; height: 20px; position: relative; width: 119px; }\",\".framer-wyPYV .framer-1s4hiy0 { flex: none; height: 19px; position: relative; width: 55px; }\",\".framer-wyPYV .framer-l7d84p { flex: none; height: 22px; position: relative; width: 105px; }\",\".framer-wyPYV .framer-na8qea { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px 10px 0px 10px; position: relative; width: 100%; }\",\".framer-wyPYV .framer-1odc7fi { aspect-ratio: 1.0900473933649288 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); overflow: visible; position: relative; width: 70px; }\",\".framer-wyPYV .framer-2ru545 { aspect-ratio: 6.598253275109171 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 15px); overflow: visible; position: relative; width: 100px; }\",\".framer-wyPYV .framer-einmg5 { aspect-ratio: 2.8863636363636362 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); overflow: visible; position: relative; width: 100px; }\",\".framer-wyPYV .framer-mmtugk { aspect-ratio: 4.588235294117647 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 17px); position: relative; width: 100px; }\",\".framer-wyPYV .framer-y502hb { aspect-ratio: 4.3 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 23px); position: relative; width: 99px; }\",\".framer-wyPYV .framer-9pgecr { aspect-ratio: 3.793626707132018 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); overflow: visible; position: relative; width: 100px; }\",\".framer-wyPYV .framer-86p079 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 70px); overflow: visible; position: relative; width: 70px; }\",\".framer-wyPYV .framer-1twjax3 { aspect-ratio: 2.7986348122866893 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); overflow: visible; position: relative; width: 100px; }\",\".framer-wyPYV .framer-3nv2nu { aspect-ratio: 5.125 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: visible; position: relative; width: 100px; }\",\".framer-wyPYV .framer-yupyry { aspect-ratio: 7.757575757575758 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 13px); overflow: visible; position: relative; width: 100px; }\",\".framer-wyPYV.framer-v-dfpx8v.framer-xm6gff { width: 350px; }\",\".framer-wyPYV.framer-v-1m6h7ie.framer-xm6gff { gap: 20px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 166\n * @framerIntrinsicWidth 775\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"VAlgnhfEa\":{\"layout\":[\"fixed\",\"auto\"]},\"jonnV0oTx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerdRzBRtaPV=withCSS(Component,css,\"framer-wyPYV\");export default FramerdRzBRtaPV;FramerdRzBRtaPV.displayName=\"Validation section\";FramerdRzBRtaPV.defaultProps={height:166,width:775};addPropertyControls(FramerdRzBRtaPV,{variant:{options:[\"NGeQLsjY7\",\"VAlgnhfEa\",\"jonnV0oTx\"],optionTitles:[\"Desktop\",\"Phone\",\"Tablet\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerdRzBRtaPV,[{explicitInter:true,fonts:[]},...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdRzBRtaPV\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VAlgnhfEa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jonnV0oTx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"775\",\"framerIntrinsicHeight\":\"166\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dRzBRtaPV.map", "// Generated by Framer (2306ade)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentPresetsProvider,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,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 componentPresets from\"https://framerusercontent.com/modules/gRRmGPHysem18eLnRCEX/Mewb4zOpg49u9qRWou1A/componentPresets.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/9NyfOoRjsWEKNgy9JIFc/8BqTCCHv5vUOqDwUL0oG/aR6jbEIVm.js\";import*as sharedStyle9 from\"https://framerusercontent.com/modules/o21lgVR1nEGS3dTIRBnU/7gogt421mLAE9rda11AD/CNk7UVHD7.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/887mek2twySINCkUvkhR/f2o1AVUtgl3EqjOJqL8t/GgYXobXuD.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/iFYIjdtYEQIlwGFbwhuf/JoH2NiBZPYpF8nH653F4/gZtQT172u.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/mekkajfLF5Ru5S6xZESs/0iTz6ibeyiBnlNiih03U/HNXRxYFmQ.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/nULbv2Rf29g9iKySNw6f/ohkMHJsBAvhGZXWbsGoL/k3Ea6rV_p.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/fPmiqQnezTcwLqUOwzsB/rJVgb17qbv7G0FEpjHlh/KSopA5p0b.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/6U2v3rb7GGZ7QbYQJx61/Li9t4ZhuCdvhYRRsC023/NbtuZvWfi.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/hzJPTrFdGXNQfaWwW4K9/XQbwab2AyikdC0aVsHFd/qGK4Mtj0S.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/tqWtqd6WA9COqme5gCml/e3WCjDeNm6mRwr4LgNGW/wIikK5mQx.js\";import BulletPoints from\"https://framerusercontent.com/modules/yzP5rfK1UvXAE7B7r48J/68PssCTFpM6RyHyvmq1T/G40fyd8wA.js\";const RichTextWithFX=withFX(RichText);const BulletPointsFonts=getFonts(BulletPoints);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const cycleOrder=[\"g5tKL7Q8A\",\"eKYEeXxov\",\"fzEWbFbFY\"];const serializationHash=\"framer-rYv7n\";const variantClassNames={eKYEeXxov:\"framer-v-zs6yiz\",fzEWbFbFY:\"framer-v-g2i68c\",g5tKL7Q8A:\"framer-v-pijj7k\"};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 animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const transition2={damping:60,delay:0,mass:1,stiffness:600,type:\"spring\"};const transition3={damping:60,delay:.1,mass:1,stiffness:600,type:\"spring\"};const transition4={damping:60,delay:.2,mass:1,stiffness:600,type:\"spring\"};const transition5={damping:60,delay:.3,mass:1,stiffness:600,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Left-image\":\"eKYEeXxov\",\"Right-image\":\"g5tKL7Q8A\",Mobile:\"fzEWbFbFY\"};const getProps=({_1Highlight,_2Highlight,description,height,id,scrollSection,title,width,...props})=>{return{...props,HQcztMtJk:description??props.HQcztMtJk??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Automatically capture leads from various channels like your website, social media, emails, and more into a single dashboard. Integrate with external tools and platforms to streamline data collection.\"})}),K8JSKnnXX:_1Highlight??props.K8JSKnnXX??\"Automatically capture leads from social channels\",LdexbDSpk:title??props.LdexbDSpk??\"Automate lead capture and segmentation\",PF3AJdT1L:scrollSection??props.PF3AJdT1L,rtxgSaMnb:_2Highlight??props.rtxgSaMnb??\"Utilize smart segmentation to categorize leads\",variant:humanReadableVariantMap[props.variant]??props.variant??\"g5tKL7Q8A\"};};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,LdexbDSpk,HQcztMtJk,K8JSKnnXX,rtxgSaMnb,PF3AJdT1L,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"g5tKL7Q8A\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.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:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-pijj7k\",className,classNames),\"data-framer-name\":\"Right-image\",layoutDependency:layoutDependency,layoutId:\"g5tKL7Q8A\",ref:refBinding,style:{...style},...addPropertyOverrides({eKYEeXxov:{\"data-framer-name\":\"Left-image\"},fzEWbFbFY:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-it9c8t\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"PhhCQ2HSM\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ct5x12\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"GaIwQiQp5\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:PF3AJdT1L,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-lfly9j\",\"data-styles-preset\":\"qGK4Mtj0S\",children:\"Automate lead capture and segmentation\"})}),className:\"framer-1haq11i\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"un7dilNNG\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:LdexbDSpk,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"F5shyIpov\"]},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:PF3AJdT1L,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:HQcztMtJk,className:\"framer-ok703t\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mfzvnfc05\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},stylesPresetsClassNames:{a:\"framer-styles-preset-1tub7y3\",code:\"framer-styles-preset-6st1sh\",h1:\"framer-styles-preset-11ocsv1\",h2:\"framer-styles-preset-gx26df\",h3:\"framer-styles-preset-lfly9j\",h4:\"framer-styles-preset-1io9dmz\",h5:\"framer-styles-preset-1hkohta\",h6:\"framer-styles-preset-w98w3a\",img:\"framer-styles-preset-3q2afp\",p:\"framer-styles-preset-rd82sx\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yljjs1\",layoutDependency:layoutDependency,layoutId:\"FeqAtmIDP\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:23,width:`max(${componentViewport?.width||\"100vw\"}, 280px)`,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:PF3AJdT1L,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-zy66l7-container\",layoutDependency:layoutDependency,layoutId:\"iADu2S4Pt-container\",nodeId:\"iADu2S4Pt\",rendersWithMotion:true,scopeId:\"wrMQrY4Sh\",children:/*#__PURE__*/_jsx(BulletPoints,{height:\"100%\",I4QzZXtFy:K8JSKnnXX,id:\"iADu2S4Pt\",layoutId:\"iADu2S4Pt\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:23,width:`max(${componentViewport?.width||\"100vw\"}, 280px)`,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:PF3AJdT1L,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-unl5pz-container\",layoutDependency:layoutDependency,layoutId:\"tsbvZsQN7-container\",nodeId:\"tsbvZsQN7\",rendersWithMotion:true,scopeId:\"wrMQrY4Sh\",children:/*#__PURE__*/_jsx(BulletPoints,{height:\"100%\",I4QzZXtFy:rtxgSaMnb,id:\"tsbvZsQN7\",layoutId:\"tsbvZsQN7\",style:{width:\"100%\"},width:\"100%\"})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rYv7n.framer-j410wr, .framer-rYv7n .framer-j410wr { display: block; }\",\".framer-rYv7n.framer-pijj7k { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 500px; }\",\".framer-rYv7n .framer-it9c8t { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; min-width: 280px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-rYv7n .framer-1ct5x12, .framer-rYv7n .framer-yljjs1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-rYv7n .framer-1haq11i { --framer-text-wrap-override: none; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-rYv7n .framer-ok703t { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-rYv7n .framer-zy66l7-container, .framer-rYv7n .framer-unl5pz-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-rYv7n.framer-v-zs6yiz.framer-pijj7k { width: 840px; }\",\".framer-rYv7n.framer-v-zs6yiz .framer-it9c8t { order: 0; }\",\".framer-rYv7n.framer-v-g2i68c.framer-pijj7k { gap: 32px; width: 350px; }\",\".framer-rYv7n.framer-v-g2i68c .framer-it9c8t { gap: 24px; order: 0; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 259\n * @framerIntrinsicWidth 500\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"eKYEeXxov\":{\"layout\":[\"fixed\",\"auto\"]},\"fzEWbFbFY\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"LdexbDSpk\":\"title\",\"HQcztMtJk\":\"description\",\"K8JSKnnXX\":\"_1Highlight\",\"rtxgSaMnb\":\"_2Highlight\",\"PF3AJdT1L\":\"scrollSection\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerwrMQrY4Sh=withCSS(Component,css,\"framer-rYv7n\");export default FramerwrMQrY4Sh;FramerwrMQrY4Sh.displayName=\"Cards/Main features\";FramerwrMQrY4Sh.defaultProps={height:259,width:500};addPropertyControls(FramerwrMQrY4Sh,{variant:{options:[\"g5tKL7Q8A\",\"eKYEeXxov\",\"fzEWbFbFY\"],optionTitles:[\"Right-image\",\"Left-image\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},LdexbDSpk:{defaultValue:\"Automate lead capture and segmentation\",displayTextArea:false,title:\"Title\",type:ControlType.String},HQcztMtJk:{defaultValue:\"<p>Automatically capture leads from various channels like your website, social media, emails, and more into a single dashboard. Integrate with external tools and platforms to streamline data collection.</p>\",title:\"Description\",type:ControlType.RichText},K8JSKnnXX:{defaultValue:\"Automatically capture leads from social channels\",displayTextArea:false,title:\"1-highlight\",type:ControlType.String},rtxgSaMnb:{defaultValue:\"Utilize smart segmentation to categorize leads\",displayTextArea:false,title:\"2-highlight\",type:ControlType.String},PF3AJdT1L:{title:\"Scroll Section\",type:ControlType.ScrollSectionRef}});addFonts(FramerwrMQrY4Sh,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...BulletPointsFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...componentPresets.fonts?.[\"F5shyIpov\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"F5shyIpov\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwrMQrY4Sh\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eKYEeXxov\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fzEWbFbFY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"259\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"500\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"LdexbDSpk\\\":\\\"title\\\",\\\"HQcztMtJk\\\":\\\"description\\\",\\\"K8JSKnnXX\\\":\\\"_1Highlight\\\",\\\"rtxgSaMnb\\\":\\\"_2Highlight\\\",\\\"PF3AJdT1L\\\":\\\"scrollSection\\\"}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8c7926c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/bbq95ZQZ142lE2fXscHd/Hero.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/s0mjQRj16NZilXSCHLE1/kkxpG83fnYux27liIu5K/c2hROzLaY.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/mekkajfLF5Ru5S6xZESs/0iTz6ibeyiBnlNiih03U/HNXRxYFmQ.js\";const HeroFonts=getFonts(Hero);const HeroControls=getPropertyControls(Hero);const cycleOrder=[\"oguE70VwI\",\"n4o3tCO2n\"];const serializationHash=\"framer-HyqDn\";const variantClassNames={n4o3tCO2n:\"framer-v-1fzdfc8\",oguE70VwI:\"framer-v-tl9f7w\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Active:\"oguE70VwI\",Inactive:\"n4o3tCO2n\"};const getProps=({click,description,height,iconName,id,title,width,...props})=>{return{...props,fD1oF016n:click??props.fD1oF016n,K6seMPvEQ:iconName??props.K6seMPvEQ??\"Funnel\",r7sYwYk7T:title??props.r7sYwYk7T??\"Create\",SrGwLVKdH:description??props.SrGwLVKdH??\"Design and launch new ad campaigns quickly with pre-built templates and intuitive campaign creation tools.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"oguE70VwI\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,K6seMPvEQ,r7sYwYk7T,SrGwLVKdH,fD1oF016n,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"oguE70VwI\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapqr5zgy=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(fD1oF016n){const res=await fD1oF016n(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-tl9f7w\",className,classNames),\"data-framer-name\":\"Active\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"oguE70VwI\",onTap:onTapqr5zgy,ref:ref??ref1,style:{opacity:1,...style},variants:{n4o3tCO2n:{opacity:.6}},...addPropertyOverrides({n4o3tCO2n:{\"data-framer-name\":\"Inactive\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-97pad8\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"Rwy0hsP5C\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wndsye-container\",layoutDependency:layoutDependency,layoutId:\"VTwTeN_Od-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-fe65a76b-2bec-47ef-8ad1-5fc7a52718d1, rgb(255, 84, 0))\",height:\"100%\",iconSearch:\"Home\",iconSelection:K6seMPvEQ,id:\"VTwTeN_Od\",layoutId:\"VTwTeN_Od\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({n4o3tCO2n:{color:\"var(--token-72e8df52-57a2-46b1-82a3-f1511a4cdd86, rgb(16, 16, 16))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-w98w3a\",\"data-styles-preset\":\"HNXRxYFmQ\",children:\"Create\"})}),className:\"framer-9y7nd3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZNPoqYMbu\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:r7sYwYk7T,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1lmyodd\",\"data-styles-preset\":\"c2hROzLaY\",children:\"Design and launch new ad campaigns quickly with pre-built templates and intuitive campaign creation tools.\"})}),className:\"framer-1w23hqb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DpXuunN0y\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:SrGwLVKdH,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HyqDn.framer-50t9xd, .framer-HyqDn .framer-50t9xd { display: block; }\",\".framer-HyqDn.framer-tl9f7w { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: 266px; }\",\".framer-HyqDn .framer-97pad8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-HyqDn .framer-wndsye-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-HyqDn .framer-9y7nd3 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-HyqDn .framer-1w23hqb { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HyqDn.framer-tl9f7w, .framer-HyqDn .framer-97pad8 { gap: 0px; } .framer-HyqDn.framer-tl9f7w > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-HyqDn.framer-tl9f7w > :first-child { margin-top: 0px; } .framer-HyqDn.framer-tl9f7w > :last-child { margin-bottom: 0px; } .framer-HyqDn .framer-97pad8 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-HyqDn .framer-97pad8 > :first-child { margin-left: 0px; } .framer-HyqDn .framer-97pad8 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 176\n * @framerIntrinsicWidth 266\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"n4o3tCO2n\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"K6seMPvEQ\":\"iconName\",\"r7sYwYk7T\":\"title\",\"SrGwLVKdH\":\"description\",\"fD1oF016n\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framermh4oCrFgV=withCSS(Component,css,\"framer-HyqDn\");export default Framermh4oCrFgV;Framermh4oCrFgV.displayName=\"Cards/Features\";Framermh4oCrFgV.defaultProps={height:176,width:266};addPropertyControls(Framermh4oCrFgV,{variant:{options:[\"oguE70VwI\",\"n4o3tCO2n\"],optionTitles:[\"Active\",\"Inactive\"],title:\"Variant\",type:ControlType.Enum},K6seMPvEQ:HeroControls?.[\"iconSelection\"]&&{...HeroControls[\"iconSelection\"],defaultValue:\"Funnel\",description:undefined,hidden:undefined,title:\"Icon name\"},r7sYwYk7T:{defaultValue:\"Create\",displayTextArea:false,title:\"Title\",type:ControlType.String},SrGwLVKdH:{defaultValue:\"Design and launch new ad campaigns quickly with pre-built templates and intuitive campaign creation tools.\",displayTextArea:false,title:\"Description\",type:ControlType.String},fD1oF016n:{title:\"Click\",type:ControlType.EventHandler}});addFonts(Framermh4oCrFgV,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...HeroFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framermh4oCrFgV\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"266\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"n4o3tCO2n\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"176\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"K6seMPvEQ\\\":\\\"iconName\\\",\\\"r7sYwYk7T\\\":\\\"title\\\",\\\"SrGwLVKdH\\\":\\\"description\\\",\\\"fD1oF016n\\\":\\\"click\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Image,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import CardsFeatures from\"https://framerusercontent.com/modules/xUb9fdAZ1RE2HeXRkgDM/ovsBbHal09EAKf4WAAb0/mh4oCrFgV.js\";const CardsFeaturesFonts=getFonts(CardsFeatures);const ImageWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(Image));const CardsFeaturesControls=getPropertyControls(CardsFeatures);const cycleOrder=[\"dewWaZ7se\",\"R8XP4sFQ3\",\"dq_AfnaXa\"];const serializationHash=\"framer-xyl5S\";const variantClassNames={dewWaZ7se:\"framer-v-1yc22h7\",dq_AfnaXa:\"framer-v-14guqzd\",R8XP4sFQ3:\"framer-v-12bfv6x\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:200};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={First:\"dewWaZ7se\",Second:\"R8XP4sFQ3\",Third:\"dq_AfnaXa\"};const getProps=({_1Description,_1IconName,_1Image,_1Title,_2Description,_2IconName,_2Image,_2Title,_3Description,_3IconName,_3Image,_3Title,borderColor,height,id,imageBorderColor,padding,width,...props})=>{return{...props,b5S8VUIBK:padding??props.b5S8VUIBK??\"32px 32px 0px 32px\",CkwRnCPO3:_2Image??props.CkwRnCPO3??{pixelHeight:1976,pixelWidth:2256,src:\"https://framerusercontent.com/images/s0zLEuh1iQ7wqUGWC0rABPWJLQ.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/s0zLEuh1iQ7wqUGWC0rABPWJLQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/s0zLEuh1iQ7wqUGWC0rABPWJLQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/s0zLEuh1iQ7wqUGWC0rABPWJLQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/s0zLEuh1iQ7wqUGWC0rABPWJLQ.png 2256w\"},eAuq1ElZI:_1Description??props.eAuq1ElZI??\"Design and launch new ad campaigns quickly with pre-built templates and intuitive campaign creation tools.\",GKKvfe1I0:_2IconName??props.GKKvfe1I0??\"PencilSquare\",JSwd75aTg:_3IconName??props.JSwd75aTg??\"ChartPie\",nDU7sww0C:_1Title??props.nDU7sww0C??\"Create\",PowIDqVqT:_3Description??props.PowIDqVqT??\"Gain comprehensive insights into your campaign performance with detailed analytics and reporting. \",UdsBnzzHw:_2Title??props.UdsBnzzHw??\"Adjust\",Ues9WgvHa:_3Image??props.Ues9WgvHa??{pixelHeight:2532,pixelWidth:2160,src:\"https://framerusercontent.com/images/7u8voInABsisEbXeNT5zYrJR84.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/7u8voInABsisEbXeNT5zYrJR84.jpg?scale-down-to=1024 873w,https://framerusercontent.com/images/7u8voInABsisEbXeNT5zYrJR84.jpg?scale-down-to=2048 1747w,https://framerusercontent.com/images/7u8voInABsisEbXeNT5zYrJR84.jpg 2160w\"},UQftHZMKC:_1IconName??props.UQftHZMKC??\"PlusCircle\",variant:humanReadableVariantMap[props.variant]??props.variant??\"dewWaZ7se\",VykwLahXa:_2Description??props.VykwLahXa??\"Make adjustments to your campaigns as they run. Use real-time data to tweak targeting.\",WqoMBYHqS:_1Image??props.WqoMBYHqS??{pixelHeight:1452,pixelWidth:1320,src:\"https://framerusercontent.com/images/HirTY1rHy1gIBVO1a0SpBKYbM.png\",srcSet:\"https://framerusercontent.com/images/HirTY1rHy1gIBVO1a0SpBKYbM.png?scale-down-to=1024 930w,https://framerusercontent.com/images/HirTY1rHy1gIBVO1a0SpBKYbM.png 1320w\"},X7B4WkS4F:borderColor??props.X7B4WkS4F??{borderColor:'var(--token-6e9fc4db-d362-4a6b-a98c-47b43db75fae, rgb(230, 230, 250)) /* {\"name\":\"Lavender\"} */',borderStyle:\"solid\",borderWidth:4},X9tfpgWIh:imageBorderColor??props.X9tfpgWIh??{borderColor:'var(--token-6e9fc4db-d362-4a6b-a98c-47b43db75fae, rgb(230, 230, 250)) /* {\"name\":\"Lavender\"} */',borderStyle:\"solid\",borderWidth:4},zOUkVjCQ7:_3Title??props.zOUkVjCQ7??\"Analyze\"};};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,UQftHZMKC,nDU7sww0C,eAuq1ElZI,WqoMBYHqS,GKKvfe1I0,UdsBnzzHw,VykwLahXa,CkwRnCPO3,JSwd75aTg,zOUkVjCQ7,PowIDqVqT,Ues9WgvHa,b5S8VUIBK,X7B4WkS4F,X9tfpgWIh,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"dewWaZ7se\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1j6s7ex=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"R8XP4sFQ3\"),1e4);});const onAppear1qu9xes=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"dq_AfnaXa\"),1e4);});const fD1oF016nogs489=activeVariantCallback(async(...args)=>{setVariant(\"dewWaZ7se\");});const fD1oF016n1inc77r=activeVariantCallback(async(...args)=>{setVariant(\"R8XP4sFQ3\");});const fD1oF016n1r0ooqs=activeVariantCallback(async(...args)=>{setVariant(\"dq_AfnaXa\");});useOnVariantChange(baseVariant,{default:onAppear1j6s7ex,dq_AfnaXa:undefined,R8XP4sFQ3:onAppear1qu9xes});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"R8XP4sFQ3\",\"dq_AfnaXa\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"R8XP4sFQ3\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"dq_AfnaXa\")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-1yc22h7\",className,classNames),\"data-border\":true,\"data-framer-name\":\"First\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"dewWaZ7se\",ref:refBinding,style:{\"--1l2bfdx\":numberToPixelString(b5S8VUIBK),\"--border-bottom-width\":(X7B4WkS4F.borderBottomWidth??X7B4WkS4F.borderWidth)+\"px\",\"--border-color\":X7B4WkS4F.borderColor,\"--border-left-width\":(X7B4WkS4F.borderLeftWidth??X7B4WkS4F.borderWidth)+\"px\",\"--border-right-width\":(X7B4WkS4F.borderRightWidth??X7B4WkS4F.borderWidth)+\"px\",\"--border-style\":X7B4WkS4F.borderStyle,\"--border-top-width\":(X7B4WkS4F.borderTopWidth??X7B4WkS4F.borderWidth)+\"px\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({dq_AfnaXa:{\"data-framer-name\":\"Third\",\"data-highlight\":undefined},R8XP4sFQ3:{\"data-framer-name\":\"Second\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rnf2vh\",\"data-framer-name\":\"Cards stack\",layoutDependency:layoutDependency,layoutId:\"ZN8oMZ95i\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4l5j39\",\"data-framer-name\":\"First two\",layoutDependency:layoutDependency,layoutId:\"J3Md4LYKe\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:176,width:`max(max(${componentViewport?.width||\"100vw\"} - ${b5S8VUIBK*2}px, 280px), 200px)`,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-158443c-container\",layoutDependency:layoutDependency,layoutId:\"gF01nI5hO-container\",nodeId:\"gF01nI5hO\",rendersWithMotion:true,scopeId:\"WRUDqmwY8\",children:/*#__PURE__*/_jsx(CardsFeatures,{fD1oF016n:fD1oF016nogs489,height:\"100%\",id:\"gF01nI5hO\",K6seMPvEQ:UQftHZMKC,layoutId:\"gF01nI5hO\",r7sYwYk7T:nDU7sww0C,SrGwLVKdH:eAuq1ElZI,style:{width:\"100%\"},variant:\"oguE70VwI\",width:\"100%\",...addPropertyOverrides({dq_AfnaXa:{variant:\"n4o3tCO2n\"},R8XP4sFQ3:{variant:\"n4o3tCO2n\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:176,width:`max(max(${componentViewport?.width||\"100vw\"} - ${b5S8VUIBK*2}px, 280px), 200px)`,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-761g4e-container\",layoutDependency:layoutDependency,layoutId:\"bRsASGSCu-container\",nodeId:\"bRsASGSCu\",rendersWithMotion:true,scopeId:\"WRUDqmwY8\",children:/*#__PURE__*/_jsx(CardsFeatures,{fD1oF016n:fD1oF016n1inc77r,height:\"100%\",id:\"bRsASGSCu\",K6seMPvEQ:GKKvfe1I0,layoutId:\"bRsASGSCu\",r7sYwYk7T:UdsBnzzHw,SrGwLVKdH:VykwLahXa,style:{width:\"100%\"},variant:\"n4o3tCO2n\",width:\"100%\",...addPropertyOverrides({R8XP4sFQ3:{variant:\"oguE70VwI\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:176,width:`max(max(${componentViewport?.width||\"100vw\"} - ${b5S8VUIBK*2}px, 280px), 200px)`,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-dogqd8-container\",layoutDependency:layoutDependency,layoutId:\"CZZcGuuLg-container\",nodeId:\"CZZcGuuLg\",rendersWithMotion:true,scopeId:\"WRUDqmwY8\",children:/*#__PURE__*/_jsx(CardsFeatures,{fD1oF016n:fD1oF016n1r0ooqs,height:\"100%\",id:\"CZZcGuuLg\",K6seMPvEQ:JSwd75aTg,layoutId:\"CZZcGuuLg\",r7sYwYk7T:zOUkVjCQ7,SrGwLVKdH:PowIDqVqT,style:{width:\"100%\"},variant:\"n4o3tCO2n\",width:\"100%\",...addPropertyOverrides({dq_AfnaXa:{variant:\"oguE70VwI\"}},baseVariant,gestureVariant)})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wlax5w\",\"data-framer-name\":\"Image holder\",layoutDependency:layoutDependency,layoutId:\"Naw9x6JBr\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fill\",pixelHeight:1452,pixelWidth:1320,sizes:`max((${componentViewport?.width||\"100vw\"} - ${b5S8VUIBK*2}px) - 8px, 1px)`,...toResponsiveImage(WqoMBYHqS),...{positionX:\"left\",positionY:\"top\"}},className:\"framer-kiudza\",\"data-border\":true,\"data-framer-appear-id\":\"kiudza\",\"data-framer-name\":\"First\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"h0TpvqJs6\",optimized:true,style:{\"--border-bottom-width\":(X9tfpgWIh.borderBottomWidth??X9tfpgWIh.borderWidth)+\"px\",\"--border-color\":X9tfpgWIh.borderColor,\"--border-left-width\":(X9tfpgWIh.borderLeftWidth??X9tfpgWIh.borderWidth)+\"px\",\"--border-right-width\":(X9tfpgWIh.borderRightWidth??X9tfpgWIh.borderWidth)+\"px\",\"--border-style\":X9tfpgWIh.borderStyle,\"--border-top-width\":(X9tfpgWIh.borderTopWidth??X9tfpgWIh.borderWidth)+\"px\",borderTopLeftRadius:12,borderTopRightRadius:12}}),isDisplayed1()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fill\",pixelHeight:1976,pixelWidth:2256,...toResponsiveImage(CkwRnCPO3),...{positionX:\"left\",positionY:\"top\"}},className:\"framer-1aclgip\",\"data-border\":true,\"data-framer-appear-id\":\"1aclgip\",\"data-framer-name\":\"Second\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"E6wfN5VVd\",optimized:true,style:{\"--border-bottom-width\":(X9tfpgWIh.borderBottomWidth??X9tfpgWIh.borderWidth)+\"px\",\"--border-color\":X9tfpgWIh.borderColor,\"--border-left-width\":(X9tfpgWIh.borderLeftWidth??X9tfpgWIh.borderWidth)+\"px\",\"--border-right-width\":(X9tfpgWIh.borderRightWidth??X9tfpgWIh.borderWidth)+\"px\",\"--border-style\":X9tfpgWIh.borderStyle,\"--border-top-width\":(X9tfpgWIh.borderTopWidth??X9tfpgWIh.borderWidth)+\"px\",borderTopLeftRadius:12,borderTopRightRadius:12},...addPropertyOverrides({R8XP4sFQ3:{background:{alt:\"\",fit:\"fill\",pixelHeight:1976,pixelWidth:2256,sizes:`max((${componentViewport?.width||\"100vw\"} - ${b5S8VUIBK*2}px) - 8px, 1px)`,...toResponsiveImage(CkwRnCPO3),...{positionX:\"left\",positionY:\"top\"}}}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fill\",pixelHeight:2532,pixelWidth:2160,...toResponsiveImage(Ues9WgvHa),...{positionX:\"left\",positionY:\"top\"}},className:\"framer-vti3wu\",\"data-border\":true,\"data-framer-appear-id\":\"vti3wu\",\"data-framer-name\":\"Third\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"BZgCkQgnH\",optimized:true,style:{\"--border-bottom-width\":(X9tfpgWIh.borderBottomWidth??X9tfpgWIh.borderWidth)+\"px\",\"--border-color\":X9tfpgWIh.borderColor,\"--border-left-width\":(X9tfpgWIh.borderLeftWidth??X9tfpgWIh.borderWidth)+\"px\",\"--border-right-width\":(X9tfpgWIh.borderRightWidth??X9tfpgWIh.borderWidth)+\"px\",\"--border-style\":X9tfpgWIh.borderStyle,\"--border-top-width\":(X9tfpgWIh.borderTopWidth??X9tfpgWIh.borderWidth)+\"px\",borderTopLeftRadius:12,borderTopRightRadius:12},...addPropertyOverrides({dq_AfnaXa:{background:{alt:\"\",fit:\"fill\",pixelHeight:2532,pixelWidth:2160,sizes:`max((${componentViewport?.width||\"100vw\"} - ${b5S8VUIBK*2}px) - 8px, 1px)`,...toResponsiveImage(Ues9WgvHa),...{positionX:\"left\",positionY:\"top\"}}}},baseVariant,gestureVariant)})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xyl5S.framer-18vodwz, .framer-xyl5S .framer-18vodwz { display: block; }\",\".framer-xyl5S.framer-1yc22h7 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: var(--1l2bfdx); position: relative; width: 1064px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xyl5S .framer-rnf2vh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xyl5S .framer-4l5j39 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: flex-start; min-width: 280px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-xyl5S .framer-158443c-container, .framer-xyl5S .framer-761g4e-container, .framer-xyl5S .framer-dogqd8-container { flex: 1 0 0px; height: auto; min-width: 200px; position: relative; width: 1px; }\",\".framer-xyl5S .framer-1wlax5w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 4px 0px 4px; position: relative; width: 100%; }\",\".framer-xyl5S .framer-kiudza { aspect-ratio: 1.6666666666666667 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 596px); overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xyl5S .framer-1aclgip, .framer-xyl5S .framer-vti3wu { aspect-ratio: 1.6666666666666667 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 120px); overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xyl5S.framer-v-12bfv6x .framer-1aclgip { height: var(--framer-aspect-ratio-supported, 596px); }\",'.framer-xyl5S[data-border=\"true\"]::after, .framer-xyl5S [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 804.5\n * @framerIntrinsicWidth 1064\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"R8XP4sFQ3\":{\"layout\":[\"fixed\",\"auto\"]},\"dq_AfnaXa\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"UQftHZMKC\":\"_1IconName\",\"nDU7sww0C\":\"_1Title\",\"eAuq1ElZI\":\"_1Description\",\"WqoMBYHqS\":\"_1Image\",\"GKKvfe1I0\":\"_2IconName\",\"UdsBnzzHw\":\"_2Title\",\"VykwLahXa\":\"_2Description\",\"CkwRnCPO3\":\"_2Image\",\"JSwd75aTg\":\"_3IconName\",\"zOUkVjCQ7\":\"_3Title\",\"PowIDqVqT\":\"_3Description\",\"Ues9WgvHa\":\"_3Image\",\"b5S8VUIBK\":\"padding\",\"X7B4WkS4F\":\"borderColor\",\"X9tfpgWIh\":\"imageBorderColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerWRUDqmwY8=withCSS(Component,css,\"framer-xyl5S\");export default FramerWRUDqmwY8;FramerWRUDqmwY8.displayName=\"Interactive/Features\";FramerWRUDqmwY8.defaultProps={height:804.5,width:1064};addPropertyControls(FramerWRUDqmwY8,{variant:{options:[\"dewWaZ7se\",\"R8XP4sFQ3\",\"dq_AfnaXa\"],optionTitles:[\"First\",\"Second\",\"Third\"],title:\"Variant\",type:ControlType.Enum},UQftHZMKC:CardsFeaturesControls?.[\"K6seMPvEQ\"]&&{...CardsFeaturesControls[\"K6seMPvEQ\"],defaultValue:\"PlusCircle\",description:undefined,hidden:undefined,title:\"1 - Icon name\"},nDU7sww0C:{defaultValue:\"Create\",displayTextArea:false,title:\"1 - Title\",type:ControlType.String},eAuq1ElZI:{defaultValue:\"Design and launch new ad campaigns quickly with pre-built templates and intuitive campaign creation tools.\",displayTextArea:false,title:\"1 - Description\",type:ControlType.String},WqoMBYHqS:{__defaultAssetReference:\"data:framer/asset-reference,HirTY1rHy1gIBVO1a0SpBKYbM.png?originalFilename=Seller+details.png&preferredSize=auto\",title:\"1 - Image\",type:ControlType.ResponsiveImage},GKKvfe1I0:CardsFeaturesControls?.[\"K6seMPvEQ\"]&&{...CardsFeaturesControls[\"K6seMPvEQ\"],defaultValue:\"PencilSquare\",description:undefined,hidden:undefined,title:\"2 - Icon Name\"},UdsBnzzHw:{defaultValue:\"Adjust\",displayTextArea:false,title:\"2 - Title\",type:ControlType.String},VykwLahXa:{defaultValue:\"Make adjustments to your campaigns as they run. Use real-time data to tweak targeting.\",displayTextArea:false,title:\"2 - Description\",type:ControlType.String},CkwRnCPO3:{__defaultAssetReference:\"data:framer/asset-reference,s0zLEuh1iQ7wqUGWC0rABPWJLQ.png?originalFilename=Products.png&preferredSize=auto\",title:\"2 - Image\",type:ControlType.ResponsiveImage},JSwd75aTg:CardsFeaturesControls?.[\"K6seMPvEQ\"]&&{...CardsFeaturesControls[\"K6seMPvEQ\"],defaultValue:\"ChartPie\",description:undefined,hidden:undefined,title:\"3 - Icon Name\"},zOUkVjCQ7:{defaultValue:\"Analyze\",displayTextArea:false,title:\"3 - Title\",type:ControlType.String},PowIDqVqT:{defaultValue:\"Gain comprehensive insights into your campaign performance with detailed analytics and reporting. \",displayTextArea:false,title:\"3 - Description\",type:ControlType.String},Ues9WgvHa:{__defaultAssetReference:\"data:framer/asset-reference,7u8voInABsisEbXeNT5zYrJR84.jpg?originalFilename=Seller-Analyze.jpg&preferredSize=auto\",title:\"3 - Image\",type:ControlType.ResponsiveImage},b5S8VUIBK:{defaultValue:\"32px 32px 0px 32px\",title:\"Padding\",type:ControlType.Padding},X7B4WkS4F:{defaultValue:{borderColor:'var(--token-6e9fc4db-d362-4a6b-a98c-47b43db75fae, rgb(230, 230, 250)) /* {\"name\":\"Lavender\"} */',borderStyle:\"solid\",borderWidth:4},title:\"Border color\",type:ControlType.Border},X9tfpgWIh:{defaultValue:{borderColor:'var(--token-6e9fc4db-d362-4a6b-a98c-47b43db75fae, rgb(230, 230, 250)) /* {\"name\":\"Lavender\"} */',borderStyle:\"solid\",borderWidth:4},title:\"Image Border color\",type:ControlType.Border}});addFonts(FramerWRUDqmwY8,[{explicitInter:true,fonts:[]},...CardsFeaturesFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWRUDqmwY8\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"R8XP4sFQ3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dq_AfnaXa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"UQftHZMKC\\\":\\\"_1IconName\\\",\\\"nDU7sww0C\\\":\\\"_1Title\\\",\\\"eAuq1ElZI\\\":\\\"_1Description\\\",\\\"WqoMBYHqS\\\":\\\"_1Image\\\",\\\"GKKvfe1I0\\\":\\\"_2IconName\\\",\\\"UdsBnzzHw\\\":\\\"_2Title\\\",\\\"VykwLahXa\\\":\\\"_2Description\\\",\\\"CkwRnCPO3\\\":\\\"_2Image\\\",\\\"JSwd75aTg\\\":\\\"_3IconName\\\",\\\"zOUkVjCQ7\\\":\\\"_3Title\\\",\\\"PowIDqVqT\\\":\\\"_3Description\\\",\\\"Ues9WgvHa\\\":\\\"_3Image\\\",\\\"b5S8VUIBK\\\":\\\"padding\\\",\\\"X7B4WkS4F\\\":\\\"borderColor\\\",\\\"X9tfpgWIh\\\":\\\"imageBorderColor\\\"}\",\"framerIntrinsicHeight\":\"804.5\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1064\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ad88b1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/bbq95ZQZ142lE2fXscHd/Hero.js\";import{Video as Video1}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/0jtlswBvrookcx7EpjBD/Video.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import Buttons from\"#framer/local/canvasComponent/bmEIXCNOL/bmEIXCNOL.js\";import TitleTag from\"#framer/local/canvasComponent/BQ5MNTqbC/BQ5MNTqbC.js\";import FAQCollection from\"#framer/local/canvasComponent/CWpav2iAT/CWpav2iAT.js\";import ValidationSection from\"#framer/local/canvasComponent/dRzBRtaPV/dRzBRtaPV.js\";import CardsFeatureHighlight from\"#framer/local/canvasComponent/fNMftvBq1/fNMftvBq1.js\";import Footer from\"#framer/local/canvasComponent/oGbwkEVfn/oGbwkEVfn.js\";import Circle from\"#framer/local/canvasComponent/OLJlsrASM/OLJlsrASM.js\";import CTABanner from\"#framer/local/canvasComponent/p5_Svir8R/p5_Svir8R.js\";import NavBar from\"#framer/local/canvasComponent/RhnTn5xdX/RhnTn5xdX.js\";import CardsMainFeatures from\"#framer/local/canvasComponent/wrMQrY4Sh/wrMQrY4Sh.js\";import InteractiveFeatures from\"#framer/local/canvasComponent/WRUDqmwY8/WRUDqmwY8.js\";import*as sharedStyle from\"#framer/local/css/aR6jbEIVm/aR6jbEIVm.js\";import*as sharedStyle4 from\"#framer/local/css/GgYXobXuD/GgYXobXuD.js\";import*as sharedStyle2 from\"#framer/local/css/HNXRxYFmQ/HNXRxYFmQ.js\";import*as sharedStyle3 from\"#framer/local/css/k3Ea6rV_p/k3Ea6rV_p.js\";import*as sharedStyle5 from\"#framer/local/css/KSopA5p0b/KSopA5p0b.js\";import*as sharedStyle1 from\"#framer/local/css/u7aiLhMMc/u7aiLhMMc.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavBarFonts=getFonts(NavBar);const CircleFonts=getFonts(Circle);const ButtonsFonts=getFonts(Buttons);const VideoFonts=getFonts(Video);const MotionDivWithFX=withFX(motion.div);const ValidationSectionFonts=getFonts(ValidationSection);const TitleTagFonts=getFonts(TitleTag);const CardsMainFeaturesFonts=getFonts(CardsMainFeatures);const InteractiveFeaturesFonts=getFonts(InteractiveFeatures);const Video1Fonts=getFonts(Video1);const HeroFonts=getFonts(Hero);const CardsFeatureHighlightFonts=getFonts(CardsFeatureHighlight);const ContainerWithFX=withFX(Container);const FAQCollectionFonts=getFonts(FAQCollection);const CTABannerFonts=getFonts(CTABanner);const FooterFonts=getFonts(Footer);const breakpoints={obYDrOftd:\"(min-width: 900px) and (max-width: 1399px)\",QQMGlcxTq:\"(max-width: 899px)\",WQLkyLRf1:\"(min-width: 1400px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-aY3K2\";const variantClassNames={obYDrOftd:\"framer-v-118sdxy\",QQMGlcxTq:\"framer-v-15sd5ma\",WQLkyLRf1:\"framer-v-72rtr7\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const transition1={damping:50,delay:0,mass:1,stiffness:700,type:\"spring\"};const transition2={damping:50,delay:.1,mass:1,stiffness:700,type:\"spring\"};const transition3={damping:50,delay:.2,mass:1,stiffness:700,type:\"spring\"};const transition4={damping:50,delay:.3,mass:1,stiffness:700,type:\"spring\"};const transition5={damping:50,delay:.4,mass:1,stiffness:700,type:\"spring\"};const transition6={damping:50,delay:.5,mass:1,stiffness:700,type:\"spring\"};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:\"QQMGlcxTq\",Tablet:\"obYDrOftd\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"sHEpeNKO3\");const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"QQMGlcxTq\")return false;return true;};const elementId1=useRouteElementId(\"uG8dFG64B\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"FuWRe0dmE\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"yiGw5D5T9\");const ref4=React.useRef(null);const router=useRouter();const elementId4=useRouteElementId(\"XggSTmexS\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"MHhbfJ8eZ\");const ref6=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-29ae30f0-796c-4dca-b80f-404f436e4da7, rgb(253, 253, 252)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ss3462-container\",nodeId:\"E2sI3t8Uv\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QQMGlcxTq:{variant:\"tFLD3UxOf\"}},children:/*#__PURE__*/_jsx(NavBar,{height:\"100%\",id:\"E2sI3t8Uv\",layoutId:\"E2sI3t8Uv\",style:{width:\"100%\"},variant:\"JSVOHxRbY\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lbee7n\",\"data-framer-name\":\"Hero section\",id:elementId,ref:ref1,children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:800,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17j24l2-container hidden-15sd5ma\",nodeId:\"Ssiz2ejC0\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Circle,{gqdUkscvI:ref1,height:\"100%\",id:\"Ssiz2ejC0\",layoutId:\"Ssiz2ejC0\",NXba3_CHG:\"var(--token-6e9fc4db-d362-4a6b-a98c-47b43db75fae, rgb(230, 230, 250))\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10n0w5\",\"data-framer-name\":\"Hero content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xrjs6e\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-11ocsv1\",\"data-styles-preset\":\"aR6jbEIVm\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-fe65a76b-2bec-47ef-8ad1-5fc7a52718d1, rgb(26, 31, 113))\"},children:\"One link. All your content. \"}),/*#__PURE__*/_jsx(\"br\",{}),\"Delivered like it was built\",/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-text-color\":\"rgb(46, 204, 113)\"},children:[\" \",/*#__PURE__*/_jsx(\"strong\",{children:\"just for them.\"})]})]})}),className:\"framer-u0hagm\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ti5524\",\"data-styles-preset\":\"u7aiLhMMc\",children:\"Use what you already have\u2014videos, decks, PDFs\u2014and deliver it in one story-first link that buyers will actually engage with. No integrations. No email back and forth.\"})}),className:\"framer-1yfi16y\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4ifj35\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NpcmN1bGFyWFggVFQgTWVkaXVt\",\"--framer-font-family\":'\"CircularXX TT Medium\", \"CircularXX TT Medium Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})}),className:\"framer-1u8kfpp hidden-15sd5ma\",fonts:[\"CUSTOM;CircularXX TT Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QQMGlcxTq:{width:\"202px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rgvbuw-container\",nodeId:\"jgpj50Qj7\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QQMGlcxTq:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(Buttons,{height:\"100%\",id:\"jgpj50Qj7\",layoutId:\"jgpj50Qj7\",qG1Fo0dD8:\"Create a Journey\",variant:\"Z6uaQzsrx\",vNwTAXjPh:\"https://app.journey.io/signup\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-unhso6-container\",nodeId:\"ew__kQ5FW\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Buttons,{height:\"100%\",id:\"ew__kQ5FW\",layoutId:\"ew__kQ5FW\",qG1Fo0dD8:\"Check an Example\",variant:\"RbrRKSdiC\",vNwTAXjPh:\"https://founderled.withjourneyio.com/p/micrositemodeexample-jny\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ynh5h2\",\"data-framer-name\":\"Image & Validation\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QQMGlcxTq:{__framer__styleTransformEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{bounce:.2,damping:50,delay:0,duration:0,durationBasedSpring:false,ease:[.44,0,.56,1],mass:1,stiffness:1e3,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:30,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:-120}},{ref:ref1,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1yczzmp\",\"data-border\":true,\"data-framer-name\":\"Image\",style:{transformPerspective:1e3},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-s3ldue-container\",isModuleExternal:true,nodeId:\"KlKsD35M6\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"KlKsD35M6\",isMixedBorderRadius:false,layoutId:\"KlKsD35M6\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/eh0Asrp9YhQpKB0KudH4eU8o.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4vsw5t\",\"data-framer-name\":\"Validation\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-w98w3a\",\"data-styles-preset\":\"HNXRxYFmQ\",style:{\"--framer-text-alignment\":\"center\"},children:\"Trusted by 1,000s of B2B teams\"})}),className:\"framer-1txcubo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{obYDrOftd:{width:`min(min(${componentViewport?.width||\"100vw\"} - 64px, 1000px), 720px)`},QQMGlcxTq:{width:`min(min(${componentViewport?.width||\"100vw\"} - 40px, 1000px), 720px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:166,width:`min(min(${componentViewport?.width||\"100vw\"} - 80px, 1000px), 720px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14s3c6w-container\",nodeId:\"jPjiTdu5Z\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{obYDrOftd:{variant:\"jonnV0oTx\"},QQMGlcxTq:{variant:\"VAlgnhfEa\"}},children:/*#__PURE__*/_jsx(ValidationSection,{height:\"100%\",id:\"jPjiTdu5Z\",layoutId:\"jPjiTdu5Z\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"NGeQLsjY7\",width:\"100%\"})})})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13otmeb\",\"data-framer-name\":\"Features section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qbopta\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-raowgv\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-gx26df\",\"data-styles-preset\":\"k3Ea6rV_p\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-fe65a76b-2bec-47ef-8ad1-5fc7a52718d1, rgb(26, 31, 113))\"},children:\"Journey is built to package\"}),\" and present, not just store.\"]})}),className:\"framer-u4mtjo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ti5524\",\"data-styles-preset\":\"u7aiLhMMc\",style:{\"--framer-text-alignment\":\"center\"},children:\"Journey helps lean B2B teams consolidate their best content into a polished microsite that looks custom made without any complex setup. \"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1ti5524\",\"data-styles-preset\":\"u7aiLhMMc\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Unlike bloated digital sales rooms or disjointed Notion pages\"}),\", Journey gives founders and marketers a cleaner, trackable way to follow up, onboard, and pitch. Just drag, drop, and share.\"]})]}),className:\"framer-1d3ckdz\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-mm59i0-container\",isModuleExternal:true,nodeId:\"vdwRqKZCX\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"vdwRqKZCX\",isMixedBorderRadius:false,layoutId:\"vdwRqKZCX\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/VvuhaBHpSpHtmgBI6mO00usafDo.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cwssyf\",\"data-framer-name\":\"Features section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pobp6g\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kmvjey-container\",nodeId:\"gFmqPFCm3\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TitleTag,{height:\"100%\",HH9INjqVE:\"The Problem\",id:\"gFmqPFCm3\",layoutId:\"gFmqPFCm3\",variant:\"X81VLXYtf\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j2an3k\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-gx26df\",\"data-styles-preset\":\"k3Ea6rV_p\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fe65a76b-2bec-47ef-8ad1-5fc7a52718d1, rgb(26, 31, 113))\"},children:[\"Your content assets aren\u2019t the problem. \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-72e8df52-57a2-46b1-82a3-f1511a4cdd86, rgb(16, 16, 16))\"},children:\"How you package them is.\"})]})}),className:\"framer-gvh3ph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ti5524\",\"data-styles-preset\":\"u7aiLhMMc\",style:{\"--framer-text-alignment\":\"center\"},children:\"Your value story is getting lost, literally.\"})}),className:\"framer-1p8q8f\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16bvof6\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QQMGlcxTq:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 500px) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:\"394px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-iicvbt-container\",id:elementId2,nodeId:\"FuWRe0dmE\",ref:ref3,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QQMGlcxTq:{variant:\"fzEWbFbFY\"}},children:/*#__PURE__*/_jsx(CardsMainFeatures,{height:\"100%\",HQcztMtJk:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"You\u2019re not losing deals because your content is bad.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"You\u2019re losing them because your delivery feels like homework.\"})]}),id:\"FuWRe0dmE\",K8JSKnnXX:\"Attachments and links get lost in email threads. \",layoutId:\"FuWRe0dmE\",LdexbDSpk:\"Right now, your content is scattered. \",PF3AJdT1L:ref3,rtxgSaMnb:\"Buyers are required to search their inbox every time.\",style:{width:\"100%\"},variant:\"g5tKL7Q8A\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QQMGlcxTq:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 500px) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:\"440px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-11i3eel-container\",id:elementId3,nodeId:\"yiGw5D5T9\",ref:ref4,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QQMGlcxTq:{variant:\"fzEWbFbFY\"}},children:/*#__PURE__*/_jsx(CardsMainFeatures,{height:\"100%\",HQcztMtJk:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"Buying journeys are more complex and happen\"}),/*#__PURE__*/_jsx(\"p\",{children:\"more asynchronously than ever before.\"})]}),id:\"yiGw5D5T9\",K8JSKnnXX:\"Lack of insights or engagement signals create poor visibility. \",layoutId:\"yiGw5D5T9\",LdexbDSpk:\"  \u201CIt\u2019s like we\u2019re sending 10 links and hoping for the best.\u201D\",PF3AJdT1L:ref4,rtxgSaMnb:\"Inability to share with context creates unforeseen challenges.\",style:{width:\"100%\"},variant:\"eKYEeXxov\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xtjzy-container\",isModuleExternal:true,nodeId:\"FnGowtTdT\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"FnGowtTdT\",isMixedBorderRadius:false,layoutId:\"FnGowtTdT\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/anzGo989ZEhHYzF4U4QVevOIU.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xmu4bo\",\"data-framer-name\":\"Features section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ubhl8h\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,children:/*#__PURE__*/_jsx(Container,{className:\"framer-108d061-container\",nodeId:\"LtvXNSKQf\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TitleTag,{height:\"100%\",HH9INjqVE:\"The Solution\",id:\"LtvXNSKQf\",layoutId:\"LtvXNSKQf\",variant:\"X81VLXYtf\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i7fa5j\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-gx26df\",\"data-styles-preset\":\"k3Ea6rV_p\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-72e8df52-57a2-46b1-82a3-f1511a4cdd86, rgb(16, 16, 16))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-fe65a76b-2bec-47ef-8ad1-5fc7a52718d1, rgb(26, 31, 113))\"},children:\"Journey turns scattered content into a\"}),\" single, shareable narrative \u2014 in minutes.\"]})}),className:\"framer-zhh82j\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ti5524\",\"data-styles-preset\":\"u7aiLhMMc\",children:\"No new tools. No friction. Just a better experience. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ti5524\",\"data-styles-preset\":\"u7aiLhMMc\",children:\"Works for sales follow-ups, onboarding, fundraising, and proposals.\"})]}),className:\"framer-1bt029s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{obYDrOftd:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1064px) - 60px)`},QQMGlcxTq:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 500px) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:804,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1064px) - 64px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jdxi36-container\",nodeId:\"o_8QvpH17\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QQMGlcxTq:{b5S8VUIBK:\"20px 8px 0px 8px\"}},children:/*#__PURE__*/_jsx(InteractiveFeatures,{b5S8VUIBK:\"32px 32px 0px 32px\",CkwRnCPO3:addImageAlt({pixelHeight:1080,pixelWidth:1195,src:\"https://framerusercontent.com/images/wyMOrXwXkge9lXThA64AfyH4U.jpg\",srcSet:\"https://framerusercontent.com/images/wyMOrXwXkge9lXThA64AfyH4U.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/wyMOrXwXkge9lXThA64AfyH4U.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/wyMOrXwXkge9lXThA64AfyH4U.jpg 1195w\"},\"\"),eAuq1ElZI:\"Drop in your existing assets and organize them visually into a single, cohesive value story.\",GKKvfe1I0:\"PencilSquare\",height:\"100%\",id:\"o_8QvpH17\",JSwd75aTg:\"ChartPie\",layoutId:\"o_8QvpH17\",nDU7sww0C:\"Create\",PowIDqVqT:\"Gain insights into what is being viewed and who is viewing it to provide a personalized buyer experience.\",style:{width:\"100%\"},UdsBnzzHw:\"Send\",Ues9WgvHa:addImageAlt({pixelHeight:1392,pixelWidth:1952,src:\"https://framerusercontent.com/images/erSaXnMzwdl84RffcEdzmXjyc.png\",srcSet:\"https://framerusercontent.com/images/erSaXnMzwdl84RffcEdzmXjyc.png?scale-down-to=512 512w,https://framerusercontent.com/images/erSaXnMzwdl84RffcEdzmXjyc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/erSaXnMzwdl84RffcEdzmXjyc.png 1952w\"},\"\"),UQftHZMKC:\"PlusCircle\",variant:\"dewWaZ7se\",VykwLahXa:\"Build a custom branded link that not only feels like it was built for your buyer but also easy to share.\",width:\"100%\",WqoMBYHqS:addImageAlt({pixelHeight:970,pixelWidth:1e3,positionX:\"50.4%\",positionY:\"23.2%\",src:\"https://framerusercontent.com/images/qRYxLb7wdjlEuxAJs1ed8zJfvs.svg\",srcSet:\"https://framerusercontent.com/images/qRYxLb7wdjlEuxAJs1ed8zJfvs.svg?scale-down-to=512 512w,https://framerusercontent.com/images/qRYxLb7wdjlEuxAJs1ed8zJfvs.svg 1000w\"},\"\"),X7B4WkS4F:{borderColor:\"var(--token-b5ecd879-47d5-47a3-ba13-eda05d3b0a90, rgb(183, 183, 183))\",borderStyle:\"solid\",borderWidth:4},X9tfpgWIh:{borderColor:\"var(--token-89bf0e39-a19b-470a-957f-5f3349fac76b, rgb(236, 240, 241))\",borderStyle:\"solid\",borderWidth:4},zOUkVjCQ7:\"Analyze\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t5z1sc\",\"data-framer-name\":\"Integrations Section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7527h\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17io5nh-container\",nodeId:\"QZcHQTbkh\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TitleTag,{height:\"100%\",HH9INjqVE:\"For Founders\",id:\"QZcHQTbkh\",layoutId:\"QZcHQTbkh\",variant:\"X81VLXYtf\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1naerxz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-gx26df\",\"data-styles-preset\":\"k3Ea6rV_p\",style:{\"--framer-text-alignment\":\"left\"},children:\"Create branded sales docs and onboarding flows in minutes.\"})}),className:\"framer-1eml4to\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rd82sx\",\"data-styles-preset\":\"GgYXobXuD\",children:\"Skip the design work and deliver a clear, polished experience that makes your team look bigger than it is.\"})}),className:\"framer-14npwwl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{f13VmtwdB:\"founders\"},unresolvedPathSlugs:{f13VmtwdB:{collectionId:\"SsdYk1alb\",collectionItemId:\"PHdsFsyAe\"}},webPageId:\"A3yOGwLUd\"},implicitPathVariables:undefined},{href:{pathVariables:{f13VmtwdB:\"founders\"},unresolvedPathSlugs:{f13VmtwdB:{collectionId:\"SsdYk1alb\",collectionItemId:\"PHdsFsyAe\"}},webPageId:\"A3yOGwLUd\"},implicitPathVariables:undefined},{href:{pathVariables:{f13VmtwdB:\"founders\"},unresolvedPathSlugs:{f13VmtwdB:{collectionId:\"SsdYk1alb\",collectionItemId:\"PHdsFsyAe\"}},webPageId:\"A3yOGwLUd\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-120xde0-container\",nodeId:\"jLExf6M5C\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{obYDrOftd:{vNwTAXjPh:resolvedLinks[1]},QQMGlcxTq:{vNwTAXjPh:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(Buttons,{height:\"100%\",id:\"jLExf6M5C\",layoutId:\"jLExf6M5C\",qG1Fo0dD8:\"Check Founder Page\",variant:\"W7ojyLllm\",vNwTAXjPh:resolvedLinks[0],width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9uhl6l-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ncfAgd_EO\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QQMGlcxTq:{borderRadius:12,bottomLeftRadius:12,bottomRightRadius:12,topLeftRadius:12,topRightRadius:12}},children:/*#__PURE__*/_jsx(Video1,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:24,bottomLeftRadius:24,bottomRightRadius:24,canvasPlay:false,controls:false,height:\"100%\",id:\"ncfAgd_EO\",isMixedBorderRadius:false,layoutId:\"ncfAgd_EO\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/3SQzMgDlNSVNCr1cMFfbL30lMM.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:24,topRightRadius:24,volume:25,width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r7qluj\",\"data-framer-name\":\"Integrations Section\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rq81i-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"bv7DYYs4n\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QQMGlcxTq:{borderRadius:12,bottomLeftRadius:12,bottomRightRadius:12,topLeftRadius:12,topRightRadius:12}},children:/*#__PURE__*/_jsx(Video1,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:24,bottomLeftRadius:24,bottomRightRadius:24,canvasPlay:false,controls:false,height:\"100%\",id:\"bv7DYYs4n\",isMixedBorderRadius:false,layoutId:\"bv7DYYs4n\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/VnVylBXxblZ4lVquG3fNF5kLuw.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:24,topRightRadius:24,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fcpbch\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,children:/*#__PURE__*/_jsx(Container,{className:\"framer-140n53r-container\",nodeId:\"r3RezJX5Y\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TitleTag,{height:\"100%\",HH9INjqVE:\"For Marketers\",id:\"r3RezJX5Y\",layoutId:\"r3RezJX5Y\",variant:\"X81VLXYtf\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ogwsod\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-gx26df\",\"data-styles-preset\":\"k3Ea6rV_p\",style:{\"--framer-text-alignment\":\"left\"},children:\"Control the narrative from lead to close.\"})}),className:\"framer-iqtps1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rd82sx\",\"data-styles-preset\":\"GgYXobXuD\",children:\"Build reusable templates your team can share with confidence, and track how every asset performs.\"})}),className:\"framer-1t8zxde\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{f13VmtwdB:\"marketing\"},unresolvedPathSlugs:{f13VmtwdB:{collectionId:\"SsdYk1alb\",collectionItemId:\"CP2LrIyeT\"}},webPageId:\"A3yOGwLUd\"},implicitPathVariables:undefined},{href:{pathVariables:{f13VmtwdB:\"marketing\"},unresolvedPathSlugs:{f13VmtwdB:{collectionId:\"SsdYk1alb\",collectionItemId:\"CP2LrIyeT\"}},webPageId:\"A3yOGwLUd\"},implicitPathVariables:undefined},{href:{pathVariables:{f13VmtwdB:\"marketing\"},unresolvedPathSlugs:{f13VmtwdB:{collectionId:\"SsdYk1alb\",collectionItemId:\"CP2LrIyeT\"}},webPageId:\"A3yOGwLUd\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g2ultz-container\",nodeId:\"zc9uSOG0g\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{obYDrOftd:{vNwTAXjPh:resolvedLinks1[1]},QQMGlcxTq:{vNwTAXjPh:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(Buttons,{height:\"100%\",id:\"zc9uSOG0g\",layoutId:\"zc9uSOG0g\",qG1Fo0dD8:\"Check Marketer Page\",variant:\"W7ojyLllm\",vNwTAXjPh:resolvedLinks1[0],width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2h7sfh\",\"data-framer-name\":\"Integrations Section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a7lexa\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hfbn4p-container\",nodeId:\"RbW21q8sE\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TitleTag,{height:\"100%\",HH9INjqVE:\"For Salespeople\",id:\"RbW21q8sE\",layoutId:\"RbW21q8sE\",variant:\"X81VLXYtf\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-99un5q\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-gx26df\",\"data-styles-preset\":\"k3Ea6rV_p\",style:{\"--framer-text-alignment\":\"left\"},children:\"Create branded sales docs and onboarding flows in minutes.\"})}),className:\"framer-1gx21dn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rd82sx\",\"data-styles-preset\":\"GgYXobXuD\",children:\"Skip the design work and deliver a clear, polished experience that makes your team look bigger than it is.\"})}),className:\"framer-1uhzhlg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{f13VmtwdB:\"sales\"},unresolvedPathSlugs:{f13VmtwdB:{collectionId:\"SsdYk1alb\",collectionItemId:\"J3h4Sj5lq\"}},webPageId:\"A3yOGwLUd\"},implicitPathVariables:undefined},{href:{pathVariables:{f13VmtwdB:\"sales\"},unresolvedPathSlugs:{f13VmtwdB:{collectionId:\"SsdYk1alb\",collectionItemId:\"J3h4Sj5lq\"}},webPageId:\"A3yOGwLUd\"},implicitPathVariables:undefined},{href:{pathVariables:{f13VmtwdB:\"sales\"},unresolvedPathSlugs:{f13VmtwdB:{collectionId:\"SsdYk1alb\",collectionItemId:\"J3h4Sj5lq\"}},webPageId:\"A3yOGwLUd\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1aer3sy-container\",nodeId:\"ys5tsmuFj\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{obYDrOftd:{vNwTAXjPh:resolvedLinks2[1]},QQMGlcxTq:{vNwTAXjPh:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(Buttons,{height:\"100%\",id:\"ys5tsmuFj\",layoutId:\"ys5tsmuFj\",qG1Fo0dD8:\"Check Salespeople Page\",variant:\"W7ojyLllm\",vNwTAXjPh:resolvedLinks2[0],width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-whezoj-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"wDzpbFX4P\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QQMGlcxTq:{borderRadius:12,bottomLeftRadius:12,bottomRightRadius:12,topLeftRadius:12,topRightRadius:12}},children:/*#__PURE__*/_jsx(Video1,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:24,bottomLeftRadius:24,bottomRightRadius:24,canvasPlay:false,controls:false,height:\"100%\",id:\"wDzpbFX4P\",isMixedBorderRadius:false,layoutId:\"wDzpbFX4P\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/vyhpzh0WK4VKI0n9EyPXRL9AXM.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:24,topRightRadius:24,volume:25,width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ai87ku\",\"data-framer-name\":\"Featured testimonial\",id:elementId4,ref:ref5,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QQMGlcxTq:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref1,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:3,skewX:0,skewY:0,x:0,y:0}}]}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:3,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1hud9f7\",\"data-framer-name\":\"Circle\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eliofd\",\"data-framer-name\":\"Testimonial\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-okwbed\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1609anf-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"kGQBlBwsf\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-fe65a76b-2bec-47ef-8ad1-5fc7a52718d1, rgb(255, 84, 0))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Star\",id:\"kGQBlBwsf\",layoutId:\"kGQBlBwsf\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-r8bkpq-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ivzzzEmRw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-fe65a76b-2bec-47ef-8ad1-5fc7a52718d1, rgb(255, 84, 0))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Star\",id:\"ivzzzEmRw\",layoutId:\"ivzzzEmRw\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-3mmpgl-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"dP4FigQbY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-fe65a76b-2bec-47ef-8ad1-5fc7a52718d1, rgb(255, 84, 0))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Star\",id:\"dP4FigQbY\",layoutId:\"dP4FigQbY\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j5s9lj-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"XMN9QZ6Ag\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-fe65a76b-2bec-47ef-8ad1-5fc7a52718d1, rgb(255, 84, 0))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Star\",id:\"XMN9QZ6Ag\",layoutId:\"XMN9QZ6Ag\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o2yjmm-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"lU8E3ql6u\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-fe65a76b-2bec-47ef-8ad1-5fc7a52718d1, rgb(255, 84, 0))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Star\",id:\"lU8E3ql6u\",layoutId:\"lU8E3ql6u\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1io9dmz\",\"data-styles-preset\":\"KSopA5p0b\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"em\",{children:'\"Journey has changed how I communicate with my partners. It allows organizations to be onboarded with our platform quickly. I like that I can send a company one link and track the users and what content they are consuming. This gives me 4 hours plus a week back.\"'})})}),className:\"framer-17m4bel\",fonts:[\"Inter\",\"Inter-Italic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8izn71\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z7dfbx\",\"data-framer-name\":\"Name & position\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ti5524\",\"data-styles-preset\":\"u7aiLhMMc\",style:{\"--framer-text-alignment\":\"center\"},children:\"Taylor Nielsen\"})}),className:\"framer-1pnsvpo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rd82sx\",\"data-styles-preset\":\"GgYXobXuD\",style:{\"--framer-text-alignment\":\"center\"},children:\"Partnerships at Builder.io\"})}),className:\"framer-twmore\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1qck8cj\",\"data-framer-name\":\"Feature highlights section\",id:elementId5,ref:ref6,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4be64n\",\"data-framer-name\":\"Feature highlights\",children:[/*#__PURE__*/_jsx(\"header\",{className:\"framer-8ulj16\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-gx26df\",\"data-styles-preset\":\"k3Ea6rV_p\",children:\"Everything you need to deliver smarter, faster, and with less friction\"})}),className:\"framer-1qzp1fz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1helebq\",\"data-framer-name\":\"Feature cards\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QQMGlcxTq:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 500px) - 40px, 280px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:175,width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1064px) - 64px, 280px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-146ug7d-container\",nodeId:\"w7vTXszGQ\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureHighlight,{bee07MbGZ:\"Combine decks, videos, PDFs, and even contracts in one scrollable, brand-ready microsite.\",height:\"100%\",id:\"w7vTXszGQ\",layoutId:\"w7vTXszGQ\",mdRy55VrV:\"Everything in One Link\",pbh9ZnBRX:\"CursorArrowRays\",style:{width:\"100%\"},variant:\"I7o6pTEIH\",width:\"100%\",ZhLsZ33z_:\"var(--token-fe65a76b-2bec-47ef-8ad1-5fc7a52718d1, rgb(255, 84, 0))\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QQMGlcxTq:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 500px) - 40px, 280px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:175,width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1064px) - 64px, 280px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19vsxtc-container\",nodeId:\"wBK04BGoF\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureHighlight,{bee07MbGZ:\"Engage busy buyers or clients without another call. Say more, with less back-and-forth.\",height:\"100%\",id:\"wBK04BGoF\",layoutId:\"wBK04BGoF\",mdRy55VrV:\"Built for Async, Built to Convert\",pbh9ZnBRX:\"ChartBarSquare\",style:{width:\"100%\"},variant:\"I7o6pTEIH\",width:\"100%\",ZhLsZ33z_:\"var(--token-fe65a76b-2bec-47ef-8ad1-5fc7a52718d1, rgb(255, 84, 0))\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QQMGlcxTq:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 500px) - 40px, 280px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:175,width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1064px) - 64px, 280px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-dbbeun-container\",nodeId:\"cyrooWeOO\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureHighlight,{bee07MbGZ:\"See time on page, scroll depth, and click-throughs\u2014know what\u2019s working and what isn\u2019t.\",height:\"100%\",id:\"cyrooWeOO\",layoutId:\"cyrooWeOO\",mdRy55VrV:\"Track What Matters\",pbh9ZnBRX:\"Beaker\",style:{width:\"100%\"},variant:\"I7o6pTEIH\",width:\"100%\",ZhLsZ33z_:\"var(--token-fe65a76b-2bec-47ef-8ad1-5fc7a52718d1, rgb(255, 84, 0))\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QQMGlcxTq:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 500px) - 40px, 280px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:175,width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1064px) - 64px, 280px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1lzx02o-container\",nodeId:\"r96OcOK2k\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureHighlight,{bee07MbGZ:\"Use battle-tested templates. Just drag, drop, and launch. No dependencies or delays.\",height:\"100%\",id:\"r96OcOK2k\",layoutId:\"r96OcOK2k\",mdRy55VrV:\"No Code. No Design. No Ops.\",pbh9ZnBRX:\"Banknotes\",style:{width:\"100%\"},variant:\"I7o6pTEIH\",width:\"100%\",ZhLsZ33z_:\"var(--token-fe65a76b-2bec-47ef-8ad1-5fc7a52718d1, rgb(255, 84, 0))\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QQMGlcxTq:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 500px) - 40px, 280px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:175,width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1064px) - 64px, 280px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-az0ms2-container\",nodeId:\"Sj2Kpdf66\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureHighlight,{bee07MbGZ:\"One tool across the customer journey\u2014from first touch to post-sale activation.\",height:\"100%\",id:\"Sj2Kpdf66\",layoutId:\"Sj2Kpdf66\",mdRy55VrV:\"From Sales to CS to Onboarding\",pbh9ZnBRX:\"FolderPlus\",style:{width:\"100%\"},variant:\"I7o6pTEIH\",width:\"100%\",ZhLsZ33z_:\"var(--token-fe65a76b-2bec-47ef-8ad1-5fc7a52718d1, rgb(255, 84, 0))\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QQMGlcxTq:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 500px) - 40px, 280px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:175,width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1064px) - 64px, 280px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-qp0sb9-container\",nodeId:\"pB3uX78gl\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureHighlight,{bee07MbGZ:\"Trusted by agencies, founders, and marketers who care more about clarity than complexity.\",height:\"100%\",id:\"pB3uX78gl\",layoutId:\"pB3uX78gl\",mdRy55VrV:\"Proven by Real Teams\",pbh9ZnBRX:\"Sparkles\",style:{width:\"100%\"},variant:\"I7o6pTEIH\",width:\"100%\",ZhLsZ33z_:\"var(--token-fe65a76b-2bec-47ef-8ad1-5fc7a52718d1, rgb(255, 84, 0))\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gi9bnf\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yxp9s-container\",nodeId:\"hfUSoyRNU\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Buttons,{height:\"100%\",id:\"hfUSoyRNU\",layoutId:\"hfUSoyRNU\",qG1Fo0dD8:\"Create a Journey\",variant:\"Z6uaQzsrx\",vNwTAXjPh:\"https://app.journey.io/signup\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15lfk71-container\",nodeId:\"iohRIXfea\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Buttons,{height:\"100%\",id:\"iohRIXfea\",layoutId:\"iohRIXfea\",qG1Fo0dD8:\"Check an Example\",variant:\"RbrRKSdiC\",vNwTAXjPh:\"https://founderled.withjourneyio.com/p/micrositemodeexample-jny\",width:\"100%\"})})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lju1ay\",\"data-framer-name\":\"FAQ section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a5n46o\",\"data-framer-name\":\"Title content\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,children:/*#__PURE__*/_jsx(Container,{className:\"framer-94nuyr-container\",nodeId:\"PCanYxaT8\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TitleTag,{height:\"100%\",HH9INjqVE:\"Journey FAQ\",id:\"PCanYxaT8\",layoutId:\"PCanYxaT8\",variant:\"X81VLXYtf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-156wxr2\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-gx26df\",\"data-styles-preset\":\"k3Ea6rV_p\",style:{\"--framer-text-alignment\":\"center\"},children:\"Frequently Asked Questions\"})}),className:\"framer-1wmxp7b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{obYDrOftd:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 56px, 620px)`},QQMGlcxTq:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px, 620px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:307,width:`min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px, 620px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3elteu-container\",nodeId:\"wqYpvF8dd\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FAQCollection,{height:\"100%\",id:\"wqYpvF8dd\",layoutId:\"wqYpvF8dd\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"tm8y3lEzS\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-1cbrjqq\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(\"header\",{className:\"framer-19gl2rj\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QQMGlcxTq:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1064px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:468,width:`min(${componentViewport?.width||\"100vw\"} - 160px, 1064px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hh1z2r-container\",nodeId:\"UuNWAYSBj\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CTABanner,{blKhp8Xvo:\"Create a Journey\",height:\"100%\",id:\"UuNWAYSBj\",layoutId:\"UuNWAYSBj\",s5FiWPOo8:\"Join 100s of B2B teams\",style:{maxWidth:\"100%\",width:\"100%\"},t5mL2wSR3:\"https://app.journey.io/signup\",variant:\"vAdi3yNls\",Vp9v5qu34:\"Are you ready to convert scattered content into a single, shareable narrative?\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:452,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-146pi1y-container\",nodeId:\"FxfazOdhb\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{obYDrOftd:{variant:\"s0GQ8Rc34\"},QQMGlcxTq:{variant:\"t2aIsODn5\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"FxfazOdhb\",layoutId:\"FxfazOdhb\",style:{width:\"100%\"},variant:\"HvL9OuqmR\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aY3K2.framer-lux5qc, .framer-aY3K2 .framer-lux5qc { display: block; }\",\".framer-aY3K2.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-29ae30f0-796c-4dca-b80f-404f436e4da7, #fdfdfc); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1400px; }\",\".framer-aY3K2 .framer-1ss3462-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; z-index: 10; }\",\".framer-aY3K2 .framer-lbee7n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-17j24l2-container { flex: none; height: auto; left: 50%; position: absolute; top: -16px; transform: translateX(-50%); width: auto; z-index: 0; }\",\".framer-aY3K2 .framer-10n0w5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-aY3K2 .framer-xrjs6e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 75%; overflow: hidden; padding: 0px; position: relative; width: 57%; }\",\".framer-aY3K2 .framer-u0hagm { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-aY3K2 .framer-1yfi16y, .framer-aY3K2 .framer-1d3ckdz, .framer-aY3K2 .framer-1p8q8f, .framer-aY3K2 .framer-1bt029s, .framer-aY3K2 .framer-14npwwl, .framer-aY3K2 .framer-1t8zxde, .framer-aY3K2 .framer-1uhzhlg, .framer-aY3K2 .framer-17m4bel { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-4ifj35, .framer-aY3K2 .framer-1gi9bnf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-1u8kfpp { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-aY3K2 .framer-rgvbuw-container, .framer-aY3K2 .framer-unhso6-container, .framer-aY3K2 .framer-1kmvjey-container, .framer-aY3K2 .framer-108d061-container, .framer-aY3K2 .framer-17io5nh-container, .framer-aY3K2 .framer-120xde0-container, .framer-aY3K2 .framer-140n53r-container, .framer-aY3K2 .framer-1g2ultz-container, .framer-aY3K2 .framer-1hfbn4p-container, .framer-aY3K2 .framer-1aer3sy-container, .framer-aY3K2 .framer-yxp9s-container, .framer-aY3K2 .framer-15lfk71-container, .framer-aY3K2 .framer-94nuyr-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-aY3K2 .framer-ynh5h2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-1yczzmp { --border-bottom-width: 6px; --border-color: var(--token-72e8df52-57a2-46b1-82a3-f1511a4cdd86, #101010); --border-left-width: 6px; --border-right-width: 6px; --border-style: solid; --border-top-width: 6px; align-content: center; align-items: center; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 6px; position: relative; transform-style: preserve-3d; width: 100%; z-index: 1; }\",\".framer-aY3K2 .framer-s3ldue-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-aY3K2 .framer-4vsw5t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-1txcubo { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-aY3K2 .framer-14s3c6w-container { flex: none; height: auto; max-width: 720px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-13otmeb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1064px; overflow: hidden; padding: 80px 32px 80px 32px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-1qbopta, .framer-aY3K2 .framer-pobp6g, .framer-aY3K2 .framer-ubhl8h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 720px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-raowgv, .framer-aY3K2 .framer-j2an3k, .framer-aY3K2 .framer-8izn71 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-u4mtjo, .framer-aY3K2 .framer-gvh3ph, .framer-aY3K2 .framer-zhh82j, .framer-aY3K2 .framer-1eml4to, .framer-aY3K2 .framer-iqtps1, .framer-aY3K2 .framer-1gx21dn, .framer-aY3K2 .framer-1pnsvpo, .framer-aY3K2 .framer-twmore, .framer-aY3K2 .framer-1qzp1fz, .framer-aY3K2 .framer-1wmxp7b { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-aY3K2 .framer-mm59i0-container, .framer-aY3K2 .framer-1jdxi36-container, .framer-aY3K2 .framer-146pi1y-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-cwssyf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 800px; justify-content: center; max-width: 1064px; overflow: hidden; padding: 80px 32px 80px 32px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-16bvof6 { align-content: center; align-items: center; background-color: var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: 51%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-iicvbt-container { flex: none; height: auto; left: 45px; position: absolute; top: 24px; width: 394px; z-index: 1; }\",\".framer-aY3K2 .framer-11i3eel-container { flex: none; height: auto; position: absolute; right: 0px; top: 24px; width: 440px; z-index: 1; }\",\".framer-aY3K2 .framer-xtjzy-container { flex: none; height: 844px; position: relative; width: 1210px; }\",\".framer-aY3K2 .framer-xmu4bo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1064px; overflow: hidden; padding: 80px 32px 80px 32px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-i7fa5j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-1t5z1sc, .framer-aY3K2 .framer-r7qluj, .framer-aY3K2 .framer-2h7sfh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: center; max-width: 1064px; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-7527h, .framer-aY3K2 .framer-fcpbch, .framer-aY3K2 .framer-1a7lexa { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-aY3K2 .framer-1naerxz, .framer-aY3K2 .framer-ogwsod, .framer-aY3K2 .framer-99un5q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-9uhl6l-container, .framer-aY3K2 .framer-1rq81i-container, .framer-aY3K2 .framer-whezoj-container { aspect-ratio: 1.7857142857142858 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 252px); position: relative; width: 1px; }\",\".framer-aY3K2 .framer-ai87ku, .framer-aY3K2 .framer-1qck8cj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-1hud9f7 { aspect-ratio: 1 / 1; background-color: var(--token-6e9fc4db-d362-4a6b-a98c-47b43db75fae, #e6e6fa); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: -109px; flex: none; left: 50%; overflow: hidden; position: absolute; top: -108px; transform: translateX(-50%); width: var(--framer-aspect-ratio-supported, 715px); will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-aY3K2 .framer-eliofd { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 720px; overflow: hidden; padding: 100px 32px 100px 32px; position: relative; width: 1px; z-index: 1; }\",\".framer-aY3K2 .framer-okwbed { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-aY3K2 .framer-1609anf-container, .framer-aY3K2 .framer-r8bkpq-container, .framer-aY3K2 .framer-3mmpgl-container, .framer-aY3K2 .framer-1j5s9lj-container, .framer-aY3K2 .framer-1o2yjmm-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-aY3K2 .framer-z7dfbx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-4be64n { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1064px; overflow: hidden; padding: 80px 32px 80px 32px; position: relative; width: 1px; }\",\".framer-aY3K2 .framer-8ulj16 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 20px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-1helebq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-146ug7d-container, .framer-aY3K2 .framer-19vsxtc-container, .framer-aY3K2 .framer-dbbeun-container, .framer-aY3K2 .framer-1lzx02o-container, .framer-aY3K2 .framer-az0ms2-container, .framer-aY3K2 .framer-qp0sb9-container { flex: 1 0 0px; height: auto; min-width: 280px; position: relative; width: 1px; }\",\".framer-aY3K2 .framer-1lju1ay { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 50px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 100px 40px 132px 40px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-a5n46o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 600px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-156wxr2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 800px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-3elteu-container { flex: none; height: auto; max-width: 620px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-1cbrjqq, .framer-aY3K2 .framer-19gl2rj { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 600px; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; }\",\".framer-aY3K2 .framer-1hh1z2r-container { flex: none; height: auto; max-width: 1064px; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-aY3K2[data-border=\"true\"]::after, .framer-aY3K2 [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: 900px) and (max-width: 1399px) { .framer-aY3K2.framer-72rtr7 { width: 900px; } .framer-aY3K2 .framer-lbee7n { padding: 120px 32px 80px 32px; } .framer-aY3K2 .framer-u0hagm, .framer-aY3K2 .framer-1yfi16y { width: 100%; } .framer-aY3K2 .framer-13otmeb, .framer-aY3K2 .framer-cwssyf, .framer-aY3K2 .framer-16bvof6 { gap: 80px; } .framer-aY3K2 .framer-raowgv, .framer-aY3K2 .framer-j2an3k, .framer-aY3K2 .framer-i7fa5j { max-width: 700px; } .framer-aY3K2 .framer-xtjzy-container { height: 728px; width: 895px; } .framer-aY3K2 .framer-xmu4bo { gap: 80px; padding: 80px 32px 80px 28px; } .framer-aY3K2 .framer-1t5z1sc, .framer-aY3K2 .framer-r7qluj, .framer-aY3K2 .framer-2h7sfh { padding: 80px 28px 80px 28px; } .framer-aY3K2 .framer-9uhl6l-container, .framer-aY3K2 .framer-1rq81i-container, .framer-aY3K2 .framer-whezoj-container { height: var(--framer-aspect-ratio-supported, 214px); } .framer-aY3K2 .framer-1hud9f7 { width: var(--framer-aspect-ratio-supported, 630px); } .framer-aY3K2 .framer-eliofd { padding: 80px 32px 80px 32px; } .framer-aY3K2 .framer-1lju1ay { padding: 80px 28px 40px 28px; } .framer-aY3K2 .framer-156wxr2 { max-width: 600px; }}\",\"@media (max-width: 899px) { .framer-aY3K2.framer-72rtr7 { width: 390px; } .framer-aY3K2 .framer-1ss3462-container { order: 0; } .framer-aY3K2 .framer-lbee7n { order: 1; padding: 80px 20px 60px 20px; } .framer-aY3K2 .framer-10n0w5 { max-width: 500px; } .framer-aY3K2 .framer-xrjs6e { max-width: 100%; width: 100%; } .framer-aY3K2 .framer-u0hagm, .framer-aY3K2 .framer-1yfi16y { width: 100%; } .framer-aY3K2 .framer-4ifj35, .framer-aY3K2 .framer-1gi9bnf { flex-direction: column; } .framer-aY3K2 .framer-rgvbuw-container { height: 44px; width: 202px; } .framer-aY3K2 .framer-13otmeb { gap: 60px; max-width: 500px; order: 2; padding: 60px 20px 60px 20px; } .framer-aY3K2 .framer-raowgv, .framer-aY3K2 .framer-j2an3k, .framer-aY3K2 .framer-i7fa5j { max-width: 600px; } .framer-aY3K2 .framer-cwssyf { gap: 60px; height: 1049px; max-width: 500px; order: 3; padding: 60px 20px 60px 20px; } .framer-aY3K2 .framer-16bvof6 { gap: 60px; height: 66%; } .framer-aY3K2 .framer-iicvbt-container { bottom: 80px; left: 0px; right: 0px; top: unset; width: unset; } .framer-aY3K2 .framer-11i3eel-container { left: 0px; top: 0px; width: unset; } .framer-aY3K2 .framer-xtjzy-container { height: 256px; order: 4; width: 391px; } .framer-aY3K2 .framer-xmu4bo { max-width: 500px; order: 5; padding: 60px 20px 60px 20px; } .framer-aY3K2 .framer-1t5z1sc, .framer-aY3K2 .framer-r7qluj, .framer-aY3K2 .framer-2h7sfh { flex-direction: column; gap: 32px; max-width: 500px; padding: 60px 16px 60px 16px; } .framer-aY3K2 .framer-7527h, .framer-aY3K2 .framer-fcpbch, .framer-aY3K2 .framer-1a7lexa { flex: none; width: 100%; } .framer-aY3K2 .framer-9uhl6l-container, .framer-aY3K2 .framer-whezoj-container { flex: none; height: var(--framer-aspect-ratio-supported, 178px); width: 100%; } .framer-aY3K2 .framer-1rq81i-container { flex: none; height: var(--framer-aspect-ratio-supported, 179px); width: 100%; } .framer-aY3K2 .framer-ai87ku { order: 6; } .framer-aY3K2 .framer-1hud9f7 { width: var(--framer-aspect-ratio-supported, 655px); } .framer-aY3K2 .framer-eliofd { padding: 60px 20px 60px 20px; } .framer-aY3K2 .framer-1qck8cj { order: 8; } .framer-aY3K2 .framer-4be64n { gap: 32px; max-width: 500px; padding: 60px 20px 60px 20px; } .framer-aY3K2 .framer-1helebq { gap: 16px; } .framer-aY3K2 .framer-1lju1ay { order: 12; padding: 60px 16px 32px 16px; } .framer-aY3K2 .framer-1cbrjqq { order: 13; padding: 0px; } .framer-aY3K2 .framer-19gl2rj { gap: 0px; padding: 20px; } .framer-aY3K2 .framer-146pi1y-container { order: 15; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 10041.5\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"obYDrOftd\":{\"layout\":[\"fixed\",\"auto\"]},\"QQMGlcxTq\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"sHEpeNKO3\":{\"pattern\":\":sHEpeNKO3\",\"name\":\"hero\"},\"uG8dFG64B\":{\"pattern\":\":uG8dFG64B\",\"name\":\"image\"},\"FuWRe0dmE\":{\"pattern\":\":FuWRe0dmE\",\"name\":\"highlight-1\"},\"yiGw5D5T9\":{\"pattern\":\":yiGw5D5T9\",\"name\":\"highlight-2\"},\"XggSTmexS\":{\"pattern\":\":XggSTmexS\",\"name\":\"cta-1\"},\"MHhbfJ8eZ\":{\"pattern\":\":MHhbfJ8eZ\",\"name\":\"more-features\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-aY3K2\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:10041.5,width:1400};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"CircularXX TT Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/I51a2qAcXI8k2qDb8w8fIfEoU3M.woff2\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]},...NavBarFonts,...CircleFonts,...ButtonsFonts,...VideoFonts,...ValidationSectionFonts,...TitleTagFonts,...CardsMainFeaturesFonts,...InteractiveFeaturesFonts,...Video1Fonts,...HeroFonts,...CardsFeatureHighlightFonts,...FAQCollectionFonts,...CTABannerFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"10041.5\",\"framerAutoSizeImages\":\"true\",\"framerScrollSections\":\"{\\\"sHEpeNKO3\\\":{\\\"pattern\\\":\\\":sHEpeNKO3\\\",\\\"name\\\":\\\"hero\\\"},\\\"uG8dFG64B\\\":{\\\"pattern\\\":\\\":uG8dFG64B\\\",\\\"name\\\":\\\"image\\\"},\\\"FuWRe0dmE\\\":{\\\"pattern\\\":\\\":FuWRe0dmE\\\",\\\"name\\\":\\\"highlight-1\\\"},\\\"yiGw5D5T9\\\":{\\\"pattern\\\":\\\":yiGw5D5T9\\\",\\\"name\\\":\\\"highlight-2\\\"},\\\"XggSTmexS\\\":{\\\"pattern\\\":\\\":XggSTmexS\\\",\\\"name\\\":\\\"cta-1\\\"},\\\"MHhbfJ8eZ\\\":{\\\"pattern\\\":\\\":MHhbfJ8eZ\\\",\\\"name\\\":\\\"more-features\\\"}}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"obYDrOftd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QQMGlcxTq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1400\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["isMotionValue", "v", "MotionValue", "useAutoMotionValue", "inputValue", "options", "optionsRef", "pe", "animation", "didInitialMount", "isOnCanvas", "RenderTarget", "onChangeDeps", "onChange", "te", "transformer", "value", "ref", "value1", "useConstant", "isMotionValue", "motionValue", "ue", "ref1", "newValue", "ref2", "animate2", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "isMountedAndReadyForProgressChanges", "X", "srcType", "srcFile", "srcUrl", "playing", "canvasPlay", "muted", "playsinline", "controls", "progress", "objectFit", "backgroundColor", "radius", "isMixed", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "poster", "restartOnEnter", "posterEnabled", "startTimeProp", "volume", "loop", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "videoRef", "pe", "isSafari", "useIsBrowserSafari", "requestingPlay", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "startTime", "se", "shouldPlay", "autoPlay", "isMuted", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "e", "pause", "ue", "videoProgress", "useAutoMotionValue", "value", "newValue", "useMotionValueEvent", "latest", "useOnEnter", "useOnExit", "src", "fragment", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "noopReturn", "e", "velocityPerSecond", "calcBezier", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "t", "o", "cubicBezier", "__rest", "e", "t", "r", "n", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "n", "r", "velocityPerSecond", "calcDampingRatio", "e", "t", "hasReachedTarget", "spring", "o", "i", "h", "u", "d", "f", "l", "g", "glide", "a", "c", "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", "createGeneratorEasing", "e", "t", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "n", "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", "dispatchViewEvent", "se", "o", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "n", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "TickerFonts", "getFonts", "Ticker", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "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", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "SVG", "Image2", "css", "FramerdRzBRtaPV", "withCSS", "dRzBRtaPV_default", "addPropertyControls", "ControlType", "addFonts", "RichTextWithFX", "withFX", "RichText2", "BulletPointsFonts", "getFonts", "G40fyd8wA_default", "SmartComponentScopedContainerWithFX", "SmartComponentScopedContainer", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "transition3", "transition4", "transition5", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "_1Highlight", "_2Highlight", "description", "height", "id", "scrollSection", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "LdexbDSpk", "HQcztMtJk", "K8JSKnnXX", "rtxgSaMnb", "PF3AJdT1L", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentPresetsProvider", "ComponentViewportProvider", "css", "FramerwrMQrY4Sh", "withCSS", "wrMQrY4Sh_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "HeroFonts", "getFonts", "Icon", "HeroControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "description", "height", "iconName", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "K6seMPvEQ", "r7sYwYk7T", "SrGwLVKdH", "fD1oF016n", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapqr5zgy", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "Framermh4oCrFgV", "withCSS", "mh4oCrFgV_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "CardsFeaturesFonts", "getFonts", "mh4oCrFgV_default", "ImageWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "Image2", "CardsFeaturesControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "toResponsiveImage", "transition2", "animation", "animation1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "_1Description", "_1IconName", "_1Image", "_1Title", "_2Description", "_2IconName", "_2Image", "_2Title", "_3Description", "_3IconName", "_3Image", "_3Title", "borderColor", "height", "id", "imageBorderColor", "padding", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "UQftHZMKC", "nDU7sww0C", "eAuq1ElZI", "WqoMBYHqS", "GKKvfe1I0", "UdsBnzzHw", "VykwLahXa", "CkwRnCPO3", "JSwd75aTg", "zOUkVjCQ7", "PowIDqVqT", "Ues9WgvHa", "b5S8VUIBK", "X7B4WkS4F", "X9tfpgWIh", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1j6s7ex", "args", "onAppear1qu9xes", "fD1oF016nogs489", "fD1oF016n1inc77r", "fD1oF016n1r0ooqs", "useOnVariantChange", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerWRUDqmwY8", "withCSS", "WRUDqmwY8_default", "addPropertyControls", "ControlType", "addFonts", "NavBarFonts", "getFonts", "RhnTn5xdX_default", "CircleFonts", "OLJlsrASM_default", "ButtonsFonts", "bmEIXCNOL_default", "VideoFonts", "Video", "MotionDivWithFX", "withFX", "motion", "ValidationSectionFonts", "dRzBRtaPV_default", "TitleTagFonts", "BQ5MNTqbC_default", "CardsMainFeaturesFonts", "wrMQrY4Sh_default", "InteractiveFeaturesFonts", "WRUDqmwY8_default", "Video1Fonts", "HeroFonts", "Icon", "CardsFeatureHighlightFonts", "fNMftvBq1_default", "ContainerWithFX", "Container", "FAQCollectionFonts", "CWpav2iAT_default", "CTABannerFonts", "p5_Svir8R_default", "FooterFonts", "oGbwkEVfn_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "addImageAlt", "image", "alt", "transformTemplate1", "_", "t", "animation", "transition1", "transition2", "transition3", "transition4", "transition5", "transition6", "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", "isDisplayed", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "router", "useRouter", "elementId4", "ref5", "elementId5", "ref6", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "RichText2", "x", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
