{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/s801VqobGI0Gkh3K9b41/Embed.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/vzgdvq3ezmf3RWurtT17/SlideShow.js", "ssg:https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/YnJq9QRMz3qTkn8Nbo0f/Carousel.js", "ssg:https://framerusercontent.com/modules/OengIFORW7aC2FSBETIs/DPsTcZ6JevkMMqTLcYoO/dPOAIPSQf.js", "ssg:https://framerusercontent.com/modules/YrW7uMBX5SWIfOeR3gki/SIV6Gqq5EQS63Lr3fxmM/hf1ZV8kXh-0.js", "ssg:https://framerusercontent.com/modules/YrW7uMBX5SWIfOeR3gki/SIV6Gqq5EQS63Lr3fxmM/hf1ZV8kXh-1.js", "ssg:https://framerusercontent.com/modules/YrW7uMBX5SWIfOeR3gki/SIV6Gqq5EQS63Lr3fxmM/hf1ZV8kXh.js", "ssg:https://framerusercontent.com/modules/ldoNcJU6D4R0XHncsoFc/PB05uJI59uUWO4lbT4aT/hf1ZV8kXh.js", "ssg:https://framerusercontent.com/modules/VZDxGANug1NEcYRT1GVD/mot4jF0t6eSjRU7tT7H9/t4mTeRSWh-0.js", "ssg:https://framerusercontent.com/modules/VZDxGANug1NEcYRT1GVD/mot4jF0t6eSjRU7tT7H9/t4mTeRSWh-1.js", "ssg:https://framerusercontent.com/modules/VZDxGANug1NEcYRT1GVD/mot4jF0t6eSjRU7tT7H9/t4mTeRSWh-2.js", "ssg:https://framerusercontent.com/modules/VZDxGANug1NEcYRT1GVD/mot4jF0t6eSjRU7tT7H9/t4mTeRSWh.js", "ssg:https://framerusercontent.com/modules/St0nj1N3VqLyehyywpoU/n7iybPAjMA2oGgq5dsfg/t4mTeRSWh.js", "ssg:https://framerusercontent.com/modules/xfvKbUU7zzHnmrZCdwTV/4wDbUG9gFxppszAEZbiS/zWfXtt77J-0.js", "ssg:https://framerusercontent.com/modules/xfvKbUU7zzHnmrZCdwTV/4wDbUG9gFxppszAEZbiS/zWfXtt77J-1.js", "ssg:https://framerusercontent.com/modules/xfvKbUU7zzHnmrZCdwTV/4wDbUG9gFxppszAEZbiS/zWfXtt77J-2.js", "ssg:https://framerusercontent.com/modules/xfvKbUU7zzHnmrZCdwTV/4wDbUG9gFxppszAEZbiS/zWfXtt77J-3.js", "ssg:https://framerusercontent.com/modules/xfvKbUU7zzHnmrZCdwTV/4wDbUG9gFxppszAEZbiS/zWfXtt77J-4.js", "ssg:https://framerusercontent.com/modules/xfvKbUU7zzHnmrZCdwTV/4wDbUG9gFxppszAEZbiS/zWfXtt77J-5.js", "ssg:https://framerusercontent.com/modules/xfvKbUU7zzHnmrZCdwTV/4wDbUG9gFxppszAEZbiS/zWfXtt77J-6.js", "ssg:https://framerusercontent.com/modules/xfvKbUU7zzHnmrZCdwTV/4wDbUG9gFxppszAEZbiS/zWfXtt77J-7.js", "ssg:https://framerusercontent.com/modules/xfvKbUU7zzHnmrZCdwTV/4wDbUG9gFxppszAEZbiS/zWfXtt77J.js", "ssg:https://framerusercontent.com/modules/QePXQzxEbDHjK3z9QRBQ/0dwQuWeJGtPxIgmbuSSK/zWfXtt77J.js", "ssg:https://framerusercontent.com/modules/z6c4FWsuJowe531oSRu4/Zhk7gxn9r3txR3ekauY9/augiA20Il.js", "ssg:https://framerusercontent.com/modules/Arv8QqOYFsFBZOQEZVqw/ovlRQak9Zscb3vkSOrF2/augiA20Il.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles}from\"https://framer.com/m/framer/default-utils.js\";/**\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n *\n * @framerDisableUnlink\n */export default function Embed({type,url,html,zoom,radius,border,style={}}){if(type===\"url\"&&url){return /*#__PURE__*/_jsx(EmbedUrl,{url:url,zoom:zoom,radius:radius,border:border,style:style});}if(type===\"html\"&&html){return /*#__PURE__*/_jsx(EmbedHtml,{html:html,style:style});}return /*#__PURE__*/_jsx(Instructions,{style:style});}addPropertyControls(Embed,{type:{type:ControlType.Enum,defaultValue:\"url\",displaySegmentedControl:true,options:[\"url\",\"html\"],optionTitles:[\"URL\",\"HTML\"]},url:{title:\"URL\",type:ControlType.String,description:\"Some websites don\u2019t support embedding.\",hidden(props){return props.type!==\"url\";}},html:{title:\"HTML\",type:ControlType.String,displayTextArea:true,hidden(props){return props.type!==\"html\";}},border:{title:\"Border\",type:ControlType.Border,optional:true,hidden(props){return props.type!==\"url\";}},radius:{type:ControlType.BorderRadius,title:\"Radius\",hidden(props){return props.type!==\"url\";}},zoom:{title:\"Zoom\",defaultValue:1,type:ControlType.Number,hidden(props){return props.type!==\"url\";},min:.1,max:1,step:.1,displayStepper:true}});function Instructions({style}){return /*#__PURE__*/_jsx(\"div\",{style:{minHeight:getMinHeight(style),...emptyStateStyle,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a website or widget, add it to the properties\\xa0panel.\"})});}function EmbedUrl({url,zoom,radius,border,style}){const hasAutoHeight=!style.height;// Add https:// if the URL does not have a protocol.\nif(!/[a-z]+:\\/\\//.test(url)){url=\"https://\"+url;}const onCanvas=useIsOnCanvas();// We need to check if the url is blocked inside an iframe by the X-Frame-Options\n// or Content-Security-Policy headers on the backend.\nconst[state,setState]=useState(onCanvas?undefined:false);useEffect(()=>{// We only want to check on the canvas.\n// On the website we want to avoid the additional delay.\nif(!onCanvas)return;// TODO: We could also use AbortController here.\nlet isLastEffect=true;setState(undefined);async function load(){const response=await fetch(\"https://api.framer.com/functions/check-iframe-url?url=\"+encodeURIComponent(url));if(response.status==200){const{isBlocked}=await response.json();if(isLastEffect){setState(isBlocked);}}else{const message=await response.text();console.error(message);const error=new Error(\"This site can\u2019t be reached.\");setState(error);}}load().catch(error=>{console.error(error);setState(error);});return()=>{isLastEffect=false;};},[url]);if(onCanvas&&hasAutoHeight){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"URL embeds do not support auto height.\",style:style});}if(!url.startsWith(\"https://\")){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Unsupported protocol.\",style:style});}if(state===undefined){return /*#__PURE__*/_jsx(LoadingIndicator,{});}if(state instanceof Error){return /*#__PURE__*/_jsx(ErrorMessage,{message:state.message,style:style});}if(state===true){const message=`Can\u2019t embed ${url} due to its content security policy.`;return /*#__PURE__*/_jsx(ErrorMessage,{message:message,style:style});}return /*#__PURE__*/_jsx(\"iframe\",{src:url,style:{...iframeStyle,...style,...border,zoom:zoom,borderRadius:radius,transformOrigin:\"top center\"},loading:\"lazy\",// @ts-ignore\nfetchPriority:onCanvas?\"low\":\"auto\",referrerPolicy:\"no-referrer\",sandbox:getSandbox(onCanvas)});}const iframeStyle={width:\"100%\",height:\"100%\",border:\"none\"};function getSandbox(onCanvas){const result=[\"allow-same-origin\",\"allow-scripts\"];if(!onCanvas){result.push(\"allow-downloads\",\"allow-forms\",\"allow-modals\",\"allow-orientation-lock\",\"allow-pointer-lock\",\"allow-popups\",\"allow-popups-to-escape-sandbox\",\"allow-presentation\",\"allow-storage-access-by-user-activation\",\"allow-top-navigation-by-user-activation\");}return result.join(\" \");}function EmbedHtml({html,...props}){const hasScript=html.includes(\"</script>\");if(hasScript){const hasSplineViewer=html.includes(\"</spline-viewer>\");const hasComment=html.includes(\"<!-- framer-direct-embed -->\");if(hasSplineViewer||hasComment){return /*#__PURE__*/_jsx(EmbedHtmlWithScripts,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlInsideIframe,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlWithoutScripts,{html:html,...props});}function EmbedHtmlInsideIframe({html,style}){const ref=useRef();const[iframeHeight,setIframeHeight]=useState(0);// Handle auto sizing\nuseEffect(()=>{const iframeWindow=ref.current?.contentWindow;function handleMessage(event){if(event.source!==iframeWindow)return;const data=event.data;if(typeof data!==\"object\"||data===null)return;const height=data.embedHeight;if(typeof height!==\"number\")return;setIframeHeight(height);}window.addEventListener(\"message\",handleMessage);// After SSG the iframe loads before we attach the event handler,\n// therefore we need to request the latest height from the iframe.\niframeWindow?.postMessage(\"getEmbedHeight\",\"*\");return()=>{window.removeEventListener(\"message\",handleMessage);};},[]);// The CSS is mainly copied from:\n// FramerStudio/src/app/vekter/src/renderer/setDefaultFont.ts\n// FramerStudio/src/app/vekter/src/export/globalStylesForExport.ts\nconst srcDoc=`\n<html>\n    <head>\n        <style>\n            html, body {\n                margin: 0;\n                padding: 0;\n            }\n\n            body {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n            }\n\n            :root {\n                -webkit-font-smoothing: antialiased;\n                -moz-osx-font-smoothing: grayscale;\n            }\n\n            * {\n                box-sizing: border-box;\n                -webkit-font-smoothing: inherit;\n            }\n\n            h1, h2, h3, h4, h5, h6, p, figure {\n                margin: 0;\n            }\n\n            body, input, textarea, select, button {\n                font-size: 12px;\n                font-family: sans-serif;\n            }\n        </style>\n    </head>\n    <body>\n        ${html}\n        <script type=\"module\">\n            let height = 0\n\n            function sendEmbedHeight() {\n                window.parent.postMessage({\n                    embedHeight: height\n                }, \"*\")\n            }\n\n            const observer = new ResizeObserver((entries) => {\n                if (entries.length !== 1) return\n                const entry = entries[0]\n                if (entry.target !== document.body) return\n\n                height = entry.contentRect.height\n                sendEmbedHeight()\n            })\n\n            observer.observe(document.body)\n\n            window.addEventListener(\"message\", (event) => {\n                if (event.source !== window.parent) return\n                if (event.data !== \"getEmbedHeight\") return\n                sendEmbedHeight()\n            })\n        </script>\n    <body>\n</html>\n`;const currentStyle={...iframeStyle,...style};const hasAutoHeight=!style.height;if(hasAutoHeight){currentStyle.height=iframeHeight+\"px\";}return /*#__PURE__*/_jsx(\"iframe\",{ref:ref,style:currentStyle,srcDoc:srcDoc});}function EmbedHtmlWithScripts({html,style}){const ref=useRef();useEffect(()=>{const div=ref.current;if(!div)return;div.innerHTML=html;executeScripts(div);return()=>{div.innerHTML=\"\";};},[html]);return /*#__PURE__*/_jsx(\"div\",{ref:ref,style:{...htmlStyle,...style}});}function EmbedHtmlWithoutScripts({html,style}){return /*#__PURE__*/_jsx(\"div\",{style:{...htmlStyle,...style},dangerouslySetInnerHTML:{__html:html}});}const htmlStyle={width:\"100%\",height:\"100%\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"center\"};// This function replaces scripts with executable ones.\n// https://stackoverflow.com/questions/1197575/can-scripts-be-inserted-with-innerhtml\nfunction executeScripts(node){if(node instanceof Element&&node.tagName===\"SCRIPT\"){const script=document.createElement(\"script\");script.text=node.innerHTML;for(const{name,value}of node.attributes){script.setAttribute(name,value);}node.parentElement.replaceChild(script,node);}else{for(const child of node.childNodes){executeScripts(child);}}}// Generic components\nfunction LoadingIndicator(){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-componentPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"Loading\u2026\"})});}function ErrorMessage({message,style}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{minHeight:getMinHeight(style),...containerStyles,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:message})});}const centerTextStyle={textAlign:\"center\",minWidth:140};// Returns a min-height if the component is using auto-height.\nfunction getMinHeight(style){const hasAutoHeight=!style.height;if(hasAutoHeight)return 200;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Embed\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\",\"framerIntrinsicWidth\":\"600\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Embed.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{resize}from\"@motionone/dom\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{animate,LayoutGroup,mix,motion,frame,useInView,useMotionValue,useTransform,wrap}from\"framer-motion\";import{Children,cloneElement,forwardRef,memo,startTransition,useCallback,useEffect,useLayoutEffect,useMemo,useRef,useState}from\"react\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js\";function awaitRefCallback(element,controller){let refCallbackResolve;// we need to listen to the ref setter, so let's override `current` - we can do that, because we don't use React's `useRef` hook for those refs.\nlet current=element.current;Object.defineProperty(element,\"current\",{get(){return current;},set(node){current=node;if(node===null){// React calls with null when the element is unmounted\n// we abort here so that the promise isn't left around in case the ref is never set\ncontroller.abort();return;}refCallbackResolve?.(node);},configurable:true});// no need to create a promise if current already exists\nif(current)return current;const refCallbackPromise=new Promise((resolve,reject)=>{refCallbackResolve=resolve;controller.signal.addEventListener(\"abort\",reject);}).catch(()=>{});return refCallbackPromise;}// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots=[],startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover,playOffscreen}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const amountChildren=Children.count(filteredSlots);const hasChildren=amountChildren>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[{current:null},{current:null}];// when the slots change, generate new array\n},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */let dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{if(!parentRef.current)return;const firstChild=childrenRef[0].current;const lastChild=childrenRef[1].current;const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=firstChild?isHorizontal?firstChild.offsetLeft:firstChild.offsetTop:0;const end=lastChild?isHorizontal?lastChild.offsetLeft+lastChild.offsetWidth:lastChild.offsetTop+lastChild.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=firstChild?isHorizontal?firstChild.offsetWidth:firstChild.offsetHeight:0;const itemWidth=firstChild?firstChild.offsetWidth:0;const itemHeight=firstChild?firstChild.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength});},[]);const scheduleMeasure=useCallback(async()=>{const controller=new AbortController;/**\n         * The elements in the set are refs of children. If they're wrapped in Suspense, they could mount later than the parent.\n         * Thus, we wait for each ref to be set step by step if required.\n         */const[firstChild,lastChild]=childrenRef;if(!isCanvas&&(!firstChild.current||!lastChild.current))try{await Promise.all([awaitRefCallback(firstChild,controller),amountChildren>1?awaitRefCallback(lastChild,controller):true]);}catch{controller.abort();}frame.read(measure,false,true);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{scheduleMeasure();},[itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */const initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();startTransition(()=>setIsResizing(true));}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>startTransition(()=>setIsResizing(false)),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots?.length;const childrenSize=isCanvas?0:size?.children;const itemWithGap=size?.item+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);if(isCanvas){if(currentItem!==startFrom){setCurrentItem(startFrom);}}/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*(size?.itemWidth+gap):-startFrom*(size?.itemHeight+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if(size?.children===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover&&(playOffscreen||isVisible)){timeoutRef.current=setTimeout(()=>{startTransition(()=>setCurrentItem(item=>item+1));switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=(delta,transition=false)=>{if(!isInverted){if(transition)startTransition(()=>setCurrentItem(item=>item+delta));else setCurrentItem(item=>item+delta);}else{if(transition)startTransition(()=>setCurrentItem(item=>item-delta));else setCurrentItem(item=>item-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){startTransition(()=>setCurrentItem(item=>item+goto));}else{startTransition(()=>setCurrentItem(item=>item-gotoInverted));}};/**\n     * Drag\n     */const handleDragStart=()=>{startTransition(()=>setIsDragging(true));};const handleDragEnd=(event,{offset,velocity})=>{startTransition(()=>setIsDragging(false));const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne,true);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne,true);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta,true);}if(isHalfOfPrev){setDelta(-itemDelta,true);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing||amountChildren<=1)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */const columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{let ref;if(index===0){if(childIndex===0){ref=childrenRef[0];}else if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}}return /*#__PURE__*/_jsx(Slide,{ref:ref,slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots?.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<filteredSlots?.length;i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:size?.item!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();startTransition(()=>setIsMouseDown(true));},onMouseUp:()=>startTransition(()=>setIsMouseDown(false)),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1,true),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1,true),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true,playOffscreen:false},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover},playOffscreen:{type:ControlType.Boolean,title:\"Offscreen\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.playOffscreen}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/memo(/*#__PURE__*/forwardRef(function Component(props,ref){const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;const fallbackRef=useRef();/**\n         * Unique offsets + scroll range [0, 1, 1, 0]\n         */const childOffset=(size?.item+gap)*childCounter;const scrollRange=[-size?.item,0,size?.parent-size?.item+gap,size?.parent].map(val=>val-childOffset);/**\n         * Effects\n         */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.on(\"change\",newValue=>{const node=ref?.current??fallbackRef.current;node?.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);const key=slideKey+\"child\";return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",id:key,children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref??fallbackRef,key,style:{...child.props?.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined})})});}));const Dot=/*#__PURE__*/memo(function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;const top=!isHorizontal&&index>0?inlinePadding:padding;const bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;const right=isHorizontal&&index!==total-1?inlinePadding:padding;const left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});});/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"200\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useCallback,useLayoutEffect,useEffect,useState,useRef,cloneElement,startTransition}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{scroll,resize}from\"@motionone/dom\";import{clamp}from\"@motionone/utils\";import{animate,motion,useMotionValue,useTransform,useReducedMotion}from\"framer-motion\";import{usePadding,paddingControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";/**\n * Calculate the width of the fade mask. Fade width and inset are provided\n * as percentages. There's a fade on the left and the right, so we return\n * a maximum of 50%.\n */function calcMaskWidth([inset,width]){return inset+(100-inset)*(width/100)*.5;}/**\n * Use media queries to determine if this device uses a mouse as\n * the primary input.\n */function useIsMouse(){const[isMouseDevice,setIsMouseDevice]=useState(false);useLayoutEffect(()=>{startTransition(()=>setIsMouseDevice(window.matchMedia(\"(pointer:fine)\").matches));},[]);return isMouseDevice;}/**\n * This checks a scroll position against the available scrollable\n * range. If we have hit an edge, start/end, we fade out the pagination\n * controls and mask. Likewise if we've just moved away from an edge we\n * fade them back in.\n */function checkLimit(progress,target,{edgeOpacity,moreItems,buttonRef},transition){if(moreItems.current&&progress===target){moreItems.current=false;animate(edgeOpacity,1,transition);buttonRef.current.setAttribute(\"disabled\",\"\");}else if(!moreItems.current&&progress!==target){moreItems.current=true;animate(edgeOpacity,0,transition);buttonRef.current.removeAttribute(\"disabled\");}}function useGUI(initialMoreItems,initialAlpha){const moreItems=useRef(initialMoreItems);const edgeOpacity=useMotionValue(moreItems.current?0:1);const fadeOpacity=useTransform(edgeOpacity,[0,1],[initialAlpha||0,1]);const buttonOpacity=useTransform(edgeOpacity,v=>1-v);const buttonRef=useRef(null);/**\n     * Returns a pointer-events CSS value for a given opacity.\n     * The threshold here is arbitrary, the theory being we\n     * should only enable pointer-events when the button is\n     * somewhat visible.\n     */const pointerEvents=useTransform(buttonOpacity,v=>v>.2?\"auto\":\"none\");/**\n     * Returns a cursor CSS value for a given pointer-events value.\n     * So only indicate\n     */const cursor=useTransform(pointerEvents,v=>v===\"auto\"?\"pointer\":\"default\");const buttonStyle={...baseButtonStyles,opacity:buttonOpacity,pointerEvents,cursor};return{moreItems,fadeOpacity,edgeOpacity,buttonStyle,buttonRef};}function setAriaVisible({element}){element.setAttribute(\"aria-hidden\",false);}function useScrollLimits(container,axis,scrollInfo,updateCurrentScroll,targetScroll,checkLimits,measureItems){useEffect(()=>{if(!container.current)return;const updateScrollInfo=info=>{scrollInfo.current=info[axis];/**\n             * If we've reached our target scroll, delete it.\n             * This way we know when to make calculations based on the\n             * actual current scroll or the target scroll.\n             */if(info[axis].current===targetScroll.current){targetScroll.current=undefined;}updateCurrentScroll(info[axis].current);checkLimits();};const stopScroll=scroll(updateScrollInfo,{container:container.current,axis});const stopResize=resize(container.current,()=>{measureItems();checkLimits();});return()=>{stopScroll();stopResize();};},[checkLimits,measureItems]);}/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export default function Carousel({slots,gap,axis,align,sizingObject,fadeObject,arrowObject,snapObject,progressObject,ariaLabel,borderRadius,effectsObject,...props}){// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numItems=Children.count(filteredSlots);const isCanvas=RenderTarget.current()===RenderTarget.canvas;const padding=usePadding(props);const axisLabel=axis?\"x\":\"y\";const{fadeContent,fadeWidth,fadeInset,fadeTransition,fadeAlpha}=fadeObject;const{snap,snapEdge,fluid}=snapObject;const{widthType,widthInset,widthColumns,heightType,heightInset,heightRows}=sizingObject;const{showScrollbar,showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressObject;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowPadding}=arrowObject;/**\n     * The latest scroll info on the scrollable axis as reported by Motion One.\n     */const scrollInfo=useRef(undefined);/**\n     * The target scroll we're currently animating to, calculated when\n     * a user presses a pagination button.\n     */const targetScroll=useRef(undefined);/**\n     * If we're performing a scroll animation, return the target scroll instead\n     * of the latest scroll position. This will help users paginate through\n     * a carousel much quicker.\n     */const currentScroll=useMotionValue(0);const updateCurrentScroll=newScroll=>{currentScroll.set(targetScroll.current!==undefined?targetScroll.current:newScroll);};/**\n     * We only want to display pagination buttons if the user has enabled the setting\n     * and this is actually a mouse device.\n     */const isMouseDevice=useIsMouse();/**\n     * Create all the motion values for the GUI at each end of the carousel.\n     */const start=useGUI(false,fadeAlpha);const end=useGUI(true,fadeAlpha);const startMaskInset=useMotionValue(fadeInset*.5);const endMaskInset=useTransform(startMaskInset,v=>100-v);const baseWidth=useMotionValue(fadeWidth);const startMaskWidth=useTransform([startMaskInset,baseWidth],calcMaskWidth);const endMaskWidth=useTransform(startMaskWidth,v=>100-v);const direction=useMotionValue(axis?\"right\":\"bottom\");const mask=useTransform([direction,start.fadeOpacity,startMaskInset,startMaskWidth,end.fadeOpacity,endMaskInset,endMaskWidth],latest=>{return`linear-gradient(to ${latest[0]}, rgb(0, 0, 0, ${latest[1]}) ${latest[2]}%, rgb(0, 0, 0, 1) ${latest[3]}%, rgba(0, 0, 0, 1) ${latest[6]}%, rgb(0, 0, 0, ${latest[4]}) ${latest[5]}%)`;});const carouselRef=useRef(null);/**\n     * Dots state\n     */const[numPages,setNumPages]=useState(isCanvas?4:1);/**\n     * Generate styles for components.\n     */const itemStyle={scrollSnapAlign:snapEdge,flexShrink:0};const childStyle={};if(align===\"stretch\"){if(axis){childStyle.height=\"100%\";itemStyle.height=\"auto\";}else{childStyle.width=\"100%\";itemStyle.width=\"auto\";}}if(!fluid){itemStyle.scrollSnapStop=\"always\";}if(widthType===\"stretch\"){itemStyle.width=`calc(100% - ${widthInset||0}px)`;childStyle.width=\"100%\";}else if(widthType===\"columns\"){itemStyle.width=`calc(${100/widthColumns}% - ${gap}px + ${gap/widthColumns}px)`;childStyle.width=\"100%\";}if(heightType===\"stretch\"){itemStyle.height=`calc(100% - ${heightInset||0}px)`;childStyle.height=\"100%\";}else if(heightType===\"rows\"){itemStyle.height=`calc(${100/heightRows}% - ${gap}px + ${gap/heightRows}px)`;childStyle.height=\"100%\";}const scrollOverflow=isCanvas?\"hidden\":\"auto\";const containerStyle={...baseContainerStyle,padding};const carouselStyle={...baseCarouselStyle,gap,alignItems:align,flexDirection:axis?\"row\":\"column\",overflowX:axis?scrollOverflow:\"hidden\",overflowY:axis?\"hidden\":scrollOverflow,scrollSnapType:snap?`${axisLabel} mandatory`:undefined,WebkitOverflowScrolling:\"touch\",WebkitMaskImage:fadeContent?mask:undefined,maskImage:fadeContent?mask:undefined,borderRadius};const carouselA11y={[\"aria-roledescription\"]:\"carousel\"};if(ariaLabel){carouselA11y[\"aria-title\"]=ariaLabel;}const itemA11y={};if(align===\"stretch\"){itemA11y[\"aria-role\"]=\"group\";itemA11y[\"aria-roledescription\"]=\"slide\";}if(!isCanvas){const itemSizes=useRef([]);useScrollLimits(carouselRef,axisLabel,scrollInfo,updateCurrentScroll,targetScroll,useCallback(()=>{if(!scrollInfo.current)return;const{targetLength,containerLength,scrollLength}=scrollInfo.current;const current=currentScroll.get();if(!targetLength&&!containerLength)return;if(targetLength>containerLength){checkLimit(current,0,start,fadeTransition);checkLimit(current,scrollLength,end,fadeTransition);for(let i=0;i<itemSizes.current.length;i++){const{element,start,end}=itemSizes.current[i];if(end<current||start>current+containerLength){element.setAttribute(\"aria-hidden\",true);}else{element.setAttribute(\"aria-hidden\",false);}}}else{checkLimit(0,0,start,fadeTransition);checkLimit(1,1,end,fadeTransition);itemSizes.current.forEach(setAriaVisible);}// This used to be Math.ceil, which would round 3.05 to 4.\n// This now uses Math.round to ensure people get a perfect amount of dots\n// when using Columns or Rows \u2014\u00A0Benjamin\n/**\n                 * Update by Matt: changing back to ceil, might break dots but round was incorrectly\n                 * paginating for all widths - overshooting items at shorter viewports and\n                 * not paginating at all for wide.\n                 */let newNumPages=Math.ceil(targetLength/containerLength);if(!isNaN(newNumPages)){// If the number of dots is 65% of the number of items, make it 100%\nif(newNumPages/numItems>.65)newNumPages=numItems;if(newNumPages!==numPages)setNumPages(newNumPages);}},[numPages]),useCallback(()=>{if(!carouselRef.current)return;itemSizes.current=Array.from(carouselRef.current.children).map(element=>{return axis?{element,start:element.offsetLeft,end:element.offsetLeft+element.offsetWidth}:{element,start:element.offsetTop,end:element.offsetTop+element.offsetHeight};});},[]));}/**\n     * On the canvas, we want to keep the motion values updated\n     * with the latest props. Outside of the canvas these will never\n     * update.\n     */if(isCanvas){useEffect(()=>{baseWidth.set(fadeWidth);},[fadeWidth]);useEffect(()=>{startMaskInset.set(fadeInset*.5);},[fadeInset]);useEffect(()=>{direction.set(axis?\"right\":\"bottom\");},[axis]);}/*const findNextItem = (delta: 1 | -1, target: number) => {\n        if (!scrollInfo.current) return\n        const { current } = scrollInfo.current\n        const { children } = carouselRef.current\n        let scrollTarget\n\n        let i = delta === 1 ? 0 : children.length - 1\n        while (scrollTarget === undefined) {\n            const item = children[i]\n\n            const start = axis ? item.offsetLeft : item.offsetTop\n            const length = axis ? item.offsetWidth : item.offsetHeight\n            const end = start + length\n\n            const threshold = 0.05\n            if (delta === 1) {\n                const visibility = progress(start, end, target)\n                if (visibility < 1 - threshold) {\n                    scrollTarget = start\n                } else if (i === children.length - 1) {\n                    scrollTarget = end\n                }\n            } else if (delta === -1) {\n                const visibility = progress(start, end, target)\n                if (visibility > threshold) {\n                    scrollTarget = end\n                } else if (i === 0) {\n                    scrollTarget = start\n                }\n            }\n\n            i += delta\n        }\n\n        return scrollTarget\n    }*/const isReducedMotion=useReducedMotion();const goto=scrollTo=>{targetScroll.current=scrollTo;const options=axis?{left:scrollTo}:{top:scrollTo};carouselRef.current.scrollTo({...options,behavior:isReducedMotion?\"auto\":\"smooth\"});};const gotoPage=(page,adjustment)=>{if(!scrollInfo.current)return;const{scrollLength}=scrollInfo.current;const totalLen=scrollLength/(numPages-1);goto(page*totalLen+adjustment*totalLen);};const gotoDelta=delta=>()=>{if(!scrollInfo.current)return;const{containerLength,scrollLength}=scrollInfo.current;const current=currentScroll.get();const pageLength=scrollLength/numPages;const currentPage=clamp(0,numPages-1,Math.floor(current/pageLength));let adjustment=0;if(snap&&(snapEdge===\"start\"||snapEdge===\"end\")&&delta>=1)adjustment=.4// this ensures it doesn't snap back to previous page*/\n    ;gotoPage(currentPage+delta,adjustment);};/**\n     * Return placeholder if no children\n     */if(numItems===0){return /*#__PURE__*/_jsx(Placeholder,{});}const dots=[];const dotsBlurStyle={};if(numPages>1&&showProgressDots&&!showScrollbar){for(let i=0;i<numPages;i++){const isSelected=isCanvas&&!i||false;dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,isSelected:isSelected,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>startTransition(()=>gotoPage(i)),currentScroll:currentScroll,scrollInfo:scrollInfo,total:numPages,index:i,gap:dotsGap,padding:dotsPadding,axis:axis}));}if(dotsBlur){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=`blur(${dotsBlur}px)`;}}return /*#__PURE__*/_jsxs(\"section\",{style:containerStyle,...carouselA11y,children:[/*#__PURE__*/_jsx(motion.ul,{ref:carouselRef,style:carouselStyle,className:\"framer--carousel\",\"data-show-scrollbar\":showScrollbar,\"aria-atomic\":\"false\",\"aria-live\":\"polite\",onWheel:()=>targetScroll.current=undefined,children:Children.map(filteredSlots,(child,index)=>/*#__PURE__*/_jsx(\"li\",{style:itemStyle,...itemA11y,\"aria-label\":`${index+1} of ${numItems}`,children:/*#__PURE__*/cloneElement(child,{...child.props,style:{...child.props?.style,...childStyle}})}))}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles,padding:arrowPadding,display:\"flex\",flexDirection:axis?\"row\":\"column\"},\"aria-label\":\"Carousel pagination controls\",className:\"framer--carousel-controls\",\"data-show-mouse-controls\":showMouseControls,children:[/*#__PURE__*/_jsx(motion.button,{ref:start.buttonRef,type:\"button\",style:{...start.buttonStyle,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!axis?90:0,display:showMouseControls?\"block\":\"none\"},onClick:gotoDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.05},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",alt:\"\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\"})}),/*#__PURE__*/_jsx(motion.button,{ref:end.buttonRef,type:\"button\",style:{...end.buttonStyle,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!axis?90:0,display:showMouseControls?\"block\":\"none\"},onClick:gotoDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.05},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",alt:\"\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\"})}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:axis?\"50%\":dotsInset,top:!axis?\"50%\":\"unset\",transform:axis?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:axis?\"row\":\"column\",bottom:axis?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,...dotsBlurStyle},children:dots}):null]}),/*#__PURE__*/_jsx(MouseStyles,{})]});}/* Default Properties */Carousel.defaultProps={gap:10,padding:10,progressObject:{showScrollbar:false,showProgressDots:false},sizingObject:{widthType:\"auto\",widthOffset:0,widthColumns:2,heightType:\"auto\",heightOffset:0,heightRows:2},borderRadius:0};/* Property Controls */addPropertyControls(Carousel,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},axis:{type:ControlType.Enum,title:\"Direction\",options:[true,false],optionIcons:[\"direction-horizontal\",\"direction-vertical\"],displaySegmentedControl:true},align:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{axis:{true:[\"align-top\",\"align-middle\",\"align-bottom\"],false:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},...paddingControl,sizingObject:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Enum,title:\"Width\",options:[\"auto\",\"stretch\",\"columns\"],optionTitles:[\"Auto\",\"Stretch\",\"Columns\"],defaultValue:\"auto\"},widthInset:{type:ControlType.Number,title:\"Inset\",min:0,max:500,defaultValue:0,hidden:props=>props.widthType!==\"stretch\"},widthColumns:{type:ControlType.Number,title:\"Columns\",min:1,max:10,defaultValue:2,displayStepper:true,hidden:props=>props.widthType!==\"columns\"},heightType:{type:ControlType.Enum,title:\"Height\",options:[\"auto\",\"stretch\",\"rows\"],optionTitles:[\"Auto\",\"Stretch\",\"Rows\"],defaultValue:\"auto\"},heightInset:{type:ControlType.Number,title:\"Inset\",min:0,max:500,defaultValue:0,hidden:props=>props.heightType!==\"stretch\"},heightRows:{type:ControlType.Number,title:\"Rows\",min:1,max:10,defaultValue:2,displayStepper:true,hidden:props=>props.heightType!==\"rows\"}}},snapObject:{type:ControlType.Object,title:\"Snapping\",controls:{snap:{type:ControlType.Boolean,title:\"Enable\"},snapEdge:{type:ControlType.Enum,title:\"Edge\",options:[\"start\",\"center\",\"end\"],optionTitles:[\"Left\",\"Center\",\"Right\"],defaultValue:\"center\",hidden:props=>!props.snap},fluid:{type:ControlType.Boolean,title:\"Fluid\",defaultValue:false,hidden:props=>!props.snap}}},fadeObject:{type:ControlType.Object,title:\"Fading\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Enable\",defaultValue:false},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden:props=>!props.fadeContent},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden:props=>!props.fadeContent},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",hidden:props=>!props.fadeContent,min:0,max:1,step:.05,defaultValue:0},fadeTransition:{type:ControlType.Transition,title:\"Transition\",hidden:props=>!props.fadeContent}}},progressObject:{type:ControlType.Object,title:\"Progress\",controls:{showScrollbar:{type:ControlType.Boolean,title:\"Scroll Bar\",defaultValue:false},showProgressDots:{type:ControlType.Boolean,title:\"Dots\",defaultValue:false,hidden:props=>props.showScrollbar},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:4,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}},arrowObject:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:true},arrowFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showMouseControls},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:40,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:0,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls}}},ariaLabel:{type:ControlType.String,title:\"Aria Label\",placeholder:\"Movies...\"},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0}});function Dot({currentScroll,scrollInfo,isSelected,selectedOpacity,opacity:unselectedOpacity,total,index,dotStyle,buttonStyle,gap,padding,axis,...props}){const opacity=useTransform(currentScroll,v=>{if(!scrollInfo.current?.scrollLength){return index===0?selectedOpacity:unselectedOpacity;}const pageLength=scrollInfo.current?.scrollLength/total;const minScroll=pageLength*index;const maxScroll=minScroll+pageLength;const isSelected=v>=minScroll&&(index<total-1?v<maxScroll:index===total-1);return isSelected?selectedOpacity:unselectedOpacity;});const inlinePadding=gap/2;let top=!axis&&index>0?inlinePadding:padding;let bottom=!axis&&index!==total-1?inlinePadding:padding;let right=axis&&index!==total-1?inlinePadding:padding;let left=axis&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle,opacity}})});}function Placeholder(){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 swipe between.\"})]});}function MouseStyles(){return /*#__PURE__*/_jsx(\"div\",{dangerouslySetInnerHTML:{__html:`<style>@media (pointer: fine) {\n                .framer--carousel[data-show-scrollbar=\"false\"]::-webkit-scrollbar {\n                    display: none;\n                    -webkit-appearance: none;\n                    width: 0;\n                    height: 0;\n                }\n\n                .framer--carousel[data-show-scrollbar=\"false\"]::-webkit-scrollbar-thumb {\n                    display: none;\n                }\n\n                .framer--carousel[data-show-scrollbar=\"false\"] {\n                    scrollbar-width: none;\n                    scrollbar-height: none;\n                }\n            }</style>`}});}/* 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:130,lineHeight:1.5,textAlign:\"center\"};const labelStyle={clip:\"rect(0 0 0 0)\",WebkitClipPath:\"inset(50%)\",clipPath:\"inset(50%)\",height:1,width:1,margin:-1,padding:0,overflow:\"hidden\",position:\"absolute\",whiteSpace:\"nowrap\"};/**\n * GUI styles\n */const baseContainerStyle={display:\"flex\",overflow:\"hidden\",width:\"100%\",height:\"100%\",position:\"relative\"};const baseCarouselStyle={padding:0,margin:0,listStyle:\"none\",position:\"relative\",display:\"flex\",flex:\"1 1 100%\",width:\"100%\",height:\"100%\"};const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",top:0,left:0,right:0,bottom:0,pointerEvents:\"none\",border:0,padding:0,margin:0};/**\n * Dot styles\n */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Carousel\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"200\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicWidth\":\"400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Carousel.map", "// Generated by Framer (d65f646)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-JL5Nw .framer-styles-preset-9qnujc:not(.rich-text-wrapper), .framer-JL5Nw .framer-styles-preset-9qnujc.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: rgba(0, 139, 185, 0.7); --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, #008bb9); --framer-link-text-decoration: none; }\"];export const className=\"framer-JL5Nw\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Link}from\"framer\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185)))\"},children:\"Soluzioni\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21)))\"},children:\"Un modo pi\\xf9 efficiente per gestire la tua attivit\\xe0\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21)))\"},children:\"Un modo pi\\xf9 efficiente per gestire la tua attivit\\xe0\"})});export const v3=/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(21, 21, 21, 0.75))\"},children:\"Dai collegamenti di pagamento ai pagamenti divisi, Teya si collega al tuo business \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgba(21, 21, 21, 0.75))\"},children:\"cos\\xec puoi essere pagato a modo tuo.\"})]});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(21, 21, 21, 0.75))\"},children:[\"Dai collegamenti di pagamento ai pagamenti divisi, Teya si collega al tuo business \",/*#__PURE__*/_jsx(motion.br,{}),\"cos\\xec puoi essere pagato a modo tuo.\"]})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Dividi le spese con facilit\\xe0\"})});export const v6=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Dividi il pagamento come vogliono i tuoi clienti e crea ricevute separate con i nuovi importi.\"})});export const v7=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k6aCt1U7O\"},motionChild:true,nodeId:\"AZ3Jc7Nxt\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Scopri di pi\\xf9 \u2192\"})})})});export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:[\"Monitora le tue vendite \\u2028\\u2028\",/*#__PURE__*/_jsx(motion.br,{}),\"in tempo reale\"]})});export const v9=/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Segui le tue vendite in tempo reale su \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(61, 61, 61))\"},children:\"l'app Teya o il Portale Web.\"})]});export const v10=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"e5Ib0BjFI\"},motionChild:true,nodeId:\"yTnsxnKMa\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Scopri di pi\\xf9 \u2192\"})})})});export const v11=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Anticipo di denaro\"})});export const v12=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Finanziamenti flessibili, rapidi e trasparenti - pagabili direttamente dalle vendite della tua macchina Teya.\"})});export const v13=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"F0ki1p8M_\"},motionChild:true,nodeId:\"YNeAHgHsU\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Scopri di pi\\xf9 \u2192\"})})})});export const v14=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Oltre 50 integrazioni E-POS\"})});export const v15=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Collega il tuo software di gestione aziendale esistente con i semplici strumenti di integrazione di Teya.\"})});export const v16=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"e7bXC1n0F\"},motionChild:true,nodeId:\"d4YQ7eNeT\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Scopri di pi\\xf9 \u2192\"})})})});export const v17=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Vendi da lontano con i Link di Pagamento\"})});export const v18=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Per pagamenti da chiunque, ovunque - invia un collegamento al pagamento veloce e sicuro.\"})});export const v19=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"K9VwJMr6j\"},motionChild:true,nodeId:\"z5E4rcp_j\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Scopri di pi\\xf9 \u2192\"})})})});export const v20=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Calcolatrice integrata\"})});export const v21=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Tieni il tuo telefono in tasca e calcola gli importi direttamente sul terminale.\"})});export const v22=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k6aCt1U7O\"},motionChild:true,nodeId:\"qwPq1PrTF\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Scopri di pi\\xf9 \u2192\"})})})});export const v23=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Liquidazioni il giorno successivo\"})});export const v24=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Le tue vendite vengono accreditate nel tuo conto bancario di preferenza il giorno lavorativo successivo.\"})});export const v25=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r7bWdZo6O\"},motionChild:true,nodeId:\"tYvwLBaua\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Scopri di pi\\xf9 \u2192\"})})})});export const v26=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Pagamenti veloci\"})});export const v27=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Non preoccuparti mai pi\\xf9 delle linee. Teya ha velocit\\xe0 di transazione leader di settore.\"})});export const v28=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k6aCt1U7O\"},motionChild:true,nodeId:\"rtPMvJDN2\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Scopri di pi\\xf9 \u2192\"})})})});export const v29=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Teya Tap\"})});export const v30=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Trasforma il tuo telefono in una macchina per carte e consenti ai tuoi clienti di pagare con pagamenti contactless.\"})});export const v31=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"K9VwJMr6j\"},motionChild:true,nodeId:\"sZt0D5GsA\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Scopri di pi\\xf9 \u2192\"})})})});export const v32=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Suggerimenti\"})});export const v33=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Consenti ai tuoi clienti di lasciare una mancia con un semplice tocco e segui gli importi in tempo reale tramite l'app Teya.\"})});export const v34=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"e5Ib0BjFI\"},motionChild:true,nodeId:\"hO84BVPfP\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Scopri di pi\\xf9 \u2192\"})})})});export const v35=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Garanzia a vita\"})});export const v36=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Sappiamo che ci sono molte sfide imprevedibili che affrontano le piccole imprese. Con Teya, ti copriamo da furti a danni causati dall'acqua.\"})});export const v37=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k6aCt1U7O\"},motionChild:true,nodeId:\"vOTocfhdE\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Scopri di pi\\xf9 \u2192\"})})})});\nexport const __FramerMetadata__ = {\"exports\":{\"v23\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v26\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v29\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v34\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v21\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v33\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v31\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v32\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v22\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v25\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v37\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v24\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v35\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v28\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v27\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v36\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v30\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Link}from\"framer\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185)))\"},children:\"Soluciones\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21)))\"},children:\"Una forma m\\xe1s inteligente de gestionar su negocio\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21)))\"},children:\"Una forma m\\xe1s inteligente de gestionar su negocio\"})});export const v3=/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(21, 21, 21, 0.75))\"},children:\"Desde enlaces de pago hasta pagos divididos, Teya se conecta a tu negocio \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgba(21, 21, 21, 0.75))\"},children:\"para que recibas tu pago a tu manera.\"})]});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(21, 21, 21, 0.75))\"},children:[\"Desde enlaces de pago hasta pagos divididos, Teya se conecta a tu negocio \",/*#__PURE__*/_jsx(motion.br,{}),\"para que recibas tu pago a tu manera.\"]})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Divide las cuentas con facilidad\"})});export const v6=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Divide de la manera que tus clientes deseen y crea recibos separados con los nuevos montos.\"})});export const v7=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k6aCt1U7O\"},motionChild:true,nodeId:\"AZ3Jc7Nxt\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Aprende m\\xe1s \u2192\"})})})});export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:[\"Rastrear tus ventas \\u2028\\u2028\",/*#__PURE__*/_jsx(motion.br,{}),\"en tiempo real\"]})});export const v9=/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Realiza un seguimiento de tus ventas en tiempo real en \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(61, 61, 61))\"},children:\"la aplicaci\\xf3n Teya o el portal web.\"})]});export const v10=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"e5Ib0BjFI\"},motionChild:true,nodeId:\"yTnsxnKMa\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Aprende m\\xe1s \u2192\"})})})});export const v11=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Adelanto en efectivo\"})});export const v12=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Financiaci\\xf3n flexible, r\\xe1pida y transparente - pagadera directamente desde las ventas de su terminal de tarjeta Teya.\"})});export const v13=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"F0ki1p8M_\"},motionChild:true,nodeId:\"YNeAHgHsU\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Aprende m\\xe1s \u2192\"})})})});export const v14=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"M\\xe1s de 50 integraciones de E-POS\"})});export const v15=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Conecta tu software de gesti\\xf3n empresarial existente con las herramientas de integraci\\xf3n simples de Teya.\"})});export const v16=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"e7bXC1n0F\"},motionChild:true,nodeId:\"d4YQ7eNeT\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Aprende m\\xe1s \u2192\"})})})});export const v17=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Vende a distancia con Enlaces de Pago\"})});export const v18=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Para pagos de cualquier persona, en cualquier lugar - env\\xeda un enlace de pago r\\xe1pido y seguro.\"})});export const v19=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"K9VwJMr6j\"},motionChild:true,nodeId:\"z5E4rcp_j\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Aprende m\\xe1s \u2192\"})})})});export const v20=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Calculadora integrada\"})});export const v21=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Mant\\xe9n tu tel\\xe9fono en tu bolsillo y calcula las cantidades directamente en el terminal.\"})});export const v22=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k6aCt1U7O\"},motionChild:true,nodeId:\"qwPq1PrTF\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Aprende m\\xe1s \u2192\"})})})});export const v23=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Liquidaciones al d\\xeda siguiente\"})});export const v24=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Sus ventas se liquidan en su cuenta bancaria de preferencia el siguiente d\\xeda h\\xe1bil.\"})});export const v25=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r7bWdZo6O\"},motionChild:true,nodeId:\"tYvwLBaua\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Aprende m\\xe1s \u2192\"})})})});export const v26=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Pagos r\\xe1pidos\"})});export const v27=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Nunca te preocupes por las colas de nuevo. Teya tiene velocidades de transacci\\xf3n l\\xedderes en la industria.\"})});export const v28=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k6aCt1U7O\"},motionChild:true,nodeId:\"rtPMvJDN2\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Aprende m\\xe1s \u2192\"})})})});export const v29=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Teya Tap\"})});export const v30=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Convierte tu tel\\xe9fono en una m\\xe1quina de tarjetas y deja que tus clientes paguen con pagos sin contacto.\"})});export const v31=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"K9VwJMr6j\"},motionChild:true,nodeId:\"sZt0D5GsA\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Aprende m\\xe1s \u2192\"})})})});export const v32=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Consejos\"})});export const v33=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Permita que sus clientes dejen propina con solo un toque y siga los montos en tiempo real a trav\\xe9s de la aplicaci\\xf3n Teya.\"})});export const v34=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"e5Ib0BjFI\"},motionChild:true,nodeId:\"hO84BVPfP\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Aprende m\\xe1s \u2192\"})})})});export const v35=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Garant\\xeda de por vida\"})});export const v36=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Sabemos que hay muchos desaf\\xedos impredecibles que enfrentan las peque\\xf1as empresas. Con Teya, te tenemos cubierto desde el robo hasta los da\\xf1os por agua.\"})});export const v37=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k6aCt1U7O\"},motionChild:true,nodeId:\"vOTocfhdE\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Aprende m\\xe1s \u2192\"})})})});\nexport const __FramerMetadata__ = {\"exports\":{\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v21\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v32\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v26\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v22\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v37\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v34\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v27\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v25\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v31\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v35\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v36\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v33\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v28\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v30\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v29\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v24\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v23\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c07a8c1)\nimport*as localizedValues from\"./hf1ZV8kXh-0.js\";import*as localizedValues1 from\"./hf1ZV8kXh-1.js\";const valuesByLocaleId={aVJRs0Jbv:localizedValues1,TSWGx_miv:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c07a8c1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/YnJq9QRMz3qTkn8Nbo0f/Carousel.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/OengIFORW7aC2FSBETIs/DPsTcZ6JevkMMqTLcYoO/dPOAIPSQf.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/YrW7uMBX5SWIfOeR3gki/SIV6Gqq5EQS63Lr3fxmM/hf1ZV8kXh.js\";const CarouselFonts=getFonts(Carousel);const cycleOrder=[\"gYY8sicts\",\"Ec3tRBxIS\",\"i47FmuX8v\"];const serializationHash=\"framer-uGKuR\";const variantClassNames={Ec3tRBxIS:\"framer-v-1n5c6gw\",gYY8sicts:\"framer-v-8wq7dh\",i47FmuX8v:\"framer-v-1wen5uz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"All Stores - Phone\":\"Ec3tRBxIS\",\"All Stores - Tablet\":\"i47FmuX8v\",\"All Stores\":\"gYY8sicts\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"gYY8sicts\"};};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:\"gYY8sicts\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"Ec3tRBxIS\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"Ec3tRBxIS\")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-8wq7dh\",className,classNames),\"data-framer-name\":\"All Stores\",layoutDependency:layoutDependency,layoutId:\"gYY8sicts\",ref:refBinding,style:{...style},...addPropertyOverrides({Ec3tRBxIS:{\"data-framer-name\":\"All Stores - Phone\"},i47FmuX8v:{\"data-framer-name\":\"All Stores - Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m01p1e\",\"data-framer-name\":\"Content Group\",layoutDependency:layoutDependency,layoutId:\"cCKjxdCk3\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7qxky6\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"N0udl2o3Y\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-prw77b\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"X0w7rv9Ol\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185)))\"},children:\"Solutions\"})}),className:\"framer-1g324df\",\"data-framer-name\":\"Eyebrown\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"GyTIwQMEh\",style:{\"--extracted-1of0zx5\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21)))\"},children:\"A smarter way to run your business\"})}),className:\"framer-729t5z\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"imKKzV0Ap\",style:{\"--extracted-a0htzi\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Ec3tRBxIS:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21)))\"},children:\"A smarter way to run your business\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(21, 21, 21, 0.75))\"},children:\"From payment links to split payments, Teya connects to your business \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgba(21, 21, 21, 0.75))\"},children:\"so you get paid your way.\"})]}),className:\"framer-p29ky\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"EBJwCjHoX\",style:{\"--extracted-2gxw0f\":\"rgba(21, 21, 21, 0.75)\",\"--extracted-r6o4lv\":\"rgba(21, 21, 21, 0.75)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Ec3tRBxIS:{children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(21, 21, 21, 0.75))\"},children:\"From payment links to split payments, Teya connects to your business so you get paid your way.\"})})},i47FmuX8v:{children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(21, 21, 21, 0.75))\"},children:\"From payment links to split payments, Teya connects to your business so you get paid your way.\"})})}},baseVariant,gestureVariant)})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1iw3e9q-container\",\"data-framer-name\":\"All Stores Carousel\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"WeCxAB6TJ-container\",name:\"All Stores Carousel\",nodeId:\"WeCxAB6TJ\",rendersWithMotion:true,scopeId:\"hf1ZV8kXh\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:false},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:16,height:\"100%\",id:\"WeCxAB6TJ\",layoutId:\"WeCxAB6TJ\",name:\"All Stores Carousel\",padding:10,paddingBottom:0,paddingLeft:2,paddingPerSide:true,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gl119b\",\"data-framer-name\":\"Card 1\",layoutDependency:layoutDependency,layoutId:\"TDvqGd5t7\",style:{backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1op94qm\",\"data-framer-name\":\"Content Holder\",layoutDependency:layoutDependency,layoutId:\"dJjZDHfRf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Split bills with ease\\u2028\\u2028\"})}),className:\"framer-123qv32\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"JM8V0kZTD\",style:{\"--extracted-1eung3n\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Split the way your customers want, and create separate receipts with the new amounts.\"})}),className:\"framer-174vyom\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"HdXygCaJm\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k6aCt1U7O\"},motionChild:true,nodeId:\"AZ3Jc7Nxt\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-ainsgz\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"AZ3Jc7Nxt\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1169,pixelWidth:1075,positionX:\"center\",positionY:\"bottom\",sizes:\"242px\",src:\"https://framerusercontent.com/images/KryzVZWDjGU5AQ2HEF9KQCkgPE8.png\",srcSet:\"https://framerusercontent.com/images/KryzVZWDjGU5AQ2HEF9KQCkgPE8.png?scale-down-to=1024 941w,https://framerusercontent.com/images/KryzVZWDjGU5AQ2HEF9KQCkgPE8.png 1075w\"},className:\"framer-1ux863h\",layoutDependency:layoutDependency,layoutId:\"VqIIFbiS7\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1656,pixelWidth:1380,positionX:\"center\",positionY:\"bottom\",sizes:\"332px\",src:\"https://framerusercontent.com/images/eUlJFgTE4hn4RSi74cveXGdlXw.png\",srcSet:\"https://framerusercontent.com/images/eUlJFgTE4hn4RSi74cveXGdlXw.png?scale-down-to=1024 853w,https://framerusercontent.com/images/eUlJFgTE4hn4RSi74cveXGdlXw.png 1380w\"},className:\"framer-c4i4c6\",layoutDependency:layoutDependency,layoutId:\"MsxaXA3Xp\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y5gfxd\",\"data-framer-name\":\"Card 2\",layoutDependency:layoutDependency,layoutId:\"QEwh7J6Fq\",style:{backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rm5zqf\",\"data-framer-name\":\"Content Holder\",layoutDependency:layoutDependency,layoutId:\"IF0O23hl2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:[\"Track your sales \\u2028\\u2028\",/*#__PURE__*/_jsx(motion.br,{}),\"real-time\"]})}),className:\"framer-12rmug1\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"cfcObLd1m\",style:{\"--extracted-1eung3n\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Follow your sales in real-time on \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(61, 61, 61))\"},children:\"the Teya App or Web Portal.\"})]}),className:\"framer-88q73n\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"uMmp4jLKF\",style:{\"--extracted-2gxw0f\":\"rgb(61, 61, 61)\",\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"e5Ib0BjFI\"},motionChild:true,nodeId:\"yTnsxnKMa\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-w4a9tr\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"yTnsxnKMa\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1113,pixelWidth:1380,positionX:\"center\",positionY:\"bottom\",sizes:\"340px\",src:\"https://framerusercontent.com/images/W5mu85IDZuy3QHEYJv7VpON0GI.png\",srcSet:\"https://framerusercontent.com/images/W5mu85IDZuy3QHEYJv7VpON0GI.png?scale-down-to=512 512w,https://framerusercontent.com/images/W5mu85IDZuy3QHEYJv7VpON0GI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/W5mu85IDZuy3QHEYJv7VpON0GI.png 1380w\"},className:\"framer-kcyb0\",layoutDependency:layoutDependency,layoutId:\"iMsgOGfEv\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hsu8if\",\"data-framer-name\":\"Card 3\",layoutDependency:layoutDependency,layoutId:\"EFyDJW9PF\",style:{backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vjayo2\",\"data-framer-name\":\"Content Holder\",layoutDependency:layoutDependency,layoutId:\"QTbqYfK6a\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Cash advance\"})}),className:\"framer-1snssue\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"WIdZ33Oyu\",style:{\"--extracted-1eung3n\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Flexible, fast and transparent funding - payable directly from your Teya card machine sales.\"})}),className:\"framer-17fxzi3\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"AMZAtx4J_\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"F0ki1p8M_\"},motionChild:true,nodeId:\"YNeAHgHsU\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-n05tu6\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"YNeAHgHsU\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1447,pixelWidth:1416,positionX:\"center\",positionY:\"bottom\",sizes:\"364px\",src:\"https://framerusercontent.com/images/fWxde1xigF8l52w920ntwlrHI.png\",srcSet:\"https://framerusercontent.com/images/fWxde1xigF8l52w920ntwlrHI.png?scale-down-to=1024 1002w,https://framerusercontent.com/images/fWxde1xigF8l52w920ntwlrHI.png 1416w\"},className:\"framer-4e54yp\",layoutDependency:layoutDependency,layoutId:\"W9Ikoqp5q\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wx1rvh\",\"data-framer-name\":\"Card 4\",layoutDependency:layoutDependency,layoutId:\"CcGD0pZ1Y\",style:{backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5kzvg1\",\"data-framer-name\":\"Content Holder\",layoutDependency:layoutDependency,layoutId:\"vwbdTo5rT\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"50+ E-POS integrations\"})}),className:\"framer-1k1gdb6\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"iMUzw3KsC\",style:{\"--extracted-1eung3n\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Connect your existing business management software with Teya's simple integration tools.\"})}),className:\"framer-8s4q6z\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"F_hlE2gUD\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"e7bXC1n0F\"},motionChild:true,nodeId:\"d4YQ7eNeT\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-3kubni\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"d4YQ7eNeT\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:945,pixelWidth:1062,positionX:\"center\",positionY:\"bottom\",sizes:\"340px\",src:\"https://framerusercontent.com/images/RXhmGX3KG2dyXEWqz3JwywP9HPI.png\",srcSet:\"https://framerusercontent.com/images/RXhmGX3KG2dyXEWqz3JwywP9HPI.png?scale-down-to=512 512w,https://framerusercontent.com/images/RXhmGX3KG2dyXEWqz3JwywP9HPI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/RXhmGX3KG2dyXEWqz3JwywP9HPI.png 1062w\"},className:\"framer-sh072s\",layoutDependency:layoutDependency,layoutId:\"ybTOi9uU7\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qui9qk\",\"data-framer-name\":\"Card 5\",layoutDependency:layoutDependency,layoutId:\"IwEEjMJXq\",style:{backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1djj0fb\",\"data-framer-name\":\"Content Holder\",layoutDependency:layoutDependency,layoutId:\"B_IWcHe92\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Sell from a distance with Payment Links\\u2028\\u2028\\u2028\\u2028\"})}),className:\"framer-vnhzp6\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"JFGoqvki4\",style:{\"--extracted-1eung3n\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"For payments from anyone, anywhere - send a fast and secure payment link.\"})}),className:\"framer-1w58qfn\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"gMOolRezO\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"K9VwJMr6j\"},motionChild:true,nodeId:\"z5E4rcp_j\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-10yducp\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"z5E4rcp_j\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1037,pixelWidth:1062,positionX:\"center\",positionY:\"bottom\",sizes:\"351px\",src:\"https://framerusercontent.com/images/Q54QgdpmyhwE0Dq2q61Kop0yM0.png\",srcSet:\"https://framerusercontent.com/images/Q54QgdpmyhwE0Dq2q61Kop0yM0.png?scale-down-to=512 512w,https://framerusercontent.com/images/Q54QgdpmyhwE0Dq2q61Kop0yM0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Q54QgdpmyhwE0Dq2q61Kop0yM0.png 1062w\"},className:\"framer-1r9hdpo\",layoutDependency:layoutDependency,layoutId:\"w5HarXhjO\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m3im60\",\"data-framer-name\":\"Card 6\",layoutDependency:layoutDependency,layoutId:\"w0f_iG4ZZ\",style:{backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1j719cx\",\"data-framer-name\":\"Content Holder\",layoutDependency:layoutDependency,layoutId:\"bd073mnSs\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Integrated calculator\"})}),className:\"framer-10kgaqi\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"y7J7P1OGU\",style:{\"--extracted-1eung3n\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Keep your phone in your pocket and calculate amounts directly on the terminal.\"})}),className:\"framer-113pk0e\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"wgVvWDILp\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k6aCt1U7O\"},motionChild:true,nodeId:\"qwPq1PrTF\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-2mjbco\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"qwPq1PrTF\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:966,pixelWidth:1059,positionX:\"center\",positionY:\"bottom\",sizes:\"356px\",src:\"https://framerusercontent.com/images/pWVO1jw4RFEkmastFOcnxusI60.png\",srcSet:\"https://framerusercontent.com/images/pWVO1jw4RFEkmastFOcnxusI60.png?scale-down-to=512 512w,https://framerusercontent.com/images/pWVO1jw4RFEkmastFOcnxusI60.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pWVO1jw4RFEkmastFOcnxusI60.png 1059w\"},className:\"framer-ztg18g\",layoutDependency:layoutDependency,layoutId:\"TQpjPYTeo\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ncslmt\",\"data-framer-name\":\"Card 7\",layoutDependency:layoutDependency,layoutId:\"lfomnFjhW\",style:{backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xca45x\",\"data-framer-name\":\"Content Holder\",layoutDependency:layoutDependency,layoutId:\"QFLwQzwLJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Next day settlements\"})}),className:\"framer-ywule3\",\"data-framer-name\":\"Card Machines\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"yULYkB7RP\",style:{\"--extracted-1eung3n\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Your sales are settled in your bank account of preference the next business day.\"})}),className:\"framer-vkz6gw\",\"data-framer-name\":\"Welcome to a whole new world of tapping. Now available on the App store and Google Play store.\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"sqrvsocgy\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r7bWdZo6O\"},motionChild:true,nodeId:\"tYvwLBaua\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-1iuvpkq\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"tYvwLBaua\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1419,pixelWidth:1380,positionX:\"center\",positionY:\"bottom\",sizes:\"341px\",src:\"https://framerusercontent.com/images/qH1jWDSQmbXAswFeEjV19Zz6qU.png\",srcSet:\"https://framerusercontent.com/images/qH1jWDSQmbXAswFeEjV19Zz6qU.png?scale-down-to=1024 995w,https://framerusercontent.com/images/qH1jWDSQmbXAswFeEjV19Zz6qU.png 1380w\"},className:\"framer-1k2mezp\",layoutDependency:layoutDependency,layoutId:\"Bzy2OvzIC\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l5hpjp\",\"data-framer-name\":\"Card 8\",layoutDependency:layoutDependency,layoutId:\"P7_vN8Rfm\",style:{backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-800spf\",\"data-framer-name\":\"Content Holder\",layoutDependency:layoutDependency,layoutId:\"sigmLzcez\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Speedy payments\"})}),className:\"framer-1neajwn\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"bbEUjplbE\",style:{\"--extracted-1eung3n\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Never worry about lines again. Teya has industry leading transactions speeds.\"})}),className:\"framer-7yzrir\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"tkmg6mR5b\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k6aCt1U7O\"},motionChild:true,nodeId:\"rtPMvJDN2\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-1t4lsy0\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"rtPMvJDN2\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:912,pixelWidth:1062,positionX:\"center\",positionY:\"bottom\",sizes:\"369px\",src:\"https://framerusercontent.com/images/p7xnFjZx5zmdT8XQldYaT96ZMI.png\",srcSet:\"https://framerusercontent.com/images/p7xnFjZx5zmdT8XQldYaT96ZMI.png?scale-down-to=512 512w,https://framerusercontent.com/images/p7xnFjZx5zmdT8XQldYaT96ZMI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/p7xnFjZx5zmdT8XQldYaT96ZMI.png 1062w\"},className:\"framer-wrzdf2\",layoutDependency:layoutDependency,layoutId:\"h1bsFf0TR\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xtmviv\",\"data-framer-name\":\"Card 9\",layoutDependency:layoutDependency,layoutId:\"RbBcSqvPc\",style:{backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eg4i0m\",\"data-framer-name\":\"Content Holder\",layoutDependency:layoutDependency,layoutId:\"jIO6GZgtC\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Teya Tap\"})}),className:\"framer-cmdxyl\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"JyppDxPWR\",style:{\"--extracted-1eung3n\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v30\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Turn your phone into a card machine, and let your customers tap to pay with contactless payments.\"})}),className:\"framer-1c66y7a\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"xtCRR2OI7\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"K9VwJMr6j\"},motionChild:true,nodeId:\"sZt0D5GsA\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-18unkqi\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"sZt0D5GsA\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1488,pixelWidth:1380,positionX:\"center\",positionY:\"bottom\",sizes:\"385px\",src:\"https://framerusercontent.com/images/ARBByPOdzlWOVqTBxI4gC15tu0.png\",srcSet:\"https://framerusercontent.com/images/ARBByPOdzlWOVqTBxI4gC15tu0.png?scale-down-to=1024 949w,https://framerusercontent.com/images/ARBByPOdzlWOVqTBxI4gC15tu0.png 1380w\"},className:\"framer-z4iibd\",layoutDependency:layoutDependency,layoutId:\"VNMwvwE0t\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gja4sa\",\"data-framer-name\":\"Card 10\",layoutDependency:layoutDependency,layoutId:\"ZxDHr01UN\",style:{backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q5qm21\",\"data-framer-name\":\"Content Holder\",layoutDependency:layoutDependency,layoutId:\"wPIgGYOJm\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v32\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Tips\"})}),className:\"framer-1kticn4\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"OffALKjL6\",style:{\"--extracted-1eung3n\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Enable your customers to tip with just a tap, and follow the amounts in real-time via the Teya App.\"})}),className:\"framer-zndh7\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"h33WEmhTo\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v34\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"e5Ib0BjFI\"},motionChild:true,nodeId:\"hO84BVPfP\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-1cq4byi\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"hO84BVPfP\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1236,pixelWidth:1377,positionX:\"center\",positionY:\"bottom\",sizes:\"340px\",src:\"https://framerusercontent.com/images/1kiOsaomBIcyAP4pHi53Zlr1oY.png\",srcSet:\"https://framerusercontent.com/images/1kiOsaomBIcyAP4pHi53Zlr1oY.png?scale-down-to=512 512w,https://framerusercontent.com/images/1kiOsaomBIcyAP4pHi53Zlr1oY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1kiOsaomBIcyAP4pHi53Zlr1oY.png 1377w\"},className:\"framer-190hgp\",layoutDependency:layoutDependency,layoutId:\"lbzbfGNOP\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-197xdj1\",\"data-framer-name\":\"Card 11\",layoutDependency:layoutDependency,layoutId:\"n_BaC9jsA\",style:{backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6sewn1\",\"data-framer-name\":\"Content Holder\",layoutDependency:layoutDependency,layoutId:\"UroY2hc2e\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v35\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Lifetime warranty\"})}),className:\"framer-btt63g\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"OjeYOHYKk\",style:{\"--extracted-1eung3n\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v36\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"We know there are many unpredictable challenges facing small businesses. With Teya, we've got you covered from theft to water damage.\"})}),className:\"framer-f9q5ij\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"V45e0vVbA\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v37\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k6aCt1U7O\"},motionChild:true,nodeId:\"vOTocfhdE\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-dszxj3\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"vOTocfhdE\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1059,pixelWidth:1380,positionX:\"center\",positionY:\"bottom\",sizes:\"418px\",src:\"https://framerusercontent.com/images/CYtvcEt0vJdyQt4uNRNQgbrAB0.png\",srcSet:\"https://framerusercontent.com/images/CYtvcEt0vJdyQt4uNRNQgbrAB0.png?scale-down-to=512 512w,https://framerusercontent.com/images/CYtvcEt0vJdyQt4uNRNQgbrAB0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CYtvcEt0vJdyQt4uNRNQgbrAB0.png 1380w\"},className:\"framer-z9nu9v\",layoutDependency:layoutDependency,layoutId:\"v40GSMibj\"})]})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-t48xru-container\",\"data-framer-name\":\"All Stores Carousel\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"pw6Y1tjeS-container\",name:\"All Stores Carousel\",nodeId:\"pw6Y1tjeS\",rendersWithMotion:true,scopeId:\"hf1ZV8kXh\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:8},gap:24,height:\"100%\",id:\"pw6Y1tjeS\",layoutId:\"pw6Y1tjeS\",name:\"All Stores Carousel\",padding:10,paddingBottom:0,paddingLeft:100,paddingPerSide:true,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gl119b\",\"data-framer-name\":\"Card 1\",layoutDependency:layoutDependency,layoutId:\"TDvqGd5t7\",style:{backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1op94qm\",\"data-framer-name\":\"Content Holder\",layoutDependency:layoutDependency,layoutId:\"dJjZDHfRf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Split bills with ease\\u2028\\u2028\"})}),className:\"framer-123qv32\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"JM8V0kZTD\",style:{\"--extracted-1eung3n\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Split the way your customers want, and create separate receipts with the new amounts.\"})}),className:\"framer-174vyom\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"HdXygCaJm\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k6aCt1U7O\"},motionChild:true,nodeId:\"AZ3Jc7Nxt\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-ainsgz\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"AZ3Jc7Nxt\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1169,pixelWidth:1075,positionX:\"center\",positionY:\"bottom\",sizes:\"242px\",src:\"https://framerusercontent.com/images/KryzVZWDjGU5AQ2HEF9KQCkgPE8.png\",srcSet:\"https://framerusercontent.com/images/KryzVZWDjGU5AQ2HEF9KQCkgPE8.png?scale-down-to=1024 941w,https://framerusercontent.com/images/KryzVZWDjGU5AQ2HEF9KQCkgPE8.png 1075w\"},className:\"framer-1ux863h\",layoutDependency:layoutDependency,layoutId:\"VqIIFbiS7\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1656,pixelWidth:1380,positionX:\"center\",positionY:\"bottom\",sizes:\"332px\",src:\"https://framerusercontent.com/images/eUlJFgTE4hn4RSi74cveXGdlXw.png\",srcSet:\"https://framerusercontent.com/images/eUlJFgTE4hn4RSi74cveXGdlXw.png?scale-down-to=1024 853w,https://framerusercontent.com/images/eUlJFgTE4hn4RSi74cveXGdlXw.png 1380w\"},className:\"framer-c4i4c6\",layoutDependency:layoutDependency,layoutId:\"MsxaXA3Xp\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y5gfxd\",\"data-framer-name\":\"Card 2\",layoutDependency:layoutDependency,layoutId:\"QEwh7J6Fq\",style:{backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rm5zqf\",\"data-framer-name\":\"Content Holder\",layoutDependency:layoutDependency,layoutId:\"IF0O23hl2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:[\"Track your sales \\u2028\\u2028\",/*#__PURE__*/_jsx(motion.br,{}),\"real-time\"]})}),className:\"framer-12rmug1\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"cfcObLd1m\",style:{\"--extracted-1eung3n\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Follow your sales in real-time on \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(61, 61, 61))\"},children:\"the Teya App or Web Portal.\"})]}),className:\"framer-88q73n\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"uMmp4jLKF\",style:{\"--extracted-2gxw0f\":\"rgb(61, 61, 61)\",\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"e5Ib0BjFI\"},motionChild:true,nodeId:\"yTnsxnKMa\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-w4a9tr\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"yTnsxnKMa\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1113,pixelWidth:1380,positionX:\"center\",positionY:\"bottom\",sizes:\"340px\",src:\"https://framerusercontent.com/images/W5mu85IDZuy3QHEYJv7VpON0GI.png\",srcSet:\"https://framerusercontent.com/images/W5mu85IDZuy3QHEYJv7VpON0GI.png?scale-down-to=512 512w,https://framerusercontent.com/images/W5mu85IDZuy3QHEYJv7VpON0GI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/W5mu85IDZuy3QHEYJv7VpON0GI.png 1380w\"},className:\"framer-kcyb0\",layoutDependency:layoutDependency,layoutId:\"iMsgOGfEv\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hsu8if\",\"data-framer-name\":\"Card 3\",layoutDependency:layoutDependency,layoutId:\"EFyDJW9PF\",style:{backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vjayo2\",\"data-framer-name\":\"Content Holder\",layoutDependency:layoutDependency,layoutId:\"QTbqYfK6a\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Cash advance\"})}),className:\"framer-1snssue\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"WIdZ33Oyu\",style:{\"--extracted-1eung3n\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Flexible, fast and transparent funding - payable directly from your Teya card machine sales.\"})}),className:\"framer-17fxzi3\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"AMZAtx4J_\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"F0ki1p8M_\"},motionChild:true,nodeId:\"YNeAHgHsU\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-n05tu6\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"YNeAHgHsU\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1447,pixelWidth:1416,positionX:\"center\",positionY:\"bottom\",sizes:\"364px\",src:\"https://framerusercontent.com/images/fWxde1xigF8l52w920ntwlrHI.png\",srcSet:\"https://framerusercontent.com/images/fWxde1xigF8l52w920ntwlrHI.png?scale-down-to=1024 1002w,https://framerusercontent.com/images/fWxde1xigF8l52w920ntwlrHI.png 1416w\"},className:\"framer-4e54yp\",layoutDependency:layoutDependency,layoutId:\"W9Ikoqp5q\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wx1rvh\",\"data-framer-name\":\"Card 4\",layoutDependency:layoutDependency,layoutId:\"CcGD0pZ1Y\",style:{backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5kzvg1\",\"data-framer-name\":\"Content Holder\",layoutDependency:layoutDependency,layoutId:\"vwbdTo5rT\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"50+ E-POS integrations\"})}),className:\"framer-1k1gdb6\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"iMUzw3KsC\",style:{\"--extracted-1eung3n\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Connect your existing business management software with Teya's simple integration tools.\"})}),className:\"framer-8s4q6z\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"F_hlE2gUD\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"e7bXC1n0F\"},motionChild:true,nodeId:\"d4YQ7eNeT\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-3kubni\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"d4YQ7eNeT\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:945,pixelWidth:1062,positionX:\"center\",positionY:\"bottom\",sizes:\"340px\",src:\"https://framerusercontent.com/images/RXhmGX3KG2dyXEWqz3JwywP9HPI.png\",srcSet:\"https://framerusercontent.com/images/RXhmGX3KG2dyXEWqz3JwywP9HPI.png?scale-down-to=512 512w,https://framerusercontent.com/images/RXhmGX3KG2dyXEWqz3JwywP9HPI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/RXhmGX3KG2dyXEWqz3JwywP9HPI.png 1062w\"},className:\"framer-sh072s\",layoutDependency:layoutDependency,layoutId:\"ybTOi9uU7\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qui9qk\",\"data-framer-name\":\"Card 5\",layoutDependency:layoutDependency,layoutId:\"IwEEjMJXq\",style:{backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1djj0fb\",\"data-framer-name\":\"Content Holder\",layoutDependency:layoutDependency,layoutId:\"B_IWcHe92\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Sell from a distance with Payment Links\\u2028\\u2028\\u2028\\u2028\"})}),className:\"framer-vnhzp6\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"JFGoqvki4\",style:{\"--extracted-1eung3n\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"For payments from anyone, anywhere - send a fast and secure payment link.\"})}),className:\"framer-1w58qfn\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"gMOolRezO\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"K9VwJMr6j\"},motionChild:true,nodeId:\"z5E4rcp_j\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-10yducp\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"z5E4rcp_j\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1037,pixelWidth:1062,positionX:\"center\",positionY:\"bottom\",sizes:\"351px\",src:\"https://framerusercontent.com/images/Q54QgdpmyhwE0Dq2q61Kop0yM0.png\",srcSet:\"https://framerusercontent.com/images/Q54QgdpmyhwE0Dq2q61Kop0yM0.png?scale-down-to=512 512w,https://framerusercontent.com/images/Q54QgdpmyhwE0Dq2q61Kop0yM0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Q54QgdpmyhwE0Dq2q61Kop0yM0.png 1062w\"},className:\"framer-1r9hdpo\",layoutDependency:layoutDependency,layoutId:\"w5HarXhjO\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m3im60\",\"data-framer-name\":\"Card 6\",layoutDependency:layoutDependency,layoutId:\"w0f_iG4ZZ\",style:{backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1j719cx\",\"data-framer-name\":\"Content Holder\",layoutDependency:layoutDependency,layoutId:\"bd073mnSs\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Integrated calculator\"})}),className:\"framer-10kgaqi\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"y7J7P1OGU\",style:{\"--extracted-1eung3n\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Keep your phone in your pocket and calculate amounts directly on the terminal.\"})}),className:\"framer-113pk0e\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"wgVvWDILp\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k6aCt1U7O\"},motionChild:true,nodeId:\"qwPq1PrTF\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-2mjbco\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"qwPq1PrTF\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:966,pixelWidth:1059,positionX:\"center\",positionY:\"bottom\",sizes:\"356px\",src:\"https://framerusercontent.com/images/pWVO1jw4RFEkmastFOcnxusI60.png\",srcSet:\"https://framerusercontent.com/images/pWVO1jw4RFEkmastFOcnxusI60.png?scale-down-to=512 512w,https://framerusercontent.com/images/pWVO1jw4RFEkmastFOcnxusI60.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pWVO1jw4RFEkmastFOcnxusI60.png 1059w\"},className:\"framer-ztg18g\",layoutDependency:layoutDependency,layoutId:\"TQpjPYTeo\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ncslmt\",\"data-framer-name\":\"Card 7\",layoutDependency:layoutDependency,layoutId:\"lfomnFjhW\",style:{backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xca45x\",\"data-framer-name\":\"Content Holder\",layoutDependency:layoutDependency,layoutId:\"QFLwQzwLJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Next day settlements\"})}),className:\"framer-ywule3\",\"data-framer-name\":\"Card Machines\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"yULYkB7RP\",style:{\"--extracted-1eung3n\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Your sales are settled in your bank account of preference the next business day.\"})}),className:\"framer-vkz6gw\",\"data-framer-name\":\"Welcome to a whole new world of tapping. Now available on the App store and Google Play store.\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"sqrvsocgy\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r7bWdZo6O\"},motionChild:true,nodeId:\"tYvwLBaua\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-1iuvpkq\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"tYvwLBaua\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1419,pixelWidth:1380,positionX:\"center\",positionY:\"bottom\",sizes:\"341px\",src:\"https://framerusercontent.com/images/qH1jWDSQmbXAswFeEjV19Zz6qU.png\",srcSet:\"https://framerusercontent.com/images/qH1jWDSQmbXAswFeEjV19Zz6qU.png?scale-down-to=1024 995w,https://framerusercontent.com/images/qH1jWDSQmbXAswFeEjV19Zz6qU.png 1380w\"},className:\"framer-1k2mezp\",layoutDependency:layoutDependency,layoutId:\"Bzy2OvzIC\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l5hpjp\",\"data-framer-name\":\"Card 8\",layoutDependency:layoutDependency,layoutId:\"P7_vN8Rfm\",style:{backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-800spf\",\"data-framer-name\":\"Content Holder\",layoutDependency:layoutDependency,layoutId:\"sigmLzcez\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Speedy payments\"})}),className:\"framer-1neajwn\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"bbEUjplbE\",style:{\"--extracted-1eung3n\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Never worry about lines again. Teya has industry leading transactions speeds.\"})}),className:\"framer-7yzrir\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"tkmg6mR5b\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k6aCt1U7O\"},motionChild:true,nodeId:\"rtPMvJDN2\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-1t4lsy0\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"rtPMvJDN2\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:912,pixelWidth:1062,positionX:\"center\",positionY:\"bottom\",sizes:\"369px\",src:\"https://framerusercontent.com/images/p7xnFjZx5zmdT8XQldYaT96ZMI.png\",srcSet:\"https://framerusercontent.com/images/p7xnFjZx5zmdT8XQldYaT96ZMI.png?scale-down-to=512 512w,https://framerusercontent.com/images/p7xnFjZx5zmdT8XQldYaT96ZMI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/p7xnFjZx5zmdT8XQldYaT96ZMI.png 1062w\"},className:\"framer-wrzdf2\",layoutDependency:layoutDependency,layoutId:\"h1bsFf0TR\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xtmviv\",\"data-framer-name\":\"Card 9\",layoutDependency:layoutDependency,layoutId:\"RbBcSqvPc\",style:{backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eg4i0m\",\"data-framer-name\":\"Content Holder\",layoutDependency:layoutDependency,layoutId:\"jIO6GZgtC\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Teya Tap\"})}),className:\"framer-cmdxyl\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"JyppDxPWR\",style:{\"--extracted-1eung3n\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v30\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Turn your phone into a card machine, and let your customers tap to pay with contactless payments.\"})}),className:\"framer-1c66y7a\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"xtCRR2OI7\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"K9VwJMr6j\"},motionChild:true,nodeId:\"sZt0D5GsA\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-18unkqi\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"sZt0D5GsA\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1488,pixelWidth:1380,positionX:\"center\",positionY:\"bottom\",sizes:\"385px\",src:\"https://framerusercontent.com/images/ARBByPOdzlWOVqTBxI4gC15tu0.png\",srcSet:\"https://framerusercontent.com/images/ARBByPOdzlWOVqTBxI4gC15tu0.png?scale-down-to=1024 949w,https://framerusercontent.com/images/ARBByPOdzlWOVqTBxI4gC15tu0.png 1380w\"},className:\"framer-z4iibd\",layoutDependency:layoutDependency,layoutId:\"VNMwvwE0t\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gja4sa\",\"data-framer-name\":\"Card 10\",layoutDependency:layoutDependency,layoutId:\"ZxDHr01UN\",style:{backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q5qm21\",\"data-framer-name\":\"Content Holder\",layoutDependency:layoutDependency,layoutId:\"wPIgGYOJm\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v32\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Tips\"})}),className:\"framer-1kticn4\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"OffALKjL6\",style:{\"--extracted-1eung3n\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Enable your customers to tip with just a tap, and follow the amounts in real-time via the Teya App.\"})}),className:\"framer-zndh7\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"h33WEmhTo\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v34\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"e5Ib0BjFI\"},motionChild:true,nodeId:\"hO84BVPfP\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-1cq4byi\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"hO84BVPfP\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1236,pixelWidth:1377,positionX:\"center\",positionY:\"bottom\",sizes:\"340px\",src:\"https://framerusercontent.com/images/1kiOsaomBIcyAP4pHi53Zlr1oY.png\",srcSet:\"https://framerusercontent.com/images/1kiOsaomBIcyAP4pHi53Zlr1oY.png?scale-down-to=512 512w,https://framerusercontent.com/images/1kiOsaomBIcyAP4pHi53Zlr1oY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1kiOsaomBIcyAP4pHi53Zlr1oY.png 1377w\"},className:\"framer-190hgp\",layoutDependency:layoutDependency,layoutId:\"lbzbfGNOP\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-197xdj1\",\"data-framer-name\":\"Card 11\",layoutDependency:layoutDependency,layoutId:\"n_BaC9jsA\",style:{backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6sewn1\",\"data-framer-name\":\"Content Holder\",layoutDependency:layoutDependency,layoutId:\"UroY2hc2e\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v35\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(61, 61, 61))\"},children:\"Lifetime warranty\"})}),className:\"framer-btt63g\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"OjeYOHYKk\",style:{\"--extracted-1eung3n\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v36\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"We know there are many unpredictable challenges facing small businesses. With Teya, we've got you covered from theft to water damage.\"})}),className:\"framer-f9q5ij\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"V45e0vVbA\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v37\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k6aCt1U7O\"},motionChild:true,nodeId:\"vOTocfhdE\",openInNewTab:false,scopeId:\"hf1ZV8kXh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-dszxj3\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"vOTocfhdE\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1059,pixelWidth:1380,positionX:\"center\",positionY:\"bottom\",sizes:\"418px\",src:\"https://framerusercontent.com/images/CYtvcEt0vJdyQt4uNRNQgbrAB0.png\",srcSet:\"https://framerusercontent.com/images/CYtvcEt0vJdyQt4uNRNQgbrAB0.png?scale-down-to=512 512w,https://framerusercontent.com/images/CYtvcEt0vJdyQt4uNRNQgbrAB0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CYtvcEt0vJdyQt4uNRNQgbrAB0.png 1380w\"},className:\"framer-z9nu9v\",layoutDependency:layoutDependency,layoutId:\"v40GSMibj\"})]})],snapObject:{fluid:false,snap:false,snapEdge:\"start\"},style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({i47FmuX8v:{paddingLeft:64}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uGKuR.framer-1v545wh, .framer-uGKuR .framer-1v545wh { display: block; }\",\".framer-uGKuR.framer-8wq7dh { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1000px; }\",\".framer-uGKuR .framer-1m01p1e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-uGKuR .framer-7qxky6 { 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-uGKuR .framer-prw77b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-uGKuR .framer-1g324df, .framer-uGKuR .framer-729t5z, .framer-uGKuR .framer-p29ky, .framer-uGKuR .framer-123qv32, .framer-uGKuR .framer-174vyom, .framer-uGKuR .framer-ainsgz, .framer-uGKuR .framer-12rmug1, .framer-uGKuR .framer-88q73n, .framer-uGKuR .framer-w4a9tr, .framer-uGKuR .framer-1snssue, .framer-uGKuR .framer-17fxzi3, .framer-uGKuR .framer-n05tu6, .framer-uGKuR .framer-1k1gdb6, .framer-uGKuR .framer-8s4q6z, .framer-uGKuR .framer-3kubni, .framer-uGKuR .framer-vnhzp6, .framer-uGKuR .framer-1w58qfn, .framer-uGKuR .framer-10yducp, .framer-uGKuR .framer-10kgaqi, .framer-uGKuR .framer-113pk0e, .framer-uGKuR .framer-2mjbco, .framer-uGKuR .framer-ywule3, .framer-uGKuR .framer-vkz6gw, .framer-uGKuR .framer-1iuvpkq, .framer-uGKuR .framer-1neajwn, .framer-uGKuR .framer-7yzrir, .framer-uGKuR .framer-1t4lsy0, .framer-uGKuR .framer-cmdxyl, .framer-uGKuR .framer-1c66y7a, .framer-uGKuR .framer-18unkqi, .framer-uGKuR .framer-1kticn4, .framer-uGKuR .framer-zndh7, .framer-uGKuR .framer-1cq4byi, .framer-uGKuR .framer-btt63g, .framer-uGKuR .framer-f9q5ij, .framer-uGKuR .framer-dszxj3 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-uGKuR .framer-1iw3e9q-container { flex: none; height: auto; max-width: 1200px; position: relative; width: 100%; }\",\".framer-uGKuR .framer-gl119b { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 500px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 340px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-uGKuR .framer-1op94qm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 32px 32px 0px 32px; position: absolute; top: 0px; width: 335px; z-index: 2; }\",\".framer-uGKuR .framer-1ux863h { bottom: -18px; flex: none; height: 370px; left: calc(47.35294117647061% - 242px / 2); position: absolute; width: 242px; z-index: 0; }\",\".framer-uGKuR .framer-c4i4c6 { bottom: -39px; flex: none; height: 355px; position: absolute; right: -1px; width: 332px; z-index: 1; }\",\".framer-uGKuR .framer-y5gfxd, .framer-uGKuR .framer-hsu8if, .framer-uGKuR .framer-wx1rvh, .framer-uGKuR .framer-1qui9qk, .framer-uGKuR .framer-m3im60, .framer-uGKuR .framer-1ncslmt, .framer-uGKuR .framer-l5hpjp, .framer-uGKuR .framer-xtmviv, .framer-uGKuR .framer-1gja4sa, .framer-uGKuR .framer-197xdj1 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 500px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 340px; will-change: var(--framer-will-change-override, transform); }\",\".framer-uGKuR .framer-1rm5zqf, .framer-uGKuR .framer-vjayo2, .framer-uGKuR .framer-5kzvg1, .framer-uGKuR .framer-1djj0fb, .framer-uGKuR .framer-1j719cx, .framer-uGKuR .framer-1xca45x, .framer-uGKuR .framer-800spf, .framer-uGKuR .framer-eg4i0m, .framer-uGKuR .framer-q5qm21, .framer-uGKuR .framer-6sewn1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 32px 32px 0px 32px; position: absolute; right: 0px; top: 0px; z-index: 2; }\",\".framer-uGKuR .framer-kcyb0 { bottom: 0px; flex: none; height: 300px; left: 0px; position: absolute; right: 0px; z-index: 0; }\",\".framer-uGKuR .framer-4e54yp { bottom: 0px; flex: none; height: 323px; left: -10px; position: absolute; right: -13px; z-index: 0; }\",\".framer-uGKuR .framer-sh072s { bottom: -19px; flex: none; height: 304px; left: 0px; position: absolute; right: 0px; z-index: 0; }\",\".framer-uGKuR .framer-1r9hdpo { bottom: 0px; flex: none; height: 323px; left: -10px; position: absolute; right: 0px; z-index: 0; }\",\".framer-uGKuR .framer-ztg18g { bottom: -4px; flex: none; height: 328px; left: -8px; position: absolute; right: -8px; z-index: 0; }\",\".framer-uGKuR .framer-1k2mezp { bottom: 0px; flex: none; height: 379px; left: 0px; position: absolute; right: 0px; z-index: 0; }\",\".framer-uGKuR .framer-wrzdf2 { bottom: 0px; flex: none; height: 389px; left: -28px; position: absolute; right: -1px; z-index: 0; }\",\".framer-uGKuR .framer-z4iibd { bottom: 0px; flex: none; height: 340px; left: -22px; position: absolute; right: -23px; z-index: 0; }\",\".framer-uGKuR .framer-190hgp { bottom: 0px; flex: none; height: 326px; left: 0px; position: absolute; right: 0px; z-index: 0; }\",\".framer-uGKuR .framer-z9nu9v { bottom: 0px; flex: none; height: 264px; left: -39px; position: absolute; right: -39px; z-index: 0; }\",\".framer-uGKuR .framer-t48xru-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-uGKuR.framer-v-1n5c6gw.framer-8wq7dh { gap: 32px; width: 410px; }\",\".framer-uGKuR.framer-v-1n5c6gw .framer-1m01p1e { order: 0; padding: 0px 24px 0px 24px; }\",\".framer-uGKuR.framer-v-1n5c6gw .framer-7qxky6 { gap: 32px; }\",\".framer-uGKuR.framer-v-1n5c6gw .framer-prw77b { gap: 8px; }\",\".framer-uGKuR.framer-v-1wen5uz.framer-8wq7dh { width: 715px; }\",\".framer-uGKuR.framer-v-1wen5uz .framer-7qxky6 { max-width: 500px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 706\n * @framerIntrinsicWidth 1000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Ec3tRBxIS\":{\"layout\":[\"fixed\",\"auto\"]},\"i47FmuX8v\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerhf1ZV8kXh=withCSS(Component,css,\"framer-uGKuR\");export default Framerhf1ZV8kXh;Framerhf1ZV8kXh.displayName=\"Drafts/BenefitsCarousel\";Framerhf1ZV8kXh.defaultProps={height:706,width:1e3};addPropertyControls(Framerhf1ZV8kXh,{variant:{options:[\"gYY8sicts\",\"Ec3tRBxIS\",\"i47FmuX8v\"],optionTitles:[\"All Stores\",\"All Stores - Phone\",\"All Stores - Tablet\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerhf1ZV8kXh,[{explicitInter:true,fonts:[{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v7/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_ehR15bwkEU4HTy.woff2\",weight:\"600\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v7/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5bwkEU4HTy.woff2\",weight:\"400\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v7/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_dNQF5bwkEU4HTy.woff2\",weight:\"500\"}]},...CarouselFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerhf1ZV8kXh\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ec3tRBxIS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"i47FmuX8v\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"706\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1000\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"Casa\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"Casa\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"Casa\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5b26096)\nimport*as localizedValues from\"./t4mTeRSWh-0.js\";import*as localizedValues1 from\"./t4mTeRSWh-1.js\";import*as localizedValues2 from\"./t4mTeRSWh-2.js\";const valuesByLocaleId={AsWJ5xmiw:localizedValues,aVJRs0Jbv:localizedValues2,TSWGx_miv:localizedValues1};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5b26096)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/VZDxGANug1NEcYRT1GVD/mot4jF0t6eSjRU7tT7H9/t4mTeRSWh.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const enabledGestures={fo7xZleua:{hover:true,pressed:true},n74F6i5Lk:{hover:true,pressed:true},no_1IpTIB:{hover:true,pressed:true},PFqO4Vp5O:{hover:true,pressed:true}};const cycleOrder=[\"fo7xZleua\",\"no_1IpTIB\",\"PFqO4Vp5O\",\"n74F6i5Lk\"];const serializationHash=\"framer-upfPx\";const variantClassNames={fo7xZleua:\"framer-v-uwbwkc\",n74F6i5Lk:\"framer-v-g5qxb7\",no_1IpTIB:\"framer-v-1bk6da7\",PFqO4Vp5O:\"framer-v-knxhze\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Neutral:\"fo7xZleua\",Primary:\"no_1IpTIB\",Secondary:\"PFqO4Vp5O\",Tertiary:\"n74F6i5Lk\"};const getProps=({height,id,label,leftIcon,leftIconVariant,link,newTab,rightIcon,rightIconVariant,width,...props})=>{return{...props,ephUu80DM:link??props.ephUu80DM,FEQ9g1lZY:leftIconVariant??props.FEQ9g1lZY??\"CalendarBlank\",ICBB67U5U:rightIcon??props.ICBB67U5U,kphYmU23E:newTab??props.kphYmU23E,lp74Dvx9a:rightIconVariant??props.lp74Dvx9a??\"ArrowRight\",LxpzpFWtG:label??props.LxpzpFWtG??\"Label\",sx5LSlfdJ:leftIcon??props.sx5LSlfdJ,variant:humanReadableVariantMap[props.variant]??props.variant??\"fo7xZleua\"};};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,LxpzpFWtG,sx5LSlfdJ,FEQ9g1lZY,ICBB67U5U,lp74Dvx9a,ephUu80DM,kphYmU23E,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"fo7xZleua\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:ephUu80DM,motionChild:true,nodeId:\"fo7xZleua\",openInNewTab:kphYmU23E,scopeId:\"t4mTeRSWh\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-uwbwkc\",className,classNames)} framer-1irgs9g`,\"data-border\":true,\"data-framer-name\":\"Neutral\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"fo7xZleua\",ref:refBinding,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-4690512b-1385-4b74-9562-4ddfd8c37e4c, rgb(230, 230, 230))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"none\",...style},variants:{\"fo7xZleua-hover\":{backgroundColor:\"var(--token-fb382688-16d6-410c-947d-dbb2c1016b2a, rgb(245, 245, 245))\",boxShadow:\"none\"},\"fo7xZleua-pressed\":{\"--border-color\":\"var(--token-e4974e79-219c-4e1e-af76-9401ea2762d2, rgb(212, 212, 212))\",backgroundColor:\"var(--token-fb382688-16d6-410c-947d-dbb2c1016b2a, rgb(245, 245, 245))\",boxShadow:\"none\"},\"n74F6i5Lk-hover\":{backgroundColor:\"rgb(0, 122, 163)\",boxShadow:\"none\"},\"n74F6i5Lk-pressed\":{backgroundColor:\"rgb(0, 96, 128)\",boxShadow:\"none\"},\"no_1IpTIB-hover\":{backgroundColor:\"var(--token-e88a762d-32bc-4c6f-bf4e-256ff02eaa47, rgb(212, 215, 44))\",boxShadow:\"none\"},\"no_1IpTIB-pressed\":{backgroundColor:\"var(--token-9b808b57-adee-4547-878d-5e0f187dc756, rgb(192, 196, 45))\",boxShadow:\"none\"},\"PFqO4Vp5O-hover\":{backgroundColor:\"rgb(69, 69, 69)\",boxShadow:\"none\"},\"PFqO4Vp5O-pressed\":{backgroundColor:\"var(--token-cb4f3bae-6c78-4f08-a098-6c5ced037e2e, rgb(102, 102, 102))\",boxShadow:\"none\"},n74F6i5Lk:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(75, 160, 198)\",boxShadow:\"0px 2px 4px 0px rgba(0, 0, 0, 0.12)\"},no_1IpTIB:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(221, 224, 72)\",boxShadow:\"0px 2px 4px 0px rgba(0, 0, 0, 0.12)\"},PFqO4Vp5O:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(41, 41, 41)\",boxShadow:\"0px 2px 4px 0px rgba(0, 0, 0, 0.12)\"}},...addPropertyOverrides({\"fo7xZleua-hover\":{\"data-framer-name\":undefined},\"fo7xZleua-pressed\":{\"data-framer-name\":undefined},\"n74F6i5Lk-hover\":{\"data-framer-name\":undefined},\"n74F6i5Lk-pressed\":{\"data-framer-name\":undefined},\"no_1IpTIB-hover\":{\"data-framer-name\":undefined},\"no_1IpTIB-pressed\":{\"data-framer-name\":undefined},\"PFqO4Vp5O-hover\":{\"data-framer-name\":undefined},\"PFqO4Vp5O-pressed\":{\"data-framer-name\":undefined},n74F6i5Lk:{\"data-framer-name\":\"Tertiary\"},no_1IpTIB:{\"data-framer-name\":\"Primary\"},PFqO4Vp5O:{\"data-framer-name\":\"Secondary\"}},baseVariant,gestureVariant),children:[sx5LSlfdJ&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wff5tx-container\",\"data-framer-name\":\"Left Icon\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"gHK_ZUgsh-container\",name:\"Left Icon\",nodeId:\"gHK_ZUgsh\",rendersWithMotion:true,scopeId:\"t4mTeRSWh\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:FEQ9g1lZY,id:\"gHK_ZUgsh\",layoutId:\"gHK_ZUgsh\",mirrored:false,name:\"Left Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({n74F6i5Lk:{color:\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\"},PFqO4Vp5O:{color:\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(21, 21, 21))\"},children:\"Label\"})}),className:\"framer-hksavb\",\"data-framer-name\":\"Learn more\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"wZs24Egi7\",style:{\"--extracted-r6o4lv\":\"rgb(21, 21, 21)\",\"--framer-paragraph-spacing\":\"0px\"},text:LxpzpFWtG,variants:{n74F6i5Lk:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},PFqO4Vp5O:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({n74F6i5Lk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Label\"})})},PFqO4Vp5O:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Label\"})})}},baseVariant,gestureVariant)}),ICBB67U5U&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bkqlyo-container\",\"data-framer-name\":\"Right Icon\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"euCyYaxq6-container\",name:\"Right Icon\",nodeId:\"euCyYaxq6\",rendersWithMotion:true,scopeId:\"t4mTeRSWh\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:lp74Dvx9a,id:\"euCyYaxq6\",layoutId:\"euCyYaxq6\",mirrored:false,name:\"Right Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({n74F6i5Lk:{color:\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\"},PFqO4Vp5O:{color:\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-upfPx.framer-1irgs9g, .framer-upfPx .framer-1irgs9g { display: block; }\",\".framer-upfPx.framer-uwbwkc { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; text-decoration: none; width: min-content; }\",\".framer-upfPx .framer-1wff5tx-container, .framer-upfPx .framer-1bkqlyo-container { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-upfPx .framer-hksavb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",'.framer-upfPx[data-border=\"true\"]::after, .framer-upfPx [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 56\n * @framerIntrinsicWidth 96\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"no_1IpTIB\":{\"layout\":[\"auto\",\"auto\"]},\"PFqO4Vp5O\":{\"layout\":[\"auto\",\"auto\"]},\"n74F6i5Lk\":{\"layout\":[\"auto\",\"auto\"]},\"URBOI5hLa\":{\"layout\":[\"auto\",\"auto\"]},\"MP7a7adPo\":{\"layout\":[\"auto\",\"auto\"]},\"VWeJDyd2H\":{\"layout\":[\"auto\",\"auto\"]},\"S2z11M5Bm\":{\"layout\":[\"auto\",\"auto\"]},\"GRw4dtmmB\":{\"layout\":[\"auto\",\"auto\"]},\"KWbKMDIrH\":{\"layout\":[\"auto\",\"auto\"]},\"Ovy4su0E_\":{\"layout\":[\"auto\",\"auto\"]},\"eYjIO4iLE\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"LxpzpFWtG\":\"label\",\"sx5LSlfdJ\":\"leftIcon\",\"FEQ9g1lZY\":\"leftIconVariant\",\"ICBB67U5U\":\"rightIcon\",\"lp74Dvx9a\":\"rightIconVariant\",\"ephUu80DM\":\"link\",\"kphYmU23E\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framert4mTeRSWh=withCSS(Component,css,\"framer-upfPx\");export default Framert4mTeRSWh;Framert4mTeRSWh.displayName=\"Button - Medium\";Framert4mTeRSWh.defaultProps={height:56,width:96};addPropertyControls(Framert4mTeRSWh,{variant:{options:[\"fo7xZleua\",\"no_1IpTIB\",\"PFqO4Vp5O\",\"n74F6i5Lk\"],optionTitles:[\"Neutral\",\"Primary\",\"Secondary\",\"Tertiary\"],title:\"Variant\",type:ControlType.Enum},LxpzpFWtG:{defaultValue:\"Label\",displayTextArea:false,placeholder:\"\",title:\"Label\",type:ControlType.String},sx5LSlfdJ:{defaultValue:false,title:\"Left Icon\",type:ControlType.Boolean},FEQ9g1lZY:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"CalendarBlank\",description:undefined,hidden:undefined,title:\"Left Icon - Variant\"},ICBB67U5U:{defaultValue:false,title:\"Right Icon\",type:ControlType.Boolean},lp74Dvx9a:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"ArrowRight\",description:undefined,hidden:undefined,title:\"Right Icon - Variant\"},ephUu80DM:{title:\"Link\",type:ControlType.Link},kphYmU23E:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(Framert4mTeRSWh,[{explicitInter:true,fonts:[{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v8/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_ehR15bwkEU4HTy.woff2\",weight:\"600\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framert4mTeRSWh\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"LxpzpFWtG\\\":\\\"label\\\",\\\"sx5LSlfdJ\\\":\\\"leftIcon\\\",\\\"FEQ9g1lZY\\\":\\\"leftIconVariant\\\",\\\"ICBB67U5U\\\":\\\"rightIcon\\\",\\\"lp74Dvx9a\\\":\\\"rightIconVariant\\\",\\\"ephUu80DM\\\":\\\"link\\\",\\\"kphYmU23E\\\":\\\"newTab\\\"}\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"no_1IpTIB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PFqO4Vp5O\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"n74F6i5Lk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"URBOI5hLa\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MP7a7adPo\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VWeJDyd2H\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"S2z11M5Bm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GRw4dtmmB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KWbKMDIrH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Ovy4su0E_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"eYjIO4iLE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"96\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"56\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",children:/*#__PURE__*/_jsxs(motion.strong,{children:[\"Einfaldar grei\\xf0slulausnir a\\xf0laga\\xf0ar \",/*#__PURE__*/_jsx(motion.br,{}),\"a\\xf0 \\xfe\\xednu fyrirt\\xe6ki\"]})})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsxs(motion.strong,{children:[\"Einfaldar grei\\xf0slulausnir a\\xf0laga\\xf0ar \",/*#__PURE__*/_jsx(motion.br,{}),\"a\\xf0 \\xfe\\xednu fyrirt\\xe6ki\"]})})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21)))\"},children:\"Fleiri f\\xe6rslur, ekkert vesen\"})});export const v3=\"Fl\\xfdttu afgrei\\xf0slunum \\xfe\\xednum\";export const v4=\"Taktu \\xe1 m\\xf3ti grei\\xf0slum \\xe1 \\xf6rf\\xe1um sek\\xfandum.\";export const v5=\"Posa grei\\xf0slur\";export const v6=\"Kassakerfis grei\\xf0slur\";export const v7=\"Uppgj\\xf6r n\\xe6sta virka dag\";export const v8=\"\\xd6ruggara sj\\xf3\\xf0streymi me\\xf0 grei\\xf0slu uppgj\\xf6rs n\\xe6sta virka dag.\";export const v9=\"Grei\\xf0slur \\xe1 fer\\xf0inni\";export const v10=\"Sam\\xfe\\xe6ttar grei\\xf0slur\";export const v11=\"Grei\\xf0slubei\\xf0nir\";export const v12=\"Sendu vi\\xf0skiptavinum grei\\xf0slubei\\xf0nir, \\xed t\\xf6lvup\\xf3sti e\\xf0a me\\xf0 SMS.\";export const v13=\"Sendu hlekk me\\xf0 SMS\";export const v15=\"Raunt\\xedma greiningar\";export const v16=\"F\\xe1\\xf0u inns\\xfdnina sem \\xfe\\xfa \\xfearft til a\\xf0 reka fyrirt\\xe6ki \\xfeitt, me\\xf0 Teya appinu.\";export const v17=\"F\\xe1\\xf0u inns\\xfdnina sem \\xfe\\xfa \\xfearft til a\\xf0 reka fyrirt\\xe6ki \\xfeitt hvar sem er, me\\xf0 \\xfev\\xed a\\xf0 nota appi\\xf0.\";export const v19=\"Sendu vi\\xf0skiptavinum grei\\xf0slubei\\xf0nir, \\xed t\\xf6lvup\\xf3sti e\\xf0a me\\xf0 SMS\";export const v20=\"Uppgj\\xf6r n\\xe6sta virka dag\";export const v21=\"Auktu sj\\xf3\\xf0streymi \\xfeitt me\\xf0 \\xfev\\xed a\\xf0 f\\xe1 greitt n\\xe6sta virka dag.\";export const v22=\"F\\xe1\\xf0u inns\\xfdnina sem \\xfe\\xfa \\xfearft til a\\xf0 reka fyrirt\\xe6ki \\xfeitt, me\\xf0 \\xfev\\xed a\\xf0 nota appi\\xf0.\";export const v23=\"Taktu \\xe1 m\\xf3ti sveigjanlegum grei\\xf0slum \\xe1 \\xf6rf\\xe1um sek\\xfandum\";export const v25=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.3))\"},children:\"Posa grei\\xf0slur\"})});export const v26=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.3))\"},children:\"Kassakerfis grei\\xf0slur\"})});export const v27=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",children:\"Posa grei\\xf0slur\"})});export const v28=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",children:\"Kassakerfis grei\\xf0slur\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v27\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v22\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v25\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v23\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v28\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v26\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v21\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"Vill\\xe1mgyors POS termin\\xe1l\"})})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Vill\\xe1mgyors POS termin\\xe1l\"})})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21)))\"},children:\"Gyorsabb m\u0171k\\xf6d\\xe9s, kevesebb probl\\xe9ma, hat\\xe9konyabb v\\xe1llalkoz\\xe1s.\"})});export const v3=\"Gyors\\xedtsd fel a fizet\\xe9selfogad\\xe1st\";export const v4=\"Fogadj el fizet\\xe9seket 2 m\\xe1sodperc alatt\";export const v5=\"All-in-1 megold\\xe1s\";export const v6=\"Integr\\xe1lt megold\\xe1s\";export const v7=\"Kifizet\\xe9s a k\\xf6vetkez\u0151 munkanapon\";export const v8=\"N\\xf6veld likvidit\\xe1sod a m\\xe1snapi kifizet\\xe9sekkel\";export const v9=\"All-in-1 megold\\xe1s\";export const v10=\"Integr\\xe1lt megold\\xe1s\";export const v11=\"Pay by Link\";export const v12=\"K\\xfcldj fizet\\xe9si linket \\xe9s fogadj el fizet\\xe9seket b\\xe1rhonnan\";export const v13=\"K\\xfcldj fizet\\xe9si linket SMS-ben\";export const v14=\"K\\xfcldj fizet\\xe9si linket \";export const v15=\"Val\\xf3s idej\u0171 tranzakci\\xf3k\\xf6vet\\xe9s\";export const v16=\"Tekintsd \\xe1t tranzakci\\xf3idat egyszer\u0171en a Teya applik\\xe1ci\\xf3ban\";export const v17=\"Tekintsd \\xe1t tranzakci\\xf3idat egyszer\u0171en a Teya applik\\xe1ci\\xf3ban\";export const v18=\"Integr\\xe1lt megold\\xe1s\";export const v19=\"Fizet\\xe9selfogad\\xe1s b\\xe1rkit\u0151l, b\\xe1rmikor\";export const v20=\"Kifizet\\xe9s a k\\xf6vetkez\u0151 munkanapon\";export const v21=\"Kifizet\\xe9s a k\\xf6vetkez\u0151 munkanapon\";export const v22=\"K\\xf6vesd bev\\xe9teleidet telefonodon b\\xe1rhonnan, b\\xe1rmikor\";export const v23=\"Fogadj el fizet\\xe9seket ak\\xe1r 2 m\\xe1sodperc alatt\";export const v24=\"50+ ePOS integr\\xe1ci\\xf3\";export const v25=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.3))\"},children:\"All-in-1 megold\\xe1s\"})});export const v26=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.3))\"},children:\"Integr\\xe1lt megold\\xe1s\"})});export const v27=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",children:\"All-in-1 megold\\xe1s\"})});export const v28=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",children:\"Integr\\xe1lt megold\\xe1s\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v24\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v27\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v25\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v22\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v26\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v23\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v28\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v21\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"Dizajnirano za biznis\"})})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Dizajnirano za biznis\"})})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21)))\"},children:\"Vi\u0161e prodaje, manje gnjava\u017Ee.\"})});export const v3=\"Ubrzajte proces kupnje\";export const v4=\"Fleksibilna pla\u0107anja, obra\u0111ena u sekundi.\";export const v5=\"Pla\u0107anja u pokretu\";export const v6=\"Integrirana pla\u0107anja\";export const v7=\"Namirenje idu\u0107i radni dan\";export const v8=\"Osigurajte bolji priljev novca uz isplate namirenja idu\u0107i radni dan.\";export const v9=\"Pla\u0107anja u pokretu\";export const v10=\"Integrirana pla\u0107anja\";export const v11=\"Pay by Link\";export const v12=\"Prodajte svakome, bilo gdje, slanjem sigurnih poveznica za pla\u0107anje.\";export const v13=\"Po\u0161alji poveznicu putem SMS-a\";export const v15=\"Analitika u stvarnom vremenu\";export const v16=\"Pristupite klju\u010Dnim uvidima za vo\u0111enje poslovanja s bilo koje lokacije, uz na\u0161u aplikaciju.\";export const v17=\"Pristupite klju\u010Dnim uvidima za vo\u0111enje poslovanja s bilo koje lokacije, uz na\u0161u aplikaciju.\";export const v18=\"Integrirana pla\u0107anja\";export const v19=\"Prodajte bilo kome, bilo gdje\";export const v20=\"Namirenja idu\u0107i radni dan\";export const v21=\"Primite svoju zaradu ve\u0107 idu\u0107i dan.\";export const v22=\"Korisni uvidi u na\u0161oj aplikaciji, gdje god se nalazili.\";export const v23=\"Fleksibilna pla\u0107anja, obra\u0111ena u sekundi.\";\nexport const __FramerMetadata__ = {\"exports\":{\"v21\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v22\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v23\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"Platebn\\xed \u0159e\u0161en\\xed p\u0159izp\u016Fsoben\\xe9 va\u0161emu podnik\\xe1n\\xed\"})})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Platebn\\xed \u0159e\u0161en\\xed p\u0159izp\u016Fsoben\\xe9 va\u0161emu podnik\\xe1n\\xed\"})})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21)))\"},children:\"V\\xedce plateb, m\\xe9n\u011B starost\\xed.\"})});export const v3=\"Zrychlete proces placen\\xed\";export const v4=\"P\u0159ij\\xedmejte rychl\\xe9 a flexibiln\\xed platby b\u011Bhem n\u011Bkolika sekund.\";export const v5=\"Mobiln\\xed platebn\\xed termin\\xe1l\";export const v6=\"Integrovan\\xfd termin\\xe1l\";export const v7=\"Pen\\xedze na \\xfa\u010Dtu do druh\\xe9ho pracovn\\xedho dne\";export const v8=\"Optimalizujte sv\\xe9 cash flow \u2013 tr\u017Eby z karet na va\u0161em \\xfa\u010Dtu obdr\u017E\\xedte u\u017E n\\xe1sleduj\\xedc\\xed pracovn\\xed den.\";export const v9=\"Mobiln\\xed platebn\\xed termin\\xe1l\";export const v10=\"Integrovan\\xfd termin\\xe1l\";export const v11=\"Bezpe\u010Dn\\xe9 vzd\\xe1len\\xe9 platby pomoc\\xed funkce Pay by Link\";export const v12=\"Po\u0161lete rychl\\xfd odkaz a z\\xedskejte platbu od kohokoli a odkudkoli.\";export const v13=\"Odeslat odkaz prost\u0159ednictv\\xedm SMS\";export const v14=\"Odeslat odkaz e-mailem\";export const v15=\"Analytika v re\\xe1ln\\xe9m \u010Dase\";export const v16=\"Z\\xedskejte informace, kter\\xe9 pot\u0159ebujete k \u0159\\xedzen\\xed sv\\xe9ho podniku, prost\u0159ednictv\\xedm na\u0161\\xed aplikace.\";export const v17=\"Z\\xedskejte informace, kter\\xe9 pot\u0159ebujete k \u0159\\xedzen\\xed sv\\xe9ho podniku, prost\u0159ednictv\\xedm na\u0161\\xed aplikace.\";export const v18=\"Integrovan\\xfd termin\\xe1l\";export const v19=\"P\u0159ij\\xedmejte platby od kohokoliv, kdekoliv a kdykoliv.\";export const v20=\"Pen\\xedze na \\xfa\u010Dtu do druh\\xe9ho pracovn\\xedho dne\";export const v21=\"Optimalizujte sv\\xe9 cash flow - tr\u017Eby z karet na va\u0161em \\xfa\u010Dtu obdr\u017E\\xedte u\u017E n\\xe1sleduj\\xedc\\xed pracovn\\xed den.\";export const v22=\"Z\\xedskejte informace odkudkoli prost\u0159ednictv\\xedm na\u0161\\xed aplikace.\";export const v23=\"P\u0159ij\\xedmejte rychl\\xe9 a flexibiln\\xed platby b\u011Bhem n\u011Bkolika sekund.\";export const v24=\"50+ integrac\\xed\";export const v25=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.3))\"},children:\"Mobiln\\xed platebn\\xed termin\\xe1l\"})});export const v26=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.3))\"},children:\"Integrovan\\xfd termin\\xe1l\"})});export const v27=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",children:\"Mobiln\\xed platebn\\xed termin\\xe1l\"})});export const v28=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",children:\"Integrovan\\xfd termin\\xe1l\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v25\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v23\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v21\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v28\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v24\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v27\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v22\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v26\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"Feito para neg\\xf3cios \"})})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Feito para neg\\xf3cios \"})})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21)))\"},children:\"Mais pagamentos, menos complica\\xe7\\xf5es.\"})});export const v3=\"Aumente a produtividade do seu neg\\xf3cio\";export const v4=\"Aceite pagamentos em segundos\";export const v5=\"Pagamentos\";export const v6=\"Integra\\xe7\\xf5es POS\";export const v7=\"Solu\\xe7\\xe3o personalizada \";export const v8=\"Aceite cart\\xf5es de +190 pa\\xedses, e receba em qualquer conta bancaria da sua atividade.\";export const v9=\"Pagamentos\";export const v11=\"Gratifica\\xe7\\xf5es\";export const v12=\"Potencie os ganhos da sua equipa atrav\\xe9s de gorjetas personalizadas\";export const v15=\"An\\xe1lises em tempo real\";export const v16=\"Acompanhe o seu neg\\xf3cio na nossa app, em qualquer lugar\";export const v17=\"Aceite pagamentos em segundos\";export const v19=\"Aumente a sua fatura\\xe7\\xe3o com as gratifica\\xe7\\xf5es personalizadas. \";export const v20=\"Solu\\xe7\\xe3o personalizada \";export const v21=\"Aceite cart\\xf5es de +190 pa\\xedses, e receba em qualquer conta bancaria da sua atividade.\";export const v22=\"Obtenha insights para gerir o seu neg\\xf3cio em qualquer lugar com a nossa app. \";export const v23=\"Aceite pagamentos em segundos\";export const v25=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.3))\"},children:\"Pagamentos\"})});export const v26=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.3))\"},children:\" integra\\xe7\\xf5es POS\"})});export const v27=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",children:\"Pagamentos\"})});export const v28=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",children:\" integra\\xe7\\xf5es POS\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v28\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v26\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v21\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v22\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v23\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v27\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v25\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"Platobn\\xe9 rie\u0161enie prisp\\xf4soben\\xe9 v\\xe1\u0161mu podnikaniu\"})})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Platobn\\xe9 rie\u0161enie prisp\\xf4soben\\xe9 v\\xe1\u0161mu podnikaniu\"})})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21)))\"},children:\"Viac platieb, menej starost\\xed.\"})});export const v3=\"Zr\\xfdchlite proces platenia\u200B\";export const v4=\"Prij\\xedmajte r\\xfdchle a flexibiln\\xe9 platby v priebehu nieko\u013Ek\\xfdch sek\\xfand.\";export const v5=\"Mobiln\\xfd platobn\\xfd termin\\xe1l\";export const v6=\"Integrovan\\xfd termin\\xe1l\";export const v7=\"Peniaze na \\xfa\u010Dte na druh\\xfd pracovn\\xfd de\u0148\";export const v8=\"Optimalizujte svoj cash flow \u2013 tr\u017Eby z kariet na va\u0161om \\xfa\u010Dte obdr\u017E\\xedte u\u017E nasleduj\\xfaci pracovn\\xfd de\u0148.\";export const v9=\"Mobiln\\xfd platobn\\xfd termin\\xe1l\";export const v10=\"Integrovan\\xfd termin\\xe1l\";export const v11=\"Bezpe\u010Dn\\xe9 vzdialen\\xe9 platby pomocou funkcie Pay by Link\";export const v12=\"Po\u0161lite r\\xfdchly odkaz a z\\xedskajte platbu od kohoko\u013Evek a odkia\u013Eko\u013Evek.\";export const v13=\"Odosla\u0165 odkaz prostredn\\xedctvom SMS\";export const v14=\"Odosla\u0165 odkaz e-mailom\";export const v15=\"Analytika v re\\xe1lnom \u010Dase\";export const v16=\"Z\\xedskajte inform\\xe1cie, ktor\\xe9 potrebujete na riadenie svojho podniku, prostredn\\xedctvom na\u0161ej aplik\\xe1cie.\";export const v17=\"Z\\xedskajte inform\\xe1cie, ktor\\xe9 potrebujete na riadenie svojho podniku, prostredn\\xedctvom na\u0161ej aplik\\xe1cie.\";export const v18=\"Integrovan\\xfd termin\\xe1l\";export const v19=\"Prij\\xedmajte platby od kohoko\u013Evek, kdeko\u013Evek a kedyko\u013Evek.\";export const v20=\"Peniaze na \\xfa\u010Dte na druh\\xfd pracovn\\xfd de\u0148\";export const v21=\"Peniaze na \\xfa\u010Dte na druh\\xfd pracovn\\xfd de\u0148\";export const v22=\"Z\\xedskajte inform\\xe1cie, ktor\\xe9 potrebujete na riadenie svojho podniku, prostredn\\xedctvom na\u0161ej aplik\\xe1cie.\";export const v23=\"Prij\\xedmajte r\\xfdchle a flexibiln\\xe9 platby v priebehu nieko\u013Ek\\xfdch sek\\xfand.\";export const v24=\"50+ integr\\xe1ci\\xed\";export const v25=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.3))\"},children:\"Mobiln\\xfd platobn\\xfd termin\\xe1l\"})});export const v26=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.3))\"},children:\"Integrovan\\xfd termin\\xe1l\"})});export const v27=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",children:\"Mobiln\\xfd platobn\\xfd termin\\xe1l\"})});export const v28=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",children:\"Integrovan\\xfd termin\\xe1l\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v28\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v24\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v22\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v25\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v26\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v27\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v23\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v21\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"Costruito per le imprese\"})})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Costruito per le imprese\"})})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21)))\"},children:\"Pi\\xf9 pagamenti, meno problemi.\"})});export const v3=\"Accelera il tuo checkout\";export const v4=\"Accetta pagamenti flessibili in pochi secondi.\";export const v5=\"Pagamenti in movimento\";export const v6=\"Pagamenti integrati\";export const v7=\"Saldature del giorno successivo\";export const v8=\"Aumenta il tuo flusso di cassa facendoti pagare il giorno lavorativo successivo.\";export const v9=\"Pagamenti in movimento\";export const v10=\"Pagamenti integrati\";export const v11=\"Paga tramite link\";export const v12=\"Vendi a chiunque, ovunque inviando link di pagamento.\";export const v13=\"Invia link tramite SMS\";export const v14=\"Invia link tramite email\";export const v15=\"Analisi in tempo reale\";export const v16=\"Ottieni le informazioni di cui hai bisogno per gestire la tua attivit\\xe0 da qualsiasi luogo, utilizzando la nostra app.\";export const v17=\"Ottieni le informazioni di cui hai bisogno per gestire la tua attivit\\xe0 da qualsiasi luogo, utilizzando la nostra app.\";export const v18=\"Pagamenti integrati\";export const v19=\"Vendi a chiunque, ovunque.\";export const v20=\"Saldature del giorno successivo\";export const v21=\"Essere pagati il giorno lavorativo successivo.\";export const v22=\"Ottieni le informazioni ovunque, utilizzando la nostra app.\";export const v23=\"Accetta pagamenti flessibili in pochi secondi.\";export const v24=\"50+ integrazioni\";export const v25=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.3))\"},children:\"Pagamenti in movimento\"})});export const v26=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.3))\"},children:\"Pagamento Integrato\"})});export const v27=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",children:\"Pagamento in movimento\"})});export const v28=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",children:\"Pagamenti integrati\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v26\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v24\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v28\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v21\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v27\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v22\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v23\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v25\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"Construido para negocios\"})})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Construido para negocios\"})})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21)))\"},children:\"M\\xe1s pagos, menos inconvenientes.\"})});export const v3=\"Acelera tu pago\";export const v4=\"Acepta pagos flexibles en segundos.\";export const v5=\"Pagos en movimiento\";export const v6=\"Pagos integrados\";export const v7=\"Liquidaciones al d\\xeda siguiente\";export const v8=\"Aumenta tu flujo de efectivo recibiendo el pago al siguiente d\\xeda laborable.\";export const v9=\"Pagos en movimiento\";export const v10=\"Pagos integrados\";export const v11=\"Pagar por enlace\";export const v12=\"Vende a cualquiera, en cualquier lugar enviando enlaces de pago.\";export const v13=\"Enviar enlace por SMS\";export const v14=\"Enviar enlace por correo electr\\xf3nico\";export const v15=\"An\\xe1lisis en tiempo real\";export const v16=\"Obtenga los insights que necesita para gestionar su negocio desde cualquier lugar, utilizando nuestra aplicaci\\xf3n.\";export const v17=\"Obtenga los insights que necesita para gestionar su negocio desde cualquier lugar, utilizando nuestra aplicaci\\xf3n.\";export const v18=\"Pagos integrados\";export const v19=\"Vende a cualquiera, en cualquier lugar.\";export const v20=\"Liquidaciones al d\\xeda siguiente\";export const v21=\"Recibiendo el pago el siguiente d\\xeda laborable.\";export const v22=\"Obt\\xe9n los insights en cualquier lugar, utilizando nuestra aplicaci\\xf3n.\";export const v23=\"Acepta pagos flexibles en segundos.\";export const v24=\"50+ integraciones\";export const v25=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.3))\"},children:\"Pagos en movimiento\"})});export const v26=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.3))\"},children:\"Pago Integrado\"})});export const v27=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",children:\"Pago sobre la marcha\"})});export const v28=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",children:\"Pagos integrados\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v27\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v26\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v22\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v24\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v28\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v23\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v25\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v21\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5b26096)\nimport*as localizedValues from\"./zWfXtt77J-0.js\";import*as localizedValues1 from\"./zWfXtt77J-1.js\";import*as localizedValues2 from\"./zWfXtt77J-2.js\";import*as localizedValues3 from\"./zWfXtt77J-3.js\";import*as localizedValues4 from\"./zWfXtt77J-4.js\";import*as localizedValues5 from\"./zWfXtt77J-5.js\";import*as localizedValues6 from\"./zWfXtt77J-6.js\";import*as localizedValues7 from\"./zWfXtt77J-7.js\";const valuesByLocaleId={AsWJ5xmiw:localizedValues4,aVJRs0Jbv:localizedValues7,Dogkfhi2E:localizedValues5,obpd5gnjs:localizedValues1,TSWGx_miv:localizedValues6,WnWbKAs3G:localizedValues3,y4bbB58kX:localizedValues2,zhi66eIhS:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5b26096)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/8GrArnV4qzPZbnZmkSX0/6upVdeogZ3uaC5gAqdWu/q2jHtGiYi.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/XAz6blESQNBHAVRdLcIc/sgyCq4WKydaAKfqvy3vt/riw1m9OGa.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/xfvKbUU7zzHnmrZCdwTV/4wDbUG9gFxppszAEZbiS/zWfXtt77J.js\";import AnimatedProducts from\"https://framerusercontent.com/modules/stVgpbV9VDUvzJFtwdeB/GWhgaYtHSFbSeEF0rLQY/bwLSvS4Gt.js\";import MiscellaneousFeatureSelection from\"https://framerusercontent.com/modules/9kSAjl46sEDSrK4VvFHh/CdhYBJ9lYQNdM2BXYot0/oROnGUBLC.js\";const MiscellaneousFeatureSelectionFonts=getFonts(MiscellaneousFeatureSelection);const AnimatedProductsFonts=getFonts(AnimatedProducts);const cycleOrder=[\"WL97jztGl\",\"YnyZhFYI4\",\"q_nEz8WLb\",\"lENU8pUOy\",\"emQfDYUsS\",\"Nfy_T5AoT\"];const serializationHash=\"framer-9YX3r\";const variantClassNames={emQfDYUsS:\"framer-v-1ogby91\",lENU8pUOy:\"framer-v-oylyy\",Nfy_T5AoT:\"framer-v-ehef4t\",q_nEz8WLb:\"framer-v-144y9tf\",WL97jztGl:\"framer-v-1jqei30\",YnyZhFYI4:\"framer-v-1gtlmhq\"};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={delay:0,duration:.6,ease:[.89,-.02,.2,.98],type:\"tween\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={Horizontal:\"row\",Vertical:\"column\"};const humanReadableVariantMap={\"Next day settlement\":\"lENU8pUOy\",\"Pay by link SMS\":\"YnyZhFYI4\",\"Real time analytics\":\"emQfDYUsS\",\"Speed submenu 2\":\"q_nEz8WLb\",Desktop:\"WL97jztGl\",Speed:\"Nfy_T5AoT\"};const getProps=({background,buttonsDirection,desktop,desktopDirection,gap,gap2,height,id,mobileExtraButtonCopy,mobileSwitch,padding,padding2,switchVisible,textVisible,width,...props})=>{return{...props,BuPlFvBsT:humanReadableEnumMap[buttonsDirection]??buttonsDirection??props.BuPlFvBsT??\"column\",E5UKF9cYc:humanReadableEnumMap[desktopDirection]??desktopDirection??props.E5UKF9cYc??\"row\",h5ILPejGt:mobileSwitch??props.h5ILPejGt,iPHpWNKvT:switchVisible??props.iPHpWNKvT??true,LBENCTREE:gap??props.LBENCTREE??24,mIWQg0XgL:padding??props.mIWQg0XgL??\"0px\",n8UMeKVOP:mobileExtraButtonCopy??props.n8UMeKVOP??true,OhaeBqJw4:padding2??props.OhaeBqJw4??\"116px 16px 36px 16px\",Opqio6HDJ:desktop??props.Opqio6HDJ??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"WL97jztGl\",w3qVtBTin:gap2??props.w3qVtBTin??24,X4G54PHLT:textVisible??props.X4G54PHLT??true,ZQy6BhSuG:background??props.ZQy6BhSuG??\"var(--token-fb382688-16d6-410c-947d-dbb2c1016b2a, rgb(245, 245, 245))\"};};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,ZQy6BhSuG,Opqio6HDJ,X4G54PHLT,E5UKF9cYc,BuPlFvBsT,iPHpWNKvT,h5ILPejGt,mIWQg0XgL,LBENCTREE,n8UMeKVOP,w3qVtBTin,OhaeBqJw4,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WL97jztGl\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const xNLiYJGWnzc48qg=activeVariantCallback(async(...args)=>{setVariant(\"Nfy_T5AoT\");});const x_JkAOgPWzc48qg=activeVariantCallback(async(...args)=>{setVariant(\"Nfy_T5AoT\");});const x_JkAOgPW1pqwby3=activeVariantCallback(async(...args)=>{setVariant(\"q_nEz8WLb\");});const xNLiYJGWnoj0w2x=activeVariantCallback(async(...args)=>{setVariant(\"lENU8pUOy\");});const xNLiYJGWn1p66b2h=activeVariantCallback(async(...args)=>{setVariant(\"YnyZhFYI4\");});const x_JkAOgPW1sekcrn=activeVariantCallback(async(...args)=>{setVariant(\"emQfDYUsS\");});const onTapzc48qg=activeVariantCallback(async(...args)=>{setVariant(\"Nfy_T5AoT\");});const onTap1pqwby3=activeVariantCallback(async(...args)=>{setVariant(\"q_nEz8WLb\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"emQfDYUsS\")return true;return false;};const isDisplayed1=value=>{if([\"YnyZhFYI4\",\"lENU8pUOy\",\"emQfDYUsS\"].includes(baseVariant))return false;return value;};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-1jqei30\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"WL97jztGl\",ref:refBinding,style:{\"--eoxbxk\":numberToPixelString(OhaeBqJw4),backgroundColor:ZQy6BhSuG,...style},...addPropertyOverrides({emQfDYUsS:{\"data-framer-name\":\"Real time analytics\"},lENU8pUOy:{\"data-framer-name\":\"Next day settlement\"},Nfy_T5AoT:{\"data-framer-name\":\"Speed\"},q_nEz8WLb:{\"data-framer-name\":\"Speed submenu 2\"},YnyZhFYI4:{\"data-framer-name\":\"Pay by link SMS\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ybsir2\",\"data-framer-name\":\"Card Machines\",layoutDependency:layoutDependency,layoutId:\"Cp5OAx78n\",style:{\"--10e0hgo\":numberToPixelString(mIWQg0XgL),\"--1doqy38\":E5UKF9cYc===\"column\"?undefined:\"1 0 0px\",\"--2c4jye\":E5UKF9cYc===\"column\"?\"100%\":\"1px\",\"--sulevl\":E5UKF9cYc,\"--w5b21m\":numberToPixelString(LBENCTREE)},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5ybzqp\",\"data-framer-name\":\"Copy with buttons\",layoutDependency:layoutDependency,layoutId:\"x4tYzh7E2\",style:{\"--1kzraz3\":numberToPixelString(w3qVtBTin)},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kkfvlj\",\"data-framer-name\":\"Top Section\",layoutDependency:layoutDependency,layoutId:\"bfLWAZOMh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"Built for business\"})})}),className:\"framer-zeprxn\",\"data-framer-name\":\"Card Machines\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"CnrMhVYk_\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Nfy_T5AoT:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Built for business\"})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21)))\"},children:\"More payments, less hassle.\"})}),className:\"framer-tia0bk\",\"data-framer-name\":\"Welcome to a whole new world of tapping. Now available on the App store and Google Play store.\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"bHMY35DNZ\",style:{\"--extracted-r6o4lv\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-162fdw9\",\"data-framer-name\":\"Cards\",layoutDependency:layoutDependency,layoutId:\"wL2F_Tkts\",style:{\"--1n8nv5t\":BuPlFvBsT,\"--eew39p\":BuPlFvBsT===\"column\"?undefined:\"1 0 0px\",\"--m1mrmm\":BuPlFvBsT===\"column\"?\"100%\":\"1px\",backdropFilter:\"blur(20px)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,WebkitBackdropFilter:\"blur(20px)\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:BuPlFvBsT===\"row\"?`max((${E5UKF9cYc===\"row\"?`max((min(${componentViewport?.width||\"100vw\"} - ${OhaeBqJw4*2}px, 1000px) - ${mIWQg0XgL*2}px) - (${LBENCTREE*1}px + 409px), 1px)`:`calc(min(${componentViewport?.width||\"100vw\"} - ${OhaeBqJw4*2}px, 1000px) - ${mIWQg0XgL*2}px)`} - 24px) / 4, 1px)`:E5UKF9cYc===\"row\"?`max((min(${componentViewport?.width||\"100vw\"} - ${OhaeBqJw4*2}px, 1000px) - ${mIWQg0XgL*2}px) - (${LBENCTREE*1}px + 409px), 1px)`:`calc(min(${componentViewport?.width||\"100vw\"} - ${OhaeBqJw4*2}px, 1000px) - ${mIWQg0XgL*2}px)`,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19t50k5-container\",layoutDependency:layoutDependency,layoutId:\"Plhc0rMY9-container\",nodeId:\"Plhc0rMY9\",rendersWithMotion:true,scopeId:\"zWfXtt77J\",children:/*#__PURE__*/_jsx(MiscellaneousFeatureSelection,{aolPf8tsh:\"Lightning\",AY_qctUEU:getLocalizedValue(\"v6\",activeLocale)??\"Integrated payments\",height:\"100%\",id:\"Plhc0rMY9\",ji3G6WnAT:false,layoutId:\"Plhc0rMY9\",LchVy7sbH:getLocalizedValue(\"v5\",activeLocale)??\"Payments on the go\",lPpybVFtD:getLocalizedValue(\"v3\",activeLocale)??\"Speed up your checkout\",rmfppRIkl:iPHpWNKvT,ruuff8h5l:X4G54PHLT,style:{width:\"100%\"},U4TDCzvqr:Opqio6HDJ,variant:\"ebHc8AcJ6\",width:\"100%\",xNLiYJGWn:xNLiYJGWnzc48qg,zJVyTUBqn:getLocalizedValue(\"v4\",activeLocale)??\"Take flexible payments in seconds.\",...addPropertyOverrides({emQfDYUsS:{variant:\"wWX8xmYrH\"},lENU8pUOy:{variant:\"wWX8xmYrH\"},Nfy_T5AoT:{x_JkAOgPW:x_JkAOgPW1pqwby3,xNLiYJGWn:undefined},q_nEz8WLb:{variant:\"ZEFfBSxTm\",x_JkAOgPW:x_JkAOgPWzc48qg,xNLiYJGWn:undefined},YnyZhFYI4:{variant:\"wWX8xmYrH\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:BuPlFvBsT===\"row\"?`max((${E5UKF9cYc===\"row\"?`max((min(${componentViewport?.width||\"100vw\"} - ${OhaeBqJw4*2}px, 1000px) - ${mIWQg0XgL*2}px) - (${LBENCTREE*1}px + 409px), 1px)`:`calc(min(${componentViewport?.width||\"100vw\"} - ${OhaeBqJw4*2}px, 1000px) - ${mIWQg0XgL*2}px)`} - 24px) / 4, 1px)`:E5UKF9cYc===\"row\"?`max((min(${componentViewport?.width||\"100vw\"} - ${OhaeBqJw4*2}px, 1000px) - ${mIWQg0XgL*2}px) - (${LBENCTREE*1}px + 409px), 1px)`:`calc(min(${componentViewport?.width||\"100vw\"} - ${OhaeBqJw4*2}px, 1000px) - ${mIWQg0XgL*2}px)`,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4qmfub-container\",layoutDependency:layoutDependency,layoutId:\"m78DqdLds-container\",nodeId:\"m78DqdLds\",rendersWithMotion:true,scopeId:\"zWfXtt77J\",children:/*#__PURE__*/_jsx(MiscellaneousFeatureSelection,{aolPf8tsh:\"CalendarCheck\",AY_qctUEU:getLocalizedValue(\"v10\",activeLocale)??\"Integrated payments\",height:\"100%\",id:\"m78DqdLds\",ji3G6WnAT:false,layoutId:\"m78DqdLds\",LchVy7sbH:getLocalizedValue(\"v9\",activeLocale)??\"Payments on the go\",lPpybVFtD:getLocalizedValue(\"v7\",activeLocale)??\"Next-day settlements\",rmfppRIkl:iPHpWNKvT,ruuff8h5l:X4G54PHLT,style:{width:\"100%\"},U4TDCzvqr:Opqio6HDJ,variant:\"wWX8xmYrH\",width:\"100%\",xNLiYJGWn:xNLiYJGWnoj0w2x,zJVyTUBqn:getLocalizedValue(\"v8\",activeLocale)??\"Increase your cash flow by getting paid the next working day.\",...addPropertyOverrides({lENU8pUOy:{variant:\"QgsScrFeA\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:BuPlFvBsT===\"row\"?`max((${E5UKF9cYc===\"row\"?`max((min(${componentViewport?.width||\"100vw\"} - ${OhaeBqJw4*2}px, 1000px) - ${mIWQg0XgL*2}px) - (${LBENCTREE*1}px + 409px), 1px)`:`calc(min(${componentViewport?.width||\"100vw\"} - ${OhaeBqJw4*2}px, 1000px) - ${mIWQg0XgL*2}px)`} - 24px) / 4, 1px)`:E5UKF9cYc===\"row\"?`max((min(${componentViewport?.width||\"100vw\"} - ${OhaeBqJw4*2}px, 1000px) - ${mIWQg0XgL*2}px) - (${LBENCTREE*1}px + 409px), 1px)`:`calc(min(${componentViewport?.width||\"100vw\"} - ${OhaeBqJw4*2}px, 1000px) - ${mIWQg0XgL*2}px)`,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5prxef-container\",layoutDependency:layoutDependency,layoutId:\"czD2XG2Bv-container\",nodeId:\"czD2XG2Bv\",rendersWithMotion:true,scopeId:\"zWfXtt77J\",children:/*#__PURE__*/_jsx(MiscellaneousFeatureSelection,{aolPf8tsh:\"Link\",AY_qctUEU:getLocalizedValue(\"v13\",activeLocale)??\"Send Link through SMS\",height:\"100%\",id:\"czD2XG2Bv\",ji3G6WnAT:false,layoutId:\"czD2XG2Bv\",LchVy7sbH:getLocalizedValue(\"v13\",activeLocale)??\"Send Link through SMS\",lPpybVFtD:getLocalizedValue(\"v11\",activeLocale)??\"Pay by Link\",rmfppRIkl:iPHpWNKvT,ruuff8h5l:X4G54PHLT,style:{width:\"100%\"},U4TDCzvqr:Opqio6HDJ,variant:\"wWX8xmYrH\",width:\"100%\",xNLiYJGWn:xNLiYJGWn1p66b2h,zJVyTUBqn:getLocalizedValue(\"v12\",activeLocale)??\"Sell to anyone, anywhere by sending payment links.\",...addPropertyOverrides({YnyZhFYI4:{AY_qctUEU:getLocalizedValue(\"v14\",activeLocale)??\"Send Link through Email\",variant:\"QgsScrFeA\",xNLiYJGWn:undefined}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:BuPlFvBsT===\"row\"?`max((${E5UKF9cYc===\"row\"?`max((min(${componentViewport?.width||\"100vw\"} - ${OhaeBqJw4*2}px, 1000px) - ${mIWQg0XgL*2}px) - (${LBENCTREE*1}px + 409px), 1px)`:`calc(min(${componentViewport?.width||\"100vw\"} - ${OhaeBqJw4*2}px, 1000px) - ${mIWQg0XgL*2}px)`} - 24px) / 4, 1px)`:E5UKF9cYc===\"row\"?`max((min(${componentViewport?.width||\"100vw\"} - ${OhaeBqJw4*2}px, 1000px) - ${mIWQg0XgL*2}px) - (${LBENCTREE*1}px + 409px), 1px)`:`calc(min(${componentViewport?.width||\"100vw\"} - ${OhaeBqJw4*2}px, 1000px) - ${mIWQg0XgL*2}px)`,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rie3sk-container\",layoutDependency:layoutDependency,layoutId:\"NGN3eF6Im-container\",nodeId:\"NGN3eF6Im\",rendersWithMotion:true,scopeId:\"zWfXtt77J\",children:/*#__PURE__*/_jsx(MiscellaneousFeatureSelection,{aolPf8tsh:\"ChartLine\",AY_qctUEU:getLocalizedValue(\"v10\",activeLocale)??\"Integrated payments\",height:\"100%\",id:\"NGN3eF6Im\",ji3G6WnAT:false,layoutId:\"NGN3eF6Im\",LchVy7sbH:getLocalizedValue(\"v9\",activeLocale)??\"Payments on the go\",lPpybVFtD:getLocalizedValue(\"v15\",activeLocale)??\"Real-time analytics\",rmfppRIkl:iPHpWNKvT,ruuff8h5l:X4G54PHLT,style:{width:\"100%\"},U4TDCzvqr:Opqio6HDJ,variant:\"wWX8xmYrH\",width:\"100%\",x_JkAOgPW:x_JkAOgPW1sekcrn,zJVyTUBqn:getLocalizedValue(\"v16\",activeLocale)??\"Get the insights you need to run your business from anywhere, using our app.\",...addPropertyOverrides({emQfDYUsS:{variant:\"QgsScrFeA\"}},baseVariant,gestureVariant)})})})]}),n8UMeKVOP&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:E5UKF9cYc===\"row\"?`max((min(${componentViewport?.width||\"100vw\"} - ${OhaeBqJw4*2}px, 1000px) - ${mIWQg0XgL*2}px) - (${LBENCTREE*1}px + 409px), 1px)`:`calc(min(${componentViewport?.width||\"100vw\"} - ${OhaeBqJw4*2}px, 1000px) - ${mIWQg0XgL*2}px)`,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18yuxte-container\",\"data-framer-name\":\"Mobile extra copy\",layoutDependency:layoutDependency,layoutId:\"aSp8Og24F-container\",name:\"Mobile extra copy\",nodeId:\"aSp8Og24F\",rendersWithMotion:true,scopeId:\"zWfXtt77J\",children:/*#__PURE__*/_jsx(MiscellaneousFeatureSelection,{aolPf8tsh:\"ChartLine\",AY_qctUEU:getLocalizedValue(\"v18\",activeLocale)??\"Integrated payments\",height:\"100%\",id:\"aSp8Og24F\",ji3G6WnAT:false,layoutId:\"aSp8Og24F\",LchVy7sbH:getLocalizedValue(\"v5\",activeLocale)??\"Payments on the go\",lPpybVFtD:getLocalizedValue(\"v15\",activeLocale)??\"Real-time analytics\",name:\"Mobile extra copy\",rmfppRIkl:true,ruuff8h5l:true,style:{width:\"100%\"},U4TDCzvqr:true,variant:\"WWOvw4erq\",width:\"100%\",zJVyTUBqn:getLocalizedValue(\"v17\",activeLocale)??\"Get the insights you need to run your business from anywhere, using our app.\",...addPropertyOverrides({emQfDYUsS:{zJVyTUBqn:getLocalizedValue(\"v22\",activeLocale)??\"Get the insights anywhere, using our app.\"},lENU8pUOy:{lPpybVFtD:getLocalizedValue(\"v20\",activeLocale)??\"Next-day settlements\",zJVyTUBqn:getLocalizedValue(\"v21\",activeLocale)??\"Getting paid the next working day.\"},Nfy_T5AoT:{lPpybVFtD:getLocalizedValue(\"v3\",activeLocale)??\"Speed up your checkout\",zJVyTUBqn:getLocalizedValue(\"v23\",activeLocale)??\"Take flexible payments in seconds.\"},YnyZhFYI4:{lPpybVFtD:getLocalizedValue(\"v11\",activeLocale)??\"Pay by Link\",zJVyTUBqn:getLocalizedValue(\"v19\",activeLocale)??\"Sell to anyone, anywhere.\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yh4l0j\",\"data-framer-name\":\"Animation container\",layoutDependency:layoutDependency,layoutId:\"yT_oW90yc\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:637,width:\"453px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-924r1o-container\",layoutDependency:layoutDependency,layoutId:\"qexcyX09F-container\",nodeId:\"qexcyX09F\",rendersWithMotion:true,scopeId:\"zWfXtt77J\",style:{scale:.8},transformTemplate:transformTemplate1,variants:{emQfDYUsS:{scale:.7}},children:/*#__PURE__*/_jsx(AnimatedProducts,{eXnZCZyVh:true,GdZ74QNgg:\"bregXXhgf\",height:\"100%\",HUUXLKqMA:true,id:\"qexcyX09F\",layoutId:\"qexcyX09F\",QpCKcaa4t:true,style:{width:\"100%\"},UfpNm9hrr:1,variant:\"CqUhDfFWa\",width:\"100%\",XJF7fSV8T:getLocalizedValue(\"v24\",activeLocale)??\"50+ integrations\",...addPropertyOverrides({emQfDYUsS:{variant:\"YxKyBdRhV\"},lENU8pUOy:{eXnZCZyVh:false,GdZ74QNgg:\"rXTrRaJlf\",variant:\"salLi1Pek\"},q_nEz8WLb:{QpCKcaa4t:false,variant:\"FnJT1evqU\"},YnyZhFYI4:{eXnZCZyVh:false,variant:\"NXGJLqvlY\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-trannx\",\"data-framer-name\":\"Google and Apple\",layoutDependency:layoutDependency,layoutId:\"GR7V3vrhM\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:112.4999983236194,intrinsicWidth:378.1249943654985,pixelHeight:180,pixelWidth:605,sizes:\"154px\",src:\"https://framerusercontent.com/images/tph3eopprTvbqpuSoEuDl306I6s.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/tph3eopprTvbqpuSoEuDl306I6s.png?scale-down-to=512 512w,https://framerusercontent.com/images/tph3eopprTvbqpuSoEuDl306I6s.png 605w\"},className:\"framer-lewznn\",\"data-framer-name\":\"Google_Play\",layoutDependency:layoutDependency,layoutId:\"Ao5S3QIXu\",style:{borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:88.74999867752196,intrinsicWidth:221.24999670311814,pixelHeight:87,pixelWidth:298,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/EddZqzCjdp6lvElsNjDXMBtQl0g.png\"},className:\"framer-7vxkj0\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"ogjPcCOyP\",style:{borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6}})]})]}),isDisplayed1(h5ILPejGt)&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1p8m4x9\",\"data-framer-name\":\"Mobile Switch\",layoutDependency:layoutDependency,layoutId:\"PBfDAz5Jd\",style:{backgroundColor:\"var(--token-fb382688-16d6-410c-947d-dbb2c1016b2a, rgb(245, 245, 245))\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,boxShadow:\"inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1)\"},...addPropertyOverrides({Nfy_T5AoT:{\"data-highlight\":true,onTap:onTap1pqwby3},q_nEz8WLb:{\"data-highlight\":true,onTap:onTapzc48qg}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-zkjv29\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"s1nxygxvU\",style:{borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50},...addPropertyOverrides({q_nEz8WLb:{\"data-highlight\":true,onTap:onTapzc48qg}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.3))\"},children:\"Payments on the go\"})}),className:\"framer-1hu13ds\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hKXVoExLk\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.3)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xvxxta\",\"data-framer-name\":\"Right\",layoutDependency:layoutDependency,layoutId:\"G0galbQYc\",style:{borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50},...addPropertyOverrides({Nfy_T5AoT:{\"data-highlight\":true,onTap:onTap1pqwby3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.3))\"},children:\"Integrated Payment\"})}),className:\"framer-1x9mm4s\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"USekk94t4\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.3)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4oqz2o\",\"data-framer-name\":\"Active\",layoutDependency:layoutDependency,layoutId:\"oD__EAzZk\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.06)\"},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",children:\"Payment on the go\"})}),className:\"framer-196lq0o\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Yab9N5riS\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({q_nEz8WLb:{children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10p88j9\",\"data-styles-preset\":\"riw1m9OGa\",children:\"Integrated payments\"})})}},baseVariant,gestureVariant)})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9YX3r.framer-1cniuv2, .framer-9YX3r .framer-1cniuv2 { display: block; }\",\".framer-9YX3r.framer-1jqei30 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: var(--eoxbxk); position: relative; width: 1200px; }\",\".framer-9YX3r .framer-1ybsir2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: var(--sulevl); flex-wrap: nowrap; gap: var(--w5b21m); height: min-content; justify-content: flex-start; max-width: 1000px; overflow: visible; padding: var(--10e0hgo); position: relative; width: 100%; }\",\".framer-9YX3r .framer-5ybzqp { align-content: flex-start; align-items: flex-start; display: flex; flex: var(--1doqy38); flex-direction: column; flex-wrap: nowrap; gap: var(--1kzraz3); height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: var(--2c4jye); z-index: 5; }\",\".framer-9YX3r .framer-1kkfvlj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-9YX3r .framer-zeprxn, .framer-9YX3r .framer-tia0bk { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-9YX3r .framer-162fdw9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: var(--1n8nv5t); flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-9YX3r .framer-19t50k5-container, .framer-9YX3r .framer-4qmfub-container, .framer-9YX3r .framer-5prxef-container, .framer-9YX3r .framer-1rie3sk-container { flex: var(--eew39p); height: auto; position: relative; width: var(--m1mrmm); }\",\".framer-9YX3r .framer-18yuxte-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-9YX3r .framer-1yh4l0j { flex: none; height: 575px; overflow: visible; position: relative; width: 409px; }\",\".framer-9YX3r .framer-924r1o-container { flex: none; height: auto; left: -22px; position: absolute; right: -22px; top: 50%; }\",\".framer-9YX3r .framer-trannx { align-content: center; align-items: center; bottom: 66px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: 23px; width: min-content; z-index: 1; }\",\".framer-9YX3r .framer-lewznn { flex: none; height: 46px; overflow: hidden; position: relative; width: 154px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-9YX3r .framer-7vxkj0 { flex: none; height: 46px; overflow: hidden; position: relative; width: 156px; will-change: var(--framer-will-change-override, transform); }\",\".framer-9YX3r .framer-1p8m4x9 { align-content: center; align-items: center; display: flex; flex: var(--1doqy38); flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 4px; position: relative; width: var(--2c4jye); will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-9YX3r .framer-zkjv29, .framer-9YX3r .framer-xvxxta { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 16px 8px 16px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-9YX3r .framer-1hu13ds, .framer-9YX3r .framer-1x9mm4s, .framer-9YX3r .framer-196lq0o { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-9YX3r .framer-4oqz2o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 4px; overflow: hidden; padding: 8px 16px 8px 16px; position: absolute; top: 50%; width: 50%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-9YX3r.framer-v-1gtlmhq .framer-5ybzqp, .framer-9YX3r.framer-v-1ogby91 .framer-5ybzqp { order: 0; }\",\".framer-9YX3r.framer-v-1gtlmhq .framer-1yh4l0j, .framer-9YX3r.framer-v-1ogby91 .framer-1yh4l0j { order: 1; }\",\".framer-9YX3r.framer-v-144y9tf .framer-1kkfvlj { width: 567px; }\",\".framer-9YX3r.framer-v-144y9tf .framer-924r1o-container { left: unset; right: -52px; width: 453px; }\",\".framer-9YX3r.framer-v-144y9tf .framer-1p8m4x9, .framer-9YX3r.framer-v-144y9tf .framer-zkjv29, .framer-9YX3r.framer-v-ehef4t .framer-1p8m4x9, .framer-9YX3r.framer-v-ehef4t .framer-xvxxta { cursor: pointer; }\",\".framer-9YX3r.framer-v-144y9tf .framer-4oqz2o { left: unset; right: 4px; width: 50%; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 747\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"YnyZhFYI4\":{\"layout\":[\"fixed\",\"auto\"]},\"q_nEz8WLb\":{\"layout\":[\"fixed\",\"auto\"]},\"lENU8pUOy\":{\"layout\":[\"fixed\",\"auto\"]},\"emQfDYUsS\":{\"layout\":[\"fixed\",\"auto\"]},\"Nfy_T5AoT\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ZQy6BhSuG\":\"background\",\"Opqio6HDJ\":\"desktop\",\"X4G54PHLT\":\"textVisible\",\"E5UKF9cYc\":\"desktopDirection\",\"BuPlFvBsT\":\"buttonsDirection\",\"iPHpWNKvT\":\"switchVisible\",\"h5ILPejGt\":\"mobileSwitch\",\"mIWQg0XgL\":\"padding\",\"LBENCTREE\":\"gap\",\"n8UMeKVOP\":\"mobileExtraButtonCopy\",\"w3qVtBTin\":\"gap2\",\"OhaeBqJw4\":\"padding2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerzWfXtt77J=withCSS(Component,css,\"framer-9YX3r\");export default FramerzWfXtt77J;FramerzWfXtt77J.displayName=\"Card Machines\";FramerzWfXtt77J.defaultProps={height:747,width:1200};addPropertyControls(FramerzWfXtt77J,{variant:{options:[\"WL97jztGl\",\"YnyZhFYI4\",\"q_nEz8WLb\",\"lENU8pUOy\",\"emQfDYUsS\",\"Nfy_T5AoT\"],optionTitles:[\"Desktop\",\"Pay by link SMS\",\"Speed submenu 2\",\"Next day settlement\",\"Real time analytics\",\"Speed\"],title:\"Variant\",type:ControlType.Enum},ZQy6BhSuG:{defaultValue:'var(--token-fb382688-16d6-410c-947d-dbb2c1016b2a, rgb(245, 245, 245)) /* {\"name\":\"Special/Off White\"} */',title:\"Background\",type:ControlType.Color},Opqio6HDJ:{defaultValue:true,title:\"Desktop\",type:ControlType.Boolean},X4G54PHLT:{defaultValue:true,title:\"Text Visible\",type:ControlType.Boolean},E5UKF9cYc:{defaultValue:\"row\",displaySegmentedControl:true,optionIcons:[\"direction-horizontal\",\"direction-vertical\"],options:[\"row\",\"column\"],optionTitles:[\"Horizontal\",\"Vertical\"],title:\"Desktop Direction\",type:ControlType.Enum},BuPlFvBsT:{defaultValue:\"column\",displaySegmentedControl:true,optionIcons:[\"direction-horizontal\",\"direction-vertical\"],options:[\"row\",\"column\"],optionTitles:[\"Horizontal\",\"Vertical\"],title:\"Buttons Direction\",type:ControlType.Enum},iPHpWNKvT:{defaultValue:true,title:\"Switch Visible\",type:ControlType.Boolean},h5ILPejGt:{defaultValue:false,title:\"Mobile switch\",type:ControlType.Boolean},mIWQg0XgL:{defaultValue:\"0px\",title:\"Padding\",type:ControlType.Padding},LBENCTREE:{defaultValue:24,min:0,title:\"Gap\",type:ControlType.Number},n8UMeKVOP:{defaultValue:true,title:\"Mobile extra button copy\",type:ControlType.Boolean},w3qVtBTin:{defaultValue:24,min:0,title:\"Gap 2\",type:ControlType.Number},OhaeBqJw4:{defaultValue:\"116px 16px 36px 16px\",title:\"Padding 2\",type:ControlType.Padding}});addFonts(FramerzWfXtt77J,[{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:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v8/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5bwkEU4HTy.woff2\",weight:\"400\"}]},...MiscellaneousFeatureSelectionFonts,...AnimatedProductsFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzWfXtt77J\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"ZQy6BhSuG\\\":\\\"background\\\",\\\"Opqio6HDJ\\\":\\\"desktop\\\",\\\"X4G54PHLT\\\":\\\"textVisible\\\",\\\"E5UKF9cYc\\\":\\\"desktopDirection\\\",\\\"BuPlFvBsT\\\":\\\"buttonsDirection\\\",\\\"iPHpWNKvT\\\":\\\"switchVisible\\\",\\\"h5ILPejGt\\\":\\\"mobileSwitch\\\",\\\"mIWQg0XgL\\\":\\\"padding\\\",\\\"LBENCTREE\\\":\\\"gap\\\",\\\"n8UMeKVOP\\\":\\\"mobileExtraButtonCopy\\\",\\\"w3qVtBTin\\\":\\\"gap2\\\",\\\"OhaeBqJw4\\\":\\\"padding2\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YnyZhFYI4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"q_nEz8WLb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lENU8pUOy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"emQfDYUsS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Nfy_T5AoT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"747\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (bab6da3)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={AsWJ5xmiw:new LazyValue(()=>import(\"./augiA20Il-5.js\")),aVJRs0Jbv:new LazyValue(()=>import(\"./augiA20Il-1.js\")),Dogkfhi2E:new LazyValue(()=>import(\"./augiA20Il-6.js\")),obpd5gnjs:new LazyValue(()=>import(\"./augiA20Il-2.js\")),TSWGx_miv:new LazyValue(()=>import(\"./augiA20Il-0.js\")),WnWbKAs3G:new LazyValue(()=>import(\"./augiA20Il-4.js\")),y4bbB58kX:new LazyValue(()=>import(\"./augiA20Il-3.js\")),zhi66eIhS:new LazyValue(()=>import(\"./augiA20Il-7.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (bab6da3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCodeBoundaryForOverrides,withCSS,withFX,withMappedReactProps,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/s801VqobGI0Gkh3K9b41/Embed.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/vzgdvq3ezmf3RWurtT17/SlideShow.js\";import UpdatedMerchantLeadForm,*as UpdatedMerchantLeadFormInfo from\"#framer/local/canvasComponent/ArWcGG8Fk/ArWcGG8Fk.js\";import FAQItem from\"#framer/local/canvasComponent/cKmy0vdSc/cKmy0vdSc.js\";import SectionsPlans from\"#framer/local/canvasComponent/EXhV6BKZp/EXhV6BKZp.js\";import NavFooter from\"#framer/local/canvasComponent/f17dBuxrR/f17dBuxrR.js\";import SectionsTestmonials from\"#framer/local/canvasComponent/fFJTvhWnX/fFJTvhWnX.js\";import WidgetsButton from\"#framer/local/canvasComponent/gV0EecOsV/gV0EecOsV.js\";import DraftsBenefitsCarousel from\"#framer/local/canvasComponent/hf1ZV8kXh/hf1ZV8kXh.js\";import WidgetsMemberSincePhoto from\"#framer/local/canvasComponent/JNnPYKMgJ/JNnPYKMgJ.js\";import HardwarePricingSection from\"#framer/local/canvasComponent/SNVGS34fE/SNVGS34fE.js\";import ButtonMedium from\"#framer/local/canvasComponent/t4mTeRSWh/t4mTeRSWh.js\";import AnimatedTeyaTap from\"#framer/local/canvasComponent/Tb4Nt1O9V/Tb4Nt1O9V.js\";import NavHeader from\"#framer/local/canvasComponent/WPk4s4eUp/WPk4s4eUp.js\";import CardMachines from\"#framer/local/canvasComponent/zWfXtt77J/zWfXtt77J.js\";import{withMerchantLeadForm}from\"#framer/local/codeFile/UOvmvm8/Forms.js\";import*as sharedStyle8 from\"#framer/local/css/Ctufo5KuQ/Ctufo5KuQ.js\";import*as sharedStyle1 from\"#framer/local/css/dPOAIPSQf/dPOAIPSQf.js\";import*as sharedStyle2 from\"#framer/local/css/GF4cAD6wi/GF4cAD6wi.js\";import*as sharedStyle10 from\"#framer/local/css/Gw57Z6X5j/Gw57Z6X5j.js\";import*as sharedStyle from\"#framer/local/css/i547QBJY9/i547QBJY9.js\";import*as sharedStyle3 from\"#framer/local/css/Lh9jez4xM/Lh9jez4xM.js\";import*as sharedStyle7 from\"#framer/local/css/OAQH4Z7h5/OAQH4Z7h5.js\";import*as sharedStyle5 from\"#framer/local/css/q2jHtGiYi/q2jHtGiYi.js\";import*as sharedStyle9 from\"#framer/local/css/ro7OPezbn/ro7OPezbn.js\";import*as sharedStyle6 from\"#framer/local/css/uBeWZNdl4/uBeWZNdl4.js\";import*as sharedStyle4 from\"#framer/local/css/WFJlBepgs/WFJlBepgs.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/augiA20Il/augiA20Il.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavHeaderFonts=getFonts(NavHeader);const ButtonMediumFonts=getFonts(ButtonMedium);const EmbedFonts=getFonts(Embed);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const PhosphorFonts=getFonts(Phosphor);const SlideshowFonts=getFonts(Slideshow);const DraftsBenefitsCarouselFonts=getFonts(DraftsBenefitsCarousel);const HardwarePricingSectionFonts=getFonts(HardwarePricingSection);const FAQItemFonts=getFonts(FAQItem);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const WidgetsButtonFonts=getFonts(WidgetsButton);const ImageWithFX=withFX(Image);const CardMachinesFonts=getFonts(CardMachines);const AnimatedTeyaTapFonts=getFonts(AnimatedTeyaTap);const ContainerWithFX=withFX(Container);const MotionDivWithFX=withFX(motion.div);const SectionsPlansFonts=getFonts(SectionsPlans);const UpdatedMerchantLeadFormFonts=getFonts(UpdatedMerchantLeadForm);const UpdatedMerchantLeadFormWithMerchantLeadFormbz8dqlWithMappedReactProps1pcufwg=withMappedReactProps(withCodeBoundaryForOverrides(UpdatedMerchantLeadForm,{nodeId:\"PC6xo1lgz\",override:withMerchantLeadForm,scopeId:\"augiA20Il\"}),UpdatedMerchantLeadFormInfo);const UpdatedMerchantLeadFormWithMerchantLeadFormc2m1rlWithMappedReactProps1pcufwg=withMappedReactProps(withCodeBoundaryForOverrides(UpdatedMerchantLeadForm,{nodeId:\"Zm8dJeIU1\",override:withMerchantLeadForm,scopeId:\"augiA20Il\"}),UpdatedMerchantLeadFormInfo);const WidgetsMemberSincePhotoFonts=getFonts(WidgetsMemberSincePhoto);const SectionsTestmonialsFonts=getFonts(SectionsTestmonials);const NavFooterFonts=getFonts(NavFooter);const breakpoints={K1VmMZJn8:\"(min-width: 810px) and (max-width: 1199px)\",Sqz78bsvw:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-eZGt2\";const variantClassNames={K1VmMZJn8:\"framer-v-iz831x\",Sqz78bsvw:\"framer-v-1ctlu39\",WQLkyLRf1:\"framer-v-72rtr7\"};const convertFromEnum=(value,activeLocale)=>{switch(value){case\"TSWGx_miv\":return false;case\"aVJRs0Jbv\":return false;default:return true;}};const toBoolean=value=>{return Boolean(value);};const convertFromEnum1=(value,activeLocale)=>{switch(value){case\"zhi66eIhS\":return false;default:return false;}};const convertFromEnum2=(value,activeLocale)=>{switch(value){case\"default\":return true;default:return false;}};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:50};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const convertFromEnum3=(value,activeLocale)=>{switch(value){case\"TSWGx_miv\":return true;case\"aVJRs0Jbv\":return true;default:return false;}};const transition2={bounce:.2,delay:0,duration:.8,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation4={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition3={delay:.05,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"};const textEffect={effect:animation4,tokenization:\"word\",transition:transition3,trigger:\"onMount\",type:\"appear\"};const convertFromEnum4=(value,activeLocale)=>{switch(value){case\"zhi66eIhS\":return true;case\"obpd5gnjs\":return true;case\"y4bbB58kX\":return true;case\"WnWbKAs3G\":return true;case\"AsWJ5xmiw\":return true;case\"Dogkfhi2E\":return true;default:return false;}};const convertFromEnum5=(value,activeLocale)=>{switch(value){case\"zhi66eIhS\":return false;case\"default\":return false;default:return true;}};const convertFromEnum6=(value,activeLocale)=>{switch(value){case\"y4bbB58kX\":return{webPageId:\"uyxcmq1bs\"};default:return{webPageId:\"HxswI8uzc\"};}};const convertFromEnum7=(value,activeLocale)=>{switch(value){case\"default\":return\"Sexy Cow Bistro, Member since Mar 2023\";default:return getLocalizedValue(\"v163\",activeLocale)??\"Sexy Cow Bistro, Member since Mar 2023\";}};const toString=value=>{return typeof value===\"string\"?value:String(value);};const convertFromEnum8=(value,activeLocale)=>{switch(value){case\"zhi66eIhS\":return true;default:return false;}};const convertFromEnum9=(value,activeLocale)=>{switch(value){case\"default\":return\"Sexy Cow Bistro, Member since Mar 2023\";default:return getLocalizedValue(\"v172\",activeLocale)??\"Sexy Cow Bistro, Member since Mar 2023\";}};const convertFromEnum10=(value,activeLocale)=>{switch(value){case\"y4bbB58kX\":return true;default:return false;}};const convertFromEnum11=(value,activeLocale)=>{switch(value){case\"default\":return false;case\"obpd5gnjs\":return true;default:return false;}};const convertFromEnum12=(value,activeLocale)=>{switch(value){case\"WnWbKAs3G\":return true;default:return false;}};const convertFromEnum13=(value,activeLocale)=>{switch(value){case\"zhi66eIhS\":return false;case\"default\":return true;default:return true;}};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const convertFromEnum14=(value,activeLocale)=>{switch(value){case\"default\":return true;case\"WnWbKAs3G\":return false;default:return true;}};const convertFromEnum15=(value,activeLocale)=>{switch(value){case\"obpd5gnjs\":return true;default:return false;}};const convertFromEnum16=(value,activeLocale)=>{switch(value){case\"obpd5gnjs\":return false;case\"zhi66eIhS\":return false;case\"y4bbB58kX\":return false;case\"default\":return false;default:return true;}};const negate=value=>{return!value;};const convertFromEnum17=(value,activeLocale)=>{switch(value){case\"zhi66eIhS\":return true;default:return true;}};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition4={bounce:0,delay:.05,duration:.4,type:\"spring\"};const textEffect1={effect:animation4,tokenization:\"character\",transition:transition4,trigger:\"onInView\",type:\"appear\"};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:\"Sqz78bsvw\",Tablet:\"K1VmMZJn8\"};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,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=toBoolean(convertFromEnum(activeLocale?.id,activeLocale));const visible1=toBoolean(convertFromEnum1(activeLocale?.id,activeLocale));usePreloadLocalizedValues(activeLocale);const visible2=toBoolean(convertFromEnum2(activeLocale?.id,activeLocale));const router=useRouter();const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"Sqz78bsvw\")return false;return true;};const visible3=equals(activeLocale?.id,\"default\");const visible4=toBoolean(convertFromEnum3(activeLocale?.id,activeLocale));const visible5=toBoolean(convertFromEnum4(activeLocale?.id,activeLocale));const visible6=toBoolean(convertFromEnum5(activeLocale?.id,activeLocale));const textContent=toString(convertFromEnum7(activeLocale?.id,activeLocale));const visible7=toBoolean(convertFromEnum8(activeLocale?.id,activeLocale));const textContent1=toString(convertFromEnum9(activeLocale?.id,activeLocale));const visible8=toBoolean(convertFromEnum10(activeLocale?.id,activeLocale));const visible9=toBoolean(convertFromEnum11(activeLocale?.id,activeLocale));const visible10=toBoolean(convertFromEnum12(activeLocale?.id,activeLocale));const elementId=useRouteElementId(\"Laf_sbjFk\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"faaMNs919\");const ref2=React.useRef(null);const visible11=toBoolean(convertFromEnum13(activeLocale?.id,activeLocale));const visible12=toBoolean(convertFromEnum14(activeLocale?.id,activeLocale));const isDisplayed1=value=>{if(!isBrowser())return true;if([\"K1VmMZJn8\",\"Sqz78bsvw\"].includes(baseVariant))return value;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"Sqz78bsvw\")return true;return false;};const visible13=toBoolean(convertFromEnum15(activeLocale?.id,activeLocale));const isDisplayed3=value=>{if(!isBrowser())return true;if([\"K1VmMZJn8\",\"Sqz78bsvw\"].includes(baseVariant))return false;return value;};const visible14=toBoolean(convertFromEnum16(activeLocale?.id,activeLocale));const visible15=negate(equals(activeLocale?.id,\"default\"));const elementId2=useRouteElementId(\"zcyxOpmJV\");const ref3=React.useRef(null);const visible16=toBoolean(convertFromEnum17(activeLocale?.id,activeLocale));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-fb382688-16d6-410c-947d-dbb2c1016b2a, rgb(245, 245, 245)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qae5re-container\",\"data-framer-name\":\"Site Header\",name:\"Site Header\",nodeId:\"ygzRISYPm\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{variant:\"ftnXvaS3T\"},Sqz78bsvw:{PUwEcmPal:\"rgb(255, 255, 255)\",variant:\"ftnXvaS3T\"}},children:/*#__PURE__*/_jsx(NavHeader,{height:\"100%\",id:\"ygzRISYPm\",layoutId:\"ygzRISYPm\",name:\"Site Header\",PUwEcmPal:\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\",style:{width:\"100%\"},variant:\"H15gxgyHu\",width:\"100%\"})})})}),visible1&&/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"LMlScmFL5\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1dyhek8 framer-lux5qc\",\"data-framer-name\":\"IS - Incident Banner\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sfvkxt\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ejxo12\",\"data-styles-preset\":\"i547QBJY9\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"B\\xfai\\xf0 er a\\xf0 lagf\\xe6ra vandam\\xe1l sem orsaka\\xf0i r\\xf6skun \\xe1 einhverjum netgrei\\xf0slum. Vi\\xf0 bi\\xf0jumst afs\\xf6kunar \\xe1 \\xfeeim \\xf3\\xfe\\xe6gindum sem \\xfeetta kann a\\xf0 hafa valdi\\xf0.\"})})})},Sqz78bsvw:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ejxo12\",\"data-styles-preset\":\"i547QBJY9\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"B\\xfai\\xf0 er a\\xf0 lagf\\xe6ra vandam\\xe1l sem orsaka\\xf0i r\\xf6skun \\xe1 einhverjum netgrei\\xf0slum. Vi\\xf0 bi\\xf0jumst afs\\xf6kunar \\xe1 \\xfeeim \\xf3\\xfe\\xe6gindum sem \\xfeetta kann a\\xf0 hafa valdi\\xf0.\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1ejxo12\",\"data-styles-preset\":\"i547QBJY9\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"B\\xfai\\xf0 er a\\xf0 lagf\\xe6ra vandam\\xe1l sem orsaka\\xf0i r\\xf6skun \\xe1 einhverjum netgrei\\xf0slum. \"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"strong\",{children:\"Vi\\xf0 bi\\xf0jumst afs\\xf6kunar \\xe1 \\xfeeim \\xf3\\xfe\\xe6gindum sem \\xfeetta kann a\\xf0 hafa valdi\\xf0.\"})]})}),className:\"framer-ik3lbc\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f43r8n\"})]})})}),visible2&&/*#__PURE__*/_jsxs(\"main\",{className:\"framer-ptcdv8\",\"data-framer-name\":\"UK Main\",children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-ax4b43\",\"data-framer-name\":\"Section - Hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b2ltma\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4lewfq\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tyad2n\",\"data-framer-name\":\"Col\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-50rlfy\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x95j1w\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.72)\",\"--framer-text-transform\":\"uppercase\"},children:\"From card payments to business accounts\"})})},Sqz78bsvw:{children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.72)\",\"--framer-text-transform\":\"uppercase\"},children:\"From card payments to business accounts\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.72)\",\"--framer-text-transform\":\"uppercase\"},children:\"From card payments to business accounts\"})}),className:\"framer-4tzz1o\",\"data-framer-name\":\"Eyebrown\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlbnRvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Denton Regular\", \"Denton Regular Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-line-height\":\"64px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"The all-in-one solution built for small business\"})})},Sqz78bsvw:{children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlbnRvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Denton Regular\", \"Denton Regular Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-line-height\":\"64px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"The all-in-one solution built for small business\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlbnRvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Denton Regular\", \"Denton Regular Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-line-height\":\"64px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"The all-in-one solution built for small business\"})}),className:\"framer-1kac6nz\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Denton Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.72)\"},children:\"Unlock better business management with Teya's integrated payments, funding and business account.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.72)\"},children:\"Unlock better business management with Teya's integrated payments, funding and business account.\"})}),className:\"framer-kx9x1y\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yhvs52\",\"data-framer-name\":\"ActionHolder\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"HxswI8uzc\"},implicitPathVariables:undefined},{href:{webPageId:\"HxswI8uzc\"},implicitPathVariables:undefined},{href:{webPageId:\"HxswI8uzc\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{y:(componentViewport?.y||0)+0+200+0+-662.5+40+64+0+0+0+0+0+0+0+236+0+37},Sqz78bsvw:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 48px)`,y:(componentViewport?.y||0)+0+206+0+-662.5+40+0+0+0+0+0+0+0+0+0+256+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:(componentViewport?.y||0)+0+104+0+-662.5+80+64+0+0+0+0+0+0+0+272+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-91174p-container\",nodeId:\"GQ2W_EorF\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{ephUu80DM:resolvedLinks[1]},Sqz78bsvw:{ephUu80DM:resolvedLinks[2],style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonMedium,{ephUu80DM:resolvedLinks[0],FEQ9g1lZY:\"CalendarBlank\",height:\"100%\",ICBB67U5U:false,id:\"GQ2W_EorF\",kphYmU23E:false,layoutId:\"GQ2W_EorF\",lp74Dvx9a:\"ArrowRight\",LxpzpFWtG:getLocalizedValue(\"v10\",activeLocale)??\"Check our offers\",sx5LSlfdJ:false,variant:\"PFqO4Vp5O\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-y3vvbq-container\",isModuleExternal:true,nodeId:\"l66sSd6Ve\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:getLocalizedValue(\"v11\",activeLocale)??'<!-- TrustBox script -->\\n<script type=\"text/javascript\" src=\"//widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js\" async></script>\\n<!-- End TrustBox script -->\\n\\n<!-- TrustBox widget - Horizontal -->\\n<div class=\"trustpilot-widget\" data-locale=\"en-GB\" data-template-id=\"5406e65db0d04a09e042d5fc\" data-businessunit-id=\"642c2b41f0afc68342ab0f73\" data-style-height=\"28px\" data-style-width=\"100%\">\\n  <a href=\"https://uk.trustpilot.com/review/teya.com\" target=\"_blank\" rel=\"noopener\">Trustpilot</a>\\n</div>\\n<!-- End TrustBox widget -->',id:\"l66sSd6Ve\",layoutId:\"l66sSd6Ve\",radius:\"0px\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\",zoom:1})})})]})]})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-9q0ouf hidden-1ctlu39\",\"data-framer-name\":\"Col\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+-662.5+40+64+0+0+48),pixelHeight:2463,pixelWidth:2166,sizes:`max((min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1000px) - 90px) / 2, 1px)`,src:\"https://framerusercontent.com/images/h2WADvmkz4174CCi4OH8IiKj3s.png\",srcSet:\"https://framerusercontent.com/images/h2WADvmkz4174CCi4OH8IiKj3s.png?scale-down-to=1024 900w,https://framerusercontent.com/images/h2WADvmkz4174CCi4OH8IiKj3s.png?scale-down-to=2048 1801w,https://framerusercontent.com/images/h2WADvmkz4174CCi4OH8IiKj3s.png 2166w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+104+0+-662.5+80+64+0+0+-54),pixelHeight:2463,pixelWidth:2166,sizes:`calc(max((min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1000px) - 10px) / 2, 1px) + 130px)`,src:\"https://framerusercontent.com/images/h2WADvmkz4174CCi4OH8IiKj3s.png\",srcSet:\"https://framerusercontent.com/images/h2WADvmkz4174CCi4OH8IiKj3s.png?scale-down-to=1024 900w,https://framerusercontent.com/images/h2WADvmkz4174CCi4OH8IiKj3s.png?scale-down-to=2048 1801w,https://framerusercontent.com/images/h2WADvmkz4174CCi4OH8IiKj3s.png 2166w\"},className:\"framer-9ezecl\",\"data-framer-appear-id\":\"9ezecl\",\"data-framer-name\":\"MainImage\",initial:animation1,optimized:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1trgmn6\",\"data-framer-name\":\"CardGroup\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6pkxuc\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-p1jg1j-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"fDYHPCwW0\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(179, 182, 18)\",height:\"100%\",iconSearch:getLocalizedValue(\"v12\",activeLocale)??\"House\",iconSelection:\"Lightning\",id:\"fDYHPCwW0\",layoutId:\"fDYHPCwW0\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tb5tra\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Fast transactions\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Fast transactions\"})}),className:\"framer-sfl15d\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Next-gen card machines built to power your business.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Next-gen card machines built to power your business.\"})}),className:\"framer-dftjmq\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fm8zr3\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-iowcet-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"JXdu4Xr2t\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(179, 182, 18)\",height:\"100%\",iconSearch:getLocalizedValue(\"v17\",activeLocale)??\"House\",iconSelection:\"Money\",id:\"JXdu4Xr2t\",layoutId:\"JXdu4Xr2t\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s9pc9r\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"No hidden fees\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"No hidden fees\"})}),className:\"framer-d8mo4r\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"One flat rate for all Visa and Mastercard transactions.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"One flat rate for all Visa and Mastercard transactions.\"})}),className:\"framer-qtnny9\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n2c8df\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-hnupn2-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"v4R9KaSSF\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(179, 182, 18)\",height:\"100%\",iconSearch:getLocalizedValue(\"v17\",activeLocale)??\"House\",iconSelection:\"Heart\",id:\"v4R9KaSSF\",layoutId:\"v4R9KaSSF\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cm4psv\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Human support\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Human support\"})}),className:\"framer-wd6j7l\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Get through to a real person on the phone, email or chat.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Get through to a real person on the phone, email or chat.\"})}),className:\"framer-icfj72\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-188f6vk\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vwj44j-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ffAskujnk\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(179, 182, 18)\",height:\"100%\",iconSearch:getLocalizedValue(\"v17\",activeLocale)??\"House\",iconSelection:\"LockKey\",id:\"ffAskujnk\",layoutId:\"ffAskujnk\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16p994d\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Regulated in the UK\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Regulated in the UK\"})}),className:\"framer-cg6hei\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Your business and your funds are protected and fully regulated.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Your business and your funds are protected and fully regulated.\"})}),className:\"framer-1y0op7z\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-oc3ne1\",\"data-framer-name\":\"Section - Product Features\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qezt15\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y982kw\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Sqz78bsvw:{children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:\"Teya Product\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v30\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:\"Teya Product\"})}),className:\"framer-1dsuyyi\",\"data-framer-name\":\"Eyebrown\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"72px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:[\"Selling and spending, \",/*#__PURE__*/_jsx(\"br\",{}),\"all in sync.\"]})})},Sqz78bsvw:{children:getLocalizedValue(\"v34\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Selling and spending, all in sync\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v32\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"72px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Selling and spending, all in sync\"})}),className:\"framer-1cdi0jg\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v36\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"From card machines to our business account, everything works \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"seamlessly together so you can focus on your customers.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v35\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"From card machines to our business account, everything works seamlessly \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"together so you can focus on your customers.\"})]}),className:\"framer-nbvqig\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wnhgba\",\"data-framer-name\":\"Card Group\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l0z71t\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+-69.5+80+0+402+0+0+0),pixelHeight:1143,pixelWidth:1209,positionX:\"center\",positionY:\"center\",sizes:`max((min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1000px) - 128px) / 3, 1px)`,src:\"https://framerusercontent.com/images/YdQN6jM74CDhRbtzbf4dTejcAw.png\",srcSet:\"https://framerusercontent.com/images/YdQN6jM74CDhRbtzbf4dTejcAw.png?scale-down-to=512 512w,https://framerusercontent.com/images/YdQN6jM74CDhRbtzbf4dTejcAw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YdQN6jM74CDhRbtzbf4dTejcAw.png 1209w\"}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+206+0+34.5+32+0+386+0+0+0+0),pixelHeight:1143,pixelWidth:1209,positionX:\"center\",positionY:\"center\",sizes:`min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1000px)`,src:\"https://framerusercontent.com/images/YdQN6jM74CDhRbtzbf4dTejcAw.png\",srcSet:\"https://framerusercontent.com/images/YdQN6jM74CDhRbtzbf4dTejcAw.png?scale-down-to=512 512w,https://framerusercontent.com/images/YdQN6jM74CDhRbtzbf4dTejcAw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YdQN6jM74CDhRbtzbf4dTejcAw.png 1209w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+104+0+-30.5+80+0+482+0+0+0),pixelHeight:1143,pixelWidth:1209,positionX:\"center\",positionY:\"center\",sizes:`max((min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1000px) - 32px) / 3, 1px)`,src:\"https://framerusercontent.com/images/YdQN6jM74CDhRbtzbf4dTejcAw.png\",srcSet:\"https://framerusercontent.com/images/YdQN6jM74CDhRbtzbf4dTejcAw.png?scale-down-to=512 512w,https://framerusercontent.com/images/YdQN6jM74CDhRbtzbf4dTejcAw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YdQN6jM74CDhRbtzbf4dTejcAw.png 1209w\"},className:\"framer-ac07zv\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zom9rn\",\"data-framer-name\":\"Content Holder\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v38\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Sell & Get paid\"})})},Sqz78bsvw:{children:getLocalizedValue(\"v39\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Sell & Get paid\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v37\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Sell & Get paid\"})}),className:\"framer-7dhwv7\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-134dyme\",\"data-framer-name\":\"BulletGroup\",children:[/*#__PURE__*/_jsxs(\"li\",{className:\"framer-1881iq3\",\"data-framer-name\":\"Bullet Point\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ctqyjq\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-ejerx3\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v41\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"In person through Tap and Terminals\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v40\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"In person through Tap and Terminals\"})}),className:\"framer-ybfpvu\",\"data-framer-name\":\"Span\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"li\",{className:\"framer-m39ktk\",\"data-framer-name\":\"Bullet Point\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-13psiyc\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wtgcm3\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v43\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"At distance through Pay by Link\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v42\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"At distance through Pay by Link\"})}),className:\"framer-10amdw8\",\"data-framer-name\":\"Span\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"li\",{className:\"framer-do1r42\",\"data-framer-name\":\"Bullet Point\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o9wvo1\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p0sadn\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v45\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Get paid next business day\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v44\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Get paid next business day\"})}),className:\"framer-bx5hh\",\"data-framer-name\":\"Span\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v47\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k6aCt1U7O\"},motionChild:true,nodeId:\"Q6w38THwQ\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Discover our Card Machines \u2192\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v46\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k6aCt1U7O\"},motionChild:true,nodeId:\"Q6w38THwQ\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Discover our Card Machines \u2192\"})})})}),className:\"framer-1x8bxy6\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17owmkx\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+-69.5+80+0+402+0+0+0),pixelHeight:1143,pixelWidth:1209,positionX:\"center\",positionY:\"center\",sizes:`max((min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1000px) - 128px) / 3, 1px)`,src:\"https://framerusercontent.com/images/Ua7UkXCGGGokUtDBCkVx65aCc3U.png\",srcSet:\"https://framerusercontent.com/images/Ua7UkXCGGGokUtDBCkVx65aCc3U.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ua7UkXCGGGokUtDBCkVx65aCc3U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ua7UkXCGGGokUtDBCkVx65aCc3U.png 1209w\"}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+206+0+34.5+32+0+386+0+852+0+0),pixelHeight:1143,pixelWidth:1209,positionX:\"center\",positionY:\"center\",sizes:`min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1000px)`,src:\"https://framerusercontent.com/images/Ua7UkXCGGGokUtDBCkVx65aCc3U.png\",srcSet:\"https://framerusercontent.com/images/Ua7UkXCGGGokUtDBCkVx65aCc3U.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ua7UkXCGGGokUtDBCkVx65aCc3U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ua7UkXCGGGokUtDBCkVx65aCc3U.png 1209w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+104+0+-30.5+80+0+482+0+0+0),pixelHeight:1143,pixelWidth:1209,positionX:\"center\",positionY:\"center\",sizes:`max((min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1000px) - 32px) / 3, 1px)`,src:\"https://framerusercontent.com/images/Ua7UkXCGGGokUtDBCkVx65aCc3U.png\",srcSet:\"https://framerusercontent.com/images/Ua7UkXCGGGokUtDBCkVx65aCc3U.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ua7UkXCGGGokUtDBCkVx65aCc3U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ua7UkXCGGGokUtDBCkVx65aCc3U.png 1209w\"},className:\"framer-1ofh7qx\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lbk7v\",\"data-framer-name\":\"Content Holder\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v49\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Manage\"})})},Sqz78bsvw:{children:getLocalizedValue(\"v50\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Manage\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v48\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Manage\"})}),className:\"framer-1khkiwx\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-1r8gtfg\",\"data-framer-name\":\"BulletGroup\",children:[/*#__PURE__*/_jsxs(\"li\",{className:\"framer-bb4nhf\",\"data-framer-name\":\"Bullet Point\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-y5vejz\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-syl8t0\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v52\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Sales and expenses, one button away\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v51\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Sales and expenses, one button away\"})}),className:\"framer-j6mlql\",\"data-framer-name\":\"Span\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"li\",{className:\"framer-1nki2ll\",\"data-framer-name\":\"Bullet Point\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bbfns4\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-9qdlvm\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v54\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Transfer money to any bank account\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Transfer money to any bank account\"})}),className:\"framer-1om6jzk\",\"data-framer-name\":\"Span\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"li\",{className:\"framer-wm04ij\",\"data-framer-name\":\"Bullet Point\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1av1vbc\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vdc5mb\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v56\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Track your expenses real-time\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v55\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Track your expenses real-time\"})}),className:\"framer-1ffblh0\",\"data-framer-name\":\"Span\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2j85t6\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+-69.5+80+0+402+0+0+0),pixelHeight:1143,pixelWidth:1209,positionX:\"center\",positionY:\"center\",sizes:`max((min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1000px) - 128px) / 3, 1px)`,src:\"https://framerusercontent.com/images/PkzXQaTfe6M3CU0Acdvamas4pY.png\",srcSet:\"https://framerusercontent.com/images/PkzXQaTfe6M3CU0Acdvamas4pY.png?scale-down-to=512 512w,https://framerusercontent.com/images/PkzXQaTfe6M3CU0Acdvamas4pY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PkzXQaTfe6M3CU0Acdvamas4pY.png 1209w\"}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+206+0+34.5+32+0+386+0+1572+0+0),pixelHeight:1143,pixelWidth:1209,positionX:\"center\",positionY:\"center\",sizes:`min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1000px)`,src:\"https://framerusercontent.com/images/PkzXQaTfe6M3CU0Acdvamas4pY.png\",srcSet:\"https://framerusercontent.com/images/PkzXQaTfe6M3CU0Acdvamas4pY.png?scale-down-to=512 512w,https://framerusercontent.com/images/PkzXQaTfe6M3CU0Acdvamas4pY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PkzXQaTfe6M3CU0Acdvamas4pY.png 1209w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+104+0+-30.5+80+0+482+0+0+0),pixelHeight:1143,pixelWidth:1209,positionX:\"center\",positionY:\"center\",sizes:`max((min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1000px) - 32px) / 3, 1px)`,src:\"https://framerusercontent.com/images/PkzXQaTfe6M3CU0Acdvamas4pY.png\",srcSet:\"https://framerusercontent.com/images/PkzXQaTfe6M3CU0Acdvamas4pY.png?scale-down-to=512 512w,https://framerusercontent.com/images/PkzXQaTfe6M3CU0Acdvamas4pY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PkzXQaTfe6M3CU0Acdvamas4pY.png 1209w\"},className:\"framer-19thhnq\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vyglw\",\"data-framer-name\":\"Content Holder\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v58\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Spend & Earn\"})})},Sqz78bsvw:{children:getLocalizedValue(\"v59\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Spend & Earn\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v57\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Spend & Earn\"})}),className:\"framer-g1oe15\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-5a0ey1\",\"data-framer-name\":\"BulletGroup\",children:[/*#__PURE__*/_jsxs(\"li\",{className:\"framer-tlu0b8\",\"data-framer-name\":\"Bullet Point\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-12iy45z\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-15r5fxs\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v61\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Create multiple cards\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v60\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Create multiple cards\"})}),className:\"framer-flzqd7\",\"data-framer-name\":\"Span\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"li\",{className:\"framer-ovp6yx\",\"data-framer-name\":\"Bullet Point\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lk2kpx\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-6q7kt3\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v63\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Define individual limits\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v62\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Define individual limits\"})}),className:\"framer-181lof4\",\"data-framer-name\":\"Span\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"li\",{className:\"framer-okp199\",\"data-framer-name\":\"Bullet Point\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qubojz\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-d9sd66\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v65\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"0.5% cashback across all spending\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v64\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"0.5% cashback across all spending\"})}),className:\"framer-12t2cyw\",\"data-framer-name\":\"Span\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v67\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r7bWdZo6O\"},motionChild:true,nodeId:\"zrDxGAZuC\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn about Business Account \u2192\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v66\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r7bWdZo6O\"},motionChild:true,nodeId:\"zrDxGAZuC\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn about Business Account \u2192\"})})})}),className:\"framer-18716k9\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h1gxzk\",\"data-framer-name\":\"Section - Empowering\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-zjgq3b\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wu8wqu\",\"data-framer-name\":\"Stack\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ha7xa9\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v69\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:[\"Empowering small, \",/*#__PURE__*/_jsx(\"br\",{}),\"local businesses since 2019\"]})})},Sqz78bsvw:{children:getLocalizedValue(\"v70\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Empowering small, local businesses since 2019\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v68\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Empowering small, local businesses since 2019\"})}),className:\"framer-18y3xwt\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-umhucz-container\",isModuleExternal:true,nodeId:\"yhhaLKir7\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:10,height:\"100%\",id:\"yhhaLKir7\",intervalControl:4,itemAmount:1,layoutId:\"yhhaLKir7\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tdjbif\",\"data-framer-name\":\"ReviewItem\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v71\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(33, 33, 33)\"},children:'\"Cash Advance is very good for small businesses. \\u2028\\u2028You pay little by little and you don\u2019t need to touch your savings. It really helped me and it was quite easy.\"'})}),className:\"framer-17hzwg9\",\"data-framer-name\":\"Review\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wk8f1m\",\"data-framer-name\":\"Reviewer\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:222,pixelWidth:222,src:\"https://framerusercontent.com/images/22zZ3XWeHD0Ws6zW4ZampJiW3s.png\"},className:\"framer-1f0jwyh\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19n3o4f\",\"data-framer-name\":\"Info\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19fkq3o\",\"data-framer-name\":\"StarGroup\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-t6fhyw-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"jJ9EqWPBu\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(33, 33, 33)\",height:\"100%\",iconSearch:getLocalizedValue(\"v12\",activeLocale)??\"House\",iconSelection:\"Star\",id:\"jJ9EqWPBu\",layoutId:\"jJ9EqWPBu\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-m9zwla-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"fcwkjzOEG\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(33, 33, 33)\",height:\"100%\",iconSearch:getLocalizedValue(\"v17\",activeLocale)??\"House\",iconSelection:\"Star\",id:\"fcwkjzOEG\",layoutId:\"fcwkjzOEG\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-rnyr8f-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"rVl_rP3qD\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(33, 33, 33)\",height:\"100%\",iconSearch:getLocalizedValue(\"v17\",activeLocale)??\"House\",iconSelection:\"Star\",id:\"rVl_rP3qD\",layoutId:\"rVl_rP3qD\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g5j76u-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"tbNuOCpEX\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(33, 33, 33)\",height:\"100%\",iconSearch:getLocalizedValue(\"v17\",activeLocale)??\"House\",iconSelection:\"Star\",id:\"tbNuOCpEX\",layoutId:\"tbNuOCpEX\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13ximzu-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"kkP39Hxcy\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(33, 33, 33)\",height:\"100%\",iconSearch:getLocalizedValue(\"v17\",activeLocale)??\"House\",iconSelection:\"Star\",id:\"kkP39Hxcy\",layoutId:\"kkP39Hxcy\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v72\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(33, 33, 33)\"},children:\"Adrian, La Real Paella\"})}),className:\"framer-1b8yb7f\",\"data-framer-name\":\"Name\",fonts:[\"GF;Figtree-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v73\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(33, 33, 33)\"},children:\"London, UK\"})}),className:\"framer-eunhsr\",\"data-framer-name\":\"Location\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v197xa\",\"data-framer-name\":\"ReviewItem 02\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v74\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(33, 33, 33)\"},children:\"\u201DTeya's product is simple and easy to understand, easy to setup and great customer care. If you need anything, you call those guys at the UK base, you understand what they say and they sort it out straight away.\u201D\"})}),className:\"framer-99mqhj\",\"data-framer-name\":\"Review\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kh3ssc\",\"data-framer-name\":\"Reviewer\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:222,pixelWidth:222,src:\"https://framerusercontent.com/images/WDA0ZXOEZwPjpTLEOKrvBdOlSY.png\"},className:\"framer-1xc0mf4\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sdc1in\",\"data-framer-name\":\"Info\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16hbqx4\",\"data-framer-name\":\"StarGroup\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vk4lo8-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"wav0thAdN\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(33, 33, 33)\",height:\"100%\",iconSearch:getLocalizedValue(\"v17\",activeLocale)??\"House\",iconSelection:\"Star\",id:\"wav0thAdN\",layoutId:\"wav0thAdN\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1szuu3w-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"vbqEtzKsn\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(33, 33, 33)\",height:\"100%\",iconSearch:getLocalizedValue(\"v17\",activeLocale)??\"House\",iconSelection:\"Star\",id:\"vbqEtzKsn\",layoutId:\"vbqEtzKsn\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4dfnn5-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"EIczBoKoG\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(33, 33, 33)\",height:\"100%\",iconSearch:getLocalizedValue(\"v17\",activeLocale)??\"House\",iconSelection:\"Star\",id:\"EIczBoKoG\",layoutId:\"EIczBoKoG\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q5lobe-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"a7xgWTWq8\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(33, 33, 33)\",height:\"100%\",iconSearch:getLocalizedValue(\"v17\",activeLocale)??\"House\",iconSelection:\"Star\",id:\"a7xgWTWq8\",layoutId:\"a7xgWTWq8\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oesy83-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ultaU0enM\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(33, 33, 33)\",height:\"100%\",iconSearch:getLocalizedValue(\"v17\",activeLocale)??\"House\",iconSelection:\"Star\",id:\"ultaU0enM\",layoutId:\"ultaU0enM\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v75\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(33, 33, 33)\"},children:\"Laurent, Allure\"})}),className:\"framer-1v4cqvf\",\"data-framer-name\":\"Name\",fonts:[\"GF;Figtree-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v76\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(33, 33, 33)\"},children:\"Member since 2024\"})}),className:\"framer-1ws74hy\",\"data-framer-name\":\"Location\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b44rw4\",\"data-framer-name\":\"Block Group\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ler74a\",\"data-border\":true,\"data-framer-name\":\"Block\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xf2vmv\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v78\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Active members\"})})},Sqz78bsvw:{children:getLocalizedValue(\"v79\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Active members\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v77\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Active members\"})}),className:\"framer-1vbkfk5\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v81\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:\"50,000+\"})})},Sqz78bsvw:{children:getLocalizedValue(\"v82\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:\"50,000+\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v80\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:\"50,000+\"})}),className:\"framer-v7ysfr\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-98r6wz\",\"data-border\":true,\"data-framer-name\":\"Block\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e7skaf\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v84\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Transactions processed in 2024\"})})},Sqz78bsvw:{children:getLocalizedValue(\"v85\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Transactions processed in 2024\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v83\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Transactions processed in 2024\"})}),className:\"framer-1nvsajb\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v87\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:\"377,736,694\"})})},Sqz78bsvw:{children:getLocalizedValue(\"v88\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:\"377,736,694\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v86\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:\"377,736,694\"})}),className:\"framer-o1e8t9\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o9apmm\",\"data-border\":true,\"data-framer-name\":\"Block\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d2txv5\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v90\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Total in cash advance\"})})},Sqz78bsvw:{children:getLocalizedValue(\"v91\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Total in cash advance\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v89\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Total in cash advance\"})}),className:\"framer-19568so\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v93\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:\"\\xa327,000,000+\"})})},Sqz78bsvw:{children:getLocalizedValue(\"v94\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:\"\\xa327,000,000+\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v92\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:\"\\xa327,000,000+\"})}),className:\"framer-4dikp0\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v96\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"F0ki1p8M_\"},motionChild:true,nodeId:\"eVW9RCPcM\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v95\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"F0ki1p8M_\"},motionChild:true,nodeId:\"eVW9RCPcM\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9qnujc\",\"data-styles-preset\":\"dPOAIPSQf\",children:\"Learn more \u2192\"})})})}),className:\"framer-8d7efx\",\"data-framer-name\":\"Link\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1ya9z8j\",\"data-framer-name\":\"Section - Featured Cards\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-c1i54l\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{y:(componentViewport?.y||0)+0+200+0+2087.5+80+0+0},Sqz78bsvw:{y:(componentViewport?.y||0)+0+206+0+4583.5+40+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:706,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+104+0+2811.5+80+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mrm9rb-container\",nodeId:\"eTlxvJIcT\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{variant:\"i47FmuX8v\"},Sqz78bsvw:{variant:\"Ec3tRBxIS\"}},children:/*#__PURE__*/_jsx(DraftsBenefitsCarousel,{height:\"100%\",id:\"eTlxvJIcT\",layoutId:\"eTlxvJIcT\",style:{width:\"100%\"},variant:\"gYY8sicts\",width:\"100%\"})})})})})})}),visible3&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{y:(componentViewport?.y||0)+0+200+0+2953.5},Sqz78bsvw:{y:(componentViewport?.y||0)+0+206+0+5369.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1325,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+104+0+3677.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gk86f1-container\",\"data-framer-name\":\"Section - Card Machine Prices\",name:\"Section - Card Machine Prices\",nodeId:\"Opb5_0OiQ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{variant:\"hW5CxoNoU\"},Sqz78bsvw:{variant:\"hW5CxoNoU\"}},children:/*#__PURE__*/_jsx(HardwarePricingSection,{height:\"100%\",id:\"Opb5_0OiQ\",layoutId:\"Opb5_0OiQ\",name:\"Section - Card Machine Prices\",style:{width:\"100%\"},variant:\"gCU56BQ87\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1o7r9ek\",\"data-framer-name\":\"Section \u2013 FAQs\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kb7glb\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fuzq5r\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v98\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"33px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(75, 160, 198)\"},children:\"FAQ\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v97\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"33px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(75, 160, 198)\"},children:\"FAQ\"})}),className:\"framer-u711h1\",\"data-framer-name\":\"Eyebrown\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v99\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(21, 21, 21)\"},children:\"Learn more about Teya\"})}),className:\"framer-6p1uhz\",\"data-framer-name\":\"Simple and fair pricing\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dg97lv\",\"data-framer-name\":\"FAQs\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 1000px)`,y:(componentViewport?.y||0)+0+200+0+4278.5+80+0+0+202.5+0+0},Sqz78bsvw:{y:(componentViewport?.y||0)+0+206+0+6694.5+80+0+0+135+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:73,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1000px)`,y:(componentViewport?.y||0)+0+104+0+5002.5+80+0+0+164+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gy66of-container\",nodeId:\"HqgVPiv6o\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FAQItem,{F0TPNE5kg:getLocalizedValue(\"v101\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"We will pay you the next working day, to the bank account that you've registered with us.\"})}),fgJleIKPP:{borderBottomWidth:1,borderColor:\"var(--token-e4974e79-219c-4e1e-af76-9401ea2762d2, rgb(212, 212, 212))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},height:\"100%\",id:\"HqgVPiv6o\",JbNlSwxq1:getLocalizedValue(\"v100\",activeLocale)??\"How do I receive my payments?\",Jz5IaqItS:\"rgb(255, 255, 255)\",layoutId:\"HqgVPiv6o\",style:{width:\"100%\"},variant:\"tU5362jFT\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 1000px)`,y:(componentViewport?.y||0)+0+200+0+4278.5+80+0+0+202.5+0+73},Sqz78bsvw:{y:(componentViewport?.y||0)+0+206+0+6694.5+80+0+0+135+0+73}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:73,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1000px)`,y:(componentViewport?.y||0)+0+104+0+5002.5+80+0+0+164+0+73,children:/*#__PURE__*/_jsx(Container,{className:\"framer-b50xx0-container\",nodeId:\"SQALTdQVF\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FAQItem,{F0TPNE5kg:getLocalizedValue(\"v103\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Once your card machine has been delivered to you it takes just five minutes to set up, so you can start taking payments straight away.\"})}),fgJleIKPP:{borderBottomWidth:1,borderColor:\"var(--token-e4974e79-219c-4e1e-af76-9401ea2762d2, rgb(212, 212, 212))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},height:\"100%\",id:\"SQALTdQVF\",JbNlSwxq1:getLocalizedValue(\"v102\",activeLocale)??\"How long does it take to set up my card machine?\",Jz5IaqItS:\"rgb(255, 255, 255)\",layoutId:\"SQALTdQVF\",style:{width:\"100%\"},variant:\"tU5362jFT\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 1000px)`,y:(componentViewport?.y||0)+0+200+0+4278.5+80+0+0+202.5+0+146},Sqz78bsvw:{y:(componentViewport?.y||0)+0+206+0+6694.5+80+0+0+135+0+146}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:73,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1000px)`,y:(componentViewport?.y||0)+0+104+0+5002.5+80+0+0+164+0+146,children:/*#__PURE__*/_jsx(Container,{className:\"framer-r0cv16-container\",nodeId:\"trPjLFu3T\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FAQItem,{F0TPNE5kg:getLocalizedValue(\"v105\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"All major payment methods, including Visa, Mastercard, AMEX, Apple Pay, Google Pay, Samsung Pay, Maestro, Visa Electron, and V Pay.\"})}),fgJleIKPP:{borderBottomWidth:1,borderColor:\"var(--token-e4974e79-219c-4e1e-af76-9401ea2762d2, rgb(212, 212, 212))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},height:\"100%\",id:\"trPjLFu3T\",JbNlSwxq1:getLocalizedValue(\"v104\",activeLocale)??\"Which payment methods can I accept?\",Jz5IaqItS:\"rgb(255, 255, 255)\",layoutId:\"trPjLFu3T\",style:{width:\"100%\"},variant:\"tU5362jFT\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 1000px)`,y:(componentViewport?.y||0)+0+200+0+4278.5+80+0+0+202.5+0+219},Sqz78bsvw:{y:(componentViewport?.y||0)+0+206+0+6694.5+80+0+0+135+0+219}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:73,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1000px)`,y:(componentViewport?.y||0)+0+104+0+5002.5+80+0+0+164+0+219,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pix14w-container\",nodeId:\"u2JJlLdAz\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FAQItem,{F0TPNE5kg:getLocalizedValue(\"v107\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Yes, you can check daily sales numbers or detailed breakdowns directly on your card machine, and you can track settlements and monitor transactions on your phone or computer using the Teya app.\"})}),fgJleIKPP:{borderBottomWidth:1,borderColor:\"var(--token-e4974e79-219c-4e1e-af76-9401ea2762d2, rgb(212, 212, 212))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},height:\"100%\",id:\"u2JJlLdAz\",JbNlSwxq1:getLocalizedValue(\"v106\",activeLocale)??\"Can I view and monitor my transactions?\",Jz5IaqItS:\"rgb(255, 255, 255)\",layoutId:\"u2JJlLdAz\",style:{width:\"100%\"},variant:\"tU5362jFT\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 1000px)`,y:(componentViewport?.y||0)+0+200+0+4278.5+80+0+0+202.5+0+292},Sqz78bsvw:{y:(componentViewport?.y||0)+0+206+0+6694.5+80+0+0+135+0+292}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:73,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1000px)`,y:(componentViewport?.y||0)+0+104+0+5002.5+80+0+0+164+0+292,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18ni4p6-container\",nodeId:\"ayogZ_IEm\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FAQItem,{F0TPNE5kg:getLocalizedValue(\"v109\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Yes, our card machines integrate with over 50 ePOS systems to help simplify your business operations.\"})}),fgJleIKPP:{borderBottomWidth:1,borderColor:\"var(--token-e4974e79-219c-4e1e-af76-9401ea2762d2, rgb(212, 212, 212))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},height:\"100%\",id:\"ayogZ_IEm\",JbNlSwxq1:getLocalizedValue(\"v108\",activeLocale)??\"Does it integrate with existing systems?\",Jz5IaqItS:\"rgb(255, 255, 255)\",layoutId:\"ayogZ_IEm\",style:{width:\"100%\"},variant:\"tU5362jFT\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 1000px)`,y:(componentViewport?.y||0)+0+200+0+4278.5+80+0+0+202.5+0+365},Sqz78bsvw:{y:(componentViewport?.y||0)+0+206+0+6694.5+80+0+0+135+0+365}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:73,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1000px)`,y:(componentViewport?.y||0)+0+104+0+5002.5+80+0+0+164+0+365,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6nnh2i-container\",nodeId:\"oclidoCax\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FAQItem,{F0TPNE5kg:getLocalizedValue(\"v111\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"Yes! Teya Business Account is free to open and has no account fees. You can enjoy free domestic money transfers and direct debit setup, order your Teya card for free and start spending to earn cashback.\"}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),fgJleIKPP:{borderBottomWidth:1,borderColor:\"var(--token-e4974e79-219c-4e1e-af76-9401ea2762d2, rgb(212, 212, 212))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},height:\"100%\",id:\"oclidoCax\",JbNlSwxq1:getLocalizedValue(\"v110\",activeLocale)??\"Is Teya Business Account free?\",Jz5IaqItS:\"rgb(255, 255, 255)\",layoutId:\"oclidoCax\",style:{width:\"100%\"},variant:\"tU5362jFT\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 1000px)`,y:(componentViewport?.y||0)+0+200+0+4278.5+80+0+0+202.5+0+438},Sqz78bsvw:{y:(componentViewport?.y||0)+0+206+0+6694.5+80+0+0+135+0+438}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:73,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1000px)`,y:(componentViewport?.y||0)+0+104+0+5002.5+80+0+0+164+0+438,children:/*#__PURE__*/_jsx(Container,{className:\"framer-617bh-container\",nodeId:\"TvD_Qg43Y\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FAQItem,{F0TPNE5kg:getLocalizedValue(\"v113\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{children:[\"All Teya customers can open a Teya Business Account for free and enjoy its benefits, like earning unlimited cashback. Simply contact our sales team on \",/*#__PURE__*/_jsx(Link,{href:\"tel:+442039780214\",motionChild:true,nodeId:\"TvD_Qg43Y\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"+44 203 978 0214\"})}),\" or send your message on \",/*#__PURE__*/_jsx(Link,{href:\"https://www.teya.com/contact-sales\",motionChild:true,nodeId:\"TvD_Qg43Y\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"https://www.teya.com/contact-sales\"})}),\". If you're not a customer yet, contact us to start your journey with Teya.\"]}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),fgJleIKPP:{borderBottomWidth:1,borderColor:\"var(--token-e4974e79-219c-4e1e-af76-9401ea2762d2, rgb(212, 212, 212))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},height:\"100%\",id:\"TvD_Qg43Y\",JbNlSwxq1:getLocalizedValue(\"v112\",activeLocale)??\"Who can apply for Teya Business Account?\",Jz5IaqItS:\"rgb(255, 255, 255)\",layoutId:\"TvD_Qg43Y\",style:{width:\"100%\"},variant:\"tU5362jFT\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 1000px)`,y:(componentViewport?.y||0)+0+200+0+4278.5+80+0+0+202.5+0+511},Sqz78bsvw:{y:(componentViewport?.y||0)+0+206+0+6694.5+80+0+0+135+0+511}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:73,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1000px)`,y:(componentViewport?.y||0)+0+104+0+5002.5+80+0+0+164+0+511,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10xeubr-container\",nodeId:\"pxsMM35rY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FAQItem,{F0TPNE5kg:getLocalizedValue(\"v115\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"A business account is an account specifically built for managing a company's finances. At Teya it\u2019s also where you\u2019ll get your card machine sales settled, unless you change this setting. You can use your business account as you'd use a normal bank account to pay suppliers, transfer money and monitor your cash flow.\"}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),fgJleIKPP:{borderBottomWidth:0,borderColor:\"var(--token-e4974e79-219c-4e1e-af76-9401ea2762d2, rgb(212, 212, 212))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},height:\"100%\",id:\"pxsMM35rY\",JbNlSwxq1:getLocalizedValue(\"v114\",activeLocale)??\"What\u2019s a business account?\",Jz5IaqItS:\"rgb(255, 255, 255)\",layoutId:\"pxsMM35rY\",style:{width:\"100%\"},variant:\"tU5362jFT\",width:\"100%\"})})})})]})]})})]}),visible4&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17ooyxd\",\"data-framer-name\":\"ES and IT\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{y:(componentViewport?.y||0)+0+4762.5+0+0},Sqz78bsvw:{y:(componentViewport?.y||0)+0+7117+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5352+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4yawuq-container\",\"data-framer-name\":\"Site Header\",name:\"Site Header\",nodeId:\"K7g3HksiC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{variant:\"ftnXvaS3T\"},Sqz78bsvw:{PUwEcmPal:\"rgb(255, 255, 255)\",variant:\"ftnXvaS3T\"}},children:/*#__PURE__*/_jsx(NavHeader,{height:\"100%\",id:\"K7g3HksiC\",layoutId:\"K7g3HksiC\",name:\"Site Header\",PUwEcmPal:\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\",style:{width:\"100%\"},variant:\"H15gxgyHu\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1xasyta\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-17tmi36\",\"data-framer-name\":\"Section - Hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w0h8pa\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q4xrm8\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hsz5tq\",\"data-framer-name\":\"Col\",children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1r334zk\",\"data-framer-appear-id\":\"1r334zk\",\"data-framer-name\":\"Content\",initial:animation3,optimized:true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1shzxkz\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v117\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlbnRvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Denton Regular\", \"Denton Regular Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-line-height\":\"64px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Teya is arriving\"})})},Sqz78bsvw:{children:getLocalizedValue(\"v118\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlbnRvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Denton Regular\", \"Denton Regular Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-line-height\":\"64px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Teya is arriving\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v116\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlbnRvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Denton Regular\", \"Denton Regular Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-line-height\":\"64px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Teya is arriving\"})}),className:\"framer-1e5x6x9\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Denton Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v120\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.72)\"},children:\"Unlock better business management with Teya's integrated payments, funding and business account.\"})})},Sqz78bsvw:{children:getLocalizedValue(\"v121\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.72)\"},children:\"Unlock better business management with Teya's integrated payments, funding and business account.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v119\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.72)\"},children:\"Unlock better business management with Teya's integrated payments, funding and business account.\"})}),className:\"framer-7o20e7\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19tj8yj\",\"data-framer-name\":\"ActionHolder\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"uyxcmq1bs\"},implicitPathVariables:undefined},{href:{webPageId:\"uyxcmq1bs\"},implicitPathVariables:undefined},{href:{webPageId:\"uyxcmq1bs\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{y:(componentViewport?.y||0)+0+4762.5+0+64+0+0+40+32+0+0+0+0+0+0+0+208+0+0},Sqz78bsvw:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 48px)`,y:(componentViewport?.y||0)+0+7117+0+64+0+0+40+0+0+0+364+0+0+0+0+0+216+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:(componentViewport?.y||0)+0+5352+0+64+0+0+80+32+0+0+0+0+0+0+0+216+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16m23t5-container\",nodeId:\"mo8edQR0g\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{ephUu80DM:resolvedLinks1[1]},Sqz78bsvw:{ephUu80DM:resolvedLinks1[2],style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonMedium,{ephUu80DM:resolvedLinks1[0],FEQ9g1lZY:\"CalendarBlank\",height:\"100%\",ICBB67U5U:false,id:\"mo8edQR0g\",kphYmU23E:false,layoutId:\"mo8edQR0g\",lp74Dvx9a:\"ArrowRight\",LxpzpFWtG:getLocalizedValue(\"v122\",activeLocale)??\"Join the waitlist\",sx5LSlfdJ:false,variant:\"PFqO4Vp5O\",width:\"100%\"})})})})})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-v61faa\",\"data-framer-name\":\"Col\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wilwuw\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4762.5+0+64+0+0+40+32+0+132+0+-36),pixelHeight:1980,pixelWidth:1815,positionX:\"center\",positionY:\"center\",sizes:`calc(max((min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1000px) - 90px) / 2, 1px) + 106px)`,src:\"https://framerusercontent.com/images/7VDm7nMktM7o3YvWZP0voKP2BWs.png\",srcSet:\"https://framerusercontent.com/images/7VDm7nMktM7o3YvWZP0voKP2BWs.png?scale-down-to=1024 938w,https://framerusercontent.com/images/7VDm7nMktM7o3YvWZP0voKP2BWs.png 1815w\"}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7117+0+64+0+0+40+0+0+0+0+-40+24.5),pixelHeight:1980,pixelWidth:1815,positionX:\"right\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/7VDm7nMktM7o3YvWZP0voKP2BWs.png\",srcSet:\"https://framerusercontent.com/images/7VDm7nMktM7o3YvWZP0voKP2BWs.png?scale-down-to=1024 938w,https://framerusercontent.com/images/7VDm7nMktM7o3YvWZP0voKP2BWs.png 1815w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5352+0+64+0+0+80+32+0+136+-84+33),pixelHeight:1980,pixelWidth:1815,positionX:\"right\",positionY:\"center\",sizes:`calc(max((min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1000px) - 10px) / 2, 1px) + 57px)`,src:\"https://framerusercontent.com/images/7VDm7nMktM7o3YvWZP0voKP2BWs.png\",srcSet:\"https://framerusercontent.com/images/7VDm7nMktM7o3YvWZP0voKP2BWs.png?scale-down-to=1024 938w,https://framerusercontent.com/images/7VDm7nMktM7o3YvWZP0voKP2BWs.png 1815w\"},className:\"framer-1kzi71p\",\"data-framer-appear-id\":\"1kzi71p\",\"data-framer-name\":\"MainImage\",initial:animation1,optimized:true})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1inembx\",\"data-framer-name\":\"CardGroup\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h0aeny\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qzsn4s-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"UVpYpbSnO\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(179, 182, 18)\",height:\"100%\",iconSearch:getLocalizedValue(\"v12\",activeLocale)??\"House\",iconSelection:\"Lightning\",id:\"UVpYpbSnO\",layoutId:\"UVpYpbSnO\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-br8d7b\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Fast transactions\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Fast transactions\"})}),className:\"framer-1mxevii\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v124\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Next-gen card machines built to power your business.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v123\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Next-gen card machines built to power your business.\"})}),className:\"framer-q51yrc\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bm0xrv\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-pfwvhk-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"VyWalX6Nj\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(179, 182, 18)\",height:\"100%\",iconSearch:getLocalizedValue(\"v17\",activeLocale)??\"House\",iconSelection:\"Money\",id:\"VyWalX6Nj\",layoutId:\"VyWalX6Nj\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9b5tu0\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v126\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"No hidden fees\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v125\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"No hidden fees\"})}),className:\"framer-1255cyh\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v128\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"One flat rate for all Visa and Mastercard transactions.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v127\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"One flat rate for all Visa and Mastercard transactions.\"})}),className:\"framer-1w60vqs\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j3d2yn\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14sjsuz-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ixchH_cku\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(179, 182, 18)\",height:\"100%\",iconSearch:getLocalizedValue(\"v17\",activeLocale)??\"House\",iconSelection:\"Heart\",id:\"ixchH_cku\",layoutId:\"ixchH_cku\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a1ip5q\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v130\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Human support\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v129\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Human support\"})}),className:\"framer-1patfwe\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v132\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Get through to a real person on the phone, email or chat.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v131\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Get through to a real person on the phone, email or chat.\"})}),className:\"framer-17mr9bn\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wnmxfs\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4oyyqd-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"oM8DNSztn\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(179, 182, 18)\",height:\"100%\",iconSearch:getLocalizedValue(\"v17\",activeLocale)??\"House\",iconSelection:\"LockKey\",id:\"oM8DNSztn\",layoutId:\"oM8DNSztn\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g8bqp\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v134\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Secure encryption\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v133\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Secure encryption\"})}),className:\"framer-1yh73tj\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v136\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Your business and your funds are protected and full regulated.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v135\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(21, 21, 21, 0.75)\"},children:\"Your business and your funds are protected and full regulated.\"})}),className:\"framer-tmnrmm\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4z9y6a\",\"data-framer-name\":\"Section - Empowering\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-w8lgm4\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-180a2wr\",\"data-framer-name\":\"Stack\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bi70j5\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v138\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:[\"Empowering small, \",/*#__PURE__*/_jsx(\"br\",{}),\"local businesses since 2019\"]})})},Sqz78bsvw:{children:getLocalizedValue(\"v139\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Empowering small, local businesses since 2019\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v137\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Empowering small, local businesses since 2019\"})}),className:\"framer-15i3d0d\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wq5qiq\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tjs73p\",\"data-framer-name\":\"ReviewItem 02\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v140\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(33, 33, 33)\"},children:\"\u201DTeya's product is simple and easy to understand, easy to setup and great customer care. If you need anything, you call, you understand what they say and they sort it out straight away.\u201D\"})}),className:\"framer-13u6mec\",\"data-framer-name\":\"Review\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z3v3n9\",\"data-framer-name\":\"Reviewer\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4762.5+0+64+0+496+80+0+0+0+0+0+96+16+0+224+98),pixelHeight:222,pixelWidth:222,src:\"https://framerusercontent.com/images/WDA0ZXOEZwPjpTLEOKrvBdOlSY.png\"}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7117+0+64+0+748+24+0+0+0+0+0+96+16+0+224+98),pixelHeight:222,pixelWidth:222,src:\"https://framerusercontent.com/images/WDA0ZXOEZwPjpTLEOKrvBdOlSY.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5352+0+64+0+544+200+0+0+0+0+96+16+0+224+98),pixelHeight:222,pixelWidth:222,src:\"https://framerusercontent.com/images/WDA0ZXOEZwPjpTLEOKrvBdOlSY.png\"},className:\"framer-287tnx\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1djr6q3\",\"data-framer-name\":\"Info\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tazdy3\",\"data-framer-name\":\"StarGroup\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ne7wp4-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"VwXi3sTHe\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(33, 33, 33)\",height:\"100%\",iconSearch:getLocalizedValue(\"v17\",activeLocale)??\"House\",iconSelection:\"Star\",id:\"VwXi3sTHe\",layoutId:\"VwXi3sTHe\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rar39q-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ZfK_pgZ2v\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(33, 33, 33)\",height:\"100%\",iconSearch:getLocalizedValue(\"v17\",activeLocale)??\"House\",iconSelection:\"Star\",id:\"ZfK_pgZ2v\",layoutId:\"ZfK_pgZ2v\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-npu0vr-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"bseKjRsAs\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(33, 33, 33)\",height:\"100%\",iconSearch:getLocalizedValue(\"v17\",activeLocale)??\"House\",iconSelection:\"Star\",id:\"bseKjRsAs\",layoutId:\"bseKjRsAs\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-o65vn3-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"B5fyIEoQ2\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(33, 33, 33)\",height:\"100%\",iconSearch:getLocalizedValue(\"v17\",activeLocale)??\"House\",iconSelection:\"Star\",id:\"B5fyIEoQ2\",layoutId:\"B5fyIEoQ2\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kpr97d-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"VYrlZyKvG\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(33, 33, 33)\",height:\"100%\",iconSearch:getLocalizedValue(\"v17\",activeLocale)??\"House\",iconSelection:\"Star\",id:\"VYrlZyKvG\",layoutId:\"VYrlZyKvG\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v75\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(33, 33, 33)\"},children:\"Laurent, Allure\"})}),className:\"framer-9e9o4z\",\"data-framer-name\":\"Name\",fonts:[\"GF;Figtree-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v76\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(33, 33, 33)\"},children:\"Member since 2024\"})}),className:\"framer-22ddg1\",\"data-framer-name\":\"Location\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ekzv7m\",\"data-framer-name\":\"Block Group\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s2i3lh\",\"data-border\":true,\"data-framer-name\":\"Block\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ttt3tv\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v78\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Active members\"})})},Sqz78bsvw:{children:getLocalizedValue(\"v79\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Active members\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v77\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Active members\"})}),className:\"framer-1ebsl97\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v81\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:\"50,000+\"})})},Sqz78bsvw:{children:getLocalizedValue(\"v141\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:\"50,000+\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v80\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:\"50,000+\"})}),className:\"framer-1da7e0c\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-t8mzs2\",\"data-border\":true,\"data-framer-name\":\"Block\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8ejlqr\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v84\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Transactions processed in 2024\"})})},Sqz78bsvw:{children:getLocalizedValue(\"v85\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Transactions processed in 2024\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v83\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Transactions processed in 2024\"})}),className:\"framer-xugc3s\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v87\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:\"377,736,694\"})})},Sqz78bsvw:{children:getLocalizedValue(\"v142\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:\"377,736,694\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v86\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:\"377,736,694\"})}),className:\"framer-ubnum6\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8j8izq\",\"data-border\":true,\"data-framer-name\":\"Block\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u3peo7\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v144\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Total in cash advance\"})})},Sqz78bsvw:{children:getLocalizedValue(\"v145\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Total in cash advance\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v143\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Total in cash advance\"})}),className:\"framer-1fcbq7u\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v147\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:\"\\xa327,000,000+\"})})},Sqz78bsvw:{children:getLocalizedValue(\"v148\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:\"\\xa327,000,000+\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v146\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\"},children:\"\\xa327,000,000+\"})}),className:\"framer-1q8drj4\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1639,intrinsicWidth:2458,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4762.5+0+64+0+1532),pixelHeight:1128,pixelWidth:1636,positionX:\"60%\",positionY:\"50%\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/cGTpQT9vI5g5Jok3CaeV8YHSmxw.webp\",srcSet:\"https://framerusercontent.com/images/cGTpQT9vI5g5Jok3CaeV8YHSmxw.webp?scale-down-to=512 512w,https://framerusercontent.com/images/cGTpQT9vI5g5Jok3CaeV8YHSmxw.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/cGTpQT9vI5g5Jok3CaeV8YHSmxw.webp 1636w\"}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1639,intrinsicWidth:2458,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7117+0+64+0+2612),pixelHeight:1128,pixelWidth:1636,positionX:\"70%\",positionY:\"50%\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/cGTpQT9vI5g5Jok3CaeV8YHSmxw.webp\",srcSet:\"https://framerusercontent.com/images/cGTpQT9vI5g5Jok3CaeV8YHSmxw.webp?scale-down-to=512 512w,https://framerusercontent.com/images/cGTpQT9vI5g5Jok3CaeV8YHSmxw.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/cGTpQT9vI5g5Jok3CaeV8YHSmxw.webp 1636w\"}}},children:/*#__PURE__*/_jsxs(Image,{as:\"section\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:1639,intrinsicWidth:2458,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5352+0+64+0+1924),pixelHeight:1128,pixelWidth:1636,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/cGTpQT9vI5g5Jok3CaeV8YHSmxw.webp\",srcSet:\"https://framerusercontent.com/images/cGTpQT9vI5g5Jok3CaeV8YHSmxw.webp?scale-down-to=512 512w,https://framerusercontent.com/images/cGTpQT9vI5g5Jok3CaeV8YHSmxw.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/cGTpQT9vI5g5Jok3CaeV8YHSmxw.webp 1636w\"},className:\"framer-l936g\",\"data-framer-name\":\"Section \u2013 UK Hero\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-t16zt5\",\"data-framer-name\":\"Overlay\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vwu5u0\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{children:getLocalizedValue(\"v150\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlbnRvbiBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Denton ExtraBold\", \"Denton ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"0.85em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-356a7599-42b3-4a99-a2ab-95b6673788db, rgb(221, 224, 72))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"80px\",\"--framer-text-color\":\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\"},children:\"Buy local.\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"64px\"},children:\"Support small businesses in [country].\"})]})})},Sqz78bsvw:{children:getLocalizedValue(\"v151\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlbnRvbiBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Denton ExtraBold\", \"Denton ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"0.85em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-356a7599-42b3-4a99-a2ab-95b6673788db, rgb(221, 224, 72))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\"},children:\"Buy local.\"}),/*#__PURE__*/_jsx(\"br\",{}),\"Support small businesses in [country].\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v149\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlbnRvbiBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Denton ExtraBold\", \"Denton ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"0.85em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-356a7599-42b3-4a99-a2ab-95b6673788db, rgb(221, 224, 72))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"80px\",\"--framer-text-color\":\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\"},children:\"Buy local.\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"64px\"},children:\"Support small businesses in [country].\"})]})}),className:\"framer-1v4urxq\",\"data-framer-name\":\"H1\",effect:textEffect,fonts:[\"CUSTOM;Denton ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v55a4k\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Sqz78bsvw:{children:getLocalizedValue(\"v153\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\"},children:\"Teya exists to serve small, local businesses around Europe. We build easy to use, integrated platforms that enable our members to accept payments and boost business performance. We'll always serve you with joy to help you do business with a smile too. \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v152\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"25px\",\"--framer-text-color\":\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\"},children:\"Teya exists to serve small, local businesses around Europe. We build easy to use, integrated platforms that enable our members to accept payments and boost business performance. We'll always serve you with joy to help you do business with a smile too. \"})}),className:\"framer-15w79jl\",\"data-framer-name\":\"Body\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"uyxcmq1bs\"},implicitPathVariables:undefined},{href:{webPageId:\"uyxcmq1bs\"},implicitPathVariables:undefined},{href:{webPageId:\"uyxcmq1bs\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{y:(componentViewport?.y||0)+0+4762.5+0+64+0+1532+120+0+108+0+149},Sqz78bsvw:{y:(componentViewport?.y||0)+0+7117+0+64+0+2612+120+0+54+0+134}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+5352+0+64+0+1924+120+0+108+0+149,children:/*#__PURE__*/_jsx(Container,{className:\"framer-eziny0-container\",\"data-framer-name\":\"Link\",name:\"Link\",nodeId:\"B827dND9S\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{LWNNDFR99:resolvedLinks2[1]},Sqz78bsvw:{LWNNDFR99:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(WidgetsButton,{F0tL7AKx3:\"ArrowForward\",height:\"100%\",id:\"B827dND9S\",iTxs5O69s:\"var(--token-fb382688-16d6-410c-947d-dbb2c1016b2a, rgb(245, 245, 245))\",KbNoPBeq6:false,layoutId:\"B827dND9S\",LWNNDFR99:resolvedLinks2[0],name:\"Link\",OSxfTe6_l:true,variant:\"CZHqJHcQY\",width:\"100%\",wmjGR8tHj:getLocalizedValue(\"v154\",activeLocale)??\"Join the waitlist\",ZaXMq5Q3T:false})})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v155\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-2sipe\",\"data-styles-preset\":\"GF4cAD6wi\",style:{\"--framer-text-color\":\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Sexy Cow Bistro \"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"strong\",{children:\"Member since Mar 2023\"})]})}),className:\"framer-1dgfkcl\",\"data-framer-name\":\"Member Tag\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})]})]}),visible5&&/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1e5dkd2\",\"data-framer-name\":\"Main\",children:[visible6&&/*#__PURE__*/_jsxs(\"section\",{className:\"framer-18kdonb\",\"data-framer-name\":\"Section Hero\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1639,intrinsicWidth:2458,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7023.5+0+-2729.5+-184),pixelHeight:1476,pixelWidth:2210,sizes:`calc(${componentViewport?.width||\"100vw\"} + 470px)`,src:\"https://framerusercontent.com/images/znCRohWB2v5erNdtllqp6SrJI.webp\",srcSet:\"https://framerusercontent.com/images/znCRohWB2v5erNdtllqp6SrJI.webp?scale-down-to=512 512w,https://framerusercontent.com/images/znCRohWB2v5erNdtllqp6SrJI.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/znCRohWB2v5erNdtllqp6SrJI.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/znCRohWB2v5erNdtllqp6SrJI.webp 2210w\"}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1639,intrinsicWidth:2458,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10389+0+-3106.5+-81.8577),pixelHeight:1476,pixelWidth:2210,positionX:\"57.8%\",positionY:\"22.6%\",sizes:`calc(${componentViewport?.width||\"100vw\"} + 470px)`,src:\"https://framerusercontent.com/images/znCRohWB2v5erNdtllqp6SrJI.webp\",srcSet:\"https://framerusercontent.com/images/znCRohWB2v5erNdtllqp6SrJI.webp?scale-down-to=512 512w,https://framerusercontent.com/images/znCRohWB2v5erNdtllqp6SrJI.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/znCRohWB2v5erNdtllqp6SrJI.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/znCRohWB2v5erNdtllqp6SrJI.webp 2210w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:80,__perspectiveFX:false,__targetOpacity:1,as:\"section\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:1639,intrinsicWidth:2458,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8005+0+-2919.1432+-184),pixelHeight:1476,pixelWidth:2210,sizes:`calc(${componentViewport?.width||\"100vw\"} + 470px)`,src:\"https://framerusercontent.com/images/znCRohWB2v5erNdtllqp6SrJI.webp\",srcSet:\"https://framerusercontent.com/images/znCRohWB2v5erNdtllqp6SrJI.webp?scale-down-to=512 512w,https://framerusercontent.com/images/znCRohWB2v5erNdtllqp6SrJI.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/znCRohWB2v5erNdtllqp6SrJI.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/znCRohWB2v5erNdtllqp6SrJI.webp 2210w\"},className:\"framer-150t5mj\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x6id7z\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gn0yzr\",\"data-framer-name\":\"Hero Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n9a0w4\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12k52s8\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Sqz78bsvw:{children:getLocalizedValue(\"v158\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlbnRvbiBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Denton ExtraBold\", \"Denton ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"40.45817129067949px\",\"--framer-letter-spacing\":\"0.43px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-e88a762d-32bc-4c6f-bf4e-256ff02eaa47, rgb(212, 215, 44))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"71px\"},children:\"Payments made \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"71px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"71px\"},children:\"for you.\"})]})}),viewBox:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v156\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlbnRvbiBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Denton ExtraBold\", \"Denton ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"64.8653257943757px\",\"--framer-letter-spacing\":\"0.43px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-e88a762d-32bc-4c6f-bf4e-256ff02eaa47, rgb(212, 215, 44))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"134.1562729429383px\"},children:\"Payments\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"134.1562729429383px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"134.1562729429383px\"},children:\"made for\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"134.1562729429383px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"134.1562729429383px\"},children:\"you.\"})]})}),className:\"framer-9o4ddy\",fonts:[\"CUSTOM;Denton ExtraBold\"],verticalAlignment:\"top\",viewBox:getLocalizedValue(\"v157\",activeLocale)??\"0 0 582.57 402\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Sqz78bsvw:{children:getLocalizedValue(\"v160\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-orc25i\",\"data-styles-preset\":\"Lh9jez4xM\",style:{\"--framer-text-color\":\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\"},children:\"Meet Teya. We're proud to serve you.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v159\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-orc25i\",\"data-styles-preset\":\"Lh9jez4xM\",style:{\"--framer-text-color\":\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\"},children:\"Meet Teya. We're proud to serve you. From payments you can rely on to flexible funding.\"})}),className:\"framer-qoajjo\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:convertFromEnum6(activeLocale?.id,activeLocale),implicitPathVariables:undefined},{href:convertFromEnum6(activeLocale?.id,activeLocale),implicitPathVariables:undefined},{href:convertFromEnum6(activeLocale?.id,activeLocale),implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Sqz78bsvw:{y:(componentViewport?.y||0)+0+10389+0+-3106.5+0+44+0+-54+0+537}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-riez9f-container\",nodeId:\"CvG785mVx\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{LWNNDFR99:resolvedLinks3[1]},Sqz78bsvw:{LWNNDFR99:resolvedLinks3[2]}},children:/*#__PURE__*/_jsx(WidgetsButton,{F0tL7AKx3:\"ArrowForward\",height:\"100%\",id:\"CvG785mVx\",iTxs5O69s:\"var(--token-fb382688-16d6-410c-947d-dbb2c1016b2a, rgb(245, 245, 245))\",KbNoPBeq6:false,layoutId:\"CvG785mVx\",LWNNDFR99:resolvedLinks3[0],OSxfTe6_l:true,variant:\"CZHqJHcQY\",width:\"100%\",wmjGR8tHj:getLocalizedValue(\"v161\",activeLocale)??\"Join us today\",ZaXMq5Q3T:true})})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v162\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e6rjtp\",\"data-styles-preset\":\"WFJlBepgs\",style:{\"--framer-text-color\":\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Sexy Cow Bistro, Member since Mar 2023\"})})}),className:\"framer-1vkmt9w hidden-1ctlu39\",\"data-framer-name\":\"Body\",fonts:[\"Inter\",\"Inter-Bold\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hmvgnp\",\"data-framer-name\":\"Empty Right side\"})]})]}),visible7&&/*#__PURE__*/_jsxs(\"section\",{className:\"framer-19i92b1\",\"data-framer-name\":\"Section \u2013 IS Hero\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1639,intrinsicWidth:2458,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7023.5+0+-1993.5+-184),pixelHeight:5267,pixelWidth:7897,sizes:`calc(${componentViewport?.width||\"100vw\"} + 150px)`,...getLocalizedValue(\"v164\",activeLocale)??{pixelHeight:5267,pixelWidth:7897,src:\"https://framerusercontent.com/images/5vegZY4Ok8tlKSUneTyGQ3yIc.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/5vegZY4Ok8tlKSUneTyGQ3yIc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/5vegZY4Ok8tlKSUneTyGQ3yIc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/5vegZY4Ok8tlKSUneTyGQ3yIc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/5vegZY4Ok8tlKSUneTyGQ3yIc.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/5vegZY4Ok8tlKSUneTyGQ3yIc.jpg 7897w\"}}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1639,intrinsicWidth:2458,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10389+0+-3683.5+-81.5),pixelHeight:5267,pixelWidth:7897,positionX:\"57.8%\",positionY:\"22.6%\",sizes:`calc(${componentViewport?.width||\"100vw\"} + 200px)`,...getLocalizedValue(\"v164\",activeLocale)??{pixelHeight:5267,pixelWidth:7897,src:\"https://framerusercontent.com/images/5vegZY4Ok8tlKSUneTyGQ3yIc.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/5vegZY4Ok8tlKSUneTyGQ3yIc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/5vegZY4Ok8tlKSUneTyGQ3yIc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/5vegZY4Ok8tlKSUneTyGQ3yIc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/5vegZY4Ok8tlKSUneTyGQ3yIc.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/5vegZY4Ok8tlKSUneTyGQ3yIc.jpg 7897w\"}}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:80,__perspectiveFX:false,__targetOpacity:1,as:\"section\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:1639,intrinsicWidth:2458,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8005+0+-2183.1432+-184),pixelHeight:5267,pixelWidth:7897,sizes:`calc(${componentViewport?.width||\"100vw\"} + 150px)`,...getLocalizedValue(\"v164\",activeLocale)??{pixelHeight:5267,pixelWidth:7897,src:\"https://framerusercontent.com/images/5vegZY4Ok8tlKSUneTyGQ3yIc.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/5vegZY4Ok8tlKSUneTyGQ3yIc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/5vegZY4Ok8tlKSUneTyGQ3yIc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/5vegZY4Ok8tlKSUneTyGQ3yIc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/5vegZY4Ok8tlKSUneTyGQ3yIc.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/5vegZY4Ok8tlKSUneTyGQ3yIc.jpg 7897w\"}},className:\"framer-ecfwj8\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-hve1bz\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3sjxw4\",\"data-framer-name\":\"Hero Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16tqwib\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q07d4a\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Sqz78bsvw:{children:getLocalizedValue(\"v167\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlbnRvbiBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Denton ExtraBold\", \"Denton ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"40.45817129067949px\",\"--framer-letter-spacing\":\"0.43px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-e88a762d-32bc-4c6f-bf4e-256ff02eaa47, rgb(212, 215, 44))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"47.821594297325284px\"},children:\"Payments made \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"47.821594297325284px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"47.821594297325284px\"},children:\"for you.\"})]})}),viewBox:getLocalizedValue(\"v168\",activeLocale)??\"0 0 345.57 96\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v165\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlbnRvbiBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Denton ExtraBold\", \"Denton ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"64.8653257943757px\",\"--framer-letter-spacing\":\"0.43px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-e88a762d-32bc-4c6f-bf4e-256ff02eaa47, rgb(212, 215, 44))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"134.1884471361366px\"},children:\"Payments\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"134.1884471361366px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"134.1884471361366px\"},children:\"made for\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"134.1884471361366px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"134.1884471361366px\"},children:\"you.\"})]})}),className:\"framer-s8etu4\",fonts:[\"CUSTOM;Denton ExtraBold\"],verticalAlignment:\"top\",viewBox:getLocalizedValue(\"v166\",activeLocale)??\"0 0 582.57 403\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Sqz78bsvw:{children:getLocalizedValue(\"v170\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-orc25i\",\"data-styles-preset\":\"Lh9jez4xM\",style:{\"--framer-text-color\":\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\"},children:\"Meet Teya. We're proud to serve you.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v169\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-orc25i\",\"data-styles-preset\":\"Lh9jez4xM\",style:{\"--framer-text-color\":\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\"},children:\"Meet Teya. We're proud to serve you. From payments you can rely on to flexible funding.\"})}),className:\"framer-ds356a\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"HxswI8uzc\"},implicitPathVariables:undefined},{href:{webPageId:\"HxswI8uzc\"},implicitPathVariables:undefined},{href:{webPageId:\"HxswI8uzc\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dr8pb0-container\",nodeId:\"K_dJCEUvL\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{LWNNDFR99:resolvedLinks4[1]},Sqz78bsvw:{LWNNDFR99:resolvedLinks4[2]}},children:/*#__PURE__*/_jsx(WidgetsButton,{F0tL7AKx3:\"ArrowForward\",height:\"100%\",id:\"K_dJCEUvL\",iTxs5O69s:\"var(--token-fb382688-16d6-410c-947d-dbb2c1016b2a, rgb(245, 245, 245))\",KbNoPBeq6:false,layoutId:\"K_dJCEUvL\",LWNNDFR99:resolvedLinks4[0],OSxfTe6_l:true,variant:\"CZHqJHcQY\",width:\"100%\",wmjGR8tHj:getLocalizedValue(\"v171\",activeLocale)??\"Join us today\",ZaXMq5Q3T:true})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e6rjtp\",\"data-styles-preset\":\"WFJlBepgs\",style:{\"--framer-text-color\":\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Sexy Cow Bistro, Member since Mar 2023\"})})}),className:\"framer-1o1sj6r hidden-1ctlu39\",\"data-framer-name\":\"Body\",fonts:[\"Inter\",\"Inter-Bold\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-iok059\",\"data-framer-name\":\"Empty Right side\"})]})]}),visible1&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-45647p\",\"data-framer-name\":\"Section \u2013 IS Opening Times\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s8hgyq\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v173\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Afgrei\\xf0slut\\xedmar \\xfej\\xf3nustuvers og \",/*#__PURE__*/_jsx(\"br\",{}),\"uppgj\\xf6rsgrei\\xf0slur yfir p\\xe1ska\"]})}),className:\"framer-xl51fw\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v174\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e6rjtp\",\"data-styles-preset\":\"WFJlBepgs\",style:{\"--framer-text-alignment\":\"center\"},children:\"Uppgj\\xf6r fr\\xe1 17. - 21. apr\\xedl eru greidd \\xfat 22. apr\\xedl.\"})}),className:\"framer-1a6pj5n\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-j9mm4z\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mr0i8s\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hfgzd\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tyskmp\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v175\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1xf3r67\",\"data-styles-preset\":\"uBeWZNdl4\",children:\"17\"})}),className:\"framer-1nm28ke\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v176\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-155y0ql\",\"data-styles-preset\":\"OAQH4Z7h5\",children:\"APR\"})}),className:\"framer-1e8honq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xpca8d\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v177\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ejxo12\",\"data-styles-preset\":\"i547QBJY9\",style:{\"--framer-text-alignment\":\"center\"},children:\"Loka\\xf0 \"})}),className:\"framer-bbl71m\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v178\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-155y0ql\",\"data-styles-preset\":\"OAQH4Z7h5\",style:{\"--framer-text-alignment\":\"center\"},children:\"Ney\\xf0arvakt fr\\xe1 10:00 - 16:00\"})}),className:\"framer-1aym7he\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x48rcg\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kpoh2e\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v179\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1xf3r67\",\"data-styles-preset\":\"uBeWZNdl4\",children:\"18\"})}),className:\"framer-jfa1gt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v176\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-155y0ql\",\"data-styles-preset\":\"OAQH4Z7h5\",children:\"APR\"})}),className:\"framer-6s7md2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lj9rzc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v177\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ejxo12\",\"data-styles-preset\":\"i547QBJY9\",style:{\"--framer-text-alignment\":\"center\"},children:\"Loka\\xf0 \"})}),className:\"framer-vb5j6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v180\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-155y0ql\",\"data-styles-preset\":\"OAQH4Z7h5\",style:{\"--framer-text-alignment\":\"center\"},children:\"Ney\\xf0arvakt loku\\xf0\"})}),className:\"framer-dtdzvl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xsy6uk\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12w2vot\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v181\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1xf3r67\",\"data-styles-preset\":\"uBeWZNdl4\",children:\"19\"})}),className:\"framer-ecb72m\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v176\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-155y0ql\",\"data-styles-preset\":\"OAQH4Z7h5\",children:\"APR\"})}),className:\"framer-1gok06f\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mhbted\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v182\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ejxo12\",\"data-styles-preset\":\"i547QBJY9\",style:{\"--framer-text-alignment\":\"center\"},children:\"Loka\\xf0\"})}),className:\"framer-9shazm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v183\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-155y0ql\",\"data-styles-preset\":\"OAQH4Z7h5\",style:{\"--framer-text-alignment\":\"center\"},children:\"Ney\\xf0arvakt fr\\xe1 10:00 - 22:00\"})}),className:\"framer-1jvyrhc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1z4jb2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bw4lqo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v184\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1xf3r67\",\"data-styles-preset\":\"uBeWZNdl4\",children:\"20\"})}),className:\"framer-1ljf23a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v176\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-155y0ql\",\"data-styles-preset\":\"OAQH4Z7h5\",children:\"APR\"})}),className:\"framer-4kfpns\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u4accb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v182\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ejxo12\",\"data-styles-preset\":\"i547QBJY9\",style:{\"--framer-text-alignment\":\"center\"},children:\"Loka\\xf0\"})}),className:\"framer-72wud4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v180\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-155y0ql\",\"data-styles-preset\":\"OAQH4Z7h5\",style:{\"--framer-text-alignment\":\"center\"},children:\"Ney\\xf0arvakt loku\\xf0\"})}),className:\"framer-17glxfw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nxukey\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f8mhqs\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v185\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1xf3r67\",\"data-styles-preset\":\"uBeWZNdl4\",children:\"21\"})}),className:\"framer-1a9z6ys\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v176\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-155y0ql\",\"data-styles-preset\":\"OAQH4Z7h5\",children:\"APR\"})}),className:\"framer-6rsrkz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qua9af\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v182\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ejxo12\",\"data-styles-preset\":\"i547QBJY9\",style:{\"--framer-text-alignment\":\"center\"},children:\"Loka\\xf0\"})}),className:\"framer-m4ybmt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v178\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-155y0ql\",\"data-styles-preset\":\"OAQH4Z7h5\",style:{\"--framer-text-alignment\":\"center\"},children:\"Ney\\xf0arvakt fr\\xe1 10:00 - 16:00\"})}),className:\"framer-16l8sqh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2d5kkl\",\"data-framer-name\":\"Logos\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1effe22\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7023.5+0+-203.5+-19.5+12),pixelHeight:43,pixelWidth:512,src:\"https://framerusercontent.com/images/zjvah1Ag6YTCZA3yVWRqWYNOk.png\"}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10389+0+-1027.5+-19.5+12+-53.5),pixelHeight:43,pixelWidth:512,src:\"https://framerusercontent.com/images/zjvah1Ag6YTCZA3yVWRqWYNOk.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8005+0+-393.1432+-19.5+12),pixelHeight:43,pixelWidth:512,src:\"https://framerusercontent.com/images/zjvah1Ag6YTCZA3yVWRqWYNOk.png\"},className:\"framer-10ro7d5\",\"data-framer-name\":\"image 46\"})}),visible8&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:258.7499961443246,intrinsicWidth:998.7499851174655,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7023.5+0+-203.5+-19.5+10.5),pixelHeight:414,pixelWidth:1598,sizes:\"96px\",src:\"https://framerusercontent.com/images/lv96pmaOssRWrje8VfLRVnudmo.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/lv96pmaOssRWrje8VfLRVnudmo.png?scale-down-to=512 512w,https://framerusercontent.com/images/lv96pmaOssRWrje8VfLRVnudmo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lv96pmaOssRWrje8VfLRVnudmo.png 1598w\"}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:258.7499961443246,intrinsicWidth:998.7499851174655,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10389+0+-1027.5+-19.5+12+-21.5),pixelHeight:414,pixelWidth:1598,sizes:\"96px\",src:\"https://framerusercontent.com/images/lv96pmaOssRWrje8VfLRVnudmo.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/lv96pmaOssRWrje8VfLRVnudmo.png?scale-down-to=512 512w,https://framerusercontent.com/images/lv96pmaOssRWrje8VfLRVnudmo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lv96pmaOssRWrje8VfLRVnudmo.png 1598w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:258.7499961443246,intrinsicWidth:998.7499851174655,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8005+0+-393.1432+-19.5+10.5),pixelHeight:414,pixelWidth:1598,sizes:\"96px\",src:\"https://framerusercontent.com/images/lv96pmaOssRWrje8VfLRVnudmo.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/lv96pmaOssRWrje8VfLRVnudmo.png?scale-down-to=512 512w,https://framerusercontent.com/images/lv96pmaOssRWrje8VfLRVnudmo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lv96pmaOssRWrje8VfLRVnudmo.png 1598w\"},className:\"framer-md49kg\",\"data-framer-name\":\"Diners Club_Logo3.svg\"})}),visible9&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13x03uq\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:135.62499797903004,intrinsicWidth:177.49999735504392,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7023.5+0+-203.5+-19.5+11+-.0833),pixelHeight:217,pixelWidth:284,src:\"https://framerusercontent.com/images/dwQfp0iP0hxvRR753EvjPdIGgE4.png\"}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:135.62499797903004,intrinsicWidth:177.49999735504392,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10389+0+-1027.5+-19.5+12+13.5+-.0833),pixelHeight:217,pixelWidth:284,src:\"https://framerusercontent.com/images/dwQfp0iP0hxvRR753EvjPdIGgE4.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:135.62499797903004,intrinsicWidth:177.49999735504392,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8005+0+-393.1432+-19.5+11+-.0833),pixelHeight:217,pixelWidth:284,src:\"https://framerusercontent.com/images/dwQfp0iP0hxvRR753EvjPdIGgE4.png\"},className:\"framer-1bmi5vw\",\"data-framer-name\":\"Login-logo-mbh (3)\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:103,intrinsicWidth:150,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7023.5+0+-203.5+-19.5+11+-1.2916),pixelHeight:206,pixelWidth:300,src:\"https://framerusercontent.com/images/LHmqR6BLfq3FANmtiRw3KbupRac.jpg\"}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:103,intrinsicWidth:150,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10389+0+-1027.5+-19.5+12+13.5+-1.2916),pixelHeight:206,pixelWidth:300,src:\"https://framerusercontent.com/images/LHmqR6BLfq3FANmtiRw3KbupRac.jpg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:103,intrinsicWidth:150,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8005+0+-393.1432+-19.5+11+-1.2916),pixelHeight:206,pixelWidth:300,src:\"https://framerusercontent.com/images/LHmqR6BLfq3FANmtiRw3KbupRac.jpg\"},className:\"framer-16171ni\",\"data-framer-name\":\"HU_KHSZE\\xcc_P\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:256,intrinsicWidth:256,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7023.5+0+-203.5+-19.5+11+-2.5),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/ETgWRIgz0x70evFauRhYcjR50dY.png\"}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:256,intrinsicWidth:256,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10389+0+-1027.5+-19.5+12+13.5+-2.5),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/ETgWRIgz0x70evFauRhYcjR50dY.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:256,intrinsicWidth:256,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8005+0+-393.1432+-19.5+11+-2.5),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/ETgWRIgz0x70evFauRhYcjR50dY.png\"},className:\"framer-sbp8iz\",\"data-framer-name\":\"HU_otpSZEP\"})})]}),visible10&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11p9o4p\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:553.5,intrinsicWidth:861.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7023.5+0+-203.5+-19.5+9+1.8065),pixelHeight:1107,pixelWidth:1723,sizes:\"37.2557px\",src:\"https://framerusercontent.com/images/aTKUrrZcVzfm34sN84gsorPYvk.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/aTKUrrZcVzfm34sN84gsorPYvk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aTKUrrZcVzfm34sN84gsorPYvk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aTKUrrZcVzfm34sN84gsorPYvk.jpg 1723w\"}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:553.5,intrinsicWidth:861.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10389+0+-1027.5+-19.5+12+47.5+1.8065),pixelHeight:1107,pixelWidth:1723,sizes:\"37.2557px\",src:\"https://framerusercontent.com/images/aTKUrrZcVzfm34sN84gsorPYvk.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/aTKUrrZcVzfm34sN84gsorPYvk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aTKUrrZcVzfm34sN84gsorPYvk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aTKUrrZcVzfm34sN84gsorPYvk.jpg 1723w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:553.5,intrinsicWidth:861.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8005+0+-393.1432+-19.5+9+1.8065),pixelHeight:1107,pixelWidth:1723,sizes:\"37.2557px\",src:\"https://framerusercontent.com/images/aTKUrrZcVzfm34sN84gsorPYvk.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/aTKUrrZcVzfm34sN84gsorPYvk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aTKUrrZcVzfm34sN84gsorPYvk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aTKUrrZcVzfm34sN84gsorPYvk.jpg 1723w\"},className:\"framer-1jtifqq\",\"data-framer-name\":\"Edenred\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:206.5,intrinsicWidth:506,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7023.5+0+-203.5+-19.5+9+1.8065),pixelHeight:406,pixelWidth:864,sizes:\"60.8813px\",src:\"https://framerusercontent.com/images/0X9qT0k3hyu0ZryPnfPMuFTvheE.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/0X9qT0k3hyu0ZryPnfPMuFTvheE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/0X9qT0k3hyu0ZryPnfPMuFTvheE.webp 864w\"}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:206.5,intrinsicWidth:506,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10389+0+-1027.5+-19.5+12+47.5+1.8065),pixelHeight:406,pixelWidth:864,sizes:\"60.8813px\",src:\"https://framerusercontent.com/images/0X9qT0k3hyu0ZryPnfPMuFTvheE.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/0X9qT0k3hyu0ZryPnfPMuFTvheE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/0X9qT0k3hyu0ZryPnfPMuFTvheE.webp 864w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:206.5,intrinsicWidth:506,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8005+0+-393.1432+-19.5+9+1.8065),pixelHeight:406,pixelWidth:864,sizes:\"60.8813px\",src:\"https://framerusercontent.com/images/0X9qT0k3hyu0ZryPnfPMuFTvheE.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/0X9qT0k3hyu0ZryPnfPMuFTvheE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/0X9qT0k3hyu0ZryPnfPMuFTvheE.webp 864w\"},className:\"framer-48z8hm\",\"data-framer-name\":\"UpBenefity_orange_png\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:366.5,intrinsicWidth:512,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7023.5+0+-203.5+-19.5+9+0),pixelHeight:726,pixelWidth:620,sizes:\"39.9817px\",src:\"https://framerusercontent.com/images/Jb6pj8jaqMLcPo47nfY6BA7IqeE.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/Jb6pj8jaqMLcPo47nfY6BA7IqeE.png 620w\"}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:366.5,intrinsicWidth:512,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10389+0+-1027.5+-19.5+12+47.5+0),pixelHeight:726,pixelWidth:620,sizes:\"39.9817px\",src:\"https://framerusercontent.com/images/Jb6pj8jaqMLcPo47nfY6BA7IqeE.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/Jb6pj8jaqMLcPo47nfY6BA7IqeE.png 620w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:366.5,intrinsicWidth:512,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8005+0+-393.1432+-19.5+9+0),pixelHeight:726,pixelWidth:620,sizes:\"39.9817px\",src:\"https://framerusercontent.com/images/Jb6pj8jaqMLcPo47nfY6BA7IqeE.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/Jb6pj8jaqMLcPo47nfY6BA7IqeE.png 620w\"},className:\"framer-hektbw\",\"data-framer-name\":\"bp_1024x733\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:430,intrinsicWidth:1280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7023.5+0+-203.5+-19.5+9+8.1291),pixelHeight:860,pixelWidth:2560,sizes:\"33.621px\",...getLocalizedValue(\"v186\",activeLocale)??{pixelHeight:860,pixelWidth:2560,src:\"https://framerusercontent.com/images/QoEg6rhwswPgLyzMXOoWlKCrkNE.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/QoEg6rhwswPgLyzMXOoWlKCrkNE.png?scale-down-to=512 512w,https://framerusercontent.com/images/QoEg6rhwswPgLyzMXOoWlKCrkNE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QoEg6rhwswPgLyzMXOoWlKCrkNE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/QoEg6rhwswPgLyzMXOoWlKCrkNE.png 2560w\"}}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:430,intrinsicWidth:1280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10389+0+-1027.5+-19.5+12+47.5+8.1291),pixelHeight:860,pixelWidth:2560,sizes:\"33.621px\",...getLocalizedValue(\"v186\",activeLocale)??{pixelHeight:860,pixelWidth:2560,src:\"https://framerusercontent.com/images/QoEg6rhwswPgLyzMXOoWlKCrkNE.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/QoEg6rhwswPgLyzMXOoWlKCrkNE.png?scale-down-to=512 512w,https://framerusercontent.com/images/QoEg6rhwswPgLyzMXOoWlKCrkNE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QoEg6rhwswPgLyzMXOoWlKCrkNE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/QoEg6rhwswPgLyzMXOoWlKCrkNE.png 2560w\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:430,intrinsicWidth:1280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8005+0+-393.1432+-19.5+9+8.1291),pixelHeight:860,pixelWidth:2560,sizes:\"33.621px\",...getLocalizedValue(\"v186\",activeLocale)??{pixelHeight:860,pixelWidth:2560,src:\"https://framerusercontent.com/images/QoEg6rhwswPgLyzMXOoWlKCrkNE.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/QoEg6rhwswPgLyzMXOoWlKCrkNE.png?scale-down-to=512 512w,https://framerusercontent.com/images/QoEg6rhwswPgLyzMXOoWlKCrkNE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QoEg6rhwswPgLyzMXOoWlKCrkNE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/QoEg6rhwswPgLyzMXOoWlKCrkNE.png 2560w\"}},className:\"framer-bzxvo\",\"data-framer-name\":\"Sodexo_logo_svg\"})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{y:(componentViewport?.y||0)+0+7023.5+0+-196.5},Sqz78bsvw:{y:(componentViewport?.y||0)+0+10389+0+-1020.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:747,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+8005+0+-386.1432,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fiy2gv-container\",\"data-framer-name\":\"Section \u2013 Card Machines\",id:elementId,name:\"Section \u2013 Card Machines\",nodeId:\"Laf_sbjFk\",ref:ref1,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{LBENCTREE:0},Sqz78bsvw:{BuPlFvBsT:\"row\",E5UKF9cYc:\"column\",h5ILPejGt:true,iPHpWNKvT:false,LBENCTREE:32,n8UMeKVOP:true,OhaeBqJw4:\"46px 16px 36px 16px\",Opqio6HDJ:false,w3qVtBTin:16,X4G54PHLT:false}},children:/*#__PURE__*/_jsx(CardMachines,{BuPlFvBsT:\"column\",E5UKF9cYc:\"row\",h5ILPejGt:false,height:\"100%\",id:\"Laf_sbjFk\",iPHpWNKvT:true,layoutId:\"Laf_sbjFk\",LBENCTREE:24,mIWQg0XgL:\"0px\",n8UMeKVOP:false,name:\"Section \u2013 Card Machines\",OhaeBqJw4:\"120px 24px 120px 24px\",Opqio6HDJ:true,style:{width:\"100%\"},variant:\"Nfy_T5AoT\",w3qVtBTin:24,width:\"100%\",X4G54PHLT:true,ZQy6BhSuG:\"var(--token-fb382688-16d6-410c-947d-dbb2c1016b2a, rgb(245, 245, 245))\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-lukmxu hidden-1ctlu39\",\"data-framer-name\":\"Trigger\",id:elementId1,ref:ref2}),visible11&&/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1gks2ja\",\"data-framer-name\":\"Section Teya Tap (Not UK)\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-133d585\",\"data-framer-name\":\"Card Machines\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mi361\",\"data-framer-name\":\"Top Section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1d9jmbb\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Sqz78bsvw:{children:getLocalizedValue(\"v188\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",children:[\"Turn your phone into a \",/*#__PURE__*/_jsx(\"br\",{}),\"card machine with \",/*#__PURE__*/_jsx(\"br\",{}),\"Teya Tap\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v187\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",style:{\"--framer-text-alignment\":\"left\"},children:[\"Turn your phone into a \",/*#__PURE__*/_jsx(\"br\",{}),\"card machine with Teya Tap\"]})}),className:\"framer-bgw2z5\",\"data-framer-name\":\"Card Machines\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v189\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e6rjtp\",\"data-styles-preset\":\"WFJlBepgs\",style:{\"--framer-text-color\":\"var(--token-a319979b-01e4-4f7f-844e-74b8df435fac, rgb(135, 135, 135))\"},children:\"Ready to accept payments wherever you are\"})}),className:\"framer-1dcui9h\",\"data-framer-name\":\"Welcome to a whole new world of tapping. Now available on the App store and Google Play store.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3ov0o5 hidden-1ctlu39\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ws6v7h\",\"data-framer-name\":\"DoNotUse/PricingFeature\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qhd3w0\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-q5p1d3\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wqs2sh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"jN3FCVjtU\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-9b808b57-adee-4547-878d-5e0f187dc756, rgb(192, 196, 45))\",height:\"100%\",iconSearch:getLocalizedValue(\"v190\",activeLocale)??\"House\",iconSelection:\"Play\",id:\"jN3FCVjtU\",layoutId:\"jN3FCVjtU\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v191\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-orc25i\",\"data-styles-preset\":\"Lh9jez4xM\",children:[\"Get started for \",/*#__PURE__*/_jsx(\"strong\",{children:\"FREE\"})]})}),className:\"framer-1lf8vty\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dmtfs1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v192\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e6rjtp\",\"data-styles-preset\":\"WFJlBepgs\",style:{\"--framer-text-color\":\"var(--token-cb4f3bae-6c78-4f08-a098-6c5ced037e2e, rgb(102, 102, 102))\"},children:\"No extra hardware needed.\"})}),className:\"framer-efn7n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fwq04x\",\"data-framer-name\":\"DoNotUse/PricingFeature\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ougt13\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-19gxtqz\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1h08yu5-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"YTM2J12xl\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-9b808b57-adee-4547-878d-5e0f187dc756, rgb(192, 196, 45))\",height:\"100%\",iconSearch:getLocalizedValue(\"v190\",activeLocale)??\"House\",iconSelection:\"AndroidLogo\",id:\"YTM2J12xl\",layoutId:\"YTM2J12xl\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v193\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-orc25i\",\"data-styles-preset\":\"Lh9jez4xM\",children:\"Download the app, start selling straight away\"})}),className:\"framer-kl4qb8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-s3gmbe\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v194\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e6rjtp\",\"data-styles-preset\":\"WFJlBepgs\",style:{\"--framer-text-color\":\"var(--token-cb4f3bae-6c78-4f08-a098-6c5ced037e2e, rgb(102, 102, 102))\"},children:\"Available on Android 12+.\"})}),className:\"framer-ff999z\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gfkx20\",\"data-framer-name\":\"DoNotUse/PricingFeature\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yey18d\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-12023je\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fl807b-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"iDbjU9rvL\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-9b808b57-adee-4547-878d-5e0f187dc756, rgb(192, 196, 45))\",height:\"100%\",iconSearch:getLocalizedValue(\"v190\",activeLocale)??\"House\",iconSelection:\"UsersThree\",id:\"iDbjU9rvL\",layoutId:\"iDbjU9rvL\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v195\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-orc25i\",\"data-styles-preset\":\"Lh9jez4xM\",children:\"Empower your employees to sell securely\"})}),className:\"framer-1n8lpvq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c9jq96\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v196\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e6rjtp\",\"data-styles-preset\":\"WFJlBepgs\",style:{\"--framer-text-color\":\"var(--token-cb4f3bae-6c78-4f08-a098-6c5ced037e2e, rgb(102, 102, 102))\"},children:\"With restricted, role-based access\"})}),className:\"framer-zhz7g6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"K9VwJMr6j\"},implicitPathVariables:undefined},{href:{webPageId:\"K9VwJMr6j\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{y:(componentViewport?.y||0)+0+7023.5+0+551.5+-260.5+0+0+1082}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:\"250px\",y:(componentViewport?.y||0)+0+8005+0+361.8568+-260.5+0+0+1082,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8lqz1y-container hidden-1ctlu39\",nodeId:\"dy8kJbAJF\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{LWNNDFR99:resolvedLinks5[1]}},children:/*#__PURE__*/_jsx(WidgetsButton,{F0tL7AKx3:\"ArrowForward\",height:\"100%\",id:\"dy8kJbAJF\",iTxs5O69s:\"var(--token-fb382688-16d6-410c-947d-dbb2c1016b2a, rgb(245, 245, 245))\",KbNoPBeq6:false,layoutId:\"dy8kJbAJF\",LWNNDFR99:resolvedLinks5[0],OSxfTe6_l:true,style:{width:\"100%\"},variant:\"CZHqJHcQY\",width:\"100%\",wmjGR8tHj:getLocalizedValue(\"v197\",activeLocale)??\"Learn more\",ZaXMq5Q3T:true})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16rlawq\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{y:(componentViewport?.y||0)+0+7023.5+0+551.5+-260.5+317.5+0},Sqz78bsvw:{y:(componentViewport?.y||0)+0+10389+0+-273.5+40+0+0+208+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:491,width:\"287px\",y:(componentViewport?.y||0)+0+8005+0+361.8568+-260.5+317.5+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-kfb3j9-container\",nodeId:\"BtmSq91mH\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(AnimatedTeyaTap,{height:\"100%\",id:\"BtmSq91mH\",layoutId:\"BtmSq91mH\",style:{height:\"100%\",width:\"100%\"},variant:\"xH7jxDedH\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-60,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-sr4zi7\",transformTemplate:transformTemplate1,children:isDisplayed1(visible12)&&/*#__PURE__*/_jsx(\"div\",{className:cx(\"framer-69dade\",!visible12&&\"hidden-iz831x\",!visible12&&\"hidden-1ctlu39\"),\"data-border\":true,children:isDisplayed1(visible12)&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v198\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS04MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"800\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"NEW!\"})}),className:cx(\"framer-noni9w\",!visible12&&\"hidden-iz831x\",!visible12&&\"hidden-1ctlu39\"),fonts:[\"GF;Figtree-800\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rzcdv8 hidden-72rtr7 hidden-iz831x\",\"data-framer-name\":\"Top Section\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11224m2 hidden-1ctlu39\",\"data-framer-name\":\"MOBILE GET STARTED FREE\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v199\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e6rjtp\",\"data-styles-preset\":\"WFJlBepgs\",style:{\"--framer-text-color\":\"var(--token-a319979b-01e4-4f7f-844e-74b8df435fac, rgb(135, 135, 135))\"},children:\"Ready to accept payments wherever you are\"})}),className:\"framer-8vpt1b\",\"data-framer-name\":\"Welcome to a whole new world of tapping. Now available on the App store and Google Play store.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v200\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-tj7km0\",\"data-styles-preset\":\"Ctufo5KuQ\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Turn your phone into a \"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"strong\",{children:\"card machine with Teya Tap\"})]})}),className:\"framer-y4a4od\",\"data-framer-name\":\"Card Machines\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fehfxx\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pthsnv\",\"data-framer-name\":\"DoNotUse/PricingFeature\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mtk59u\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-scyc8y\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vc1mga-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"fdyOi6jJ6\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-9b808b57-adee-4547-878d-5e0f187dc756, rgb(192, 196, 45))\",height:\"100%\",iconSearch:getLocalizedValue(\"v190\",activeLocale)??\"House\",iconSelection:\"Play\",id:\"fdyOi6jJ6\",layoutId:\"fdyOi6jJ6\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v201\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-orc25i\",\"data-styles-preset\":\"Lh9jez4xM\",children:[\"Get started for \",/*#__PURE__*/_jsx(\"strong\",{children:\"FREE\"})]})}),className:\"framer-1oguh9i\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1e9nn3l\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v202\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e6rjtp\",\"data-styles-preset\":\"WFJlBepgs\",style:{\"--framer-text-color\":\"var(--token-cb4f3bae-6c78-4f08-a098-6c5ced037e2e, rgb(102, 102, 102))\"},children:\"No extra hardware needed.\"})}),className:\"framer-177g95e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ojreuf\",\"data-framer-name\":\"DoNotUse/PricingFeature\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-183s5r5\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-plbrc6\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lzfcuo-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"bRJR3VGHV\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-9b808b57-adee-4547-878d-5e0f187dc756, rgb(192, 196, 45))\",height:\"100%\",iconSearch:getLocalizedValue(\"v190\",activeLocale)??\"House\",iconSelection:\"AndroidLogo\",id:\"bRJR3VGHV\",layoutId:\"bRJR3VGHV\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v203\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-orc25i\",\"data-styles-preset\":\"Lh9jez4xM\",children:\"Download the app, start selling straight away\"})}),className:\"framer-5gvwb6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1a7g8hl\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v204\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e6rjtp\",\"data-styles-preset\":\"WFJlBepgs\",style:{\"--framer-text-color\":\"var(--token-cb4f3bae-6c78-4f08-a098-6c5ced037e2e, rgb(102, 102, 102))\"},children:\"Available on Android 12+.\"})}),className:\"framer-1d7qt6m\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rst5ge\",\"data-framer-name\":\"DoNotUse/PricingFeature\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7ufzj0\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-zegfya\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ivfyzq-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"pHM58jRGv\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-9b808b57-adee-4547-878d-5e0f187dc756, rgb(192, 196, 45))\",height:\"100%\",iconSearch:getLocalizedValue(\"v190\",activeLocale)??\"House\",iconSelection:\"UsersThree\",id:\"pHM58jRGv\",layoutId:\"pHM58jRGv\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v205\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-orc25i\",\"data-styles-preset\":\"Lh9jez4xM\",children:\"Empower your employees to sell securely\"})}),className:\"framer-1d4miqi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1upoasq\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v206\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e6rjtp\",\"data-styles-preset\":\"WFJlBepgs\",style:{\"--framer-text-color\":\"var(--token-cb4f3bae-6c78-4f08-a098-6c5ced037e2e, rgb(102, 102, 102))\"},children:\"With restricted, role-based access\"})}),className:\"framer-19vglxj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"K9VwJMr6j\"},implicitPathVariables:undefined},{href:{webPageId:\"K9VwJMr6j\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Sqz78bsvw:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+0+10389+0+-273.5+40+709+0+998}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-n5oe9p-container\",nodeId:\"qSAYgXk40\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Sqz78bsvw:{LWNNDFR99:resolvedLinks6[1]}},children:/*#__PURE__*/_jsx(WidgetsButton,{F0tL7AKx3:\"ArrowForward\",height:\"100%\",id:\"qSAYgXk40\",iTxs5O69s:\"var(--token-fb382688-16d6-410c-947d-dbb2c1016b2a, rgb(245, 245, 245))\",KbNoPBeq6:false,layoutId:\"qSAYgXk40\",LWNNDFR99:resolvedLinks6[0],OSxfTe6_l:true,style:{width:\"100%\"},variant:\"CZHqJHcQY\",width:\"100%\",wmjGR8tHj:getLocalizedValue(\"v207\",activeLocale)??\"Learn more\",ZaXMq5Q3T:true})})})})})})]})]}),visible3&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{y:(componentViewport?.y||0)+0+7023.5+0+4215.5},Sqz78bsvw:{y:(componentViewport?.y||0)+0+10389+0+6470.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1325,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+8005+0+966.8568,children:/*#__PURE__*/_jsx(Container,{className:\"framer-r0vstx-container\",nodeId:\"iQZmj2OF_\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{variant:\"hW5CxoNoU\"},Sqz78bsvw:{variant:\"hW5CxoNoU\"}},children:/*#__PURE__*/_jsx(HardwarePricingSection,{height:\"100%\",id:\"iQZmj2OF_\",layoutId:\"iQZmj2OF_\",style:{width:\"100%\"},variant:\"gCU56BQ87\",width:\"100%\"})})})})}),isDisplayed3(visible13)&&/*#__PURE__*/_jsxs(\"section\",{className:cx(\"framer-1kllhqy\",\"hidden-iz831x\",\"hidden-1ctlu39\",!visible13&&\"hidden-72rtr7\"),\"data-framer-name\":\"HR VPOS CARD\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jgw9za\",\"data-framer-name\":\"Copy Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v208\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlbnRvbiBFeHRyYUJvbGQ=\",\"--framer-font-family\":'\"Denton ExtraBold\", \"Denton ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"121.43%\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Online fizet\\xe9si megold\\xe1s webshopok sz\\xe1m\\xe1ra!\"}),\"\\xa0\"]})}),className:\"framer-9rn2cr\",\"data-framer-name\":\"H2\",fonts:[\"CUSTOM;Denton ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v209\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e6rjtp\",\"data-styles-preset\":\"WFJlBepgs\",style:{\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Tedd lehet\u0151v\\xe9 a gyors \\xe9s biztons\\xe1gos k\\xe1rty\\xe1s fizet\\xe9st online t\\xe9rben a Teya fizet\\xe9selfogad\\xe1s\\xe1val, amit sz\\xe1mos webshop motorral \\xf6sszekapcsolhatsz. Fizikai POS termin\\xe1llal ak\\xe1r kedvezm\\xe9nyesebb \\xe1ron, csomagaj\\xe1nlatban is ig\\xe9nyelhet\u0151.\\xa0\"})}),className:\"framer-1az65q5\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"HxswI8uzc\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+8005+0+2291.8568+0+40+210.2864,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4nyp6u-container\",nodeId:\"a9hgc1uk5\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(WidgetsButton,{F0tL7AKx3:\"ArrowForward\",height:\"100%\",id:\"a9hgc1uk5\",iTxs5O69s:\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\",KbNoPBeq6:false,layoutId:\"a9hgc1uk5\",LWNNDFR99:resolvedLinks7[0],OSxfTe6_l:true,variant:\"CZHqJHcQY\",width:\"100%\",wmjGR8tHj:getLocalizedValue(\"v210\",activeLocale)??\"\\xc9rdekel\",ZaXMq5Q3T:true})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-h91oov\",\"data-framer-name\":\"Image Container\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:254.99999620020395,intrinsicWidth:125.62499812804165,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8005+0+2291.8568+0+40),pixelHeight:5251,pixelWidth:6914,src:\"https://framerusercontent.com/images/wlCXf88b02xEREiJYKwrG4TYh0.png?scale-down-to=2048\"},className:\"framer-rh74jf\",\"data-framer-name\":\"Image\",style:{originY:0,scale:1.5}})})]}),visible14&&/*#__PURE__*/_jsxs(\"section\",{className:\"framer-pdw81w\",\"data-framer-name\":\"Section \u2013 Plans\",children:[visible15&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":zcyxOpmJV\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":zcyxOpmJV\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":zcyxOpmJV\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{y:(componentViewport?.y||0)+0+7023.5+0+1156.5+0+0},Sqz78bsvw:{y:(componentViewport?.y||0)+0+10389+0+1541.5+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1175,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+8005+0+2626.1432+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16vg9ou-container\",nodeId:\"bDZ0HxoDo\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{gzD4g_GhE:resolvedLinks8[1],variant:\"q8H0pIg_e\"},Sqz78bsvw:{gzD4g_GhE:resolvedLinks8[2],variant:\"suW4Ym5sE\"}},children:/*#__PURE__*/_jsx(SectionsPlans,{FQ12aZYv_:true,gzD4g_GhE:resolvedLinks8[0],height:\"100%\",id:\"bDZ0HxoDo\",layoutId:\"bDZ0HxoDo\",nUiON0sU4:\"var(--token-fb382688-16d6-410c-947d-dbb2c1016b2a, rgb(245, 245, 245))\",style:{width:\"100%\"},variant:\"W2U8pb1Zj\",width:\"100%\",XhmktMkKC:true})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-66zetv\",\"data-framer-name\":\"Scroll trigger\",id:elementId2,ref:ref3})]}),visible7&&/*#__PURE__*/_jsx(\"section\",{className:\"framer-7lqunr\",\"data-framer-name\":\"Section \u2013 IS Form\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cr05ub\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{width:undefined,y:(componentViewport?.y||0)+0+7023.5+0+2331.5+56+20},Sqz78bsvw:{width:`calc(min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1000px) * 0.8)`,y:(componentViewport?.y||0)+0+10389+0+2716.5+56+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:376,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1000px) - 40px) / 2.25, 1px)`,y:(componentViewport?.y||0)+0+8005+0+3801.1432+56+42.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bz8dql-container\",nodeId:\"PC6xo1lgz\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(UpdatedMerchantLeadFormWithMerchantLeadFormbz8dqlWithMappedReactProps1pcufwg,{DD7dqQQ3U:getLocalizedValue(\"v212\",activeLocale)??\"Digital Organic\",FLQQ3tPDn:getLocalizedValue(\"v214\",activeLocale)??\"Jane\",gMO8yBbBs:getLocalizedValue(\"v215\",activeLocale)??\"Smith\",GOQYNsM5y:getLocalizedValue(\"v216\",activeLocale)??\"jane@example.com\",height:\"100%\",I75cc9sAZ:getLocalizedValue(\"v211\",activeLocale)??\"Marketing\",id:\"PC6xo1lgz\",layoutId:\"PC6xo1lgz\",QNT_42s0v:getLocalizedValue(\"v213\",activeLocale)??\"Teya Website\",style:{width:\"100%\"},variant:\"uadPDfsB7\",width:\"100%\",ZKvWV50wB:getLocalizedValue(\"v217\",activeLocale)??\"07400 123456\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-146pg9g\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7023.5+0+2331.5+56+0+0+0),pixelHeight:3120,pixelWidth:5178,sizes:\"280px\",...getLocalizedValue(\"v218\",activeLocale)??{pixelHeight:3120,pixelWidth:5178,src:\"https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg\",srcSet:\"https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg 5178w\"}}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10389+0+2716.5+56+0+416+0+0),pixelHeight:3120,pixelWidth:5178,sizes:`min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1000px)`,...getLocalizedValue(\"v218\",activeLocale)??{pixelHeight:3120,pixelWidth:5178,src:\"https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg\",srcSet:\"https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg 5178w\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8005+0+3801.1432+56+0+0+0),pixelHeight:3120,pixelWidth:5178,sizes:\"359px\",...getLocalizedValue(\"v218\",activeLocale)??{pixelHeight:3120,pixelWidth:5178,src:\"https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg\",srcSet:\"https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg 5178w\"}},className:\"framer-qlvtmq\",\"data-framer-name\":\"Section IS From Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mhhi8i\",\"data-framer-name\":\"Custom Quote\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v219\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Need a custom quote?\"})})}),className:\"framer-1p58u9z\",\"data-framer-name\":\"Would you like an offer?\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v220\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e6rjtp\",\"data-styles-preset\":\"WFJlBepgs\",style:{\"--framer-text-color\":\"var(--token-cb4f3bae-6c78-4f08-a098-6c5ced037e2e, rgb(102, 102, 102))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Does your business have specific needs? Give us a call to discuss a quote tailored to your needs.\"})})}),className:\"framer-1n1igat\",\"data-framer-name\":\"Want to know more?\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),visible7&&/*#__PURE__*/_jsx(\"section\",{className:\"framer-11ofmte\",\"data-framer-name\":\"Section \u2013 IS Teya Tap\",children:visible16&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1maes46\",\"data-framer-name\":\"IS TEYA APP\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mwswkl\",\"data-framer-name\":\"TEYA APP Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v221\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1vj0fq9\",\"data-styles-preset\":\"q2jHtGiYi\",style:{\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Teya appi\\xf0!\"})})}),className:\"framer-4upnwy\",\"data-framer-name\":\"H2\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v222\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"St\\xfdr\\xf0u rekstrinum hvar og hven\\xe6r sem er\"})})}),className:\"framer-oxcsdq\",\"data-framer-name\":\"H6\",fonts:[\"GF;Figtree-500\",\"GF;Figtree-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v223\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e6rjtp\",\"data-styles-preset\":\"WFJlBepgs\",style:{\"--framer-text-color\":\"var(--token-ce6973b1-6114-4770-9013-31a4ed1579db, rgb(51, 51, 51))\"},children:\"\\xcd Teya appinu getur \\xfe\\xfa fylgst me\\xf0 s\\xf6lut\\xf6lum \\xed raunt\\xedma, sko\\xf0a\\xf0 f\\xe6rslur og uppgj\\xf6r, s\\xf3tt reikninga, og endurgreitt f\\xe6rslur. \\xde\\xfa getur s\\xed\\xf0an haft samband vi\\xf0 okkur beint \\xfar appinu ef \\xfea\\xf0 er eitthva\\xf0 anna\\xf0 sem vi\\xf0 getum a\\xf0sto\\xf0a\\xf0 \\xfeig me\\xf0.\"})}),className:\"framer-17zpcx8\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v224\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e6rjtp\",\"data-styles-preset\":\"WFJlBepgs\",style:{\"--framer-text-color\":\"var(--token-ce6973b1-6114-4770-9013-31a4ed1579db, rgb(51, 51, 51))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://hjalp.teya.com/hc/is/articles/29617766498961-Fyrstu-skrefin-me%C3%B0-Teya-appinu\",motionChild:true,nodeId:\"ZMNS3G68f\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Lesa meira um appi\\xf0 h\\xe9r.\"})})})}),className:\"framer-15lt89h\",\"data-framer-name\":\"Link\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11of6jz hidden-1ctlu39\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{y:(componentViewport?.y||0)+0+7023.5+0+2895.5+80+12+40+448+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+8005+0+4410.1432+80+12+40+448+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-x23qkn-container\",nodeId:\"knuJTSBng\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(WidgetsButton,{F0tL7AKx3:\"Google\",height:\"100%\",id:\"knuJTSBng\",iTxs5O69s:\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\",KbNoPBeq6:true,layoutId:\"knuJTSBng\",LWNNDFR99:\"https://play.google.com/store/apps/details?id=com.teya.ac&pcampaignid=web_share\",OSxfTe6_l:true,variant:\"CZHqJHcQY\",width:\"100%\",wmjGR8tHj:getLocalizedValue(\"v225\",activeLocale)??\"Google Play Store\",ZaXMq5Q3T:true})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{y:(componentViewport?.y||0)+0+7023.5+0+2895.5+80+12+40+448+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+8005+0+4410.1432+80+12+40+448+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uvmz50-container\",nodeId:\"Yy1owbP9R\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(WidgetsButton,{F0tL7AKx3:\"Apple\",height:\"100%\",id:\"Yy1owbP9R\",iTxs5O69s:\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\",KbNoPBeq6:true,layoutId:\"Yy1owbP9R\",LWNNDFR99:\"https://apps.apple.com/gb/app/teya-business/id6449770450?utm_source=ios&utm_medium=hc&utm_campaign=uk+marketinginfo+productlaunch+tuna+hc+20240116\",OSxfTe6_l:true,variant:\"CZHqJHcQY\",width:\"100%\",wmjGR8tHj:getLocalizedValue(\"v226\",activeLocale)??\"IOS App Store\",ZaXMq5Q3T:true})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qimbw9\",\"data-framer-name\":\"Image Container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:254.99999620020395,intrinsicWidth:125.62499812804165,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7023.5+0+2895.5+80+12+57.209),pixelHeight:857,pixelWidth:615,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/jG9D56EdI4xmlmNYGdwlgytN3Cc.png\"}},Sqz78bsvw:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:254.99999620020395,intrinsicWidth:125.62499812804165,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10389+0+3689.5+24+12+490+0),pixelHeight:691,pixelWidth:556,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/tX1V1MPxLNc4w8FMBWlCSL5ds0.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:254.99999620020395,intrinsicWidth:125.62499812804165,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8005+0+4410.1432+80+12+0),pixelHeight:857,pixelWidth:615,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/jG9D56EdI4xmlmNYGdwlgytN3Cc.png\"},className:\"framer-1r20py5\",\"data-framer-name\":\"Image\",style:{originY:0,scale:1.5}})})}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pchj6h hidden-72rtr7 hidden-iz831x\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Sqz78bsvw:{width:`calc(min(max((${componentViewport?.width||\"100vw\"} - 22px) / 0, 1px), 1000px) - 32px)`,y:(componentViewport?.y||0)+0+10389+0+3689.5+24+12+803+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2ep6ih-container\",nodeId:\"uI6eYQCkD\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(WidgetsButton,{F0tL7AKx3:\"Google\",height:\"100%\",id:\"uI6eYQCkD\",iTxs5O69s:\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\",KbNoPBeq6:true,layoutId:\"uI6eYQCkD\",LWNNDFR99:\"https://play.google.com/store/apps/details?id=com.teya.ac&pcampaignid=web_share\",OSxfTe6_l:true,style:{width:\"100%\"},variant:\"CZHqJHcQY\",width:\"100%\",wmjGR8tHj:getLocalizedValue(\"v225\",activeLocale)??\"Google Play Store\",ZaXMq5Q3T:true})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Sqz78bsvw:{width:`calc(min(max((${componentViewport?.width||\"100vw\"} - 22px) / 0, 1px), 1000px) - 32px)`,y:(componentViewport?.y||0)+0+10389+0+3689.5+24+12+803+0+64}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kslokf-container\",nodeId:\"s1FAdzrzt\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(WidgetsButton,{F0tL7AKx3:\"Apple\",height:\"100%\",id:\"s1FAdzrzt\",iTxs5O69s:\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\",KbNoPBeq6:true,layoutId:\"s1FAdzrzt\",LWNNDFR99:\"https://apps.apple.com/is/app/teya/id6449770450&ved=2ahUKEwip1PHqmY6KAxU6UUEAHSqlIrEQFnoECCAQAQ&usg=AOvVaw2W4jzOK-A3pBEURugY2o-y\",OSxfTe6_l:true,style:{width:\"100%\"},variant:\"CZHqJHcQY\",width:\"100%\",wmjGR8tHj:getLocalizedValue(\"v226\",activeLocale)??\"IOS App Store\",ZaXMq5Q3T:true})})})})]})]})}),visible13&&/*#__PURE__*/_jsx(\"section\",{className:\"framer-1gimwgw\",\"data-framer-name\":\"Section \u2013 HU Form\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mx9god\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-102ix79\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7023.5+0+3651.5+56+0+0+0),pixelHeight:3120,pixelWidth:5178,sizes:\"280px\",...getLocalizedValue(\"v227\",activeLocale)??{pixelHeight:3120,pixelWidth:5178,src:\"https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg\",srcSet:\"https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg 5178w\"}}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10389+0+4684.5+56+0+0+0+0),pixelHeight:3120,pixelWidth:5178,sizes:`min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1000px)`,...getLocalizedValue(\"v227\",activeLocale)??{pixelHeight:3120,pixelWidth:5178,src:\"https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg\",srcSet:\"https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg 5178w\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8005+0+5166.1432+56+0+0+0),pixelHeight:3120,pixelWidth:5178,sizes:\"359px\",...getLocalizedValue(\"v227\",activeLocale)??{pixelHeight:3120,pixelWidth:5178,src:\"https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg\",srcSet:\"https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/8cwFeSPRtxJQyuP7mS7gGFEiA.jpg 5178w\"}},className:\"framer-vfzcdv\",\"data-framer-name\":\"Card_Machine_Paying_Nice 3\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gm2s0f\",\"data-framer-name\":\"Custom Quote\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v228\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1qp5pda\",\"data-styles-preset\":\"Gw57Z6X5j\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Need a custom quote?\"})})}),className:\"framer-2jpi7m\",\"data-framer-name\":\"Need a custom quote?\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v229\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e6rjtp\",\"data-styles-preset\":\"WFJlBepgs\",style:{\"--framer-text-color\":\"var(--token-cb4f3bae-6c78-4f08-a098-6c5ced037e2e, rgb(102, 102, 102))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Does your business have specific needs? Give us a call to discuss a quote tailored to your needs.\"})})}),className:\"framer-1xl74xm\",\"data-framer-name\":\"With DCC (Dynamic Currency Conversion) your customers can pay in their home currency. They\u2019ll always know how much their paying and your transaction fees wont be affected\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{width:undefined,y:(componentViewport?.y||0)+0+7023.5+0+3651.5+56+20},Sqz78bsvw:{width:`calc(min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1000px) * 0.8)`,y:(componentViewport?.y||0)+0+10389+0+4684.5+56+0+503}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:376,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1000px) - 40px) / 2.25, 1px)`,y:(componentViewport?.y||0)+0+8005+0+5166.1432+56+42.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-c2m1rl-container\",nodeId:\"Zm8dJeIU1\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(UpdatedMerchantLeadFormWithMerchantLeadFormc2m1rlWithMappedReactProps1pcufwg,{DD7dqQQ3U:getLocalizedValue(\"v212\",activeLocale)??\"Digital Organic\",FLQQ3tPDn:\"Jane\",gMO8yBbBs:\"Smith\",GOQYNsM5y:\"jane@example.com\",height:\"100%\",I75cc9sAZ:getLocalizedValue(\"v211\",activeLocale)??\"Marketing\",id:\"Zm8dJeIU1\",layoutId:\"Zm8dJeIU1\",QNT_42s0v:getLocalizedValue(\"v213\",activeLocale)??\"Teya Website\",style:{width:\"100%\"},variant:\"uadPDfsB7\",width:\"100%\",ZKvWV50wB:\"07400 123456\"})})})})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-12xc8pc\",\"data-framer-name\":\"Section \u2013 Support\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f6m4q6\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zyqara\",\"data-framer-name\":\"Copy\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rbnl4v\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v230\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlbnRvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Denton Regular\", \"Denton Regular Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-50ac6467-ae5b-4147-806c-a5de46c7c80f, rgb(21, 21, 21))\"},children:\"Buy Local\"})}),className:\"framer-1xcbuq1\",\"data-framer-name\":\"Proud to support local businesses\",fonts:[\"CUSTOM;Denton Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v231\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ejxo12\",\"data-styles-preset\":\"i547QBJY9\",children:\"Support our community\"})}),className:\"framer-1oknyp7\",\"data-framer-name\":\"You can earn, spend, and borrow all in one place with a Teya Business Account. No more juggling different platforms, just one app to view and manage your money.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v232\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e6rjtp\",\"data-styles-preset\":\"WFJlBepgs\",children:\"Teya exists to serve small, local businesses around Europe. We build easy to use, integrated platforms that enable our members to accept payments and boost business performance. We'll always serve you with joy to help you do business with a smile too. \"})}),className:\"framer-1yh9aq6\",\"data-framer-name\":\"You can earn, spend, and borrow all in one place with a Teya Business Account. No more juggling different platforms, just one app to view and manage your money.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nw54dd\",\"data-framer-name\":\"Image frame\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7023.5+0+5540.5+80+0+-13),pixelHeight:2438,pixelWidth:2427,sizes:\"201px\",...getLocalizedValue(\"v233\",activeLocale)??{pixelHeight:2438,pixelWidth:2427,src:\"https://framerusercontent.com/images/yXlD9BCSvRevDyxQIoKnXxyPU.png\",srcSet:\"https://framerusercontent.com/images/yXlD9BCSvRevDyxQIoKnXxyPU.png?scale-down-to=1024 1019w,https://framerusercontent.com/images/yXlD9BCSvRevDyxQIoKnXxyPU.png?scale-down-to=2048 2038w,https://framerusercontent.com/images/yXlD9BCSvRevDyxQIoKnXxyPU.png 2427w\"}}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10389+0+7795.5+0+0+0+369.4+53.5),pixelHeight:2438,pixelWidth:2427,sizes:\"166px\",...getLocalizedValue(\"v233\",activeLocale)??{pixelHeight:2438,pixelWidth:2427,src:\"https://framerusercontent.com/images/yXlD9BCSvRevDyxQIoKnXxyPU.png\",srcSet:\"https://framerusercontent.com/images/yXlD9BCSvRevDyxQIoKnXxyPU.png?scale-down-to=1024 1019w,https://framerusercontent.com/images/yXlD9BCSvRevDyxQIoKnXxyPU.png?scale-down-to=2048 2038w,https://framerusercontent.com/images/yXlD9BCSvRevDyxQIoKnXxyPU.png 2427w\"}}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:70,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8005+0+5775.1432+80+0+-13),pixelHeight:2438,pixelWidth:2427,sizes:\"242px\",...getLocalizedValue(\"v233\",activeLocale)??{pixelHeight:2438,pixelWidth:2427,src:\"https://framerusercontent.com/images/yXlD9BCSvRevDyxQIoKnXxyPU.png\",srcSet:\"https://framerusercontent.com/images/yXlD9BCSvRevDyxQIoKnXxyPU.png?scale-down-to=1024 1019w,https://framerusercontent.com/images/yXlD9BCSvRevDyxQIoKnXxyPU.png?scale-down-to=2048 2038w,https://framerusercontent.com/images/yXlD9BCSvRevDyxQIoKnXxyPU.png 2427w\"}},className:\"framer-1rrtk59\",\"data-framer-name\":\"Teya_HR_Office-27 3\"})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:50,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-iuvlpx\",\"data-framer-name\":\"Teya_HR_Office-27 3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:256,intrinsicWidth:360,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7023.5+0+5540.5+80+0+327-116+155-125.4971),pixelHeight:512,pixelWidth:720,sizes:\"180px\",src:\"https://framerusercontent.com/images/atTeDN6F9SHNafdMg6LMQ1Mluk.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/atTeDN6F9SHNafdMg6LMQ1Mluk.png?scale-down-to=512 512w,https://framerusercontent.com/images/atTeDN6F9SHNafdMg6LMQ1Mluk.png 720w\"}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:256,intrinsicWidth:360,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10389+0+7795.5+0+0+0+369.4+277-64+121-115),pixelHeight:512,pixelWidth:720,sizes:\"284px\",src:\"https://framerusercontent.com/images/atTeDN6F9SHNafdMg6LMQ1Mluk.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/atTeDN6F9SHNafdMg6LMQ1Mluk.png?scale-down-to=512 512w,https://framerusercontent.com/images/atTeDN6F9SHNafdMg6LMQ1Mluk.png 720w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:256,intrinsicWidth:360,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8005+0+5775.1432+80+0+327-116+155-125.4971),pixelHeight:512,pixelWidth:720,sizes:\"180px\",src:\"https://framerusercontent.com/images/atTeDN6F9SHNafdMg6LMQ1Mluk.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/atTeDN6F9SHNafdMg6LMQ1Mluk.png?scale-down-to=512 512w,https://framerusercontent.com/images/atTeDN6F9SHNafdMg6LMQ1Mluk.png 720w\"},className:\"framer-l90ln3\",\"data-framer-name\":\"Desktop_65\"})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:80,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1n34oct\",\"data-framer-name\":\"Teya_HR_Office-27 3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7023.5+0+5540.5+80+0+14.5+135-124),pixelHeight:2609,pixelWidth:4096,sizes:\"171px\",...getLocalizedValue(\"v234\",activeLocale)??{pixelHeight:2609,pixelWidth:4096,src:\"https://framerusercontent.com/images/K4ir4Lan7LYqsnkxR1HXqhpt0Q.png\",srcSet:\"https://framerusercontent.com/images/K4ir4Lan7LYqsnkxR1HXqhpt0Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/K4ir4Lan7LYqsnkxR1HXqhpt0Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/K4ir4Lan7LYqsnkxR1HXqhpt0Q.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/K4ir4Lan7LYqsnkxR1HXqhpt0Q.png 4096w\"}}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10389+0+7795.5+0+0+0+369.4+14.5+135-124),pixelHeight:2609,pixelWidth:4096,sizes:\"171px\",...getLocalizedValue(\"v234\",activeLocale)??{pixelHeight:2609,pixelWidth:4096,src:\"https://framerusercontent.com/images/K4ir4Lan7LYqsnkxR1HXqhpt0Q.png\",srcSet:\"https://framerusercontent.com/images/K4ir4Lan7LYqsnkxR1HXqhpt0Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/K4ir4Lan7LYqsnkxR1HXqhpt0Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/K4ir4Lan7LYqsnkxR1HXqhpt0Q.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/K4ir4Lan7LYqsnkxR1HXqhpt0Q.png 4096w\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8005+0+5775.1432+80+0+14.5+135-124),pixelHeight:2609,pixelWidth:4096,sizes:\"171px\",...getLocalizedValue(\"v234\",activeLocale)??{pixelHeight:2609,pixelWidth:4096,src:\"https://framerusercontent.com/images/K4ir4Lan7LYqsnkxR1HXqhpt0Q.png\",srcSet:\"https://framerusercontent.com/images/K4ir4Lan7LYqsnkxR1HXqhpt0Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/K4ir4Lan7LYqsnkxR1HXqhpt0Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/K4ir4Lan7LYqsnkxR1HXqhpt0Q.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/K4ir4Lan7LYqsnkxR1HXqhpt0Q.png 4096w\"}},className:\"framer-1wscjgi\",\"data-framer-name\":\"Teya_Sunmi V2 Pro Terminal_01 1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1381.874979408458,intrinsicWidth:2191.249967347831,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7023.5+0+5540.5+80+0+14.5+135-69.5),pixelHeight:2211,pixelWidth:3506,sizes:\"153px\",src:\"https://framerusercontent.com/images/Pxaczjxpp1Kh4RHWeYTup9Tnw9g.png\",srcSet:\"https://framerusercontent.com/images/Pxaczjxpp1Kh4RHWeYTup9Tnw9g.png?scale-down-to=512 512w,https://framerusercontent.com/images/Pxaczjxpp1Kh4RHWeYTup9Tnw9g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Pxaczjxpp1Kh4RHWeYTup9Tnw9g.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Pxaczjxpp1Kh4RHWeYTup9Tnw9g.png 3506w\"}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1381.874979408458,intrinsicWidth:2191.249967347831,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10389+0+7795.5+0+0+0+369.4+14.5+135-69.5),pixelHeight:2211,pixelWidth:3506,sizes:\"153px\",src:\"https://framerusercontent.com/images/Pxaczjxpp1Kh4RHWeYTup9Tnw9g.png\",srcSet:\"https://framerusercontent.com/images/Pxaczjxpp1Kh4RHWeYTup9Tnw9g.png?scale-down-to=512 512w,https://framerusercontent.com/images/Pxaczjxpp1Kh4RHWeYTup9Tnw9g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Pxaczjxpp1Kh4RHWeYTup9Tnw9g.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Pxaczjxpp1Kh4RHWeYTup9Tnw9g.png 3506w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1381.874979408458,intrinsicWidth:2191.249967347831,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8005+0+5775.1432+80+0+14.5+135-69.5),pixelHeight:2211,pixelWidth:3506,sizes:\"153px\",src:\"https://framerusercontent.com/images/Pxaczjxpp1Kh4RHWeYTup9Tnw9g.png\",srcSet:\"https://framerusercontent.com/images/Pxaczjxpp1Kh4RHWeYTup9Tnw9g.png?scale-down-to=512 512w,https://framerusercontent.com/images/Pxaczjxpp1Kh4RHWeYTup9Tnw9g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Pxaczjxpp1Kh4RHWeYTup9Tnw9g.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Pxaczjxpp1Kh4RHWeYTup9Tnw9g.png 3506w\"},className:\"framer-5uld06\",\"data-framer-name\":\"Teya_PaxA920Pro_Lime_ver1_0_A_20240311\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:761,intrinsicWidth:762,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7023.5+0+5540.5+80+0+14.5+-144),pixelHeight:1522,pixelWidth:1524,sizes:\"386px\",src:\"https://framerusercontent.com/images/ENHEupxBjBIPHXTCFdDrbI7B8I.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/ENHEupxBjBIPHXTCFdDrbI7B8I.png?scale-down-to=512 512w,https://framerusercontent.com/images/ENHEupxBjBIPHXTCFdDrbI7B8I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ENHEupxBjBIPHXTCFdDrbI7B8I.png 1524w\"}},Sqz78bsvw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:761,intrinsicWidth:762,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10389+0+7795.5+0+0+0+369.4+14.5+-144),pixelHeight:1522,pixelWidth:1524,sizes:\"386px\",src:\"https://framerusercontent.com/images/ENHEupxBjBIPHXTCFdDrbI7B8I.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/ENHEupxBjBIPHXTCFdDrbI7B8I.png?scale-down-to=512 512w,https://framerusercontent.com/images/ENHEupxBjBIPHXTCFdDrbI7B8I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ENHEupxBjBIPHXTCFdDrbI7B8I.png 1524w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:761,intrinsicWidth:762,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8005+0+5775.1432+80+0+14.5+-144),pixelHeight:1522,pixelWidth:1524,sizes:\"386px\",src:\"https://framerusercontent.com/images/ENHEupxBjBIPHXTCFdDrbI7B8I.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/ENHEupxBjBIPHXTCFdDrbI7B8I.png?scale-down-to=512 512w,https://framerusercontent.com/images/ENHEupxBjBIPHXTCFdDrbI7B8I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ENHEupxBjBIPHXTCFdDrbI7B8I.png 1524w\"},className:\"framer-bqonbp\",\"data-framer-name\":\"Screenshot_2024_08_12_at_20_03_07\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{y:(componentViewport?.y||0)+0+7023.5+0+5540.5+80+0+327-165.5},Sqz78bsvw:{width:\"172px\",y:(componentViewport?.y||0)+0+10389+0+7795.5+0+0+0+369.4+277-115}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:178,width:\"164px\",y:(componentViewport?.y||0)+0+8005+0+5775.1432+80+0+327-165.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16h6q3t-container\",nodeId:\"OzGPuhYms\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(WidgetsMemberSincePhoto,{BdgJUckNC:\"var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, rgb(0, 139, 185))\",c6cPWpxJL:addImageAlt(getLocalizedValue(\"v235\",activeLocale)??{pixelHeight:1063,pixelWidth:1622,src:\"https://framerusercontent.com/images/kscbCAdTtj9GjxwzqDvhj8BOY.png\",srcSet:\"https://framerusercontent.com/images/kscbCAdTtj9GjxwzqDvhj8BOY.png?scale-down-to=512 512w,https://framerusercontent.com/images/kscbCAdTtj9GjxwzqDvhj8BOY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kscbCAdTtj9GjxwzqDvhj8BOY.png 1622w\"},\"\"),dyV1MEIYR:getLocalizedValue(\"v237\",activeLocale)??\"Member since Apr '19\",height:\"100%\",id:\"OzGPuhYms\",layoutId:\"OzGPuhYms\",RBB5k5tX7:getLocalizedValue(\"v238\",activeLocale)??'\"I love how Teya helps my business grow\"',RvnWWJEwP:\"11px\",se9WNzQQ0:false,style:{height:\"100%\",width:\"100%\"},variant:\"xBEi3cvGX\",width:\"100%\",WnV1KPz24:\"var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, rgb(255, 255, 255))\",xmWqkB7c2:getLocalizedValue(\"v236\",activeLocale)??\"Copper Kettle Eatery\"})})})})]})]})}),visible7&&/*#__PURE__*/_jsx(\"section\",{className:\"framer-1yq15rv\",\"data-framer-name\":\"Section \u2013 Testmonials\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+7023.5+0+6051.9+0},Sqz78bsvw:{width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+10389+0+5657.5+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:773,y:(componentViewport?.y||0)+0+8005+0+6286.5432+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hkaisw-container\",\"data-framer-name\":\"Testmonials component\",name:\"Testmonials component\",nodeId:\"G2QDmxjIZ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{style:{width:\"100%\"},variant:\"LlSXZuM3w\"},Sqz78bsvw:{style:{width:\"100%\"},xchQsWvel:\"column\"}},children:/*#__PURE__*/_jsx(SectionsTestmonials,{height:\"100%\",id:\"G2QDmxjIZ\",layoutId:\"G2QDmxjIZ\",name:\"Testmonials component\",variant:\"IEkiZ56ry\",width:\"100%\",xchQsWvel:\"row\"})})})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-110vp47\",\"data-framer-name\":\"Section \u2013 CTA\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1skjlha\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Sqz78bsvw:{children:getLocalizedValue(\"v240\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlbnRvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Denton Regular\", \"Denton Regular Placeholder\", sans-serif',\"--framer-font-size\":\"59px\",\"--framer-line-height\":\"121.43%\",\"--framer-text-alignment\":\"left\"},children:\"Ready for business?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v239\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlbnRvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Denton Regular\", \"Denton Regular Placeholder\", sans-serif',\"--framer-font-size\":\"59px\",\"--framer-line-height\":\"121.43%\",\"--framer-text-alignment\":\"center\"},children:\"Ready for business?\"})}),className:\"framer-180t2pk\",\"data-framer-name\":\"Proud to support local businesses\",effect:textEffect1,fonts:[\"CUSTOM;Denton Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:convertFromEnum6(activeLocale?.id,activeLocale),implicitPathVariables:undefined},{href:convertFromEnum6(activeLocale?.id,activeLocale),implicitPathVariables:undefined},{href:convertFromEnum6(activeLocale?.id,activeLocale),implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{y:(componentViewport?.y||0)+0+7023.5+0+6848.9+0+80+95.6437},Sqz78bsvw:{y:(componentViewport?.y||0)+0+10389+0+8521.9+0+48+103.6437}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+8005+0+7099.5432+0+80+95.6437,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bflvh9-container\",nodeId:\"aBp7WaUfP\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{LWNNDFR99:resolvedLinks9[1]},Sqz78bsvw:{LWNNDFR99:resolvedLinks9[2]}},children:/*#__PURE__*/_jsx(WidgetsButton,{F0tL7AKx3:\"ArrowForward\",height:\"100%\",id:\"aBp7WaUfP\",iTxs5O69s:\"var(--token-fb382688-16d6-410c-947d-dbb2c1016b2a, rgb(245, 245, 245))\",KbNoPBeq6:false,layoutId:\"aBp7WaUfP\",LWNNDFR99:resolvedLinks9[0],OSxfTe6_l:true,variant:\"fpoWWvrcV\",width:\"100%\",wmjGR8tHj:getLocalizedValue(\"v241\",activeLocale)??\"Get started\",ZaXMq5Q3T:true})})})})})})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{y:(componentViewport?.y||0)+0+11442.5437},Sqz78bsvw:{y:(componentViewport?.y||0)+0+15471.0437}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:986,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+12485.0437,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9ms9ig-container\",\"data-framer-name\":\"Footer\",id:\"9ms9ig\",name:\"Footer\",nodeId:\"wkJ3vhYya\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K1VmMZJn8:{variant:\"xE7q_qfw0\"},Sqz78bsvw:{variant:\"DR982nmE2\"}},children:/*#__PURE__*/_jsx(NavFooter,{f4G4FIJW4:true,height:\"100%\",id:\"wkJ3vhYya\",layoutId:\"wkJ3vhYya\",name:\"Footer\",style:{width:\"100%\"},variant:\"yk7l4bXMQ\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-eZGt2.framer-lux5qc, .framer-eZGt2 .framer-lux5qc { display: block; }\",\".framer-eZGt2.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-fb382688-16d6-410c-947d-dbb2c1016b2a, #f5f5f5); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-eZGt2 .framer-qae5re-container, .framer-eZGt2 .framer-4yawuq-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; z-index: 10; }\",\".framer-eZGt2 .framer-1dyhek8 { align-content: center; align-items: center; background-color: var(--token-356a7599-42b3-4a99-a2ab-95b6673788db, #dde048); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-eZGt2 .framer-sfvkxt { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; max-width: 1000px; overflow: hidden; padding: 8px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-ik3lbc, .framer-eZGt2 .framer-1nm28ke, .framer-eZGt2 .framer-1e8honq, .framer-eZGt2 .framer-jfa1gt, .framer-eZGt2 .framer-6s7md2, .framer-eZGt2 .framer-ecb72m, .framer-eZGt2 .framer-1gok06f, .framer-eZGt2 .framer-1ljf23a, .framer-eZGt2 .framer-4kfpns, .framer-eZGt2 .framer-1a9z6ys, .framer-eZGt2 .framer-6rsrkz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-eZGt2 .framer-1f43r8n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; min-height: 20px; min-width: 20px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-eZGt2 .framer-ptcdv8, .framer-eZGt2 .framer-1xasyta { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-ax4b43, .framer-eZGt2 .framer-17tmi36 { align-content: flex-start; align-items: flex-start; background-color: #eaed48; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 80px 24px 80px 24px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-1b2ltma { 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: center; max-width: 1000px; overflow: visible; padding: 64px 0px 80px 0px; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-4lewfq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-1tyad2n, .framer-eZGt2 .framer-1hsz5tq, .framer-eZGt2 .framer-1mi361, .framer-eZGt2 .framer-1rzcdv8 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-50rlfy, .framer-eZGt2 .framer-v55a4k { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-1x95j1w, .framer-eZGt2 .framer-1shzxkz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-4tzz1o, .framer-eZGt2 .framer-kx9x1y, .framer-eZGt2 .framer-7o20e7, .framer-eZGt2 .framer-1dcui9h, .framer-eZGt2 .framer-8vpt1b { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 497px; word-break: break-word; word-wrap: break-word; }\",\".framer-eZGt2 .framer-1kac6nz, .framer-eZGt2 .framer-sfl15d, .framer-eZGt2 .framer-dftjmq, .framer-eZGt2 .framer-d8mo4r, .framer-eZGt2 .framer-qtnny9, .framer-eZGt2 .framer-wd6j7l, .framer-eZGt2 .framer-icfj72, .framer-eZGt2 .framer-cg6hei, .framer-eZGt2 .framer-1y0op7z, .framer-eZGt2 .framer-1dsuyyi, .framer-eZGt2 .framer-1cdi0jg, .framer-eZGt2 .framer-nbvqig, .framer-eZGt2 .framer-7dhwv7, .framer-eZGt2 .framer-1x8bxy6, .framer-eZGt2 .framer-1khkiwx, .framer-eZGt2 .framer-g1oe15, .framer-eZGt2 .framer-18716k9, .framer-eZGt2 .framer-18y3xwt, .framer-eZGt2 .framer-17hzwg9, .framer-eZGt2 .framer-1b8yb7f, .framer-eZGt2 .framer-eunhsr, .framer-eZGt2 .framer-99mqhj, .framer-eZGt2 .framer-1v4cqvf, .framer-eZGt2 .framer-1ws74hy, .framer-eZGt2 .framer-1vbkfk5, .framer-eZGt2 .framer-v7ysfr, .framer-eZGt2 .framer-1nvsajb, .framer-eZGt2 .framer-o1e8t9, .framer-eZGt2 .framer-19568so, .framer-eZGt2 .framer-4dikp0, .framer-eZGt2 .framer-1e5x6x9, .framer-eZGt2 .framer-1mxevii, .framer-eZGt2 .framer-q51yrc, .framer-eZGt2 .framer-1255cyh, .framer-eZGt2 .framer-1w60vqs, .framer-eZGt2 .framer-1patfwe, .framer-eZGt2 .framer-17mr9bn, .framer-eZGt2 .framer-1yh73tj, .framer-eZGt2 .framer-tmnrmm, .framer-eZGt2 .framer-15i3d0d, .framer-eZGt2 .framer-13u6mec, .framer-eZGt2 .framer-9e9o4z, .framer-eZGt2 .framer-22ddg1, .framer-eZGt2 .framer-1ebsl97, .framer-eZGt2 .framer-1da7e0c, .framer-eZGt2 .framer-xugc3s, .framer-eZGt2 .framer-ubnum6, .framer-eZGt2 .framer-1fcbq7u, .framer-eZGt2 .framer-1q8drj4, .framer-eZGt2 .framer-bgw2z5, .framer-eZGt2 .framer-y4a4od, .framer-eZGt2 .framer-9rn2cr, .framer-eZGt2 .framer-1az65q5, .framer-eZGt2 .framer-4upnwy, .framer-eZGt2 .framer-oxcsdq, .framer-eZGt2 .framer-17zpcx8, .framer-eZGt2 .framer-15lt89h, .framer-eZGt2 .framer-1xcbuq1, .framer-eZGt2 .framer-1oknyp7, .framer-eZGt2 .framer-1yh9aq6, .framer-eZGt2 .framer-180t2pk { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-eZGt2 .framer-yhvs52, .framer-eZGt2 .framer-19tj8yj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-91174p-container, .framer-eZGt2 .framer-riez9f-container, .framer-eZGt2 .framer-1dr8pb0-container, .framer-eZGt2 .framer-4nyp6u-container, .framer-eZGt2 .framer-x23qkn-container, .framer-eZGt2 .framer-1uvmz50-container, .framer-eZGt2 .framer-1hkaisw-container, .framer-eZGt2 .framer-1bflvh9-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-eZGt2 .framer-y3vvbq-container { flex: 1 0 0px; height: 25px; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-9q0ouf, .framer-eZGt2 .framer-v61faa { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; min-height: 514px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-9ezecl { bottom: -137px; flex: none; left: -30px; position: absolute; right: -100px; top: -54px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-eZGt2 .framer-1trgmn6 { align-content: center; align-items: center; bottom: -175px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; z-index: 3; }\",\".framer-eZGt2 .framer-6pkxuc { -webkit-backdrop-filter: blur(24px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(24px); background-color: rgba(249, 249, 249, 0.6); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-eZGt2 .framer-p1jg1j-container, .framer-eZGt2 .framer-iowcet-container, .framer-eZGt2 .framer-hnupn2-container, .framer-eZGt2 .framer-1vwj44j-container, .framer-eZGt2 .framer-qzsn4s-container, .framer-eZGt2 .framer-pfwvhk-container, .framer-eZGt2 .framer-14sjsuz-container, .framer-eZGt2 .framer-4oyyqd-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-eZGt2 .framer-tb5tra, .framer-eZGt2 .framer-1s9pc9r, .framer-eZGt2 .framer-cm4psv, .framer-eZGt2 .framer-16p994d, .framer-eZGt2 .framer-br8d7b, .framer-eZGt2 .framer-9b5tu0, .framer-eZGt2 .framer-a1ip5q, .framer-eZGt2 .framer-g8bqp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-fm8zr3, .framer-eZGt2 .framer-n2c8df, .framer-eZGt2 .framer-188f6vk { -webkit-backdrop-filter: blur(24px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(24px); background-color: rgba(249, 249, 249, 0.6); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-eZGt2 .framer-oc3ne1 { align-content: flex-start; align-items: flex-start; background-color: var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 80px 24px 80px 24px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-qezt15 { 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: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-y982kw { 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: 80px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-wnhgba { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-l0z71t, .framer-eZGt2 .framer-17owmkx, .framer-eZGt2 .framer-2j85t6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-ac07zv, .framer-eZGt2 .framer-1ofh7qx, .framer-eZGt2 .framer-19thhnq { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 300px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-eZGt2 .framer-zom9rn, .framer-eZGt2 .framer-lbk7v, .framer-eZGt2 .framer-vyglw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 24px 16px 24px 16px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-134dyme, .framer-eZGt2 .framer-1r8gtfg, .framer-eZGt2 .framer-5a0ey1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; list-style: none; margin: 0px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-1881iq3, .framer-eZGt2 .framer-m39ktk, .framer-eZGt2 .framer-bb4nhf, .framer-eZGt2 .framer-1nki2ll, .framer-eZGt2 .framer-tlu0b8, .framer-eZGt2 .framer-ovp6yx, .framer-eZGt2 .framer-okp199 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-ctqyjq, .framer-eZGt2 .framer-13psiyc, .framer-eZGt2 .framer-y5vejz, .framer-eZGt2 .framer-bbfns4, .framer-eZGt2 .framer-12iy45z, .framer-eZGt2 .framer-1lk2kpx, .framer-eZGt2 .framer-1qubojz { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 10px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-eZGt2 .framer-ejerx3, .framer-eZGt2 .framer-1wtgcm3, .framer-eZGt2 .framer-1p0sadn, .framer-eZGt2 .framer-syl8t0, .framer-eZGt2 .framer-9qdlvm, .framer-eZGt2 .framer-1vdc5mb, .framer-eZGt2 .framer-15r5fxs, .framer-eZGt2 .framer-6q7kt3, .framer-eZGt2 .framer-d9sd66 { aspect-ratio: 1 / 1; background-color: rgba(21, 21, 21, 0.72); border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; flex: none; height: var(--framer-aspect-ratio-supported, 4px); overflow: hidden; position: relative; width: 4px; will-change: var(--framer-will-change-override, transform); }\",\".framer-eZGt2 .framer-ybfpvu, .framer-eZGt2 .framer-10amdw8, .framer-eZGt2 .framer-j6mlql, .framer-eZGt2 .framer-1om6jzk, .framer-eZGt2 .framer-flzqd7, .framer-eZGt2 .framer-181lof4, .framer-eZGt2 .framer-12t2cyw { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-eZGt2 .framer-do1r42, .framer-eZGt2 .framer-wm04ij { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: 24px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-1o9wvo1, .framer-eZGt2 .framer-1av1vbc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-eZGt2 .framer-bx5hh, .framer-eZGt2 .framer-1ffblh0, .framer-eZGt2 .framer-8d7efx { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-eZGt2 .framer-1h1gxzk { align-content: flex-start; align-items: flex-start; background-color: var(--token-fb382688-16d6-410c-947d-dbb2c1016b2a, #f5f5f5); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 80px 24px 80px 24px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-zjgq3b, .framer-eZGt2 .framer-w8lgm4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-wu8wqu, .framer-eZGt2 .framer-180a2wr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-ha7xa9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 520px; }\",\".framer-eZGt2 .framer-umhucz-container { flex: none; height: 293px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-1tdjbif, .framer-eZGt2 .framer-1v197xa { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 520px; }\",\".framer-eZGt2 .framer-1wk8f1m, .framer-eZGt2 .framer-1kh3ssc, .framer-eZGt2 .framer-z3v3n9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-1f0jwyh, .framer-eZGt2 .framer-1xc0mf4, .framer-eZGt2 .framer-287tnx { border-bottom-left-radius: 96px; border-bottom-right-radius: 96px; border-top-left-radius: 96px; border-top-right-radius: 96px; flex: none; height: 72px; position: relative; width: 72px; }\",\".framer-eZGt2 .framer-19n3o4f, .framer-eZGt2 .framer-1sdc1in, .framer-eZGt2 .framer-1djr6q3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-19fkq3o, .framer-eZGt2 .framer-16hbqx4, .framer-eZGt2 .framer-tazdy3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 8px 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-t6fhyw-container, .framer-eZGt2 .framer-m9zwla-container, .framer-eZGt2 .framer-rnyr8f-container, .framer-eZGt2 .framer-1g5j76u-container, .framer-eZGt2 .framer-13ximzu-container, .framer-eZGt2 .framer-1vk4lo8-container, .framer-eZGt2 .framer-1szuu3w-container, .framer-eZGt2 .framer-4dfnn5-container, .framer-eZGt2 .framer-1q5lobe-container, .framer-eZGt2 .framer-1oesy83-container, .framer-eZGt2 .framer-1ne7wp4-container, .framer-eZGt2 .framer-1rar39q-container, .framer-eZGt2 .framer-npu0vr-container, .framer-eZGt2 .framer-o65vn3-container, .framer-eZGt2 .framer-1kpr97d-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-eZGt2 .framer-1b44rw4, .framer-eZGt2 .framer-1ekzv7m { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-ler74a, .framer-eZGt2 .framer-98r6wz, .framer-eZGt2 .framer-1s2i3lh, .framer-eZGt2 .framer-t8mzs2 { --border-bottom-width: 0px; --border-color: #d1d1d1; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-1xf2vmv, .framer-eZGt2 .framer-1e7skaf, .framer-eZGt2 .framer-d2txv5, .framer-eZGt2 .framer-17ooyxd, .framer-eZGt2 .framer-1ttt3tv, .framer-eZGt2 .framer-8ejlqr, .framer-eZGt2 .framer-u3peo7, .framer-eZGt2 .framer-1e5dkd2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-o9apmm, .framer-eZGt2 .framer-8j8izq { --border-bottom-width: 0px; --border-color: #d1d1d1; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-1ya9z8j { align-content: center; align-items: center; background-color: var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-c1i54l, .framer-eZGt2 .framer-qhd3w0, .framer-eZGt2 .framer-1ougt13, .framer-eZGt2 .framer-yey18d, .framer-eZGt2 .framer-1mtk59u, .framer-eZGt2 .framer-183s5r5, .framer-eZGt2 .framer-7ufzj0 { 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-eZGt2 .framer-mrm9rb-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-1gk86f1-container, .framer-eZGt2 .framer-gy66of-container, .framer-eZGt2 .framer-b50xx0-container, .framer-eZGt2 .framer-r0cv16-container, .framer-eZGt2 .framer-pix14w-container, .framer-eZGt2 .framer-18ni4p6-container, .framer-eZGt2 .framer-6nnh2i-container, .framer-eZGt2 .framer-617bh-container, .framer-eZGt2 .framer-10xeubr-container, .framer-eZGt2 .framer-n5oe9p-container, .framer-eZGt2 .framer-r0vstx-container, .framer-eZGt2 .framer-16vg9ou-container, .framer-eZGt2 .framer-2ep6ih-container, .framer-eZGt2 .framer-kslokf-container, .framer-eZGt2 .framer-9ms9ig-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-1o7r9ek { align-content: center; align-items: center; background-color: var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 24px 80px 24px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-1kb7glb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1000px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-1fuzq5r { 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-eZGt2 .framer-u711h1 { --framer-paragraph-spacing: 6.861288070678711px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-eZGt2 .framer-6p1uhz { --framer-paragraph-spacing: 0px; flex: none; height: 67px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-eZGt2 .framer-dg97lv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-w0h8pa { 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: center; max-width: 1000px; overflow: visible; padding: 32px 0px 80px 0px; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-1q4xrm8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-1r334zk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-eZGt2 .framer-16m23t5-container, .framer-eZGt2 .framer-eziny0-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\".framer-eZGt2 .framer-1wilwuw { bottom: -107px; flex: none; left: -30px; overflow: hidden; position: absolute; right: -100px; top: -84px; }\",\".framer-eZGt2 .framer-1kzi71p { bottom: 128px; flex: none; left: 54px; position: absolute; right: 19px; top: 33px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-eZGt2 .framer-1inembx { align-content: center; align-items: center; bottom: -175px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 39%; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; z-index: 3; }\",\".framer-eZGt2 .framer-h0aeny, .framer-eZGt2 .framer-1bm0xrv, .framer-eZGt2 .framer-j3d2yn, .framer-eZGt2 .framer-1wnmxfs { -webkit-backdrop-filter: blur(32px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(32px); background-color: rgba(249, 249, 249, 0.6); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 100%; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-eZGt2 .framer-4z9y6a { align-content: flex-start; align-items: flex-start; background-color: var(--token-fb382688-16d6-410c-947d-dbb2c1016b2a, #f5f5f5); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 200px 24px 80px 24px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-bi70j5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 520px; }\",\".framer-eZGt2 .framer-1wq5qiq { 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: 16px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-tjs73p { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-l936g { -webkit-filter: brightness(1) contrast(1.1); align-content: center; align-items: center; display: flex; filter: brightness(1) contrast(1.1); flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 24px 120px 24px; position: relative; width: 100%; z-index: 1; }\",\".framer-eZGt2 .framer-t16zt5 { background: radial-gradient(55.00000000000001% 100% at 0% 50%, #000000 0%, rgba(0, 0, 0, 0) 100%); bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-eZGt2 .framer-1vwu5u0 { 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: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-eZGt2 .framer-1v4urxq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 565px; position: relative; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-eZGt2 .framer-15w79jl { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75); white-space: pre-wrap; width: 480px; word-break: break-word; word-wrap: break-word; }\",\".framer-eZGt2 .framer-1dgfkcl { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75); white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-eZGt2 .framer-18kdonb, .framer-eZGt2 .framer-19i92b1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 736px; justify-content: center; max-height: 900px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-150t5mj { -webkit-filter: brightness(0.85); filter: brightness(0.85); flex: none; gap: 0px; height: 1024px; left: -105px; overflow: hidden; position: absolute; right: -365px; top: calc(44.565217391304365% - 1024px / 2); z-index: 1; }\",\".framer-eZGt2 .framer-1x6id7z { -webkit-backdrop-filter: blur(0px); -webkit-mask: linear-gradient(91deg, #000000 0%, rgba(0, 0, 0, 0.68) 31.08108108108108%, rgba(0, 0, 0, 0) 53.448761261261254%) add; backdrop-filter: blur(0px); background-color: #034459; bottom: 78px; flex: none; left: -4px; mask: linear-gradient(91deg, #000000 0%, rgba(0, 0, 0, 0.68) 31.08108108108108%, rgba(0, 0, 0, 0) 53.448761261261254%) add; mix-blend-mode: darken; opacity: 0.55; overflow: hidden; position: absolute; right: 0px; top: 79px; }\",\".framer-eZGt2 .framer-1gn0yzr, .framer-eZGt2 .framer-3sjxw4 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; max-width: 1000px; overflow: hidden; padding: 84px 0px 60px 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-eZGt2 .framer-1n9a0w4, .framer-eZGt2 .framer-16tqwib { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-eZGt2 .framer-12k52s8, .framer-eZGt2 .framer-1q07d4a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-9o4ddy, .framer-eZGt2 .framer-s8etu4 { flex: none; height: auto; position: relative; text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.35); white-space: pre; width: 100%; }\",\".framer-eZGt2 .framer-qoajjo, .framer-eZGt2 .framer-1vkmt9w, .framer-eZGt2 .framer-ds356a, .framer-eZGt2 .framer-1o1sj6r { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.45); white-space: pre-wrap; width: 86%; word-break: break-word; word-wrap: break-word; }\",\".framer-eZGt2 .framer-1hmvgnp, .framer-eZGt2 .framer-iok059 { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.7 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-eZGt2 .framer-ecfwj8 { -webkit-filter: brightness(0.85); filter: brightness(0.85); flex: none; gap: 0px; height: 1024px; left: 0px; overflow: hidden; position: absolute; right: -150px; top: calc(44.565217391304365% - 1024px / 2); z-index: 1; }\",\".framer-eZGt2 .framer-hve1bz { -webkit-backdrop-filter: blur(0px); -webkit-mask: linear-gradient(91deg, #000000 0%, rgba(0, 0, 0, 0.68) 31.08108108108108%, rgba(0, 0, 0, 0) 53.448761261261254%) add; backdrop-filter: blur(0px); background-color: #034459; bottom: 0px; flex: none; left: 0px; mask: linear-gradient(91deg, #000000 0%, rgba(0, 0, 0, 0.68) 31.08108108108108%, rgba(0, 0, 0, 0) 53.448761261261254%) add; mix-blend-mode: darken; opacity: 0.55; overflow: hidden; position: absolute; right: -400px; top: 0px; }\",\".framer-eZGt2 .framer-45647p, .framer-eZGt2 .framer-11ofmte { 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: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-1s8hgyq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-eZGt2 .framer-xl51fw { --framer-paragraph-spacing: 0px; align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-eZGt2 .framer-1a6pj5n { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 936px; word-break: break-word; word-wrap: break-word; }\",\".framer-eZGt2 .framer-j9mm4z { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-eZGt2 .framer-1mr0i8s { display: grid; flex: none; gap: 10px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-hfgzd, .framer-eZGt2 .framer-1x48rcg, .framer-eZGt2 .framer-xsy6uk, .framer-eZGt2 .framer-1z4jb2, .framer-eZGt2 .framer-1nxukey { align-content: center; align-items: center; align-self: start; background-color: var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, #ffffff); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-eZGt2 .framer-1tyskmp, .framer-eZGt2 .framer-kpoh2e, .framer-eZGt2 .framer-12w2vot, .framer-eZGt2 .framer-1bw4lqo, .framer-eZGt2 .framer-f8mhqs { align-content: center; align-items: center; background-color: var(--token-356a7599-42b3-4a99-a2ab-95b6673788db, #dde048); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: hidden; padding: 15px 24px 15px 24px; position: relative; width: min-content; }\",\".framer-eZGt2 .framer-xpca8d, .framer-eZGt2 .framer-lj9rzc, .framer-eZGt2 .framer-1mhbted, .framer-eZGt2 .framer-1u4accb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-bbl71m, .framer-eZGt2 .framer-1aym7he, .framer-eZGt2 .framer-vb5j6, .framer-eZGt2 .framer-dtdzvl, .framer-eZGt2 .framer-9shazm, .framer-eZGt2 .framer-1jvyrhc, .framer-eZGt2 .framer-72wud4, .framer-eZGt2 .framer-17glxfw, .framer-eZGt2 .framer-m4ybmt, .framer-eZGt2 .framer-16l8sqh { --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-eZGt2 .framer-1qua9af { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 4px 0px 4px; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-2d5kkl { align-content: center; align-items: center; background-color: #f5f5f5; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 7px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-1effe22 { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 144px; border-bottom-right-radius: 144px; border-top-left-radius: 144px; border-top-right-radius: 144px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 16px 12px 16px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-eZGt2 .framer-10ro7d5 { align-content: center; align-items: center; aspect-ratio: 11.9069774775292 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 22px); justify-content: center; padding: 0px; position: relative; width: 265px; }\",\".framer-eZGt2 .framer-md49kg { aspect-ratio: 3.859903381642512 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 25px); overflow: visible; position: relative; width: 96px; }\",\".framer-eZGt2 .framer-13x03uq { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 24px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-eZGt2 .framer-1bmi5vw { aspect-ratio: 1.3087557603686635 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 33px; }\",\".framer-eZGt2 .framer-16171ni { aspect-ratio: 1.4563106796116505 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); overflow: visible; position: relative; width: 40px; }\",\".framer-eZGt2 .framer-sbp8iz { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 29px); overflow: visible; position: relative; width: 29px; }\",\".framer-eZGt2 .framer-11p9o4p { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-eZGt2 .framer-1jtifqq { aspect-ratio: 1.5564588979223126 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 37px; }\",\".framer-eZGt2 .framer-48z8hm { aspect-ratio: 2.450363196125908 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 61px; }\",\".framer-eZGt2 .framer-hektbw { aspect-ratio: 1.3969986357435198 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); overflow: visible; position: relative; width: 40px; }\",\".framer-eZGt2 .framer-bzxvo { aspect-ratio: 2.9767441860465116 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 12px); overflow: visible; position: relative; width: 34px; }\",\".framer-eZGt2 .framer-fiy2gv-container { flex: none; height: auto; position: relative; width: 100%; z-index: 0; }\",\".framer-eZGt2 .framer-lukmxu { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-1gks2ja { align-content: center; align-items: center; background-color: var(--token-fb382688-16d6-410c-947d-dbb2c1016b2a, #f5f5f5); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 605px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-133d585 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-1d9jmbb, .framer-eZGt2 .framer-11224m2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-3ov0o5, .framer-eZGt2 .framer-1fehfxx { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; min-height: 0px; overflow: visible; padding: 8px 0px 24px 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-1ws6v7h, .framer-eZGt2 .framer-1fwq04x, .framer-eZGt2 .framer-gfkx20, .framer-eZGt2 .framer-pthsnv, .framer-eZGt2 .framer-1ojreuf, .framer-eZGt2 .framer-rst5ge { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-q5p1d3, .framer-eZGt2 .framer-19gxtqz, .framer-eZGt2 .framer-12023je, .framer-eZGt2 .framer-scyc8y, .framer-eZGt2 .framer-plbrc6, .framer-eZGt2 .framer-zegfya { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-eZGt2 .framer-wqs2sh-container, .framer-eZGt2 .framer-1h08yu5-container, .framer-eZGt2 .framer-1fl807b-container, .framer-eZGt2 .framer-1vc1mga-container, .framer-eZGt2 .framer-1lzfcuo-container, .framer-eZGt2 .framer-1ivfyzq-container { flex: none; height: 26px; position: relative; width: 26px; }\",\".framer-eZGt2 .framer-1lf8vty, .framer-eZGt2 .framer-efn7n, .framer-eZGt2 .framer-kl4qb8, .framer-eZGt2 .framer-ff999z, .framer-eZGt2 .framer-1n8lpvq, .framer-eZGt2 .framer-zhz7g6, .framer-eZGt2 .framer-1oguh9i, .framer-eZGt2 .framer-177g95e, .framer-eZGt2 .framer-5gvwb6, .framer-eZGt2 .framer-1d7qt6m, .framer-eZGt2 .framer-1d4miqi, .framer-eZGt2 .framer-19vglxj { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-eZGt2 .framer-1dmtfs1, .framer-eZGt2 .framer-s3gmbe, .framer-eZGt2 .framer-1c9jq96, .framer-eZGt2 .framer-1e9nn3l, .framer-eZGt2 .framer-1a7g8hl, .framer-eZGt2 .framer-1upoasq { 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 0px 0px 40px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-8lqz1y-container { flex: none; height: auto; position: relative; width: 250px; }\",\".framer-eZGt2 .framer-16rlawq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 90px 0px 0px; position: relative; width: min-content; }\",\".framer-eZGt2 .framer-kfb3j9-container { flex: none; height: 491px; position: relative; width: 287px; }\",\".framer-eZGt2 .framer-sr4zi7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 225px; justify-content: flex-start; overflow: visible; padding: 0px; position: absolute; right: 263px; top: 20%; transform: translateY(-50%); width: min-content; z-index: 3; }\",\".framer-eZGt2 .framer-69dade { --border-bottom-width: 1px; --border-color: var(--token-f62ce568-1ca1-48c0-a82c-c498cf35e586, #008bb9); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; -webkit-backdrop-filter: blur(5px); align-content: center; align-items: center; backdrop-filter: blur(5px); background-color: rgba(0, 139, 185, 0.8); border-bottom-left-radius: 31px; border-bottom-right-radius: 31px; border-top-left-radius: 31px; border-top-right-radius: 31px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -0.8333333333333333px rgba(0, 139, 185, 0.5), 0px 2.288533303243457px 2.288533303243457px -1.6666666666666665px rgba(0, 139, 185, 0.5), 0px 10px 10px -2.5px rgba(0, 139, 185, 0.5); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 16px 12px 16px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-eZGt2 .framer-noni9w { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25); white-space: pre; width: auto; }\",\".framer-eZGt2 .framer-1kllhqy { align-content: center; align-items: center; background-color: var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, #ffffff); border-bottom-left-radius: 28px; border-bottom-right-radius: 28px; border-top-left-radius: 28px; border-top-right-radius: 28px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1008px; will-change: var(--framer-will-change-override, transform); }\",\".framer-eZGt2 .framer-jgw9za { align-content: flex-start; align-items: flex-start; display: flex; flex: 2 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-h91oov { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-rh74jf { -webkit-filter: drop-shadow(-4px 8px 6px rgba(0, 0, 0, 0.25)); align-content: center; align-items: center; aspect-ratio: 1.308641975308642 / 1; display: flex; filter: drop-shadow(-4px 8px 6px rgba(0, 0, 0, 0.25)); flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 66%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: var(--framer-aspect-ratio-supported, 262px); z-index: 1; }\",\".framer-eZGt2 .framer-pdw81w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 24px 0px 24px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-66zetv { bottom: 520px; flex: none; height: 76px; left: 0px; overflow: hidden; position: absolute; right: 0px; z-index: -1; }\",\".framer-eZGt2 .framer-7lqunr { align-content: center; align-items: center; background-color: var(--token-fb382688-16d6-410c-947d-dbb2c1016b2a, #f5f5f5); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 56px 24px 92px 24px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-cr05ub, .framer-eZGt2 .framer-mx9god { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-bz8dql-container, .framer-eZGt2 .framer-c2m1rl-container { flex: 0.8 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-146pg9g, .framer-eZGt2 .framer-102ix79 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 33px; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-qlvtmq, .framer-eZGt2 .framer-vfzcdv { aspect-ratio: 1.377907040015671 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: var(--framer-aspect-ratio-supported, 261px); position: relative; width: 359px; }\",\".framer-eZGt2 .framer-1mhhi8i, .framer-eZGt2 .framer-1gm2s0f { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-1p58u9z, .framer-eZGt2 .framer-2jpi7m { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 463px; word-break: break-word; word-wrap: break-word; }\",\".framer-eZGt2 .framer-1n1igat, .framer-eZGt2 .framer-1xl74xm { --framer-paragraph-spacing: 0px; flex: none; height: 108px; position: relative; white-space: pre-wrap; width: 460px; word-break: break-word; word-wrap: break-word; }\",\".framer-eZGt2 .framer-1maes46 { align-content: center; align-items: center; background-color: var(--token-6a8e7f8d-4dda-4276-9fcc-74692f464a78, #ffffff); border-bottom-left-radius: 28px; border-bottom-right-radius: 28px; border-top-left-radius: 28px; border-top-right-radius: 28px; box-shadow: 0px 0.6021873017743928px 1.5656869846134214px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 5.950186588432988px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 26px -3.75px rgba(0, 0, 0, 0.06); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: hidden; padding: 12px; position: relative; width: 1000px; will-change: var(--framer-will-change-override, transform); }\",\".framer-eZGt2 .framer-1mwswkl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px; position: relative; width: 621px; }\",\".framer-eZGt2 .framer-11of6jz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 44px; justify-content: flex-start; overflow: hidden; padding: 0px; position: sticky; top: 0px; width: 150%; z-index: 1; }\",\".framer-eZGt2 .framer-qimbw9 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: hidden; padding: 0px 40px 40px 40px; position: relative; width: 351px; }\",\".framer-eZGt2 .framer-1r20py5 { -webkit-filter: drop-shadow(-4px 8px 6px rgba(0, 0, 0, 0.25)); align-content: center; align-items: center; display: flex; filter: drop-shadow(-4px 8px 6px rgba(0, 0, 0, 0.25)); flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 75%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 200px; z-index: 1; }\",\".framer-eZGt2 .framer-pchj6h { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-eZGt2 .framer-1gimwgw { align-content: center; align-items: center; background-color: var(--token-fb382688-16d6-410c-947d-dbb2c1016b2a, #f5f5f5); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 56px 24px 92px 24px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-12xc8pc { 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: 80px 24px 80px 24px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-f6m4q6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 94px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-zyqara { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 21px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-eZGt2 .framer-1rbnl4v { 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-eZGt2 .framer-nw54dd { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 327px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 429px; }\",\".framer-eZGt2 .framer-1rrtk59 { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: 214px; left: 182px; position: absolute; top: -13px; width: 242px; z-index: 1; }\",\".framer-eZGt2 .framer-iuvlpx { background-color: var(--token-356a7599-42b3-4a99-a2ab-95b6673788db, #dde048); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: -39px; flex: none; height: 155px; left: 182px; overflow: hidden; position: absolute; width: 198px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-eZGt2 .framer-l90ln3 { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; bottom: -4px; flex: none; height: 129px; overflow: visible; position: absolute; right: 0px; width: 180px; }\",\".framer-eZGt2 .framer-1n34oct { background-color: var(--token-356a7599-42b3-4a99-a2ab-95b6673788db, #dde048); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: 135px; left: 20px; overflow: hidden; position: absolute; top: 15px; width: 153px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-eZGt2 .framer-1wscjgi { aspect-ratio: 1.2678571428571428 / 1; bottom: -11px; flex: none; height: var(--framer-aspect-ratio-supported, 135px); left: -30px; position: absolute; width: 171px; z-index: 1; }\",\".framer-eZGt2 .framer-5uld06 { aspect-ratio: 1.5857078245137948 / 1; bottom: -26px; flex: none; height: var(--framer-aspect-ratio-supported, 96px); overflow: visible; position: absolute; right: -27px; width: 153px; z-index: 1; }\",\".framer-eZGt2 .framer-bqonbp { aspect-ratio: 1.0013140604467805 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 385px); left: -107px; mix-blend-mode: multiply; overflow: visible; position: absolute; right: -125px; top: -144px; }\",\".framer-eZGt2 .framer-16h6q3t-container { bottom: -12px; flex: none; height: 178px; left: 9px; position: absolute; width: 164px; z-index: 1; }\",\".framer-eZGt2 .framer-1yq15rv { align-content: center; align-items: center; background-color: var(--token-fb382688-16d6-410c-947d-dbb2c1016b2a, #f5f5f5); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-eZGt2 .framer-110vp47 { align-content: center; align-items: center; background-color: var(--token-356a7599-42b3-4a99-a2ab-95b6673788db, #dde048); 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-eZGt2 .framer-1skjlha { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1000px; overflow: hidden; padding: 80px 24px 80px 24px; position: relative; width: 1px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,'.framer-eZGt2[data-border=\"true\"]::after, .framer-eZGt2 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-eZGt2.framer-72rtr7 { width: 810px; } .framer-eZGt2 .framer-sfvkxt { flex: none; width: 100%; } .framer-eZGt2 .framer-ik3lbc, .framer-eZGt2 .framer-bx5hh, .framer-eZGt2 .framer-1ffblh0 { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-eZGt2 .framer-ax4b43, .framer-eZGt2 .framer-17tmi36 { padding: 40px 24px 80px 24px; } .framer-eZGt2 .framer-1b2ltma { padding: 64px 40px 80px 40px; } .framer-eZGt2 .framer-1x95j1w, .framer-eZGt2 .framer-1shzxkz { gap: 12px; } .framer-eZGt2 .framer-4tzz1o, .framer-eZGt2 .framer-kx9x1y, .framer-eZGt2 .framer-7o20e7, .framer-eZGt2 .framer-1a6pj5n, .framer-eZGt2 .framer-1dcui9h, .framer-eZGt2 .framer-1p58u9z, .framer-eZGt2 .framer-2jpi7m { width: 100%; } .framer-eZGt2 .framer-yhvs52, .framer-eZGt2 .framer-19tj8yj { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 12px; } .framer-eZGt2 .framer-91174p-container, .framer-eZGt2 .framer-19i92b1 { order: 1; } .framer-eZGt2 .framer-y3vvbq-container { flex: none; order: 0; width: 254px; } .framer-eZGt2 .framer-9ezecl { bottom: 37px; left: 15px; right: -15px; top: 48px; } .framer-eZGt2 .framer-1trgmn6 { bottom: -115px; } .framer-eZGt2 .framer-6pkxuc, .framer-eZGt2 .framer-fm8zr3, .framer-eZGt2 .framer-n2c8df, .framer-eZGt2 .framer-188f6vk { gap: 16px; padding: 16px; } .framer-eZGt2 .framer-qezt15, .framer-eZGt2 .framer-zjgq3b, .framer-eZGt2 .framer-w8lgm4 { padding: 0px 40px 0px 40px; } .framer-eZGt2 .framer-y982kw, .framer-eZGt2 .framer-zom9rn, .framer-eZGt2 .framer-lbk7v, .framer-eZGt2 .framer-vyglw { padding: 0px; } .framer-eZGt2 .framer-wnhgba, .framer-eZGt2 .framer-f6m4q6 { gap: 24px; } .framer-eZGt2 .framer-l0z71t, .framer-eZGt2 .framer-17owmkx, .framer-eZGt2 .framer-2j85t6 { align-content: flex-start; align-items: flex-start; gap: 16px; } .framer-eZGt2 .framer-ac07zv, .framer-eZGt2 .framer-1ofh7qx, .framer-eZGt2 .framer-19thhnq { height: 200px; } .framer-eZGt2 .framer-134dyme, .framer-eZGt2 .framer-1r8gtfg, .framer-eZGt2 .framer-5a0ey1 { gap: 0px; } .framer-eZGt2 .framer-ctqyjq { align-content: center; align-items: center; align-self: unset; height: min-content; padding: 0px; } .framer-eZGt2 .framer-13psiyc, .framer-eZGt2 .framer-12iy45z { align-content: center; align-items: center; align-self: unset; height: 24px; padding: 0px; } .framer-eZGt2 .framer-do1r42, .framer-eZGt2 .framer-wm04ij { height: min-content; } .framer-eZGt2 .framer-1o9wvo1, .framer-eZGt2 .framer-1av1vbc { height: 24px; } .framer-eZGt2 .framer-y5vejz, .framer-eZGt2 .framer-bbfns4, .framer-eZGt2 .framer-1lk2kpx, .framer-eZGt2 .framer-1qubojz { align-self: unset; height: 24px; } .framer-eZGt2 .framer-ovp6yx, .framer-eZGt2 .framer-okp199 { align-content: flex-start; align-items: flex-start; } .framer-eZGt2 .framer-wu8wqu, .framer-eZGt2 .framer-180a2wr { flex-direction: column; gap: 24px; } .framer-eZGt2 .framer-ha7xa9, .framer-eZGt2 .framer-bi70j5 { order: 0; width: 100%; } .framer-eZGt2 .framer-umhucz-container { height: 243px; } .framer-eZGt2 .framer-1b44rw4, .framer-eZGt2 .framer-1ekzv7m { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: row; gap: 24px; order: 1; padding: 0px 0px 32px 0px; width: 100%; } .framer-eZGt2 .framer-ler74a, .framer-eZGt2 .framer-1s2i3lh { flex: 1 0 0px; order: 1; width: 1px; } .framer-eZGt2 .framer-98r6wz, .framer-eZGt2 .framer-t8mzs2 { flex: 1 0 0px; order: 0; width: 1px; } .framer-eZGt2 .framer-o9apmm, .framer-eZGt2 .framer-8j8izq { flex: 1 0 0px; order: 2; width: 1px; } .framer-eZGt2 .framer-8d7efx { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-eZGt2 .framer-1o7r9ek { padding: 80px 64px 80px 64px; } .framer-eZGt2 .framer-1fuzq5r { gap: 8px; height: 155px; } .framer-eZGt2 .framer-6p1uhz { height: auto; } .framer-eZGt2 .framer-w0h8pa { padding: 32px 40px 80px 40px; } .framer-eZGt2 .framer-16m23t5-container, .framer-eZGt2 .framer-18kdonb, .framer-eZGt2 .framer-150t5mj { order: 0; } .framer-eZGt2 .framer-1wilwuw { bottom: 0px; left: -54px; right: -64px; top: 0px; } .framer-eZGt2 .framer-1kzi71p { bottom: 38px; left: 12px; right: 0px; top: -36px; } .framer-eZGt2 .framer-1inembx { bottom: -115px; height: min-content; } .framer-eZGt2 .framer-h0aeny, .framer-eZGt2 .framer-1bm0xrv, .framer-eZGt2 .framer-j3d2yn, .framer-eZGt2 .framer-1wnmxfs { align-self: stretch; gap: 16px; height: auto; padding: 16px; } .framer-eZGt2 .framer-4z9y6a { padding: 80px 24px 80px 24px; } .framer-eZGt2 .framer-l936g { max-height: 800px; } .framer-eZGt2 .framer-1v4urxq { max-width: 455px; } .framer-eZGt2 .framer-15w79jl { width: 380px; } .framer-eZGt2 .framer-1gn0yzr { order: 1; padding: 84px 24px 60px 24px; } .framer-eZGt2 .framer-3sjxw4 { padding: 84px 24px 60px 24px; } .framer-eZGt2 .framer-1o1sj6r { width: 90%; } .framer-eZGt2 .framer-45647p { order: 2; } .framer-eZGt2 .framer-1s8hgyq { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; padding: 0px 24px 0px 24px; width: 1px; } .framer-eZGt2 .framer-xl51fw, .framer-eZGt2 .framer-j9mm4z { align-self: unset; width: 100%; } .framer-eZGt2 .framer-2d5kkl { order: 3; } .framer-eZGt2 .framer-fiy2gv-container { order: 4; } .framer-eZGt2 .framer-lukmxu { order: 5; } .framer-eZGt2 .framer-1gks2ja { order: 9; } .framer-eZGt2 .framer-133d585 { gap: 0px; padding: 0px 24px 0px 24px; } .framer-eZGt2 .framer-r0vstx-container { order: 14; } .framer-eZGt2 .framer-pdw81w { order: 10; } .framer-eZGt2 .framer-66zetv { height: 109px; } .framer-eZGt2 .framer-7lqunr { order: 11; } .framer-eZGt2 .framer-146pg9g, .framer-eZGt2 .framer-102ix79 { flex: none; width: min-content; } .framer-eZGt2 .framer-qlvtmq, .framer-eZGt2 .framer-vfzcdv { height: var(--framer-aspect-ratio-supported, 204px); width: 280px; } .framer-eZGt2 .framer-1mhhi8i, .framer-eZGt2 .framer-1gm2s0f { width: 288px; } .framer-eZGt2 .framer-1n1igat, .framer-eZGt2 .framer-1xl74xm { height: auto; width: 100%; } .framer-eZGt2 .framer-11ofmte { order: 12; padding: 80px 24px 80px 24px; } .framer-eZGt2 .framer-1maes46 { flex: 1 0 0px; max-width: unset; width: 1px; } .framer-eZGt2 .framer-1mwswkl, .framer-eZGt2 .framer-1hkaisw-container { flex: 1 0 0px; width: 1px; } .framer-eZGt2 .framer-qimbw9 { align-content: center; align-items: center; flex: 0.7 0 0px; width: 1px; } .framer-eZGt2 .framer-1r20py5 { height: 53%; left: calc(54.52196382428943% - 200px / 2); position: absolute; top: 57px; } .framer-eZGt2 .framer-1gimwgw { order: 13; } .framer-eZGt2 .framer-12xc8pc { order: 15; } .framer-eZGt2 .framer-zyqara { flex: 0.9 0 0px; } .framer-eZGt2 .framer-nw54dd { width: 302px; } .framer-eZGt2 .framer-1rrtk59 { width: 201px; } .framer-eZGt2 .framer-5uld06 { height: var(--framer-aspect-ratio-supported, 97px); } .framer-eZGt2 .framer-bqonbp { height: var(--framer-aspect-ratio-supported, 386px); } .framer-eZGt2 .framer-1yq15rv { order: 16; padding: 0px 0px 24px 0px; } .framer-eZGt2 .framer-110vp47 { order: 17; }}\",\"@media (max-width: 809px) { .framer-eZGt2.framer-72rtr7 { width: 390px; } .framer-eZGt2 .framer-sfvkxt, .framer-eZGt2 .framer-cr05ub, .framer-eZGt2 .framer-mx9god { flex-direction: column; } .framer-eZGt2 .framer-ik3lbc, .framer-eZGt2 .framer-8d7efx { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-eZGt2 .framer-ax4b43, .framer-eZGt2 .framer-1ya9z8j, .framer-eZGt2 .framer-17tmi36 { padding: 40px 0px 40px 0px; } .framer-eZGt2 .framer-1b2ltma, .framer-eZGt2 .framer-w0h8pa { gap: 0px; padding: 0px; } .framer-eZGt2 .framer-4lewfq { flex-direction: column; padding: 0px 24px 0px 24px; } .framer-eZGt2 .framer-1tyad2n, .framer-eZGt2 .framer-1hsz5tq { flex: none; order: 1; width: 100%; } .framer-eZGt2 .framer-50rlfy, .framer-eZGt2 .framer-1r334zk, .framer-eZGt2 .framer-1d9jmbb { order: 0; padding: 0px 0px 32px 0px; } .framer-eZGt2 .framer-4tzz1o, .framer-eZGt2 .framer-kx9x1y, .framer-eZGt2 .framer-91174p-container, .framer-eZGt2 .framer-ha7xa9, .framer-eZGt2 .framer-16m23t5-container, .framer-eZGt2 .framer-bi70j5, .framer-eZGt2 .framer-qoajjo, .framer-eZGt2 .framer-ds356a, .framer-eZGt2 .framer-1a6pj5n, .framer-eZGt2 .framer-1dcui9h, .framer-eZGt2 .framer-1p58u9z, .framer-eZGt2 .framer-2jpi7m { width: 100%; } .framer-eZGt2 .framer-yhvs52 { flex-direction: column; gap: 24px; } .framer-eZGt2 .framer-y3vvbq-container, .framer-eZGt2 .framer-l0z71t, .framer-eZGt2 .framer-17owmkx, .framer-eZGt2 .framer-2j85t6, .framer-eZGt2 .framer-1b44rw4, .framer-eZGt2 .framer-1ekzv7m, .framer-eZGt2 .framer-1rzcdv8, .framer-eZGt2 .framer-1oguh9i, .framer-eZGt2 .framer-5gvwb6, .framer-eZGt2 .framer-1d4miqi, .framer-eZGt2 .framer-pchj6h, .framer-eZGt2 .framer-zyqara { flex: none; width: 100%; } .framer-eZGt2 .framer-1trgmn6 { bottom: unset; gap: 16px; justify-content: flex-start; left: unset; overflow: auto; padding: 0px 0px 0px 24px; position: relative; right: unset; width: 100%; } .framer-eZGt2 .framer-6pkxuc, .framer-eZGt2 .framer-fm8zr3, .framer-eZGt2 .framer-n2c8df, .framer-eZGt2 .framer-188f6vk { flex: none; gap: 12px; padding: 12px; width: 320px; } .framer-eZGt2 .framer-oc3ne1 { padding: 32px 24px 32px 24px; } .framer-eZGt2 .framer-y982kw, .framer-eZGt2 .framer-1e9nn3l, .framer-eZGt2 .framer-1a7g8hl, .framer-eZGt2 .framer-1upoasq { padding: 0px; } .framer-eZGt2 .framer-wnhgba { flex-direction: column; gap: 48px; } .framer-eZGt2 .framer-zom9rn, .framer-eZGt2 .framer-lbk7v, .framer-eZGt2 .framer-vyglw { padding: 24px 0px 0px 0px; } .framer-eZGt2 .framer-bx5hh, .framer-eZGt2 .framer-1ffblh0 { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-eZGt2 .framer-1h1gxzk, .framer-eZGt2 .framer-4z9y6a { padding: 24px; } .framer-eZGt2 .framer-wu8wqu, .framer-eZGt2 .framer-180a2wr { flex-direction: column; padding: 0px 0px 32px 0px; } .framer-eZGt2 .framer-umhucz-container { height: 339px; } .framer-eZGt2 .framer-1kb7glb { gap: 30px; } .framer-eZGt2 .framer-6p1uhz { height: auto; } .framer-eZGt2 .framer-1q4xrm8 { flex-direction: column; order: 0; padding: 0px 24px 0px 24px; } .framer-eZGt2 .framer-1e5x6x9 { order: 0; } .framer-eZGt2 .framer-7o20e7 { order: 1; width: 100%; } .framer-eZGt2 .framer-19tj8yj { flex-direction: column; gap: 24px; order: 2; } .framer-eZGt2 .framer-v61faa { flex: none; height: 354px; min-height: unset; order: 0; width: 100%; } .framer-eZGt2 .framer-1wilwuw { bottom: 0px; left: -24px; right: -22px; top: -40px; } .framer-eZGt2 .framer-1kzi71p { bottom: unset; height: 359px; left: calc(50.00000000000002% - 348px / 2); right: unset; top: calc(51.776649746192916% - 359px / 2); width: 348px; } .framer-eZGt2 .framer-1inembx { bottom: unset; gap: 16px; height: min-content; justify-content: flex-start; left: unset; order: 1; overflow: auto; padding: 0px 0px 0px 24px; position: relative; right: unset; width: 100%; } .framer-eZGt2 .framer-h0aeny, .framer-eZGt2 .framer-1bm0xrv, .framer-eZGt2 .framer-j3d2yn, .framer-eZGt2 .framer-1wnmxfs { align-self: stretch; flex: none; height: auto; padding: 12px; width: 320px; } .framer-eZGt2 .framer-l936g { align-content: flex-start; align-items: flex-start; max-height: 800px; } .framer-eZGt2 .framer-1vwu5u0 { gap: 20px; } .framer-eZGt2 .framer-1v4urxq { max-width: 275px; } .framer-eZGt2 .framer-15w79jl { width: 185px; } .framer-eZGt2 .framer-1dgfkcl { width: 180px; } .framer-eZGt2 .framer-18kdonb { height: 577px; order: 1; } .framer-eZGt2 .framer-150t5mj { height: 771px; left: -155px; right: -315px; top: calc(52.62430939226521% - 771px / 2); } .framer-eZGt2 .framer-1gn0yzr, .framer-eZGt2 .framer-3sjxw4 { padding: 44px 16px 60px 16px; } .framer-eZGt2 .framer-1n9a0w4 { gap: 24px; justify-content: center; } .framer-eZGt2 .framer-9o4ddy { white-space: pre-wrap; word-break: break-word; word-wrap: break-word; } .framer-eZGt2 .framer-1hmvgnp, .framer-eZGt2 .framer-iok059 { flex: none; width: 1px; } .framer-eZGt2 .framer-19i92b1 { height: 577px; order: 0; } .framer-eZGt2 .framer-ecfwj8 { height: 771px; left: -200px; right: 0px; top: calc(52.686308492201064% - 771px / 2); } .framer-eZGt2 .framer-45647p, .framer-eZGt2 .framer-n5oe9p-container { order: 2; } .framer-eZGt2 .framer-1s8hgyq { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; padding: 0px 16px 0px 16px; width: 1px; } .framer-eZGt2 .framer-xl51fw, .framer-eZGt2 .framer-j9mm4z { align-self: unset; width: 100%; } .framer-eZGt2 .framer-1mr0i8s { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-eZGt2 .framer-2d5kkl { order: 3; } .framer-eZGt2 .framer-1effe22 { flex-direction: column; padding: 12px 20px 12px 20px; } .framer-eZGt2 .framer-fiy2gv-container { order: 4; } .framer-eZGt2 .framer-1gks2ja { flex-direction: column; height: min-content; order: 9; padding: 40px 16px 24px 16px; } .framer-eZGt2 .framer-133d585 { flex: none; flex-direction: column; gap: 0px; width: 100%; } .framer-eZGt2 .framer-1mi361 { flex: none; order: 0; width: 100%; } .framer-eZGt2 .framer-16rlawq { order: 1; padding: 0px 40px 0px 0px; width: 100%; } .framer-eZGt2 .framer-sr4zi7 { right: 223px; top: 22%; } .framer-eZGt2 .framer-1fehfxx { order: 1; } .framer-eZGt2 .framer-1mtk59u, .framer-eZGt2 .framer-183s5r5, .framer-eZGt2 .framer-7ufzj0 { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-eZGt2 .framer-r0vstx-container { order: 15; } .framer-eZGt2 .framer-pdw81w { order: 10; } .framer-eZGt2 .framer-66zetv { bottom: 770px; height: 283px; } .framer-eZGt2 .framer-7lqunr { order: 11; padding: 56px 24px 38px 24px; } .framer-eZGt2 .framer-bz8dql-container, .framer-eZGt2 .framer-c2m1rl-container { flex: none; width: 80%; } .framer-eZGt2 .framer-146pg9g, .framer-eZGt2 .framer-102ix79 { flex: none; padding: 0px; width: 100%; } .framer-eZGt2 .framer-qlvtmq { height: var(--framer-aspect-ratio-supported, 248px); width: 100%; } .framer-eZGt2 .framer-1n1igat, .framer-eZGt2 .framer-1xl74xm { height: 110px; width: 100%; } .framer-eZGt2 .framer-11ofmte { order: 12; padding: 24px 16px 24px 16px; } .framer-eZGt2 .framer-1maes46 { flex: 1 0 0px; flex-direction: column; padding: 12px 16px 24px 16px; width: 1px; } .framer-eZGt2 .framer-1mwswkl { padding: 24px 16px 22px 16px; width: 100%; } .framer-eZGt2 .framer-qimbw9 { align-self: unset; height: 301px; width: 100%; } .framer-eZGt2 .framer-1r20py5 { height: 195px; width: 152px; } .framer-eZGt2 .framer-1gimwgw { order: 13; padding: 56px 24px 38px 24px; } .framer-eZGt2 .framer-vfzcdv { height: var(--framer-aspect-ratio-supported, 145px); width: 100%; } .framer-eZGt2 .framer-12xc8pc { flex-direction: column; order: 16; padding: 0px 24px 80px 24px; } .framer-eZGt2 .framer-f6m4q6 { flex: none; flex-direction: column; gap: 18px; width: 100%; } .framer-eZGt2 .framer-nw54dd { height: 277px; width: 342px; } .framer-eZGt2 .framer-1rrtk59 { height: 147px; left: unset; right: -6px; top: calc(45.848375451263564% - 147px / 2); width: 166px; } .framer-eZGt2 .framer-iuvlpx { bottom: -57px; height: 121px; width: 154px; } .framer-eZGt2 .framer-l90ln3 { bottom: -87px; height: 202px; right: -139px; width: 284px; } .framer-eZGt2 .framer-5uld06 { height: var(--framer-aspect-ratio-supported, 97px); } .framer-eZGt2 .framer-bqonbp { height: var(--framer-aspect-ratio-supported, 386px); } .framer-eZGt2 .framer-16h6q3t-container { bottom: -63px; left: 0px; width: 50%; } .framer-eZGt2 .framer-1yq15rv { order: 14; } .framer-eZGt2 .framer-1hkaisw-container { flex: 1 0 0px; width: 1px; } .framer-eZGt2 .framer-110vp47 { order: 17; } .framer-eZGt2 .framer-1skjlha { gap: 32px; padding: 48px 24px 48px 24px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5664\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"K1VmMZJn8\":{\"layout\":[\"fixed\",\"auto\"]},\"Sqz78bsvw\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"Laf_sbjFk\":{\"pattern\":\":Laf_sbjFk\",\"name\":\"phone\"},\"faaMNs919\":{\"pattern\":\":faaMNs919\",\"name\":\"trigger\"},\"zcyxOpmJV\":{\"pattern\":\":zcyxOpmJV\",\"name\":\"choosemachine\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-eZGt2\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:5664,width:1200};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:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v8/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_ehR15bwkEU4HTy.woff2\",weight:\"600\"},{family:\"Denton Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/4p2oi2L7CONjZVGJ6r9W7dPMhZ0.woff2\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v8/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5bwkEU4HTy.woff2\",weight:\"400\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v8/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_eYR15bwkEU4HTy.woff2\",weight:\"700\"},{family:\"Denton ExtraBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/5QauFvGo3K3Rw2KwpxJhS0RJTN4.woff2\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v8/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_f_R15bwkEU4HTy.woff2\",weight:\"800\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v8/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_dNQF5bwkEU4HTy.woff2\",weight:\"500\"}]},...NavHeaderFonts,...ButtonMediumFonts,...EmbedFonts,...PhosphorFonts,...SlideshowFonts,...DraftsBenefitsCarouselFonts,...HardwarePricingSectionFonts,...FAQItemFonts,...WidgetsButtonFonts,...CardMachinesFonts,...AnimatedTeyaTapFonts,...SectionsPlansFonts,...UpdatedMerchantLeadFormFonts,...WidgetsMemberSincePhotoFonts,...SectionsTestmonialsFonts,...NavFooterFonts,...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),...getFontsFromSharedStyle(sharedStyle10.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"K1VmMZJn8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Sqz78bsvw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"5664\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerColorSyntax\":\"true\",\"framerScrollSections\":\"{\\\"Laf_sbjFk\\\":{\\\"pattern\\\":\\\":Laf_sbjFk\\\",\\\"name\\\":\\\"phone\\\"},\\\"faaMNs919\\\":{\\\"pattern\\\":\\\":faaMNs919\\\",\\\"name\\\":\\\"trigger\\\"},\\\"zcyxOpmJV\\\":{\\\"pattern\\\":\\\":zcyxOpmJV\\\",\\\"name\\\":\\\"choosemachine\\\"}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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C,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KA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KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC,ECA5qD,IAAMC,GAAiB,CAAC,UAAUC,GAAiB,UAAUC,GAAiB,UAAUC,GAAiB,UAAUC,GAAiB,UAAUC,GAAiB,UAAUC,GAAiB,UAAUC,GAAiB,UAAUC,EAAe,EAAiB,SAARC,EAAmCC,EAAIC,EAAO,CAAC,KAAMA,GAAO,CAAC,IAAMC,EAAOZ,GAAiBW,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMC,EAAMD,EAAOF,CAAG,EAAE,GAAGG,EAAM,OAAOA,CAAM,CAACF,EAAOA,EAAO,QAAS,CAAC,CCAiO,IAAMG,GAAmCC,EAASC,EAA6B,EAAQC,GAAsBF,EAASG,EAAgB,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,iBAAiB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAoBC,GAAO,CAAC,GAAG,OAAOA,GAAQ,SAAS,OAAOA,EAAM,GAAI,OAAO,SAASA,CAAK,EAAmB,OAAO,KAAK,IAAI,EAAEA,CAAK,EAAE,IAAK,EAAQC,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,KAAK,GAAG,GAAG,EAAE,KAAK,OAAO,EAAQC,GAAmB,CAACC,EAAEC,IAAI,oBAAoBA,CAAC,GAASC,GAAW,CAAC,CAAC,MAAAL,EAAM,SAAAM,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,EAAmB,EAAQC,EAAWV,GAAOO,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,GAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAqB,CAAC,WAAW,MAAM,SAAS,QAAQ,EAAQC,GAAwB,CAAC,sBAAsB,YAAY,kBAAkB,YAAY,sBAAsB,YAAY,kBAAkB,YAAY,QAAQ,YAAY,MAAM,WAAW,EAAQC,GAAS,CAAC,CAAC,WAAAC,EAAW,iBAAAC,EAAiB,QAAAC,EAAQ,iBAAAC,EAAiB,IAAAC,EAAI,KAAAC,EAAK,OAAAC,EAAO,GAAAC,EAAG,sBAAAC,EAAsB,aAAAC,EAAa,QAAAC,EAAQ,SAAAC,EAAS,cAAAC,EAAc,YAAAC,EAAY,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUlB,GAAqBI,CAAgB,GAAGA,GAAkBc,EAAM,WAAW,SAAS,UAAUlB,GAAqBM,CAAgB,GAAGA,GAAkBY,EAAM,WAAW,MAAM,UAAUN,GAAcM,EAAM,UAAU,UAAUH,GAAeG,EAAM,WAAW,GAAK,UAAUX,GAAKW,EAAM,WAAW,GAAG,UAAUL,GAASK,EAAM,WAAW,MAAM,UAAUP,GAAuBO,EAAM,WAAW,GAAK,UAAUJ,GAAUI,EAAM,WAAW,uBAAuB,UAAUb,GAASa,EAAM,WAAW,GAAK,QAAQjB,GAAwBiB,EAAM,OAAO,GAAGA,EAAM,SAAS,YAAY,UAAUV,GAAMU,EAAM,WAAW,GAAG,UAAUF,GAAaE,EAAM,WAAW,GAAK,UAAUf,GAAYe,EAAM,WAAW,uEAAuE,GAAUC,GAAuB,CAACD,EAAMvC,IAAeuC,EAAM,iBAAwBvC,EAAS,KAAK,GAAG,EAAEuC,EAAM,iBAAwBvC,EAAS,KAAK,GAAG,EAAUyC,GAA6BC,GAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAtD,EAAQ,UAAAuD,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,GAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,GAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,EAAS,EAAE9C,GAASgB,CAAK,EAAO,CAAC,YAAA+B,EAAY,WAAAC,GAAW,oBAAAC,GAAoB,gBAAAC,GAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,GAAgB,WAAAC,GAAW,SAAA7E,EAAQ,EAAE8E,GAAgB,CAAC,WAAAnF,GAAW,eAAe,YAAY,IAAImD,EAAW,QAAA5C,EAAQ,kBAAAL,EAAiB,CAAC,EAAQkF,EAAiBvC,GAAuBD,EAAMvC,EAAQ,EAAO,CAAC,sBAAAgF,EAAsB,MAAAC,EAAK,EAAEC,GAAyBZ,CAAW,EAAQa,GAAgBH,EAAsB,SAASI,KAAO,CAACP,GAAW,WAAW,CAAE,CAAC,EAAQQ,GAAgBL,EAAsB,SAASI,KAAO,CAACP,GAAW,WAAW,CAAE,CAAC,EAAQS,GAAiBN,EAAsB,SAASI,KAAO,CAACP,GAAW,WAAW,CAAE,CAAC,EAAQU,GAAgBP,EAAsB,SAASI,KAAO,CAACP,GAAW,WAAW,CAAE,CAAC,EAAQW,GAAiBR,EAAsB,SAASI,KAAO,CAACP,GAAW,WAAW,CAAE,CAAC,EAAQY,GAAiBT,EAAsB,SAASI,KAAO,CAACP,GAAW,WAAW,CAAE,CAAC,EAAQa,GAAYV,EAAsB,SAASI,KAAO,CAACP,GAAW,WAAW,CAAE,CAAC,EAAQc,GAAaX,EAAsB,SAASI,KAAO,CAACP,GAAW,WAAW,CAAE,CAAC,EAAmFe,GAAkBC,GAAGjG,GAAkB,GAA5F,CAAa2D,GAAuBA,EAAS,CAAuE,EAAQuC,GAAY,IAAQxB,IAAc,YAA6CyB,EAAa3F,IAAW,CAAC,YAAY,YAAY,WAAW,EAAE,SAASkE,CAAW,EAAS,GAAalE,GAAQ,OAAoBa,EAAK+E,GAAY,CAAC,GAAGxC,GAAUT,EAAgB,SAAsB9B,EAAKC,GAAS,CAAC,QAAQlB,GAAS,QAAQ,GAAM,SAAsBiB,EAAKR,GAAW,CAAC,MAAMJ,GAAY,SAAsBY,EAAKE,EAAO,IAAI,CAAC,GAAGkD,GAAU,GAAGI,GAAgB,UAAUoB,GAAGD,GAAkB,iBAAiBrC,EAAUgB,EAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIjC,EAAW,MAAM,CAAC,WAAW3C,GAAoBiE,CAAS,EAAE,gBAAgBX,EAAU,GAAGH,CAAK,EAAE,GAAGxD,GAAqB,CAAC,UAAU,CAAC,mBAAmB,qBAAqB,EAAE,UAAU,CAAC,mBAAmB,qBAAqB,EAAE,UAAU,CAAC,mBAAmB,OAAO,EAAE,UAAU,CAAC,mBAAmB,iBAAiB,EAAE,UAAU,CAAC,mBAAmB,iBAAiB,CAAC,EAAEwE,EAAYI,CAAc,EAAE,SAAsBuB,EAAM9E,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,iBAAiB4D,EAAiB,SAAS,YAAY,MAAM,CAAC,YAAY5E,GAAoB6D,CAAS,EAAE,YAAYJ,IAAY,SAAS,OAAU,UAAU,WAAWA,IAAY,SAAS,OAAO,MAAM,WAAWA,EAAU,WAAWzD,GAAoB8D,CAAS,CAAC,EAAE,SAAS,CAAcgC,EAAM9E,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiB4D,EAAiB,SAAS,YAAY,MAAM,CAAC,YAAY5E,GAAoBgE,CAAS,CAAC,EAAE,SAAS,CAAc8B,EAAM9E,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,iBAAiB4D,EAAiB,SAAS,YAAY,SAAS,CAAc9D,EAAKiF,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,KAAKlD,CAAY,GAAgBhC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAsBF,EAAKE,EAAO,OAAO,CAAC,SAAS,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,gBAAgB,MAAM,CAAC,QAAQ,YAAY,EAAE,iBAAiB4D,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGjF,GAAqB,CAAC,UAAU,CAAC,SAASqG,EAAkB,KAAKlD,CAAY,GAAgBhC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAsBF,EAAKE,EAAO,OAAO,CAAC,SAAS,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEmD,EAAYI,CAAc,CAAC,CAAC,EAAezD,EAAKiF,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,KAAKlD,CAAY,GAAgBhC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,sBAAsB,6FAA6F,EAAE,SAAS,6BAA6B,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,iGAAiG,MAAM,CAAC,oBAAoB,EAAE,iBAAiB4D,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAekB,EAAM9E,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,iBAAiB4D,EAAiB,SAAS,YAAY,MAAM,CAAC,YAAYlB,EAAU,WAAWA,IAAY,SAAS,OAAU,UAAU,WAAWA,IAAY,SAAS,OAAO,MAAM,eAAe,aAAa,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,qBAAqB,YAAY,EAAE,SAAS,CAAc5C,EAAKmF,EAA0B,CAAC,OAAO,GAAG,MAAMvC,IAAY,MAAM,QAAQD,IAAY,MAAM,YAAYR,GAAmB,OAAO,OAAO,MAAMgB,EAAU,CAAC,iBAAiBJ,EAAU,CAAC,UAAUC,EAAU,CAAC,oBAAoB,YAAYb,GAAmB,OAAO,OAAO,MAAMgB,EAAU,CAAC,iBAAiBJ,EAAU,CAAC,KAAK,qBAAqBJ,IAAY,MAAM,YAAYR,GAAmB,OAAO,OAAO,MAAMgB,EAAU,CAAC,iBAAiBJ,EAAU,CAAC,UAAUC,EAAU,CAAC,oBAAoB,YAAYb,GAAmB,OAAO,OAAO,MAAMgB,EAAU,CAAC,iBAAiBJ,EAAU,CAAC,MAAM,SAAsB/C,EAAKoF,GAA8B,CAAC,UAAU,2BAA2B,iBAAiBtB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB9D,EAAKzB,GAA8B,CAAC,UAAU,YAAY,UAAU2G,EAAkB,KAAKlD,CAAY,GAAG,sBAAsB,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAUkD,EAAkB,KAAKlD,CAAY,GAAG,qBAAqB,UAAUkD,EAAkB,KAAKlD,CAAY,GAAG,yBAAyB,UAAUa,EAAU,UAAUH,EAAU,MAAM,CAAC,MAAM,MAAM,EAAE,UAAUD,EAAU,QAAQ,YAAY,MAAM,OAAO,UAAUyB,GAAgB,UAAUgB,EAAkB,KAAKlD,CAAY,GAAG,qCAAqC,GAAGnD,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUwF,GAAiB,UAAU,MAAS,EAAE,UAAU,CAAC,QAAQ,YAAY,UAAUD,GAAgB,UAAU,MAAS,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEf,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAezD,EAAKmF,EAA0B,CAAC,OAAO,GAAG,MAAMvC,IAAY,MAAM,QAAQD,IAAY,MAAM,YAAYR,GAAmB,OAAO,OAAO,MAAMgB,EAAU,CAAC,iBAAiBJ,EAAU,CAAC,UAAUC,EAAU,CAAC,oBAAoB,YAAYb,GAAmB,OAAO,OAAO,MAAMgB,EAAU,CAAC,iBAAiBJ,EAAU,CAAC,KAAK,qBAAqBJ,IAAY,MAAM,YAAYR,GAAmB,OAAO,OAAO,MAAMgB,EAAU,CAAC,iBAAiBJ,EAAU,CAAC,UAAUC,EAAU,CAAC,oBAAoB,YAAYb,GAAmB,OAAO,OAAO,MAAMgB,EAAU,CAAC,iBAAiBJ,EAAU,CAAC,MAAM,SAAsB/C,EAAKoF,GAA8B,CAAC,UAAU,0BAA0B,iBAAiBtB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB9D,EAAKzB,GAA8B,CAAC,UAAU,gBAAgB,UAAU2G,EAAkB,MAAMlD,CAAY,GAAG,sBAAsB,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAUkD,EAAkB,KAAKlD,CAAY,GAAG,qBAAqB,UAAUkD,EAAkB,KAAKlD,CAAY,GAAG,uBAAuB,UAAUa,EAAU,UAAUH,EAAU,MAAM,CAAC,MAAM,MAAM,EAAE,UAAUD,EAAU,QAAQ,YAAY,MAAM,OAAO,UAAU6B,GAAgB,UAAUY,EAAkB,KAAKlD,CAAY,GAAG,gEAAgE,GAAGnD,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEwE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAezD,EAAKmF,EAA0B,CAAC,OAAO,GAAG,MAAMvC,IAAY,MAAM,QAAQD,IAAY,MAAM,YAAYR,GAAmB,OAAO,OAAO,MAAMgB,EAAU,CAAC,iBAAiBJ,EAAU,CAAC,UAAUC,EAAU,CAAC,oBAAoB,YAAYb,GAAmB,OAAO,OAAO,MAAMgB,EAAU,CAAC,iBAAiBJ,EAAU,CAAC,KAAK,qBAAqBJ,IAAY,MAAM,YAAYR,GAAmB,OAAO,OAAO,MAAMgB,EAAU,CAAC,iBAAiBJ,EAAU,CAAC,UAAUC,EAAU,CAAC,oBAAoB,YAAYb,GAAmB,OAAO,OAAO,MAAMgB,EAAU,CAAC,iBAAiBJ,EAAU,CAAC,MAAM,SAAsB/C,EAAKoF,GAA8B,CAAC,UAAU,0BAA0B,iBAAiBtB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB9D,EAAKzB,GAA8B,CAAC,UAAU,OAAO,UAAU2G,EAAkB,MAAMlD,CAAY,GAAG,wBAAwB,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAUkD,EAAkB,MAAMlD,CAAY,GAAG,wBAAwB,UAAUkD,EAAkB,MAAMlD,CAAY,GAAG,cAAc,UAAUa,EAAU,UAAUH,EAAU,MAAM,CAAC,MAAM,MAAM,EAAE,UAAUD,EAAU,QAAQ,YAAY,MAAM,OAAO,UAAU8B,GAAiB,UAAUW,EAAkB,MAAMlD,CAAY,GAAG,qDAAqD,GAAGnD,GAAqB,CAAC,UAAU,CAAC,UAAUqG,EAAkB,MAAMlD,CAAY,GAAG,0BAA0B,QAAQ,YAAY,UAAU,MAAS,CAAC,EAAEqB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAezD,EAAKmF,EAA0B,CAAC,OAAO,GAAG,MAAMvC,IAAY,MAAM,QAAQD,IAAY,MAAM,YAAYR,GAAmB,OAAO,OAAO,MAAMgB,EAAU,CAAC,iBAAiBJ,EAAU,CAAC,UAAUC,EAAU,CAAC,oBAAoB,YAAYb,GAAmB,OAAO,OAAO,MAAMgB,EAAU,CAAC,iBAAiBJ,EAAU,CAAC,KAAK,qBAAqBJ,IAAY,MAAM,YAAYR,GAAmB,OAAO,OAAO,MAAMgB,EAAU,CAAC,iBAAiBJ,EAAU,CAAC,UAAUC,EAAU,CAAC,oBAAoB,YAAYb,GAAmB,OAAO,OAAO,MAAMgB,EAAU,CAAC,iBAAiBJ,EAAU,CAAC,MAAM,SAAsB/C,EAAKoF,GAA8B,CAAC,UAAU,2BAA2B,iBAAiBtB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB9D,EAAKzB,GAA8B,CAAC,UAAU,YAAY,UAAU2G,EAAkB,MAAMlD,CAAY,GAAG,sBAAsB,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAUkD,EAAkB,KAAKlD,CAAY,GAAG,qBAAqB,UAAUkD,EAAkB,MAAMlD,CAAY,GAAG,sBAAsB,UAAUa,EAAU,UAAUH,EAAU,MAAM,CAAC,MAAM,MAAM,EAAE,UAAUD,EAAU,QAAQ,YAAY,MAAM,OAAO,UAAU+B,GAAiB,UAAUU,EAAkB,MAAMlD,CAAY,GAAG,+EAA+E,GAAGnD,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEwE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAER,IAAwBjD,EAAKmF,EAA0B,CAAC,OAAO,GAAG,MAAMxC,IAAY,MAAM,YAAYR,GAAmB,OAAO,OAAO,MAAMgB,EAAU,CAAC,iBAAiBJ,EAAU,CAAC,UAAUC,EAAU,CAAC,oBAAoB,YAAYb,GAAmB,OAAO,OAAO,MAAMgB,EAAU,CAAC,iBAAiBJ,EAAU,CAAC,MAAM,SAAsB/C,EAAKoF,GAA8B,CAAC,UAAU,2BAA2B,mBAAmB,oBAAoB,iBAAiBtB,EAAiB,SAAS,sBAAsB,KAAK,oBAAoB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB9D,EAAKzB,GAA8B,CAAC,UAAU,YAAY,UAAU2G,EAAkB,MAAMlD,CAAY,GAAG,sBAAsB,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAUkD,EAAkB,KAAKlD,CAAY,GAAG,qBAAqB,UAAUkD,EAAkB,MAAMlD,CAAY,GAAG,sBAAsB,KAAK,oBAAoB,UAAU,GAAK,UAAU,GAAK,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,GAAK,QAAQ,YAAY,MAAM,OAAO,UAAUkD,EAAkB,MAAMlD,CAAY,GAAG,+EAA+E,GAAGnD,GAAqB,CAAC,UAAU,CAAC,UAAUqG,EAAkB,MAAMlD,CAAY,GAAG,2CAA2C,EAAE,UAAU,CAAC,UAAUkD,EAAkB,MAAMlD,CAAY,GAAG,uBAAuB,UAAUkD,EAAkB,MAAMlD,CAAY,GAAG,oCAAoC,EAAE,UAAU,CAAC,UAAUkD,EAAkB,KAAKlD,CAAY,GAAG,yBAAyB,UAAUkD,EAAkB,MAAMlD,CAAY,GAAG,oCAAoC,EAAE,UAAU,CAAC,UAAUkD,EAAkB,MAAMlD,CAAY,GAAG,cAAc,UAAUkD,EAAkB,MAAMlD,CAAY,GAAG,2BAA2B,CAAC,EAAEqB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuB,EAAM9E,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,sBAAsB,iBAAiB4D,EAAiB,SAAS,YAAY,SAAS,CAAc9D,EAAKmF,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsBnF,EAAKoF,GAA8B,CAAC,UAAU,0BAA0B,iBAAiBtB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,MAAM,EAAE,EAAE,kBAAkBzE,GAAmB,SAAS,CAAC,UAAU,CAAC,MAAM,EAAE,CAAC,EAAE,SAAsBW,EAAKvB,GAAiB,CAAC,UAAU,GAAK,UAAU,YAAY,OAAO,OAAO,UAAU,GAAK,GAAG,YAAY,SAAS,YAAY,UAAU,GAAK,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUyG,EAAkB,MAAMlD,CAAY,GAAG,mBAAmB,GAAGnD,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAU,GAAM,UAAU,YAAY,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAU,GAAM,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAU,GAAM,QAAQ,WAAW,CAAC,EAAEwE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEoB,GAAY,GAAgBG,EAAM9E,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,mBAAmB,iBAAiB4D,EAAiB,SAAS,YAAY,SAAS,CAAc9D,EAAKqF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,kBAAkB,eAAe,kBAAkB,YAAY,IAAI,WAAW,IAAI,MAAM,QAAQ,IAAI,yFAAyF,OAAO,uKAAuK,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,iBAAiBvB,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,CAAC,CAAC,EAAe9D,EAAKqF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,kBAAkB,eAAe,mBAAmB,YAAY,GAAG,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBvB,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEgB,EAAahC,EAAS,GAAgBkC,EAAM9E,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,iBAAiB4D,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,0CAA0C,EAAE,GAAGjF,GAAqB,CAAC,UAAU,CAAC,iBAAiB,GAAK,MAAM6F,EAAY,EAAE,UAAU,CAAC,iBAAiB,GAAK,MAAMD,EAAW,CAAC,EAAEpB,EAAYI,CAAc,EAAE,SAAS,CAAczD,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiB4D,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,GAAGjF,GAAqB,CAAC,UAAU,CAAC,iBAAiB,GAAK,MAAM4F,EAAW,CAAC,EAAEpB,EAAYI,CAAc,EAAE,SAAsBzD,EAAKiF,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,MAAMlD,CAAY,GAAgBhC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6CAA6C,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiB4D,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe9D,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiB4D,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,GAAGjF,GAAqB,CAAC,UAAU,CAAC,iBAAiB,GAAK,MAAM6F,EAAY,CAAC,EAAErB,EAAYI,CAAc,EAAE,SAAsBzD,EAAKiF,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,MAAMlD,CAAY,GAAgBhC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6CAA6C,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiB4D,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe9D,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,iBAAiB4D,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,8LAA8L,EAAE,kBAAkBzE,GAAmB,SAAsBW,EAAKiF,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,MAAMlD,CAAY,GAAgBhC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,mBAAmB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiB4D,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGjF,GAAqB,CAAC,UAAU,CAAC,SAASqG,EAAkB,MAAMlD,CAAY,GAAgBhC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEmD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ6B,GAAI,CAAC,kFAAkF,kFAAkF,+QAA+Q,mUAAmU,qUAAqU,4RAA4R,kMAAkM,oSAAoS,oPAAoP,yGAAyG,oHAAoH,gIAAgI,0TAA0T,yLAAyL,6KAA6K,wWAAwW,sXAAsX,+KAA+K,sXAAsX,6GAA6G,+GAA+G,mEAAmE,uGAAuG,kNAAkN,yFAAyF,GAAeA,GAAI,GAAgBA,EAAG,EAW794BC,GAAgBC,GAAQhE,GAAU8D,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,gBAAgBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,kBAAkB,kBAAkB,sBAAsB,sBAAsB,OAAO,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,2GAA2G,MAAM,aAAa,KAAKA,EAAY,KAAK,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,UAAU,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,eAAe,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,MAAM,wBAAwB,GAAK,YAAY,CAAC,uBAAuB,oBAAoB,EAAE,QAAQ,CAAC,MAAM,QAAQ,EAAE,aAAa,CAAC,aAAa,UAAU,EAAE,MAAM,oBAAoB,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,SAAS,wBAAwB,GAAK,YAAY,CAAC,uBAAuB,oBAAoB,EAAE,QAAQ,CAAC,MAAM,QAAQ,EAAE,aAAa,CAAC,aAAa,UAAU,EAAE,MAAM,oBAAoB,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,iBAAiB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,GAAM,MAAM,gBAAgB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,MAAM,MAAM,UAAU,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,GAAG,IAAI,EAAE,MAAM,MAAM,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,2BAA2B,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,GAAG,IAAI,EAAE,MAAM,QAAQ,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,uBAAuB,MAAM,YAAY,KAAKA,EAAY,OAAO,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,4FAA4F,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGlH,GAAmC,GAAGG,GAAsB,GAAGqH,GAAoCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECXrsK,IAAMC,GAAiB,CAAC,UAAU,IAAIC,GAAU,IAAI,OAAO,4BAAkB,CAAC,EAAE,UAAU,IAAIA,GAAU,IAAI,OAAO,4BAAkB,CAAC,EAAE,UAAU,IAAIA,GAAU,IAAI,OAAO,4BAAkB,CAAC,EAAE,UAAU,IAAIA,GAAU,IAAI,OAAO,4BAAkB,CAAC,EAAE,UAAU,IAAIA,GAAU,IAAI,OAAO,4BAAkB,CAAC,EAAE,UAAU,IAAIA,GAAU,IAAI,OAAO,4BAAkB,CAAC,EAAE,UAAU,IAAIA,GAAU,IAAI,OAAO,4BAAkB,CAAC,EAAE,UAAU,IAAIA,GAAU,IAAI,OAAO,4BAAkB,CAAC,CAAC,EAAiB,SAARC,EAAmCC,EAAIC,EAAO,CAAC,KAAMA,GAAO,CAAC,IAAMC,EAAOL,GAAiBI,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMC,EAAMD,EAAO,KAAK,EAAEF,CAAG,EAAE,GAAGG,EAAM,OAAOA,CAAM,CAACF,EAAOA,EAAO,QAAS,CAAC,CAAC,SAASG,GAAQH,EAAO,CAAC,IAAMI,EAAS,CAAC,EAAE,KAAMJ,GAAO,CAAC,IAAMC,EAAOL,GAAiBI,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMI,EAAQJ,EAAO,QAAQ,EAAKI,GAAQD,EAAS,KAAKC,CAAO,CAAE,CAACL,EAAOA,EAAO,QAAS,CAAC,GAAGI,EAAS,OAAO,EAAE,OAAO,QAAQ,IAAIA,CAAQ,CAAE,CAAQ,SAASE,GAA0BN,EAAO,CAAC,IAAMO,EAAeJ,GAAQH,CAAM,EAAE,GAAGO,EAAe,MAAMA,CAAe,CCAm8D,IAAMC,GAAeC,EAASC,EAAS,EAAQC,GAAkBF,EAASG,EAAY,EAAQC,GAAWJ,EAASK,EAAK,EAAQC,GAA+BC,GAA0BC,CAAK,EAAQC,GAAcT,EAASU,CAAQ,EAAQC,GAAeX,EAASY,EAAS,EAAQC,GAA4Bb,EAASc,EAAsB,EAAQC,GAA4Bf,EAASgB,EAAsB,EAAQC,GAAajB,EAASkB,EAAO,EAAQC,GAAmCZ,GAA0Ba,EAAO,GAAG,EAAQC,GAAmBrB,EAASsB,EAAa,EAAQC,GAAYC,GAAOhB,CAAK,EAAQiB,GAAkBzB,EAAS0B,EAAY,EAAQC,GAAqB3B,EAAS4B,EAAe,EAAQC,GAAgBL,GAAOM,CAAS,EAAQC,GAAgBP,GAAOJ,EAAO,GAAG,EAAQY,GAAmBhC,EAASiC,EAAa,EAAQC,GAA6BlC,EAASmC,EAAuB,EAAQC,GAA6EC,GAAqBC,GAA6BH,GAAwB,CAAC,OAAO,YAAY,SAASI,GAAqB,QAAQ,WAAW,CAAC,EAAEC,EAA2B,EAAQC,GAA6EJ,GAAqBC,GAA6BH,GAAwB,CAAC,OAAO,YAAY,SAASI,GAAqB,QAAQ,WAAW,CAAC,EAAEC,EAA2B,EAAQE,GAA6B1C,EAAS2C,EAAuB,EAAQC,GAAyB5C,EAAS6C,EAAmB,EAAQC,GAAe9C,EAAS+C,EAAS,EAAQC,GAAY,CAAC,UAAU,6CAA6C,UAAU,qBAAqB,UAAU,qBAAqB,EAAQC,GAAU,IAAI,OAAO,SAAW,IAAkBC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,iBAAiB,EAAQC,GAAgB,CAACC,EAAMC,IAAe,CAAC,OAAOD,EAAM,CAAC,IAAI,YAAY,MAAO,GAAM,IAAI,YAAY,MAAO,GAAM,QAAQ,MAAO,EAAK,CAAC,EAAQE,GAAUF,GAAe,EAAQA,EAAeG,GAAiB,CAACH,EAAMC,IAAe,CAAC,OAAOD,EAAM,CAAC,IAAI,YAAY,MAAO,GAAM,QAAQ,MAAO,EAAM,CAAC,EAAQI,GAAiB,CAACJ,EAAMC,IAAe,CAAC,OAAOD,EAAM,CAAC,IAAI,UAAU,MAAO,GAAK,QAAQ,MAAO,EAAM,CAAC,EAAQK,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAO,CAACC,EAAEC,IAAY,OAAOD,GAAI,UAAU,OAAOC,GAAI,SAASD,EAAE,YAAY,IAAIC,EAAE,YAAY,EAAED,IAAIC,EAAUC,GAAiB,CAACX,EAAMC,IAAe,CAAC,OAAOD,EAAM,CAAC,IAAI,YAAY,MAAO,GAAK,IAAI,YAAY,MAAO,GAAK,QAAQ,MAAO,EAAM,CAAC,EAAQY,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAW,CAAC,OAAO,aAAa,QAAQ,KAAK,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,MAAM,IAAI,SAAS,GAAG,KAAK,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,OAAOF,GAAW,aAAa,OAAO,WAAWC,GAAY,QAAQ,UAAU,KAAK,QAAQ,EAAQE,GAAiB,CAAClB,EAAMC,IAAe,CAAC,OAAOD,EAAM,CAAC,IAAI,YAAY,MAAO,GAAK,IAAI,YAAY,MAAO,GAAK,IAAI,YAAY,MAAO,GAAK,IAAI,YAAY,MAAO,GAAK,IAAI,YAAY,MAAO,GAAK,IAAI,YAAY,MAAO,GAAK,QAAQ,MAAO,EAAM,CAAC,EAAQmB,GAAiB,CAACnB,EAAMC,IAAe,CAAC,OAAOD,EAAM,CAAC,IAAI,YAAY,MAAO,GAAM,IAAI,UAAU,MAAO,GAAM,QAAQ,MAAO,EAAK,CAAC,EAAQoB,GAAiB,CAACpB,EAAMC,IAAe,CAAC,OAAOD,EAAM,CAAC,IAAI,YAAY,MAAM,CAAC,UAAU,WAAW,EAAE,QAAQ,MAAM,CAAC,UAAU,WAAW,CAAE,CAAC,EAAQqB,GAAiB,CAACrB,EAAMC,IAAe,CAAC,OAAOD,EAAM,CAAC,IAAI,UAAU,MAAM,yCAAyC,QAAQ,OAAOsB,EAAkB,OAAOrB,CAAY,GAAG,wCAAyC,CAAC,EAAQsB,GAASvB,GAAe,OAAOA,GAAQ,SAASA,EAAM,OAAOA,CAAK,EAAUwB,GAAiB,CAACxB,EAAMC,IAAe,CAAC,OAAOD,EAAM,CAAC,IAAI,YAAY,MAAO,GAAK,QAAQ,MAAO,EAAM,CAAC,EAAQyB,GAAiB,CAACzB,EAAMC,IAAe,CAAC,OAAOD,EAAM,CAAC,IAAI,UAAU,MAAM,yCAAyC,QAAQ,OAAOsB,EAAkB,OAAOrB,CAAY,GAAG,wCAAyC,CAAC,EAAQyB,GAAkB,CAAC1B,EAAMC,IAAe,CAAC,OAAOD,EAAM,CAAC,IAAI,YAAY,MAAO,GAAK,QAAQ,MAAO,EAAM,CAAC,EAAQ2B,GAAkB,CAAC3B,EAAMC,IAAe,CAAC,OAAOD,EAAM,CAAC,IAAI,UAAU,MAAO,GAAM,IAAI,YAAY,MAAO,GAAK,QAAQ,MAAO,EAAM,CAAC,EAAQ4B,GAAkB,CAAC5B,EAAMC,IAAe,CAAC,OAAOD,EAAM,CAAC,IAAI,YAAY,MAAO,GAAK,QAAQ,MAAO,EAAM,CAAC,EAAQ6B,GAAkB,CAAC7B,EAAMC,IAAe,CAAC,OAAOD,EAAM,CAAC,IAAI,YAAY,MAAO,GAAM,IAAI,UAAU,MAAO,GAAK,QAAQ,MAAO,EAAK,CAAC,EAAQ8B,GAAmB,CAACC,EAAEC,IAAI,oBAAoBA,CAAC,GAASC,GAAkB,CAACjC,EAAMC,IAAe,CAAC,OAAOD,EAAM,CAAC,IAAI,UAAU,MAAO,GAAK,IAAI,YAAY,MAAO,GAAM,QAAQ,MAAO,EAAK,CAAC,EAAQkC,GAAkB,CAAClC,EAAMC,IAAe,CAAC,OAAOD,EAAM,CAAC,IAAI,YAAY,MAAO,GAAK,QAAQ,MAAO,EAAM,CAAC,EAAQmC,GAAkB,CAACnC,EAAMC,IAAe,CAAC,OAAOD,EAAM,CAAC,IAAI,YAAY,MAAO,GAAM,IAAI,YAAY,MAAO,GAAM,IAAI,YAAY,MAAO,GAAM,IAAI,UAAU,MAAO,GAAM,QAAQ,MAAO,EAAK,CAAC,EAAQoC,GAAOpC,GAAc,CAACA,EAAcqC,GAAkB,CAACrC,EAAMC,IAAe,CAAC,OAAOD,EAAM,CAAC,IAAI,YAAY,MAAO,GAAK,QAAQ,MAAO,EAAK,CAAC,EAAQsC,GAAY,CAACC,EAAMC,IAAM,CAAC,GAAG,GAACD,GAAO,OAAOA,GAAQ,UAAkB,MAAM,CAAC,GAAGA,EAAM,IAAAC,CAAG,CAAE,EAAQC,GAAY,CAAC,OAAO,EAAE,MAAM,IAAI,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAY,CAAC,OAAO3B,GAAW,aAAa,YAAY,WAAW0B,GAAY,QAAQ,WAAW,KAAK,QAAQ,EAAQE,GAAU,CAAC,CAAC,MAAA3C,CAAK,IAAoB4C,GAAoB,EAAqB,KAAyBC,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAO7C,CAAK,EAAE,yBAAyB,EAAE,CAAC,EAAU8C,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAA6BC,GAAW,SAASF,EAAMG,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAA1D,EAAa,UAAA2D,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,GAAGC,CAAS,EAAErB,GAASI,CAAK,EAAQkB,GAAU,IAAI,CAAC,IAAMC,EAASA,GAAiB,OAAUrE,CAAY,EAAE,GAAGqE,EAAS,OAAO,CAAC,IAAIC,GAAU,SAAS,cAAc,qBAAqB,EAAKA,GAAWA,GAAU,aAAa,UAAUD,EAAS,MAAM,GAAQC,GAAU,SAAS,cAAc,MAAM,EAAEA,GAAU,aAAa,OAAO,QAAQ,EAAEA,GAAU,aAAa,UAAUD,EAAS,MAAM,EAAE,SAAS,KAAK,YAAYC,EAAS,EAAG,CAAC,EAAE,CAAC,OAAUtE,CAAY,CAAC,EAAQuE,GAAmB,IAAI,CAAC,IAAMF,EAASA,GAAiB,OAAUrE,CAAY,EAAE,SAAS,MAAMqE,EAAS,OAAO,GAAMA,EAAS,UAAU,SAAS,cAAc,uBAAuB,GAAG,aAAa,UAAUA,EAAS,QAAQ,CAAG,EAAE,CAAC,OAAUrE,CAAY,CAAC,EAAE,GAAK,CAACwE,EAAYC,CAAmB,EAAEC,GAA8BR,EAAQxE,GAAY,EAAK,EAAQiF,EAAe,OAA2SC,EAAkBC,GAAGjF,GAAkB,GAA5S,CAAaoE,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAwBA,EAAS,CAAuE,EAAQc,GAAQ7E,GAAUH,GAAgBE,GAAc,GAAGA,CAAY,CAAC,EAAQ+E,EAAS9E,GAAUC,GAAiBF,GAAc,GAAGA,CAAY,CAAC,EAAEgF,GAA0BhF,CAAY,EAAE,IAAMiF,EAAShF,GAAUE,GAAiBH,GAAc,GAAGA,CAAY,CAAC,EAAQkF,GAAOC,GAAU,EAAQC,EAAY,IAASzF,GAAU,EAAiB6E,IAAc,YAAtB,GAAmEa,EAAS9E,GAAOP,GAAc,GAAG,SAAS,EAAQsF,GAASrF,GAAUS,GAAiBV,GAAc,GAAGA,CAAY,CAAC,EAAQuF,EAAStF,GAAUgB,GAAiBjB,GAAc,GAAGA,CAAY,CAAC,EAAQwF,GAASvF,GAAUiB,GAAiBlB,GAAc,GAAGA,CAAY,CAAC,EAAQyF,GAAYnE,GAASF,GAAiBpB,GAAc,GAAGA,CAAY,CAAC,EAAQ0F,GAASzF,GAAUsB,GAAiBvB,GAAc,GAAGA,CAAY,CAAC,EAAQ2F,EAAarE,GAASE,GAAiBxB,GAAc,GAAGA,CAAY,CAAC,EAAQ4F,GAAS3F,GAAUwB,GAAkBzB,GAAc,GAAGA,CAAY,CAAC,EAAQ6F,GAAS5F,GAAUyB,GAAkB1B,GAAc,GAAGA,CAAY,CAAC,EAAQ8F,GAAU7F,GAAU0B,GAAkB3B,GAAc,GAAGA,CAAY,CAAC,EAAQ+F,GAAUC,GAAkB,WAAW,EAAQC,EAAW1C,EAAO,IAAI,EAAQ2C,EAAWF,GAAkB,WAAW,EAAQG,GAAW5C,EAAO,IAAI,EAAQ6C,GAAUnG,GAAU2B,GAAkB5B,GAAc,GAAGA,CAAY,CAAC,EAAQqG,GAAUpG,GAAU+B,GAAkBhC,GAAc,GAAGA,CAAY,CAAC,EAAQsG,GAAavG,GAAYJ,GAAU,GAAiB,CAAC,YAAY,WAAW,EAAE,SAAS6E,CAAW,EAASzE,EAA/D,GAAyFwG,GAAa,IAAQ,CAAC5G,GAAU,GAAiB6E,IAAc,YAA6CgC,GAAUvG,GAAUgC,GAAkBjC,GAAc,GAAGA,CAAY,CAAC,EAAQyG,GAAa1G,GAAYJ,GAAU,EAAiB,CAAC,YAAY,WAAW,EAAE,SAAS6E,CAAW,EAAS,GAAazE,EAA5E,GAA0F2G,GAAUzG,GAAUiC,GAAkBlC,GAAc,GAAGA,CAAY,CAAC,EAAQ2G,GAAUxE,GAAO5B,GAAOP,GAAc,GAAG,SAAS,CAAC,EAAQ4G,GAAWZ,GAAkB,WAAW,EAAQa,GAAWtD,EAAO,IAAI,EAAQuD,GAAU7G,GAAUmC,GAAkBpC,GAAc,GAAGA,CAAY,CAAC,EAAE,OAAA+G,GAAiB,CAAC,CAAC,EAAsBnE,EAAKoE,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAAnH,EAAiB,EAAE,SAAsBoH,EAAMC,GAAY,CAAC,GAAGjD,GAAUR,EAAgB,SAAS,CAAcb,EAAKF,GAAU,CAAC,MAAM,kGAAkG,CAAC,EAAeuE,EAAMnJ,EAAO,IAAI,CAAC,GAAGqG,EAAU,UAAUU,GAAGD,EAAkB,gBAAgBZ,CAAS,EAAE,IAAIR,EAAW,MAAM,CAAC,GAAGO,CAAK,EAAE,SAAS,CAACe,IAAsBlC,EAAKuE,EAA0B,CAAC,OAAO,GAAG,MAAMtD,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,cAAc,KAAK,cAAc,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAU,qBAAqB,QAAQ,WAAW,CAAC,EAAE,SAAsB5B,EAAKjG,GAAU,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,cAAc,UAAU,wEAAwE,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEoI,GAAuBnC,EAAKyE,EAAK,CAAC,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBzE,EAAK9E,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,uBAAuB,SAAsBmJ,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,KAAKrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oEAAoE,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,+MAA+M,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,KAAKrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oEAAoE,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,+MAA+M,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,KAAKrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsBL,EAAM,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oEAAoE,EAAE,SAAS,CAAcrE,EAAK,SAAS,CAAC,SAAS,wGAAwG,CAAC,EAAeA,EAAK,SAAS,CAAC,SAAsBA,EAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,SAAS,CAAC,SAAS,yGAAyG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqC,GAAuBgC,EAAM,OAAO,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcrE,EAAK,UAAU,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,SAAsBqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,MAAM,SAAS,CAAcrE,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,SAAsBA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsBqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,KAAKrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,yBAAyB,0BAA0B,WAAW,EAAE,SAAS,yCAAyC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,KAAKrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,yBAAyB,0BAA0B,WAAW,EAAE,SAAS,yCAAyC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,KAAKrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,yBAAyB,0BAA0B,WAAW,EAAE,SAAS,yCAAyC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,KAAKrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,kDAAkD,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,KAAKrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,kDAAkD,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,KAAKrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,kDAAkD,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,uBAAuB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,KAAKrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,kGAAkG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,KAAKrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,kGAAkG,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAS,CAAcrE,EAAK4E,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4B7E,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGX,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,MAAM,gBAAgBA,GAAmB,OAAO,OAAO,0BAA0B,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,GAAG,GAAGtD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUiD,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsB7E,EAAK/F,GAAa,CAAC,UAAU4K,EAAc,CAAC,EAAE,UAAU,gBAAgB,OAAO,OAAO,UAAU,GAAM,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,aAAa,UAAUpG,EAAkB,MAAMrB,CAAY,GAAG,mBAAmB,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAK7F,GAAM,CAAC,OAAO,OAAO,KAAKsE,EAAkB,MAAMrB,CAAY,GAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,8BAAqiB,GAAG,YAAY,SAAS,YAAY,OAAO,MAAM,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,KAAK,OAAO,IAAI,GAAG,MAAM,OAAO,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEoF,EAAY,GAAgBxC,EAAK,MAAM,CAAC,UAAU,+BAA+B,mBAAmB,MAAM,SAAsBA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,gBAAgBA,GAAmB,OAAO,OAAO,2CAA2C,IAAI,sEAAsE,OAAO,oQAAoQ,CAAC,CAAC,EAAE,SAAsBjB,EAAK5F,GAA+B,CAAC,QAAQqD,GAAU,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQqH,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,GAAG,EAAE,EAAE,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,qBAAqBA,GAAmB,OAAO,OAAO,oDAAoD,IAAI,sEAAsE,OAAO,oQAAoQ,EAAE,UAAU,gBAAgB,wBAAwB,SAAS,mBAAmB,YAAY,QAAQvD,GAAW,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2G,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAcrE,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,oBAAoB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,YAAY,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiH,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,mBAAmB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,sDAAsD,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,sDAAsD,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAcrE,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,oBAAoB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,QAAQ,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiH,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,yDAAyD,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,yDAAyD,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAcrE,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,oBAAoB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,QAAQ,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiH,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,2DAA2D,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,2DAA2D,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAcrE,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,oBAAoB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,UAAU,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiH,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,qBAAqB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,iEAAiE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,iEAAiE,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,YAAY,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,UAAU,CAAC,UAAU,gBAAgB,mBAAmB,6BAA6B,SAAsBqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,qEAAqE,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,qEAAqE,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsBL,EAAM,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,oEAAoE,EAAE,SAAS,CAAC,yBAAsCrE,EAAK,KAAK,CAAC,CAAC,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,oEAAoE,EAAE,SAAS,mCAAmC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,oEAAoE,EAAE,SAAS,mCAAmC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgBiH,EAAYK,EAAS,CAAC,SAAS,CAAc1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,wBAAwB,EAAE,SAAS,+DAA+D,CAAC,EAAeA,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,wBAAwB,EAAE,SAAS,yDAAyD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgBiH,EAAYK,EAAS,CAAC,SAAS,CAAc1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,wBAAwB,EAAE,SAAS,0EAA0E,CAAC,EAAeA,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,wBAAwB,EAAE,SAAS,8CAA8C,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,aAAa,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,EAAE,IAAI,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,gBAAgBA,GAAmB,OAAO,OAAO,4CAA4C,IAAI,sEAAsE,OAAO,mQAAmQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ6D,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,KAAK,GAAG,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,WAAWA,GAAmB,OAAO,OAAO,yBAAyB,IAAI,sEAAsE,OAAO,mQAAmQ,CAAC,CAAC,EAAE,SAAsBjB,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQwK,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,EAAE,IAAI,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,gBAAgBA,GAAmB,OAAO,OAAO,2CAA2C,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,CAAC,CAAC,CAAC,EAAeoD,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeqE,EAAM,KAAK,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,SAAS,CAAcA,EAAM,KAAK,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAS,CAAcrE,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAK,MAAM,CAAC,UAAU,eAAe,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,qCAAqC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,qCAAqC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,KAAK,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAS,CAAcrE,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAK,MAAM,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,iCAAiC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,iCAAiC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,KAAK,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAS,CAAcrE,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAK,MAAM,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,4BAA4B,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,4BAA4B,CAAC,CAAC,CAAC,EAAE,UAAU,eAAe,mBAAmB,OAAO,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,qEAAqE,EAAE,SAAsBA,EAAKyE,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBzE,EAAK9E,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mCAA8B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsB8E,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,qEAAqE,EAAE,SAAsBA,EAAKyE,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBzE,EAAK9E,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mCAA8B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemJ,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,EAAE,IAAI,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,gBAAgBA,GAAmB,OAAO,OAAO,4CAA4C,IAAI,uEAAuE,OAAO,sQAAsQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ6D,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,KAAK,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,WAAWA,GAAmB,OAAO,OAAO,yBAAyB,IAAI,uEAAuE,OAAO,sQAAsQ,CAAC,CAAC,EAAE,SAAsBjB,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQwK,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,EAAE,IAAI,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,gBAAgBA,GAAmB,OAAO,OAAO,2CAA2C,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,CAAC,CAAC,CAAC,EAAeoD,EAAM,MAAM,CAAC,UAAU,eAAe,mBAAmB,iBAAiB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,QAAQ,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,QAAQ,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeqE,EAAM,KAAK,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,SAAS,CAAcA,EAAM,KAAK,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAS,CAAcrE,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAK,MAAM,CAAC,UAAU,eAAe,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,qCAAqC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,qCAAqC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,KAAK,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAS,CAAcrE,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAK,MAAM,CAAC,UAAU,eAAe,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,oCAAoC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,oCAAoC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,KAAK,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAS,CAAcrE,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAK,MAAM,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,+BAA+B,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,+BAA+B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,EAAE,IAAI,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,gBAAgBA,GAAmB,OAAO,OAAO,4CAA4C,IAAI,sEAAsE,OAAO,mQAAmQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ6D,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,KAAK,GAAG,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,WAAWA,GAAmB,OAAO,OAAO,yBAAyB,IAAI,sEAAsE,OAAO,mQAAmQ,CAAC,CAAC,EAAE,SAAsBjB,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQwK,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,EAAE,IAAI,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,gBAAgBA,GAAmB,OAAO,OAAO,2CAA2C,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,CAAC,CAAC,CAAC,EAAeoD,EAAM,MAAM,CAAC,UAAU,eAAe,mBAAmB,iBAAiB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeqE,EAAM,KAAK,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,SAAS,CAAcA,EAAM,KAAK,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAS,CAAcrE,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAK,MAAM,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,KAAK,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAS,CAAcrE,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAK,MAAM,CAAC,UAAU,eAAe,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,0BAA0B,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,0BAA0B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,KAAK,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAS,CAAcrE,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAK,MAAM,CAAC,UAAU,eAAe,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,mCAAmC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,mCAAmC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,qEAAqE,EAAE,SAAsBA,EAAKyE,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBzE,EAAK9E,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,qCAAgC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsB8E,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,qEAAqE,EAAE,SAAsBA,EAAKyE,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBzE,EAAK9E,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,qCAAgC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe8E,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,uBAAuB,SAAsBA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAsBqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsBL,EAAM,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,CAAC,qBAAkCrE,EAAK,KAAK,CAAC,CAAC,EAAE,6BAA6B,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,+CAA+C,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,+CAA+C,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKtF,GAAU,CAAC,UAAU,SAAS,aAAa,CAAC,UAAU,qBAAqB,SAAS,GAAG,aAAa,GAAG,mBAAmB,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,cAAc,OAAO,YAAY,GAAG,kBAAkB,GAAM,iBAAiB,GAAK,UAAU,GAAG,kBAAkB,EAAK,EAAE,gBAAgB,GAAK,aAAa,EAAE,UAAU,OAAO,YAAY,GAAK,eAAe,CAAC,aAAa,GAAK,eAAe,EAAE,mBAAmB,KAAK,cAAc,EAAE,aAAa,EAAE,cAAc,EAAK,EAAE,YAAY,CAAC,UAAU,EAAE,YAAY,GAAM,UAAU,EAAE,UAAU,GAAG,SAAS,EAAI,EAAE,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,gBAAgB,EAAE,WAAW,EAAE,SAAS,YAAY,QAAQ,EAAE,cAAc,EAAE,YAAY,EAAE,eAAe,GAAM,aAAa,EAAE,WAAW,EAAE,gBAAgB,CAAC,kBAAkB,EAAE,eAAe,qBAAqB,SAAS,EAAE,SAAS,qBAAqB,QAAQ,GAAG,UAAU,GAAG,QAAQ,GAAG,YAAY,GAAG,YAAY,GAAG,WAAW,GAAG,iBAAiB,EAAK,EAAE,MAAM,CAAc2J,EAAMnJ,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,SAAS,CAAc8E,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,iBAAiB,EAAE,SAAS,kLAA6K,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,SAAS,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeqE,EAAMnJ,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,SAAS,CAAc8E,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,IAAI,qEAAqE,EAAE,UAAU,gBAAgB,CAAC,EAAe+J,EAAMnJ,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAcmJ,EAAMnJ,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAc8E,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,kBAAkB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,kBAAkB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,kBAAkB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,kBAAkB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,kBAAkB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,iBAAiB,EAAE,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,iBAAiB,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAMnJ,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,SAAS,CAAc8E,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,iBAAiB,EAAE,SAAS,gOAAsN,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,SAAS,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeqE,EAAMnJ,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,SAAS,CAAc8E,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,IAAI,qEAAqE,EAAE,UAAU,gBAAgB,CAAC,EAAe+J,EAAMnJ,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAcmJ,EAAMnJ,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAc8E,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,kBAAkB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,kBAAkB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,kBAAkB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,kBAAkB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,kBAAkB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,iBAAiB,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,iBAAiB,EAAE,SAAS,mBAAmB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,kBAAkB,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,SAAS,CAAcrE,EAAK,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,QAAQ,SAAsBqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,oEAAoE,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,QAAQ,sBAAsB,oEAAoE,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,qEAAqE,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,qEAAqE,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,OAAO,0BAA0B,QAAQ,sBAAsB,qEAAqE,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,QAAQ,SAAsBqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,oEAAoE,EAAE,SAAS,gCAAgC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,gCAAgC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,QAAQ,sBAAsB,oEAAoE,EAAE,SAAS,gCAAgC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,qEAAqE,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,qEAAqE,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,OAAO,0BAA0B,QAAQ,sBAAsB,qEAAqE,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,QAAQ,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,oEAAoE,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,QAAQ,sBAAsB,oEAAoE,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,qEAAqE,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,qEAAqE,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,OAAO,0BAA0B,QAAQ,sBAAsB,qEAAqE,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,qEAAqE,EAAE,SAAsBA,EAAKyE,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBzE,EAAK9E,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mBAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsB8E,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,qEAAqE,EAAE,SAAsBA,EAAKyE,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBzE,EAAK9E,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mBAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe8E,EAAK,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,2BAA2B,SAAsBA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAsBA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGX,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,CAAC,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,IAAI,MAAM,OAAOtD,GAAmB,OAAO,OAAO,SAAS,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB5B,EAAKpF,GAAuB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE6H,GAAuBzC,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGX,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,KAAK,MAAMtD,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,mBAAmB,gCAAgC,KAAK,gCAAgC,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB5B,EAAKlF,GAAuB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,gCAAgC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAekF,EAAK,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,sBAAiB,SAAsBqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,mBAAmB,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,mBAAmB,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,iBAAiB,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,0BAA0B,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOX,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAOtD,GAAmB,OAAO,OAAO,mBAAmB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,EAAE,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKhF,GAAQ,CAAC,UAAUyD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,SAAS,2FAA2F,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,kBAAkB,EAAE,YAAY,wEAAwE,gBAAgB,EAAE,iBAAiB,EAAE,YAAY,QAAQ,eAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAUvB,EAAkB,OAAOrB,CAAY,GAAG,gCAAgC,UAAU,qBAAqB,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOX,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,EAAE,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAOtD,GAAmB,OAAO,OAAO,mBAAmB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,GAAG,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKhF,GAAQ,CAAC,UAAUyD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,SAAS,wIAAwI,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,kBAAkB,EAAE,YAAY,wEAAwE,gBAAgB,EAAE,iBAAiB,EAAE,YAAY,QAAQ,eAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAUvB,EAAkB,OAAOrB,CAAY,GAAG,mDAAmD,UAAU,qBAAqB,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOX,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,GAAG,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAOtD,GAAmB,OAAO,OAAO,mBAAmB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,IAAI,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKhF,GAAQ,CAAC,UAAUyD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,SAAS,qIAAqI,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,kBAAkB,EAAE,YAAY,wEAAwE,gBAAgB,EAAE,iBAAiB,EAAE,YAAY,QAAQ,eAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAUvB,EAAkB,OAAOrB,CAAY,GAAG,sCAAsC,UAAU,qBAAqB,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOX,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,GAAG,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAOtD,GAAmB,OAAO,OAAO,mBAAmB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,IAAI,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKhF,GAAQ,CAAC,UAAUyD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,SAAS,mMAAmM,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,kBAAkB,EAAE,YAAY,wEAAwE,gBAAgB,EAAE,iBAAiB,EAAE,YAAY,QAAQ,eAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAUvB,EAAkB,OAAOrB,CAAY,GAAG,0CAA0C,UAAU,qBAAqB,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOX,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,GAAG,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAOtD,GAAmB,OAAO,OAAO,mBAAmB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,IAAI,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKhF,GAAQ,CAAC,UAAUyD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,SAAS,uGAAuG,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,kBAAkB,EAAE,YAAY,wEAAwE,gBAAgB,EAAE,iBAAiB,EAAE,YAAY,QAAQ,eAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAUvB,EAAkB,OAAOrB,CAAY,GAAG,2CAA2C,UAAU,qBAAqB,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOX,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,GAAG,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAOtD,GAAmB,OAAO,OAAO,mBAAmB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,IAAI,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKhF,GAAQ,CAAC,UAAUyD,EAAkB,OAAOrB,CAAY,GAAgBiH,EAAYK,EAAS,CAAC,SAAS,CAAc1E,EAAK,IAAI,CAAC,SAAS,4MAA4M,CAAC,EAAeA,EAAK,IAAI,CAAC,SAAsBA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,kBAAkB,EAAE,YAAY,wEAAwE,gBAAgB,EAAE,iBAAiB,EAAE,YAAY,QAAQ,eAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAUvB,EAAkB,OAAOrB,CAAY,GAAG,iCAAiC,UAAU,qBAAqB,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOX,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,GAAG,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAOtD,GAAmB,OAAO,OAAO,mBAAmB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,IAAI,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,yBAAyB,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKhF,GAAQ,CAAC,UAAUyD,EAAkB,OAAOrB,CAAY,GAAgBiH,EAAYK,EAAS,CAAC,SAAS,CAAcL,EAAM,IAAI,CAAC,SAAS,CAAC,0JAAuKrE,EAAKyE,EAAK,CAAC,KAAK,oBAAoB,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,aAAa,GAAM,SAAsBzE,EAAK9E,EAAO,EAAE,CAAC,SAAS,kBAAkB,CAAC,CAAC,CAAC,EAAE,4BAAyC8E,EAAKyE,EAAK,CAAC,KAAK,qCAAqC,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,aAAa,GAAM,SAAsBzE,EAAK9E,EAAO,EAAE,CAAC,SAAS,oCAAoC,CAAC,CAAC,CAAC,EAAE,6EAA6E,CAAC,CAAC,EAAe8E,EAAK,IAAI,CAAC,SAAsBA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,kBAAkB,EAAE,YAAY,wEAAwE,gBAAgB,EAAE,iBAAiB,EAAE,YAAY,QAAQ,eAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAUvB,EAAkB,OAAOrB,CAAY,GAAG,2CAA2C,UAAU,qBAAqB,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOX,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,GAAG,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAOtD,GAAmB,OAAO,OAAO,mBAAmB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,IAAI,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKhF,GAAQ,CAAC,UAAUyD,EAAkB,OAAOrB,CAAY,GAAgBiH,EAAYK,EAAS,CAAC,SAAS,CAAc1E,EAAK,IAAI,CAAC,SAAS,wUAA8T,CAAC,EAAeA,EAAK,IAAI,CAAC,SAAsBA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,kBAAkB,EAAE,YAAY,wEAAwE,gBAAgB,EAAE,iBAAiB,EAAE,YAAY,QAAQ,eAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAUvB,EAAkB,OAAOrB,CAAY,GAAG,kCAA6B,UAAU,qBAAqB,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEsF,IAAuB2B,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGX,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,CAAC,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,GAAG,MAAMtD,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,cAAc,KAAK,cAAc,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAU,qBAAqB,QAAQ,WAAW,CAAC,EAAE,SAAsB5B,EAAKjG,GAAU,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,cAAc,UAAU,wEAAwE,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAesK,EAAM,OAAO,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAcrE,EAAK,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,SAAsBqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,SAAS,CAAcrE,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,SAAsBA,EAAK/E,GAAmC,CAAC,QAAQ+C,GAAW,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,UAAU,QAAQC,GAAW,UAAU,GAAK,SAAsBoG,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,kBAAkB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,oEAAoE,EAAE,SAAS,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,kBAAkB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,uBAAuB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,kGAAkG,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,wBAAwB,EAAE,SAAS,kGAAkG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,kGAAkG,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAsBA,EAAK4E,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASG,GAA6B/E,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGX,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,CAAC,EAAE,UAAU,CAAC,MAAM,gBAAgBA,GAAmB,OAAO,OAAO,0BAA0B,GAAGA,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,GAAG,GAAGtD,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUmD,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsB/E,EAAK/F,GAAa,CAAC,UAAU8K,EAAe,CAAC,EAAE,UAAU,gBAAgB,OAAO,OAAO,UAAU,GAAM,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,aAAa,UAAUtG,EAAkB,OAAOrB,CAAY,GAAG,oBAAoB,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,MAAM,SAAsBA,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,SAAsBA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,IAAI,EAAE,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,qBAAqBA,GAAmB,OAAO,OAAO,oDAAoD,IAAI,uEAAuE,OAAO,yKAAyK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ6D,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,QAAQ,UAAU,SAAS,MAAM,QAAQ,IAAI,uEAAuE,OAAO,yKAAyK,CAAC,CAAC,EAAE,SAAsBjB,EAAK5F,GAA+B,CAAC,QAAQqD,GAAU,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQqH,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,IAAI,IAAI,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,QAAQ,UAAU,SAAS,MAAM,qBAAqBA,GAAmB,OAAO,OAAO,mDAAmD,IAAI,uEAAuE,OAAO,yKAAyK,EAAE,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,YAAY,QAAQvD,GAAW,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2G,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAcrE,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,oBAAoB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,YAAY,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiH,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,mBAAmB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,sDAAsD,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,sDAAsD,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAcrE,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,oBAAoB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,QAAQ,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiH,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,yDAAyD,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,yDAAyD,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,YAAY,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAcrE,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,oBAAoB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,QAAQ,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiH,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,2DAA2D,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,2DAA2D,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,YAAY,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAcrE,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,oBAAoB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,UAAU,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiH,EAAM,MAAM,CAAC,UAAU,eAAe,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,mBAAmB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,gEAAgE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,wBAAwB,EAAE,SAAS,gEAAgE,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,uBAAuB,SAAsBA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAsBqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsBL,EAAM,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,CAAC,qBAAkCrE,EAAK,KAAK,CAAC,CAAC,EAAE,6BAA6B,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,+CAA+C,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,+CAA+C,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,gBAAgB,SAAS,CAAcrE,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,iBAAiB,EAAE,SAAS,sMAA4L,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,SAAS,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,IAAI,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,GAAG,EAAE,IAAI,EAAE,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,qEAAqE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ6D,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,IAAI,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,GAAG,EAAE,IAAI,EAAE,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,qEAAqE,CAAC,CAAC,EAAE,SAAsBjB,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQwK,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,IAAI,IAAI,EAAE,EAAE,EAAE,EAAE,GAAG,GAAG,EAAE,IAAI,EAAE,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,qEAAqE,EAAE,UAAU,eAAe,CAAC,CAAC,CAAC,EAAeoD,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAAcrE,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,kBAAkB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,kBAAkB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,kBAAkB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,kBAAkB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,kBAAkB,OAAO,OAAO,WAAWiE,EAAkB,MAAMrB,CAAY,GAAG,QAAQ,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,iBAAiB,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,MAAM,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,iBAAiB,EAAE,SAAS,mBAAmB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,SAAS,CAAcrE,EAAK,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,QAAQ,SAAsBqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,oEAAoE,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,QAAQ,sBAAsB,oEAAoE,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,qEAAqE,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,qEAAqE,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,OAAO,0BAA0B,QAAQ,sBAAsB,qEAAqE,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,YAAY,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,QAAQ,SAAsBqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,oEAAoE,EAAE,SAAS,gCAAgC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,gCAAgC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,QAAQ,sBAAsB,oEAAoE,EAAE,SAAS,gCAAgC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,qEAAqE,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,qEAAqE,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,MAAMrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,OAAO,0BAA0B,QAAQ,sBAAsB,qEAAqE,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,QAAQ,SAAsBqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,oEAAoE,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,QAAQ,sBAAsB,oEAAoE,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,qEAAqE,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,qEAAqE,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,OAAO,0BAA0B,QAAQ,sBAAsB,qEAAqE,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,YAAY,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,MAAM,UAAU,MAAM,MAAMA,GAAmB,OAAO,QAAQ,IAAI,wEAAwE,OAAO,yQAAyQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ6D,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,MAAM,UAAU,MAAM,MAAMA,GAAmB,OAAO,QAAQ,IAAI,wEAAwE,OAAO,yQAAyQ,CAAC,CAAC,EAAE,SAAsBoD,EAAM/J,EAAM,CAAC,GAAG,UAAU,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQwK,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,IAAI,wEAAwE,OAAO,yQAAyQ,EAAE,UAAU,eAAe,mBAAmB,yBAAoB,SAAS,CAAcjB,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsBL,EAAM,KAAK,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,SAAS,0BAA0B,OAAO,sBAAsB,sEAAsE,EAAE,SAAS,CAAcrE,EAAK,OAAO,CAAC,MAAM,CAAC,qBAAqB,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,YAAY,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,qBAAqB,MAAM,EAAE,SAAS,wCAAwC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAASvB,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsBL,EAAM,KAAK,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,SAAS,0BAA0B,OAAO,sBAAsB,sEAAsE,EAAE,SAAS,CAAcrE,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,YAAY,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,wCAAwC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsBL,EAAM,KAAK,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,SAAS,0BAA0B,OAAO,sBAAsB,sEAAsE,EAAE,SAAS,CAAcrE,EAAK,OAAO,CAAC,MAAM,CAAC,qBAAqB,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,YAAY,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,qBAAqB,MAAM,EAAE,SAAS,wCAAwC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,KAAK,OAAO5B,GAAW,MAAM,CAAC,yBAAyB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeiG,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,8PAA8P,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,8PAA8P,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAK4E,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASI,GAA6BhF,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGX,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,KAAK,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,KAAK,IAAI,EAAE,GAAG,EAAE,GAAG,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,GAAG,GAAGtD,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,KAAK,IAAI,EAAE,IAAI,EAAE,IAAI,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,OAAO,KAAK,OAAO,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUoD,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBhF,EAAK5E,GAAc,CAAC,UAAU,eAAe,OAAO,OAAO,GAAG,YAAY,UAAU,wEAAwE,UAAU,GAAM,SAAS,YAAY,UAAU4J,EAAe,CAAC,EAAE,KAAK,OAAO,UAAU,GAAK,QAAQ,YAAY,MAAM,OAAO,UAAUvG,EAAkB,OAAOrB,CAAY,GAAG,oBAAoB,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsBL,EAAM,IAAI,CAAC,UAAU,6BAA6B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcrE,EAAK,SAAS,CAAC,SAAS,kBAAkB,CAAC,EAAeA,EAAK,SAAS,CAAC,SAAsBA,EAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,SAAS,CAAC,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,aAAa,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE2C,GAAuB0B,EAAM,OAAO,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAACzB,IAAuByB,EAAM,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,QAAQ,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,YAAY,IAAI,sEAAsE,OAAO,gWAAgW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ6D,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,QAAQ,QAAQ,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,QAAQ,UAAU,QAAQ,MAAM,QAAQA,GAAmB,OAAO,OAAO,YAAY,IAAI,sEAAsE,OAAO,gWAAgW,CAAC,CAAC,EAAE,SAAsBjB,EAAK3E,GAAY,CAAC,yBAAyB,GAAM,iBAAiB,EAAE,mCAAmC,GAAK,gBAAgB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,GAAG,UAAU,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQyJ,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,WAAW,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,YAAY,IAAI,sEAAsE,OAAO,gWAAgW,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,SAAsBjB,EAAK,MAAM,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsBL,EAAM,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,sBAAsB,0BAA0B,SAAS,uBAAuB,MAAM,sBAAsB,sEAAsE,EAAE,SAAS,CAAcrE,EAAK,OAAO,CAAC,MAAM,CAAC,qBAAqB,MAAM,EAAE,SAAS,gBAAgB,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,qBAAqB,MAAM,EAAE,SAAsBA,EAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,qBAAqB,MAAM,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,QAAQ,MAAS,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsBL,EAAM,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,qBAAqB,0BAA0B,SAAS,uBAAuB,MAAM,sBAAsB,sEAAsE,EAAE,SAAS,CAAcrE,EAAK,OAAO,CAAC,MAAM,CAAC,qBAAqB,qBAAqB,EAAE,SAAS,UAAU,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,qBAAqB,qBAAqB,EAAE,SAAsBA,EAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,qBAAqB,qBAAqB,EAAE,SAAS,UAAU,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,qBAAqB,qBAAqB,EAAE,SAAsBA,EAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,qBAAqB,qBAAqB,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,yBAAyB,EAAE,kBAAkB,MAAM,QAAQvB,EAAkB,OAAOrB,CAAY,GAAG,iBAAiB,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe4C,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,sCAAsC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,yFAAyF,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAK4E,GAAa,CAAC,MAAM,CAAC,CAAC,KAAKrG,GAAiBnB,GAAc,GAAGA,CAAY,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAKmB,GAAiBnB,GAAc,GAAGA,CAAY,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAKmB,GAAiBnB,GAAc,GAAGA,CAAY,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS6H,GAA6BjF,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGX,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,GAAG,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUqD,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBjF,EAAK5E,GAAc,CAAC,UAAU,eAAe,OAAO,OAAO,GAAG,YAAY,UAAU,wEAAwE,UAAU,GAAM,SAAS,YAAY,UAAU6J,EAAe,CAAC,EAAE,UAAU,GAAK,QAAQ,YAAY,MAAM,OAAO,UAAUxG,EAAkB,OAAOrB,CAAY,GAAG,gBAAgB,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEoF,EAAY,GAAgBxC,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,wCAAwC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gCAAgC,mBAAmB,OAAO,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK6C,GAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAe7C,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8C,IAAuBuB,EAAM,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,yBAAoB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,QAAQ,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,YAAY,GAAGxC,EAAkB,OAAOrB,CAAY,GAAG,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,wFAAwF,OAAO,wbAAwb,CAAC,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0H,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,QAAQ,KAAK,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,QAAQ,UAAU,QAAQ,MAAM,QAAQA,GAAmB,OAAO,OAAO,YAAY,GAAGxC,EAAkB,OAAOrB,CAAY,GAAG,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,wFAAwF,OAAO,wbAAwb,CAAC,CAAC,CAAC,EAAE,SAAsB4C,EAAK3E,GAAY,CAAC,yBAAyB,GAAM,iBAAiB,EAAE,mCAAmC,GAAK,gBAAgB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,GAAG,UAAU,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQyJ,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,WAAW,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,YAAY,GAAGxC,EAAkB,OAAOrB,CAAY,GAAG,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,wFAAwF,OAAO,wbAAwb,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,SAAsB4C,EAAK,MAAM,CAAC,UAAU,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsBL,EAAM,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,sBAAsB,0BAA0B,SAAS,uBAAuB,MAAM,sBAAsB,sEAAsE,EAAE,SAAS,CAAcrE,EAAK,OAAO,CAAC,MAAM,CAAC,qBAAqB,sBAAsB,EAAE,SAAS,gBAAgB,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,qBAAqB,sBAAsB,EAAE,SAAsBA,EAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,qBAAqB,sBAAsB,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,QAAQvB,EAAkB,OAAOrB,CAAY,GAAG,eAAe,CAAC,EAAE,SAAsB4C,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsBL,EAAM,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,qBAAqB,0BAA0B,SAAS,uBAAuB,MAAM,sBAAsB,sEAAsE,EAAE,SAAS,CAAcrE,EAAK,OAAO,CAAC,MAAM,CAAC,qBAAqB,qBAAqB,EAAE,SAAS,UAAU,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,qBAAqB,qBAAqB,EAAE,SAAsBA,EAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,qBAAqB,qBAAqB,EAAE,SAAS,UAAU,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,qBAAqB,qBAAqB,EAAE,SAAsBA,EAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,qBAAqB,qBAAqB,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,yBAAyB,EAAE,kBAAkB,MAAM,QAAQvB,EAAkB,OAAOrB,CAAY,GAAG,iBAAiB,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe4C,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,sCAAsC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,yFAAyF,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAK4E,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASM,GAA6BlF,EAAKuE,EAA0B,CAAC,OAAO,GAAG,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUsD,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBlF,EAAK5E,GAAc,CAAC,UAAU,eAAe,OAAO,OAAO,GAAG,YAAY,UAAU,wEAAwE,UAAU,GAAM,SAAS,YAAY,UAAU8J,EAAe,CAAC,EAAE,UAAU,GAAK,QAAQ,YAAY,MAAM,OAAO,UAAUzG,EAAkB,OAAOrB,CAAY,GAAG,gBAAgB,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEoF,EAAY,GAAgBxC,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAAsB3E,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,wCAAwC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gCAAgC,mBAAmB,OAAO,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK+C,EAAa,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAe/C,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEmC,GAAuBnC,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,kCAA6B,SAAsBqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAcrE,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsBL,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,CAAC,+CAA4DrE,EAAK,KAAK,CAAC,CAAC,EAAE,uCAAuC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,qEAAqE,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,eAAe,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,IAAI,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcrE,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,oCAAoC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcrE,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,IAAI,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcrE,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,eAAe,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,IAAI,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,oCAAoC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,IAAI,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcrE,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,IAAI,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,oCAAoC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,SAAsBqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,MAAM,EAAE,EAAE,YAAY,GAAG,WAAW,IAAI,IAAI,oEAAoE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ6D,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,QAAQ,MAAM,GAAG,KAAK,EAAE,YAAY,GAAG,WAAW,IAAI,IAAI,oEAAoE,CAAC,CAAC,EAAE,SAAsBjB,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQwK,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,MAAM,EAAE,EAAE,YAAY,GAAG,WAAW,IAAI,IAAI,oEAAoE,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,CAAC,CAAC,CAAC,EAAE+B,IAAuBhD,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,kBAAkB,eAAe,kBAAkB,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,MAAM,IAAI,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,OAAO,IAAI,yFAAyF,OAAO,mQAAmQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,kBAAkB,eAAe,kBAAkB,QAAQ6D,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,QAAQ,MAAM,GAAG,KAAK,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,OAAO,IAAI,yFAAyF,OAAO,mQAAmQ,CAAC,CAAC,EAAE,SAAsBjB,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,kBAAkB,eAAe,kBAAkB,QAAQwK,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,MAAM,IAAI,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,OAAO,IAAI,yFAAyF,OAAO,mQAAmQ,EAAE,UAAU,gBAAgB,mBAAmB,uBAAuB,CAAC,CAAC,CAAC,EAAEgC,IAAuBoB,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,mBAAmB,eAAe,mBAAmB,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,MAAM,GAAG,MAAM,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,mBAAmB,eAAe,mBAAmB,QAAQ6D,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,QAAQ,MAAM,GAAG,KAAK,MAAM,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,CAAC,CAAC,EAAE,SAAsBjB,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,mBAAmB,eAAe,mBAAmB,QAAQwK,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,MAAM,GAAG,MAAM,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,EAAE,UAAU,iBAAiB,mBAAmB,oBAAoB,CAAC,CAAC,CAAC,EAAejB,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,MAAM,GAAG,OAAO,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ6D,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,QAAQ,MAAM,GAAG,KAAK,OAAO,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,CAAC,CAAC,EAAE,SAAsBjB,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQwK,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,MAAM,GAAG,OAAO,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,EAAE,UAAU,iBAAiB,mBAAmB,gBAAgB,CAAC,CAAC,CAAC,EAAejB,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,MAAM,GAAG,IAAI,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ6D,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,QAAQ,MAAM,GAAG,KAAK,IAAI,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,CAAC,CAAC,EAAE,SAAsBjB,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQwK,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,MAAM,GAAG,IAAI,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEiC,IAAwBmB,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,MAAM,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,MAAM,EAAE,MAAM,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,YAAY,IAAI,yFAAyF,OAAO,mQAAmQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,MAAM,QAAQ6D,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,QAAQ,MAAM,GAAG,KAAK,MAAM,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,YAAY,IAAI,yFAAyF,OAAO,mQAAmQ,CAAC,CAAC,EAAE,SAAsBjB,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,MAAM,QAAQwK,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,MAAM,EAAE,MAAM,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,YAAY,IAAI,yFAAyF,OAAO,mQAAmQ,EAAE,UAAU,iBAAiB,mBAAmB,SAAS,CAAC,CAAC,CAAC,EAAejB,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,IAAI,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,MAAM,EAAE,MAAM,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,YAAY,IAAI,0FAA0F,OAAO,yKAAyK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,IAAI,QAAQ6D,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,QAAQ,MAAM,GAAG,KAAK,MAAM,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,YAAY,IAAI,0FAA0F,OAAO,yKAAyK,CAAC,CAAC,EAAE,SAAsBjB,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,IAAI,QAAQwK,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,MAAM,EAAE,MAAM,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,YAAY,IAAI,0FAA0F,OAAO,yKAAyK,EAAE,UAAU,gBAAgB,mBAAmB,uBAAuB,CAAC,CAAC,CAAC,EAAejB,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,IAAI,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,MAAM,EAAE,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,YAAY,IAAI,yFAAyF,OAAO,2EAA2E,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,IAAI,QAAQ6D,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,QAAQ,MAAM,GAAG,KAAK,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,YAAY,IAAI,yFAAyF,OAAO,2EAA2E,CAAC,CAAC,EAAE,SAAsBjB,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,IAAI,QAAQwK,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,MAAM,EAAE,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,YAAY,IAAI,yFAAyF,OAAO,2EAA2E,EAAE,UAAU,gBAAgB,mBAAmB,aAAa,CAAC,CAAC,CAAC,EAAejB,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,MAAM,EAAE,MAAM,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,WAAW,GAAGxC,EAAkB,OAAOrB,CAAY,GAAG,CAAC,YAAY,IAAI,WAAW,KAAK,IAAI,0FAA0F,OAAO,oWAAoW,CAAC,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,QAAQ0H,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,QAAQ,MAAM,GAAG,KAAK,MAAM,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,WAAW,GAAGxC,EAAkB,OAAOrB,CAAY,GAAG,CAAC,YAAY,IAAI,WAAW,KAAK,IAAI,0FAA0F,OAAO,oWAAoW,CAAC,CAAC,CAAC,EAAE,SAAsB4C,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,QAAQwK,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,MAAM,EAAE,MAAM,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,WAAW,GAAGxC,EAAkB,OAAOrB,CAAY,GAAG,CAAC,YAAY,IAAI,WAAW,KAAK,IAAI,0FAA0F,OAAO,oWAAoW,CAAC,EAAE,UAAU,eAAe,mBAAmB,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGX,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,IAAI,MAAMtD,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,+BAA0B,GAAGuH,GAAU,KAAK,+BAA0B,OAAO,YAAY,IAAIE,EAAK,QAAQ,YAAY,SAAsBrD,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC,UAAU,MAAM,UAAU,SAAS,UAAU,GAAK,UAAU,GAAM,UAAU,GAAG,UAAU,GAAK,UAAU,sBAAsB,UAAU,GAAM,UAAU,GAAG,UAAU,EAAK,CAAC,EAAE,SAAsB5B,EAAKxE,GAAa,CAAC,UAAU,SAAS,UAAU,MAAM,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,UAAU,GAAK,SAAS,YAAY,UAAU,GAAG,UAAU,MAAM,UAAU,GAAM,KAAK,+BAA0B,UAAU,wBAAwB,UAAU,GAAK,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAU,GAAG,MAAM,OAAO,UAAU,GAAK,UAAU,uEAAuE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEgH,EAAY,GAAgBxC,EAAK,MAAM,CAAC,UAAU,+BAA+B,mBAAmB,UAAU,GAAGsD,EAAW,IAAIC,EAAI,CAAC,EAAEC,IAAwBa,EAAM,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,4BAA4B,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsBL,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,CAAC,0BAAuCrE,EAAK,KAAK,CAAC,CAAC,EAAE,qBAAkCA,EAAK,KAAK,CAAC,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsBL,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,CAAC,0BAAuCrE,EAAK,KAAK,CAAC,CAAC,EAAE,4BAA4B,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,2CAA2C,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,iGAAiG,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAEwC,EAAY,GAAgB6B,EAAM,MAAM,CAAC,UAAU,+BAA+B,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,0BAA0B,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcrE,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,uEAAuE,OAAO,OAAO,WAAWiE,EAAkB,OAAOrB,CAAY,GAAG,QAAQ,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsBL,EAAM,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAC,mBAAgCrE,EAAK,SAAS,CAAC,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,2BAA2B,CAAC,CAAC,CAAC,EAAE,UAAU,eAAe,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,0BAA0B,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,uEAAuE,OAAO,OAAO,WAAWiE,EAAkB,OAAOrB,CAAY,GAAG,QAAQ,cAAc,cAAc,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,+CAA+C,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,2BAA2B,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,0BAA0B,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcrE,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,uEAAuE,OAAO,OAAO,WAAWiE,EAAkB,OAAOrB,CAAY,GAAG,QAAQ,cAAc,aAAa,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,yCAAyC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,oCAAoC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwC,EAAY,GAAgBxC,EAAK4E,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASO,GAA6BnF,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGX,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,MAAM,OAAO,EAAE,EAAE,IAAI,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,GAAGtD,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,SAAS,OAAO,EAAE,EAAE,KAAK,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,yCAAyC,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUuD,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBnF,EAAK5E,GAAc,CAAC,UAAU,eAAe,OAAO,OAAO,GAAG,YAAY,UAAU,wEAAwE,UAAU,GAAM,SAAS,YAAY,UAAU+J,EAAe,CAAC,EAAE,UAAU,GAAK,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU1G,EAAkB,OAAOrB,CAAY,GAAG,aAAa,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiH,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGX,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,MAAM,OAAO,MAAM,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,CAAC,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,GAAGtD,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,SAAS,OAAO,MAAM,EAAE,SAAsBjB,EAAKrE,GAAgB,CAAC,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,WAAW,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBqE,EAAKtE,GAAgB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAesE,EAAKnE,GAAgB,CAAC,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,WAAW,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,kBAAkBoD,GAAmB,SAASyE,GAAaD,EAAS,GAAgBzD,EAAK,MAAM,CAAC,UAAUiC,GAAG,gBAAgB,CAACwB,IAAW,gBAAgB,CAACA,IAAW,gBAAgB,EAAE,cAAc,GAAK,SAASC,GAAaD,EAAS,GAAgBzD,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,oBAAoB,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAUiC,GAAG,gBAAgB,CAACwB,IAAW,gBAAgB,CAACA,IAAW,gBAAgB,EAAE,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEE,GAAa,GAAgBU,EAAM,MAAM,CAAC,UAAU,6CAA6C,mBAAmB,cAAc,SAAS,CAAC7B,EAAY,GAAgB6B,EAAM,MAAM,CAAC,UAAU,gCAAgC,mBAAmB,0BAA0B,SAAS,CAAcrE,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,2CAA2C,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,iGAAiG,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsBL,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcrE,EAAK,SAAS,CAAC,SAAS,yBAAyB,CAAC,EAAeA,EAAK,SAAS,CAAC,SAAsBA,EAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,SAAS,CAAC,SAAS,4BAA4B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,gBAAgB,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,0BAA0B,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,uEAAuE,OAAO,OAAO,WAAWiE,EAAkB,OAAOrB,CAAY,GAAG,QAAQ,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsBL,EAAM,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAC,mBAAgCrE,EAAK,SAAS,CAAC,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,2BAA2B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,0BAA0B,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,uEAAuE,OAAO,OAAO,WAAWiE,EAAkB,OAAOrB,CAAY,GAAG,QAAQ,cAAc,cAAc,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,+CAA+C,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,2BAA2B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,0BAA0B,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcrE,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKuE,EAA0B,CAAC,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKxF,EAAS,CAAC,MAAM,uEAAuE,OAAO,OAAO,WAAWiE,EAAkB,OAAOrB,CAAY,GAAG,QAAQ,cAAc,aAAa,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,yCAAyC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,oCAAoC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK4E,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASQ,GAA6BpF,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQX,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,OAAO,GAAG,IAAI,EAAE,GAAG,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,GAAG,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUwD,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBpF,EAAK5E,GAAc,CAAC,UAAU,eAAe,OAAO,OAAO,GAAG,YAAY,UAAU,wEAAwE,UAAU,GAAM,SAAS,YAAY,UAAUgK,EAAe,CAAC,EAAE,UAAU,GAAK,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU3G,EAAkB,OAAOrB,CAAY,GAAG,aAAa,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqF,GAAuBzC,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGX,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,KAAK,MAAMtD,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,SAAS,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB5B,EAAKlF,GAAuB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE+I,GAAaD,EAAS,GAAgBS,EAAM,UAAU,CAAC,UAAUpC,GAAG,iBAAiB,gBAAgB,iBAAiB,CAAC2B,IAAW,eAAe,EAAE,mBAAmB,eAAe,SAAS,CAAcS,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,SAAS,CAAcrE,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsBL,EAAM,KAAK,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,UAAU,sBAAsB,oEAAoE,EAAE,SAAS,CAAcrE,EAAK,SAAS,CAAC,SAAS,yDAAyD,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,KAAK,MAAM,CAAC,yBAAyB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oEAAoE,EAAE,SAAS,0SAAgS,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK4E,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASS,GAA6BrF,EAAKuE,EAA0B,CAAC,OAAO,GAAG,GAAGtD,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,EAAE,GAAG,SAAS,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAK5E,GAAc,CAAC,UAAU,eAAe,OAAO,OAAO,GAAG,YAAY,UAAU,wEAAwE,UAAU,GAAM,SAAS,YAAY,UAAUiK,EAAe,CAAC,EAAE,UAAU,GAAK,QAAQ,YAAY,MAAM,OAAO,UAAU5G,EAAkB,OAAOrB,CAAY,GAAG,aAAa,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,SAAsBA,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,mBAAmB,eAAe,mBAAmB,QAAQwK,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,IAAI,wFAAwF,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE6C,IAAwBO,EAAM,UAAU,CAAC,UAAU,gBAAgB,mBAAmB,uBAAkB,SAAS,CAACN,IAAwB/D,EAAK4E,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASU,GAA6BtF,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGX,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,KAAK,MAAM,QAAQtD,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,EAAE,EAAE,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU0D,EAAe,CAAC,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsBtF,EAAKjE,GAAc,CAAC,UAAU,GAAK,UAAUuJ,EAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,wEAAwE,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetF,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,GAAGgE,GAAW,IAAIC,EAAI,CAAC,CAAC,CAAC,CAAC,EAAEnB,IAAuB9C,EAAK,UAAU,CAAC,UAAU,gBAAgB,mBAAmB,yBAAoB,SAAsBqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAU,GAAGX,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,EAAE,UAAU,CAAC,MAAM,gBAAgBA,GAAmB,OAAO,OAAO,gCAAgC,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,OAAO,GAAG,EAAE,CAAC,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,IAAI,MAAM,gBAAgBtD,GAAmB,OAAO,OAAO,8CAA8C,GAAGA,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,GAAG,KAAK,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBoE,EAAK9D,GAA6E,CAAC,UAAUuC,EAAkB,OAAOrB,CAAY,GAAG,kBAAkB,UAAUqB,EAAkB,OAAOrB,CAAY,GAAG,OAAO,UAAUqB,EAAkB,OAAOrB,CAAY,GAAG,QAAQ,UAAUqB,EAAkB,OAAOrB,CAAY,GAAG,mBAAmB,OAAO,OAAO,UAAUqB,EAAkB,OAAOrB,CAAY,GAAG,YAAY,GAAG,YAAY,SAAS,YAAY,UAAUqB,EAAkB,OAAOrB,CAAY,GAAG,eAAe,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUqB,EAAkB,OAAOrB,CAAY,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiH,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,GAAGxC,EAAkB,OAAOrB,CAAY,GAAG,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAqE,OAAO,wbAAwb,CAAC,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0H,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,OAAO,GAAG,EAAE,IAAI,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,WAAWA,GAAmB,OAAO,OAAO,yBAAyB,GAAGxC,EAAkB,OAAOrB,CAAY,GAAG,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAqE,OAAO,wbAAwb,CAAC,CAAC,CAAC,EAAE,SAAsB4C,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQwK,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,GAAG,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,GAAGxC,EAAkB,OAAOrB,CAAY,GAAG,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAqE,OAAO,wbAAwb,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,uBAAuB,CAAC,CAAC,CAAC,EAAeiH,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAS,CAAcrE,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAsBA,EAAK,SAAS,CAAC,SAAS,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,2BAA2B,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,mGAAmG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,qBAAqB,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8C,IAAuB9C,EAAK,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,6BAAwB,SAASkE,IAAwBG,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,qBAAqB,SAAS,CAAcrE,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oEAAoE,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,KAAK,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,uBAAuB,MAAM,sBAAsB,oEAAoE,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,kDAAkD,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,KAAK,MAAM,CAAC,iBAAiB,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oEAAoE,EAAE,SAAS,qUAAqU,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oEAAoE,EAAE,SAAsBA,EAAKyE,EAAK,CAAC,KAAK,2FAA2F,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,QAAQ,YAAY,aAAa,GAAM,SAAsBzE,EAAK9E,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,gCAAgC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAEsH,EAAY,GAAgB6B,EAAM,MAAM,CAAC,UAAU,gCAAgC,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGX,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,GAAG,GAAG,IAAI,CAAC,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,GAAG,GAAGtD,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,GAAG,GAAG,GAAG,IAAI,EAAE,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAK5E,GAAc,CAAC,UAAU,SAAS,OAAO,OAAO,GAAG,YAAY,UAAU,wEAAwE,UAAU,GAAK,SAAS,YAAY,UAAU,kFAAkF,UAAU,GAAK,QAAQ,YAAY,MAAM,OAAO,UAAUqD,EAAkB,OAAOrB,CAAY,GAAG,oBAAoB,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGX,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,GAAG,GAAG,IAAI,CAAC,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,GAAG,GAAGtD,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,GAAG,GAAG,GAAG,IAAI,EAAE,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAK5E,GAAc,CAAC,UAAU,QAAQ,OAAO,OAAO,GAAG,YAAY,UAAU,wEAAwE,UAAU,GAAK,SAAS,YAAY,UAAU,qJAAqJ,UAAU,GAAK,QAAQ,YAAY,MAAM,OAAO,UAAUqD,EAAkB,OAAOrB,CAAY,GAAG,gBAAgB,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,SAAsBA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,mBAAmB,eAAe,mBAAmB,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,GAAG,MAAM,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,mBAAmB,eAAe,mBAAmB,QAAQ6D,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,OAAO,GAAG,GAAG,IAAI,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,qEAAqE,CAAC,CAAC,EAAE,SAAsBjB,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,mBAAmB,eAAe,mBAAmB,QAAQwK,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,GAAG,GAAG,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0C,GAAa,GAAgBU,EAAM,MAAM,CAAC,UAAU,4CAA4C,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,iBAAiBX,GAAmB,OAAO,OAAO,sCAAsC,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,OAAO,GAAG,GAAG,IAAI,EAAE,CAAC,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,GAAG,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAK5E,GAAc,CAAC,UAAU,SAAS,OAAO,OAAO,GAAG,YAAY,UAAU,wEAAwE,UAAU,GAAK,SAAS,YAAY,UAAU,kFAAkF,UAAU,GAAK,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUqD,EAAkB,OAAOrB,CAAY,GAAG,oBAAoB,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,iBAAiBX,GAAmB,OAAO,OAAO,sCAAsC,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,OAAO,GAAG,GAAG,IAAI,EAAE,EAAE,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,GAAG,SAAsBvE,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAK5E,GAAc,CAAC,UAAU,QAAQ,OAAO,OAAO,GAAG,YAAY,UAAU,wEAAwE,UAAU,GAAK,SAAS,YAAY,UAAU,mIAAmI,UAAU,GAAK,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUqD,EAAkB,OAAOrB,CAAY,GAAG,gBAAgB,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwG,IAAwB5D,EAAK,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,yBAAoB,SAAsBqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,GAAGxC,EAAkB,OAAOrB,CAAY,GAAG,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAqE,OAAO,wbAAwb,CAAC,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0H,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,OAAO,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,WAAWA,GAAmB,OAAO,OAAO,yBAAyB,GAAGxC,EAAkB,OAAOrB,CAAY,GAAG,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAqE,OAAO,wbAAwb,CAAC,CAAC,CAAC,EAAE,SAAsB4C,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQwK,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,GAAG,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,GAAGxC,EAAkB,OAAOrB,CAAY,GAAG,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAqE,OAAO,wbAAwb,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,4BAA4B,CAAC,CAAC,CAAC,EAAeiH,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAS,CAAcrE,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAsBA,EAAK,SAAS,CAAC,SAAS,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,uBAAuB,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,mGAAmG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,kLAA6K,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAU,GAAGX,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,EAAE,UAAU,CAAC,MAAM,gBAAgBA,GAAmB,OAAO,OAAO,gCAAgC,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,OAAO,GAAG,EAAE,GAAG,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,IAAI,MAAM,gBAAgBtD,GAAmB,OAAO,OAAO,8CAA8C,GAAGA,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,GAAG,KAAK,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBoE,EAAKzD,GAA6E,CAAC,UAAUkC,EAAkB,OAAOrB,CAAY,GAAG,kBAAkB,UAAU,OAAO,UAAU,QAAQ,UAAU,mBAAmB,OAAO,OAAO,UAAUqB,EAAkB,OAAOrB,CAAY,GAAG,YAAY,GAAG,YAAY,SAAS,YAAY,UAAUqB,EAAkB,OAAOrB,CAAY,GAAG,eAAe,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAK,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,yBAAoB,SAAsBqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcrE,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,oCAAoC,MAAM,CAAC,uBAAuB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,uBAAuB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,mKAAmK,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,8PAA8P,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,mKAAmK,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeqE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,GAAGxC,EAAkB,OAAOrB,CAAY,GAAG,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAqE,OAAO,kQAAkQ,CAAC,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0H,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,EAAE,MAAM,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,GAAGxC,EAAkB,OAAOrB,CAAY,GAAG,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAqE,OAAO,kQAAkQ,CAAC,CAAC,CAAC,EAAE,SAAsB4C,EAAK3E,GAAY,CAAC,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,WAAW,gBAAgB,GAAM,gBAAgB,EAAE,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQyJ,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,GAAG,EAAE,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,GAAGxC,EAAkB,OAAOrB,CAAY,GAAG,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAqE,OAAO,kQAAkQ,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,qBAAqB,CAAC,CAAC,CAAC,EAAe4C,EAAKnE,GAAgB,CAAC,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,WAAW,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,sBAAsB,SAAsBmE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,IAAI,IAAI,IAAI,QAAQ,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,QAAQ,IAAI,wFAAwF,OAAO,qKAAqK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ6D,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI,GAAG,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,QAAQ,IAAI,wFAAwF,OAAO,qKAAqK,CAAC,CAAC,EAAE,SAAsBjB,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQwK,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,GAAG,EAAE,IAAI,IAAI,IAAI,QAAQ,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,QAAQ,IAAI,wFAAwF,OAAO,qKAAqK,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeoD,EAAMxI,GAAgB,CAAC,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,WAAW,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,sBAAsB,SAAS,CAAcmE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,KAAK,IAAI,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,GAAGxC,EAAkB,OAAOrB,CAAY,GAAG,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,sEAAsE,OAAO,gWAAgW,CAAC,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0H,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,EAAE,MAAM,KAAK,IAAI,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,GAAGxC,EAAkB,OAAOrB,CAAY,GAAG,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,sEAAsE,OAAO,gWAAgW,CAAC,CAAC,CAAC,EAAE,SAAsB4C,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQwK,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,GAAG,EAAE,KAAK,IAAI,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,GAAGxC,EAAkB,OAAOrB,CAAY,GAAG,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,sEAAsE,OAAO,gWAAgW,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,iCAAiC,CAAC,CAAC,CAAC,EAAe4C,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,kBAAkB,eAAe,kBAAkB,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,KAAK,IAAI,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,kBAAkB,eAAe,kBAAkB,QAAQ6D,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,EAAE,MAAM,KAAK,IAAI,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,CAAC,EAAE,SAAsBjB,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,kBAAkB,eAAe,kBAAkB,QAAQwK,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,GAAG,EAAE,KAAK,IAAI,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,oWAAoW,EAAE,UAAU,gBAAgB,mBAAmB,wCAAwC,CAAC,CAAC,CAAC,EAAejB,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQkD,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,KAAK,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,yFAAyF,OAAO,mQAAmQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ6D,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,EAAE,MAAM,KAAK,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,yFAAyF,OAAO,mQAAmQ,CAAC,CAAC,EAAE,SAAsBjB,EAAK1F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQwK,GAA2B7D,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,GAAG,EAAE,KAAK,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,yFAAyF,OAAO,mQAAmQ,EAAE,UAAU,gBAAgB,mBAAmB,mCAAmC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAejB,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGX,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,IAAI,KAAK,EAAE,UAAU,CAAC,MAAM,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,EAAE,MAAM,IAAI,GAAG,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,GAAGtD,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,GAAG,EAAE,IAAI,MAAM,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKvD,GAAwB,CAAC,UAAU,sEAAsE,UAAUgD,GAAYhB,EAAkB,OAAOrB,CAAY,GAAG,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAqE,OAAO,gQAAgQ,EAAE,EAAE,EAAE,UAAUqB,EAAkB,OAAOrB,CAAY,GAAG,uBAAuB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUqB,EAAkB,OAAOrB,CAAY,GAAG,2CAA2C,UAAU,OAAO,UAAU,GAAM,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,wEAAwE,UAAUqB,EAAkB,OAAOrB,CAAY,GAAG,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0F,IAAuB9C,EAAK,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,6BAAwB,SAAsBA,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOX,GAAmB,OAAO,OAAO,SAAS,GAAGA,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,UAAU,CAAC,MAAM,OAAOA,GAAmB,OAAO,OAAO,SAAS,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,IAAI,GAAGtD,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,EAAE,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,mBAAmB,wBAAwB,KAAK,wBAAwB,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,QAAQ,CAAC,EAAE,SAAsB5B,EAAKrD,GAAoB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,wBAAwB,QAAQ,YAAY,MAAM,OAAO,UAAU,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqD,EAAK,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,qBAAgB,SAAsBqE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAcrE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,SAASnD,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,UAAU,0BAA0B,MAAM,EAAE,SAAS,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK2E,EAAS,CAAC,sBAAsB,GAAK,SAASlG,EAAkB,OAAOrB,CAAY,GAAgB4C,EAAW0E,EAAS,CAAC,SAAsB1E,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,UAAU,0BAA0B,QAAQ,EAAE,SAAS,qBAAqB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,oCAAoC,OAAOH,GAAY,MAAM,CAAC,uBAAuB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeG,EAAK4E,GAAa,CAAC,MAAM,CAAC,CAAC,KAAKrG,GAAiBnB,GAAc,GAAGA,CAAY,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAKmB,GAAiBnB,GAAc,GAAGA,CAAY,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAKmB,GAAiBnB,GAAc,GAAGA,CAAY,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASmI,GAA6BvF,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGX,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,OAAO,EAAE,GAAG,OAAO,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,QAAQ,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,GAAG,GAAGtD,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,UAAU,EAAE,GAAG,QAAQ,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU2D,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBvF,EAAK5E,GAAc,CAAC,UAAU,eAAe,OAAO,OAAO,GAAG,YAAY,UAAU,wEAAwE,UAAU,GAAM,SAAS,YAAY,UAAUmK,EAAe,CAAC,EAAE,UAAU,GAAK,QAAQ,YAAY,MAAM,OAAO,UAAU9G,EAAkB,OAAOrB,CAAY,GAAG,cAAc,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGX,GAAmB,GAAG,GAAG,EAAE,UAAU,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,UAAU,CAAC,EAAE,SAAsBjB,EAAKuE,EAA0B,CAAC,OAAO,IAAI,MAAMtD,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,WAAW,SAAsBjB,EAAKpE,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,SAAS,GAAG,SAAS,KAAK,SAAS,OAAO,YAAY,QAAQ,YAAY,SAAsBoE,EAAKwE,EAAkB,CAAC,WAAW5C,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB5B,EAAKnD,GAAU,CAAC,UAAU,GAAK,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,SAAS,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQwF,GAAI,CAAC,kFAAkF,gFAAgF,sVAAsV,qKAAqK,kXAAkX,8SAA8S,8eAA8e,sTAAsT,8SAA8S,+VAA+V,oTAAoT,yRAAyR,2XAA2X,qTAAqT,uTAAuT,+TAA+T,g/DAAg/D,+SAA+S,oYAAoY,0GAA0G,+UAA+U,0MAA0M,mTAAmT,olBAAolB,kYAAkY,0eAA0e,ipBAAipB,mXAAmX,qSAAqS,4RAA4R,wRAAwR,iVAAiV,sjBAAsjB,yVAAyV,4WAA4W,kcAAkc,8eAA8e,+nBAA+nB,+XAA+X,wSAAwS,4SAA4S,6MAA6M,oXAAoX,kUAAkU,oTAAoT,wRAAwR,yGAAyG,ySAAyS,0UAA0U,4RAA4R,+UAA+U,0VAA0V,iqBAAiqB,qTAAqT,ghBAAghB,qeAAqe,udAAud,6WAA6W,mcAAmc,0GAA0G,2pBAA2pB,6WAA6W,mSAAmS,gRAAgR,qNAAqN,qMAAqM,kRAAkR,mTAAmT,kRAAkR,2VAA2V,kKAAkK,8IAA8I,sMAAsM,2SAA2S,yqBAAyqB,oXAAoX,yRAAyR,8QAA8Q,sRAAsR,0XAA0X,sOAAsO,0TAA0T,kTAAkT,iSAAiS,gSAAgS,wTAAwT,kQAAkQ,ygBAAygB,2VAA2V,0TAA0T,wTAAwT,6LAA6L,2XAA2X,+TAA+T,8PAA8P,wgBAAwgB,yTAAyT,0SAA0S,0NAA0N,uMAAuM,oSAAoS,6TAA6T,2qBAA2qB,ueAAue,4WAA4W,kgBAAkgB,6RAA6R,gSAAgS,2gBAA2gB,+TAA+T,4LAA4L,uSAAuS,8LAA8L,8LAA8L,4KAA4K,+SAA+S,8LAA8L,4LAA4L,6LAA6L,4LAA4L,oHAAoH,+GAA+G,qVAAqV,mSAAmS,sTAAsT,qdAAqd,obAAob,2aAA2a,qTAAqT,mkBAAmkB,obAAob,yGAAyG,kSAAkS,0GAA0G,sVAAsV,ihCAAihC,2OAA2O,4hBAA4hB,+RAA+R,oSAAoS,0dAA0d,8RAA8R,sJAAsJ,2WAA2W,gUAAgU,oJAAoJ,sUAAsU,yUAAyU,4TAA4T,qOAAqO,uOAAuO,2vBAA2vB,+RAA+R,8RAA8R,iTAAiT,gZAAgZ,iSAAiS,2WAA2W,4RAA4R,8SAA8S,8RAA8R,+QAA+Q,uZAAuZ,kQAAkQ,gaAAga,yQAAyQ,4ZAA4Z,qNAAqN,uOAAuO,qPAAqP,iJAAiJ,wWAAwW,0VAA0V,qTAAqT,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAiBA,GAAI,gcAAgc,81NAA81N,u3QAAu3Q,EAahi7UC,GAAgBC,GAAQnF,GAAUiF,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,OAAOA,GAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,IAAI,EAAEG,GAASH,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,4FAA4F,OAAO,KAAK,EAAE,CAAC,OAAO,iBAAiB,OAAO,SAAS,IAAI,wEAAwE,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,4FAA4F,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,4FAA4F,OAAO,KAAK,EAAE,CAAC,OAAO,mBAAmB,OAAO,SAAS,IAAI,wEAAwE,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,4FAA4F,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,4FAA4F,OAAO,KAAK,CAAC,CAAC,EAAE,GAAG5L,GAAe,GAAGG,GAAkB,GAAGE,GAAW,GAAGK,GAAc,GAAGE,GAAe,GAAGE,GAA4B,GAAGE,GAA4B,GAAGE,GAAa,GAAGI,GAAmB,GAAGI,GAAkB,GAAGE,GAAqB,GAAGK,GAAmB,GAAGE,GAA6B,GAAGQ,GAA6B,GAAGE,GAAyB,GAAGE,GAAe,GAAGiJ,GAAoCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,EAAE,GAAGD,GAAsCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EACvsK,IAAMC,GAAqB,CAAC,QAAU,CAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,yBAA2B,QAAQ,oCAAsC,4JAA0L,6BAA+B,OAAO,sBAAwB,OAAO,qBAAuB,OAAO,qBAAuB,OAAO,kBAAoB,OAAO,qBAAuB,0KAAwM,4BAA8B,OAAO,uBAAyB,GAAG,sBAAwB,IAAI,yBAA2B,MAAM,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["Embed", "type", "url", "html", "zoom", "radius", "border", "style", "p", "EmbedUrl", "EmbedHtml", "Instructions", "addPropertyControls", "ControlType", "props", "getMinHeight", "emptyStateStyle", "centerTextStyle", "hasAutoHeight", "onCanvas", "useIsOnCanvas", "state", "setState", "ue", "isLastEffect", "load", "response", "isBlocked", "message", "error", "ErrorMessage", "LoadingIndicator", "iframeStyle", "getSandbox", "result", "hasSplineViewer", "hasComment", "EmbedHtmlWithScripts", "EmbedHtmlInsideIframe", "EmbedHtmlWithoutScripts", "ref", "pe", "iframeHeight", "setIframeHeight", "iframeWindow", "handleMessage", "event", "data", "height", "window", "srcDoc", "currentStyle", "div", "executeScripts", "htmlStyle", "node", "script", "name", "value", "child", "containerStyles", "awaitRefCallback", "element", "controller", "refCallbackResolve", "current", "node", "resolve", "reject", "OPACITY_0", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "playOffscreen", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "amountChildren", "j", "hasChildren", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "timeoutRef", "size", "setSize", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "firstChild", "lastChild", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "scheduleMeasure", "frame", "fe", "initialResize", "ue", "resize", "contentSize", "Z", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "visibilityRef", "isInView", "useInView", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "item", "setDelta", "delta", "transition", "setPage", "index", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "X", "Y", "slideKey", "width", "height", "numChildren", "effects", "isLast", "fallbackRef", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "visibility", "mix", "key", "LayoutGroup", "q", "selectedOpacity", "total", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "calcMaskWidth", "inset", "width", "useIsMouse", "isMouseDevice", "setIsMouseDevice", "fe", "Z", "window", "checkLimit", "progress", "target", "edgeOpacity", "moreItems", "buttonRef", "transition", "animate", "useGUI", "initialMoreItems", "initialAlpha", "pe", "useMotionValue", "fadeOpacity", "useTransform", "buttonOpacity", "v", "pointerEvents", "cursor", "buttonStyle", "baseButtonStyles", "setAriaVisible", "element", "useScrollLimits", "container", "axis", "scrollInfo", "updateCurrentScroll", "targetScroll", "checkLimits", "measureItems", "ue", "stopScroll", "scroll", "info", "stopResize", "resize", "Carousel", "slots", "gap", "align", "sizingObject", "fadeObject", "arrowObject", "snapObject", "progressObject", "ariaLabel", "borderRadius", "effectsObject", "props", "filteredSlots", "numItems", "j", "isCanvas", "RenderTarget", "padding", "usePadding", "axisLabel", "fadeContent", "fadeWidth", "fadeInset", "fadeTransition", "fadeAlpha", "snap", "snapEdge", "fluid", "widthType", "widthInset", "widthColumns", "heightType", "heightInset", "heightRows", "showScrollbar", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowPadding", "currentScroll", "newScroll", "start", "end", "startMaskInset", "endMaskInset", "baseWidth", "startMaskWidth", "endMaskWidth", "direction", "mask", "latest", "carouselRef", "numPages", "setNumPages", "itemStyle", "childStyle", "scrollOverflow", "containerStyle", "baseContainerStyle", "carouselStyle", "baseCarouselStyle", "carouselA11y", "itemA11y", "itemSizes", "te", "targetLength", "containerLength", "scrollLength", "current", "i", "newNumPages", "isReducedMotion", "useReducedMotion", "goto", "scrollTo", "options", "gotoPage", "page", "adjustment", "totalLen", "gotoDelta", "delta", "pageLength", "currentPage", "clamp", "p", "Placeholder", "dots", "dotsBlurStyle", "isSelected", "Dot", "dotStyle", "u", "motion", "child", "index", "q", "controlsStyles", "dotsContainerStyle", "MouseStyles", "addPropertyControls", "ControlType", "paddingControl", "selectedOpacity", "unselectedOpacity", "total", "opacity", "minScroll", "maxScroll", "inlinePadding", "top", "bottom", "right", "left", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "baseContainerStyle", "baseCarouselStyle", "baseButtonStyles", "controlsStyles", "dotsContainerStyle", "dotStyle", "fontStore", "fonts", "css", "className", "hf1ZV8kXh_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v2", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "v29", "v3", "v30", "v31", "v32", "v33", "v34", "v35", "v36", "v37", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "u", "v4", "v5", "v6", "v7", "Link", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "v29", "v30", "v31", "v32", "v33", "v34", "v35", "v36", "v37", "__FramerMetadata__", "hf1ZV8kXh_1_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v2", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "v29", "v3", "v30", "v31", "v32", "v33", "v34", "v35", "v36", "v37", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "u", "v4", "v5", "v6", "v7", "Link", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "v29", "v30", "v31", "v32", "v33", "v34", "v35", "v36", "v37", "__FramerMetadata__", "valuesByLocaleId", "hf1ZV8kXh_1_exports", "hf1ZV8kXh_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "CarouselFonts", "getFonts", "Carousel", "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", "RichText2", "getLocalizedValue", "ComponentViewportProvider", "SmartComponentScopedContainer", "Link", "Image2", "css", "Framerhf1ZV8kXh", "withCSS", "hf1ZV8kXh_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "t4mTeRSWh_0_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "t4mTeRSWh_1_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "t4mTeRSWh_2_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "valuesByLocaleId", "t4mTeRSWh_0_exports", "t4mTeRSWh_2_exports", "t4mTeRSWh_1_exports", "getLocalizedValue", "key", "locale", "values", "value", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "enabledGestures", "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", "label", "leftIcon", "leftIconVariant", "link", "newTab", "rightIcon", "rightIconVariant", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "LxpzpFWtG", "sx5LSlfdJ", "FEQ9g1lZY", "ICBB67U5U", "lp74Dvx9a", "ephUu80DM", "kphYmU23E", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "getLocalizedValue", "RichText2", "css", "Framert4mTeRSWh", "withCSS", "t4mTeRSWh_default", "addPropertyControls", "ControlType", "addFonts", "zWfXtt77J_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v15", "v16", "v17", "v19", "v2", "v20", "v21", "v22", "v23", "v25", "v26", "v27", "v28", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "u", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v15", "v16", "v17", "v19", "v20", "v21", "v22", "v23", "v25", "v26", "v27", "v28", "__FramerMetadata__", "zWfXtt77J_1_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v2", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "__FramerMetadata__", "zWfXtt77J_2_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v15", "v16", "v17", "v18", "v19", "v2", "v20", "v21", "v22", "v23", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v15", "v16", "v17", "v18", "v19", "v20", "v21", "v22", "v23", "__FramerMetadata__", "zWfXtt77J_3_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v2", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "__FramerMetadata__", "zWfXtt77J_4_exports", "__export", "__FramerMetadata__", "v0", "v1", "v11", "v12", "v15", "v16", "v17", "v19", "v2", "v20", "v21", "v22", "v23", "v25", "v26", "v27", "v28", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v11", "v12", "v15", "v16", "v17", "v19", "v20", "v21", "v22", "v23", "v25", "v26", "v27", "v28", "__FramerMetadata__", "zWfXtt77J_5_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v2", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "__FramerMetadata__", "zWfXtt77J_6_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v2", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "__FramerMetadata__", "zWfXtt77J_7_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v2", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "__FramerMetadata__", "valuesByLocaleId", "zWfXtt77J_4_exports", "zWfXtt77J_7_exports", "zWfXtt77J_5_exports", "zWfXtt77J_1_exports", "zWfXtt77J_6_exports", "zWfXtt77J_3_exports", "zWfXtt77J_2_exports", "zWfXtt77J_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "MiscellaneousFeatureSelectionFonts", "getFonts", "oROnGUBLC_default", "AnimatedProductsFonts", "bwLSvS4Gt_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "transformTemplate1", "_", "t", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "background", "buttonsDirection", "desktop", "desktopDirection", "gap", "gap2", "height", "id", "mobileExtraButtonCopy", "mobileSwitch", "padding", "padding2", "switchVisible", "textVisible", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ZQy6BhSuG", "Opqio6HDJ", "X4G54PHLT", "E5UKF9cYc", "BuPlFvBsT", "iPHpWNKvT", "h5ILPejGt", "mIWQg0XgL", "LBENCTREE", "n8UMeKVOP", "w3qVtBTin", "OhaeBqJw4", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "xNLiYJGWnzc48qg", "args", "x_JkAOgPWzc48qg", "x_JkAOgPW1pqwby3", "xNLiYJGWnoj0w2x", "xNLiYJGWn1p66b2h", "x_JkAOgPW1sekcrn", "onTapzc48qg", "onTap1pqwby3", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "RichText2", "getLocalizedValue", "ComponentViewportProvider", "SmartComponentScopedContainer", "Image2", "css", "FramerzWfXtt77J", "withCSS", "zWfXtt77J_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavHeaderFonts", "getFonts", "WPk4s4eUp_default", "ButtonMediumFonts", "t4mTeRSWh_default", "EmbedFonts", "Embed", "ImageWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Image2", "PhosphorFonts", "Icon", "SlideshowFonts", "Slideshow", "DraftsBenefitsCarouselFonts", "hf1ZV8kXh_default", "HardwarePricingSectionFonts", "SNVGS34fE_default", "FAQItemFonts", "cKmy0vdSc_default", "MotionDivWithOptimizedAppearEffect", "motion", "WidgetsButtonFonts", "gV0EecOsV_default", "ImageWithFX", "withFX", "CardMachinesFonts", "zWfXtt77J_default", "AnimatedTeyaTapFonts", "Tb4Nt1O9V_default", "ContainerWithFX", "Container", "MotionDivWithFX", "SectionsPlansFonts", "EXhV6BKZp_default", "UpdatedMerchantLeadFormFonts", "ArWcGG8Fk_default", "UpdatedMerchantLeadFormWithMerchantLeadFormbz8dqlWithMappedReactProps1pcufwg", "withMappedReactProps", "withCodeBoundaryForOverrides", "withMerchantLeadForm", "ArWcGG8Fk_exports", "UpdatedMerchantLeadFormWithMerchantLeadFormc2m1rlWithMappedReactProps1pcufwg", "WidgetsMemberSincePhotoFonts", "JNnPYKMgJ_default", "SectionsTestmonialsFonts", "fFJTvhWnX_default", "NavFooterFonts", "f17dBuxrR_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "convertFromEnum", "value", "activeLocale", "toBoolean", "convertFromEnum1", "convertFromEnum2", "transition1", "animation", "animation1", "equals", "a", "b", "convertFromEnum3", "transition2", "animation2", "animation3", "animation4", "transition3", "textEffect", "convertFromEnum4", "convertFromEnum5", "convertFromEnum6", "convertFromEnum7", "getLocalizedValue", "toString", "convertFromEnum8", "convertFromEnum9", "convertFromEnum10", "convertFromEnum11", "convertFromEnum12", "convertFromEnum13", "transformTemplate1", "_", "t", "convertFromEnum14", "convertFromEnum15", "convertFromEnum16", "negate", "convertFromEnum17", "addImageAlt", "image", "alt", "transition4", "textEffect1", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "visible", "visible1", "usePreloadLocalizedValues", "visible2", "router", "useRouter", "isDisplayed", "visible3", "visible4", "visible5", "visible6", "textContent", "visible7", "textContent1", "visible8", "visible9", "visible10", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "visible11", "visible12", "isDisplayed1", "isDisplayed2", "visible13", "isDisplayed3", "visible14", "visible15", "elementId2", "ref3", "visible16", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "Link", "x", "RichText2", "ResolveLinks", "resolvedLinks", "getLoadingLazyAtYPosition", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
